@charset "UTF-8";
/*
Template Name: Desk360
Version:
Author:
Email:
File:
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
:root {
  --blue: #76BEF5;
  --indigo: #6fb1e7;
  --purple: #717CC8;
  --pink: #ff679b;
  --red: #f24437;
  --orange: #fd7e14;
  --yellow: #EDB553;
  --green: #00c88f;
  --teal: #02a8b5;
  --cyan: #74bcf4;
  --white: #fff;
  --gray: #98a6ad;
  --gray-dark: #343a40;
  --blue-dark: #5d7d99;
  --primary: #6fb1e7;
  --secondary: #6c757d;
  --success: #00c88f;
  --info: #74bcf4;
  --warning: #EDB553;
  --danger: #f24437;
  --light: #fff;
  --dark: #313a46;
  --blue-dark: #5d7d99;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.7375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #fafbfe; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #6fb1e7;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #2d8ddc;
    text-decoration: none; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: .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: 1.5rem;
  font-weight: 400;
  line-height: 1.1; }

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e3eaef; }

small,
.small {
  font-size: 0.75rem;
  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: 6px; }

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

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 0.92188rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #74bcf4;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  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-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #6c757d; }
  .table th,
  .table td {
    padding: 0.95rem;
    vertical-align: top;
    border-top: 1px solid #e3eaef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3eaef; }
  .table tbody + tbody {
    border-top: 2px solid #e3eaef; }

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

.table-bordered {
  border: 1px solid #e3eaef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e3eaef; }
  .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: #f1f3fa; }

.table-hover tbody tr:hover {
  color: #6c757d;
  background-color: #f1f3fa; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #98a6ad;
  background-color: #313a46;
  border-color: #414d5d; }

.table .thead-light th {
  color: #6c757d;
  background-color: #f1f3fa;
  border-color: #e3eaef; }

.table-dark {
  color: #98a6ad;
  background-color: #313a46; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #414d5d; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(2.00625rem + 2px);
  height: -moz-calc(2.00625rem + 2px);
  height: calc(2.00625rem + 2px);
  padding: 0.45rem 0.8rem;
  font-size: 0.7375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6c757d; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c1c9d0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #adb5bd;
    opacity: 1; }
  .form-control:-moz-placeholder {
    color: #adb5bd;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #adb5bd;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1; }
  .form-control::placeholder {
    color: #adb5bd;
    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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #6c757d;
  background-color: #fff; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.45rem 0;
  margin-bottom: 0;
  font-size: 0.7375rem;
  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: -webkit-calc(1.8725rem + 2px);
  height: -moz-calc(1.8725rem + 2px);
  height: calc(1.8725rem + 2px);
  padding: 0.28rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.form-control-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: -moz-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #98a6ad; }

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #00c88f; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 200, 143, 0.9);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00c88f;
  padding-right: 2.00625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c88f' 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 -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right -moz-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  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: #00c88f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.00625rem;
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  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: #00c88f;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: -moz-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c88f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c88f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c88f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #00c88f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25); }

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

.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: #00c88f; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #00c88f; }

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 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: #00c88f; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00c88f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(242, 68, 55, 0.9);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f24437;
  padding-right: 2.00625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f24437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f24437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right -moz-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  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: #f24437;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.00625rem;
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  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: #f24437;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: -moz-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f24437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f24437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f24437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f24437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f24437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f24437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #f24437;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25); }

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

.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: #f24437; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f24437; }

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 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: #f24437; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f24437;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.8rem;
  font-size: 0.7375rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  -moz-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, -moz-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .btn:hover {
    color: #6c757d;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
    -moz-box-shadow: 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(111, 177, 231, 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: #313a46;
  background-color: #6fb1e7;
  border-color: #6fb1e7; }
  .btn-primary:hover {
    color: #fff;
    background-color: #4e9fe2;
    border-color: #4399e0; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #4e9fe2;
    border-color: #4399e0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 159, 207, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(102, 159, 207, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(102, 159, 207, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #313a46;
    background-color: #6fb1e7;
    border-color: #6fb1e7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4399e0;
    border-color: #3893de; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 159, 207, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(102, 159, 207, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(102, 159, 207, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #00c88f;
  border-color: #00c88f; }
  .btn-success:hover {
    color: #fff;
    background-color: #00a274;
    border-color: #00956b; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00a274;
    border-color: #00956b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 208, 160, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(38, 208, 160, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 208, 160, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00c88f;
    border-color: #00c88f; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00956b;
    border-color: #008861; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 208, 160, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(38, 208, 160, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 208, 160, 0.5); }

.btn-info {
  color: #313a46;
  background-color: #74bcf4;
  border-color: #74bcf4; }
  .btn-info:hover {
    color: #313a46;
    background-color: #51abf1;
    border-color: #45a5f0; }
  .btn-info:focus, .btn-info.focus {
    color: #313a46;
    background-color: #51abf1;
    border-color: #45a5f0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 169, 218, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(106, 169, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 169, 218, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #313a46;
    background-color: #74bcf4;
    border-color: #74bcf4; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #45a5f0;
    border-color: #39a0ef; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 169, 218, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(106, 169, 218, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(106, 169, 218, 0.5); }

.btn-warning {
  color: #313a46;
  background-color: #EDB553;
  border-color: #EDB553; }
  .btn-warning:hover {
    color: #313a46;
    background-color: #e9a630;
    border-color: #e8a125; }
  .btn-warning:focus, .btn-warning.focus {
    color: #313a46;
    background-color: #e9a630;
    border-color: #e8a125;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 163, 81, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(209, 163, 81, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(209, 163, 81, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #313a46;
    background-color: #EDB553;
    border-color: #EDB553; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #313a46;
    background-color: #e8a125;
    border-color: #e79c19; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 163, 81, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(209, 163, 81, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(209, 163, 81, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f24437;
  border-color: #f24437; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f02213;
    border-color: #e71e0f; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f02213;
    border-color: #e71e0f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 96, 85, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(244, 96, 85, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 96, 85, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f24437;
    border-color: #f24437; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e71e0f;
    border-color: #db1c0e; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 96, 85, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(244, 96, 85, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(244, 96, 85, 0.5); }

.btn-light {
  color: #313a46;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover {
    color: #313a46;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    color: #313a46;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 225, 227, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(224, 225, 227, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 225, 227, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #313a46;
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #313a46;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 225, 227, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(224, 225, 227, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(224, 225, 227, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #313a46;
  border-color: #313a46; }
  .btn-dark:hover {
    color: #fff;
    background-color: #212730;
    border-color: #1c2128; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #212730;
    border-color: #1c2128;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #313a46;
    border-color: #313a46; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1c2128;
    border-color: #171b21; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5); }

.btn-blue-dark {
  color: #fff;
  background-color: #5d7d99;
  border-color: #5d7d99; }
  .btn-blue-dark:hover {
    color: #fff;
    background-color: #4f6a81;
    border-color: #4a6379; }
  .btn-blue-dark:focus, .btn-blue-dark.focus {
    color: #fff;
    background-color: #4f6a81;
    border-color: #4a6379;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 145, 168, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(117, 145, 168, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(117, 145, 168, 0.5); }
  .btn-blue-dark.disabled, .btn-blue-dark:disabled {
    color: #fff;
    background-color: #5d7d99;
    border-color: #5d7d99; }
  .btn-blue-dark:not(:disabled):not(.disabled):active, .btn-blue-dark:not(:disabled):not(.disabled).active,
  .show > .btn-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #4a6379;
    border-color: #455d71; }
    .btn-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-blue-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 145, 168, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(117, 145, 168, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(117, 145, 168, 0.5); }

.btn-outline-primary {
  color: #6fb1e7;
  border-color: #6fb1e7; }
  .btn-outline-primary:hover {
    color: #313a46;
    background-color: #6fb1e7;
    border-color: #6fb1e7; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #6fb1e7;
    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: #313a46;
    background-color: #6fb1e7;
    border-color: #6fb1e7; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #00c88f;
  border-color: #00c88f; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00c88f;
    border-color: #00c88f; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00c88f;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00c88f;
    border-color: #00c88f; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5); }

.btn-outline-info {
  color: #74bcf4;
  border-color: #74bcf4; }
  .btn-outline-info:hover {
    color: #313a46;
    background-color: #74bcf4;
    border-color: #74bcf4; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #74bcf4;
    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: #313a46;
    background-color: #74bcf4;
    border-color: #74bcf4; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5); }

.btn-outline-warning {
  color: #EDB553;
  border-color: #EDB553; }
  .btn-outline-warning:hover {
    color: #313a46;
    background-color: #EDB553;
    border-color: #EDB553; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #EDB553;
    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: #313a46;
    background-color: #EDB553;
    border-color: #EDB553; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5); }

.btn-outline-danger {
  color: #f24437;
  border-color: #f24437; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f24437;
    border-color: #f24437; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f24437;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f24437;
    border-color: #f24437; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5); }

.btn-outline-light {
  color: #fff;
  border-color: #fff; }
  .btn-outline-light:hover {
    color: #313a46;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    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: #313a46;
    background-color: #fff;
    border-color: #fff; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #313a46;
  border-color: #313a46; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #313a46;
    border-color: #313a46; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #313a46;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #313a46;
    border-color: #313a46; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5); }

.btn-outline-blue-dark {
  color: #5d7d99;
  border-color: #5d7d99; }
  .btn-outline-blue-dark:hover {
    color: #fff;
    background-color: #5d7d99;
    border-color: #5d7d99; }
  .btn-outline-blue-dark:focus, .btn-outline-blue-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5); }
  .btn-outline-blue-dark.disabled, .btn-outline-blue-dark:disabled {
    color: #5d7d99;
    background-color: transparent; }
  .btn-outline-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-blue-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #5d7d99;
    border-color: #5d7d99; }
    .btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5);
      -moz-box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5); }

.btn-link {
  font-weight: 400;
  color: #6fb1e7;
  text-decoration: none; }
  .btn-link:hover {
    color: #2d8ddc;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #adb5bd;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      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.25em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0;
    border-left: 0.25em 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.25rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.7375rem;
  color: #6c757d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  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.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em 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.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em 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.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em 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.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #6c757d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #272e37;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #313a46;
    text-decoration: none;
    background-color: white; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #6c757d; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  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 {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

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

.dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem; }
  .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.6rem;
  padding-left: 0.6rem; }

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  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 {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topleft: 0;
      border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.45rem 0.8rem;
  margin-bottom: 0;
  font-size: 0.7375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }
  .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: -webkit-calc(2.875rem + 2px);
  height: -moz-calc(2.875rem + 2px);
  height: calc(2.875rem + 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;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: -webkit-calc(1.8725rem + 2px);
  height: -moz-calc(1.8725rem + 2px);
  height: calc(1.8725rem + 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.28rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 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) {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.05313rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #6fb1e7;
    border-color: #6fb1e7;
    background-color: #6fb1e7; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
    -moz-box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
    box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

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

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: -webkit-calc(0.05313rem + 2px);
    top: -moz-calc(0.05313rem + 2px);
    top: calc(0.05313rem + 2px);
    left: -webkit-calc(-2.25rem + 2px);
    left: -moz-calc(-2.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: -webkit-calc(1rem - 4px);
    width: -moz-calc(1rem - 4px);
    width: calc(1rem - 4px);
    height: -webkit-calc(1rem - 4px);
    height: -moz-calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #dee2e6;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
    -moz-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, -moz-transform 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -moz-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -moz-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    -o-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.00625rem + 2px);
  height: -moz-calc(2.00625rem + 2px);
  height: calc(2.00625rem + 2px);
  padding: 0.45rem 1.9rem 0.45rem 0.9rem;
  font-size: 0.7375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #c1c9d0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .custom-select:focus::-ms-value {
      color: #6c757d;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.9rem;
    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: -webkit-calc(1.5em + 0.5rem + 2px);
  height: -moz-calc(1.5em + 0.5rem + 2px);
  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: -webkit-calc(1.5em + 1rem + 2px);
  height: -moz-calc(1.5em + 1rem + 2px);
  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: -webkit-calc(2.00625rem + 2px);
  height: -moz-calc(2.00625rem + 2px);
  height: calc(2.00625rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(2.00625rem + 2px);
  height: -moz-calc(2.00625rem + 2px);
  height: calc(2.00625rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #c1c9d0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .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: -webkit-calc(2.00625rem + 2px);
  height: -moz-calc(2.00625rem + 2px);
  height: calc(2.00625rem + 2px);
  padding: 0.45rem 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.00625rem;
    padding: 0.45rem 0.8rem;
    line-height: 1.5;
    color: #6c757d;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    -webkit-border-radius: 0 0.2rem 0.2rem 0;
    -moz-border-radius: 0 0.2rem 0.2rem 0;
    border-radius: 0 0.2rem 0.2rem 0; }

.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
      box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      -moz-box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
      box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.15rem rgba(111, 177, 231, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #6fb1e7;
    border: 0;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: white; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -webkit-border-radius: 1rem;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6fb1e7;
    border: 0;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: white; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
    background-color: #6fb1e7;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: white; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0; }

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

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

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand: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: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3eaef;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  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;
      -webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
      -moz-border-radius-topleft: -moz-calc(0.25rem - 1px);
      border-top-left-radius: calc(0.25rem - 1px);
      -webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
      -moz-border-radius-topright: -moz-calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      -webkit-border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
      -moz-border-radius-bottomright: -moz-calc(0.25rem - 1px);
      border-bottom-right-radius: calc(0.25rem - 1px);
      -webkit-border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
      -moz-border-radius-bottomleft: -moz-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 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem; }

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

.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e3eaef; }
  .card-header:first-child {
    -webkit-border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
    -moz-border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid #e3eaef; }
  .card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
    -moz-border-radius: 0 0 -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px);
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  -webkit-border-radius: -webkit-calc(0.25rem - 1px);
  -moz-border-radius: -moz-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  -webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
  -moz-border-radius-topleft: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  -webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
  -moz-border-radius-topright: -moz-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  -webkit-border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  -moz-border-radius-bottomright: -moz-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  -webkit-border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  -moz-border-radius-bottomleft: -moz-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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0%;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

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

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0%;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          -webkit-border-top-right-radius: 0;
          -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          -webkit-border-bottom-right-radius: 0;
          -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          -webkit-border-top-left-radius: 0;
          -moz-border-radius-topleft: 0;
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          -webkit-border-bottom-left-radius: 0;
          -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0; } }

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

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

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topleft: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #ced4da;
      content: ""; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #adb5bd; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #313a46;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #313a46;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
    -moz-box-shadow: 0 0 0 0.15rem rgba(111, 177, 231, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(111, 177, 231, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  -webkit-border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6fb1e7;
  border-color: #6fb1e7; }

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

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

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

.pagination-lg .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-radius-bottomright: 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 {
  -webkit-border-top-left-radius: 0.2rem;
  -moz-border-radius-topleft: 0.2rem;
  border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -moz-border-radius-bottomleft: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  border-top-right-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  -moz-border-radius-bottomright: 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;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  -moz-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, -moz-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      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;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem; }

.badge-primary {
  color: #313a46;
  background-color: #6fb1e7; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #313a46;
    background-color: #4399e0; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(111, 177, 231, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #00c88f; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #00956b; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 200, 143, 0.5); }

.badge-info {
  color: #313a46;
  background-color: #74bcf4; }
  a.badge-info:hover, a.badge-info:focus {
    color: #313a46;
    background-color: #45a5f0; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(116, 188, 244, 0.5); }

.badge-warning {
  color: #313a46;
  background-color: #EDB553; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #313a46;
    background-color: #e8a125; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(237, 181, 83, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #f24437; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #e71e0f; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 55, 0.5); }

.badge-light {
  color: #313a46;
  background-color: #fff; }
  a.badge-light:hover, a.badge-light:focus {
    color: #313a46;
    background-color: #e6e6e6; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #313a46; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1c2128; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5); }

.badge-blue-dark {
  color: #fff;
  background-color: #5d7d99; }
  a.badge-blue-dark:hover, a.badge-blue-dark:focus {
    color: #fff;
    background-color: #4a6379; }
  a.badge-blue-dark:focus, a.badge-blue-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(93, 125, 153, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.60625rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #3a5c78;
  background-color: #e2effa;
  border-color: #d7e9f8; }
  .alert-primary hr {
    border-top-color: #c1ddf4; }
  .alert-primary .alert-link {
    color: #294256; }

.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: #00684a;
  background-color: #ccf4e9;
  border-color: #b8f0e0; }
  .alert-success hr {
    border-top-color: #a3ecd7; }
  .alert-success .alert-link {
    color: #003526; }

.alert-info {
  color: #3c627f;
  background-color: #e3f2fd;
  border-color: #d8ecfc; }
  .alert-info hr {
    border-top-color: #c0e0fa; }
  .alert-info .alert-link {
    color: #2c475c; }

.alert-warning {
  color: #7b5e2b;
  background-color: #fbf0dd;
  border-color: #faeacf; }
  .alert-warning hr {
    border-top-color: #f8e0b8; }
  .alert-warning .alert-link {
    color: #55411e; }

.alert-danger {
  color: #7e231d;
  background-color: #fcdad7;
  border-color: #fbcbc7; }
  .alert-danger hr {
    border-top-color: #f9b5af; }
  .alert-danger .alert-link {
    color: #551713; }

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6c6c; }

.alert-dark {
  color: #191e24;
  background-color: #d6d8da;
  border-color: #c5c8cb; }
  .alert-dark hr {
    border-top-color: #b8bbbf; }
  .alert-dark .alert-link {
    color: #040506; }

.alert-blue-dark {
  color: #304150;
  background-color: #dfe5eb;
  border-color: #d2dbe2; }
  .alert-blue-dark hr {
    border-top-color: #c2cfd8; }
  .alert-blue-dark .alert-link {
    color: #1d2730; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6fb1e7;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
  -moz-background-size: 1rem 1rem;
  -o-background-size: 1rem 1rem;
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none; } }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  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: #fff;
  border: 1px solid #e3eaef; }
  .list-group-item:first-child {
    -webkit-border-top-left-radius: inherit;
    -moz-border-radius-topleft: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    -moz-border-radius-topright: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    -webkit-border-bottom-right-radius: inherit;
    -moz-border-radius-bottomright: inherit;
    border-bottom-right-radius: inherit;
    -webkit-border-bottom-left-radius: inherit;
    -moz-border-radius-bottomleft: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6fb1e7;
    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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
      -moz-border-radius-bottomleft: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
      -moz-border-radius-topright: 0.25rem;
      border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
      -moz-border-radius-bottomleft: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
      -moz-border-radius-topright: 0.25rem;
      border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
      -moz-border-radius-bottomleft: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
      -moz-border-radius-topright: 0.25rem;
      border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
      -moz-border-radius-bottomleft: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topright: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
      -moz-border-radius-topright: 0.25rem;
      border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: #3a5c78;
  background-color: #d7e9f8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #3a5c78;
    background-color: #c1ddf4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #3a5c78;
    border-color: #3a5c78; }

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

.list-group-item-success {
  color: #00684a;
  background-color: #b8f0e0; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #00684a;
    background-color: #a3ecd7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #00684a;
    border-color: #00684a; }

.list-group-item-info {
  color: #3c627f;
  background-color: #d8ecfc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #3c627f;
    background-color: #c0e0fa; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #3c627f;
    border-color: #3c627f; }

.list-group-item-warning {
  color: #7b5e2b;
  background-color: #faeacf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7b5e2b;
    background-color: #f8e0b8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7b5e2b;
    border-color: #7b5e2b; }

.list-group-item-danger {
  color: #7e231d;
  background-color: #fbcbc7; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7e231d;
    background-color: #f9b5af; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7e231d;
    border-color: #7e231d; }

.list-group-item-light {
  color: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-dark {
  color: #191e24;
  background-color: #c5c8cb; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #191e24;
    background-color: #b8bbbf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #191e24;
    border-color: #191e24; }

.list-group-item-blue-dark {
  color: #304150;
  background-color: #d2dbe2; }
  .list-group-item-blue-dark.list-group-item-action:hover, .list-group-item-blue-dark.list-group-item-action:focus {
    color: #304150;
    background-color: #c2cfd8; }
  .list-group-item-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #304150;
    border-color: #304150; }

.close {
  float: right;
  font-size: 1.10625rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

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

.toast {
  -webkit-flex-basis: 350px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
  -moz-border-radius-topleft: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  -webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
  -moz-border-radius-topright: -moz-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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: -moz-calc(100% - 1rem);
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 1rem);
    max-height: -moz-calc(100vh - 1rem);
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: -moz-calc(100% - 1rem);
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: -webkit-calc(100vh - 1rem);
    height: -moz-calc(100vh - 1rem);
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #313a46; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.7; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  -webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
  -moz-border-radius-topleft: -moz-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  -webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
  -moz-border-radius-topright: -moz-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  -webkit-border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
  -moz-border-radius-bottomright: -moz-calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  -webkit-border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
  -moz-border-radius-bottomleft: -moz-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: -webkit-calc(100% - 3.5rem);
    max-height: -moz-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: -webkit-calc(100vh - 3.5rem);
      max-height: -moz-calc(100vh - 3.5rem);
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: -moz-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: -webkit-calc(100vh - 3.5rem);
      height: -moz-calc(100vh - 3.5rem);
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  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: #343a40; }

.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: #343a40; }

.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: #343a40; }

.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: #343a40; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #f1f3fa;
  text-align: center;
  background-color: #343a40;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3eaef;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  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: -webkit-calc(-0.5rem - 1px);
    bottom: -moz-calc(-0.5rem - 1px);
    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: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: -webkit-calc(-0.5rem - 1px);
    left: -moz-calc(-0.5rem - 1px);
    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: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: -webkit-calc(-0.5rem - 1px);
    top: -moz-calc(-0.5rem - 1px);
    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: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f1f3fa; }

.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: -webkit-calc(-0.5rem - 1px);
    right: -moz-calc(-0.5rem - 1px);
    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: #fff; }

.popover-header {
  padding: 0.7rem 0.8rem;
  margin-bottom: 0;
  font-size: 0.7375rem;
  background-color: #f1f3fa;
  border-bottom: 1px solid #dee3f3;
  -webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
  -moz-border-radius-topleft: -moz-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  -webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
  -moz-border-radius-topright: -moz-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  -moz-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

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

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

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

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

@-moz-keyframes spinner-grow {
  0% {
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -moz-transform: none;
    transform: none; } }

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #6fb1e7 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4399e0 !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: #00c88f !important; }

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

.bg-info {
  background-color: #74bcf4 !important; }

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

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

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

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

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

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

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

.bg-dark {
  background-color: #313a46 !important; }

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

.bg-blue-dark {
  background-color: #5d7d99 !important; }

a.bg-blue-dark:hover, a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #4a6379 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #6fb1e7 !important; }

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

.border-success {
  border-color: #00c88f !important; }

.border-info {
  border-color: #74bcf4 !important; }

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

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

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

.border-dark {
  border-color: #313a46 !important; }

.border-blue-dark {
  border-color: #5d7d99 !important; }

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

.rounded-sm {
  -webkit-border-radius: 0.2rem !important;
  -moz-border-radius: 0.2rem !important;
  border-radius: 0.2rem !important; }

.rounded {
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important; }

.rounded-top {
  -webkit-border-top-left-radius: 0.25rem !important;
  -moz-border-radius-topleft: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  -webkit-border-top-right-radius: 0.25rem !important;
  -moz-border-radius-topright: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  -webkit-border-top-right-radius: 0.25rem !important;
  -moz-border-radius-topright: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  -webkit-border-bottom-right-radius: 0.25rem !important;
  -moz-border-radius-bottomright: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  -webkit-border-bottom-right-radius: 0.25rem !important;
  -moz-border-radius-bottomright: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
  -moz-border-radius-bottomleft: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  -webkit-border-top-left-radius: 0.25rem !important;
  -moz-border-radius-topleft: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
  -moz-border-radius-bottomleft: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important; }

.rounded-circle {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

.rounded-pill {
  -webkit-border-radius: 50rem !important;
  -moz-border-radius: 50rem !important;
  border-radius: 50rem !important; }

.rounded-0 {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive 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.85714%; }

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -moz-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -moz-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  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; }

.w-15 {
  width: 15% !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; }

.h-15 {
  height: 15% !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.375rem !important; }

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

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

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

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

.m-2 {
  margin: 0.75rem !important; }

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

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

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

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

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

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

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

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

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

.m-4 {
  margin: 2.25rem !important; }

.mt-4,
.my-4 {
  margin-top: 2.25rem !important; }

.mr-4,
.mx-4 {
  margin-right: 2.25rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important; }

.ml-4,
.mx-4 {
  margin-left: 2.25rem !important; }

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.375rem !important; }

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

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

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

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

.p-2 {
  padding: 0.75rem !important; }

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

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

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

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

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

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

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

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

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

.p-4 {
  padding: 2.25rem !important; }

.pt-4,
.py-4 {
  padding-top: 2.25rem !important; }

.pr-4,
.px-4 {
  padding-right: 2.25rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important; }

.pl-4,
.px-4 {
  padding-left: 2.25rem !important; }

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

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

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

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

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

.m-n1 {
  margin: -0.375rem !important; }

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

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

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

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

.m-n2 {
  margin: -0.75rem !important; }

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important; }

.m-n3 {
  margin: -1.5rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important; }

.m-n4 {
  margin: -2.25rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important; }

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

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

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

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

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

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.375rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.375rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.375rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.375rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.375rem !important; }
  .m-sm-2 {
    margin: 0.75rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.75rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.75rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.75rem !important; }
  .m-sm-3 {
    margin: 1.5rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important; }
  .m-sm-4 {
    margin: 2.25rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.25rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.25rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.25rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.25rem !important; }
  .m-sm-5 {
    margin: 4.5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.5rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.375rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.375rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.375rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.375rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.375rem !important; }
  .p-sm-2 {
    padding: 0.75rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.75rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.75rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.75rem !important; }
  .p-sm-3 {
    padding: 1.5rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important; }
  .p-sm-4 {
    padding: 2.25rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.25rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.25rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.25rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.25rem !important; }
  .p-sm-5 {
    padding: 4.5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.5rem !important; }
  .m-sm-n1 {
    margin: -0.375rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.375rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.375rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.375rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.375rem !important; }
  .m-sm-n2 {
    margin: -0.75rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.75rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.75rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.75rem !important; }
  .m-sm-n3 {
    margin: -1.5rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important; }
  .m-sm-n4 {
    margin: -2.25rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.25rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.25rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.25rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.25rem !important; }
  .m-sm-n5 {
    margin: -4.5rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4.5rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4.5rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4.5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.375rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.375rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.375rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.375rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.375rem !important; }
  .m-md-2 {
    margin: 0.75rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.75rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.75rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.75rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.75rem !important; }
  .m-md-3 {
    margin: 1.5rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important; }
  .m-md-4 {
    margin: 2.25rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.25rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.25rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.25rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.25rem !important; }
  .m-md-5 {
    margin: 4.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.5rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.375rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.375rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.375rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.375rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.375rem !important; }
  .p-md-2 {
    padding: 0.75rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.75rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.75rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.75rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.75rem !important; }
  .p-md-3 {
    padding: 1.5rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important; }
  .p-md-4 {
    padding: 2.25rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.25rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.25rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.25rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.25rem !important; }
  .p-md-5 {
    padding: 4.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.5rem !important; }
  .m-md-n1 {
    margin: -0.375rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.375rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.375rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.375rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.375rem !important; }
  .m-md-n2 {
    margin: -0.75rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.75rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.75rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.75rem !important; }
  .m-md-n3 {
    margin: -1.5rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important; }
  .m-md-n4 {
    margin: -2.25rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.25rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.25rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.25rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.25rem !important; }
  .m-md-n5 {
    margin: -4.5rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.5rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.5rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.375rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.375rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.375rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.375rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.375rem !important; }
  .m-lg-2 {
    margin: 0.75rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.75rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.75rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.75rem !important; }
  .m-lg-3 {
    margin: 1.5rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important; }
  .m-lg-4 {
    margin: 2.25rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.25rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.25rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.25rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.25rem !important; }
  .m-lg-5 {
    margin: 4.5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.5rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.375rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.375rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.375rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.375rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.375rem !important; }
  .p-lg-2 {
    padding: 0.75rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.75rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.75rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.75rem !important; }
  .p-lg-3 {
    padding: 1.5rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important; }
  .p-lg-4 {
    padding: 2.25rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.25rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.25rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.25rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.25rem !important; }
  .p-lg-5 {
    padding: 4.5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.5rem !important; }
  .m-lg-n1 {
    margin: -0.375rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.375rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.375rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.375rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.375rem !important; }
  .m-lg-n2 {
    margin: -0.75rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.75rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.75rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.75rem !important; }
  .m-lg-n3 {
    margin: -1.5rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important; }
  .m-lg-n4 {
    margin: -2.25rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.25rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.25rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.25rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.25rem !important; }
  .m-lg-n5 {
    margin: -4.5rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.5rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.5rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.375rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.375rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.375rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.375rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.375rem !important; }
  .m-xl-2 {
    margin: 0.75rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.75rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.75rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.75rem !important; }
  .m-xl-3 {
    margin: 1.5rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important; }
  .m-xl-4 {
    margin: 2.25rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.25rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.25rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.25rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.25rem !important; }
  .m-xl-5 {
    margin: 4.5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.5rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.375rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.375rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.375rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.375rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.375rem !important; }
  .p-xl-2 {
    padding: 0.75rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.75rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.75rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.75rem !important; }
  .p-xl-3 {
    padding: 1.5rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important; }
  .p-xl-4 {
    padding: 2.25rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.25rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.25rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.25rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.25rem !important; }
  .p-xl-5 {
    padding: 4.5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.5rem !important; }
  .m-xl-n1 {
    margin: -0.375rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.375rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.375rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.375rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.375rem !important; }
  .m-xl-n2 {
    margin: -0.75rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.75rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.75rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.75rem !important; }
  .m-xl-n3 {
    margin: -1.5rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important; }
  .m-xl-n4 {
    margin: -2.25rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.25rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.25rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.25rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.25rem !important; }
  .m-xl-n5 {
    margin: -4.5rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.5rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.5rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #6fb1e7 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #2d8ddc !important; }

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

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

.text-success {
  color: #00c88f !important; }

a.text-success:hover, a.text-success:focus {
  color: #007c58 !important; }

.text-info {
  color: #74bcf4 !important; }

a.text-info:hover, a.text-info:focus {
  color: #2d9aee !important; }

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

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

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

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

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

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

.text-dark {
  color: #313a46 !important; }

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

.text-blue-dark {
  color: #5d7d99 !important; }

a.text-blue-dark:hover, a.text-blue-dark:focus {
  color: #405669 !important; }

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

.text-muted {
  color: #98a6ad !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;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e3eaef; }
  .table .thead-dark th {
    color: inherit;
    border-color: #e3eaef; } }

html {
  position: relative;
  min-height: 100%; }

body {
  overflow-x: hidden;
  background-color: #f2f6f8; }

* {
  -webkit-overflow-scrolling: touch; }

.logo {
  display: block;
  line-height: 80px; }
  .logo span.logo-lg {
    display: block; }
  .logo span.logo-sm {
    display: none; }

.wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.content-page {
  margin-left: 200px;
  overflow: hidden;
  padding: 10px;
  min-height: 80vh; }
  @media only screen and (max-width: 991px) {
    .content-page {
      padding: 0px 0px; } }

.left-side-menu {
  width: 200px;
  z-index: 200;
  background: -webkit-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
  background: -moz-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
  background: -o-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
  background: linear-gradient(135deg, #76BEF5 0%, #5289B5 60%);
  bottom: 0;
  position: fixed;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 0; }

.side-nav .slide-nav-item {
  font-size: 0.8375rem; }

.side-nav .side-nav-bell {
  position: relative;
  color: #6c757d;
  display: block;
  padding: 15px 20px; }
  .side-nav .side-nav-bell i {
    display: inline-block;
    line-height: 1.0625rem;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 3px; }
    @media (min-width: 768px) {
      .side-nav .side-nav-bell i {
        margin-left: 0; } }
  .side-nav .side-nav-bell:hover, .side-nav .side-nav-bell:focus, .side-nav .side-nav-bell:active {
    color: #6fb1e7; }

.side-nav .side-nav-link {
  color: #cedce4;
  display: block;
  padding: 15px 20px;
  font-size: 0.8375rem;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .side-nav .side-nav-link:hover, .side-nav .side-nav-link:focus, .side-nav .side-nav-link:active {
    color: #ffffff;
    text-decoration: none; }
  .side-nav .side-nav-link span {
    vertical-align: middle; }
  .side-nav .side-nav-link i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 5px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 20px; }
  .side-nav .side-nav-link.active {
    color: #ffffff; }

.side-nav .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  -o-transition: -o-transform .15s;
  -moz-transition: transform .15s, -moz-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 1.5rem;
  font-size: 1.1rem;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  .side-nav .menu-arrow:before {
    content: "\F142"; }

.side-nav .badge {
  margin-top: 3px; }

.side-nav .side-nav-item.active > a .menu-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.side-nav .side-nav-title {
  padding: 12px 30px;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #cedce4;
  font-weight: 700; }

.enlarged .wrapper .left-side-menu {
  position: fixed;
  padding-top: 0;
  width: 55px;
  z-index: 200; }
  .enlarged .wrapper .left-side-menu .slimScrollDiv,
  .enlarged .wrapper .left-side-menu .slimscroll-menu {
    overflow: inherit !important; }
    @media only screen and (max-width: 767px) {
      .enlarged .wrapper .left-side-menu .slimScrollDiv,
      .enlarged .wrapper .left-side-menu .slimscroll-menu {
        overflow: overflow !important; } }
  .enlarged .wrapper .left-side-menu .slimScrollBar {
    visibility: hidden; }

.enlarged .wrapper .help-box {
  display: none; }

.enlarged .wrapper .content-page {
  margin-left: 55px; }

.enlarged .wrapper .footer {
  left: 55px; }

.enlarged .side-nav .side-nav-title,
.enlarged .side-nav .menu-arrow,
.enlarged .side-nav .badge,
.enlarged .side-nav .collapse.in {
  display: none !important; }

.enlarged .side-nav .nav.collapse {
  height: inherit !important; }

.enlarged .side-nav .side-nav-item {
  position: relative;
  white-space: nowrap; }
  .enlarged .side-nav .side-nav-item .side-nav-link {
    padding: 16px 15px;
    min-height: 52px; }
    .enlarged .side-nav .side-nav-item .side-nav-link:hover {
      color: #ffffff; }
    .enlarged .side-nav .side-nav-item .side-nav-link i {
      font-size: 1.125rem;
      margin-right: 20px;
      padding: 1px 0px; }
    .enlarged .side-nav .side-nav-item .side-nav-link span {
      display: none;
      padding-left: 10px; }
  .enlarged .side-nav .side-nav-item:active .side-nav-link, .enlarged .side-nav .side-nav-item:focus .side-nav-link, .enlarged .side-nav .side-nav-item:hover .side-nav-link {
    display: block;
    position: relative;
    width: 220px;
    color: #fff;
    background: -webkit-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
    background: -moz-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
    background: -o-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
    background: linear-gradient(135deg, #76BEF5 0%, #5289B5 60%); }
    .enlarged .side-nav .side-nav-item:active .side-nav-link span, .enlarged .side-nav .side-nav-item:focus .side-nav-link span, .enlarged .side-nav .side-nav-item:hover .side-nav-link span {
      display: inline; }
  .enlarged .side-nav .side-nav-item:active > ul, .enlarged .side-nav .side-nav-item:focus > ul, .enlarged .side-nav .side-nav-item:hover > ul {
    display: block !important;
    left: 55px;
    position: absolute;
    width: 190px;
    height: auto !important;
    padding: 5px 0;
    z-index: 9999;
    background: -webkit-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
    background: -moz-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
    background: -o-linear-gradient(315deg, #76BEF5 0%, #5289B5 60%);
    background: linear-gradient(135deg, #76BEF5 0%, #5289B5 60%); }
    .enlarged .side-nav .side-nav-item:active > ul a, .enlarged .side-nav .side-nav-item:focus > ul a, .enlarged .side-nav .side-nav-item:hover > ul a {
      padding: 8px 20px;
      position: relative;
      width: 190px; }
      .enlarged .side-nav .side-nav-item:active > ul a:hover, .enlarged .side-nav .side-nav-item:focus > ul a:hover, .enlarged .side-nav .side-nav-item:hover > ul a:hover {
        color: #ffffff; }
    .enlarged .side-nav .side-nav-item:active > ul ul, .enlarged .side-nav .side-nav-item:focus > ul ul, .enlarged .side-nav .side-nav-item:hover > ul ul {
      left: 190px;
      top: 0; }
  .enlarged .side-nav .side-nav-item > ul {
    display: none; }

.enlarged .side-nav-light .side-nav-item:hover > ul {
  background: #f1f3fa; }

.enlarged .logo span.logo-lg {
  display: none; }

.enlarged .logo span.logo-sm {
  display: block;
  line-height: 70px;
  color: #6fb1e7; }

@media (max-width: 767.98px) {
  body {
    overflow-x: hidden; }
  .left-side-menu {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    display: none;
    z-index: 1000 !important; }
  .sidebar-enable .left-side-menu {
    display: block; }
  .navbar-nav.navbar-right {
    float: right; }
  .content-page {
    margin-left: 0 !important;
    padding: 5px 0px; }
  .enlarged .left-side-menu {
    margin-left: -55px; }
  .logo span.logo-lg {
    display: block; }
  .logo span.logo-sm {
    display: none; } }

.left-side-menu-light {
  background: #e7edf3; }

.side-nav-light .side-nav-link {
  color: #6c757d; }
  .side-nav-light .side-nav-link:hover, .side-nav-light .side-nav-link:focus, .side-nav-light .side-nav-link:active {
    color: #6fb1e7; }
  .side-nav-light .side-nav-link.active {
    color: #6fb1e7; }

.side-nav-light .side-nav-title {
  color: #6c757d; }

.help-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin: 65px 25px 25px;
  position: relative;
  background-color: #7ab7e9; }
  .help-box .close-btn {
    position: absolute;
    right: 10px;
    top: 10px; }

.help-box-light {
  background-color: #f1f3fa; }

body[data-layout="topnav"] .content-page {
  margin-left: 0 !important;
  padding: 0; }

body.boxed-layout {
  background-color: #ffffff; }
  body.boxed-layout .wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fafbfe;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35); }
  body.boxed-layout.enlarged .footer {
    max-width: -webkit-calc(1300px - 55px);
    max-width: -moz-calc(1300px - 55px);
    max-width: calc(1300px - 55px); }

@media (min-width: 1200px) {
  .scrollable-layout {
    padding-bottom: 0; }
    .scrollable-layout .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .scrollable-layout .left-side-menu {
      position: relative;
      min-width: 200px;
      max-width: 200px; }
    .scrollable-layout .content-page {
      margin-left: 0;
      width: 100%;
      padding-bottom: 60px; } }

body[data-layout="detached"] {
  padding-bottom: 0; }
  @media (min-width: 992px) {
    body[data-layout="detached"] .container-fluid, body[data-layout="detached"] .container-sm, body[data-layout="detached"] .container-md, body[data-layout="detached"] .container-lg, body[data-layout="detached"] .container-xl {
      max-width: 95%; } }
  body[data-layout="detached"] .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    overflow: inherit; }
  body[data-layout="detached"] .content-page {
    margin-left: 0;
    overflow: hidden;
    padding: 0 15px 5px 10px;
    position: relative;
    margin-right: -15px;
    width: 100%;
    padding-bottom: 60px; }
  body[data-layout="detached"].enlarged .wrapper .left-side-menu {
    max-width: 55px;
    min-width: 55px;
    position: relative; }
  body[data-layout="detached"].enlarged .wrapper .leftbar-user {
    display: none; }
  body[data-layout="detached"].enlarged .wrapper .content-page {
    margin-left: 0; }
  body[data-layout="detached"].enlarged .wrapper .footer {
    left: 0; }
  @media (max-width: 767.98px) {
    body[data-layout="detached"].sidebar-enable .left-side-menu {
      position: fixed;
      left: 0;
      overflow-y: auto; }
    body[data-layout="detached"] .content-page {
      margin-left: 0 !important;
      padding: 0 10px 60px 10px; } }

.left-side-menu-detached {
  position: relative;
  background: #ffffff;
  min-width: 200px;
  max-width: 200px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35); }
  .left-side-menu-detached .side-nav-light .side-nav-link {
    color: #6c757d; }
    .left-side-menu-detached .side-nav-light .side-nav-link:hover, .left-side-menu-detached .side-nav-light .side-nav-link:focus, .left-side-menu-detached .side-nav-light .side-nav-link:active {
      color: #6fb1e7; }
    .left-side-menu-detached .side-nav-light .side-nav-link.active {
      color: #727cf5; }
  .left-side-menu-detached .side-nav-light .side-nav-title {
    color: #6c757d; }

.leftbar-user {
  background: url("../images/bg/waves.png") no-repeat;
  padding: 30px 20px;
  text-align: center; }
  .leftbar-user .leftbar-user-name {
    font-weight: 700;
    color: #313a46;
    margin-left: 12px;
    margin-top: 8px;
    display: block; }

.button-menu-mobile .lines {
  width: 18px;
  display: block;
  position: relative;
  height: 16px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 26px;
  margin-left: 10px; }

.button-menu-mobile span {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  .button-menu-mobile span:nth-of-type(2) {
    width: 24px; }

.button-menu-mobile.disable-btn {
  display: none; }

.navbar-custom {
  padding: 0 30px 0px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  margin: -10px -20px 0;
  min-height: 45px;
  font-size: .8375rem;
  display: none;
  position: relative; }
  .navbar-custom::after {
    display: block;
    clear: both;
    content: ""; }
  @media only screen and (max-width: 991px) {
    .navbar-custom {
      margin: -5px -20px 0; } }
  @media only screen and (max-width: 767px) {
    .navbar-custom {
      display: block; } }
  .navbar-custom .topbar-left {
    background-color: #ffffff;
    height: 45px;
    position: fixed;
    z-index: 1;
    width: 200px;
    text-align: center;
    top: 0;
    left: 0; }
    .navbar-custom .topbar-left .logo {
      line-height: 45px; }
      .navbar-custom .topbar-left .logo i {
        display: none; }
  .navbar-custom .topbar-right-menu li {
    float: left;
    max-height: 45px; }
    .navbar-custom .topbar-right-menu li.show .nav-link {
      color: #6c757d; }
  .navbar-custom .topbar-right-menu .nav-link {
    padding: 0;
    color: #98a6ad;
    min-width: 32px;
    display: block;
    text-align: center;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-custom .getStartedWrapper {
    float: right;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .navbar-custom .getStartedWrapper::after {
      display: block;
      clear: both;
      content: ""; }
    @media only screen and (max-width: 767px) {
      .navbar-custom .getStartedWrapper {
        width: -webkit-calc(100% - 60px - 74px);
        width: -moz-calc(100% - 60px - 74px);
        width: calc(100% - 60px - 74px);
        text-align: center;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; } }
    .navbar-custom .getStartedWrapper p {
      float: left;
      width: auto;
      color: #6fb1e7;
      font-size: 13px;
      margin: 2px 10px 0px 10px; }
      @media only screen and (max-width: 991px) {
        .navbar-custom .getStartedWrapper p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .navbar-custom .getStartedWrapper p {
          float: none;
          font-size: 12px; } }
      @media only screen and (max-width: 575px) {
        .navbar-custom .getStartedWrapper p {
          font-size: 11px; } }
    .navbar-custom .getStartedWrapper #getStarted {
      float: left; }
      @media only screen and (max-width: 767px) {
        .navbar-custom .getStartedWrapper #getStarted {
          float: none; } }
      .navbar-custom .getStartedWrapper #getStarted a {
        display: block;
        float: left;
        margin: 0px 0px 0px 0px;
        background: #6fb1e7;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
        padding: 4px 25px; }
        @media only screen and (max-width: 991px) {
          .navbar-custom .getStartedWrapper #getStarted a {
            font-size: 12px;
            padding: 4px 15px; } }
        @media only screen and (max-width: 767px) {
          .navbar-custom .getStartedWrapper #getStarted a {
            display: inline-block;
            float: none;
            font-size: 12px;
            padding: 2px 5px;
            margin: 0px 10px 0 10px; } }
        @media only screen and (max-width: 575px) {
          .navbar-custom .getStartedWrapper #getStarted a {
            font-size: 11px; } }
        .navbar-custom .getStartedWrapper #getStarted a span {
          font-weight: normal;
          display: inline-block;
          margin-left: 10px; }

.topbar-dropdown .nav-link {
  line-height: 45px; }

/* Search */
.app-search {
  padding: -webkit-calc(7px / 2) 0;
  padding: -moz-calc(7px / 2) 0;
  padding: calc(7px / 2) 0;
  overflow: hidden; }
  .app-search form {
    max-width: 320px; }
  .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #f1f3fa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .app-search span {
    position: absolute;
    z-index: 10;
    font-size: 20px;
    line-height: 38px;
    left: 10px; }
  .app-search .input-group-append {
    margin-left: 0;
    z-index: 4; }

/* Notification */
.user-nav-list,
.notification-list {
  margin-left: 0; }
  .user-nav-list .dropdown-menu.dropdown-menu-right,
  .notification-list .dropdown-menu.dropdown-menu-right {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    width: 95%;
    padding: 10px; }
  .user-nav-list .noti-title,
  .notification-list .noti-title {
    background-color: transparent;
    padding: 15px 20px; }
  .user-nav-list .noti-icon,
  .notification-list .noti-icon {
    font-size: 22px;
    vertical-align: middle;
    line-height: 45px; }
  .user-nav-list .noti-icon-badge,
  .notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    background-color: #f24437; }
  .user-nav-list .notify-item,
  .notification-list .notify-item {
    padding: 10px 20px; }
    .user-nav-list .notify-item .notify-icon,
    .notification-list .notify-item .notify-icon {
      float: left;
      height: 36px;
      width: 36px;
      line-height: 36px;
      text-align: center;
      margin-right: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff; }
    .user-nav-list .notify-item .notify-details,
    .notification-list .notify-item .notify-details {
      margin-bottom: 0;
      overflow: hidden;
      margin-left: 45px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .user-nav-list .notify-item .notify-details b,
      .notification-list .notify-item .notify-details b {
        font-weight: 500; }
      .user-nav-list .notify-item .notify-details small,
      .notification-list .notify-item .notify-details small {
        display: block; }
      .user-nav-list .notify-item .notify-details span,
      .notification-list .notify-item .notify-details span {
        display: block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px; }
    .user-nav-list .notify-item .user-msg,
    .notification-list .notify-item .user-msg {
      margin-left: 45px;
      white-space: normal;
      line-height: 16px; }
  .user-nav-list .topbar-dropdown-menu .notify-item,
  .notification-list .topbar-dropdown-menu .notify-item {
    padding: 7px 20px; }

.profile-dropdown {
  width: 170px; }
  .profile-dropdown i,
  .profile-dropdown span {
    vertical-align: middle; }

.nav-user {
  padding: -webkit-calc(7px / 2) 20px -webkit-calc(7px / 2) 57px !important;
  padding: -moz-calc(7px / 2) 20px -moz-calc(7px / 2) 57px !important;
  padding: calc(7px / 2) 20px calc(7px / 2) 57px !important;
  text-align: left !important;
  position: relative;
  background-color: #fafbfd;
  border: 1px solid #f1f3fa;
  border-width: 0 1px;
  min-height: 45px; }
  .nav-user .account-user-avatar {
    position: absolute;
    top: -webkit-calc(13px / 2);
    top: -moz-calc(13px / 2);
    top: calc(13px / 2);
    left: 15px; }
    .nav-user .account-user-avatar img {
      height: 32px;
      width: 32px; }
  .nav-user .account-position {
    display: block;
    font-size: 12px;
    margin-top: -3px; }
  .nav-user .account-user-name {
    display: block;
    font-weight: 600; }

.button-menu-mobile {
  border: none;
  color: #313a46;
  height: 45px;
  line-height: 45px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  float: left; }
  .button-menu-mobile.disable-btn {
    display: none; }

[data-keep-enlarged="true"] .navbar-custom {
  padding-left: 0; }

[data-keep-enlarged="true"] .button-menu-mobile.disable-btn {
  display: inline-block; }

@media (max-width: 1024px) {
  .navbar-custom {
    left: 70px;
    right: 0; }
  .app-search {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-custom {
    left: 0;
    padding: 0 10px;
    margin: -5px -10px 0; }
  .button-menu-mobile.disable-btn {
    display: inline-block; }
  .nav-user {
    padding: 17px 5px 17px 57px !important; }
    .nav-user .account-position,
    .nav-user .account-user-name {
      display: none; } }

.topnav-navbar-dark {
  background-color: #313a46; }
  .topnav-navbar-dark .nav-user {
    background-color: #3c4655;
    border: 1px solid #414d5d; }
  .topnav-navbar-dark .topbar-right-menu li.show .nav-link {
    color: #fff; }
  .topnav-navbar-dark .app-search .form-control {
    background-color: #3c4655;
    color: #fff; }
  .topnav-navbar-dark .app-search span {
    color: #98a6ad; }

.right-bar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 24px 0 rgba(49, 58, 70, 0.1), 0 1px 0 0 rgba(49, 58, 70, 0.08);
  -moz-box-shadow: 0 0 24px 0 rgba(49, 58, 70, 0.1), 0 1px 0 0 rgba(49, 58, 70, 0.08);
  box-shadow: 0 0 24px 0 rgba(49, 58, 70, 0.1), 0 1px 0 0 rgba(49, 58, 70, 0.08);
  display: block;
  position: fixed;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 260px;
  z-index: 9999;
  float: right !important;
  right: -270px;
  top: 0;
  bottom: 0; }
  .right-bar .rightbar-content {
    padding-bottom: 70px; }
  .right-bar .rightbar-title {
    background-color: #313a46;
    padding: 27px 25px;
    color: #ffffff; }
  .right-bar .right-bar-toggle {
    background-color: #444e5a;
    height: 24px;
    width: 24px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px; }

.rightbar-overlay {
  background-color: #37404a;
  opacity: 0.45;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.right-bar-enabled .right-bar {
  right: 0; }

.right-bar-enabled .rightbar-overlay {
  display: block; }

@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto; }
    .right-bar .slimscroll-menu {
      height: auto !important; } }

.page-title-box {
  padding: 15px 0px 15px 0px; }
  .page-title-box::after {
    display: block;
    clear: both;
    content: ""; }
  .page-title-box .page-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #3f454b;
    float: left; }
    .page-title-box .page-title .page-title-back {
      color: #3f454b;
      margin-right: 7px;
      font-size: 93%; }
      .page-title-box .page-title .page-title-back .icon-back {
        line-height: 1; }
  .page-title-box .page-header-notification {
    float: right; }
  .page-title-box .page-title-right {
    float: right; }
    .page-title-box .page-title-right .breadcrumb {
      display: none; }
    .page-title-box .page-title-right .page-title {
      font-size: 14px;
      color: #adb5bd; }
      .page-title-box .page-title-right .page-title strong {
        font-weight: 400; }
  .page-title-box .breadcrumb {
    padding: 0px; }

.page-title-box-sm .page-title {
  line-height: 1 !important;
  margin-bottom: 25px; }

.page-title-box-sm .page-title-right {
  float: right;
  margin-top: 0; }

.page-title-box-sm .breadcrumb {
  padding-top: 0;
  margin-top: -3px !important; }

.text-title {
  color: #6c757d; }
  .text-title:hover {
    color: #6c757d; }

@media (max-width: 767.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .page-title-box .breadcrumb {
    display: none; }
  .page-title-box .page-title-right {
    display: none; } }

@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none; } }

.error {
  color: #f24437; }

.desk360-table {
  margin-bottom: 1.5rem;
  color: #fff !important; }

.desk360-table td,
.desk360-table th {
  padding: 2px !important;
  vertical-align: top;
  border: none; }

.bg-blue {
  background-color: #76BEF5 !important; }

.bg-green {
  background-color: #00c88f !important; }

.bg-red {
  background-color: #f24437 !important; }

.bg-purple {
  background-color: #717CC8 !important; }

.bg-yellow {
  background-color: #EDB553 !important; }

.text-today {
  color: #f8f8f8;
  font-size: 11px; }

.dashboard-title {
  font-size: 25px; }

.dashboard-title i {
  color: #c8ced2;
  padding: 15px; }

.dashboard-title img {
  max-width: 32px;
  margin-right: 5px; }

.tile-stats {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.icon-widget-number {
  font-size: 32px;
  vertical-align: top;
  color: #ffffff; }

.icon-widget {
  font-size: 40px;
  float: right;
  vertical-align: top;
  color: #ffffff; }

.icon i:before {
  margin: 0;
  padding: 0;
  line-height: 0; }

.progress-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.bs-popover-auto[x-placement^="bottom"] > .arrow::before, .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e3eaef; }

.bs-popover-auto[x-placement^="left"] > .arrow::before, .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e3eaef; }

.bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e3eaef; }

.bs-popover-auto[x-placement^="top"] > .arrow::before, .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e3eaef; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.resize {
  resize: auto; }

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

.text-light-gray {
  color: #7a8086 !important; }

.footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  bottom: 0;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0;
  color: #98a6ad;
  left: 200px; }
  .footer .footer-links a {
    color: #98a6ad;
    margin-left: 1.5rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s; }
    .footer .footer-links a:hover {
      color: #313a46; }
    .footer .footer-links a:first-of-type {
      margin-left: 0; }

@media (max-width: 767.98px) {
  .footer {
    left: 0 !important;
    text-align: center; } }

.footer-alt {
  left: 0;
  border: none;
  text-align: center; }

body[data-layout="topnav"] .footer {
  left: 0 !important;
  padding: 19px 0 20px; }

body[data-layout="topnav"].boxed-layout .footer {
  max-width: 1300px; }

body.boxed-layout .footer {
  border: none;
  margin: 0 auto;
  background-color: #fafbfe;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  max-width: -webkit-calc(1300px - 200px);
  max-width: -moz-calc(1300px - 200px);
  max-width: calc(1300px - 200px); }

body[data-layout="detached"] .footer {
  left: 0; }
  body[data-layout="detached"] .footer .container-fluid, body[data-layout="detached"] .footer .container-sm, body[data-layout="detached"] .footer .container-md, body[data-layout="detached"] .footer .container-lg, body[data-layout="detached"] .footer .container-xl {
    max-width: 100%;
    padding: 0; }

.topnav-navbar {
  padding: 0;
  margin: 0;
  min-height: 70px; }
  .topnav-navbar .topnav-logo {
    line-height: 70px;
    float: left;
    padding-right: 20px;
    min-width: 160px; }
    .topnav-navbar .topnav-logo .topnav-logo-sm {
      display: none; }
  .topnav-navbar .navbar-toggle {
    position: relative;
    cursor: pointer;
    float: left;
    margin: 27px 20px;
    padding: 0;
    background-color: transparent;
    border: none; }
    .topnav-navbar .navbar-toggle .lines {
      width: 25px;
      display: block;
      position: relative;
      height: 16px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
    .topnav-navbar .navbar-toggle span {
      height: 2px;
      width: 100%;
      background-color: rgba(49, 58, 70, 0.8);
      display: block;
      margin-bottom: 5px;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: -o-transform .5s ease;
      -moz-transition: transform .5s ease, -moz-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
    .topnav-navbar .navbar-toggle.open span {
      position: absolute; }
      .topnav-navbar .navbar-toggle.open span:first-child {
        top: 7px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .topnav-navbar .navbar-toggle.open span:nth-child(2) {
        visibility: hidden; }
      .topnav-navbar .navbar-toggle.open span:last-child {
        width: 100%;
        top: 7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.topnav {
  background: -webkit-gradient(linear, left top, left bottom, from(#76BEF5), to(#5289B5));
  background: -webkit-linear-gradient(top, #76BEF5, #5289B5);
  background: -moz-linear-gradient(top, #76BEF5, #5289B5);
  background: -o-linear-gradient(top, #76BEF5, #5289B5);
  background: linear-gradient(to bottom, #76BEF5, #5289B5); }
  .topnav .topnav-menu {
    margin: 0;
    padding: 0; }
  .topnav .navbar-nav .nav-link {
    font-size: .9375rem;
    position: relative;
    padding: 1rem 1.3rem; }

.arrow-down {
  display: inline-block; }
  .arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: .4em; }

@media (min-width: 992px) {
  body[data-layout="topnav"] .container-fluid, body[data-layout="topnav"] .container-sm, body[data-layout="topnav"] .container-md, body[data-layout="topnav"] .container-lg, body[data-layout="topnav"] .container-xl {
    max-width: 85%; }
  body[data-layout="topnav"].boxed-layout .container-fluid, body[data-layout="topnav"].boxed-layout .container-sm, body[data-layout="topnav"].boxed-layout .container-md, body[data-layout="topnav"].boxed-layout .container-lg, body[data-layout="topnav"].boxed-layout .container-xl {
    max-width: 97%; }
  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0; }
  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    -webkit-border-radius: 0 0 0.25rem 0.25rem;
    -moz-border-radius: 0 0 0.25rem 0.25rem;
    border-radius: 0 0 0.25rem 0.25rem; }
    .topnav .dropdown .dropdown-menu .arrow-down::after {
      right: 15px;
      -webkit-transform: rotate(-135deg) translateY(-50%);
      -moz-transform: rotate(-135deg) translateY(-50%);
      -ms-transform: rotate(-135deg) translateY(-50%);
      -o-transform: rotate(-135deg) translateY(-50%);
      transform: rotate(-135deg) translateY(-50%);
      position: absolute; }
    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
      display: none; }
  .topnav .dropdown:hover > .dropdown-menu {
    display: block; }
  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block; }
  .navbar-toggle {
    display: none; } }

@media (max-width: 991.98px) {
  .topnav-navbar .topnav-logo-lg {
    display: none; }
  .topnav-navbar .topnav-logo {
    min-width: 50px; }
  .topnav-navbar .topnav-logo-sm {
    display: block !important; }
  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.3rem; }
  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 15px; }
  .topnav .dropdown .dropdown-item {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent; }
    .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
      color: #fff; }
  .topnav .arrow-down::after {
    right: 15px;
    position: absolute; } }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Regular.eot");
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.ttf") format("truetype"), url("../fonts/Nunito-Regular.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-SemiBold.eot");
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url("../fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito-SemiBold.ttf") format("truetype"), url("../fonts/Nunito-SemiBold.svg#Roboto") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Bold.eot");
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.ttf") format("truetype"), url("../fonts/Nunito-Bold.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "font-icon";
  src: url("../fonts/font-icon.eot");
  src: url("../fonts/font-icon.eot?#iefix") format("eot"), url("../fonts/font-icon.woff2") format("woff2"), url("../fonts/font-icon.woff") format("woff"), url("../fonts/font-icon.ttf") format("truetype"), url("../fonts/font-icon.svg#font-icon") format("svg"); }

.icon-android:before, .icon-app-contact:before, .icon-arrow-carett-down:before, .icon-arrow-carett-menu-down:before, .count-box .bootstrap-touchspin .input-group-btn.input-group-prepend .bootstrap-touchspin-down:before, .icon-arrow-carett-menu-up:before, .count-box .bootstrap-touchspin .input-group-btn.input-group-append .bootstrap-touchspin-up:before, .icon-arrow-carett-up:before, .icon-arrow-down-medium:before, .icon-arrow-down-tail:before, .icon-arrow-down-thin:before, .icon-arrow-down:before, .icon-arrow-left-medium:before, .icon-arrow-left-tail:before, .icon-arrow-left-thin:before, .icon-arrow-left:before, .icon-arrow-menu-down:before, .icon-arrow-menu-up:before, .icon-arrow-right-medium:before, .icon-arrow-right-tail:before, .icon-arrow-right-thin:before, .icon-arrow-right:before, .icon-arrow-up-medium:before, .icon-arrow-up-tail:before, .icon-arrow-up-thin:before, .icon-arrow-up:before, .icon-back:before, .icon-canned-response:before, .icon-chat-history-forward:before, .icon-check:before, .icon-clock:before, .icon-close-2:before, .icon-close:before, .contact-us-generate-message.error .cugm-icon:before, .icon-cockpit:before, .icon-company-setting:before, .icon-copy-2:before, .icon-copy:before, .icon-data:before, .icon-date:before, .icon-desk:before, .icon-edit-2:before, .icon-edit:before, .icon-email:before, .icon-exit:before, .icon-form-app:before, .icon-form-success:before, .contact-us-generate-message.success .cugm-icon:before, .icon-history:before, .icon-import:before, .icon-input_edit:before, .icon-ios:before, .icon-link_icon:before, .icon-loading-2:before, .icon-loading:before, .icon-menu:before, .icon-notification-mute:before, .icon-notification-volume:before, .icon-pencil:before, .icon-phone-android:before, .icon-phone-ios:before, .icon-plus-2:before, .icon-plus:before, .icon-remove-2:before, .icon-remove:before, .icon-restoreIcon:before, .icon-sdk-add:before, .icon-sdk-arrow-down:before, .icon-sdk-attach:before, .icon-sdk-back:before, .icon-sdk-close-2:before, .icon-sdk-close:before, .icon-sdk-file:before, .icon-sdk-list:before, .icon-sdk-message:before, .icon-sdk-right:before, .icon-sdk-send:before, .icon-sdk-succes:before, .icon-search:before, .icon-send:before, .icon-settings-2:before, .icon-settings:before, .icon-shopify:before, .icon-statistics-download:before, .icon-statistics-show:before, .icon-status-deleted:before, .icon-status-delivered:before, .icon-status-failed:before, .icon-status-seen:before, .icon-status-sent:before, .icon-status-waiting:before, .icon-successIcon:before, .icon-tag_icon:before, .icon-tick-2:before, .icon-tick:before, .icon-ticket-reopen:before, .icon-ticket-resolved:before, .icon-ticket-unresolved:before, .icon-ticket-waiting:before, .icon-upload:before, .icon-web-contact:before, .icon-whatsapp-statistics:before, .icon-whatsapp:before, .table .btn.btn-sm.btn-icon.btn-light i:before, .table .btn-group-sm > .btn.btn-icon.btn-light i:before, .app-tab-nav .swiper-button-prev:after,
.app-tab-nav .swiper-button-next.swiper-button-prev:after,
.app-tab-nav .swiper-button-next:after, .search-button:before, .select2-container .select2-selection--single .select2-selection__arrow b:before, .select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  font-family: "font-icon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  speak: none;
  font-variant: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-android:before {
  content: ""; }

.icon-app-contact:before {
  content: ""; }

.icon-arrow-carett-down:before {
  content: ""; }

.icon-arrow-carett-menu-down:before, .count-box .bootstrap-touchspin .input-group-btn.input-group-prepend .bootstrap-touchspin-down:before {
  content: ""; }

.icon-arrow-carett-menu-up:before, .count-box .bootstrap-touchspin .input-group-btn.input-group-append .bootstrap-touchspin-up:before {
  content: ""; }

.icon-arrow-carett-up:before {
  content: ""; }

.icon-arrow-down-medium:before {
  content: ""; }

.icon-arrow-down-tail:before {
  content: ""; }

.icon-arrow-down-thin:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left-medium:before {
  content: ""; }

.icon-arrow-left-tail:before {
  content: ""; }

.icon-arrow-left-thin:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-menu-down:before {
  content: ""; }

.icon-arrow-menu-up:before {
  content: ""; }

.icon-arrow-right-medium:before {
  content: ""; }

.icon-arrow-right-tail:before {
  content: ""; }

.icon-arrow-right-thin:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up-medium:before {
  content: ""; }

.icon-arrow-up-tail:before {
  content: ""; }

.icon-arrow-up-thin:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-back:before {
  content: ""; }

.icon-canned-response:before {
  content: ""; }

.icon-chat-history-forward:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-close-2:before {
  content: ""; }

.icon-close:before, .contact-us-generate-message.error .cugm-icon:before {
  content: ""; }

.icon-cockpit:before {
  content: ""; }

.icon-company-setting:before {
  content: ""; }

.icon-copy-2:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-data:before {
  content: ""; }

.icon-date:before {
  content: ""; }

.icon-desk:before {
  content: ""; }

.icon-edit-2:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-exit:before {
  content: ""; }

.icon-form-app:before {
  content: ""; }

.icon-form-success:before, .contact-us-generate-message.success .cugm-icon:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-import:before {
  content: ""; }

.icon-input_edit:before {
  content: ""; }

.icon-ios:before {
  content: ""; }

.icon-link_icon:before {
  content: ""; }

.icon-loading-2:before {
  content: ""; }

.icon-loading:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-notification-mute:before {
  content: ""; }

.icon-notification-volume:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-phone-android:before {
  content: ""; }

.icon-phone-ios:before {
  content: ""; }

.icon-plus-2:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-remove-2:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-restoreIcon:before {
  content: ""; }

.icon-sdk-add:before {
  content: ""; }

.icon-sdk-arrow-down:before {
  content: ""; }

.icon-sdk-attach:before {
  content: ""; }

.icon-sdk-back:before {
  content: ""; }

.icon-sdk-close-2:before {
  content: ""; }

.icon-sdk-close:before {
  content: ""; }

.icon-sdk-file:before {
  content: ""; }

.icon-sdk-list:before {
  content: ""; }

.icon-sdk-message:before {
  content: ""; }

.icon-sdk-right:before {
  content: ""; }

.icon-sdk-send:before {
  content: ""; }

.icon-sdk-succes:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.icon-settings-2:before {
  content: ""; }

.icon-settings:before {
  content: ""; }

.icon-shopify:before {
  content: ""; }

.icon-statistics-download:before {
  content: ""; }

.icon-statistics-show:before {
  content: ""; }

.icon-status-deleted:before {
  content: ""; }

.icon-status-delivered:before {
  content: ""; }

.icon-status-failed:before {
  content: ""; }

.icon-status-seen:before {
  content: ""; }

.icon-status-sent:before {
  content: ""; }

.icon-status-waiting:before {
  content: ""; }

.icon-successIcon:before {
  content: ""; }

.icon-tag_icon:before {
  content: ""; }

.icon-tick-2:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

.icon-ticket-reopen:before {
  content: ""; }

.icon-ticket-resolved:before {
  content: ""; }

.icon-ticket-unresolved:before {
  content: ""; }

.icon-ticket-waiting:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-web-contact:before {
  content: ""; }

.icon-whatsapp-statistics:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  -moz-animation: swiper-preloader-spin 1s infinite linear;
  -o-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

:root {
  --tagify-dd-color-primary: rgb(53, 149, 246);
  --tagify-dd-bg-color: white; }

.tagify {
  --tags-border-color: #dee2e6;
  --tags-hover-border-color: #dee2e6;
  --tags-focus-border-color: #dee2e6;
  --tag-bg: #6fb1e7;
  --tag-hover: #6fb1e7;
  --tag-text-color: #fff;
  --tag-text-color--edit: #6c757d;
  --tag-pad: 5px 7px 4px 7px;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #fff;
  --tag-invalid-bg: #6fb1e7;
  --tag-remove-bg: #6fb1e7;
  --tag-remove-btn-bg: #6fb1e7;
  --tag-remove-btn-bg--hover: #6fb1e7;
  --tag--min-width: auto;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --placeholder-color: #adb5bd;
  --loader-size: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #dee2e6;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 1.1;
  cursor: text;
  outline: 0;
  position: relative;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  font-size: 0.7375rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #fff; }

@-webkit-keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-moz-keyframes tags--bump {
  30% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); } }

@-o-keyframes tags--bump {
  30% {
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes rotateLoader {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-moz-keyframes rotateLoader {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-o-keyframes rotateLoader {
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes rotateLoader {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

.tagify:hover {
  border-color: #ccc;
  border-color: var(--tags-hover-border-color); }

.tagify.tagify--focus {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  border-color: #3595f6;
  border-color: var(--tags-focus-border-color); }

.tagify[readonly] {
  cursor: default; }

.tagify[readonly] > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0; }

.tagify[readonly] .tagify__tag__removeBtn {
  display: none; }

.tagify[readonly] .tagify__tag > div {
  padding: 0.3em 0.5em;
  padding: var(--tag-pad); }

.tagify--loading .tagify__input::before {
  content: none; }

.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: rotateLoader 0.4s infinite linear;
  -moz-animation: rotateLoader 0.4s infinite linear;
  -o-animation: rotateLoader 0.4s infinite linear;
  animation: rotateLoader 0.4s infinite linear;
  margin: -2px 0 -2px 0.5em; }

.tagify--loading .tagify__input:empty::after {
  margin-left: 0; }

.tagify + input,
.tagify + textarea {
  display: none !important; }

.tagify__tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 0px 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  cursor: default;
  -webkit-transition: 0.13s ease-out;
  -o-transition: 0.13s ease-out;
  -moz-transition: 0.13s ease-out;
  transition: 0.13s ease-out; }
  .tagify__tag + .tagify__input {
    margin-left: 3px; }

.tagify__tag > div {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.3em 0.5em;
  padding: var(--tag-pad);
  color: #000;
  color: var(--tag-text-color);
  line-height: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.13s ease-out;
  -o-transition: 0.13s ease-out;
  -moz-transition: 0.13s ease-out;
  transition: 0.13s ease-out; }

.tagify__tag > div > * {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  -webkit-transition: 0.8s ease, 0.1s color;
  -o-transition: 0.8s ease, 0.1s color;
  -moz-transition: 0.8s ease, 0.1s color;
  transition: 0.8s ease, 0.1s color; }

.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px; }

.tagify__tag > div::before {
  content: "";
  position: absolute;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 120ms ease;
  -o-transition: 120ms ease;
  -moz-transition: 120ms ease;
  transition: 120ms ease;
  -webkit-animation: tags--bump 0.3s ease-out 1;
  -moz-animation: tags--bump 0.3s ease-out 1;
  -o-animation: tags--bump 0.3s ease-out 1;
  animation: tags--bump 0.3s ease-out 1;
  -webkit-box-shadow: 0 0 0 1.1em #e5e5e5 inset;
  -moz-box-shadow: 0 0 0 1.1em #e5e5e5 inset;
  box-shadow: 0 0 0 1.1em #e5e5e5 inset;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
  -moz-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset; }

.tagify__tag:hover:not([readonly]) div::before {
  -webkit-box-shadow: 0 0 0 1.1em #d3e2e2 inset;
  -moz-box-shadow: 0 0 0 1.1em #d3e2e2 inset;
  box-shadow: 0 0 0 1.1em #d3e2e2 inset;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset;
  -moz-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset; }

.tagify__tag--loading {
  pointer-events: none; }

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none; }

.tagify__tag--loading::after {
  --loader-size: 0.4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: rotateLoader 0.4s infinite linear;
  -moz-animation: rotateLoader 0.4s infinite linear;
  -o-animation: rotateLoader 0.4s infinite linear;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em; }

.tagify__tag.tagify--noAnim > div::before {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none; }

.tagify__tag.tagify--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: var(--tag-hide-transition);
  -o-transition: var(--tag-hide-transition);
  -moz-transition: var(--tag-hide-transition);
  transition: var(--tag-hide-transition);
  pointer-events: none; }

.tagify__tag.tagify--mark div::before {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none; }

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5; }

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
  -moz-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset !important;
  -moz-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset !important;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none; }

.tagify__tag--editable > div {
  color: #000;
  color: var(--tag-text-color--edit); }

.tagify__tag--editable > div::before {
  -webkit-box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  -moz-box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  -webkit-box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
  -moz-box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important; }

.tagify__tag--editable.tagify--invalid > div::before {
  -webkit-box-shadow: 0 0 0 2px #d39494 inset !important;
  -moz-box-shadow: 0 0 0 2px #d39494 inset !important;
  box-shadow: 0 0 0 2px #d39494 inset !important;
  -webkit-box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
  -moz-box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important; }

.tagify__tag__removeBtn {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  font: 0.7375rem Serif;
  background: 0 0;
  background: var(--tag-remove-btn-bg);
  color: #000;
  color: var(--tag-text-color);
  width: 12px;
  height: 12px;
  line-height: 11px;
  margin-right: 4.66667px;
  margin-left: -4.66667px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-left: -3px; }

.tagify__tag__removeBtn::after {
  content: "\00D7"; }

.tagify__tag__removeBtn:hover + div::before {
  -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
  -moz-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset !important;
  -moz-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset !important;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.tagify:not(.tagify--mix) .tagify__input br {
  display: none; }

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap; }

.tagify__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  min-width: 110px;
  margin: 5px;
  padding: 5px 7px;
  line-height: inherit;
  position: relative;
  white-space: pre-line; }

.tagify__input::before {
  display: inline-block;
  width: 0; }

.tagify__input:empty::before {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: auto; }

.tagify__input:focus {
  outline: 0; }

.tagify__input:focus::before {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0;
  -webkit-transform: translatex(6px);
  -moz-transform: translatex(6px);
  -ms-transform: translatex(6px);
  -o-transform: translatex(6px);
  transform: translatex(6px); }

@supports (-moz-appearance: none) {
  .tagify__input:focus::before {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tagify__input:focus::before {
    display: none; } }

@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none; } }

.tagify__input:focus:empty::before {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0.3;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

@supports (-moz-appearance: none) {
  .tagify__input:focus:empty::before {
    content: unset; } }

.tagify__input::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 1px;
  bottom: 0;
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: #000;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0; }

.tagify--mix .tagify__input::before {
  position: static;
  line-height: inherit; }

.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  white-space: pre;
  color: #000;
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px; }

.tagify__input .tagify__tag {
  margin: 0; }

.tagify__input .tagify__tag > div {
  padding-top: 0;
  padding-bottom: 0; }

.tagify--mix {
  line-height: 1.7; }

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: inherit; }

.tagify--mix .tagify__input::before {
  height: auto; }

.tagify--mix .tagify__input::after {
  content: none; }

.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  -webkit-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  -moz-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  -ms-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  -o-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.tagify--select[aria-expanded="true"]::after {
  -webkit-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
  -moz-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
  -ms-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
  -o-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2); }

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0; }

.tagify--select .tagify__tag div {
  display: none; }

.tagify--select .tagify__input {
  width: 100%; }

.tagify--invalid {
  --tags-border-color: #d39494; }

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  overflow: hidden; }

.tagify__dropdown[placement="top"] {
  margin-top: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px); }

.tagify__dropdown[placement="top"] .tagify__dropdown__wrapper {
  border-top-width: 1px;
  border-bottom-width: 0; }

.tagify__dropdown--text {
  -webkit-box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  -moz-box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.7375rem; }

.tagify__dropdown--text .tagify__dropdown__wrapper {
  border-width: 1px; }

.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: hidden;
  background: #fff;
  background: var(--tagify-dd-bg-color);
  border: 1px solid #3595f6;
  border-color: var(--tagify-dd-color-primary);
  border-top-width: 0;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1); }

.tagify__dropdown__wrapper:hover {
  overflow: auto; }

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  -o-transform: translateY(-1em);
  transform: translateY(-1em); }

.tagify__dropdown--initial[placement="top"] .tagify__dropdown__wrapper {
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em); }

.tagify__dropdown__item {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0.3em 0.5em;
  margin: 1px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  outline: 0; }

.tagify__dropdown__item--active {
  background: #3595f6;
  background: var(--tagify-dd-color-primary);
  color: #fff; }

.tagify__dropdown__item:active {
  -webkit-filter: brightness(105%);
  filter: brightness(105%); }

.custom-accordion .card + .card {
  margin-top: 0.5rem; }

.custom-accordion .accordion-arrow {
  font-size: 1.2rem; }

.custom-accordion a.collapsed i.accordion-arrow:before {
  content: "\F142"; }

.custom-accordion-title {
  color: #313a46; }
  .custom-accordion-title:hover {
    color: #414d5d; }

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem; }

.avatar-sm {
  height: 3rem;
  width: 3rem; }

.avatar-md {
  height: 4.5rem;
  width: 4.5rem; }

.avatar-lg {
  height: 6rem;
  width: 6rem; }

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem; }

.avatar-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6fb1e7;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons"; }

.btn .mdi:before {
  line-height: initial; }

.btn-rounded {
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.btn-ghost {
  background-color: #f3f3f3 !important;
  color: #a8a9ab !important; }
  .btn-ghost:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-primary,
.btn-danger,
.btn-warning,
.btn-danger,
.btn-info {
  color: #fff !important; }

.btn-danger {
  background-color: #f24437; }

.btn {
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }
  .btn.dropdown-toggle {
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem; }
  .btn i {
    margin-right: 3px; }
  .btn .icon-plus:before {
    position: relative;
    top: 2px; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.1rem; }
  .btn-lg i, .btn-group-lg > .btn i {
    font-size: inherit; }

.btn-xs {
  padding: 3px 4px;
  font-size: 0.575rem;
  line-height: 1.5; }
  .btn-xs i {
    font-size: inherit; }

form .btn {
  min-width: 90px; }

.note-toolbar .btn {
  min-width: auto;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.btn-attach {
  font-size: 13px;
  line-height: 1;
  min-width: 42px; }

.badge-info:disabled,
.btn-outline-info:disabled {
  color: #74bcf4 !important; }

.badge-info:hover,
.btn-outline-info:hover {
  color: #fff !important; }

.overflow-inherit {
  overflow: inherit !important; }

button.close {
  right: -1px;
  position: relative;
  font-size: 21px;
  top: 1px;
  opacity: 0.2; }

.btn-small {
  padding: 2px 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1; }
  .btn-small i {
    font-size: 100%;
    font-weight: 700;
    line-height: 1; }

.btn-info-text {
  display: block;
  margin-top: 5px;
  font-size: 11px; }

.badge {
  padding: 3px 4px; }

.badge-primary-lighten {
  color: #6fb1e7;
  background-color: rgba(111, 177, 231, 0.18); }
  .badge-primary-lighten[href]:hover, .badge-primary-lighten[href]:focus {
    color: #6fb1e7;
    text-decoration: none;
    background-color: rgba(111, 177, 231, 0.4); }

.badge-secondary-lighten {
  color: #6c757d;
  background-color: rgba(108, 117, 125, 0.18); }
  .badge-secondary-lighten[href]:hover, .badge-secondary-lighten[href]:focus {
    color: #6c757d;
    text-decoration: none;
    background-color: rgba(108, 117, 125, 0.4); }

.badge-success-lighten {
  color: #00c88f;
  background-color: rgba(0, 200, 143, 0.18); }
  .badge-success-lighten[href]:hover, .badge-success-lighten[href]:focus {
    color: #00c88f;
    text-decoration: none;
    background-color: rgba(0, 200, 143, 0.4); }

.badge-info-lighten {
  color: #74bcf4;
  background-color: rgba(116, 188, 244, 0.18); }
  .badge-info-lighten[href]:hover, .badge-info-lighten[href]:focus {
    color: #74bcf4;
    text-decoration: none;
    background-color: rgba(116, 188, 244, 0.4); }

.badge-warning-lighten {
  color: #EDB553;
  background-color: rgba(237, 181, 83, 0.18); }
  .badge-warning-lighten[href]:hover, .badge-warning-lighten[href]:focus {
    color: #EDB553;
    text-decoration: none;
    background-color: rgba(237, 181, 83, 0.4); }

.badge-danger-lighten {
  color: #f24437;
  background-color: rgba(242, 68, 55, 0.18); }
  .badge-danger-lighten[href]:hover, .badge-danger-lighten[href]:focus {
    color: #f24437;
    text-decoration: none;
    background-color: rgba(242, 68, 55, 0.4); }

.badge-light-lighten {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.18); }
  .badge-light-lighten[href]:hover, .badge-light-lighten[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.4); }

.badge-dark-lighten {
  color: #313a46;
  background-color: rgba(49, 58, 70, 0.18); }
  .badge-dark-lighten[href]:hover, .badge-dark-lighten[href]:focus {
    color: #313a46;
    text-decoration: none;
    background-color: rgba(49, 58, 70, 0.4); }

.badge-blue-dark-lighten {
  color: #5d7d99;
  background-color: rgba(93, 125, 153, 0.18); }
  .badge-blue-dark-lighten[href]:hover, .badge-blue-dark-lighten[href]:focus {
    color: #5d7d99;
    text-decoration: none;
    background-color: rgba(93, 125, 153, 0.4); }

.badge-info,
.badge-danger,
.badge-warning,
.badge-success {
  color: #fff; }

.card {
  border: none;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }
  .card .card-body {
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem; }
  .card .header-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.7375rem;
    margin-top: 0;
    color: #3f454b; }
  .card .card-drop {
    font-size: 20px;
    line-height: 0;
    color: inherit; }
  .card .card-widgets {
    float: right;
    height: 16px; }
    .card .card-widgets > a {
      color: inherit;
      font-size: 18px;
      display: inline-block;
      line-height: 1; }
      .card .card-widgets > a.collapsed i:before {
        content: "\F415"; }
  .card .card-body {
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .card .card-body {
        padding: 20px; } }

.card-title,
.card-header {
  margin-top: 0; }

.card-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.8);
  cursor: progress; }
  .card-disabled .card-portlets-loader {
    background-color: #313a46;
    -webkit-animation: rotatebox 1.2s infinite ease-in-out;
    -moz-animation: rotatebox 1.2s infinite ease-in-out;
    -o-animation: rotatebox 1.2s infinite ease-in-out;
    animation: rotatebox 1.2s infinite ease-in-out;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px; }

@-webkit-keyframes rotatebox {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-moz-keyframes rotatebox {
  0% {
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-o-keyframes rotatebox {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes rotatebox {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.card-pricing {
  position: relative; }
  .card-pricing .card-pricing-plan-name {
    padding-bottom: 20px; }
  .card-pricing .card-pricing-icon {
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .card-pricing .card-pricing-price {
    padding: 30px 0 0; }
    .card-pricing .card-pricing-price span {
      font-size: 40%;
      color: #98a6ad;
      letter-spacing: 2px;
      text-transform: uppercase; }
  .card-pricing .card-pricing-features {
    color: #98a6ad;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0; }
    .card-pricing .card-pricing-features li {
      padding: 15px; }

@media (min-width: 768px) {
  .card-pricing-recommended {
    margin-top: -1.9375rem; } }

.card-pricing-recommended .card-pricing-plan-tag {
  background-color: rgba(242, 68, 55, 0.2);
  color: #f24437;
  padding: 5px 0;
  font-weight: 700;
  -webkit-border-radius: 0.20rem 0.2rem 0 0;
  -moz-border-radius: 0.20rem 0.2rem 0 0;
  border-radius: 0.20rem 0.2rem 0 0;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem; }

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35); }

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 20px !important; }

.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important; }

.dropdown-lg {
  width: 320px; }

@media (max-width: 767.98px) {
  .dropdown-lg {
    width: 200px !important; } }

.arrow-none:after {
  display: none; }

.form-control-light {
  background-color: #f1f3fa !important;
  border-color: #f1f3fa !important; }

input.form-control[type='color'],
input.form-control[type='range'] {
  min-height: 39px; }

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.custom-select:invalid:focus,
.form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.custom-select:valid:focus,
.form-control:valid:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

select.form-control:not([size]):not([multiple]) {
  height: -webkit-calc(2.00625rem + 2px);
  height: -moz-calc(2.00625rem + 2px);
  height: calc(2.00625rem + 2px); }

select.form-control-sm:not([size]):not([multiple]) {
  height: -webkit-calc(1.8725rem + 2px);
  height: -moz-calc(1.8725rem + 2px);
  height: calc(1.8725rem + 2px); }

.form-control + .alert {
  margin-top: 10px; }

.form-group .custom-checkbox {
  margin-left: 24px; }

.form-control.error + label.error {
  margin-top: 3px;
  margin-bottom: 3px; }

.color-input + span.error,
.select2.error + .select2 + span.error,
.form-control.error + span.error {
  margin-top: 3px;
  margin-bottom: 3px;
  display: block;
  font-weight: 400; }

.input-group.-append {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .input-group.-append .form-control.error + span.error {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

button,
input,
textarea,
select {
  outline: none !important; }

.custom-file-label {
  overflow: hidden;
  white-space: nowrap; }

@media only screen and (max-width: 767px) {
  .form-group.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.form-group-hidden {
  display: none; }

.form-group-password {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .form-group-password input {
    padding-right: 35px; }
  .form-group-password.-show-password .mdi-eye {
    display: none; }
  .form-group-password.-show-password .mdi-eye-off {
    display: inline-block; }
  .form-group-password .mdi {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    cursor: pointer; }
  .form-group-password .mdi-eye {
    display: inline-block; }
  .form-group-password .mdi-eye-off {
    display: none; }

.form-group.-password {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media only screen and (max-width: 767px) {
  .form-group .col-9,
  .form-group .col-3,
  .form-group .col-8,
  .form-group .col-4 {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; } }

.color-input {
  position: relative; }
  .color-input .color-preview {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    border: 1px solid #eee; }
  .color-input .form-control {
    padding-left: 2rem;
    padding-right: 2.5rem; }
  .color-input:after {
    content: '';
    background-image: url("../images/color-picker.png");
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    opacity: 0.5; }

.form-group {
  margin-bottom: 20px; }
  .form-group.sdk-countries .select2-container .select2-selection--multiple .select2-search__field {
    padding: 3px 5px 0 5px;
    min-width: 60px;
    display: inline-block;
    max-width: 150px; }
  .form-group-sdk-link {
    display: inline-block;
    padding: 5px 0;
    color: #6fb1e7;
    cursor: pointer; }
    .form-group-sdk-link.-active .form-group-sdk-text-active {
      display: inline-block; }
    .form-group-sdk-link.-active .form-group-sdk-text-passive {
      display: none; }
    .form-group-sdk-link.-passive .form-group-sdk-text-active {
      display: none; }
    .form-group-sdk-link.-passive .form-group-sdk-text-passive {
      display: inline-block; }
  .form-group-sdk-text-active {
    display: inline-block;
    color: #6fb1e7; }
  .form-group-sdk-text-passive {
    display: none;
    color: #6fb1e7; }

.form-inline .switch {
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-right: 5px; }

.form-group {
  margin-bottom: 20px; }
  .form-group .form-inline + .form-inline {
    margin-top: 10px; }

.switch label {
  margin-bottom: 0px; }

.readonly {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none; }

.form-control-gray {
  background-color: #f4f7f9; }
  .form-control-gray:focus {
    background-color: #f4f7f9; }

.form-control::-webkit-input-placeholder {
  color: #98a8b3; }

.form-control:-moz-placeholder {
  color: #98a8b3;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #98a8b3; }

.form-control:-ms-input-placeholder {
  color: #98a8b3; }

[readonly].form-control {
  color: #98a8b3;
  background-color: #f4f7f9; }
  [readonly].form-control:focus {
    background-color: #f4f7f9; }

.form-control:disabled {
  color: #98a8b3;
  background-color: #f4f7f9; }
  .form-control:disabled:focus {
    background-color: #f4f7f9; }

span.error {
  font-size: 0.7375rem; }

.col-form-label {
  color: #7a8086; }

.custom-control-label::before,
.custom-control-label::after {
  top: 0px; }

.flex-form-row + span.error {
  margin-top: 8px;
  display: inline-block; }

.auto-reply-detail .emailbody {
  position: absolute;
  height: 100%;
  opacity: 0; }

.auto-assign-detail .custom-checkbox .error {
  display: block;
  margin-left: -23px; }

.summernote-textarea + .error {
  display: none !important; }

.error-editor {
  display: none;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 11px;
  color: #f24437; }

.summernote-error .error-editor {
  display: block; }

.modal-backdrop {
  background-color: #000 !important; }

.modal-header {
  border-color: #f1f3fa;
  padding: 20px; }

.modal-title {
  margin-top: 0; }

.modal-full-width {
  width: 95%;
  max-width: none; }

.modal-top {
  margin: 0 auto; }

.modal-right {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  background-color: #fff;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: translate(25%, 0) !important;
  -moz-transform: translate(25%, 0) !important;
  -ms-transform: translate(25%, 0) !important;
  -o-transform: translate(25%, 0) !important;
  transform: translate(25%, 0) !important; }
  .modal-right button.close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1; }

.modal.show .modal-right {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }

.modal-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.modal-colored-header {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .modal-colored-header .close {
    color: #fff !important; }

.modal-filled {
  color: #fff; }
  .modal-filled .modal-header {
    background-color: rgba(255, 255, 255, 0.07); }
  .modal-filled .modal-header,
  .modal-filled .modal-footer {
    border: none; }
  .modal-filled .close {
    color: #fff !important; }

.modal-content {
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.modal-body {
  padding: 20px; }

.modal-header .close {
  font-size: 25px;
  line-height: 1; }

.modal-title {
  margin-top: 2px; }

@media only screen and (min-width: 576px) {
  .modal-md {
    max-width: 600px; } }

.whatsapp-webhook-modal .modal-dialog {
  max-width: 460px !important; }

.whatsapp-webhook-modal .modal-footer {
  border-top: 0 !important;
  padding-top: 0 !important; }

.whatsapp-webhook-modal__approve {
  display: none; }

.whatsapp-webhook-modal__delete {
  display: none; }

.whatsapp-webhook-modal--approve .whatsapp-webhook-modal__approve {
  display: block !important; }

.whatsapp-webhook-modal--approve .whatsapp-webhook-modal__delete {
  display: none !important; }

.whatsapp-webhook-modal--delete .whatsapp-webhook-modal__delete {
  display: block !important; }

.whatsapp-webhook-modal--delete .whatsapp-webhook-modal__approve {
  display: none !important; }

.nav-tabs > li > a, .nav-pills > li > a {
  color: #6c757d;
  font-weight: 600; }

.nav-pills > a {
  color: #6c757d;
  font-weight: 600; }

.bg-nav-pills {
  background-color: #e3eaef; }

.nav-tabs.nav-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2); }
  .nav-tabs.nav-bordered .nav-item {
    margin-bottom: -2px; }
  .nav-tabs.nav-bordered li a {
    border: 0;
    padding: 0.625rem 1.25rem; }
  .nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid #6fb1e7; }

.pagination-rounded .page-link {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: 0 3px;
  border: none; }

.popover {
  z-index: 1040;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border-color: #6c757d; }
  .popover .popover-header {
    background: #6c757d;
    color: #fff;
    margin-top: 0;
    border-bottom-color: rgba(108, 117, 125, 0.08); }
  .popover .popover-body {
    background: #6c757d;
    color: #fff;
    padding: 0.85rem 0.85rem; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #6c757d; }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #6c757d; }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #6c757d; }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #6c757d; }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #6c757d; }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #6c757d; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #6c757d; }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #6c757d; }

.bs-popover-auto[x-placement^="bottom"] > .arrow::before, .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #6c757d; }

.bs-popover-auto[x-placement^="left"] > .arrow::before, .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #6c757d; }

.bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #6c757d; }

.bs-popover-auto[x-placement^="top"] > .arrow::before, .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #6c757d; }

@media print {
  .left-side-menu,
  .right-bar,
  .page-title-box,
  .navbar-custom,
  .footer {
    display: none; }
  .card-body,
  .content-page,
  .right-bar,
  .content,
  body {
    padding: 0;
    margin: 0; } }

.progress-sm {
  height: 5px; }

.progress-md {
  height: 8px; }

.progress-lg {
  height: 12px; }

.progress-xl {
  height: 15px; }

button, a {
  outline: none !important; }

label {
  font-weight: 600; }

address.address-lg {
  line-height: 24px; }

input[data-switch] {
  display: none; }
  input[data-switch] + label {
    width: 56px;
    height: 26px;
    background-color: #f1f3fa;
    background-image: none;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid #dee2e6; }
    input[data-switch] + label:before {
      color: #313a46;
      content: attr(data-off-label);
      display: block;
      font-family: inherit;
      font-weight: 600;
      font-size: 0.75rem;
      line-height: 26px;
      position: absolute;
      right: 3px;
      margin: 0 .21667rem;
      top: 0;
      text-align: center;
      min-width: 1.66667rem;
      overflow: hidden;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    input[data-switch] + label:after {
      content: '';
      position: absolute;
      left: 4px;
      background-color: #adb5bd;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      height: 18px;
      width: 18px;
      top: 3px;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
  input[data-switch]:checked + label {
    background-color: #6fb1e7; }
    input[data-switch]:checked + label:before {
      color: #fff;
      content: attr(data-on-label);
      right: auto;
      left: 4px; }
    input[data-switch]:checked + label:after {
      left: 34px;
      background-color: #f1f3fa; }

input[data-switch="bool"] + label {
  background-color: #f24437; }

input[data-switch="bool"] + label:before,
input[data-switch="bool"]:checked + label:before {
  color: #fff !important; }

input[data-switch="bool"] + label:after {
  background-color: #f1f3fa; }

input[data-switch="primary"]:checked + label {
  background-color: #6fb1e7;
  border-color: #6fb1e7; }

input[data-switch="secondary"]:checked + label {
  background-color: #6c757d;
  border-color: #6c757d; }

input[data-switch="success"]:checked + label {
  background-color: #00c88f;
  border-color: #00c88f; }

input[data-switch="info"]:checked + label {
  background-color: #74bcf4;
  border-color: #74bcf4; }

input[data-switch="warning"]:checked + label {
  background-color: #EDB553;
  border-color: #EDB553; }

input[data-switch="danger"]:checked + label {
  background-color: #f24437;
  border-color: #f24437; }

input[data-switch="light"]:checked + label {
  background-color: #fff;
  border-color: #fff; }

input[data-switch="dark"]:checked + label {
  background-color: #313a46;
  border-color: #313a46; }

input[data-switch="blue-dark"]:checked + label {
  background-color: #5d7d99;
  border-color: #5d7d99; }

.table-centered th,
.table-centered td {
  vertical-align: middle !important;
  outline: none !important; }

.table {
  font-size: 0.7375rem; }
  .table .table-user img {
    height: 30px;
    width: 30px; }
  .table .action-icon {
    color: #6c757d;
    display: inline-block;
    padding: 0 3px; }
    .table .action-icon:hover {
      color: #3f454b; }
  .table .selected {
    background-color: #f2f9ff; }

.table-hover tbody tr:hover {
  background-color: #f9fafc; }

.table .btn.btn-sm.btn-icon.btn-light, .table .btn-group-sm > .btn.btn-icon.btn-light {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #6c757d; }
  .table .btn.btn-sm.btn-icon.btn-light:focus, .table .btn-group-sm > .btn.btn-icon.btn-light:focus, .table .btn.btn-sm.btn-icon.btn-light:hover, .table .btn-group-sm > .btn.btn-icon.btn-light:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #6a727a; }
  .table .btn.btn-sm.btn-icon.btn-light i:before, .table .btn-group-sm > .btn.btn-icon.btn-light i:before {
    content: ""; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  margin-top: 2px; }

.table-responsive {
  margin-bottom: 10px; }

.table-wrapper {
  font-size: 0.7375rem; }

.table thead th {
  border-bottom-width: 1px;
  background-color: #f1f3fa !important;
  border-color: #f1f3fa !important; }
  .table thead th i {
    font-weight: 700;
    font-size: 140%; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-15 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px !important; }

.font-18 {
  font-size: 18px !important; }

.bg-primary-lighten {
  background-color: rgba(111, 177, 231, 0.25) !important; }

.bg-secondary-lighten {
  background-color: rgba(108, 117, 125, 0.25) !important; }

.bg-success-lighten {
  background-color: rgba(0, 200, 143, 0.25) !important; }

.bg-info-lighten {
  background-color: rgba(116, 188, 244, 0.25) !important; }

.bg-warning-lighten {
  background-color: rgba(237, 181, 83, 0.25) !important; }

.bg-danger-lighten {
  background-color: rgba(242, 68, 55, 0.25) !important; }

.bg-light-lighten {
  background-color: rgba(255, 255, 255, 0.25) !important; }

.bg-dark-lighten {
  background-color: rgba(49, 58, 70, 0.25) !important; }

.bg-blue-dark-lighten {
  background-color: rgba(93, 125, 153, 0.25) !important; }

.font-weight-semibold {
  font-weight: 600 !important; }

.progress-w-percent {
  min-height: 20px;
  margin-bottom: 20px; }
  .progress-w-percent .progress {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    float: left;
    margin-top: 8px; }
  .progress-w-percent .progress-value {
    width: 40px;
    float: right;
    text-align: right;
    line-height: 20px; }

.widget-flat {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) and (max-width: 1500px) {
    .widget-flat i.widget-icon {
      display: none; } }

.widget-icon {
  color: #6fb1e7;
  font-size: 20px;
  background-color: rgba(111, 177, 231, 0.25);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block; }

.dash-item-overlay {
  position: absolute;
  left: 8%;
  max-width: 350px;
  padding: 20px;
  z-index: 1; }

.chart-content-bg {
  background-color: #f9f9fd; }

.chart-widget-list p {
  border-bottom: 1px solid #f1f3fa;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }

.timeline-alt {
  padding: 20px 0;
  position: relative; }
  .timeline-alt .timeline-item {
    position: relative; }
    .timeline-alt .timeline-item:before {
      background-color: #f1f3fa;
      bottom: 0;
      content: "";
      left: 9px;
      position: absolute;
      top: 20px;
      width: 2px;
      z-index: 0; }
    .timeline-alt .timeline-item .timeline-icon {
      float: left;
      height: 20px;
      width: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid transparent;
      font-size: 12px;
      text-align: center;
      line-height: 16px;
      background-color: #fff; }
    .timeline-alt .timeline-item .timeline-item-info {
      margin-left: 30px; }

.inbox-widget .inbox-item {
  border-bottom: 1px solid white;
  overflow: hidden;
  padding: 0.625rem 0;
  position: relative; }
  .inbox-widget .inbox-item:last-of-type {
    border-bottom: none; }
  .inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px; }
    .inbox-widget .inbox-item .inbox-item-img img {
      width: 40px; }
  .inbox-widget .inbox-item .inbox-item-author {
    color: #343a40;
    display: block;
    margin-bottom: 3px; }
  .inbox-widget .inbox-item .inbox-item-text {
    color: #adb5bd;
    display: block;
    font-size: 0.8125rem;
    margin: 0; }
  .inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 0.6875rem;
    position: absolute;
    right: 5px;
    top: 10px; }

.tilebox-one i {
  position: absolute;
  right: 1.5rem;
  font-size: 2rem;
  opacity: 0.3; }

.toll-free-box i {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 4rem;
  opacity: 0.4;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.cta-box {
  background-image: url(../images/bg/bg-pattern.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .cta-box .cta-box-title {
    font-size: 20px;
    line-height: 30px; }

.conversation-list {
  list-style: none;
  padding: 0 15px; }
  .conversation-list li {
    margin-bottom: 20px; }
    .conversation-list li:last-child {
      margin-bottom: 0px; }
  .conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 42px; }
    .conversation-list .chat-avatar img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      width: 100%; }
    .conversation-list .chat-avatar i {
      font-size: 12px;
      font-style: normal; }
  .conversation-list .ctext-wrap {
    background: #f1f3fa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 12px;
    position: relative; }
    .conversation-list .ctext-wrap i {
      display: block;
      font-size: 12px;
      font-style: normal;
      font-weight: bold;
      position: relative; }
    .conversation-list .ctext-wrap p {
      margin: 0;
      padding-top: 3px; }
    .conversation-list .ctext-wrap:after {
      right: 99%;
      top: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #f1f3fa;
      border-width: 6px;
      margin-right: -1px;
      border-right-color: #f1f3fa; }
  .conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 60%; }
  .conversation-list .odd .chat-avatar {
    float: right !important; }
  .conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 60% !important; }
  .conversation-list .odd .ctext-wrap {
    background-color: #fef5e4; }
    .conversation-list .odd .ctext-wrap:after {
      border-color: transparent;
      border-left-color: #fef5e4;
      border-top-color: #fef5e4;
      left: 99% !important; }

.calendar-widget .datepicker-inline,
.calendar-widget table {
  width: 100%; }
  .calendar-widget .datepicker-inline tr td, .calendar-widget .datepicker-inline tr th, .calendar-widget .datepicker-inline tr td.active.day, .calendar-widget .datepicker-inline tr td.today.day,
  .calendar-widget table tr td,
  .calendar-widget table tr th,
  .calendar-widget table tr td.active.day,
  .calendar-widget table tr td.today.day {
    background-color: transparent !important; }
  .calendar-widget .datepicker-inline tr td.active.day,
  .calendar-widget .datepicker-inline tr td.today.day,
  .calendar-widget table tr td.active.day,
  .calendar-widget table tr td.today.day {
    color: #f24437 !important;
    text-shadow: none;
    font-weight: 700; }
    .calendar-widget .datepicker-inline tr td.active.day:hover,
    .calendar-widget .datepicker-inline tr td.today.day:hover,
    .calendar-widget table tr td.active.day:hover,
    .calendar-widget table tr td.today.day:hover {
      background-color: transparent !important; }
  .calendar-widget .datepicker-inline td, .calendar-widget .datepicker-inline th,
  .calendar-widget table td,
  .calendar-widget table th {
    height: 43px; }
  .calendar-widget .datepicker-inline .datepicker-switch,
  .calendar-widget .datepicker-inline .prev,
  .calendar-widget .datepicker-inline .next,
  .calendar-widget table .datepicker-switch,
  .calendar-widget table .prev,
  .calendar-widget table .next {
    font-size: 1.1rem;
    background-color: rgba(111, 177, 231, 0.1) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #6fb1e7; }

.chatbot-error-message {
  color: #f75271;
  padding: 6px 0 0 4px;
  display: none; }
  .chatbot-error-message.-active {
    display: block; }

.chatbot .card-body {
  padding: 10px 35px; }
  @media only screen and (max-width: 641px) {
    .chatbot .card-body {
      padding: 20px !important; } }
  .chatbot .card-body #file-upload-error {
    bottom: -19px; }
    @media only screen and (max-width: 641px) {
      .chatbot .card-body #file-upload-error {
        bottom: 0; } }

.chatbot .header-title {
  text-transform: inherit; }
  .chatbot .header-title h3 {
    font-size: 20px;
    color: #3f454b;
    font-weight: 600;
    letter-spacing: 0.6px; }
  .chatbot .header-title img {
    width: 30px; }

.chatbot .select-file__button {
  color: #000;
  background-color: #cac3c3;
  width: 92px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #6fb1e7;
  background-color: white;
  color: #6fb1e7; }

.chatbot #file-upload {
  position: absolute !important;
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important; }

.chatbot .json-info {
  width: 100%;
  padding: 5px 15px 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-decoration: underline; }
  @media only screen and (max-width: 342px) {
    .chatbot .json-info {
      font-size: 11px; } }

.chatbot select:disabled.select2 + .select2-container .select2-selection--single {
  cursor: not-allowed;
  background-color: #ebeff1;
  pointer-events: none; }

.chatbot-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px 15px 15px; }
  .chatbot-switch-label {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 15px 0 0; }

.chatbot-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%; }
  .chatbot-button .select2-container {
    width: -webkit-calc(100% - 100px) !important;
    width: -moz-calc(100% - 100px) !important;
    width: calc(100% - 100px) !important; }

.chatbot-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 0; }
  .chatbot-language .select2-container {
    width: -webkit-calc(100% - 50px) !important;
    width: -moz-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important; }

.chatbot-container {
  background-color: #f4f7f9;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    .chatbot-container {
      padding: 20px 0; } }

.chatbot-wrp {
  width: 100%;
  max-width: 1000px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px auto; }
  @media only screen and (max-width: 991px) {
    .chatbot-wrp {
      height: auto; } }
  @media only screen and (max-width: 342px) {
    .chatbot-wrp {
      margin-top: 0; } }
  .chatbot-wrp .form-group {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    @media only screen and (max-width: 991px) {
      .chatbot-wrp .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px !important;
        width: 100%; } }
    .chatbot-wrp .form-group .disabledLanguage {
      opacity: 0.4;
      pointer-events: none; }
    .chatbot-wrp .form-group .select2-selection {
      width: 100%; }
  @media only screen and (max-width: 991px) {
    .chatbot-wrp .file-wrp {
      margin-top: 10px; } }
  .chatbot-wrp input {
    position: relative !important;
    width: 100%;
    height: 40px !important;
    font-size: 13px;
    margin: 0 20px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0 !important;
    color: #98a8b3; }
    .chatbot-wrp input:focus {
      color: #98a8b3 !important; }
    @media only screen and (max-width: 991px) {
      .chatbot-wrp input {
        width: 100%; } }
  .chatbot-wrp .select2-selection--single {
    position: relative !important;
    width: 160px;
    height: 40px !important;
    margin: 0 20px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0 !important; }
    @media only screen and (max-width: 991px) {
      .chatbot-wrp .select2-selection--single {
        width: 100%; } }
  .chatbot-wrp .select2-selection__rendered {
    position: relative;
    top: 4px;
    font-size: 13px;
    color: #98a8b3 !important; }
  .chatbot-wrp .select2-selection__arrow {
    position: relative;
    top: 5px !important; }
  .chatbot-wrp .select-file {
    width: 100%;
    margin-bottom: 0;
    cursor: pointer; }
    .chatbot-wrp .select-file__button {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
    @media only screen and (max-width: 991px) {
      .chatbot-wrp .select-file {
        width: 100%; } }
    .chatbot-wrp .select-file .form-control {
      height: 40px;
      border: 0; }
      .chatbot-wrp .select-file .form-control span {
        font-size: 13px;
        color: #98a8b3 !important;
        position: relative;
        top: 4px; }
    .chatbot-wrp .select-file:hover .select-file__button {
      background-color: #6eb1e7;
      color: white; }
  .chatbot-wrp .btn {
    width: 90px;
    height: 40px;
    margin-left: 10px;
    background-color: #6fb1e7;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    color: white; }
    .chatbot-wrp .btn:hover {
      background-color: #599bd0; }
  .chatbot-wrp.second {
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .chatbot-wrp.second {
        margin-top: 0;
        padding-top: 0; } }
  .chatbot-wrp.lang-wrp {
    width: 678px; }
    @media only screen and (max-width: 991px) {
      .chatbot-wrp.lang-wrp {
        width: 100%; } }
    .chatbot-wrp.lang-wrp .selected-lang {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }

.chatbot-list .table-wrapper td span {
  position: relative;
  top: 2px; }

.chatbot-list .btn {
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  background-color: #6fb1e7;
  border-color: #6fb1e7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  color: white; }
  .chatbot-list .btn .icon-plus {
    display: inline-block;
    margin-right: 8px;
    font-size: 11px; }
  .chatbot-list .btn:hover {
    background-color: #599bd0; }

.chatbot-list .search-input {
  width: 161px;
  height: 38px; }

.chatbot-list .search-button {
  font-size: 18px; }

.chatbot-list .select-line-style + .select2.select2-container .select2-selection--single .select2-selection__arrow b:before {
  font-size: 6px !important; }

.chatbot-list .select-line-style + .select2.select2-container .select2-selection--single {
  color: #7a8086;
  border: 1px solid #dee2e6;
  padding: 0px 3px 0 16px; }

.chatbot .addLang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-color: white;
  color: #55c3ae;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }
  .chatbot .addLang .icon-plus {
    font-size: 17px; }
  .chatbot .addLang:hover {
    background-color: #55c3ae;
    color: white; }

.chatbot .icon-remove {
  cursor: pointer; }

.chatbot .selected-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: auto; }
  @media only screen and (max-width: 991px) {
    .chatbot .selected-lang {
      display: none; } }
  .chatbot .selected-lang.mobile {
    display: none; }
    @media only screen and (max-width: 991px) {
      .chatbot .selected-lang.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0 0 0; } }
  .chatbot .selected-lang__title {
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: 700; }
  .chatbot .selected-lang__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .chatbot .selected-lang__item {
    padding: 5px 10px;
    background-color: #58c5af;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white; }

@media only screen and (max-width: 991px) {
  .chatbot .lang-wrp.desktop {
    display: none; } }

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: -webkit-calc(2rem - 2px);
  line-height: -moz-calc(2rem - 2px);
  line-height: calc(2rem - 2px);
  display: block;
  border: 2px solid #adb5bd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #adb5bd; }
  .social-list-item:hover {
    color: #98a6ad;
    border-color: #98a6ad; }

.horizontal-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .horizontal-steps:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: .2em;
    background-color: #e3eaef; }
  .horizontal-steps .process-line {
    display: block;
    position: absolute;
    width: 50%;
    height: .2em;
    background-color: #6fb1e7; }
  .horizontal-steps .horizontal-steps-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .horizontal-steps .horizontal-steps-content .step-item {
      display: block;
      position: relative;
      bottom: -webkit-calc(100% + 1em);
      bottom: -moz-calc(100% + 1em);
      bottom: calc(100% + 1em);
      height: 8px;
      width: 8px;
      margin: 0 2em;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      color: #6fb1e7;
      background-color: currentColor;
      border: 0.25em solid #fafbfe;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      z-index: 5; }
      .horizontal-steps .horizontal-steps-content .step-item:first-child {
        margin-left: 0; }
      .horizontal-steps .horizontal-steps-content .step-item:last-child {
        margin-right: 0;
        color: #00c88f; }
      .horizontal-steps .horizontal-steps-content .step-item span {
        position: absolute;
        top: -webkit-calc(100% + 1em);
        top: -moz-calc(100% + 1em);
        top: calc(100% + 1em);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
        color: #adb5bd; }
      .horizontal-steps .horizontal-steps-content .step-item.current:before {
        content: '';
        display: block;
        position: absolute;
        top: 47.5%;
        left: 51%;
        padding: 1em;
        background-color: currentColor;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        z-index: -1;
        -webkit-animation-name: animation-steps-current;
        -moz-animation-name: animation-steps-current;
        -o-animation-name: animation-steps-current;
        animation-name: animation-steps-current;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
      .horizontal-steps .horizontal-steps-content .step-item.current span {
        color: #6fb1e7; }

@-webkit-keyframes animation-steps-current {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-moz-keyframes animation-steps-current {
  from {
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  to {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-o-keyframes animation-steps-current {
  from {
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  to {
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@keyframes animation-steps-current {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@media (max-width: 767.98px) {
  .horizontal-steps .horizontal-steps-content .step-item span {
    white-space: inherit; } }

.app-bar {
  background-color: #f0f6fb;
  padding: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .app-bar {
      padding: 25px;
      max-width: 100%;
      margin-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .app-bar .app-b-detail {
    padding-right: 20px; }
    @media only screen and (max-width: 991px) {
      .app-bar .app-b-detail {
        margin-bottom: 15px;
        padding-right: 0px; } }
    .app-bar .app-b-detail p {
      color: #3f454b;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.6;
      margin: 0px; }
      @media only screen and (max-width: 991px) {
        .app-bar .app-b-detail p {
          font-size: 12px; } }
      .app-bar .app-b-detail p + p  {
        margin-top: 15px; }
        @media only screen and (max-width: 991px) {
          .app-bar .app-b-detail p + p  {
            margin-top: 10px; } }
      .app-bar .app-b-detail p a {
        color: #6fb1e7; }
        .app-bar .app-b-detail p a:active, .app-bar .app-b-detail p a:focus, .app-bar .app-b-detail p a:hover {
          color: #2d8ddc; }

.access_restriction__content {
  width: 100%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important; }

.access_restriction__icon {
  display: block;
  margin: 0 auto 30px auto; }

.access_restriction__title {
  color: #3f454b;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px; }

.access_restriction__description {
  width: 100%;
  max-width: 390px;
  margin: 0 auto 25px auto;
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

.access_restriction__footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.access_restriction__button {
  min-width: 90px;
  margin-right: 10px !important;
  font-weight: 600 !important;
  font-size: 13px !important; }
  .access_restriction__button:last-child {
    margin-right: 0 !important; }

.accounting__table {
  position: relative;
  margin-top: 15px; }
  .accounting__table .dt-buttons {
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .accounting__table .dt-buttons {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 10px; } }
    .accounting__table .dt-buttons .dt-button {
      margin-right: 10px; }
      .accounting__table .dt-buttons .dt-button:last-child {
        margin-right: 0; }

.activation-box {
  text-align: center; }
  .activation-box .abc-icon {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 15px; }
    .activation-box .abc-icon.ab-icon-success {
      color: #00c88f; }
    .activation-box .abc-icon.ab-icon-danger {
      color: #f24437; }
  .activation-box .abd-desc + .abd-desc {
    margin-top: 20px; }

.advanced-web-contect-us {
  width: 100%;
  height: 100%;
  border: 1px dashed #dee2e6;
  padding: 30px; }
  .advanced-web-contect-us .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: middle; }
  .advanced-web-contect-us .sub-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
    margin-bottom: 10px; }
  .advanced-web-contect-us .copy-code-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 30px; }
    .advanced-web-contect-us .copy-code-wrapper .app-lcc-i-code {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .advanced-web-contect-us .copy-code-wrapper .app-lcc-i-action {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 300px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px; }
      .advanced-web-contect-us .copy-code-wrapper .app-lcc-i-action .code-copy-box {
        height: 100% !important; }

.app-comment-box {
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e9eaeb;
  word-wrap: break-word;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.57;
  color: #3f454b;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .app-comment-box {
      font-size: 12px;
      padding: 15px; } }
  .app-comment-box .app-cb-info {
    border-bottom: solid 1px #e9eaeb;
    padding-bottom: 15px; }
    .app-comment-box .app-cb-info .app-cb-i-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 5px; }
      .app-comment-box .app-cb-info .app-cb-i-row .app-cb-i-r-star {
        text-align: left; }
      .app-comment-box .app-cb-info .app-cb-i-row .app-cb-i-r-date {
        padding-left: 10px;
        text-align: right; }
        .app-comment-box .app-cb-info .app-cb-i-row .app-cb-i-r-date p {
          display: block;
          color: #6fb1e7;
          font-weight: 400;
          font-size: 12px;
          line-height: 1.5;
          margin: 0px;
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          max-width: 100%; }
          @media only screen and (max-width: 991px) {
            .app-comment-box .app-cb-info .app-cb-i-row .app-cb-i-r-date p {
              font-size: 11px; } }
    .app-comment-box .app-cb-info h1,
    .app-comment-box .app-cb-info h2,
    .app-comment-box .app-cb-info h3,
    .app-comment-box .app-cb-info h4,
    .app-comment-box .app-cb-info h5,
    .app-comment-box .app-cb-info h6 {
      display: block;
      color: #3f454b;
      font-size: 13px;
      line-height: 1.3;
      font-weight: 700;
      margin: 0px; }
      @media only screen and (max-width: 991px) {
        .app-comment-box .app-cb-info h1,
        .app-comment-box .app-cb-info h2,
        .app-comment-box .app-cb-info h3,
        .app-comment-box .app-cb-info h4,
        .app-comment-box .app-cb-info h5,
        .app-comment-box .app-cb-info h6 {
          font-size: 12px; } }
  .app-comment-box .app-sb-detail {
    padding-top: 15px; }
    .app-comment-box .app-sb-detail .clear {
      clear: both; }
    .app-comment-box .app-sb-detail h1,
    .app-comment-box .app-sb-detail h2,
    .app-comment-box .app-sb-detail h3,
    .app-comment-box .app-sb-detail h4,
    .app-comment-box .app-sb-detail h5,
    .app-comment-box .app-sb-detail h6 {
      display: block;
      color: #3f454b;
      font-size: 12px;
      font-weight: 700;
      margin: 0px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 991px) {
        .app-comment-box .app-sb-detail h1,
        .app-comment-box .app-sb-detail h2,
        .app-comment-box .app-sb-detail h3,
        .app-comment-box .app-sb-detail h4,
        .app-comment-box .app-sb-detail h5,
        .app-comment-box .app-sb-detail h6 {
          font-size: 11px; } }
    .app-comment-box .app-sb-detail p {
      display: block;
      color: #3f454b;
      font-weight: 400;
      font-size: 11px;
      line-height: 1.5;
      margin: 0px; }
      @media only screen and (max-width: 991px) {
        .app-comment-box .app-sb-detail p {
          font-size: 11px; } }

.app-comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px -15px -10px; }
  .app-comment-list .app-comment-box {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 20px);
    flex: 0 0 calc(100% / 2 - 20px);
    width: -webkit-calc(100% / 2 - 20px);
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px); }
    @media only screen and (max-width: 1460px) {
      .app-comment-list .app-comment-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 1366px) {
      .app-comment-list .app-comment-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 991px) {
      .app-comment-list .app-comment-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 767px) {
      .app-comment-list .app-comment-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 20px);
        flex: 0 0 calc(100% / 1 - 20px);
        width: -webkit-calc(100% / 1 - 20px);
        width: -moz-calc(100% / 1 - 20px);
        width: calc(100% / 1 - 20px); } }
    @media only screen and (max-width: 575px) {
      .app-comment-list .app-comment-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 20px);
        flex: 0 0 calc(100% / 1 - 20px);
        width: -webkit-calc(100% / 1 - 20px);
        width: -moz-calc(100% / 1 - 20px);
        width: calc(100% / 1 - 20px); } }
  .app-comment-list .app-comment-box-message {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 1 - 20px);
    flex: 0 0 calc(100% / 1 - 20px);
    width: -webkit-calc(100% / 1 - 20px);
    width: -moz-calc(100% / 1 - 20px);
    width: calc(100% / 1 - 20px); }

.app-copy-code p {
  color: #3f454b;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .app-copy-code p {
      font-size: 12px; } }
  .app-copy-code p + p  {
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .app-copy-code p + p  {
        margin-top: 10px; } }
  .app-copy-code p a {
    color: #6fb1e7; }
    .app-copy-code p a:active, .app-copy-code p a:focus, .app-copy-code p a:hover {
      color: #2d8ddc; }

.app-copy-code .app-copy-code-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .app-copy-code .app-copy-code-box-wrapper .app-copy-code-box {
    width: 100%; }
  .app-copy-code .app-copy-code-box-wrapper .app-optional-field-code-box {
    width: 100%;
    margin-top: 25px;
    padding: 30px; }

.app-copy-code-box {
  max-width: 450px;
  background-color: #f0f6fb;
  padding: 30px;
  margin-top: 25px; }
  @media only screen and (max-width: 991px) {
    .app-copy-code-box {
      padding: 25px;
      max-width: 100%;
      margin-top: 25px; } }
  .app-copy-code-box .app-ccb-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 95%;
    margin: 0px auto; }
    .app-copy-code-box .app-ccb-row.no-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .app-copy-code-box .app-ccb-row .app-ccb-r-cell.app-ccb-r-cell-icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 54px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 54px;
      flex: 0 0 54px;
      width: 54px; }
      .app-copy-code-box .app-ccb-row .app-ccb-r-cell.app-ccb-r-cell-icon i {
        font-size: 54px; }
    .app-copy-code-box .app-ccb-row .app-ccb-r-cell.app-ccb-r-cell-detail {
      padding-left: 40px; }
      @media only screen and (max-width: 991px) {
        .app-copy-code-box .app-ccb-row .app-ccb-r-cell.app-ccb-r-cell-detail {
          padding-left: 30px; } }
      .app-copy-code-box .app-ccb-row .app-ccb-r-cell.app-ccb-r-cell-detail .copy-code {
        text-align: left; }
  .app-copy-code-box h1,
  .app-copy-code-box h2,
  .app-copy-code-box h3,
  .app-copy-code-box h4,
  .app-copy-code-box h5,
  .app-copy-code-box h6 {
    color: #3f454b;
    font-size: 18px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-copy-code-box h1,
      .app-copy-code-box h2,
      .app-copy-code-box h3,
      .app-copy-code-box h4,
      .app-copy-code-box h5,
      .app-copy-code-box h6 {
        font-size: 16px; } }
    .app-copy-code-box h1 + p ,
    .app-copy-code-box h2 + p ,
    .app-copy-code-box h3 + p ,
    .app-copy-code-box h4 + p ,
    .app-copy-code-box h5 + p ,
    .app-copy-code-box h6 + p  {
      margin-top: 10px; }
      @media only screen and (max-width: 991px) {
        .app-copy-code-box h1 + p ,
        .app-copy-code-box h2 + p ,
        .app-copy-code-box h3 + p ,
        .app-copy-code-box h4 + p ,
        .app-copy-code-box h5 + p ,
        .app-copy-code-box h6 + p  {
          margin-top: 10px; } }
  .app-copy-code-box p {
    color: #3f454b;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-copy-code-box p {
        font-size: 12px; } }
    .app-copy-code-box p + p  {
      margin-top: 10px; }
      @media only screen and (max-width: 991px) {
        .app-copy-code-box p + p  {
          margin-top: 10px; } }
    .app-copy-code-box p a {
      color: #6fb1e7; }
      .app-copy-code-box p a:active, .app-copy-code-box p a:focus, .app-copy-code-box p a:hover {
        color: #2d8ddc; }
  .app-copy-code-box .btn {
    margin-top: 18px; }
    @media only screen and (max-width: 991px) {
      .app-copy-code-box .btn {
        margin-top: 13px; } }

.app-email-form-copy-button {
  position: relative;
  height: 34px;
  padding: 2px 10px 0 5px;
  margin-right: 5px;
  margin-left: -2px;
  background-color: #f4f7f9;
  border: 1px solid #dee2e6;
  border-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .app-email-form-copy-button i {
    color: #9199a0;
    font-size: 12px; }
  .app-email-form-copy-button .dripicons-checkmark {
    display: none;
    color: #00c88f; }

.app-email-form .app-ef-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .app-email-form .app-ef-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 991px) {
    .app-email-form .app-ef-row .app-ef-r-cell {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 575px) {
    .app-email-form .app-ef-row .app-ef-r-cell {
      margin-bottom: 0px; } }

.app-email-form .form-inline-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #7a8086;
  margin-bottom: 3px; }

.app-email-form .app-ef-detail .card-header {
  padding: 0px; }
  .app-email-form .app-ef-detail .card-header a {
    padding: 1.5rem;
    display: block;
    font-size: 0.9175rem;
    font-weight: 700; }

.app-email-form .app-ef-detail .card-body {
  padding: 1.5rem; }

.app-email-form .app-ef-detail .support-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 991px) {
    .app-email-form .app-ef-detail .support-email {
      display: block; } }
  .app-email-form .app-ef-detail .support-email .form-group {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 991px) {
      .app-email-form .app-ef-detail .support-email .form-group {
        margin-right: 0px !important;
        margin-bottom: 20px; } }
    .app-email-form .app-ef-detail .support-email .form-group:nth-child(2) {
      width: 100%;
      max-width: 350px; }
    .app-email-form .app-ef-detail .support-email .form-group label {
      white-space: nowrap; }
  .app-email-form .app-ef-detail .support-email .form-control {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .app-email-form .app-ef-detail .support-email .form-control {
        min-width: auto;
        width: 100%; } }

.app-email-form .app-ef-detail p {
  color: #3f454b;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .app-email-form .app-ef-detail p {
      font-size: 12px; } }
  .app-email-form .app-ef-detail p + p  {
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .app-email-form .app-ef-detail p + p  {
        margin-top: 10px; } }
  .app-email-form .app-ef-detail p a {
    color: #6fb1e7; }
    .app-email-form .app-ef-detail p a:active, .app-email-form .app-ef-detail p a:focus, .app-email-form .app-ef-detail p a:hover {
      color: #2d8ddc; }

.app-facebook .app-f-button {
  margin-bottom: 5px; }

.app-facebook .app-f-detail {
  margin-top: 30px; }
  @media only screen and (max-width: 991px) {
    .app-facebook .app-f-detail {
      margin-top: 20px; } }

.app-facebook .app-f-item {
  border: 1px dashed #dee2e6;
  padding: 25px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .app-facebook .app-f-item {
      padding: 20px;
      margin-bottom: 20px; } }
  .app-facebook .app-f-item:last-child {
    margin-bottom: 0px; }
  .app-facebook .app-f-item .app-f-i-title h1,
  .app-facebook .app-f-item .app-f-i-title h2,
  .app-facebook .app-f-item .app-f-i-title h3,
  .app-facebook .app-f-item .app-f-i-title h4,
  .app-facebook .app-f-item .app-f-i-title h5,
  .app-facebook .app-f-item .app-f-i-title h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-facebook .app-f-item .app-f-i-title h1,
      .app-facebook .app-f-item .app-f-i-title h2,
      .app-facebook .app-f-item .app-f-i-title h3,
      .app-facebook .app-f-item .app-f-i-title h4,
      .app-facebook .app-f-item .app-f-i-title h5,
      .app-facebook .app-f-item .app-f-i-title h6 {
        font-size: 15px; } }
    .app-facebook .app-f-item .app-f-i-title h1 + .badge,
    .app-facebook .app-f-item .app-f-i-title h1 + p ,
    .app-facebook .app-f-item .app-f-i-title h2 + .badge,
    .app-facebook .app-f-item .app-f-i-title h2 + p ,
    .app-facebook .app-f-item .app-f-i-title h3 + .badge,
    .app-facebook .app-f-item .app-f-i-title h3 + p ,
    .app-facebook .app-f-item .app-f-i-title h4 + .badge,
    .app-facebook .app-f-item .app-f-i-title h4 + p ,
    .app-facebook .app-f-item .app-f-i-title h5 + .badge,
    .app-facebook .app-f-item .app-f-i-title h5 + p ,
    .app-facebook .app-f-item .app-f-i-title h6 + .badge,
    .app-facebook .app-f-item .app-f-i-title h6 + p  {
      margin-top: 8px; }
      @media only screen and (max-width: 991px) {
        .app-facebook .app-f-item .app-f-i-title h1 + .badge,
        .app-facebook .app-f-item .app-f-i-title h1 + p ,
        .app-facebook .app-f-item .app-f-i-title h2 + .badge,
        .app-facebook .app-f-item .app-f-i-title h2 + p ,
        .app-facebook .app-f-item .app-f-i-title h3 + .badge,
        .app-facebook .app-f-item .app-f-i-title h3 + p ,
        .app-facebook .app-f-item .app-f-i-title h4 + .badge,
        .app-facebook .app-f-item .app-f-i-title h4 + p ,
        .app-facebook .app-f-item .app-f-i-title h5 + .badge,
        .app-facebook .app-f-item .app-f-i-title h5 + p ,
        .app-facebook .app-f-item .app-f-i-title h6 + .badge,
        .app-facebook .app-f-item .app-f-i-title h6 + p  {
          margin-top: 8px; } }
  .app-facebook .app-f-item .app-f-i-title + .app-f-i-row {
    margin-top: 15px; }
  .app-facebook .app-f-item .app-f-i-box {
    max-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    word-wrap: break-word;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.57;
    color: #7a8086;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .app-facebook .app-f-item .app-f-i-box {
        font-size: 12px;
        padding: 15px; } }
    .app-facebook .app-f-item .app-f-i-box:last-child {
      margin-bottom: 0px; }
    .app-facebook .app-f-item .app-f-i-box .app-f-i-b-text {
      padding-right: 10px; }
      .app-facebook .app-f-item .app-f-i-box .app-f-i-b-text img {
        width: 30px;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle; }
      .app-facebook .app-f-item .app-f-i-box .app-f-i-b-text a {
        color: #7a8086;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        .app-facebook .app-f-item .app-f-i-box .app-f-i-b-text a:hover, .app-facebook .app-f-item .app-f-i-box .app-f-i-b-text a:focus {
          color: #676c71; }
    .app-facebook .app-f-item .app-f-i-box .app-f-i-b-action {
      font-size: 12px; }
      @media only screen and (max-width: 991px) {
        .app-facebook .app-f-item .app-f-i-box .app-f-i-b-action {
          font-size: 11px; } }
      .app-facebook .app-f-item .app-f-i-box .app-f-i-b-action a {
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        color: #919192; }
        .app-facebook .app-f-item .app-f-i-box .app-f-i-b-action a:hover, .app-facebook .app-f-item .app-f-i-box .app-f-i-b-action a:focus {
          color: #7d7d7e; }

.app-live-chat-copy .app-lcc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  .app-live-chat-copy .app-lcc-item .app-lcc-i-cell {
    padding: 0px 10px; }
    .app-live-chat-copy .app-lcc-item .app-lcc-i-cell.app-lcc-i-code {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      width: 70%; }
      .app-live-chat-copy .app-lcc-item .app-lcc-i-cell.app-lcc-i-code .code-box {
        height: 100%; }
      @media only screen and (max-width: 991px) {
        .app-live-chat-copy .app-lcc-item .app-lcc-i-cell.app-lcc-i-code {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%; } }
    .app-live-chat-copy .app-lcc-item .app-lcc-i-cell.app-lcc-i-action {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      width: 30%; }
      .app-live-chat-copy .app-lcc-item .app-lcc-i-cell.app-lcc-i-action .code-copy-box {
        height: 100%; }
      @media only screen and (max-width: 991px) {
        .app-live-chat-copy .app-lcc-item .app-lcc-i-cell.app-lcc-i-action {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%; } }
  .app-live-chat-copy .app-lcc-item + .app-settings-link {
    margin-top: 5px; }

.app-sdk-app-key {
  background-color: #f0f6fb;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .app-sdk-app-key {
      padding: 25px; } }
  .app-sdk-app-key h1,
  .app-sdk-app-key h2,
  .app-sdk-app-key h3,
  .app-sdk-app-key h4,
  .app-sdk-app-key h5,
  .app-sdk-app-key h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-sdk-app-key h1,
      .app-sdk-app-key h2,
      .app-sdk-app-key h3,
      .app-sdk-app-key h4,
      .app-sdk-app-key h5,
      .app-sdk-app-key h6 {
        font-size: 15px; } }
    .app-sdk-app-key h1 + p ,
    .app-sdk-app-key h2 + p ,
    .app-sdk-app-key h3 + p ,
    .app-sdk-app-key h4 + p ,
    .app-sdk-app-key h5 + p ,
    .app-sdk-app-key h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-sdk-app-key h1 + p ,
        .app-sdk-app-key h2 + p ,
        .app-sdk-app-key h3 + p ,
        .app-sdk-app-key h4 + p ,
        .app-sdk-app-key h5 + p ,
        .app-sdk-app-key h6 + p  {
          margin-top: 10px; } }
  .app-sdk-app-key p {
    color: #3f454b;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-sdk-app-key p {
        font-size: 12px; } }
    .app-sdk-app-key p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-sdk-app-key p + p  {
          margin-top: 10px; } }
    .app-sdk-app-key p a {
      color: #6fb1e7; }
      .app-sdk-app-key p a:active, .app-sdk-app-key p a:focus, .app-sdk-app-key p a:hover {
        color: #2d8ddc; }
  .app-sdk-app-key .app-sak-copy-input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .app-sdk-app-key .app-sak-copy-input .app-sak-ci-input {
      display: block !important;
      background-color: #fff !important;
      border-color: #dee2e6 !important;
      color: #b5b5b5 !important;
      padding-right: 50px; }
    .app-sdk-app-key .app-sak-copy-input .app-sak-ci-button {
      position: absolute;
      right: 0px;
      font-size: 12px;
      color: #6fb1e7;
      padding: 10px; }
      .app-sdk-app-key .app-sak-copy-input .app-sak-ci-button:active, .app-sdk-app-key .app-sak-copy-input .app-sak-ci-button:focus, .app-sdk-app-key .app-sak-copy-input .app-sak-ci-button:hover {
        color: #2d8ddc; }
  .app-sdk-app-key .app-sak-row {
    max-width: 900px;
    margin: 25px -9px 5px -9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991px) {
      .app-sdk-app-key .app-sak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .app-sdk-app-key .app-sak-row .app-sak-r-cell {
      padding: 0px 9px; }
      .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        width: 38%; }
        @media only screen and (max-width: 991px) {
          .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-input {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%; } }
      .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        width: 62%; }
        @media only screen and (max-width: 991px) {
          .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-button {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%;
            margin-top: 15px; } }
        .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-button .btn {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 12px;
          vertical-align: middle; }
          @media only screen and (max-width: 991px) {
            .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-button .btn {
              margin-bottom: 5px;
              margin-top: 5px; } }
          .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-button .btn span {
            vertical-align: middle; }
          .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-button .btn .icon {
            margin-top: -6px;
            height: 17px;
            font-size: 18px;
            margin-right: 5px; }
            .app-sdk-app-key .app-sak-row .app-sak-r-cell.app-sak-r-cell-button .btn .icon.icon-ios {
              margin-top: -8px; }

.app-sdk-edit {
  margin-bottom: -30px; }
  @media only screen and (max-width: 991px) {
    .app-sdk-edit {
      margin-bottom: -25px; } }
  .app-sdk-edit .app-se-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px; }
    @media only screen and (max-width: 991px) {
      .app-sdk-edit .app-se-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .app-sdk-edit .app-se-row .app-se-r-cell {
      padding: 0px 15px;
      float: 0 0 50%;
      width: 50%; }
      @media only screen and (max-width: 991px) {
        .app-sdk-edit .app-se-row .app-se-r-cell {
          float: 0 0 100%;
          width: 100%; } }
      .app-sdk-edit .app-se-row .app-se-r-cell .app-sdk-edit-box {
        height: -webkit-calc(100% - 30px);
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px); }
        @media only screen and (max-width: 991px) {
          .app-sdk-edit .app-se-row .app-se-r-cell .app-sdk-edit-box {
            height: -webkit-calc(100% - 25px);
            height: -moz-calc(100% - 25px);
            height: calc(100% - 25px); } }

.app-sdk-edit-box {
  border: 1px dashed #dee2e6;
  padding: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .app-sdk-edit-box {
      padding: 25px;
      margin-bottom: 25px; } }
  .app-sdk-edit-box h1,
  .app-sdk-edit-box h2,
  .app-sdk-edit-box h3,
  .app-sdk-edit-box h4,
  .app-sdk-edit-box h5,
  .app-sdk-edit-box h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-sdk-edit-box h1,
      .app-sdk-edit-box h2,
      .app-sdk-edit-box h3,
      .app-sdk-edit-box h4,
      .app-sdk-edit-box h5,
      .app-sdk-edit-box h6 {
        font-size: 15px; } }
    .app-sdk-edit-box h1 + p ,
    .app-sdk-edit-box h2 + p ,
    .app-sdk-edit-box h3 + p ,
    .app-sdk-edit-box h4 + p ,
    .app-sdk-edit-box h5 + p ,
    .app-sdk-edit-box h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-sdk-edit-box h1 + p ,
        .app-sdk-edit-box h2 + p ,
        .app-sdk-edit-box h3 + p ,
        .app-sdk-edit-box h4 + p ,
        .app-sdk-edit-box h5 + p ,
        .app-sdk-edit-box h6 + p  {
          margin-top: 10px; } }
  .app-sdk-edit-box p {
    color: #3f454b;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-sdk-edit-box p {
        font-size: 12px; } }
    .app-sdk-edit-box p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-sdk-edit-box p + p  {
          margin-top: 10px; } }
    .app-sdk-edit-box p a {
      color: #6fb1e7; }
      .app-sdk-edit-box p a:active, .app-sdk-edit-box p a:focus, .app-sdk-edit-box p a:hover {
        color: #2d8ddc; }
  .app-sdk-edit-box .btn {
    margin-top: 18px; }
    @media only screen and (max-width: 991px) {
      .app-sdk-edit-box .btn {
        margin-top: 13px; } }

.app-settings-link {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #3f454b;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .app-settings-link i {
    color: #6fb1e7;
    font-size: 150%;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .app-settings-link:hover {
    color: #4c9ee1; }
    .app-settings-link:hover i {
      color: #4c9ee1; }

.app-store-box {
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e9eaeb;
  word-wrap: break-word;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.57;
  color: #3f454b;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .app-store-box {
      font-size: 12px;
      padding: 15px; } }
  .app-store-box .app-sb-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .app-store-box .app-sb-detail .app-sb-d-media {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      width: 50px; }
      .app-store-box .app-sb-detail .app-sb-d-media img {
        width: 50px;
        height: auto;
        max-width: 100%; }
    .app-store-box .app-sb-detail .app-sb-d-info {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 52px);
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 52px);
      flex: 0 0 calc(100% - 52px);
      width: -webkit-calc(100% - 52px);
      width: -moz-calc(100% - 52px);
      width: calc(100% - 52px);
      padding-left: 10px; }
      .app-store-box .app-sb-detail .app-sb-d-info .clear {
        display: block;
        margin: -5px 0px; }
      .app-store-box .app-sb-detail .app-sb-d-info h1,
      .app-store-box .app-sb-detail .app-sb-d-info h2,
      .app-store-box .app-sb-detail .app-sb-d-info h3,
      .app-store-box .app-sb-detail .app-sb-d-info h4,
      .app-store-box .app-sb-detail .app-sb-d-info h5,
      .app-store-box .app-sb-detail .app-sb-d-info h6 {
        display: inline-block;
        color: #3f454b;
        font-size: 12px;
        font-weight: 700;
        margin: 0px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 100%; }
        @media only screen and (max-width: 991px) {
          .app-store-box .app-sb-detail .app-sb-d-info h1,
          .app-store-box .app-sb-detail .app-sb-d-info h2,
          .app-store-box .app-sb-detail .app-sb-d-info h3,
          .app-store-box .app-sb-detail .app-sb-d-info h4,
          .app-store-box .app-sb-detail .app-sb-d-info h5,
          .app-store-box .app-sb-detail .app-sb-d-info h6 {
            font-size: 11px; } }
        .app-store-box .app-sb-detail .app-sb-d-info h1 + p ,
        .app-store-box .app-sb-detail .app-sb-d-info h2 + p ,
        .app-store-box .app-sb-detail .app-sb-d-info h3 + p ,
        .app-store-box .app-sb-detail .app-sb-d-info h4 + p ,
        .app-store-box .app-sb-detail .app-sb-d-info h5 + p ,
        .app-store-box .app-sb-detail .app-sb-d-info h6 + p  {
          margin-top: 2px; }
          @media only screen and (max-width: 991px) {
            .app-store-box .app-sb-detail .app-sb-d-info h1 + p ,
            .app-store-box .app-sb-detail .app-sb-d-info h2 + p ,
            .app-store-box .app-sb-detail .app-sb-d-info h3 + p ,
            .app-store-box .app-sb-detail .app-sb-d-info h4 + p ,
            .app-store-box .app-sb-detail .app-sb-d-info h5 + p ,
            .app-store-box .app-sb-detail .app-sb-d-info h6 + p  {
              margin-top: 2px; } }
      .app-store-box .app-sb-detail .app-sb-d-info p {
        display: inline-block;
        color: #919192;
        font-weight: 400;
        font-size: 10px;
        line-height: 1.6;
        margin: 0px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 100%; }
        @media only screen and (max-width: 991px) {
          .app-store-box .app-sb-detail .app-sb-d-info p {
            font-size: 9px; } }
        .app-store-box .app-sb-detail .app-sb-d-info p + .star-ratings,
        .app-store-box .app-sb-detail .app-sb-d-info p + p  {
          margin-top: 2px; }
          @media only screen and (max-width: 991px) {
            .app-store-box .app-sb-detail .app-sb-d-info p + .star-ratings,
            .app-store-box .app-sb-detail .app-sb-d-info p + p  {
              margin-top: 2px; } }
    .app-store-box .app-sb-detail + .app-sb-action {
      margin-top: 15px; }
  .app-store-box .app-sb-other {
    margin: 5px 0px; }
    .app-store-box .app-sb-other .app-sb-o-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0px;
      border-bottom: solid 1px #e9eaeb; }
      .app-store-box .app-sb-other .app-sb-o-item:last-child {
        border-bottom: 0px; }
      .app-store-box .app-sb-other .app-sb-o-item i {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        width: 20px;
        color: #919192; }
      .app-store-box .app-sb-other .app-sb-o-item p {
        display: inline-block;
        color: #3f454b;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.6;
        margin: 0px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 100%; }
        @media only screen and (max-width: 991px) {
          .app-store-box .app-sb-other .app-sb-o-item p {
            font-size: 11px; } }
        .app-store-box .app-sb-other .app-sb-o-item p + p  {
          margin-top: 2px; }
          @media only screen and (max-width: 991px) {
            .app-store-box .app-sb-other .app-sb-o-item p + p  {
              margin-top: 2px; } }
        .app-store-box .app-sb-other .app-sb-o-item p span {
          color: #6fb1e7; }
  .app-store-box .app-sb-action .btn {
    width: 100%; }
  .app-store-box .app-sb-message p {
    display: inline-block;
    color: #3f454b;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%; }
    @media only screen and (max-width: 991px) {
      .app-store-box .app-sb-message p {
        font-size: 11px; } }
    .app-store-box .app-sb-message p + p  {
      margin-top: 2px; }
      @media only screen and (max-width: 991px) {
        .app-store-box .app-sb-message p + p  {
          margin-top: 2px; } }
    .app-store-box .app-sb-message p span {
      color: #6fb1e7; }

.app-store-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -12px -15px -12px; }
  .app-store-list .app-store-box {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 5 - 20px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 5 - 20px);
    flex: 0 0 calc(100% / 5 - 20px);
    width: -webkit-calc(100% / 5 - 20px);
    width: -moz-calc(100% / 5 - 20px);
    width: calc(100% / 5 - 20px); }
    @media only screen and (max-width: 1460px) {
      .app-store-list .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 4 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 20px);
        flex: 0 0 calc(100% / 4 - 20px);
        width: -webkit-calc(100% / 4 - 20px);
        width: -moz-calc(100% / 4 - 20px);
        width: calc(100% / 4 - 20px); } }
    @media only screen and (max-width: 1366px) {
      .app-store-list .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 3 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 20px);
        flex: 0 0 calc(100% / 3 - 20px);
        width: -webkit-calc(100% / 3 - 20px);
        width: -moz-calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px); } }
    @media only screen and (max-width: 991px) {
      .app-store-list .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 3 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 20px);
        flex: 0 0 calc(100% / 3 - 20px);
        width: -webkit-calc(100% / 3 - 20px);
        width: -moz-calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px); } }
    @media only screen and (max-width: 767px) {
      .app-store-list .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 575px) {
      .app-store-list .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 20px);
        flex: 0 0 calc(100% / 1 - 20px);
        width: -webkit-calc(100% / 1 - 20px);
        width: -moz-calc(100% / 1 - 20px);
        width: calc(100% / 1 - 20px); } }
  .app-store-list .app-store-box-message {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 1 - 20px);
    flex: 0 0 calc(100% / 1 - 20px);
    width: -webkit-calc(100% / 1 - 20px);
    width: -moz-calc(100% / 1 - 20px);
    width: calc(100% / 1 - 20px); }
  .app-store-list.app-store-list-guide .app-store-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 4 - 20px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4 - 20px);
    flex: 0 0 calc(100% / 4 - 20px);
    width: -webkit-calc(100% / 4 - 20px);
    width: -moz-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px); }
    @media only screen and (max-width: 1460px) {
      .app-store-list.app-store-list-guide .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 3 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 20px);
        flex: 0 0 calc(100% / 3 - 20px);
        width: -webkit-calc(100% / 3 - 20px);
        width: -moz-calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px); } }
    @media only screen and (max-width: 1366px) {
      .app-store-list.app-store-list-guide .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 991px) {
      .app-store-list.app-store-list-guide .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 767px) {
      .app-store-list.app-store-list-guide .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 575px) {
      .app-store-list.app-store-list-guide .app-store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 20px);
        flex: 0 0 calc(100% / 1 - 20px);
        width: -webkit-calc(100% / 1 - 20px);
        width: -moz-calc(100% / 1 - 20px);
        width: calc(100% / 1 - 20px); } }
  .app-store-list.app-store-list-guide .app-store-box-message {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 1 - 20px);
    flex: 0 0 calc(100% / 1 - 20px);
    width: -webkit-calc(100% / 1 - 20px);
    width: -moz-calc(100% / 1 - 20px);
    width: calc(100% / 1 - 20px); }

.app-store-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 0px -15px; }
  @media only screen and (max-width: 991px) {
    .app-store-detail-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-box-orient: vertical;
      -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .app-store-detail-row .app-s-d-r-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 70%;
    max-width: 100%;
    padding: 0px 15px; }
    @media only screen and (max-width: 991px) {
      .app-store-detail-row .app-s-d-r-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%; } }
    .app-store-detail-row .app-s-d-r-left .app-store-form {
      max-width: 100%;
      width: 100%;
      height: 100%; }
  .app-store-detail-row .app-s-d-r-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    max-width: 100%;
    padding: 0px 15px; }
    @media only screen and (max-width: 991px) {
      .app-store-detail-row .app-s-d-r-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 0px; } }
    .app-store-detail-row .app-s-d-r-right .app-store-verify-box {
      max-width: 100%;
      width: 100%;
      height: 100%; }

.app-store-form {
  border: 1px dashed #dee2e6;
  padding: 30px;
  max-width: 70%; }
  @media only screen and (max-width: 1199px) {
    .app-store-form {
      max-width: 70%; } }
  @media only screen and (max-width: 991px) {
    .app-store-form {
      padding: 25px;
      max-width: 100%; } }

.app-store-search {
  margin-top: -5px; }
  .app-store-search p {
    color: #3f454b;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-store-search p {
        font-size: 14px; } }
    .app-store-search p + .app-ss-form,
    .app-store-search p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-store-search p + .app-ss-form,
        .app-store-search p + p  {
          margin-top: 10px; } }
    .app-store-search p a {
      color: #6fb1e7; }
      .app-store-search p a:active, .app-store-search p a:focus, .app-store-search p a:hover {
        color: #2d8ddc; }
  .app-store-search .app-ss-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .app-store-search .app-ss-form .app-ss-f-media {
      padding-right: 10px; }
      .app-store-search .app-ss-form .app-ss-f-media label {
        margin: 0px;
        padding: 0px;
        vertical-align: middle; }
      .app-store-search .app-ss-form .app-ss-f-media .icon-img-appstore {
        width: 28px !important;
        height: 28px !important; }
      .app-store-search .app-ss-form .app-ss-f-media .icon-img-playstore {
        width: 23px !important;
        height: 28px !important; }
    .app-store-search .app-ss-form .app-ss-f-input {
      width: 100%;
      max-width: 330px; }
      @media only screen and (max-width: 575px) {
        .app-store-search .app-ss-form .app-ss-f-input {
          max-width: 100%; } }
      .app-store-search .app-ss-form .app-ss-f-input .search-input {
        height: 38px;
        line-height: 38px; }

.app-store-text .app-st-box {
  border: 1px dashed #dee2e6;
  padding: 20px;
  margin-top: 20px; }
  @media only screen and (max-width: 991px) {
    .app-store-text .app-st-box {
      padding: 20px;
      margin-top: 20px; } }

.app-store-text h1,
.app-store-text h2,
.app-store-text h3,
.app-store-text h4,
.app-store-text h5,
.app-store-text h6 {
  color: #3f454b;
  font-size: 16px;
  font-weight: 700;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .app-store-text h1,
    .app-store-text h2,
    .app-store-text h3,
    .app-store-text h4,
    .app-store-text h5,
    .app-store-text h6 {
      font-size: 15px; } }
  .app-store-text h1 + p ,
  .app-store-text h2 + p ,
  .app-store-text h3 + p ,
  .app-store-text h4 + p ,
  .app-store-text h5 + p ,
  .app-store-text h6 + p  {
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .app-store-text h1 + p ,
      .app-store-text h2 + p ,
      .app-store-text h3 + p ,
      .app-store-text h4 + p ,
      .app-store-text h5 + p ,
      .app-store-text h6 + p  {
        margin-top: 10px; } }

.app-store-text p {
  color: #3f454b;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .app-store-text p {
      font-size: 12px; } }
  .app-store-text p + p  {
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .app-store-text p + p  {
        margin-top: 10px; } }
  .app-store-text p a {
    color: #6fb1e7; }
    .app-store-text p a:active, .app-store-text p a:focus, .app-store-text p a:hover {
      color: #2d8ddc; }

.app-store-verify-box {
  border: 1px dashed #dee2e6;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .app-store-verify-box {
      padding: 25px;
      margin-bottom: 25px; } }
  .app-store-verify-box-select {
    width: 100%;
    max-width: 250px;
    margin: auto;
    text-align: left; }
    .app-store-verify-box-select label {
      display: block;
      text-align: center; }
  .app-store-verify-box h1,
  .app-store-verify-box h2,
  .app-store-verify-box h3,
  .app-store-verify-box h4,
  .app-store-verify-box h5,
  .app-store-verify-box h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-store-verify-box h1,
      .app-store-verify-box h2,
      .app-store-verify-box h3,
      .app-store-verify-box h4,
      .app-store-verify-box h5,
      .app-store-verify-box h6 {
        font-size: 15px; } }
    .app-store-verify-box h1 + p ,
    .app-store-verify-box h2 + p ,
    .app-store-verify-box h3 + p ,
    .app-store-verify-box h4 + p ,
    .app-store-verify-box h5 + p ,
    .app-store-verify-box h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-store-verify-box h1 + p ,
        .app-store-verify-box h2 + p ,
        .app-store-verify-box h3 + p ,
        .app-store-verify-box h4 + p ,
        .app-store-verify-box h5 + p ,
        .app-store-verify-box h6 + p  {
          margin-top: 10px; } }
  .app-store-verify-box p {
    color: #3f454b;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-store-verify-box p {
        font-size: 12px; } }
    .app-store-verify-box p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-store-verify-box p + p  {
          margin-top: 10px; } }
    .app-store-verify-box p a {
      color: #6fb1e7; }
      .app-store-verify-box p a:active, .app-store-verify-box p a:focus, .app-store-verify-box p a:hover {
        color: #2d8ddc; }
  .app-store-verify-box .btn {
    margin-top: 18px; }
    @media only screen and (max-width: 991px) {
      .app-store-verify-box .btn {
        margin-top: 13px; } }
  .app-store-verify-box .verify-icon {
    font-size: 48px;
    line-height: 1;
    color: #00c88f; }
    .app-store-verify-box .verify-icon + p,
    .app-store-verify-box .verify-icon + h1,
    .app-store-verify-box .verify-icon + h2,
    .app-store-verify-box .verify-icon + h3,
    .app-store-verify-box .verify-icon + h4,
    .app-store-verify-box .verify-icon + h5,
    .app-store-verify-box .verify-icon + h6 {
      margin-top: 20px; }

.app-tab-content {
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  word-wrap: break-word;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.57;
  color: #3f454b;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .app-tab-content {
      font-size: 12px;
      padding: 25px; } }
  .app-tab-content .tab-pane {
    max-width: 100% !important;
    margin: 0px auto; }
  .app-tab-content .app-title-box {
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .app-tab-content .app-title-box {
        margin-bottom: 25px; } }
  .app-tab-content .app-sdk-app-key {
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .app-tab-content .app-sdk-app-key {
        margin-bottom: 25px; } }
  .app-tab-content .app-store-text {
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .app-tab-content .app-store-text {
        margin-bottom: 25px; } }

.app-tab-nav {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  word-wrap: break-word;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative; }
  .app-tab-nav .atn-item {
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f454b;
    padding: 20px 18px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .app-tab-nav .atn-item {
        padding: 15px 12px; } }
    .app-tab-nav .atn-item .atni-media {
      margin-right: 10px; }
    .app-tab-nav .atn-item .atni-text {
      font-size: 13px;
      font-weight: 400; }
      @media only screen and (max-width: 991px) {
        .app-tab-nav .atn-item .atni-text {
          font-size: 12px; } }
    .app-tab-nav .atn-item:after {
      content: "";
      height: 4px;
      position: absolute;
      bottom: 0px;
      background-color: #f1f3fa;
      left: 0px;
      right: 0px;
      opacity: 0.5; }
      @media only screen and (max-width: 991px) {
        .app-tab-nav .atn-item:after {
          height: 3px; } }
    .app-tab-nav .atn-item:active, .app-tab-nav .atn-item:focus, .app-tab-nav .atn-item:hover {
      background-color: #f7fbff; }
    .app-tab-nav .atn-item.active {
      background-color: #f7fbff; }
      .app-tab-nav .atn-item.active:after {
        background-color: #6fb1e7;
        opacity: 1; }
  .app-tab-nav .swiper-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 50px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0px 30px 0px 30px; }
    @media only screen and (max-width: 991px) {
      .app-tab-nav .swiper-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 30px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 0px 20px 0px 20px; } }
    .app-tab-nav .swiper-container .swiper-wrapper {
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 0px; }
      .app-tab-nav .swiper-container .swiper-wrapper .swiper-slide {
        display: block;
        width: auto !important;
        list-style: none;
        height: 100%; }
        .app-tab-nav .swiper-container .swiper-wrapper .swiper-slide .atn-item {
          height: 100%; }
  .app-tab-nav .swiper-button-prev,
  .app-tab-nav .swiper-button-next {
    position: absolute;
    font-size: 15px;
    line-height: 1;
    color: #6fb1e7;
    height: auto !important;
    width: 60px;
    bottom: 0px;
    top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: center;
    margin: 0px;
    top: 0px;
    outline: none !important;
    z-index: 9; }
    @media only screen and (max-width: 991px) {
      .app-tab-nav .swiper-button-prev,
      .app-tab-nav .swiper-button-next {
        width: 40px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px; } }
    .app-tab-nav .swiper-button-prev:after,
    .app-tab-nav .swiper-button-next:after {
      font-size: 16px; }
    .app-tab-nav .swiper-button-prev.swiper-button-prev,
    .app-tab-nav .swiper-button-next.swiper-button-prev {
      left: 0px;
      background-color: #fff;
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
      background: -moz-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 100%); }
      .app-tab-nav .swiper-button-prev.swiper-button-prev:after,
      .app-tab-nav .swiper-button-next.swiper-button-prev:after {
        content: ""; }
      .app-tab-nav .swiper-button-prev.swiper-button-prev:after,
      .app-tab-nav .swiper-button-next.swiper-button-prev:after {
        left: -5px;
        position: relative; }
    .app-tab-nav .swiper-button-prev.swiper-button-next,
    .app-tab-nav .swiper-button-next.swiper-button-next {
      right: 0px;
      background-color: #fff;
      background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
      background: -moz-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(270deg, white 50%, rgba(255, 255, 255, 0) 100%); }
      .app-tab-nav .swiper-button-prev.swiper-button-next:after,
      .app-tab-nav .swiper-button-next.swiper-button-next:after {
        content: ""; }
      .app-tab-nav .swiper-button-prev.swiper-button-next:after,
      .app-tab-nav .swiper-button-next.swiper-button-next:after {
        right: -5px;
        position: relative; }
    .app-tab-nav .swiper-button-prev.swiper-button-disabled,
    .app-tab-nav .swiper-button-next.swiper-button-disabled {
      color: #c1d7e6;
      opacity: 1; }

.app-title-box h1,
.app-title-box h2,
.app-title-box h3,
.app-title-box h4,
.app-title-box h5,
.app-title-box h6 {
  color: #3f454b;
  font-size: 18px;
  font-weight: 700;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .app-title-box h1,
    .app-title-box h2,
    .app-title-box h3,
    .app-title-box h4,
    .app-title-box h5,
    .app-title-box h6 {
      font-size: 17px; } }
  .app-title-box h1 + p ,
  .app-title-box h2 + p ,
  .app-title-box h3 + p ,
  .app-title-box h4 + p ,
  .app-title-box h5 + p ,
  .app-title-box h6 + p  {
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .app-title-box h1 + p ,
      .app-title-box h2 + p ,
      .app-title-box h3 + p ,
      .app-title-box h4 + p ,
      .app-title-box h5 + p ,
      .app-title-box h6 + p  {
        margin-top: 10px; } }
  .app-title-box h1 .app-title-back,
  .app-title-box h2 .app-title-back,
  .app-title-box h3 .app-title-back,
  .app-title-box h4 .app-title-back,
  .app-title-box h5 .app-title-back,
  .app-title-box h6 .app-title-back {
    color: #3f454b;
    margin-right: 7px;
    font-size: 93%; }
    .app-title-box h1 .app-title-back .icon-back,
    .app-title-box h2 .app-title-back .icon-back,
    .app-title-box h3 .app-title-back .icon-back,
    .app-title-box h4 .app-title-back .icon-back,
    .app-title-box h5 .app-title-back .icon-back,
    .app-title-box h6 .app-title-back .icon-back {
      line-height: 1;
      vertical-align: middle; }

.app-title-box p {
  color: #7a8086;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1px;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .app-title-box p {
      font-size: 12px; } }
  .app-title-box p + p  {
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .app-title-box p + p  {
        margin-top: 10px; } }
  .app-title-box p a {
    color: #6fb1e7; }
    .app-title-box p a:active, .app-title-box p a:focus, .app-title-box p a:hover {
      color: #2d8ddc; }
  .app-title-box p.description-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .app-title-box p.description-icon span {
      display: inline-block;
      padding: 2px 0 0 0; }
    .app-title-box p.description-icon .mdi-star-circle {
      margin-right: 10px;
      font-size: 16px;
      color: #6fb1e6; }

.app-title-box .live-chat-title  i {
  font-size: 13px; }

.app-twitter .app-t-button {
  margin-bottom: 5px; }

.app-twitter .app-t-detail {
  margin-top: 30px; }
  @media only screen and (max-width: 991px) {
    .app-twitter .app-t-detail {
      margin-top: 20px; } }

.app-twitter .app-t-item {
  border: 1px dashed #dee2e6;
  padding: 25px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .app-twitter .app-t-item {
      padding: 20px;
      margin-bottom: 20px; } }
  .app-twitter .app-t-item:last-child {
    margin-bottom: 0px; }
  .app-twitter .app-t-item .app-t-i-title h1,
  .app-twitter .app-t-item .app-t-i-title h2,
  .app-twitter .app-t-item .app-t-i-title h3,
  .app-twitter .app-t-item .app-t-i-title h4,
  .app-twitter .app-t-item .app-t-i-title h5,
  .app-twitter .app-t-item .app-t-i-title h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-twitter .app-t-item .app-t-i-title h1,
      .app-twitter .app-t-item .app-t-i-title h2,
      .app-twitter .app-t-item .app-t-i-title h3,
      .app-twitter .app-t-item .app-t-i-title h4,
      .app-twitter .app-t-item .app-t-i-title h5,
      .app-twitter .app-t-item .app-t-i-title h6 {
        font-size: 15px; } }
    .app-twitter .app-t-item .app-t-i-title h1 + .badge,
    .app-twitter .app-t-item .app-t-i-title h1 + p ,
    .app-twitter .app-t-item .app-t-i-title h2 + .badge,
    .app-twitter .app-t-item .app-t-i-title h2 + p ,
    .app-twitter .app-t-item .app-t-i-title h3 + .badge,
    .app-twitter .app-t-item .app-t-i-title h3 + p ,
    .app-twitter .app-t-item .app-t-i-title h4 + .badge,
    .app-twitter .app-t-item .app-t-i-title h4 + p ,
    .app-twitter .app-t-item .app-t-i-title h5 + .badge,
    .app-twitter .app-t-item .app-t-i-title h5 + p ,
    .app-twitter .app-t-item .app-t-i-title h6 + .badge,
    .app-twitter .app-t-item .app-t-i-title h6 + p  {
      margin-top: 8px; }
      @media only screen and (max-width: 991px) {
        .app-twitter .app-t-item .app-t-i-title h1 + .badge,
        .app-twitter .app-t-item .app-t-i-title h1 + p ,
        .app-twitter .app-t-item .app-t-i-title h2 + .badge,
        .app-twitter .app-t-item .app-t-i-title h2 + p ,
        .app-twitter .app-t-item .app-t-i-title h3 + .badge,
        .app-twitter .app-t-item .app-t-i-title h3 + p ,
        .app-twitter .app-t-item .app-t-i-title h4 + .badge,
        .app-twitter .app-t-item .app-t-i-title h4 + p ,
        .app-twitter .app-t-item .app-t-i-title h5 + .badge,
        .app-twitter .app-t-item .app-t-i-title h5 + p ,
        .app-twitter .app-t-item .app-t-i-title h6 + .badge,
        .app-twitter .app-t-item .app-t-i-title h6 + p  {
          margin-top: 8px; } }
  .app-twitter .app-t-item .app-t-i-title + .app-t-i-row {
    margin-top: 15px; }
  .app-twitter .app-t-item .app-t-i-box {
    max-width: 100%;
    word-wrap: break-word;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.57;
    color: #7a8086;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .app-twitter .app-t-item .app-t-i-box {
        font-size: 12px;
        padding: 0px; } }
    .app-twitter .app-t-item .app-t-i-box:last-child {
      margin-bottom: 0px; }
    .app-twitter .app-t-item .app-t-i-box .app-t-i-b-text {
      padding-right: 10px; }
      .app-twitter .app-t-item .app-t-i-box .app-t-i-b-text img {
        width: 30px;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle; }
      .app-twitter .app-t-item .app-t-i-box .app-t-i-b-text a {
        color: #7a8086;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        .app-twitter .app-t-item .app-t-i-box .app-t-i-b-text a:hover, .app-twitter .app-t-item .app-t-i-box .app-t-i-b-text a:focus {
          color: #676c71; }
    .app-twitter .app-t-item .app-t-i-box .app-t-i-b-action {
      font-size: 12px; }
      @media only screen and (max-width: 991px) {
        .app-twitter .app-t-item .app-t-i-box .app-t-i-b-action {
          font-size: 11px; } }
      .app-twitter .app-t-item .app-t-i-box .app-t-i-b-action a {
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        color: #919192; }
        .app-twitter .app-t-item .app-t-i-box .app-t-i-b-action a:hover, .app-twitter .app-t-item .app-t-i-box .app-t-i-b-action a:focus {
          color: #7d7d7e; }

.app-whatsapp-text-count {
  position: absolute;
  right: 7px;
  top: 45px;
  width: 100%;
  margin-top: 0;
  padding-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.6;
  color: #94989b; }
  .app-whatsapp-text-count.-textarea {
    top: 88px; }
  .app-whatsapp-text-count span {
    font-size: 11px;
    line-height: 1.6;
    color: #94989b; }

.app-whatsapp #whatsappAddress {
  resize: none;
  height: 80px; }

.app-whatsapp .app-w-api {
  border: 1px dashed #dee2e6;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .app-whatsapp .app-w-api {
      padding: 25px; } }
  .app-whatsapp .app-w-api .form-group.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-api .form-group.row {
        margin-bottom: 0px; } }
    .app-whatsapp .app-w-api .form-group.row .form-group.row {
      margin-bottom: 0px; }
    .app-whatsapp .app-w-api .form-group.row [class*="col-"] {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-api .form-group.row [class*="col-"] {
          margin-bottom: 10px; } }
      .app-whatsapp .app-w-api .form-group.row [class*="col-"] [class*="col-"]:last-child {
        margin-bottom: 0px; }
    .app-whatsapp .app-w-api .form-group.row.form-group-action {
      margin-top: 30px; }
      .app-whatsapp .app-w-api .form-group.row.form-group-action p {
        font-size: 95%; }
  .app-whatsapp .app-w-api p {
    color: #7a8086;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-api p {
        font-size: 12px; } }
    .app-whatsapp .app-w-api p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-api p + p  {
          margin-top: 10px; } }
    .app-whatsapp .app-w-api p a {
      color: #6fb1e7; }
      .app-whatsapp .app-w-api p a:active, .app-whatsapp .app-w-api p a:focus, .app-whatsapp .app-w-api p a:hover {
        color: #2d8ddc; }
  .app-whatsapp .app-w-api form {
    margin: 20px 0px;
    display: block;
    max-width: 70%; }
    @media only screen and (max-width: 1199px) {
      .app-whatsapp .app-w-api form {
        max-width: 80%; } }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-api form {
        max-width: 100%; } }

.app-whatsapp .app-w-box {
  border: 1px solid #e2e9ee;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .app-whatsapp .app-w-box {
      padding: 25px; } }
  .app-whatsapp .app-w-box .form-group.row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-box .form-group.row {
        margin-bottom: 10px; } }
    .app-whatsapp .app-w-box .form-group.row .form-group.row {
      margin-bottom: 0px; }
      @media only screen and (max-width: 1199px) {
        .app-whatsapp .app-w-box .form-group.row .form-group.row {
          margin-bottom: 10px; } }
    .app-whatsapp .app-w-box .form-group.row [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-box .form-group.row [class*="col-"] {
          margin-bottom: 0px; } }
      @media only screen and (max-width: 1199px) {
        .app-whatsapp .app-w-box .form-group.row [class*="col-"]:last-child .form-group.row {
          margin-bottom: 0px; } }
      .app-whatsapp .app-w-box .form-group.row [class*="col-"] [class*="col-"]:last-child {
        margin-bottom: 0px; }
        @media only screen and (max-width: 1199px) {
          .app-whatsapp .app-w-box .form-group.row [class*="col-"] [class*="col-"]:last-child .form-group.row {
            margin-bottom: 0px; } }
    .app-whatsapp .app-w-box .form-group.row.form-group-action {
      margin-top: 20px; }
      .app-whatsapp .app-w-box .form-group.row.form-group-action p {
        font-size: 95%; }
    .app-whatsapp .app-w-box .form-group.row .col-form-label {
      font-weight: 400; }
  .app-whatsapp .app-w-box + .app-w-box {
    margin-top: 20px; }
  .app-whatsapp .app-w-box .logo-upload {
    margin-top: -5px; }

.app-whatsapp .app-w-confirm {
  display: block;
  max-width: 50%; }
  @media only screen and (max-width: 1199px) {
    .app-whatsapp .app-w-confirm {
      max-width: 60%; } }
  @media only screen and (max-width: 991px) {
    .app-whatsapp .app-w-confirm {
      max-width: 100%; } }
  .app-whatsapp .app-w-confirm .app-w-box {
    margin-bottom: 20px; }

.app-whatsapp .app-w-note {
  margin-bottom: 15px; }
  .app-whatsapp .app-w-note p {
    color: #7a8086;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-note p {
        font-size: 12px; } }
    .app-whatsapp .app-w-note p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-note p + p  {
          margin-top: 10px; } }
    .app-whatsapp .app-w-note p a {
      color: #6fb1e7; }
      .app-whatsapp .app-w-note p a:active, .app-whatsapp .app-w-note p a:focus, .app-whatsapp .app-w-note p a:hover {
        color: #2d8ddc; }

.app-whatsapp .app-w-code {
  margin-bottom: 10px; }
  .app-whatsapp .app-w-code .col-form-label {
    font-weight: 400; }
  .app-whatsapp .app-w-code .form-group.row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-code .form-group.row {
        margin-bottom: 10px; } }
    .app-whatsapp .app-w-code .form-group.row .form-group.row {
      margin-bottom: 0px; }
    .app-whatsapp .app-w-code .form-group.row [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-code .form-group.row [class*="col-"] {
          margin-bottom: 0px; } }
      .app-whatsapp .app-w-code .form-group.row [class*="col-"] [class*="col-"]:last-child {
        margin-bottom: 0px; }
    .app-whatsapp .app-w-code .form-group.row.form-group-action {
      margin-top: 30px; }
      .app-whatsapp .app-w-code .form-group.row.form-group-action p {
        font-size: 95%; }

.app-whatsapp .app-w-alert {
  margin-bottom: 15px; }
  .app-whatsapp .app-w-alert.app-w-alert-none {
    display: none; }
  .app-whatsapp .app-w-alert p {
    color: #7a8086;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-alert p {
        font-size: 12px; } }
    .app-whatsapp .app-w-alert p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-alert p + p  {
          margin-top: 10px; } }
    .app-whatsapp .app-w-alert p a {
      color: #6fb1e7; }
      .app-whatsapp .app-w-alert p a:active, .app-whatsapp .app-w-alert p a:focus, .app-whatsapp .app-w-alert p a:hover {
        color: #2d8ddc; }
  .app-whatsapp .app-w-alert .app-w-a-box {
    margin: 8px 0px;
    border: 1px solid #e2e9ee;
    padding: 12px 15px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-alert .app-w-a-box {
        padding: 12px 15px; } }
    .app-whatsapp .app-w-alert .app-w-a-box.app-w-a-box-danger {
      color: #f24437; }
      .app-whatsapp .app-w-alert .app-w-a-box.app-w-a-box-danger p {
        color: #f24437; }
    .app-whatsapp .app-w-alert .app-w-a-box.app-w-a-box-success {
      color: #00c88f; }
      .app-whatsapp .app-w-alert .app-w-a-box.app-w-a-box-success p {
        color: #00c88f; }

.app-whatsapp .app-w-info {
  padding: 20px;
  background-color: #f4f7f9;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  margin-bottom: 15px; }
  .app-whatsapp .app-w-info p {
    color: #7a8086;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-info p {
        font-size: 12px; } }
    .app-whatsapp .app-w-info p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-info p + p  {
          margin-top: 10px; } }
    .app-whatsapp .app-w-info p a {
      color: #6fb1e7; }
      .app-whatsapp .app-w-info p a:active, .app-whatsapp .app-w-info p a:focus, .app-whatsapp .app-w-info p a:hover {
        color: #2d8ddc; }

.app-whatsapp .app-w-setting .app-w-s-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px; }
  @media only screen and (max-width: 767px) {
    .app-whatsapp .app-w-setting .app-w-s-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .app-whatsapp .app-w-setting .app-w-s-row .app-w-s-cell {
    padding-left: 10px;
    padding-right: 10px; }
    .app-whatsapp .app-w-setting .app-w-s-row .app-w-s-cell.app-w-s-cell-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      width: 35%; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-setting .app-w-s-row .app-w-s-cell.app-w-s-cell-1 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .app-whatsapp .app-w-setting .app-w-s-row .app-w-s-cell.app-w-s-cell-1 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%; } }
    .app-whatsapp .app-w-setting .app-w-s-row .app-w-s-cell.app-w-s-cell-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      width: 65%; }
      @media only screen and (max-width: 991px) {
        .app-whatsapp .app-w-setting .app-w-s-row .app-w-s-cell.app-w-s-cell-2 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%;
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .app-whatsapp .app-w-setting .app-w-s-row .app-w-s-cell.app-w-s-cell-2 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%; } }

.app-whatsapp .app-w-chat-count {
  padding: 20px;
  background-color: #f4f7f9;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .app-whatsapp .app-w-chat-count {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .app-whatsapp .app-w-chat-count .app-w-cc-label {
    color: #7a8086;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 18px; }
    @media only screen and (max-width: 991px) {
      .app-whatsapp .app-w-chat-count .app-w-cc-label {
        font-size: 12px; } }
    .app-whatsapp .app-w-chat-count .app-w-cc-label i {
      font-size: 150%;
      line-height: 1;
      color: #6fb1e7;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin-right: 10px;
      display: inline-block;
      vertical-align: top; }
    .app-whatsapp .app-w-chat-count .app-w-cc-label a {
      color: #6fb1e7; }
      .app-whatsapp .app-w-chat-count .app-w-cc-label a:active, .app-whatsapp .app-w-chat-count .app-w-cc-label a:focus, .app-whatsapp .app-w-chat-count .app-w-cc-label a:hover {
        color: #2d8ddc; }
  @media only screen and (max-width: 991px) {
    .app-whatsapp .app-w-chat-count .app-w-cc-value {
      margin-top: 15px;
      padding-left: 30px; } }

.whatsapp-modal__item {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .whatsapp-modal__item__name {
    width: 100%; }
  .whatsapp-modal__item__message {
    width: 100%; }
  .whatsapp-modal__item__editor {
    width: 100%;
    height: 90px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6f7f8;
    resize: none; }

.whatsapp-auto-reply > div:not(:first-child) {
  margin-top: 50px; }
  .whatsapp-auto-reply > div:not(:first-child) .add-auto-reply {
    display: none !important; }

.whatsapp-auto-reply .auto-reply-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 70px;
  min-height: 200px; }
  @media only screen and (max-width: 991px) {
    .whatsapp-auto-reply .auto-reply-right {
      margin-top: 15px; } }

.whatsapp-auto-reply .note-editor.note-frame {
  height: 100%; }
  .whatsapp-auto-reply .note-editor.note-frame.summernote-error .note-editable {
    background-color: #ffe5e5 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .whatsapp-auto-reply .note-editor.note-frame .note-editing-area {
    height: 100%; }
  .whatsapp-auto-reply .note-editor.note-frame .note-editable {
    background-color: #f6f7f8 !important;
    color: #3f454b;
    height: 100% !important;
    padding: 10px 10px 80px 10px; }
    @media only screen and (max-width: 991px) {
      .whatsapp-auto-reply .note-editor.note-frame .note-editable {
        min-height: 150px; } }

.whatsapp-auto-reply [data-editor] {
  position: relative; }

.whatsapp-auto-reply .message-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 150px;
  max-height: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6f7f8; }

.whatsapp-auto-reply .autoreply-editor {
  width: 100%;
  background-color: transparent;
  height: 100%;
  max-height: -webkit-calc(100% - 50px);
  max-height: -moz-calc(100% - 50px);
  max-height: calc(100% - 50px);
  border: none;
  resize: none;
  cursor: auto;
  padding: 10px; }

.whatsapp-auto-reply .auto-reply-file-input {
  position: absolute;
  width: -webkit-calc(100% - 20px) !important;
  width: -moz-calc(100% - 20px) !important;
  width: calc(100% - 20px) !important;
  height: 40px;
  bottom: 10px;
  left: 10px;
  z-index: 99; }
  .whatsapp-auto-reply .auto-reply-file-input input {
    display: none; }
  .whatsapp-auto-reply .auto-reply-file-input label {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 40px;
    font-size: 12px;
    color: #8b8d8e;
    padding-left: 10px;
    font-weight: 400;
    cursor: pointer;
    margin: 0; }
    .whatsapp-auto-reply .auto-reply-file-input label .file-input-icon {
      width: 40px;
      height: 40px;
      font-size: 22px;
      border-left: 1px solid #f6f7f8;
      color: #75bbf3;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .whatsapp-auto-reply .auto-reply-file-input ul {
    padding: 0 0 0 10px;
    height: 40px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    background-color: #ffffff;
    z-index: 9;
    overflow: hidden; }
    .whatsapp-auto-reply .auto-reply-file-input ul li {
      white-space: nowrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 5px; }
      .whatsapp-auto-reply .auto-reply-file-input ul li:before {
        content: ",";
        display: block;
        position: relative;
        left: -4px; }
      .whatsapp-auto-reply .auto-reply-file-input ul li:first-child:before {
        content: "";
        display: none; }
      .whatsapp-auto-reply .auto-reply-file-input ul li .close {
        margin-left: 3px; }
    .whatsapp-auto-reply .auto-reply-file-input ul .ps__rail-x {
      height: 6px; }
      .whatsapp-auto-reply .auto-reply-file-input ul .ps__rail-x > .ps__thumb-x {
        height: 4px; }

.whatsapp-auto-reply .checkbox-container {
  margin-right: 20px;
  margin-bottom: 20px; }
  .whatsapp-auto-reply .checkbox-container input {
    display: none; }
    .whatsapp-auto-reply .checkbox-container input:checked + label {
      background-image: url("../images/guide/tick-2.png"); }
    .whatsapp-auto-reply .checkbox-container input:disabled + label {
      opacity: 0.7;
      cursor: no-drop; }
  .whatsapp-auto-reply .checkbox-container label {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3.2px;
    -moz-border-radius: 3.2px;
    border-radius: 3.2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #3f454b;
    margin-right: 10px;
    background-repeat: no-repeat;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    padding-right: 30px;
    background-position: center right 4px; }
    .whatsapp-auto-reply .checkbox-container label:before {
      content: "";
      width: 20px;
      height: 20px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: solid 1px #e2e9ee;
      position: absolute;
      right: 0; }

.whatsapp-auto-reply .select-day.active + .select-hour {
  margin-bottom: 0 !important; }

.whatsapp-auto-reply .select-hour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 575px) {
    .whatsapp-auto-reply .select-hour {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .whatsapp-auto-reply .select-hour.new {
    margin-top: 10px; }
  .whatsapp-auto-reply .select-hour-wrapper.hidden {
    display: none; }
  .whatsapp-auto-reply .select-hour .select-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .whatsapp-auto-reply .select-hour label {
    color: #8b8d8e;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1; }
  .whatsapp-auto-reply .select-hour .select2-selection {
    height: 50px !important;
    width: 120px;
    border: solid 1px #f6f7f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px; }
    .whatsapp-auto-reply .select-hour .select2-selection .select2-selection__arrow {
      height: 50px; }
  .whatsapp-auto-reply .select-hour .start-day {
    margin-right: 20px; }
  .whatsapp-auto-reply .select-hour .end-day {
    margin-right: 10px; }
  .whatsapp-auto-reply .select-hour .add-time, .whatsapp-auto-reply .select-hour .remove-time {
    height: 50px;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer; }
  .whatsapp-auto-reply .select-hour .add-time {
    color: #6fb1e7; }
  .whatsapp-auto-reply .select-hour .remove-time {
    color: #ef1d1d; }
  .whatsapp-auto-reply .select-hour .form-control {
    height: 50px;
    width: 90px;
    border: solid 1px #f6f7f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .whatsapp-auto-reply .select-hour .form-group {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 0; }
    .whatsapp-auto-reply .select-hour .form-group .input-group {
      width: 90px; }
    .whatsapp-auto-reply .select-hour .form-group .input-group-btn {
      display: none; }
    .whatsapp-auto-reply .select-hour .form-group button {
      border: 0;
      background-color: transparent;
      outline: none;
      font-size: 14px;
      font-weight: 600;
      color: #3f454b;
      opacity: 0.5;
      padding: 0 10px; }

.whatsapp-auto-reply .select-day.hidden {
  display: none; }

.whatsapp-auto-reply .select-day, .whatsapp-auto-reply .select-hour {
  margin-bottom: auto; }
  .whatsapp-auto-reply .select-day .select-label, .whatsapp-auto-reply .select-hour .select-label {
    color: #8b8d8e;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1; }

.whatsapp-auto-reply .custom-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 575px) {
    .whatsapp-auto-reply .custom-checkbox-wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.whatsapp-auto-reply .custom-checkbox input {
  display: none; }
  .whatsapp-auto-reply .custom-checkbox input:checked + label {
    background-color: #6fb1e7;
    color: #ffffff; }

.whatsapp-auto-reply .custom-checkbox label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3.2px;
  -moz-border-radius: 3.2px;
  border-radius: 3.2px;
  background-color: #f6f7f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 0.88;
  color: #9fa2a5;
  margin-right: 10px; }

.whatsapp-auto-reply .action-buttons {
  position: absolute;
  bottom: 0px;
  right: 15px; }
  .whatsapp-auto-reply .action-buttons .apply-auto-reply {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #04c88f;
    color: #ffffff;
    border: 0;
    outline: none;
    font-size: 26px;
    margin-right: 20px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .whatsapp-auto-reply .action-buttons .apply-auto-reply:hover {
      background-color: #02a879; }
    .whatsapp-auto-reply .action-buttons .apply-auto-reply:disabled {
      cursor: no-drop;
      background-color: #b9bbbd; }
  .whatsapp-auto-reply .action-buttons .delete-auto-reply {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #f6f7f8;
    background-color: #fff;
    color: #ef1d1d;
    outline: none;
    font-size: 26px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .whatsapp-auto-reply .action-buttons .delete-auto-reply:hover {
      background-color: #f6f7f8; }
    .whatsapp-auto-reply .action-buttons .delete-auto-reply:disabled {
      cursor: no-drop; }

.whatsapp-auto-reply .auto-reply-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #3f454b;
  margin-bottom: 10px; }

.whatsapp-auto-reply .add-auto-reply {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #6fb1e7;
  margin-bottom: 10px;
  cursor: pointer; }

.whatsapp-auto-reply .auto-reply-select-lang {
  width: 100%;
  height: 110px;
  padding: 10px 0 15px 0; }

.whatsapp-auto-reply .auto-reply-translate-link {
  padding: 5px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #6fb1e7;
  text-decoration: none;
  cursor: pointer; }
  .whatsapp-auto-reply .auto-reply-translate-link[disabled] {
    color: #a2a3a3;
    cursor: not-allowed; }

.bootstrap-timepicker-widget {
  min-width: auto !important;
  width: 90px;
  padding: 0 !important;
  border: 1px solid #f6f7f8;
  margin-top: 123px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); }
  .bootstrap-timepicker-widget:before, .bootstrap-timepicker-widget:after {
    display: none !important; }
  .bootstrap-timepicker-widget table td {
    height: 10px !important; }
    .bootstrap-timepicker-widget table td:first-child {
      border-right: 1px solid #f6f7f8; }
    .bootstrap-timepicker-widget table td a {
      display: block !important;
      padding: 0 !important;
      font-size: 22px;
      line-height: 10px; }
      .bootstrap-timepicker-widget table td a[data-action=incrementHour] {
        padding: 5px 0 0 0 !important; }
      .bootstrap-timepicker-widget table td a[data-action=decrementHour] {
        padding: 0 0 5px 0 !important; }
    .bootstrap-timepicker-widget table td input {
      width: 20px !important;
      height: 20px !important;
      background-color: transparent !important;
      color: #8b8d8e !important;
      font-size: 12px; }
    .bootstrap-timepicker-widget table td span {
      display: inline-block;
      height: 10px !important; }
    .bootstrap-timepicker-widget table td.separator {
      display: none; }

.application-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: 30px;
  height: 100%; }
  .application-box__overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .application-box .card {
    height: 100%;
    margin-bottom: 0; }
    .application-box .card .card-body {
      padding: 20px; }
  .application-box .ab-header {
    margin-bottom: 15px; }
    .application-box .ab-header::after {
      display: block;
      clear: both;
      content: ""; }
    .application-box .ab-header .dropdown-toggle {
      color: #bdc4d1; }
  .application-box .ab-content {
    text-align: center; }
  .application-box .ab-logo {
    z-index: 1;
    position: relative;
    width: 100px;
    max-width: 100%;
    margin: 0px auto; }
    .application-box .ab-logo a {
      display: block;
      outline: none; }
    .application-box .ab-logo img {
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      display: block; }
    .application-box .ab-logo .icon-upload::before, .application-box .ab-logo .icon-upload::after {
      content: "" !important;
      display: none !important; }
  .application-box .ab-logo + .ab-name {
    margin-top: 20px; }
  .application-box .ab-name {
    color: #3f454b;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700; }
    .application-box .ab-name a {
      color: #3f454b !important;
      display: block;
      outline: none; }
  .application-box .ab-name + .ab-date {
    margin-top: 5px; }
  .application-box .ab-date {
    color: #919192;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400; }
  .application-box .ab-avatar {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 30px; }
    .application-box .ab-avatar a {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 3px; }
    .application-box .ab-avatar img {
      height: 100%;
      width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #f2f3f7; }
    .application-box .ab-avatar .count-box {
      background-color: #6fb1e7;
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 12px;
      font-weight: 400;
      vertical-align: middle;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      padding-top: 6px;
      white-space: nowrap;
      margin-right: 0; }
  .application-box .ab-rate {
    margin-bottom: 10px;
    text-align: left; }
    .application-box .ab-rate .progress {
      width: 100%; }
    .application-box .ab-rate p {
      display: block;
      margin-bottom: 5px;
      font-size: 12px;
      color: #919192;
      font-weight: 400; }
      .application-box .ab-rate p span {
        font-size: 16px;
        font-weight: 700;
        color: #3f454b; }
  .application-box .custom-file-icon {
    z-index: -1; }

.application-box-create .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .application-box-create .card-body .abc-add-box {
    text-align: center; }
    .application-box-create .card-body .abc-add-box .abc-add-text {
      color: #3f454b;
      font-weight: 700;
      font-size: 18px;
      display: block;
      margin-top: 10px; }
    .application-box-create .card-body .abc-add-box .abc-add-icon {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: rgba(112, 177, 231, 0.1);
      padding: 30px;
      -webkit-border-radius: 38px;
      -moz-border-radius: 38px;
      border-radius: 38px;
      width: 148px;
      height: 148px;
      max-width: 100%;
      font-size: 27px;
      color: #fff; }
      @media only screen and (max-width: 991px) {
        .application-box-create .card-body .abc-add-box .abc-add-icon {
          width: 134px;
          height: 134px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px; } }
      .application-box-create .card-body .abc-add-box .abc-add-icon span {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #6fb1e7;
        padding: 13px;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px; }
        @media only screen and (max-width: 991px) {
          .application-box-create .card-body .abc-add-box .abc-add-icon span {
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            border-radius: 24px; } }
        .application-box-create .card-body .abc-add-box .abc-add-icon span i {
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          width: 100%;
          height: 100%;
          display: block;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 2px solid #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media only screen and (max-width: 991px) {
            .application-box-create .card-body .abc-add-box .abc-add-icon span i {
              -webkit-border-radius: 18px;
              -moz-border-radius: 18px;
              border-radius: 18px; } }
    .application-box-create .card-body .abc-add-box a {
      display: block;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      cursor: pointer; }
  .application-box-create .card-body:hover .abc-add-box .abc-add-icon {
    background-color: rgba(112, 177, 231, 0.13); }
    .application-box-create .card-body:hover .abc-add-box .abc-add-icon span {
      background-color: #45a5f0; }

.application-detail .btn-app {
  min-width: 90px; }

.application-detail .tab-pane {
  max-width: 850px;
  margin: 0px auto; }

.application-detail .tab-footer {
  max-width: 650px;
  margin: 0px auto;
  margin-top: 30px; }

.app-name-message {
  clear: both;
  margin-top: 15px;
  font-size: 12px;
  color: #75bbf2; }

.app-name-message + .searchBlock {
  margin-top: 15px !important; }

.app-popup-message {
  margin: 10px 0px 20px 0px; }
  .app-popup-message p {
    font-size: 13px !important;
    line-height: 1.3;
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 10px !important; }
  .app-popup-message a {
    font-size: 13px !important;
    display: inline !important;
    color: #75bbf2 !important;
    margin: 0px !important;
    background: none !important;
    padding: 0px !important; }

#editNotification_modal .modal-body {
  padding-top: 0; }

#editNotification_modal .notificationPopupContent {
  width: 100%;
  float: left; }
  #editNotification_modal .notificationPopupContent ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    #editNotification_modal .notificationPopupContent ul li {
      width: 50%;
      float: left; }
      #editNotification_modal .notificationPopupContent ul li a {
        display: block;
        float: left;
        width: 100%;
        padding: 10px;
        text-align: center;
        color: #000;
        font-size: 15px;
        border: 1px solid #ddd; }
        #editNotification_modal .notificationPopupContent ul li a svg {
          width: 15px;
          display: inline-block;
          margin: 0 5px 3px 0; }
          #editNotification_modal .notificationPopupContent ul li a svg path {
            fill: #000; }
      #editNotification_modal .notificationPopupContent ul li.active a {
        background: #6fb1e7;
        color: #fff;
        border-color: #6fb1e7; }
        #editNotification_modal .notificationPopupContent ul li.active a svg path {
          fill: #fff; }
  #editNotification_modal .notificationPopupContent .notificationTabBlock {
    width: 100%;
    display: block; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock__header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      #editNotification_modal .notificationPopupContent .notificationTabBlock__header h3, #editNotification_modal .notificationPopupContent .notificationTabBlock__header__title {
        width: auto !important;
        margin: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock .successMessage {
      display: none; }
      #editNotification_modal .notificationPopupContent .notificationTabBlock .successMessage p {
        text-align: center;
        font-size: 13px;
        background: #00c88f;
        color: #fff;
        padding: 10px;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock h3 {
      margin: 10px 0;
      width: 100%;
      display: block;
      text-align: left;
      color: #000;
      font-size: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd; }
      #editNotification_modal .notificationPopupContent .notificationTabBlock h3 svg {
        width: 15px;
        display: inline-block;
        margin: 0 5px 3px 0; }
        #editNotification_modal .notificationPopupContent .notificationTabBlock h3 svg path {
          fill: #000; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock p {
      margin: 0; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock input[data-switch] + label {
      margin-top: 5px; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock.notificationTabBlockiOS {
      display: block;
      margin-bottom: 30px; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock .uploadFileWrapper {
      width: 100%;
      float: left;
      position: relative; }
      #editNotification_modal .notificationPopupContent .notificationTabBlock .uploadFileWrapper .successUpload {
        margin-top: 5px;
        margin-bottom: 5px;
        display: none; }
        #editNotification_modal .notificationPopupContent .notificationTabBlock .uploadFileWrapper .successUpload svg {
          width: 30px;
          height: 30px; }
      #editNotification_modal .notificationPopupContent .notificationTabBlock .uploadFileWrapper input {
        width: 100%;
        padding: 0;
        color: #fff;
        opacity: 1;
        border: none;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
        margin: 5px 0; }
        #editNotification_modal .notificationPopupContent .notificationTabBlock .uploadFileWrapper input::-webkit-file-upload-button {
          visibility: hidden; }
        #editNotification_modal .notificationPopupContent .notificationTabBlock .uploadFileWrapper input::before {
          content: attr(data-browse);
          display: inline-block;
          background: #f1f3fa;
          border: 1px solid #dee2e6;
          -webkit-border-radius: 0.2rem;
          -moz-border-radius: 0.2rem;
          border-radius: 0.2rem;
          padding: 7px 15px;
          outline: none;
          white-space: nowrap;
          -webkit-user-select: none;
          cursor: pointer;
          font-size: 0.7375rem;
          color: #313a46; }
    #editNotification_modal .notificationPopupContent .notificationTabBlock .editNotSettingsBtn {
      display: block;
      float: right;
      margin-top: 10px; }

.whatsapp-web-hook__text {
  font-size: 0.9375rem;
  color: #3f454c;
  margin-bottom: 0;
  font-weight: 600; }
  .whatsapp-web-hook__text--small {
    font-size: 0.75rem;
    color: #a8a9ab;
    margin-bottom: 5px; }

.whatsapp-web-hook .form-control {
  max-width: 430px; }

.whatsapp-web-hook .col-form-label {
  color: #3f454b;
  font-size: 12px;
  font-weight: 700; }

.whatsapp-web-hook .btn {
  font-weight: 700; }

.application-info {
  margin-bottom: 30px;
  font-size: 12px;
  color: #98a6ad;
  padding: 10px 15px;
  background-color: #e7f5ff;
  -webkit-border-radius: 0.20rem;
  -moz-border-radius: 0.20rem;
  border-radius: 0.20rem;
  text-align: center; }
  .application-info i {
    font-size: 120%;
    font-weight: 700;
    margin-right: 5px;
    position: relative;
    top: -0.5px; }
  .application-info a {
    color: #6fb1e7; }
    .application-info a:hover {
      color: #2d8ddc; }

.application-list .table-filter .search-input {
  width: 220px !important; }
  @media only screen and (max-width: 991px) {
    .application-list .table-filter .search-input {
      width: 180px !important; } }
  @media only screen and (max-width: 767px) {
    .application-list .table-filter .search-input {
      width: 100% !important; } }

.application-list .al-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr)); }
  @media only screen and (max-width: 1460px) {
    .application-list .al-row {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media only screen and (max-width: 1366px) {
    .application-list .al-row {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media only screen and (max-width: 991px) {
    .application-list .al-row {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media only screen and (max-width: 767px) {
    .application-list .al-row {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media only screen and (max-width: 575px) {
    .application-list .al-row {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.application-notification {
  overflow: hidden;
  font-size: 13px; }
  @media only screen and (max-width: 991px) {
    .application-notification {
      font-size: 12px; } }
  .application-notification .an-card > .card-body {
    margin: 0px;
    padding: 30px; }
    @media only screen and (max-width: 991px) {
      .application-notification .an-card > .card-body {
        padding: 20px; } }
  .application-notification p {
    color: #3f454b;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .application-notification p {
        font-size: 12px; } }
    .application-notification p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .application-notification p + p  {
          margin-top: 10px; } }
    .application-notification p a {
      color: #6fb1e7; }
      .application-notification p a:active, .application-notification p a:focus, .application-notification p a:hover {
        color: #2d8ddc; }
  .application-notification .an-info {
    margin: 0px 0px 10px 0px; }
    @media only screen and (max-width: 991px) {
      .application-notification .an-info {
        margin: 0px 0px 10px 0px; } }
  .application-notification .an-detail {
    display: none;
    margin: 30px 0px 0px 0px; }
    .application-notification .an-detail.-db {
      display: block;
      margin-top: 0; }
    @media only screen and (max-width: 991px) {
      .application-notification .an-detail {
        margin: 20px 0px 0px 0px; } }
    .application-notification .an-detail .card .card-body {
      position: relative; }
      .application-notification .an-detail .card .card-body:after {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        content: "";
        display: block;
        background-color: #fff;
        opacity: 0.8;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 9;
        position: absolute; }
    .application-notification .an-detail .card.active .card-body:after {
      display: none; }
  .application-notification .an-form-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 30px 0px 0px 0px; }
    @media only screen and (max-width: 991px) {
      .application-notification .an-form-box {
        margin: 20px 0px 0px 0px; } }
    .application-notification .an-form-box .an-fb-label {
      margin-right: 10px;
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 700;
      color: #3f454b;
      display: block;
      vertical-align: middle; }
    .application-notification .an-form-box .an-fb-action label {
      display: inline-block;
      margin-bottom: 0px;
      vertical-align: middle; }
  .application-notification .an-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 30px -10px 0px -10px; }
    @media only screen and (max-width: 991px) {
      .application-notification .an-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px -10px 0px -10px; } }
    .application-notification .an-row .an-r-cell {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      padding-left: 10px;
      padding-right: 10px; }
      @media only screen and (max-width: 991px) {
        .application-notification .an-row .an-r-cell {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%; } }
      .application-notification .an-row .an-r-cell .card {
        margin-bottom: 0px;
        height: 100%; }
  .application-notification .an-radio-header .an-radio {
    position: relative;
    display: block; }
    .application-notification .an-radio-header .an-radio .custom-control-label {
      font-weight: 700;
      font-size: 15px;
      line-height: 1.4;
      vertical-align: middle; }
  .application-notification .custom-accordion-title-text {
    padding-right: 30px;
    display: inline-block;
    line-height: 1.5; }

.auth-html {
  height: 100% !important;
  min-height: 100% !important; }
  @media only screen and (max-width: 767px) {
    .auth-html {
      height: auto !important;
      min-height: 100% !important; } }

.auth-body {
  min-height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .auth-body .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 30px 40px 30px; }
    @media only screen and (max-width: 767px) {
      .auth-body .container {
        height: 100%;
        margin-top: 0px;
        -webkit-align-self: unset !important;
        -ms-flex-item-align: unset !important;
        align-self: unset !important;
        padding-top: 40px;
        padding-bottom: 40px; } }

.auth-logo {
  margin-bottom: 20px;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .auth-logo {
      margin-bottom: 20px; } }

.auth-box {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 70px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 70px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 70px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.20rem;
  -moz-border-radius: 0.20rem;
  border-radius: 0.20rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .auth-box {
      display: block; } }
  .auth-box .abd-inner {
    width: 100%; }
  .auth-box .ab-figure {
    background-color: #f2f2fb;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 60px 15px 70px 15px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .auth-box .ab-figure {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0px;
        height: 12px;
        margin-bottom: -12px; } }
    .auth-box .ab-figure .abf-img {
      max-width: 100%;
      max-height: 320px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .auth-box .ab-figure .abf-img {
          max-width: 50%;
          display: none; } }
  .auth-box .ab-detail {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 50px 50px 50px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .auth-box .ab-detail {
        padding: 40px; } }
    @media only screen and (max-width: 767px) {
      .auth-box .ab-detail {
        padding: 30px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .auth-box .ab-detail .abd-form {
      margin-top: 30px; }
      .auth-box .ab-detail .abd-form .form-group {
        position: relative; }
      .auth-box .ab-detail .abd-form label {
        font-size: 13px;
        font-weight: 700;
        color: #3f454b; }
      .auth-box .ab-detail .abd-form .forgot-password {
        margin-left: 0px; }
        .auth-box .ab-detail .abd-form .forgot-password label {
          font-size: 12px;
          font-weight: 400;
          padding-top: 2px; }
      .auth-box .ab-detail .abd-form .auth-link {
        font-size: 12px;
        font-weight: 400;
        color: #6fb1e7;
        -webkit-transition: color 0.5s ease-in-out;
        -o-transition: color 0.5s ease-in-out;
        -moz-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        display: inline-block;
        float: right; }
        @media only screen and (max-width: 991px) {
          .auth-box .ab-detail .abd-form .auth-link {
            margin-top: 15px;
            float: none; } }
        .auth-box .ab-detail .abd-form .auth-link:hover {
          color: #4e9fe2; }
    .auth-box .ab-detail .abd-title {
      font-size: 22px;
      color: #262848;
      font-weight: 700; }
    .auth-box .ab-detail .abd-desc {
      font-size: 12px;
      color: #262848;
      font-weight: 400; }

.auth-button {
  background: none;
  border: none;
  background-color: #25bf62;
  border: 1px solid #25bf62;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  min-height: 50px;
  padding: 12px 30px; }
  .auth-button.full-width {
    width: 100%; }
  @media only screen and (max-width: 991px) {
    .auth-button {
      font-size: 16px;
      min-height: 50px;
      padding: 12px 30px; } }
  @media only screen and (max-width: 767px) {
    .auth-button {
      font-size: 16px;
      min-height: 46px;
      padding: 12px 30px; } }
  .auth-button:after {
    content: "";
    min-height: 1; }
  .auth-button:focus, .auth-button:hover {
    color: #fff;
    background-color: #1e9d50;
    border: 1px solid #1e9d50; }
  .auth-button img {
    margin-right: 12px; }
  .auth-button.button-gradient-green {
    border: none;
    background-color: #25bf62;
    background-image: -webkit-linear-gradient(189deg, #4de284, #25bf62, #4de284, #25bf62);
    background-image: -moz-linear-gradient(189deg, #4de284, #25bf62, #4de284, #25bf62);
    background-image: -o-linear-gradient(189deg, #4de284, #25bf62, #4de284, #25bf62);
    background-image: linear-gradient(261deg, #4de284, #25bf62, #4de284, #25bf62);
    -moz-background-size: 300% 100%;
    -o-background-size: 300% 100%;
    background-size: 300% 100%;
    color: #fff; }
    .auth-button.button-gradient-green:focus, .auth-button.button-gradient-green:hover {
      border: none;
      background-color: #1e9d50;
      background-position: 100% 0%;
      color: #fff; }

.form-page {
  display: block;
  max-width: 630px;
  padding: 40px;
  margin: 40px auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  position: relative; }
  @media only screen and (max-width: 991px) {
    .form-page {
      padding: 30px;
      margin: 30px auto; } }
  @media only screen and (max-width: 767px) {
    .form-page {
      padding: 25px;
      margin: 20px auto; } }
  .form-page .auth-forgot,
  .form-page .auth-login,
  .form-page .auth-register {
    max-width: 400px;
    margin: 0px auto;
    padding-top: 10px; }
  .form-page .container {
    padding-top: 5px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .form-page .container {
        padding-top: 10px;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .form-page .container {
        padding-top: 10px;
        padding-bottom: 20px; } }
  .form-page .fp-title {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02px;
    text-align: center;
    color: #282828;
    margin-bottom: 20px;
    margin-top: -5px; }
    .form-page .fp-title strong {
      font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .form-page .fp-title {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .form-page .fp-title {
        font-size: 18px;
        margin-bottom: 20px; } }
  .form-page .fp-subtitle {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02px;
    text-align: center;
    color: #282828;
    margin-bottom: 20px;
    margin-top: -5px; }
    @media only screen and (max-width: 991px) {
      .form-page .fp-subtitle {
        font-size: 15px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .form-page .fp-subtitle {
        font-size: 14px;
        margin-bottom: 15px; } }
  .form-page .fp-action {
    margin-top: 30px; }
    @media only screen and (max-width: 991px) {
      .form-page .fp-action {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .form-page .fp-action {
        margin-top: 20px; } }
    .form-page .fp-action p {
      font-size: 15px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: -0.01px;
      text-align: center;
      margin-bottom: 15px;
      color: #3a4a54; }
      @media only screen and (max-width: 767px) {
        .form-page .fp-action p {
          font-size: 15px; } }
      .form-page .fp-action p strong {
        font-weight: 500;
        color: #1e1e1e; }
      .form-page .fp-action p a {
        color: #1e1e1e; }
        .form-page .fp-action p a:hover {
          color: #25bf62; }
      .form-page .fp-action p:last-child {
        margin-bottom: 0px; }
    .form-page .fp-action.fb-message p {
      font-size: 14px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .form-page .fp-action.fb-message p {
          font-size: 13px; } }
    .form-page .fp-action.fb-message-danger {
      color: #f24437; }
      .form-page .fp-action.fb-message-danger p {
        color: #f24437; }
        .form-page .fp-action.fb-message-danger p a {
          color: #f24437; }
          .form-page .fp-action.fb-message-danger p a:hover {
            color: #f24437; }

.form-row-or {
  margin: 0px 0px 15px 0px; }
  .form-row-or p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01px;
    text-align: center;
    margin-bottom: 15px;
    color: #3a4a54; }
    @media only screen and (max-width: 767px) {
      .form-row-or p {
        font-size: 15px; } }
    .form-row-or p strong {
      font-weight: 500;
      color: #1e1e1e; }
    .form-row-or p a {
      color: #1e1e1e; }
      .form-row-or p a:hover {
        color: #25bf62; }
    .form-row-or p:last-child {
      margin-bottom: 0px; }

.auth-body-bg {
  background-color: #e9f6ff;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, Tahoma;
  padding-top: 70px; }

.auth-header {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  min-height: 60px;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 9; }
  .auth-header .auth-logo {
    margin-top: 19px;
    margin-bottom: 18px; }

.auth-content .abd-form {
  margin-top: 30px; }
  .auth-content .abd-form .form-group {
    position: relative; }
  .auth-content .abd-form label {
    font-size: 13px;
    font-weight: 700;
    color: #3f454b; }
  .auth-content .abd-form .forgot-password {
    margin-left: 0px; }
    .auth-content .abd-form .forgot-password label {
      font-size: 12px;
      font-weight: 400;
      padding-top: 2px; }
  .auth-content .abd-form .auth-link {
    font-size: 12px;
    font-weight: 400;
    color: #6fb1e7;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    display: inline-block;
    float: right;
    line-height: 1.5; }
    @media only screen and (max-width: 991px) {
      .auth-content .abd-form .auth-link {
        margin-top: 15px;
        float: none; } }
    .auth-content .abd-form .auth-link:hover {
      color: #4e9fe2; }

.auth-content .abd-title {
  font-size: 22px;
  line-height: 1.5;
  color: #262848;
  font-weight: 700; }

.auth-content .abd-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #262848;
  font-weight: 400; }

.auth-content .alert {
  padding: 20px;
  font-size: 13px; }
  .auth-content .alert p {
    font-size: 13px; }

.auth-content .auth-form .custom-control-input.is-valid ~ .custom-control-label,
.auth-content .auth-form .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit; }

.auth-content .auth-form .custom-control-input.is-valid ~ .custom-control-label::before,
.auth-content .auth-form .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: inherit; }

.auth-content .auth-form .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.auth-content .auth-form .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #6fb1e7;
  background-color: #6fb1e7; }

.auth-content .auth-form .custom-control-label {
  font-size: 12px;
  color: #3f454b;
  font-weight: 400; }

.auth-content .auth-form .form-group {
  margin-bottom: 10px; }

.auth-content .auth-form .form-group-action {
  margin-top: 15px; }
  @media only screen and (max-width: 991px) {
    .auth-content .auth-form .form-group-action {
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .auth-content .auth-form .form-group-action {
      margin-top: 15px; } }

.auth-content .auth-form input:-webkit-autofill,
.auth-content .auth-form textarea:-webkit-autofill,
.auth-content .auth-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #282828 !important; }

.auth-content .auth-form input.form-control {
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01px;
  padding: 10px 15px; }
  .auth-content .auth-form input.form-control::-webkit-input-placeholder {
    color: #7c7c7c;
    font-size: 14px; }
  .auth-content .auth-form input.form-control:-moz-placeholder {
    color: #7c7c7c;
    font-size: 14px;
    opacity: 1; }
  .auth-content .auth-form input.form-control::-moz-placeholder {
    color: #7c7c7c;
    font-size: 14px; }
  .auth-content .auth-form input.form-control:-ms-input-placeholder {
    color: #7c7c7c;
    font-size: 14px; }
  @media only screen and (max-width: 991px) {
    .auth-content .auth-form input.form-control {
      font-size: 14px; } }

.avatar-upload .au-image {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .avatar-upload .au-image img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0px auto; }
  .avatar-upload .au-image .custom-file {
    bottom: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer; }
    .avatar-upload .au-image .custom-file .custom-file-label {
      width: 24px;
      height: 24px;
      font-size: 10px;
      line-height: 24px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #6fb1e7;
      border: 2px solid #fff;
      text-align: center;
      padding: 0px;
      margin: 0px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
      cursor: pointer;
      z-index: 99; }
      .avatar-upload .au-image .custom-file .custom-file-label:after {
        display: none; }
      .avatar-upload .au-image .custom-file .custom-file-label .icon-tick {
        position: relative;
        top: -1px; }
      .avatar-upload .au-image .custom-file .custom-file-label .icon-plus:before {
        font-weight: 600; }
    .avatar-upload .au-image .custom-file:hover .custom-file-label {
      background-color: #45a5f0; }

.avatar-upload .au-detail {
  margin-top: 5px;
  text-align: center; }
  .avatar-upload .au-detail .aud-name {
    font-size: 20px;
    font-weight: 700;
    color: #3f454b; }
  .avatar-upload .au-detail .aud-role {
    font-size: 13px;
    font-weight: 400;
    color: #919192; }

.avatar-upload-active .custom-file-label {
  opacity: 0;
  visibility: hidden; }

.avatar-upload-active:hover .custom-file-label {
  opacity: 1;
  visibility: visible; }

.custom-file-avatar {
  width: 1px;
  height: 1px; }

.ico-image .custom-file + span.error {
  margin-top: 10px;
  display: inline-block; }

.back-button {
  font-weight: 700;
  color: #6fb1e7 !important;
  padding: 2px 10px !important;
  border: 1px solid #6fb1e7;
  margin: 15px 0px; }
  .back-button i {
    font-size: 90%;
    line-height: 1;
    color: #6fb1e7 !important;
    vertical-align: middle;
    margin-right: 3px;
    font-weight: 700; }
    .back-button i::before {
      position: relative;
      top: 0px;
      font-weight: 700; }

.beta-text {
  font-size: 11px;
  color: #fff !important;
  border-left: 1px solid #fff;
  display: inline-block;
  padding-left: 5px;
  margin-left: 3px;
  vertical-align: middle; }
  .beta-text.beta-text-dark {
    color: #0071b4 !important;
    border-color: #0071b4 !important; }

.blockquote-code {
  font-size: 11px;
  background-color: #f1f3fa;
  color: #6c757d;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  margin: 0px;
  padding: 0px; }
  .blockquote-code pre {
    margin: 0px;
    padding: 15px;
    font-size: 11px;
    color: #6c757d; }

.callback-form {
  height: auto;
  background-color: #f9fafc;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  padding: 15px; }
  .callback-form .slimscroll {
    height: auto; }
  .callback-form .callback-form-loading {
    position: relative;
    min-height: 47px; }
  .callback-form .dripicons-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 299;
    font-size: 20px;
    margin: -10px 0 0 -10px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

.chart-empty {
  clear: both;
  text-align: center;
  padding: 60px 20px;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .chart-empty .ce-icon {
    background-image: url("../images/chart-empty.png");
    background-position: center center;
    -moz-background-size: 50px 40px;
    -o-background-size: 50px 40px;
    background-size: 50px 40px;
    width: 50px;
    height: 40px;
    margin-bottom: 15px;
    margin: 0px auto 15px auto; }
  .chart-empty img {
    max-width: 50px;
    height: auto;
    margin-bottom: 15px; }
  .chart-empty p {
    font-size: 13px;
    color: #cacdd9;
    font-weight: 400; }

.chat-sound {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden; }

.cockpit__tab-select {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  padding: 20px 0;
  display: block; }
  .cockpit__tab-select .select-line-style + .select2.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    font-size: 13px;
    font-weight: 700; }
  @media (min-width: 900px) {
    .cockpit__tab-select {
      display: none; } }

.cockpit__access-denied {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px); }
  .cockpit__access-denied__image {
    width: 100%;
    max-width: 40px;
    margin: 0 auto;
    display: block; }
  .cockpit__access-denied__text {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
    color: #3f454b;
    text-align: center; }
  .cockpit__access-denied__container {
    position: relative;
    z-index: 16;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.cockpit-nav {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 15px;
  display: none; }
  @media (min-width: 992px) {
    .cockpit-nav {
      margin-top: 0; } }
  @media (min-width: 900px) {
    .cockpit-nav {
      display: block; } }
  .cockpit-nav a {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #b8c0ca;
    font-weight: 600;
    height: 33px; }
    .cockpit-nav a:not(:last-of-type) {
      margin-right: 20px; }
    .cockpit-nav a.active {
      color: #3f454c; }
      .cockpit-nav a.active::before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
    .cockpit-nav a::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #6fb1e7;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: -o-transform 0.2s;
      -moz-transition: transform 0.2s, -moz-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s; }

.cockpit__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 10px 25px; }
  .cockpit__header .range-date-line-style {
    color: #95a0af; }
    @media (max-width: 540px) {
      .cockpit__header .range-date-line-style {
        width: 100%;
        padding-right: 9px; }
        .cockpit__header .range-date-line-style i.icon-date {
          font-size: 24px;
          margin-right: 2px;
          margin-left: 1px;
          color: inherit; }
        .cockpit__header .range-date-line-style i.icon-arrow-menu-down {
          font-size: 8px;
          margin-top: 7px; } }

.cockpit__title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px; }
  @media (max-width: 800px) {
    .cockpit__title {
      width: 100%; } }

.cockpit__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .cockpit__select.--multiple {
    max-width: 300px; }
    @media (max-width: 800px) {
      .cockpit__select.--multiple {
        max-width: 100%;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px); } }
  .cockpit__select .select2-selection .select2-search--inline:first-of-type {
    display: block !important; }
    .cockpit__select .select2-selection .select2-search--inline:first-of-type input {
      width: 100% !important;
      min-width: auto !important; }
  .cockpit__select .select2-search--inline {
    display: none !important; }
  .cockpit__select .select2-selection__clear {
    position: absolute !important;
    right: 0 !important;
    top: 4px !important; }
  .cockpit__select .select2-selection__choice {
    display: none !important; }
    .cockpit__select .select2-selection__choice:first-of-type {
      display: list-item !important; }
      .cockpit__select .select2-selection__choice:first-of-type:after {
        content: attr(count);
        display: inline-block;
        margin-left: 5px; }
  .cockpit__select--check .select2-results__option:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 10px;
    width: 10px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-right: 5px;
    vertical-align: middle; }
  .cockpit__select--check .select2-results__option[aria-selected='true']:before {
    font-size: 8px;
    font-family: 'dripicons-v2' !important;
    content: '\53';
    display: inline-block;
    line-height: 1;
    background-color: #6fb1e7;
    color: #fff;
    border-color: transparent; }
  .cockpit__select--hidden .select2-container .select2-selection {
    max-height: 68px;
    overflow-y: auto;
    width: 300px; }
    @media (max-width: 800px) {
      .cockpit__select--hidden .select2-container .select2-selection {
        width: 100%; } }
  .cockpit__select__remove {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    display: inline-block;
    line-height: 1;
    cursor: pointer; }

.cockpit__search {
  margin-right: 10px; }
  @media (max-width: 800px) {
    .cockpit__search {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; } }
  .cockpit__search input {
    background-color: #f4f7f9;
    min-width: 190px; }
    .cockpit__search input::-webkit-input-placeholder {
      color: #7e899a; }
    .cockpit__search input:-moz-placeholder {
      color: #7e899a; }
    .cockpit__search input::-moz-placeholder {
      color: #7e899a; }
    .cockpit__search input:-ms-input-placeholder {
      color: #7e899a; }
    .cockpit__search input::-ms-input-placeholder {
      color: #7e899a; }
    .cockpit__search input::placeholder {
      color: #7e899a; }

.cockpit__button-pdf {
  min-width: 39px;
  margin-left: 10px; }

.cockpit__report-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 6px; }
  @media (max-width: 800px) {
    .cockpit__report-header {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .cockpit__report-header .select2-container .select2-selection--multiple .select2-search__field {
    min-width: 150px; }

.cockpit__no-result {
  width: 100%;
  min-height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cockpit__loading {
  position: absolute;
  z-index: 14;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f9fc; }
  .cockpit__loading i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 299;
    font-size: 20px;
    margin: -10px 0 0 -10px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

.cockpit__chart {
  position: relative;
  padding: 20px;
  background-color: #f8f9fc;
  -webkit-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  border-radius: 8.5px;
  min-height: 265px;
  margin-bottom: 10px; }
  .cockpit__chart.-pie-chart {
    min-height: 400px; }
  @media (min-width: 992px) {
    .cockpit__chart {
      min-height: 365px; } }
  .cockpit__chart .select2-container .select2-selection--single {
    background-color: transparent; }
  .cockpit__chart__group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 575px) {
      .cockpit__chart__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .cockpit__chart__group.-pie-chart {
      padding-top: 20px; }
      .cockpit__chart__group.-pie-chart .cockpit__chart__totals {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 280px; }
        @media only screen and (max-width: 575px) {
          .cockpit__chart__group.-pie-chart .cockpit__chart__totals {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
      .cockpit__chart__group.-pie-chart .cockpit__chart__item {
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px); }
        @media only screen and (max-width: 575px) {
          .cockpit__chart__group.-pie-chart .cockpit__chart__item {
            width: 100%; } }
      .cockpit__chart__group.-pie-chart .cockpit__chart__totals {
        width: 250px; }
        @media only screen and (max-width: 575px) {
          .cockpit__chart__group.-pie-chart .cockpit__chart__totals {
            width: 100%; } }
        @media only screen and (max-width: 575px) {
          .cockpit__chart__group.-pie-chart .cockpit__chart__totals .total-item {
            width: 100%;
            padding-right: 0; } }
        .cockpit__chart__group.-pie-chart .cockpit__chart__totals .total-item-circle {
          margin-top: 9px; }
        .cockpit__chart__group.-pie-chart .cockpit__chart__totals .total-item-wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .cockpit__chart__group.-pie-chart .cockpit__chart__totals .total-item-text {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -moz-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
          flex-shrink: 1;
          white-space: nowrap;
          max-width: 120px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          text-align: left;
          font-size: 14px;
          font-weight: 400; }
        .cockpit__chart__group.-pie-chart .cockpit__chart__totals .total-item-number {
          font-size: 20px;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -moz-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding-right: 10px;
          text-align: right; }
  .cockpit__chart__totals {
    width: 150px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 575px) {
      .cockpit__chart__totals {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .cockpit__chart__totals .total-item {
      width: 100%;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 575px) {
        .cockpit__chart__totals .total-item {
          width: auto;
          padding-right: 10px; }
          .cockpit__chart__totals .total-item:last-child {
            padding-right: 0; } }
      .cockpit__chart__totals .total-item-circle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 12px;
        height: 12px;
        margin: 12px 7px 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .cockpit__chart__totals .total-item-circle {
            margin-top: 9px; } }
        .cockpit__chart__totals .total-item-circle.-resolved {
          background-color: #50e3c2; }
        .cockpit__chart__totals .total-item-circle.-unresolved {
          background-color: #d25178; }
        .cockpit__chart__totals .total-item-circle.-reopened {
          background-color: #76bef5; }
        .cockpit__chart__totals .total-item-circle.-waiting {
          background-color: #f8c672; }
        .cockpit__chart__totals .total-item-circle.-assigned {
          background-color: #3490f5; }
      .cockpit__chart__totals .total-item-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .cockpit__chart__totals .total-item-number {
        font-size: 24px;
        font-weight: 700;
        color: #262848; }
        @media only screen and (max-width: 767px) {
          .cockpit__chart__totals .total-item-number {
            font-size: 20px; } }
      .cockpit__chart__totals .total-item-text {
        font-size: 12px;
        font-weight: 700;
        color: #9da7ad;
        word-break: break-word; }
  .cockpit__chart__item {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px); }
    @media only screen and (max-width: 575px) {
      .cockpit__chart__item {
        width: 100%; } }

.cockpit__chart-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202143; }
  .cockpit__chart-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: inherit; }
  .cockpit__chart-header .info-icon.info-icon-gray {
    font-size: 12px;
    color: #6c757d;
    top: -2px; }
  .cockpit__chart-header .select2-container {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }

.cockpit-empty {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-calc(100vh - 20px);
  height: -moz-calc(100vh - 20px);
  height: calc(100vh - 20px); }
  .cockpit-empty::before {
    content: '';
    background-image: url(../images/chart-empty.png);
    background-position: center center;
    -moz-background-size: 50px 40px;
    -o-background-size: 50px 40px;
    background-size: 50px 40px;
    width: 50px;
    height: 40px;
    margin-bottom: 15px;
    margin: 0px auto 15px auto; }

.cockpit [download].btn {
  padding: 3px 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  .cockpit [download].btn i {
    font-size: 17px; }

.cockpit div.dataTables_wrapper div.dataTables_filter {
  display: none; }

@media (min-width: 1600px) {
  .cockpit .table {
    table-layout: fixed; } }

@media (max-width: 1200px) {
  .cockpit .table-responsive .dataTables_wrapper {
    overflow-x: auto; } }

.cockpit .apexcharts-legend-marker {
  margin-right: 9px; }

.cockpit .apexcharts-legend-series {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cockpit .apexcharts-legend-series .totalNumber {
    font-size: 25px;
    font-weight: bold;
    color: #262848;
    line-height: 1; }
  .cockpit .apexcharts-legend-series .seriesName {
    font-size: 12px;
    font-weight: bold;
    color: #9da7ad; }

.cockpit .donut-legend__name {
  display: inline-block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, Tahoma;
  font-weight: normal;
  line-height: 1.2;
  margin-right: 10px; }
  @media (min-width: 540px) {
    .cockpit .donut-legend__name {
      font-size: 15px;
      color: #919192;
      min-width: 130px; } }

.cockpit .donut-legend__number {
  font-family: Nunito; }
  @media (min-width: 992px) {
    .cockpit .donut-legend__number {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.75;
      color: #262848; } }

.cockpit .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.modal-cockpit {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  @media (min-width: 480px) {
    .modal-cockpit {
      max-width: 320px; } }
  .modal-cockpit .modal-content {
    padding: 40px 15px 15px; }
  .modal-cockpit .modal-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none; }
  .modal-cockpit .modal-title {
    margin-bottom: 3px; }
  .modal-cockpit .modal-body {
    padding: 0 0 35px;
    text-align: center; }
  .modal-cockpit .modal-footer {
    border: none;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .modal-cockpit .modal-footer .btn {
      min-width: 84px; }
      .modal-cockpit .modal-footer .btn-secondary {
        color: #3f454b;
        background-color: #eaebef;
        border-color: transparent; }
        .modal-cockpit .modal-footer .btn-secondary:hover {
          background-color: #e7e8ef; }
        .modal-cockpit .modal-footer .btn-secondary:focus {
          color: #3f454b;
          background-color: #eaebef;
          border-color: transparent; }

#select2-columnHideSelect-results .select2-results__option[aria-selected=true] {
  background-color: #f0f3f9 !important;
  color: #6c757d !important;
  font-weight: 600 !important; }

@supports not ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .cockpit__access-denied {
    background-color: rgba(255, 255, 255, 0.9); } }

.container-fluid.-cockpit, .-cockpit.container-sm, .-cockpit.container-md, .-cockpit.container-lg, .-cockpit.container-xl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.code-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .code-box .cb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px dashed #dee2e6;
    padding: 30px; }
    @media only screen and (max-width: 991px) {
      .code-box .cb-item {
        padding: 25px; } }
  .code-box .cb-textarea {
    outline: none;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 0px;
    border: none !important;
    background: none !important;
    color: #7a8086 !important;
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (max-width: 991px) {
      .code-box .cb-textarea {
        padding: 0px; } }

.code-copy-box {
  text-align: center;
  background-color: #f0f6fb;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 991px) {
    .code-copy-box {
      padding: 25px;
      max-width: 100%; } }
  .code-copy-box .copied {
    display: none; }
  .code-copy-box .icon {
    color: #6fb1e7;
    font-size: 40px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .code-copy-box .icon {
        font-size: 36px; } }
  .code-copy-box p {
    color: #7a8086;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .code-copy-box p {
        font-size: 12px; } }
    .code-copy-box p + p  {
      margin-top: 10px; }
      @media only screen and (max-width: 991px) {
        .code-copy-box p + p  {
          margin-top: 10px; } }
    .code-copy-box p + .btn {
      margin-top: 18px; }
      @media only screen and (max-width: 991px) {
        .code-copy-box p + .btn {
          margin-top: 13px; } }
    .code-copy-box p a {
      color: #6fb1e7; }
      .code-copy-box p a:active, .code-copy-box p a:focus, .code-copy-box p a:hover {
        color: #2d8ddc; }
  .code-copy-box .btn {
    min-width: 130px; }

.daterangepicker .calendar-time select.hourselect, .daterangepicker .calendar-time select.minuteselect {
  color: #000 !important; }

.company__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 991px) {
    .company__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .company__wrapper .loadingDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 199;
    background: #fff;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    min-height: 227px; }
    .company__wrapper .loadingDiv i {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 299;
      font-size: 20px;
      margin: -10px 0 0 -10px;
      -webkit-animation: spin 2s linear infinite;
      -moz-animation: spin 2s linear infinite;
      -o-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite; }

.company__box {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 767px) {
    .company__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .company__box__content {
    padding: 20px; }
  .company__box__item {
    width: -webkit-calc(100% / 3 - 12px);
    width: -moz-calc(100% / 3 - 12px);
    width: calc(100% / 3 - 12px);
    margin-bottom: 0 !important; }
    @media only screen and (max-width: 767px) {
      .company__box__item {
        width: 100%;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .company__box__item:last-child {
        margin-bottom: 0; } }
    .company__box__item:hover .card-body {
      background-color: transparent; }
    .company__box__item:hover .dw-title {
      color: #919192; }
  .company__box__title {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #919192;
    margin-bottom: 15px; }
  .company__box__count {
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #202143; }
  .company__box__icon {
    font-size: 30px;
    color: #919192;
    float: right;
    margin-left: 5px; }
    .company__box__icon.-users {
      color: #f24537; }
    .company__box__icon.-applications {
      color: #0ec88f; }
    .company__box__icon.-companies {
      color: #689de8; }

.company__row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 991px) {
    .company__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.company__date {
  width: 100%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .company__date.-filter {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .company__date__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 10px; }
    .company__date__item:last-child {
      margin-right: 0; }
    .company__date__item input  {
      max-width: 100px;
      background-color: #ffffff !important; }
    .company__date__item button {
      padding: 1px 0 0 3px;
      width: 32px;
      height: 32px; }
      .company__date__item button i {
        font-size: 16px; }

.company__list {
  width: -webkit-calc(50% - 9px);
  width: -moz-calc(50% - 9px);
  width: calc(50% - 9px);
  margin-right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .company__list {
      width: 100%; } }
  .company__list__item {
    width: -webkit-calc(50% - 9px);
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
    padding: 15px; }
    @media only screen and (max-width: 575px) {
      .company__list__item {
        width: 100%; } }
    .company__list__item--full {
      width: 100%; }

.company__chart {
  width: -webkit-calc(50% - 9px);
  width: -moz-calc(50% - 9px);
  width: calc(50% - 9px);
  padding: 0; }
  @media only screen and (max-width: 991px) {
    .company__chart {
      width: 100%;
      padding: 0; } }
  .company__chart__content {
    height: 450px; }
    @media only screen and (max-width: 991px) {
      .company__chart__content {
        height: 410px; } }
  .company__chart__widget {
    padding: 15px; }
    .company__chart__widget p {
      margin-bottom: 0;
      color: #6fb1e7;
      text-decoration: underline; }
  .company__chart .apexcharts-legend-text {
    text-transform: capitalize; }

.company__total-chart {
  width: 100%;
  position: relative;
  min-height: 227px; }

.company__modal .table-word-break {
  word-break: break-word; }

.company__modal .table-email {
  max-width: 150px; }

.company__modal .table-users {
  max-width: 180px; }

.company__modal .table-channels {
  max-width: 100px; }

.company__modal .table-no-result {
  padding: 10px;
  margin: 0; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  opacity: .5 !important; }

.contact-us-generate .cug-tab {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px; }
  .contact-us-generate .cug-tab::after {
    display: block;
    clear: both;
    content: ""; }
  @media only screen and (max-width: 1199px) {
    .contact-us-generate .cug-tab {
      margin-bottom: 20px; } }
  .contact-us-generate .cug-tab ul {
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    @media only screen and (max-width: 991px) {
      .contact-us-generate .cug-tab ul {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .contact-us-generate .cug-tab ul li {
      cursor: pointer;
      display: inline-block;
      margin-bottom: 15px;
      margin-right: -4px;
      width: -webkit-calc(100% / 7 - 4px);
      width: -moz-calc(100% / 7 - 4px);
      width: calc(100% / 7 - 4px); }
      @media only screen and (max-width: 991px) {
        .contact-us-generate .cug-tab ul li {
          margin-right: 0px;
          width: -webkit-calc(100% / 4 - 3px);
          width: -moz-calc(100% / 4 - 3px);
          width: calc(100% / 4 - 3px); } }
      @media only screen and (max-width: 767px) {
        .contact-us-generate .cug-tab ul li {
          margin-right: 0px;
          width: -webkit-calc(100% / 3)-3px;
          width: -moz-calc(100% / 3)-3px;
          width: calc(100% / 3)-3px; } }
      .contact-us-generate .cug-tab ul li a {
        cursor: pointer;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #6c757d;
        font-size: 11px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
        position: relative; }
        .contact-us-generate .cug-tab ul li a::before {
          content: "";
          display: block;
          height: 1px;
          background-color: #d2dde5;
          left: 0px;
          width: 50%;
          position: absolute;
          top: 11px;
          z-index: 8; }
        .contact-us-generate .cug-tab ul li a::after {
          content: "";
          display: block;
          height: 1px;
          background-color: #d2dde5;
          right: 0px;
          width: 50%;
          position: absolute;
          top: 11px;
          z-index: 8; }
        .contact-us-generate .cug-tab ul li a em {
          position: relative;
          z-index: 9;
          display: block;
          width: 24px;
          height: 24px;
          background-color: #e3edf5;
          margin: 0px auto;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          padding-top: 6px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          margin-bottom: 12px; }
          .contact-us-generate .cug-tab ul li a em::before {
            display: block;
            content: "";
            width: 12px;
            height: 12px;
            background-color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin: 0px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .contact-us-generate .cug-tab ul li a.active {
          font-weight: 700; }
          .contact-us-generate .cug-tab ul li a.active em {
            background-color: #6fb1e7; }
            .contact-us-generate .cug-tab ul li a.active em:before {
              background-color: #6fb1e7; }
      .contact-us-generate .cug-tab ul li:first-child a:before {
        display: none; }
        @media only screen and (max-width: 991px) {
          .contact-us-generate .cug-tab ul li:first-child a:before {
            display: block; } }
      .contact-us-generate .cug-tab ul li:last-child a:after {
        display: none; }
        @media only screen and (max-width: 991px) {
          .contact-us-generate .cug-tab ul li:last-child a:after {
            display: block; } }
      .contact-us-generate .cug-tab ul li.current a em {
        background-color: #6fb1e7; }
      .contact-us-generate .cug-tab ul li.current a::before {
        background-color: #6fb1e7; }
      .contact-us-generate .cug-tab ul li.current a::after {
        background-color: #6fb1e7; }
      .contact-us-generate .cug-tab ul li.current a.active:after {
        background-color: #d2dde5; }
      .contact-us-generate .cug-tab ul li.shown a.active:after {
        background-color: #6fb1e7; }
      .contact-us-generate .cug-tab ul li.current + li a.active::before {
        background-color: #6fb1e7; }

.contact-us-generate .cug-tab-content {
  margin-left: -webkit-calc((100% / 7) / 2 - 24px);
  margin-left: -moz-calc((100% / 7) / 2 - 24px);
  margin-left: calc((100% / 7) / 2 - 24px); }
  @media only screen and (max-width: 991px) {
    .contact-us-generate .cug-tab-content {
      margin-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .contact-us-generate .cug-tab-content {
      margin-left: 0px; } }
  .contact-us-generate .cug-tab-content .tab-title {
    clear: both;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #6fb1e7;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1199px) {
      .contact-us-generate .cug-tab-content .tab-title {
        font-size: 24px; } }
    @media only screen and (max-width: 991px) {
      .contact-us-generate .cug-tab-content .tab-title {
        font-size: 22px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .contact-us-generate .cug-tab-content .tab-title {
        font-size: 20px; } }
  .contact-us-generate .cug-tab-content .header-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3edf5;
    color: #6fb1e7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .contact-us-generate .cug-tab-content label {
    font-weight: 700;
    color: #343a40;
    font-size: 12px; }
  .contact-us-generate .cug-tab-content .form-row {
    margin-right: -15px;
    margin-left: -15px; }
    @media only screen and (max-width: 1199px) {
      .contact-us-generate .cug-tab-content .form-row {
        margin-right: -10px;
        margin-left: -10px; } }
  .contact-us-generate .cug-tab-content .form-row > .col,
  .contact-us-generate .cug-tab-content .form-row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 1199px) {
      .contact-us-generate .cug-tab-content .form-row > .col,
      .contact-us-generate .cug-tab-content .form-row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px; } }

.contact-us-generate .cug-tab-action {
  clear: both;
  margin-top: 30px;
  margin-left: -webkit-calc((100% / 7) / 2 - 24px);
  margin-left: -moz-calc((100% / 7) / 2 - 24px);
  margin-left: calc((100% / 7) / 2 - 24px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .contact-us-generate .cug-tab-action {
      margin-left: 0px;
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .contact-us-generate .cug-tab-action {
      margin-left: 0px;
      margin-top: 10px;
      display: block; } }
  .contact-us-generate .cug-tab-action .btn-default-settings {
    padding: 0.45rem 0rem;
    color: #6fb1e7;
    font-size: 12px; }
    .contact-us-generate .cug-tab-action .btn-default-settings:hover {
      color: #76BEF5; }
  .contact-us-generate .cug-tab-action ul {
    list-style: none;
    padding: 0px;
    margin: 0px -5px 0px -5px; }
    @media only screen and (max-width: 767px) {
      .contact-us-generate .cug-tab-action ul {
        margin-top: 20px; } }
    .contact-us-generate .cug-tab-action ul li {
      margin-left: 5px;
      margin-right: 5px; }
      @media only screen and (max-width: 767px) {
        .contact-us-generate .cug-tab-action ul li {
          margin-bottom: 15px; } }

.contact-us-generate-form input[data-switch="warning"]:checked + label {
  background-color: #f1f3fa;
  color: #3f454b; }
  .contact-us-generate-form input[data-switch="warning"]:checked + label:before {
    color: #3f454b; }

.contact-us-generate-form .switch.readonly {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none; }
  .contact-us-generate-form .switch.readonly label,
  .contact-us-generate-form .switch.readonly input {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none; }

.contact-us-generate-message {
  display: none;
  text-align: center;
  margin: 30px 0px; }
  .contact-us-generate-message .cugm-icon {
    font-size: 80px;
    line-height: 1;
    color: #3f454b;
    margin-bottom: 20px;
    display: inline-block; }
  .contact-us-generate-message .cugm-text {
    font-size: 16px;
    line-height: 1.3;
    color: #3f454b; }
  .contact-us-generate-message .cugm-action {
    margin-top: 30px; }
    .contact-us-generate-message .cugm-action a.btn {
      margin: 10px;
      width: 158px;
      max-width: 100%; }
  .contact-us-generate-message.success .cugm-icon {
    color: #00c88f; }
  .contact-us-generate-message.error .cugm-icon {
    color: #f24437; }

.contact-us-form-items .contact-us-form-item {
  margin: 0px 0px 15px 0px !important;
  padding: 20px 15px;
  background-color: #f9fafc; }
  .contact-us-form-items .contact-us-form-item .header-title {
    color: #adb5bd !important;
    border-color: #e3eaef !important; }

@media only screen and (max-width: 991px) {
  .contact-us-form-items .form-group {
    margin-bottom: 15px !important; } }

.contact-us-sdk .card-body {
  overflow: hidden;
  padding: 40px; }
  @media only screen and (max-width: 1199px) {
    .contact-us-sdk .card-body {
      padding: 20px; } }
  @media only screen and (max-width: 991px) {
    .contact-us-sdk .card-body {
      padding: 20px; } }

.contact-us-sdk .cus-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 991px) {
    .contact-us-sdk .cus-row {
      display: block; } }
  .contact-us-sdk .cus-row .cus-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0 340px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0 340px;
    flex: 0 0 0 340px; }
    @media only screen and (max-width: 1199px) {
      .contact-us-sdk .cus-row .cus-preview {
        width: 300px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0 300px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 0 300px;
        flex: 0 0 0 300px; } }
    @media only screen and (max-width: 991px) {
      .contact-us-sdk .cus-row .cus-preview {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 0 100%;
        flex: 0 0 0 100%;
        padding: 30px 0px; } }
  .contact-us-sdk .cus-row .cus-detail {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0 -webkit-calc(100% - 340px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 0 calc(100% - 340px);
    flex: 0 0 0 calc(100% - 340px);
    padding: 0px 20px 0px 20px; }
    @media only screen and (max-width: 1199px) {
      .contact-us-sdk .cus-row .cus-detail {
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0 -webkit-calc(100% - 300px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 0 calc(100% - 300px);
        flex: 0 0 0 calc(100% - 300px); } }
    @media only screen and (max-width: 991px) {
      .contact-us-sdk .cus-row .cus-detail {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 0 100%;
        flex: 0 0 0 100%;
        padding: 0px 0px 0px 0px; } }

.contact-us-sdk .card.form-group {
  margin-bottom: 15px; }

.contact-us-sdk .card-body.form-row {
  padding: 15px; }

.contact-us-sdk .tab-pane .card-header {
  padding: 0px; }
  .contact-us-sdk .tab-pane .card-header a {
    padding: 1.5rem 1.5rem; }

.contact-us-sdk .tab-pane .card-body {
  padding: 1.5rem; }
  .contact-us-sdk .tab-pane .card-body .form-row {
    margin-bottom: -15px; }

.reportPage {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.startGuide {
  margin-bottom: 20px; }

.reportContainer {
  margin-bottom: 20px; }

.content::after {
  display: block;
  clear: both;
  content: ""; }

.tooltip {
  z-index: 999 !important; }

.copy-code {
  text-align: center;
  position: relative; }
  .copy-code .copy-textarea {
    text-align: left;
    height: 0 !important;
    position: absolute !important;
    z-index: -1;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    opacity: 0; }
  .copy-code .copy-icon {
    font-size: 55px;
    line-height: 1;
    color: #6fb1e7;
    margin-bottom: 15px; }
  .copy-code .copy-text {
    font-size: 13px;
    font-weight: 400;
    color: #3f454b;
    margin-bottom: 15px; }
  .copy-code .copy-button .copied {
    display: none; }
  .copy-code-wrapper.-live-chat {
    margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .copy-code-wrapper.-live-chat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .copy-code-wrapper.-live-chat .app-lcc-i-code {
          margin-bottom: 20px; } }

.copy-text .copy-text-textarea {
  text-align: left;
  height: 0 !important;
  position: absolute !important;
  z-index: -1;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  opacity: 0; }

.copy-text .copy-text-button .copied {
  display: none; }

.count-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .count-box .cb-label {
    font-size: 12px;
    font-weight: 400;
    color: #3f454b;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    line-height: 1.6; }
  .count-box .bootstrap-touchspin {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .count-box .bootstrap-touchspin .form-control {
      width: 50px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50px;
      -moz-box-flex: 1;
      -ms-flex: 1 1 50px;
      flex: 1 1 50px;
      text-align: center;
      border: none;
      padding: 10px;
      max-width: 50px; }
    .count-box .bootstrap-touchspin .input-group-btn {
      position: absolute;
      right: -22px;
      width: 16px; }
      .count-box .bootstrap-touchspin .input-group-btn .btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        background: none;
        border: none;
        padding: 0px;
        margin: 0px;
        width: 16px;
        height: 10px;
        min-width: 16px;
        text-align: center;
        height: 16px;
        color: #cacdd9 !important;
        background-color: none;
        font-size: 0px;
        position: relative;
        content: ""; }
        .count-box .bootstrap-touchspin .input-group-btn .btn:before {
          font-size: 7px;
          position: absolute; }
      .count-box .bootstrap-touchspin .input-group-btn.input-group-prepend {
        bottom: 0px; }
        .count-box .bootstrap-touchspin .input-group-btn.input-group-prepend .bootstrap-touchspin-down:before {
          left: 0px; }
      .count-box .bootstrap-touchspin .input-group-btn.input-group-append {
        top: 5px; }
        .count-box .bootstrap-touchspin .input-group-btn.input-group-append .bootstrap-touchspin-up:before {
          left: 1px; }

.custom-modal {
  position: relative; }
  .custom-modal .playStoreModalForm #google-api-key-error {
    width: 100%;
    padding: 4px 0 0 0; }
  .custom-modal.-notification {
    padding: 0 !important; }
  .custom-modal .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1999;
    display: none; }
    .custom-modal .overlay .popupContent {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -210px 0 0 -250px;
      width: 500px;
      background: #fff;
      -webkit-border-radius: 0.2rem;
      -moz-border-radius: 0.2rem;
      border-radius: 0.2rem;
      border: solid 1px #d9d9d9;
      padding: 40px; }
  .custom-modal .overlayEmailTemplate .popupContent {
    margin: -250px 0 0 -250px; }
  .custom-modal i {
    display: block;
    margin: auto;
    font-size: 100px;
    line-height: 100px;
    clear: both;
    float: none;
    text-align: center;
    color: #85be6a; }
  .custom-modal p {
    font-size: 16px;
    color: #71727b;
    text-align: center; }
  .custom-modal a {
    display: block;
    margin: 20px auto 0;
    color: #fff;
    padding: 10px;
    width: 60%;
    text-align: center;
    float: none;
    font-size: 16px;
    background-color: #6fb1e7; }
  .custom-modal a.closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #cac6ec;
    padding: 0;
    background: none;
    margin: 0;
    width: auto; }
    .custom-modal a.closeBtn span:before {
      font-weight: 700; }
  .custom-modal h3 {
    color: #6c6b74;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 20px 0; }
  .custom-modal input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #dee2e6;
    width: 100%;
    padding: 10px;
    text-align: left;
    margin-bottom: 3px;
    float: none !important;
    font-size: 12px; }
  .custom-modal .custom-file-label {
    font-size: 12px; }
  .custom-modal .input-note {
    clear: both;
    margin-top: 0px;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9; }
  .custom-modal span.error + .input-note {
    margin-top: 3px; }
  .custom-modal p.input-note {
    color: #6c6c6c; }
  .custom-modal .input-group {
    margin-bottom: 15px; }
  .custom-modal .loading {
    width: 100%;
    float: left;
    text-align: center;
    display: none; }
    .custom-modal .loading span {
      display: inline-block; }
  .custom-modal .custom-modal-success,
  .custom-modal .successContent {
    display: none; }
    .custom-modal .custom-modal-success h3,
    .custom-modal .successContent h3 {
      margin-top: 10px; }
    .custom-modal .custom-modal-success p,
    .custom-modal .successContent p {
      margin-bottom: 0; }
  .custom-modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .custom-modal__header h3 {
      text-align: left !important; }
  .custom-modal__content {
    margin-bottom: 20px; }
    .custom-modal__content .dataTables_scrollHeadInner {
      width: 100% !important; }
    .custom-modal__content__table {
      width: 100% !important; }
      .custom-modal__content__table td {
        text-align: center; }
        .custom-modal__content__table td:first-child {
          text-transform: uppercase; }
      .custom-modal__content__table th {
        width: 20% !important;
        text-align: center; }
        .custom-modal__content__table th:first-child {
          padding-right: 20px !important; }
          .custom-modal__content__table th:first-child:after, .custom-modal__content__table th:first-child:before {
            display: none !important; }
    .custom-modal__content__badge {
      padding: 6px 8px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #ffffff;
      text-transform: capitalize; }
      .custom-modal__content__badge.success {
        background-color: #5bc495; }
      .custom-modal__content__badge.error {
        background-color: #c45b5b; }
    .custom-modal__content__textarea {
      width: 100%;
      max-width: 150px;
      height: 30px;
      min-height: 30px;
      line-height: 30px;
      color: #71727b;
      font-size: 14px;
      border: 1px solid #f1f3fa; }
  .custom-modal__footer__wrapper {
    border: 1px solid #f1f3fa;
    padding: 15px; }
  .custom-modal__footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #71727b; }
    .custom-modal__footer__info span {
      font-size: 16px;
      margin-right: 8px; }
  .custom-modal__footer__title {
    margin-bottom: 2px;
    font-size: 16px;
    color: #6fb1e7; }
  .custom-modal__footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
  .custom-modal__footer__desc {
    font-size: 14px;
    color: #71727b; }
  .custom-modal__footer__button .btn {
    width: auto;
    min-width: 90px;
    margin: 0;
    font-size: 13px; }

#editTW-modal input,
#editFB-modal input {
  display: inline-block;
  margin: 3px 5px 0 0;
  width: auto; }

#editTW-modal .form-group > p,
#editFB-modal .form-group > p {
  padding-left: 18px; }

#editTW-modal .convertMessageSelectContent,
#editFB-modal .convertMessageSelectContent {
  border-top: 1px solid #cecece;
  padding-top: 20px;
  display: none; }
  #editTW-modal .convertMessageSelectContent .select2-container,
  #editFB-modal .convertMessageSelectContent .select2-container {
    width: 250px !important; }
  #editTW-modal .convertMessageSelectContent input,
  #editFB-modal .convertMessageSelectContent input {
    margin-top: 11px; }
  #editTW-modal .convertMessageSelectContent label,
  #editFB-modal .convertMessageSelectContent label {
    line-height: 35px; }
  #editTW-modal .convertMessageSelectContent p,
  #editFB-modal .convertMessageSelectContent p {
    margin-top: 10px; }

.custom-modal-wrapper {
  display: none; }

.modal .custom-modal {
  padding: 15px; }
  .modal .custom-modal a.custom-modal-close {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    line-height: 20px;
    color: #cac6ec;
    padding: 0;
    background: none;
    margin: 0;
    width: auto; }
    .modal .custom-modal a.custom-modal-close span:before {
      font-weight: 700; }

.notification-modal {
  max-width: 700px; }

.dash-widget {
  color: #919192; }
  .dash-widget .card-body {
    min-height: auto !important;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .dash-widget .dw-icon {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 30px;
    color: #919192;
    float: right;
    margin-left: 5px; }
  .dash-widget .dw-title {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #919192;
    margin-bottom: 15px; }
  .dash-widget .dw-count {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #202143;
    margin-bottom: 0px; }
  .dash-widget.dash-widget-red .dw-icon {
    color: #f24537; }
  .dash-widget.dash-widget-red:hover .card-body {
    background-color: #f24537 !important; }
  .dash-widget.dash-widget-green .dw-icon {
    color: #0ec88f; }
  .dash-widget.dash-widget-green:hover .card-body {
    background-color: #0ec88f !important; }
  .dash-widget.dash-widget-purple .dw-icon {
    color: #9d74d6; }
  .dash-widget.dash-widget-purple:hover .card-body {
    background-color: #9d74d6 !important; }
  .dash-widget.dash-widget-yellow .dw-icon {
    color: #f8bc32; }
  .dash-widget.dash-widget-yellow:hover .card-body {
    background-color: #f8bc32 !important; }
  .dash-widget.dash-widget-blue .dw-icon {
    color: #689de8; }
  .dash-widget.dash-widget-blue:hover .card-body {
    background-color: #689de8 !important; }
  .dash-widget:hover .card-body {
    background-color: #202143; }
  .dash-widget:hover .dw-icon,
  .dash-widget:hover .dw-title,
  .dash-widget:hover .dw-count {
    color: #fff; }

.row-widget {
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (max-width: 991px) {
    .row-widget {
      margin-top: -10px; } }
  .row-widget .col {
    padding: 0 10px;
    min-width: 200px; }

.reportPage {
  padding: 0; }
  .reportPage .row {
    margin-left: -10px;
    margin-right: -10px; }
    .reportPage .row [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
  .reportPage .container-fluid, .reportPage .container-sm, .reportPage .container-md, .reportPage .container-lg, .reportPage .container-xl,
  .reportPage .container {
    padding: 0; }
  .reportPage .apexcharts-legend-marker {
    margin-right: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .reportPage .select2-container {
    width: auto !important; }
  .reportPage .select-app + .select2-container {
    width: 100% !important;
    max-width: 320px; }
    @media only screen and (max-width: 991px) {
      .reportPage .select-app + .select2-container {
        width: 100% !important;
        max-width: 100%; } }
  .reportPage .select-line-style + .select2.select2-container .select2-selection--single {
    background-color: transparent; }
  .reportPage .card {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .reportPage .card .apexcharts-legend-series {
      margin-bottom: 15px !important; }
    .reportPage .card .loadingDiv {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 199;
      background: #fff;
      -webkit-border-radius: 0.2rem;
      -moz-border-radius: 0.2rem;
      border-radius: 0.2rem;
      min-height: 227px; }
      .reportPage .card .loadingDiv i {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 299;
        font-size: 20px;
        margin: -10px 0 0 -10px;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        -o-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .reportPage .card .noData {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 189;
      background: #fff;
      display: none; }
      .reportPage .card .noData p {
        text-align: center;
        font-size: 16px;
        color: #000;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 299;
        margin: -15px 0 0 0;
        width: 100%; }
    .reportPage .card .card-body {
      min-height: 267px;
      position: relative; }
      .reportPage .card .card-body .apex-charts {
        display: block;
        width: 100%;
        margin-top: 20px;
        overflow: hidden; }
      .reportPage .card .card-body .header-title {
        color: #262848;
        font-weight: 700;
        font-size: 16px;
        margin: 0;
        text-transform: none; }
        .reportPage .card .card-body .header-title .question-tooltip {
          color: #262848;
          border-color: #262848;
          position: relative;
          top: -1px; }
        .reportPage .card .card-body .header-title i {
          font-size: 80%;
          position: relative;
          top: -2px; }
      .reportPage .card .card-body #today_stores_chart .apexcharts-legend.position-bottom .apexcharts-legend-series,
      .reportPage .card .card-body #today_application_chart .apexcharts-legend.position-bottom .apexcharts-legend-series {
        padding: 0 20px; }
      .reportPage .card .card-body #today_stores_chart .apexcharts-legend-text .totalNumber,
      .reportPage .card .card-body #today_application_chart .apexcharts-legend-text .totalNumber {
        font-size: 24px;
        line-height: 24px;
        color: #262848;
        line-height: 30px;
        display: block;
        clear: both;
        font-weight: bold; }
      .reportPage .card .card-body #today_stores_chart .apexcharts-legend-text .labelName,
      .reportPage .card .card-body #today_application_chart .apexcharts-legend-text .labelName {
        font-size: 14px;
        color: #919192;
        display: block; }
      .reportPage .card .card-body #today_source_chart .apexcharts-legend-text b {
        font-size: 24px;
        margin-left: 20px;
        line-height: 24px;
        display: inline-block;
        vertical-align: middle;
        color: #262848;
        font-weight: bold;
        float: right; }
      .reportPage .card .card-body #today_source_chart .apexcharts-legend-series {
        min-width: 150px; }
      .reportPage .card .card-body #daily_status_chart .apexcharts-legend {
        bottom: 0 !important; }
    .reportPage .card .card-body.trendReport .header-title {
      width: auto;
      float: left; }
    .reportPage .card .card-body.trendReport .trendsData {
      float: right;
      margin-top: 10px;
      margin-bottom: -10px; }
      .reportPage .card .card-body.trendReport .trendsData .trendBlock {
        float: left;
        margin-left: 20px; }
        .reportPage .card .card-body.trendReport .trendsData .trendBlock i {
          display: block;
          float: left;
          width: 10px;
          height: 10px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          background: #75bbf3;
          margin-right: 5px;
          margin-top: 2px; }
        .reportPage .card .card-body.trendReport .trendsData .trendBlock .textWrapper {
          display: block;
          float: left; }
          .reportPage .card .card-body.trendReport .trendsData .trendBlock .textWrapper span {
            font-size: 12px;
            color: #919192;
            display: block; }
          .reportPage .card .card-body.trendReport .trendsData .trendBlock .textWrapper span.totalNumber {
            color: #262848;
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            display: block; }
      .reportPage .card .card-body.trendReport .trendsData .trendBlock.trendYesterday i {
        background: #d35278; }
    .reportPage .card .listingWrapper {
      width: 100%;
      float: left; }
      .reportPage .card .listingWrapper ul {
        width: 100%;
        float: left;
        padding: 0;
        list-style: none;
        margin-top: 15px; }
        .reportPage .card .listingWrapper ul li {
          width: 100%;
          float: left;
          padding: 10px;
          background: #c9e2ff;
          margin-top: 10px; }
          .reportPage .card .listingWrapper ul li span {
            display: block;
            float: left;
            font-size: 15px;
            font-weight: 300;
            line-height: 22px;
            color: #fff; }
          .reportPage .card .listingWrapper ul li span.totalCount {
            font-weight: 700;
            font-size: 20px;
            float: right; }
        .reportPage .card .listingWrapper ul li:nth-child(1) {
          background: #3490f5; }
          .reportPage .card .listingWrapper ul li:nth-child(1) span {
            color: #fff; }
        .reportPage .card .listingWrapper ul li:nth-child(2) {
          background: #59a8ff; }
          .reportPage .card .listingWrapper ul li:nth-child(2) span {
            color: #fff; }
        .reportPage .card .listingWrapper ul li:nth-child(3) {
          background: #91c5ff; }
          .reportPage .card .listingWrapper ul li:nth-child(3) span {
            color: #fff; }
        .reportPage .card .listingWrapper ul li:nth-child(4) {
          background: #b0d5ff; }
          .reportPage .card .listingWrapper ul li:nth-child(4) span {
            color: #fff; }
        .reportPage .card .listingWrapper ul li:nth-child(5) {
          background: #c9e2ff; }
          .reportPage .card .listingWrapper ul li:nth-child(5) span {
            color: #fff; }
  .reportPage #today_countries_chart_card .listingWrapper ul li {
    background: #dfe5ed; }
  .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(1) {
    background: #8a99ab; }
    .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(1) span {
      color: #fff; }
  .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(2) {
    background: #a9b5c3; }
    .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(2) span {
      color: #fff; }
  .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(3) {
    background: #bdc8d4; }
    .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(3) span {
      color: #fff; }
  .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(4) {
    background: #cbd3dd; }
    .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(4) span {
      color: #fff; }
  .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(5) {
    background: #dfe5ed; }
    .reportPage #today_countries_chart_card .listingWrapper ul li:nth-child(5) span {
      color: #fff; }
  .reportPage .card.cardBlue {
    background-color: #76bef5; }
  .reportPage .card.cardGreen {
    background-color: #85be6a; }
  .reportPage .card.cardMagenta {
    background-color: #d35278; }
  .reportPage .card.cardPurple {
    background-color: #7584da; }
  .reportPage .card.cardOrange {
    background-color: #f94b4b; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media (max-width: 1200px) {
  .icon-widget {
    font-size: 30px; }
  .icon-widget {
    font-size: 24px; } }

.fakeDataRemove {
  cursor: pointer; }
  .fakeDataRemove:hover {
    text-decoration: underline; }

.card-body {
  position: relative; }
  .card-body .card-link {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block; }

.desc-box {
  border: 1px dashed #dee2e6;
  padding: 30px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 991px) {
    .desc-box {
      padding: 25px;
      margin-bottom: 25px; } }
  .desc-box h1,
  .desc-box h2,
  .desc-box h3,
  .desc-box h4,
  .desc-box h5,
  .desc-box h6 {
    color: #3f454b;
    font-size: 18px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .desc-box h1,
      .desc-box h2,
      .desc-box h3,
      .desc-box h4,
      .desc-box h5,
      .desc-box h6 {
        font-size: 17px; } }
    .desc-box h1 + p ,
    .desc-box h2 + p ,
    .desc-box h3 + p ,
    .desc-box h4 + p ,
    .desc-box h5 + p ,
    .desc-box h6 + p  {
      margin-top: 20px; }
      @media only screen and (max-width: 991px) {
        .desc-box h1 + p ,
        .desc-box h2 + p ,
        .desc-box h3 + p ,
        .desc-box h4 + p ,
        .desc-box h5 + p ,
        .desc-box h6 + p  {
          margin-top: 15px; } }
  .desc-box p {
    color: #7a8086;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    margin: 0px;
    text-transform: initial; }
    @media only screen and (max-width: 991px) {
      .desc-box p {
        font-size: 12px; } }
    .desc-box p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .desc-box p + p  {
          margin-top: 10px; } }
    .desc-box p a {
      color: #6fb1e7; }
      .desc-box p a:active, .desc-box p a:focus, .desc-box p a:hover {
        color: #2d8ddc; }
  .desc-box .upgrade-box {
    margin: 30px 0px 5px 0px; }
    @media only screen and (max-width: 991px) {
      .desc-box .upgrade-box {
        margin: 30px 0px 5px 0px; } }
  .desc-box.desc-box-blue {
    border: none;
    background-color: #f0f6fb; }

.note-toolbar .note-btn-group.btn-group.note-fontname,
.note-toolbar .note-btn-group.btn-group.note-color,
.note-toolbar .note-btn[data-original-title="More Color"],
.note-toolbar .note-btn[data-original-title="Recent Color"],
.note-toolbar .note-btn[data-original-title="Font Family"],
.note-toolbar .note-btn[data-original-title="Help"],
.note-toolbar .note-btn[data-original-title="Video"] {
  display: none; }

.note-toolbar .note-icon-underline:before {
  font: normal normal normal 20px/1 "Material Design Icons";
  content: "\F287"; }

.note-toolbar .note-icon-unorderedlist:before {
  font: normal normal normal 21px/1 "Material Design Icons";
  content: "\F279"; }

.note-toolbar .note-icon-orderedlist:before {
  font: normal normal normal 21px/1 "Material Design Icons";
  content: "\F27B"; }

.note-toolbar .note-icon-link:before {
  font: normal normal normal 18px/1 "Material Design Icons";
  content: "\F339"; }

.note-toolbar .note-icon-italic:before {
  font: normal normal normal 19px/1 "Material Design Icons";
  content: "\F277"; }

.note-toolbar .note-icon-strikethrough:before {
  font: normal normal normal 17px/1 "Material Design Icons";
  content: "\F281"; }

.note-toolbar .note-icon-superscript:before {
  font: normal normal normal 20px/1 "Material Design Icons";
  content: "\F283"; }

.note-toolbar .note-icon-subscript:before {
  font: normal normal normal 20px/1 "Material Design Icons";
  content: "\F282"; }

.field-form .form-row-subfield {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #f9fafc;
  color: #3f454b;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem; }

.field-form .subfield-list-title {
  font-size: 13px;
  color: #3f454b;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3eaef; }

.field-form .subfield-item-add {
  font-size: 12px; }

.field-form .subfield-list-items .subfield-list-item {
  margin: 0px; }
  .field-form .subfield-list-items .subfield-list-item:last-child {
    margin-bottom: 0px; }
  .field-form .subfield-list-items .subfield-list-item div.col {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 -webkit-calc(100% - 30px) !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 calc(100% - 30px) !important;
    flex: 0 0 calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    padding-left: 0px;
    padding-right: 0px; }
  .field-form .subfield-list-items .subfield-list-item .col-form-label {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 30px !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 30px !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
    color: #adb5bd; }
  .field-form .subfield-list-items .subfield-list-item a.col-form-label {
    text-align: right;
    color: #adb5bd;
    font-weight: 700;
    font-size: 13px; }
    .field-form .subfield-list-items .subfield-list-item a.col-form-label span:before {
      font-weight: 700; }
    .field-form .subfield-list-items .subfield-list-item a.col-form-label:hover {
      color: #98a6ad; }

.field-form .subfield-list-items .form-control {
  height: 30px;
  padding: .45rem .6rem; }

.field-list {
  margin: 0px 0px 0px 0px; }
  .field-list .field-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f9fafc;
    color: #3f454b;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    font-size: 12px;
    margin-bottom: 10px; }
    .field-list .field-item .field-label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 60px);
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 60px);
      flex: 0 0 calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px);
      font-size: 12px;
      font-weight: 700;
      color: #6c757d;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .field-list .field-item .field-label em {
        font-style: normal;
        font-weight: 900;
        font-size: 13px;
        vertical-align: middle;
        color:   #6fb1e7;
        top: 1px;
        position: relative; }
      .field-list .field-item .field-label span {
        vertical-align: middle; }
        .field-list .field-item .field-label span span {
          text-transform: uppercase;
          color: #98a6ad; }
        .field-list .field-item .field-label span strong {
          font-weight: 700; }
    .field-list .field-item .field-action {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      width: 60px;
      text-align: right; }
      .field-list .field-item .field-action .action-icon {
        color: #6c757d;
        font-size: 12px;
        display: inline-block;
        padding: 0 3px; }
        .field-list .field-item .field-action .action-icon:hover {
          color: #3f454b; }

.field-add,
.subfield-item-add {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 12px;
  font-weight: 700;
  min-width: auto !important; }
  .field-add strong,
  .field-add span,
  .subfield-item-add strong,
  .subfield-item-add span {
    display: inline-block;
    vertical-align: top; }
  .field-add span,
  .subfield-item-add span {
    font-size: 140%;
    line-height: 1; }

.flex-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -7.5px -7.5px -7.5px; }
  .flex-form-row .ff-r-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0px 7.5px 7.5px 7.5px; }
  .flex-form-row.flex-form-row-2 {
    max-width: 1000px; }
    .flex-form-row.flex-form-row-2 .ff-r-cell {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%; }

.form-box {
  background-color: #f4f7f9;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px; }
  @media only screen and (max-width: 991px) {
    .form-box {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .form-box {
      padding: 20px; } }
  .form-box.form-box-outline {
    background: none;
    border: solid 1px #e2e9ee;
    padding: 25px; }
    @media only screen and (max-width: 991px) {
      .form-box.form-box-outline {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .form-box.form-box-outline {
        padding: 20px; } }
  .form-box .fb-create-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: cesnter;
    -ms-flex-line-pack: cesnter;
    align-content: cesnter;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -5px -10px -5px; }
    .form-box .fb-create-row .fb-c-r-cell {
      padding: 0px 5px 10px 5px; }
      .form-box .fb-create-row .fb-c-r-cell.fb-c-r-action, .form-box .fb-create-row .fb-c-r-cell.fb-c-r-label {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start; }
        .form-box .fb-create-row .fb-c-r-cell.fb-c-r-action label, .form-box .fb-create-row .fb-c-r-cell.fb-c-r-label label {
          margin-top: 8px; }
      .form-box .fb-create-row .fb-c-r-cell.fb-c-r-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 400px; }
        @media only screen and (max-width: 1460px) {
          .form-box .fb-create-row .fb-c-r-cell.fb-c-r-input {
            max-width: 300px; } }
      .form-box .fb-create-row .fb-c-r-cell.fb-c-r-action .btn {
        min-width: 204px; }
  .form-box .form-box-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -3px; }
  .form-box .form-box-select + .select2-container,
  .form-box .form-box-select {
    max-width: 200px !important; }
    @media only screen and (max-width: 1460px) {
      .form-box .form-box-select + .select2-container,
      .form-box .form-box-select {
        max-width: 200px !important; } }

.form-password-detail {
  display: none; }
  .form-password-detail.-active {
    display: block; }
  .form-password-detail.-bold-text .form-password-text {
    font-weight: 500; }

.form-password-text {
  padding: 0 0 5px 0;
  font-size: 12px;
  color: #f24437;
  font-weight: 600; }
  .form-password-text:before {
    content: "\F156";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 14px;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 3px;
    margin-right: 3px; }
  .form-password-text.-error {
    color: #f24437; }
  .form-password-text.-success {
    color: #2cc434; }
    .form-password-text.-success:before {
      content: "\F12C"; }

#password-error {
  display: none !important; }

[security-password] + label.error {
  display: none !important; }

form.password-reset .form-control.error {
  border-color: #f24437;
  padding-right: 2.00625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f24437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f24437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(.375em + .1875rem) center;
  background-position: right -moz-calc(.375em + .1875rem) center;
  background-position: right calc(.375em + .1875rem) center;
  -moz-background-size: -moz-calc(.75em + .375rem) -moz-calc(.75em + .375rem);
  -o-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

form.password-reset .form-control.valid {
  border-color: #00c88f;
  padding-right: 2.00625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c88f' 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 -webkit-calc(.375em + .1875rem) center;
  background-position: right -moz-calc(.375em + .1875rem) center;
  background-position: right calc(.375em + .1875rem) center;
  -moz-background-size: -moz-calc(.75em + .375rem) -moz-calc(.75em + .375rem);
  -o-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

#password_confirmation ~ span.error {
  display: none;
  font-weight: 600; }

#password_confirmation.error ~ span.error {
  display: block;
  font-weight: 600; }

.huawei-tab .huawei-app-gallery-search {
  margin-top: -5px; }
  .huawei-tab .huawei-app-gallery-search p {
    color: #3f454b;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .huawei-tab .huawei-app-gallery-search p {
        font-size: 14px; } }
    .huawei-tab .huawei-app-gallery-search p + .app-ss-form,
    .huawei-tab .huawei-app-gallery-search p + p {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .huawei-tab .huawei-app-gallery-search p + .app-ss-form,
        .huawei-tab .huawei-app-gallery-search p + p {
          margin-top: 10px; } }
    .huawei-tab .huawei-app-gallery-search p a {
      color: #6fb1e7; }
      .huawei-tab .huawei-app-gallery-search p a:active, .huawei-tab .huawei-app-gallery-search p a:focus, .huawei-tab .huawei-app-gallery-search p a:hover {
        color: #2d8ddc; }
  .huawei-tab .huawei-app-gallery-search .app-ss-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .huawei-tab .huawei-app-gallery-search .app-ss-form .app-ss-f-media {
      padding-right: 10px; }
      .huawei-tab .huawei-app-gallery-search .app-ss-form .app-ss-f-media label {
        margin: 0px;
        padding: 0px;
        vertical-align: middle; }
      .huawei-tab .huawei-app-gallery-search .app-ss-form .app-ss-f-media .icon-img-huawei {
        width: 36px !important;
        height: 38px !important; }
    .huawei-tab .huawei-app-gallery-search .app-ss-form .app-ss-f-input {
      width: 100%;
      max-width: 360px; }
      @media only screen and (max-width: 575px) {
        .huawei-tab .huawei-app-gallery-search .app-ss-form .app-ss-f-input {
          max-width: 100%; } }
      .huawei-tab .huawei-app-gallery-search .app-ss-form .app-ss-f-input .search-input {
        height: 38px;
        line-height: 38px; }

.huawei-modal .form-control {
  height: 38px; }

.huawei-modal__body {
  position: relative;
  margin: 33px;
  padding: 0; }

.huawei-modal__text {
  color: #6c6b74;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 767px) {
    .huawei-modal__text {
      max-width: 77%;
      margin: 0 auto; } }

.huawei-modal__title {
  color: #414242; }

.huawei-modal__desc {
  font-size: 12px;
  color: #7a8086;
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .huawei-modal__desc {
      width: 100%; } }

.huawei-modal__link {
  text-decoration: underline; }

.huawei-modal__button {
  height: 37px;
  min-width: 100px; }

.huawei-modal__success {
  display: none; }

.huawei-modal__close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  line-height: 20px;
  color: #cac6ec;
  padding: 0;
  background: 0 0;
  margin: 0;
  width: auto; }

.store-search-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .store-search-form .search-input-group {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px); }
  .store-search-form__button {
    width: 38px;
    height: 38px;
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    cursor: pointer;
    -webkit-transition: border .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, background-color .2s linear;
    -moz-transition: border .2s linear, background-color .2s linear;
    transition: border .2s linear, background-color .2s linear; }
    .store-search-form__button svg g {
      -webkit-transition: fill .2s linear;
      -o-transition: fill .2s linear;
      -moz-transition: fill .2s linear;
      transition: fill .2s linear; }
    .store-search-form__button:hover {
      border: 1px solid #6FB1E7;
      background-color: #6FB1E7; }
      .store-search-form__button:hover svg g {
        fill: #ffffff; }

.icon-box-img {
  display: inline-block;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  width: 48px;
  height: 48px !important;
  line-height: 1;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 0px; }
  .icon-box-img.icon-box-img-app-message-box {
    background-image: url("../images/guide/channel-app-message-box.png"); }
  .icon-box-img.icon-box-img-web-contact-us {
    background-image: url("../images/guide/channel-web-contact-us.png"); }
  .icon-box-img.icon-box-img-email {
    background-image: url("../images/guide/channel-email.png"); }
  .icon-box-img.icon-box-img-apple-app-store {
    background-image: url("../images/guide/channel-apple-app-store.png"); }
  .icon-box-img.icon-box-img-google-play-store {
    background-image: url("../images/guide/channel-google-play-store.png"); }
  .icon-box-img.icon-box-img-whatsapp {
    background-image: url("../images/guide/channel-whatsapp.png"); }
  .icon-box-img.icon-box-img-chat {
    background-image: url("../images/guide/channel-chat.png"); }
  .icon-box-img.icon-box-img-facebook {
    background-image: url("../images/guide/channel-facebook.png"); }
  .icon-box-img.icon-box-img-twitter {
    background-image: url("../images/guide/channel-twitter.png"); }

/*
<span class="icon-box-img icon-box-img-app-message-box"></span>
<span class="icon-box-img icon-box-img-web-contact-us"></span>
<span class="icon-box-img icon-box-img-email"></span>
<span class="icon-box-img icon-box-img-apple-app-store"></span>
<span class="icon-box-img icon-box-img-google-play-store"></span>
<span class="icon-box-img icon-box-img-whatsapp"></span>
<span class="icon-box-img icon-box-img-chat"></span>
<span class="icon-box-img icon-box-img-facebook"></span>
<span class="icon-box-img icon-box-img-twitter"></span>
*/
.icon-img {
  display: inline-block;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  width: 22px;
  height: 24px !important;
  line-height: 1;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 0px; }
  .icon-img.icon-img-app-contact-us {
    background-image: url("../images/tab/icon-app-contact-us.png?v=1");
    width: 14px;
    height: 22px; }
  .icon-img.icon-img-web-contact-us {
    background-image: url("../images/tab/icon-web-contact-us.png?v=1");
    width: 23px;
    height: 20px; }
  .icon-img.icon-img-email {
    background-image: url("../images/tab/icon-email.png?v=1");
    width: 22px;
    height: 23px; }
  .icon-img.icon-img-appstore {
    background-image: url("../images/tab/icon-appstore.png?v=1");
    width: 22px;
    height: 22px; }
  .icon-img.icon-img-playstore {
    background-image: url("../images/tab/icon-playstore.png?v=1");
    width: 20px;
    height: 22px; }
  .icon-img.icon-img-huawei {
    background-image: url("../images/tab/icon-huawei.png?v=1");
    width: 35px;
    height: 26px !important; }
  .icon-img.icon-img-facebook {
    background-image: url("../images/tab/icon-facebook.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-twitter {
    background-image: url("../images/tab/icon-twitter.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-instagram {
    background-image: url("../images/tab/icon-instagram.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-chatgpt {
    display: block;
    background-image: url("../images/tab/icon-chatgpt.svg?v=1");
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-whatsapp {
    background-image: url("../images/tab/icon-whatsapp.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-trello {
    background-image: url("../images/tab/icon-trello.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-slack {
    background-image: url("../images/tab/icon-slack.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-jira {
    background-image: url("../images/tab/icon-jira.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-android {
    background-image: url("../images/tab/icon-android.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-ios {
    background-image: url("../images/tab/icon-ios.png?v=1");
    width: 24px;
    height: 24px; }
  .icon-img.icon-img-chat {
    background-image: url("../images/tab/icon-livechat.png?v=1");
    width: 27px;
    height: 27px; }

.icon-upload {
  text-align: center; }
  .icon-upload .ico-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 102px;
    height: 102px;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 3px solid #f9fafc;
    padding: 3px; }
    .icon-upload .ico-image img {
      width: 90px;
      height: 90px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      display: block;
      margin: 0px auto; }
    .icon-upload .ico-image .custom-file {
      bottom: 8px;
      right: 8px;
      width: 32px;
      height: 32px;
      position: absolute;
      cursor: pointer; }
      .icon-upload .ico-image .custom-file .custom-file-label {
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #6fb1e7;
        border: 2px solid #fff;
        text-align: center;
        padding: 0px;
        margin: 0px;
        padding-top: 7px;
        color: #fff;
        -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        cursor: pointer;
        z-index: 99; }
        .icon-upload .ico-image .custom-file .custom-file-label:after {
          display: none; }
        .icon-upload .ico-image .custom-file .custom-file-label .icon-tick {
          position: relative;
          top: -1px; }
      .icon-upload .ico-image .custom-file:hover .custom-file-label {
        background-color: #45a5f0; }

.icon-upload-active .custom-file-label {
  opacity: 0;
  visibility: hidden; }

.icon-upload-active:hover .custom-file-label {
  opacity: 1;
  visibility: visible; }

.custom-file-icon {
  width: 1px;
  height: 1px; }

.import-msg {
  display: none;
  text-align: center;
  margin: 40px 0px;
  padding-top: 15px; }
  @media only screen and (max-width: 991px) {
    .import-msg {
      margin: 30px 0px; } }
  .import-msg p {
    color: #3f454b;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .import-msg p {
        font-size: 16px; } }
    .import-msg p a {
      color: #6fb1e7; }
      .import-msg p a:active, .import-msg p a:focus, .import-msg p a:hover {
        color: #2d8ddc; }
    .import-msg p + .btn {
      margin-top: 10px; }

.integration-detail-scroll {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  margin-bottom: 10px; }

.left-side-menu .close-matismenu {
  color: #6c757d !important;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
  font-size: 23px; }
  @media only screen and (max-width: 767px) {
    .left-side-menu .close-matismenu {
      display: block; } }

.left-side-menu .logo {
  margin-top: 30px;
  line-height: inherit;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .left-side-menu .logo {
      margin-top: 40px; } }

.left-side-menu .logo span.logo-sm {
  line-height: inherit; }

.link-box {
  text-align: center;
  background-color: #f0f6fb;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 991px) {
    .link-box {
      padding: 25px;
      max-width: 100%; } }
  .link-box.link-box-gray {
    background-color: #f4f7f9; }
  .link-box .copied {
    display: none; }
  .link-box .icon {
    color: #6fb1e7;
    font-size: 40px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .link-box .icon {
        font-size: 36px; } }
  .link-box p {
    color: #7a8086;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .link-box p {
        font-size: 13px; } }
    .link-box p + p  {
      margin-top: 10px; }
      @media only screen and (max-width: 991px) {
        .link-box p + p  {
          margin-top: 10px; } }
    .link-box p + .btn {
      margin-top: 18px; }
      @media only screen and (max-width: 991px) {
        .link-box p + .btn {
          margin-top: 13px; } }
    .link-box p a {
      color: #6fb1e7; }
      .link-box p a:active, .link-box p a:focus, .link-box p a:hover {
        color: #2d8ddc; }
  .link-box .btn {
    min-width: 130px; }

.list-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .list-logo-box .llb-media img {
    width: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .list-logo-box .llb-media i {
    font-size: 20px; }
  .list-logo-box .llb-text {
    padding-left: 8px; }

.loading-page {
  overflow: hidden;
  background-color: #f7f8fb;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.loading-animation {
  width: 64px;
  height: 64px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #6fb1e7;
  border-right: 4px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  -moz-animation: 1s spin linear infinite;
  -o-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.logo-upload {
  text-align: center; }
  .logo-upload .lu-image {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .logo-upload .lu-image .custom-file-preview {
      background-color: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: 2px solid #f9fafc;
      padding: 2px;
      margin-right: 10px;
      width: 68px;
      height: 68px; }
    .logo-upload .lu-image img {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      display: block;
      margin: 0px auto; }
    .logo-upload .lu-image .custom-file {
      width: auto;
      margin-right: 10px;
      height: 38px;
      cursor: pointer;
      text-align: left; }
      .logo-upload .lu-image .custom-file .custom-file-label {
        height: 38px;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
        background-color: #fff;
        border: 1px solid #6fb1e7;
        text-align: center;
        padding: 7px 15px;
        font-size: 12px;
        margin: 0px;
        color: #6fb1e7;
        -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
        cursor: pointer;
        z-index: 99;
        position: relative;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .logo-upload .lu-image .custom-file .custom-file-label:after {
          display: none; }
        .logo-upload .lu-image .custom-file .custom-file-label .icon-upload {
          position: relative;
          font-size: 20px;
          display: inline-block;
          -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin-right: 8px;
          top: -1px; }
        .logo-upload .lu-image .custom-file .custom-file-label span {
          display: inline-block; }
      .logo-upload .lu-image .custom-file:hover .custom-file-label {
        background-color: #fff;
        border: 1px solid #4c9ee1; }

.custom-file-logo {
  width: 1px;
  height: 1px; }

.editor-wrapper {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .editor-wrapper.--macro {
    height: 120px;
    border: 1px solid #dee2e6; }
  .editor-wrapper .ql-toolbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    text-align: right;
    border: 0; }
    .editor-wrapper .ql-toolbar .ql-formats {
      margin-right: 0; }
      .editor-wrapper .ql-toolbar .ql-formats button:hover .ql-stroke, .editor-wrapper .ql-toolbar .ql-formats button.ql-active .ql-stroke {
        stroke: #6fb1e7 !important; }
      .editor-wrapper .ql-toolbar .ql-formats button:hover .ql-fill, .editor-wrapper .ql-toolbar .ql-formats button.ql-active .ql-fill {
        fill: #6fb1e7 !important; }
    .editor-wrapper .ql-toolbar .char-count-wrapper {
      padding: 0 8px;
      border-right: 1px solid #cccccc;
      color: #cccccc;
      height: 15px;
      line-height: 15px;
      font-size: 11px; }
      .editor-wrapper .ql-toolbar .char-count-wrapper.no-toolbar {
        border-right: 0; }
  .editor-wrapper .ql-snow .ql-stroke {
    stroke: #b3b6c2 !important; }
  .editor-wrapper .ql-snow .ql-fill {
    fill: #b3b6c2 !important; }
  .editor-wrapper .ql-container {
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
    height: -webkit-calc(100% - 42px);
    height: -moz-calc(100% - 42px);
    height: calc(100% - 42px); }
  .editor-wrapper.border-danger {
    border-color: #f24437; }
    .editor-wrapper.border-danger .char-count-wrapper {
      color: #f24437; }

.input-group-append .btn {
  cursor: no-drop !important; }

.input-group-append .btn[data-target='#languageModal'] {
  cursor: pointer !important; }

.dashboard {
  /*
   * Other CSS
   */ }
  .dashboard__select + .select2.select2-container .select2-selection--single {
    background-color: transparent; }
  .dashboard__tabs__header {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .dashboard__tabs__title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    color: #3f454c;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    cursor: pointer; }
    .dashboard__tabs__title:hover {
      opacity: 1; }
    .dashboard__tabs__title:after {
      content: "";
      width: 100%;
      height: 3px;
      margin-top: 3px;
      display: block;
      background-color: #6fb1e7;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      opacity: 0; }
    .dashboard__tabs__title--active {
      opacity: 1; }
      .dashboard__tabs__title--active:after {
        opacity: 1; }
    .dashboard__tabs__title:last-child {
      margin-right: 0; }
  .dashboard__tabs__content .card {
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px); }
    .dashboard__tabs__content .card-height {
      min-height: 300px !important; }
  .dashboard__tabs__container.reportPage {
    padding: 0 !important; }
  .dashboard__card {
    min-height: 134px;
    padding: 20px; }
    .dashboard__card--large {
      min-height: 250px; }
    .dashboard__card__title {
      width: 100%;
      margin: 0 0 20px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      word-break: break-word; }
      .dashboard__card__title a {
        margin: 2px 0 0 5px; }
        .dashboard__card__title a i.info-icon {
          font-size: 12px; }
      .dashboard__card__title--large {
        font-size: 16px;
        font-weight: 700;
        color: #202143;
        word-wrap: break-word; }
        .dashboard__card__title--large a i.info-icon {
          top: -3px !important; }
    .dashboard__card__number {
      font-size: 28px;
      font-weight: 700;
      color: #202143;
      word-wrap: break-word;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .dashboard__card__select {
      width: 100%;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .dashboard__card__select .dashboard__card__title {
        width: auto;
        margin: 0 15px 0 0;
        padding-top: 6px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
  .dashboard__chart {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    .dashboard__chart__totals {
      width: 150px;
      padding-left: 20px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media only screen and (max-width: 575px) {
        .dashboard__chart__totals {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .dashboard__chart__totals .total-item {
        width: 100%;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media only screen and (max-width: 575px) {
          .dashboard__chart__totals .total-item {
            width: auto;
            padding-right: 10px; }
            .dashboard__chart__totals .total-item:last-child {
              padding-right: 0; } }
        .dashboard__chart__totals .total-item-circle {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          width: 12px;
          height: 12px;
          margin: 12px 7px 0 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -moz-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .dashboard__chart__totals .total-item-circle {
              margin-top: 9px; } }
          .dashboard__chart__totals .total-item-circle.-resolved {
            background-color: #85be69; }
          .dashboard__chart__totals .total-item-circle.-unresolved {
            background-color: #d25178; }
          .dashboard__chart__totals .total-item-circle.-reopened {
            background-color: #76bef5; }
          .dashboard__chart__totals .total-item-circle.-waiting {
            background-color: #f8c672; }
        .dashboard__chart__totals .total-item-wrapper {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .dashboard__chart__totals .total-item-number {
          font-size: 24px;
          font-weight: 700;
          color: #262848; }
          @media only screen and (max-width: 767px) {
            .dashboard__chart__totals .total-item-number {
              font-size: 20px; } }
        .dashboard__chart__totals .total-item-text {
          font-size: 12px;
          font-weight: 700;
          color: #9da7ad; }
    .dashboard__chart__group {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 575px) {
        .dashboard__chart__group {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
          -moz-box-orient: vertical;
          -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
    .dashboard__chart--folders .apexcharts-legend-marker {
      margin-top: 3px !important; }
    .dashboard__chart--pie {
      position: relative;
      width: 100%;
      min-height: 500px !important;
      max-height: 505px; }
      @media only screen and (max-width: 1199px) {
        .dashboard__chart--pie {
          min-height: auto !important;
          max-height: inherit; } }
      .dashboard__chart--pie .apexcharts-canvas {
        position: static !important; }
      .dashboard__chart--pie .apexcharts-toolbar {
        top: -43px !important;
        right: 0px !important; }
      .dashboard__chart--pie .apexcharts-legend .apexcharts-legend-marker {
        margin-top: 4px !important; }
      .dashboard__chart--pie .apexcharts-legend .apexcharts-legend-series {
        margin: 2px 10px 10px 10px !important; }
    .dashboard__chart--chat-users .apexcharts-toolbar {
      top: -51px !important;
      right: 0 !important; }
    .dashboard__chart--chat-users .apexcharts-legend .apexcharts-legend-marker {
      margin-top: 5px !important; }
    .dashboard__chart--chat-reasons .apexcharts-toolbar {
      top: -51px !important;
      right: 0 !important; }
    .dashboard__chart__empty.chart-empty {
      display: block !important; }
  .dashboard__loading-widgets {
    min-height: auto !important; }
    .dashboard__loading-widgets i {
      margin-top: -15px !important; }
  .dashboard .widget-link {
    cursor: pointer; }

.header-notification__button {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.header-notification__icon {
  display: block; }

.header-notification__content {
  padding: 10px 0; }

.header-notification__title {
  width: 100%;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #3f454b;
  font-weight: 700; }
  .header-notification__title.-settings {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer; }
    .header-notification__title.-settings .icon-back {
      display: inline-block;
      padding-top: 2px;
      margin-right: 8px;
      font-size: 14px; }
  .header-notification__title .title-link {
    color: #6fb1e7;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer; }

.header-notification__group {
  position: relative; }
  .header-notification__group.show .header-notification__icon path {
    fill: #6fb1e7; }
  .header-notification__group .dropdown-menu {
    width: 200px;
    padding: 0; }
  .header-notification__group .header-notification__profile + .dropdown-menu .dropdown-item:hover {
    background-color: #f2f9ff; }
  .header-notification__group .header-notification__profile + .dropdown-menu .dropdown-item i {
    font-size: 15px; }
  .header-notification__group .header-notification__help + .dropdown-menu,
  .header-notification__group .header-notification__notice + .dropdown-menu {
    width: 310px; }

.header-notification__wrapper {
  width: 100%;
  max-width: 200px;
  padding: 0 5px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-notification__profile, .header-notification__help, .header-notification__notice {
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }

.header-notification__profile .profile-image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.header-notification__notice {
  position: relative; }

.header-notification__help-item {
  padding: 15px 20px;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out; }
  .header-notification__help-item:hover {
    background-color: #f5fbff; }
  .header-notification__help-item .help-title {
    display: block;
    padding: 0 10px 5px 10px;
    font-size: 11px;
    color: #6fb1e7;
    cursor: default; }
  .header-notification__help-item .help-description {
    padding: 0 10px 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #3f454b;
    cursor: default; }
  .header-notification__help-item .help-button {
    width: 100%;
    height: 44px;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #6fb1e7;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #6fb1e7;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out; }
    .header-notification__help-item .help-button:hover {
      background-color: #6fb1e7;
      color: #ffffff; }

.header-notification__bullet span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 8px; }

.header-notification__tab {
  padding: 0 20px; }

.header-notification__settings {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .header-notification__settings .settings-wrapper {
    padding: 0 20px 15px 20px; }
  .header-notification__settings .settings-title {
    margin-bottom: 2px;
    font-size: 14px;
    color: #41474d;
    font-weight: 600; }
  .header-notification__settings .settings-description {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #707a90;
    border-bottom: 1px solid #dee2e6; }
  .header-notification__settings .settings-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-notification__settings .settings-item.-button {
      padding: 10px 0 5px 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .header-notification__settings .settings-item.-button button {
        min-width: 75px; }
    .header-notification__settings .settings-item__text {
      font-size: 12px;
      color: #41474d;
      word-break: break-word;
      text-align: left; }
    .header-notification__settings .settings-item__switch {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .header-notification__settings .settings-item__switch input:checked + label:after {
        left: 29px; }
      .header-notification__settings .settings-item__switch label {
        width: 55px;
        height: 30px; }
        .header-notification__settings .settings-item__switch label:after {
          top: 4px;
          width: 20px;
          height: 20px; }
      .header-notification__settings .settings-item__switch .custom-checkbox {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        margin-right: -10px; }

.header-notification__ticket .tab-pane, .header-notification__settings .tab-pane {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 10px 10px 10px;
  padding: 10px;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden; }
  .header-notification__ticket .tab-pane.-system, .header-notification__settings .tab-pane.-system {
    height: 330px; }

.header-notification__ticket .nav-tabs, .header-notification__settings .nav-tabs {
  border-color: #dee2e6; }
  .header-notification__ticket .nav-tabs .nav-link, .header-notification__settings .nav-tabs .nav-link {
    position: relative;
    color: #41474d;
    border: 0;
    margin: 0 !important;
    font-size: 14px; }
    .header-notification__ticket .nav-tabs .nav-link:after, .header-notification__settings .nav-tabs .nav-link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      display: none;
      background-color: #6fb1e7; }
    .header-notification__ticket .nav-tabs .nav-link.active, .header-notification__settings .nav-tabs .nav-link.active {
      color: #6fb1e7 !important; }
      .header-notification__ticket .nav-tabs .nav-link.active:after, .header-notification__settings .nav-tabs .nav-link.active:after {
        display: block; }
    .header-notification__ticket .nav-tabs .nav-link #notification_widget, .header-notification__settings .nav-tabs .nav-link #notification_widget {
      opacity: 0 !important;
      width: 0 !important;
      height: 0 !important;
      overflow: hidden !important; }
      .header-notification__ticket .nav-tabs .nav-link #notification_widget *, .header-notification__settings .nav-tabs .nav-link #notification_widget * {
        width: 0 !important;
        height: 0 !important; }

.header-notification__sound {
  position: absolute;
  right: 10px;
  top: 15px;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .header-notification__sound[disabled] {
    opacity: .5;
    cursor: not-allowed; }
  .header-notification__sound .icon-notification-volume,
  .header-notification__sound .icon-notification-mute {
    font-size: 20px;
    color: #41474d; }

.header-notification__more {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-notification__more .dot-flashing {
    position: relative;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #6fb1e7;
    color: #6fb1e7;
    -webkit-animation: dot-flashing .5s infinite linear alternate;
    -moz-animation: dot-flashing .5s infinite linear alternate;
    -o-animation: dot-flashing .5s infinite linear alternate;
    animation: dot-flashing .5s infinite linear alternate;
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s; }
    .header-notification__more .dot-flashing::before, .header-notification__more .dot-flashing::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0; }
    .header-notification__more .dot-flashing::before {
      left: -12px;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #6fb1e7;
      color: #6fb1e7;
      -webkit-animation: dot-flashing .5s infinite alternate;
      -moz-animation: dot-flashing .5s infinite alternate;
      -o-animation: dot-flashing .5s infinite alternate;
      animation: dot-flashing .5s infinite alternate;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s; }
    .header-notification__more .dot-flashing::after {
      left: 12px;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #6fb1e7;
      color: #6fb1e7;
      -webkit-animation: dot-flashing .5s infinite alternate;
      -moz-animation: dot-flashing .5s infinite alternate;
      -o-animation: dot-flashing .5s infinite alternate;
      animation: dot-flashing .5s infinite alternate;
      -webkit-animation-delay: .5s;
      -moz-animation-delay: .5s;
      -o-animation-delay: .5s;
      animation-delay: .5s; }

@-webkit-keyframes dot-flashing {
  0% {
    background-color: #6fb1e7; }
  50%, 100% {
    background-color: rgba(111, 177, 231, 0.2); } }

@-moz-keyframes dot-flashing {
  0% {
    background-color: #6fb1e7; }
  50%, 100% {
    background-color: rgba(111, 177, 231, 0.2); } }

@-o-keyframes dot-flashing {
  0% {
    background-color: #6fb1e7; }
  50%, 100% {
    background-color: rgba(111, 177, 231, 0.2); } }

@keyframes dot-flashing {
  0% {
    background-color: #6fb1e7; }
  50%, 100% {
    background-color: rgba(111, 177, 231, 0.2); } }

.header-notification__all-read {
  width: 100%;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-notification__all-read span {
    font-size: 12px;
    color: #41474d;
    cursor: pointer; }

.header-notification__news {
  padding: 8px 0 12px 0;
  border-bottom: 1px solid #f0f3f6; }
  .header-notification__news:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .header-notification__news .news-title {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #41474d; }
  .header-notification__news .news-content {
    font-size: 11px;
    font-weight: 400;
    color: #41474d; }

.header-notification__no-result {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #41474d;
  word-break: break-word; }

.header-notification__item {
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #f0f3f6;
  cursor: pointer; }
  .header-notification__item.-read .item-wrapper {
    background-color: #ffffff; }
  .header-notification__item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .header-notification__item .item-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2f9ff;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear; }
  .header-notification__item .item-image {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-color: #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    color: #babfc3; }
    .header-notification__item .item-image:after {
      content: attr(data-name);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      z-index: 1; }
    .header-notification__item .item-image img {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .header-notification__item .item-action {
    margin-bottom: 2px;
    font-size: 11px;
    color: #6fb1e7;
    word-break: break-word; }
  .header-notification__item .item-description {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #41474d;
    word-break: break-word; }
  .header-notification__item .item-date {
    font-size: 10px;
    color: #707a90; }

.param-list {
  margin: 0px 0px 0px 0px;
  background-color: #f9fafc;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  padding: 15px 15px 15px 15px; }
  .param-list .param-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f454b;
    font-size: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 15px; }
    .param-list .param-item .param-field {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 60px);
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 60px);
      flex: 0 0 calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px);
      font-size: 13px;
      font-weight: 400;
      color: #6c757d;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .param-list .param-item .param-field em {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        vertical-align: middle;
        color:   #6fb1e7; }
      .param-list .param-item .param-field .row {
        margin-left: -5px;
        margin-right: -5px; }
      .param-list .param-item .param-field [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px; }
    .param-list .param-item .param-action {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      width: 60px;
      text-align: center; }
      .param-list .param-item .param-action .action-icon {
        color: #6c757d;
        font-size: 13px;
        display: inline-block;
        padding: 0 3px; }
        .param-list .param-item .param-action .action-icon:hover {
          color: #3f454b; }

.param-add {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 13px;
  font-weight: 700;
  min-width: auto !important; }
  .param-add strong,
  .param-add span {
    display: inline-block;
    vertical-align: top; }
  .param-add span {
    font-size: 140%;
    line-height: 1; }

.phone-preview {
  font-family: "Open Sans", sans-serif; }

.phone-preview {
  overflow: hidden;
  width: 100%;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  padding: 13px;
  max-width: 310px;
  margin: 0px auto;
  left: inherit !important; }
  @media only screen and (max-width: 991px) {
    .phone-preview {
      position: relative !important;
      left: inherit !important;
      top: inherit !important; } }
  .phone-preview .pp-title {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #6fb1e7;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .phone-preview .pp-poweredby {
    background-color: #f7f7f7;
    padding: 10px 5px 10px 5px;
    font-size: 8px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-top: 0px; }
    .phone-preview .pp-poweredby .ppp-copyright {
      -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
      padding: 3px 15px;
      background-color: #ffffff;
      display: inline-block;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      .phone-preview .pp-poweredby .ppp-copyright img {
        max-width: 100%;
        height: auto;
        display: inline-block; }
    .phone-preview .pp-poweredby a {
      display: block;
      color: #ffffff; }
      .phone-preview .pp-poweredby a:focus, .phone-preview .pp-poweredby a:hover {
        color: #ffffff; }
    .phone-preview .pp-poweredby strong {
      font-weight: 700; }
  .phone-preview .pp-inner {
    height: 484px;
    max-height: 484px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f5f5f5;
    border-bottom: 0px; }

.phone-screen {
  background-color: #f7f7f7;
  display: none;
  opacity: 0; }
  .phone-screen.show {
    display: block;
    opacity: 1; }
  .phone-screen .ps-main {
    min-height: 484px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .phone-screen .ps-header {
    background-color: #f7f7f7;
    padding: 15px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 52px; }
    .phone-screen .ps-header.ps-header-shadow {
      -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3); }
    .phone-screen .ps-header .psh-left-icon {
      width: 15px;
      font-size: 13px;
      line-height: 1;
      color: #5c5c5c; }
      .phone-screen .ps-header .psh-left-icon span:before {
        font-weight: 700;
        position: relative;
        top: 2px; }
      .phone-screen .ps-header .psh-left-icon span.icon-sdk-close {
        font-size: 13px; }
      .phone-screen .ps-header .psh-left-icon span.icon-sdk-back {
        font-size: 11px; }
    .phone-screen .ps-header .psh-title {
      font-size: 15px;
      font-weight: 600;
      color: #5c5c5c;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      padding: 0px 8px; }
    .phone-screen .ps-header .psh-right-icon {
      width: 15px;
      font-size: 13px;
      line-height: 1;
      color: #5c5c5c; }
      .phone-screen .ps-header .psh-right-icon span:before {
        font-weight: 700;
        position: relative;
        top: 2px; }
      .phone-screen .ps-header .psh-right-icon span.icon-sdk-add {
        font-size: 15px;
        font-weight: 400; }
  .phone-screen .ps-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-calc(484px - 52px);
    height: -moz-calc(484px - 52px);
    height: calc(484px - 52px); }
    .phone-screen .ps-content .slimscroll {
      height: -webkit-calc(484px - 52px);
      height: -moz-calc(484px - 52px);
      height: calc(484px - 52px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px 15px 30px 15px; }
    .phone-screen .ps-content .ps-inner {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%; }
    .phone-screen .ps-content _:-ms-fullscreen,
    .phone-screen .ps-content :root .ps-inner {
      display: block;
      min-height: 100%;
      -ms-flex-direction: inherit;
      flex-direction: inherit; }
    @media all and (-ms-high-contrast: none) {
      .phone-screen .ps-content *::-ms-backdrop,
      .phone-screen .ps-content .ps-inner {
        display: block;
        min-height: 100%;
        -ms-flex-direction: inherit;
        flex-direction: inherit; } }
    .phone-screen .ps-content .ps-action {
      width: 100%;
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .phone-screen .ps-content .ps-info {
      margin: 40px 0px 20px 0px;
      text-align: center; }
      .phone-screen .ps-content .ps-info .psi-icon {
        font-size: 64px;
        line-height: 1;
        color: #0ebc98; }
      .phone-screen .ps-content .ps-info .psi-subtitle {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.61px;
        line-height: 1.3;
        color: #4d4d4d;
        margin: 15px 0px;
        max-height: 92px;
        overflow: hidden; }
      .phone-screen .ps-content .ps-info .psi-description {
        font-size: 11px;
        letter-spacing: 0.5px;
        font-weight: 400;
        line-height: 1.6;
        color: #868686;
        max-height: 113px;
        overflow: hidden; }
    .phone-screen .ps-content .ps-button {
      width: 100%;
      min-height: 44px;
      background-color: #58b0fa;
      border: 1px solid #58b0fa;
      color: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.3;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 0px 10px; }
      .phone-screen .ps-content .ps-button .psb-detail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px 5px; }
        .phone-screen .ps-content .ps-button .psb-detail .psbd-text {
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
      .phone-screen .ps-content .ps-button .psb-arrow,
      .phone-screen .ps-content .ps-button .psbd-icon {
        display: none;
        font-size: 68%;
        line-height: 1;
        margin-right: 8px; }
        .phone-screen .ps-content .ps-button .psb-arrow span,
        .phone-screen .ps-content .ps-button .psbd-icon span {
          position: relative;
          top: 0px; }
          .phone-screen .ps-content .ps-button .psb-arrow span:before,
          .phone-screen .ps-content .ps-button .psbd-icon span:before {
            font-weight: 400; }
      .phone-screen .ps-content .ps-button .psb-arrow {
        width: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 12px;
        flex: 0 0 12px;
        font-size: 85%;
        margin-right: 5px; }
        .phone-screen .ps-content .ps-button .psb-arrow span {
          position: relative;
          top: 1px; }
      .phone-screen .ps-content .ps-button.ps-button-shadow {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3); }
      .phone-screen .ps-content .ps-button.ps-button-1 {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px; }
      .phone-screen .ps-content .ps-button.ps-button-2 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
      .phone-screen .ps-content .ps-button.ps-button-3 {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .phone-screen .ps-content .ps-button.ps-button-4 {
        width: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -30px; }
      .phone-screen .ps-content .ps-button.ps-button-icon .psbd-icon {
        display: inline-block; }
      .phone-screen .ps-content .ps-button.ps-button-arrow .psb-detail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 18px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 18px);
        flex: 0 0 calc(100% - 18px);
        width: -webkit-calc(100% - 18px);
        width: -moz-calc(100% - 18px);
        width: calc(100% - 18px);
        padding-left: 9px; }
      .phone-screen .ps-content .ps-button.ps-button-arrow .psb-arrow {
        display: inline-block; }
    .phone-screen .ps-content .ps-tab {
      background-color: #f7f7f7;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: -15px -15px 0px -15px; }
      .phone-screen .ps-content .ps-tab .pst-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
        padding: 10px 10px;
        font-size: 13px;
        color: #9298b1;
        font-weight: 600;
        border-bottom: 2px solid #f7f7f7; }
        .phone-screen .ps-content .ps-tab .pst-item.active {
          border-color: #58b0fa;
          color: #58b0fa; }
        .phone-screen .ps-content .ps-tab .pst-item .psti-text {
          display: inline-block;
          max-width: -webkit-calc(100% - 13px);
          max-width: -moz-calc(100% - 13px);
          max-width: calc(100% - 13px);
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
        .phone-screen .ps-content .ps-tab .pst-item .psti-count {
          position: absolute;
          margin-left: 3px;
          vertical-align: top;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 13px;
          height: 13px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          color: #fff;
          background-color: #58b0fa;
          font-size: 8px;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
    .phone-screen .ps-content .ps-list {
      padding: 15px 0px 0px 0px; }
      .phone-screen .ps-content .ps-list .psl-item {
        background-color: #ffffff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px; }
        .phone-screen .ps-content .ps-list .psl-item .psli-text {
          width: -webkit-calc(100% - 20px);
          width: -moz-calc(100% - 20px);
          width: calc(100% - 20px);
          padding-right: 10px; }
          .phone-screen .ps-content .ps-list .psl-item .psli-text .pslit-subject {
            font-size: 13px;
            line-height: 1.3;
            font-weight: 400;
            color: #2d2d2d;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            max-width: 100%; }
          .phone-screen .ps-content .ps-list .psl-item .psli-text .pslit-date {
            font-size: 11px;
            font-weight: 400;
            color: #b0b0b0;
            margin-top: 5px;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
        .phone-screen .ps-content .ps-list .psl-item .psli-icon {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20px;
          -moz-box-flex: 0;
          -ms-flex: 0 0 20px;
          flex: 0 0 20px;
          width: 20px;
          display: none;
          font-size: 13px;
          color: #58b0fa; }
        .phone-screen .ps-content .ps-list .psl-item.active .psli-text .pslit-subject {
          font-weight: 700; }
        .phone-screen .ps-content .ps-list .psl-item.active .psli-icon {
          display: block; }
      .phone-screen .ps-content .ps-list.ps-list-shadow .psl-item {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); }
      .phone-screen .ps-content .ps-list.ps-list-1 .psl-item {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 15px; }
      .phone-screen .ps-content .ps-list.ps-list-2 .psl-item {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 15px; }
      .phone-screen .ps-content .ps-list.ps-list-3 .psl-item {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-bottom: 15px; }
      .phone-screen .ps-content .ps-list.ps-list-4 {
        padding-top: 0px;
        margin-left: -16px;
        margin-right: -16px; }
        .phone-screen .ps-content .ps-list.ps-list-4 .psl-item {
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          margin-bottom: 8px; }
    .phone-screen .ps-content .ps-write {
      background-color: #ffffff;
      margin: 0px -15px 0px -15px;
      width: auto;
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .phone-screen .ps-content .ps-write .psw-button {
        margin-left: 5px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 32px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent !important;
        border: 1px solid #58b0fa;
        color: #58b0fa;
        padding: 3px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1; }
        .phone-screen .ps-content .ps-write .psw-button span::before {
          position: relative;
          top: 1px; }
      .phone-screen .ps-content .ps-write .psw-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 37px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 37px);
        flex: 0 0 calc(100% - 37px);
        width: -webkit-calc(100% - 37px);
        width: -moz-calc(100% - 37px);
        width: calc(100% - 37px);
        height: 32px;
        border-bottom: 1px solid #c2c7cc;
        line-height: 28px;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.41px;
        padding-bottom: 2px;
        color: #9298b1;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .phone-screen .ps-content .ps-chat::after {
      display: block;
      clear: both;
      content: ""; }
    .phone-screen .ps-content .ps-chat .psc-item {
      margin-top: 5px;
      margin-bottom: 15px;
      max-width: 90%;
      display: inline-block; }
      .phone-screen .ps-content .ps-chat .psc-item .psci-text {
        font-size: 11px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.56px;
        background-color: #66748b;
        color: #ffffff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 8px 15px 10px 15px;
        text-align: left !important;
        position: relative; }
        .phone-screen .ps-content .ps-chat .psc-item .psci-text span {
          display: none;
          content: "";
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #66748b;
          position: absolute;
          right: -8px;
          bottom: 0px; }
      .phone-screen .ps-content .ps-chat .psc-item .psci-date {
        margin-top: 5px;
        font-size: 9px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.42px;
        color: #9298b1; }
      .phone-screen .ps-content .ps-chat .psc-item.psc-item-shadow .psci-text {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); }
      .phone-screen .ps-content .ps-chat .psc-item.psc-item-receiver {
        text-align: right;
        float: right; }
        .phone-screen .ps-content .ps-chat .psc-item.psc-item-receiver .psci-text {
          background-color: #66748b;
          color: #ffffff;
          -webkit-border-top-right-radius: 0px;
          -moz-border-radius-topright: 0px;
          border-top-right-radius: 0px; }
          .phone-screen .ps-content .ps-chat .psc-item.psc-item-receiver .psci-text span {
            border-bottom-color: #66748b; }
      .phone-screen .ps-content .ps-chat .psc-item.psc-item-sender {
        text-align: left;
        float: left; }
        .phone-screen .ps-content .ps-chat .psc-item.psc-item-sender .psci-text {
          background-color: #ffffff;
          color: #525a7e;
          -webkit-border-bottom-left-radius: 0px;
          -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px; }
          .phone-screen .ps-content .ps-chat .psc-item.psc-item-sender .psci-text span {
            border-bottom-color: #ffffff; }
    .phone-screen .ps-content .ps-chat.ps-chat-1 .psc-item .psci-text {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .phone-screen .ps-content .ps-chat.ps-chat-1 .psc-item.psc-item-receiver .psci-text {
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px; }
    .phone-screen .ps-content .ps-chat.ps-chat-1 .psc-item.psc-item-sender .psci-text {
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px; }
    .phone-screen .ps-content .ps-chat.ps-chat-2 .psc-item .psci-text {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .phone-screen .ps-content .ps-chat.ps-chat-2 .psc-item.psc-item-receiver .psci-text {
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px; }
    .phone-screen .ps-content .ps-chat.ps-chat-2 .psc-item.psc-item-sender .psci-text {
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px; }
    .phone-screen .ps-content .ps-chat.ps-chat-3 .psc-item .psci-text {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
    .phone-screen .ps-content .ps-chat.ps-chat-3 .psc-item.psc-item-receiver .psci-text {
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px; }
    .phone-screen .ps-content .ps-chat.ps-chat-3 .psc-item.psc-item-sender .psci-text {
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px; }
    .phone-screen .ps-content .ps-chat.ps-chat-4 {
      padding: 0px 5px 0px 5px; }
      .phone-screen .ps-content .ps-chat.ps-chat-4 .psc-item {
        max-width: 94%; }
        .phone-screen .ps-content .ps-chat.ps-chat-4 .psc-item .psci-text {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
          .phone-screen .ps-content .ps-chat.ps-chat-4 .psc-item .psci-text span {
            display: block; }
        .phone-screen .ps-content .ps-chat.ps-chat-4 .psc-item.psc-item-receiver .psci-text {
          -webkit-border-bottom-right-radius: 0px;
          -moz-border-radius-bottomright: 0px;
          border-bottom-right-radius: 0px; }
          .phone-screen .ps-content .ps-chat.ps-chat-4 .psc-item.psc-item-receiver .psci-text span {
            right: -8px;
            left: inherit; }
        .phone-screen .ps-content .ps-chat.ps-chat-4 .psc-item.psc-item-sender .psci-text {
          -webkit-border-bottom-left-radius: 0px;
          -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px; }
          .phone-screen .ps-content .ps-chat.ps-chat-4 .psc-item.psc-item-sender .psci-text span {
            right: inherit;
            left: -8px; }
    .phone-screen .ps-content .ps-form {
      margin-top: 8px; }
      .phone-screen .ps-content .ps-form .psf-row {
        margin-bottom: 10px; }
      .phone-screen .ps-content .ps-form .psf-label {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 100%;
        width: 100%;
        color: #a6a6a8;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.46px;
        margin-bottom: 7px;
        margin-top: 20px; }
      .phone-screen .ps-content .ps-form .psf-textarea,
      .phone-screen .ps-content .ps-form .psf-select,
      .phone-screen .ps-content .ps-form .psf-input {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border-bottom: 1px solid #bfbfc1;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-color: transparent; }
        .phone-screen .ps-content .ps-form .psf-textarea .psf-focus-label,
        .phone-screen .ps-content .ps-form .psf-select .psf-focus-label,
        .phone-screen .ps-content .ps-form .psf-input .psf-focus-label {
          max-width: 90%;
          position: absolute;
          top: -6px;
          left: 0px;
          font-size: 10px;
          font-weight: 400;
          color: #58b0fa;
          height: auto;
          line-height: 1;
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          background-color: #f7f7f7;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px; }
        .phone-screen .ps-content .ps-form .psf-textarea .psf-value,
        .phone-screen .ps-content .ps-form .psf-select .psf-value,
        .phone-screen .ps-content .ps-form .psf-input .psf-value {
          width: 100%;
          color: #a6a6a8;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0.46px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .phone-screen .ps-content .ps-form .psf-textarea .psf-value div,
          .phone-screen .ps-content .ps-form .psf-select .psf-value div,
          .phone-screen .ps-content .ps-form .psf-input .psf-value div {
            display: inline-block;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
          .phone-screen .ps-content .ps-form .psf-textarea .psf-value span,
          .phone-screen .ps-content .ps-form .psf-select .psf-value span,
          .phone-screen .ps-content .ps-form .psf-input .psf-value span {
            margin-right: 5px;
            line-height: 1;
            position: relative;
            top: 1px;
            font-size: 80%;
            color: #58b0fa; }
            .phone-screen .ps-content .ps-form .psf-textarea .psf-value span::before,
            .phone-screen .ps-content .ps-form .psf-select .psf-value span::before,
            .phone-screen .ps-content .ps-form .psf-input .psf-value span::before {
              font-weight: 400; }
        .phone-screen .ps-content .ps-form .psf-textarea.focus,
        .phone-screen .ps-content .ps-form .psf-select.focus,
        .phone-screen .ps-content .ps-form .psf-input.focus {
          border-color: #000000; }
          .phone-screen .ps-content .ps-form .psf-textarea.focus .psf-value,
          .phone-screen .ps-content .ps-form .psf-select.focus .psf-value,
          .phone-screen .ps-content .ps-form .psf-input.focus .psf-value {
            color: #000000;
            padding-top: 4px; }
      .phone-screen .ps-content .ps-form .psf-textarea {
        border: 1px solid #bfbfc1;
        height: auto;
        min-height: 80px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        overflow: hidden; }
        .phone-screen .ps-content .ps-form .psf-textarea .psf-value {
          text-indent: -99999px;
          -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
          align-self: flex-start; }
      .phone-screen .ps-content .ps-form .psf-addfile {
        margin-top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .phone-screen .ps-content .ps-form .psf-addfile .psfa-input {
          font-size: 12px;
          font-weight: 400;
          color: #58b0fa; }
          .phone-screen .ps-content .ps-form .psf-addfile .psfa-input span {
            vertical-align: middle;
            font-size: 110%;
            line-height: 1;
            margin-right: 3px; }
        .phone-screen .ps-content .ps-form .psf-addfile .psfa-value {
          font-size: 8px;
          font-weight: 400;
          color: #a6a6a8; }
          .phone-screen .ps-content .ps-form .psf-addfile .psfa-value span {
            vertical-align: middle;
            font-size: 145%;
            line-height: 1;
            margin-left: 3px; }
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea,
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-select,
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-input, .phone-screen .ps-content .ps-form.ps-form-1 .psf-textarea,
      .phone-screen .ps-content .ps-form.ps-form-1 .psf-select,
      .phone-screen .ps-content .ps-form.ps-form-1 .psf-input {
        background-color: transparent !important; }
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-select .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-input .psf-focus-label, .phone-screen .ps-content .ps-form.ps-form-1 .psf-textarea .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-1 .psf-select .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-1 .psf-input .psf-focus-label {
          background-color: transparent !important; }
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-row {
        margin-bottom: 15px; }
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-label {
        display: none; }
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea,
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-select,
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-input {
        border: 1px solid #bfbfc1;
        background-color: #f7f7f7;
        height: 48px;
        line-height: 48px;
        padding: 10px 13px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea .psf-value,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-select .psf-value,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-input .psf-value {
          padding-top: 0px; }
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-select .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-input .psf-focus-label {
          padding: 3px;
          top: -10px;
          left: 10px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea.focus,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-select.focus,
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-input.focus {
          border-color: #000000; }
          .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea.focus .psf-value,
          .phone-screen .ps-content .ps-form.ps-form-2 .psf-select.focus .psf-value,
          .phone-screen .ps-content .ps-form.ps-form-2 .psf-input.focus .psf-value {
            color: #000000; }
      .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea {
        height: auto;
        min-height: 75px;
        line-height: 1; }
        .phone-screen .ps-content .ps-form.ps-form-2 .psf-textarea .psf-value {
          text-indent: 0px;
          -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
          align-self: baseline; }
      .phone-screen .ps-content .ps-form.ps-form-3 .psf-row {
        margin-bottom: 15px; }
      .phone-screen .ps-content .ps-form.ps-form-3 .psf-label {
        display: none; }
      .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea,
      .phone-screen .ps-content .ps-form.ps-form-3 .psf-select,
      .phone-screen .ps-content .ps-form.ps-form-3 .psf-input {
        border: 1px solid #bfbfc1;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
        background-color: #f7f7f7;
        height: 48px;
        line-height: 48px;
        padding: 10px 13px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea .psf-value,
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-select .psf-value,
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-input .psf-value {
          padding-top: 0px; }
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-select .psf-focus-label,
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-input .psf-focus-label {
          background-color: transparent !important;
          padding: 0px;
          top: 7px;
          left: 13px; }
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea.focus,
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-select.focus,
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-input.focus {
          border-color: #000000; }
          .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea.focus .psf-value,
          .phone-screen .ps-content .ps-form.ps-form-3 .psf-select.focus .psf-value,
          .phone-screen .ps-content .ps-form.ps-form-3 .psf-input.focus .psf-value {
            color: #000000; }
            .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea.focus .psf-value div,
            .phone-screen .ps-content .ps-form.ps-form-3 .psf-select.focus .psf-value div,
            .phone-screen .ps-content .ps-form.ps-form-3 .psf-input.focus .psf-value div {
              padding-top: 11px; }
      .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea {
        height: auto;
        min-height: 75px;
        line-height: 1; }
        .phone-screen .ps-content .ps-form.ps-form-3 .psf-textarea .psf-value {
          text-indent: 0px;
          -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
          align-self: baseline; }
  .phone-screen .psf-checkbox[disabled] + .psf-checkbox-label {
    color: #222222; }
  .phone-screen .psf-checkbox:checked + .psf-checkbox-label:after {
    -moz-background-size: 68% !important;
    -o-background-size: 68% !important;
    background-size: 68% !important;
    -webkit-border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    border-radius: .25rem !important;
    border: 1px solid #58b0fa !important;
    background-color: #ffffff !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='%2358b0fa' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E"); }
  .phone-screen .psf-checkbox-label {
    color: #222222;
    font-size: 12px;
    font-weight: 400 !important; }
    .phone-screen .psf-checkbox-label.-link {
      text-decoration: underline; }
  .phone-screen _:-ms-fullscreen,
  .phone-screen :root .ps-content {
    display: block;
    min-height: 100%;
    -ms-flex-direction: inherit;
    flex-direction: inherit; }
  @media all and (-ms-high-contrast: none) {
    .phone-screen *::-ms-backdrop,
    .phone-screen .ps-content {
      display: block;
      min-height: 100%;
      -ms-flex-direction: inherit;
      flex-direction: inherit; } }
  .phone-screen .ps-footer .ps-bottom-note {
    color: #868686;
    text-align: center;
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0.45px;
    font-weight: 400;
    height: 40px; }
    .phone-screen .ps-footer .ps-bottom-note .slimscroll {
      padding: 0px 15px 8px 15px;
      height: 40px; }
  .phone-screen .ps-footer .ps-bottom-write {
    background-color: gray;
    text-align: center;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 400;
    height: 55px; }
    .phone-screen .ps-footer .ps-bottom-write .slimscroll {
      padding: 0px 15px 8px 15px;
      height: 55px; }
  .phone-screen.phone-screen-note .ps-content {
    height: -webkit-calc(484px - 52px - 40px);
    height: -moz-calc(484px - 52px - 40px);
    height: calc(484px - 52px - 40px); }
    .phone-screen.phone-screen-note .ps-content .slimscroll {
      height: -webkit-calc(484px - 52px - 40px);
      height: -moz-calc(484px - 52px - 40px);
      height: calc(484px - 52px - 40px);
      padding-bottom: 8px; }
    .phone-screen.phone-screen-note .ps-content .ps-button-4 {
      margin-bottom: 0px; }
  .phone-screen.phone-screen-write .ps-content .slimscroll {
    padding-bottom: 0px; }

[dir=rtl] .phone-screen .ps-content .ps-form .psf-label {
  text-align: right; }

[dir=rtl] .phone-screen .ps-content .ps-form .psf-addfile .psfa-input span {
  margin-right: 0px;
  margin-left: 3px; }

[dir=rtl] .phone-screen .ps-content .ps-form .psf-addfile .psfa-value span {
  margin-left: 0px;
  margin-right: 3px; }

[dir=rtl] .phone-screen .ps-content .ps-button .psb-arrow, [dir=rtl] .phone-screen .ps-content .ps-button .psbd-icon {
  margin-right: 0px;
  margin-left: 8px; }

[dir=rtl] .phone-screen .ps-content .ps-list .psl-item .psli-text {
  padding-right: 0px;
  padding-left: 10px; }

[dir=rtl] .phone-screen .ps-content .ps-write .psw-button {
  margin-left: 0px;
  margin-right: 5px; }

[dir=rtl] .phone-screen .ps-content .ps-write .psw-input {
  text-align: right; }

.profile-tab-wrapper.card-body {
  padding: 0 15px; }
  .profile-tab-wrapper.card-body .form-group > div {
    max-width: 300px; }
  .profile-tab-wrapper.card-body .profile-tab-nav {
    border-right: solid 1px #dee2e6;
    padding: 20px 30px; }
    .profile-tab-wrapper.card-body .profile-tab-nav h2 {
      color: #3f454c;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 30px; }
    .profile-tab-wrapper.card-body .profile-tab-nav h3 {
      opacity: 0.3;
      font-size: 14px;
      margin-bottom: 15px; }
    .profile-tab-wrapper.card-body .profile-tab-nav .nav-pills .nav-link {
      font-size: 14px;
      font-weight: 500;
      padding: 0;
      margin-top: 7px;
      margin-bottom: 7px;
      margin-right: -16px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .profile-tab-wrapper.card-body .profile-tab-nav .nav-pills .nav-link.active {
        color: #6fb1e7;
        background-color: transparent;
        border-right: solid 3px #6fb1e7; }
  .profile-tab-wrapper.card-body .edit-profile-content {
    padding: 40px 20px; }
    .profile-tab-wrapper.card-body .edit-profile-content .profile-desc p {
      font-size: 14px;
      color: #7a8086; }
    .profile-tab-wrapper.card-body .edit-profile-content .profile-password {
      letter-spacing: 4px;
      font-size: 22px !important; }
    .profile-tab-wrapper.card-body .edit-profile-content .-show-password .profile-password {
      letter-spacing: 0 !important;
      font-size: 14px !important; }
    .profile-tab-wrapper.card-body .edit-profile-content .mdi-eye, .profile-tab-wrapper.card-body .edit-profile-content .mdi-eye-off {
      color: #6fb1e7;
      top: 8px;
      font-size: 19px; }
    .profile-tab-wrapper.card-body .edit-profile-content .edit-profile-title {
      color: #3f454b;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px; }
    .profile-tab-wrapper.card-body .edit-profile-content .col-form-label {
      font-size: 16px;
      line-height: 1.38;
      padding-bottom: 6px;
      font-weight: 400;
      color: #3f454b; }
    .profile-tab-wrapper.card-body .edit-profile-content .form-control {
      height: 44px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #f4faff;
      max-width: 300px;
      width: 100%;
      font-size: 14px;
      color: rgba(63, 69, 75, 0.5);
      border: 0; }
    .profile-tab-wrapper.card-body .edit-profile-content .btn {
      height: 36px;
      font-size: 13px; }

.progress-box .progress {
  background-color: #fff;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  border: 1px solid #e9ecef;
  padding: 2px;
  height: 30px; }
  .progress-box .progress .progress-bar {
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem; }

.progress-box .progress-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px; }
  .progress-box .progress-desc .progress-label {
    padding-right: 10px;
    color: #a1a1b5; }
  .progress-box .progress-desc .progress-value {
    color: #a1a1b5; }

.question-tooltip {
  display: inline-block;
  font-size: 15px;
  border: 1px solid #757575;
  color: #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 700;
  margin-left: 3px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.info-icon {
  position: relative;
  top: -2px;
  font-size: 100%; }
  .info-icon.info-icon-gray {
    color: #6c757d; }

.raw-email {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .raw-email__icon {
    margin-bottom: 16px;
    text-align: center; }
    .raw-email__icon img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
  .raw-email__text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #262848; }

.ready-texts .rt-detail p {
  font-size: 14px;
  margin-bottom: 10px; }

.ready-texts .rt-detail .rtd-lang-list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  background-color: #f2f9ff; }
  .ready-texts .rt-detail .rtd-lang-list p {
    font-size: 12px;
    font-style: italic; }

.ready-texts .rt-list .rtl-item {
  display: none; }
  .ready-texts .rt-list .rtl-item .btn {
    text-align: left; }

.ready-texts .rt-list ul {
  list-style: none;
  padding: 0px;
  margin: 15px 0px; }
  .ready-texts .rt-list ul li {
    list-style: none;
    margin: 0px 0px 10px 0px; }

.lang-text-btn,
.ready-text-btn-lang,
.ready-text-btn {
  padding: 0px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  min-width: auto !important; }
  .lang-text-btn strong,
  .lang-text-btn span,
  .ready-text-btn-lang strong,
  .ready-text-btn-lang span,
  .ready-text-btn strong,
  .ready-text-btn span {
    display: inline-block;
    vertical-align: top;
    font-weight: 400; }
  .lang-text-btn span,
  .ready-text-btn-lang span,
  .ready-text-btn span {
    font-size: 140%;
    line-height: 1;
    margin-top: -1px; }

.ready-text-btn-lang {
  margin-bottom: 5px;
  font-size: 12px; }
  .ready-text-btn-lang span {
    font-size: 130%; }

#applications-reports .apexcharts-svg {
  overflow: inherit !important;
  right: -10px;
  position: relative; }

.report-page__title {
  width: 100%;
  padding: 20px 0 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .report-page__title {
      padding: 20px 0 0 15px; } }
  .report-page__title .header-title {
    padding: 0 !important; }
    @media only screen and (max-width: 767px) {
      .report-page__title .header-title {
        padding: 0 !important; } }
  .report-page__title .select2 {
    width: auto !important;
    margin-left: 15px; }
    .report-page__title .select2 .select2-selection {
      background-color: #f8f9fd !important;
      padding-top: 2px; }
      .report-page__title .select2 .select2-selection__arrow {
        top: 4px !important; }

.report-page__select + .select2 em {
  font-style: normal !important; }

.report-page__column {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 1199px) {
    .report-page__column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .report-page__column .report-page__chart {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 400px !important; }
    @media only screen and (max-width: 1199px) {
      .report-page__column .report-page__chart {
        width: 100%;
        min-height: 400px;
        height: auto !important; } }

.report-page__group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .report-page__group {
      padding-top: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.report-page__chart {
  position: relative;
  height: auto !important;
  min-height: 270px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f8f9fd; }
  .report-page__chart__empty {
    display: block; }
  .report-page__chart-item {
    width: 100%; }
    .report-page__chart-item svg {
      width: 100% !important; }
    .report-page__chart-item.-info {
      width: -webkit-calc(100% - 170px);
      width: -moz-calc(100% - 170px);
      width: calc(100% - 170px);
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
      @media only screen and (max-width: 767px) {
        .report-page__chart-item.-info {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
  .report-page__chart-info {
    width: 170px;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .report-page__chart-info {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .report-page__chart-info .info-item {
      width: 100%;
      margin-bottom: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        .report-page__chart-info .info-item {
          width: auto;
          margin-right: 15px;
          margin-bottom: 0; } }
      .report-page__chart-info .info-item.-unresolved .info-item__number:before {
        background-color: #d25178; }
      .report-page__chart-info .info-item.-resolved .info-item__number:before {
        background-color: #85be69; }
      .report-page__chart-info .info-item.-reopened .info-item__number:before, .report-page__chart-info .info-item.-received .info-item__number:before {
        background-color: #76bef5; }
      .report-page__chart-info .info-item.-waiting .info-item__number:before {
        background-color: #f8c672; }
      .report-page__chart-info .info-item__number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        color: #262848;
        word-break: break-word; }
        .report-page__chart-info .info-item__number:before {
          content: "";
          width: 10px;
          height: 10px;
          margin-right: 5px;
          display: inline-block;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -moz-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
      .report-page__chart-info .info-item__text {
        display: inline-block;
        padding-left: 15px;
        font-size: 13px;
        color: #98a6ad; }
  .report-page__chart .card-body {
    padding: 0; }

.report-page__tabs {
  width: 100%;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .report-page__tabs__item {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    color: #3f454c;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    cursor: pointer; }
    .report-page__tabs__item:hover {
      opacity: 1; }
    .report-page__tabs__item:after {
      content: "";
      width: 100%;
      height: 3px;
      margin-top: 3px;
      display: block;
      background-color: #6fb1e7;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      opacity: 0; }
    .report-page__tabs__item--active {
      opacity: 1; }
      .report-page__tabs__item--active:after {
        opacity: 1; }
    .report-page__tabs__item:last-child {
      margin-right: 0; }

.report-page__container {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 10px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  display: inline-block; }

.report-page .loadingDiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #f8f9fc; }
  .report-page .loadingDiv i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 299;
    font-size: 20px;
    margin: -10px 0 0 -10px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

.report-page .header-title {
  margin: 0;
  padding: 25px 0 0 25px;
  color: #262848;
  font-weight: 700;
  font-size: 16px;
  text-transform: none; }
  @media only screen and (max-width: 767px) {
    .report-page .header-title {
      padding: 25px 0 0 15px; } }
  .report-page .header-title .question-tooltip {
    color: #262848;
    border-color: #262848;
    position: relative;
    top: -1px; }
  .report-page .header-title i {
    font-size: 80%;
    position: relative;
    top: -2px; }

.report-page .container {
  max-width: 100%; }
  .report-page .container .row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .report-page .container .card {
    margin-bottom: 20px; }

.report-page .listingWrapper {
  width: 100%;
  float: left;
  padding: 0 20px; }
  .report-page .listingWrapper ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    margin-top: 15px; }
    .report-page .listingWrapper ul li {
      width: 100%;
      float: left;
      padding: 10px;
      background: #c9e2ff;
      margin-top: 10px; }
      .report-page .listingWrapper ul li span {
        display: block;
        float: left;
        font-size: 15px;
        font-weight: 300;
        line-height: 22px;
        color: #fff; }
      .report-page .listingWrapper ul li span.totalCount {
        font-weight: 700;
        font-size: 20px;
        float: right; }
    .report-page .listingWrapper ul li:nth-child(1) {
      background: #3490f5; }
      .report-page .listingWrapper ul li:nth-child(1) span {
        color: #fff; }
    .report-page .listingWrapper ul li:nth-child(2) {
      background: #59a8ff; }
      .report-page .listingWrapper ul li:nth-child(2) span {
        color: #fff; }
    .report-page .listingWrapper ul li:nth-child(3) {
      background: #91c5ff; }
      .report-page .listingWrapper ul li:nth-child(3) span {
        color: #fff; }
    .report-page .listingWrapper ul li:nth-child(4) {
      background: #b0d5ff; }
      .report-page .listingWrapper ul li:nth-child(4) span {
        color: #fff; }
    .report-page .listingWrapper ul li:nth-child(5) {
      background: #c9e2ff; }
      .report-page .listingWrapper ul li:nth-child(5) span {
        color: #fff; }

@media only screen and (max-width: 991px) {
  .report-page #donut-chart .apexcharts-legend {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }

.report-page #donut-chart .apexcharts-legend.position-bottom .apexcharts-legend-series {
  padding: 0 20px; }

.report-page #donut-chart .apexcharts-legend-marker {
  top: 12px !important; }
  @media only screen and (max-width: 991px) {
    .report-page #donut-chart .apexcharts-legend-marker {
      top: 6px !important; } }

.report-page #donut-chart .apexcharts-legend-text {
  padding-left: 8px !important; }
  .report-page #donut-chart .apexcharts-legend-text .totalNumber {
    font-size: 24px;
    line-height: 24px;
    color: #262848;
    line-height: 30px;
    display: block;
    clear: both;
    font-weight: bold; }
    @media only screen and (max-width: 991px) {
      .report-page #donut-chart .apexcharts-legend-text .totalNumber {
        font-size: 22px;
        line-height: 22px; } }
  .report-page #donut-chart .apexcharts-legend-text .labelName {
    font-size: 14px;
    color: #919192;
    display: block; }
    @media only screen and (max-width: 991px) {
      .report-page #donut-chart .apexcharts-legend-text .labelName {
        font-size: 13px; } }

.report-page #donut-chart .apexcharts-legend-text b {
  font-size: 24px;
  margin-left: 20px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #262848;
  font-weight: bold;
  float: right; }

.report-page #donut-chart .apexcharts-legend-series {
  position: relative;
  margin: 2px 10px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  margin-left: 5px; }

.sub-menu::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.12);
  border: 0px none rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.12); }

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.12); }

::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f0f6fb;
  border: 0px none #f0f6fb;
  -webkit-box-shadow: none;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }

::-webkit-scrollbar-track:hover {
  background: #f0f6fb; }

::-webkit-scrollbar-track:active {
  background: #f0f6fb; }

::-webkit-scrollbar-corner {
  background: transparent; }

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #ced4da;
  border: 0px none #ced4da; }

html::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:hover {
  background: #ced4da; }

html::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:active {
  background: #ced4da; }

.v-main[app-tickets] *:hover {
  scrollbar-color: rgba(0, 0, 0, 0.12) transparent; }
  .v-main[app-tickets] *:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    opacity: 1; }

.v-main[app-tickets] *::-webkit-scrollbar {
  background: transparent !important;
  width: 6px; }

.v-main[app-tickets] *::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none; }

.v-main[app-tickets] *::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }

.search-input-group {
  position: relative; }
  .search-input-group.-left .search-input {
    padding-left: 34px; }
  .search-input-group.-left .search-button {
    right: auto;
    left: 2.5px; }

.search-input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0px 15px 0px 15px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  height: 34px;
  line-height: 34px;
  background-color: #f1f3fa;
  border: 1px solid #f1f3fa;
  color: #3f454b;
  font-weight: 400;
  vertical-align: top;
  -webkit-transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  padding-right: 40px;
  width: 100%; }
  .search-input:focus, .search-input:hover {
    border: 1px solid #edf0f9;
    background-color: #edf0f9; }
  .search-input::-webkit-input-placeholder {
    color: #c8cdd4; }
  .search-input:-moz-placeholder {
    color: #c8cdd4;
    opacity: 1; }
  .search-input::-moz-placeholder {
    color: #c8cdd4; }
  .search-input:-ms-input-placeholder {
    color: #c8cdd4; }
  .search-input:disabled {
    background-color: #f1f3fa !important;
    border: 1px solid #f1f3fa !important;
    color: #c8cdd4; }
  .search-input:-moz-read-only {
    background-color: #b8c0ca !important;
    border: 1px solid #b8c0ca !important;
    color: #c8cdd4; }
  .search-input:read-only {
    background-color: #b8c0ca !important;
    border: 1px solid #b8c0ca !important;
    color: #c8cdd4; }
  .search-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #3f454b !important; }
  .search-input.input-appearance {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }
  .search-input.search-input-white {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    background-color: #fff; }
    .search-input.search-input-white:focus, .search-input.search-input-white:hover {
      border: 1px solid #fff;
      background-color: #fff; }
  .search-input.search-input-white-border {
    background-color: #fff !important;
    border-color: #dee2e6; }
    .search-input.search-input-white-border::-webkit-input-placeholder {
      color: #7e899a; }
    .search-input.search-input-white-border:-moz-placeholder {
      color: #7e899a;
      opacity: 1; }
    .search-input.search-input-white-border::-moz-placeholder {
      color: #7e899a; }
    .search-input.search-input-white-border:-ms-input-placeholder {
      color: #7e899a; }
    .search-input.search-input-white-border:focus, .search-input.search-input-white-border:hover {
      background-color: #fff !important;
      border-color: #c1c9d0; }

.search-button {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  outline: 0px;
  display: inline-block;
  width: 30px;
  position: absolute;
  right: 7px;
  top: 0px;
  bottom: 0px;
  color: #7e899a !important;
  font-size: 15px; }
  .search-button:before {
    content: ""; }
  .search-button .spinner-border {
    display: none;
    font-size: 8px;
    color: #7e899a !important; }
  .search-button:before {
    position: relative;
    top: 2px; }
  .search-button:focus, .search-button:hover {
    border: none !important;
    text-decoration: none !important; }
  .search-button:disabled {
    color: #7e899a !important; }
  .search-button.search-button-dark {
    color: #3f454b !important; }
    .search-button.search-button-dark .spinner-border {
      color: #3f454b !important; }
    .search-button.search-button-dark:disabled {
      color: #3f454b !important; }
  .search-button.search-button-spin:disabled:before {
    display: none; }
  .search-button.search-button-spin:disabled .spinner-border {
    display: inline-block; }

.security-tab-nav .nav-tabs {
  border-bottom: 0; }
  .security-tab-nav .nav-tabs .nav-item {
    background-color: #f4f7f9;
    height: 40px;
    padding: 0 16px;
    line-height: 1.57;
    margin-bottom: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a8086 !important;
    margin-right: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .security-tab-nav .nav-tabs .nav-item.active {
      background-color: #61aae5;
      color: #ffffff !important; }

.security-tab-content {
  border: 1px solid #e2e9ee;
  padding: 30px 20px; }
  .security-tab-content .tab-bottom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .security-tab-content .col-form-label {
    display: block; }
  .security-tab-content .select2 {
    width: auto !important;
    min-width: 200px;
    display: inline-block; }
  .security-tab-content .custom-control-label strong {
    display: block;
    font-size: 16px;
    line-height: 1; }
  .security-tab-content .password-rules-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .security-tab-content .password-rules-list li {
      position: relative;
      line-height: 1.57;
      margin-bottom: 4px;
      padding-left: 15px; }
      .security-tab-content .password-rules-list li.login-level-default, .security-tab-content .password-rules-list li.login-level-high, .security-tab-content .password-rules-list li.password-level-default, .security-tab-content .password-rules-list li.password-level-high {
        display: none; }
      .security-tab-content .password-rules-list li::before {
        content: "";
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #cacdd9;
        display: block;
        margin-right: 8px;
        position: absolute;
        left: 0;
        top: 7px; }
  .security-tab-content .reset-ip-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .security-tab-content .reset-ip-wrapper .reset-ip {
      height: 40px;
      padding: 0 10px;
      border: 1px solid #61aae5;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .security-tab-content .ip-address-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .security-tab-content .ip-address-wrapper .tab-bottom-wrapper {
      display: block; }
    .security-tab-content .ip-address-wrapper .form-group-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 10px; }
      .security-tab-content .ip-address-wrapper .form-group-wrapper .form-group .form-control {
        width: 170px;
        margin-right: 10px; }
  .security-tab-content .ip-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 450px; }
    .security-tab-content .ip-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px 10px;
      color: #7a8086;
      font-size: 10px;
      font-weight: 600;
      border: solid 1px #f4f7f9;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-bottom: 2px; }
      .security-tab-content .ip-list li .delete a {
        color: #ff4949; }
      .security-tab-content .ip-list li .ip {
        width: 90px; }

.clear {
  clear: both; }

.selected-row {
  width: 100%;
  background-color: #75bbf2;
  margin-bottom: 20px;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none; }
  .selected-row.selected-row-active {
    display: block !important; }
  .selected-row .sr-text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    float: left;
    padding-top: 6px; }
  .selected-row .sr-action {
    float: right; }
  .selected-row .clear {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0 1px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0 1px;
    flex: 0 0 0 1px; }

.settings-box {
  width: 100%;
  max-width: 600px;
  margin-right: 30px;
  position: relative; }
  .settings-box.ticket-user-resolved-history .icon-ticket-resolved,
  .settings-box.ticket-user-resolved-history .icon-chat-history-forward, .settings-box.chat-history-forward .icon-ticket-resolved,
  .settings-box.chat-history-forward .icon-chat-history-forward {
    font-size: 76% !important; }
  .settings-box .sb-link {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9; }
  .settings-box .card {
    height: 109px;
    margin-bottom: 20px;
    -webkit-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out; }
    .settings-box .card .card-body {
      padding: 15px; }
  .settings-box .sb-content {
    text-align: center; }
  .settings-box .sb-icon {
    color: #b8c0ca;
    max-width: 100%;
    margin: 0px auto;
    font-size: 34px;
    line-height: 1;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }
    .settings-box .sb-icon .icon {
      font-size: 96%; }
  .settings-box .sb-icon + .sb-name {
    margin-top: 15px; }
  .settings-box .sb-name {
    color: #3f454b;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700; }
    .settings-box .sb-name a {
      color: #3f454b !important;
      display: block;
      outline: none; }
  .settings-box .sb-name + .sb-date {
    margin-top: 5px; }
  .settings-box:hover .card {
    background-color: #f2f9ff; }
  .settings-box:hover .sb-icon {
    color: #3f454b; }
  .settings-box .icon-whatsapp-statistics,
  .settings-box .icon-canned-response {
    font-size: 30px !important;
    display: block !important;
    padding: 5px 0 0 0 !important; }
    .settings-box .icon-whatsapp-statistics:before,
    .settings-box .icon-canned-response:before {
      line-height: 0 !important;
      -webkit-transform: translateX(0) !important;
      -moz-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      -o-transform: translateX(0) !important;
      transform: translateX(0) !important; }

.settings-list {
  margin-top: 10px; }
  .settings-list-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 30px 5px 30px;
    margin-bottom: 30px;
    background-color: #e3eaef; }
  .settings-list-badge {
    position: absolute;
    top: 10px;
    right: 10px; }
  .settings-list-icon {
    display: inline-block;
    margin-right: 5px; }
  .settings-list .sl-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px 15px -10px; }
    .settings-list .sl-row .slr-cell {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% / 6 - 20px);
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6 - 20px);
      flex: 0 0 calc(100% / 6 - 20px);
      width: -webkit-calc(100% / 6 - 20px);
      width: -moz-calc(100% / 6 - 20px);
      width: calc(100% / 6 - 20px); }
      @media only screen and (max-width: 1460px) {
        .settings-list .sl-row .slr-cell {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(100% / 5 - 20px);
          -moz-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 5 - 20px);
          flex: 0 0 calc(100% / 5 - 20px);
          width: -webkit-calc(100% / 5 - 20px);
          width: -moz-calc(100% / 5 - 20px);
          width: calc(100% / 5 - 20px); } }
      @media only screen and (max-width: 1366px) {
        .settings-list .sl-row .slr-cell {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(100% / 4 - 20px);
          -moz-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 4 - 20px);
          flex: 0 0 calc(100% / 4 - 20px);
          width: -webkit-calc(100% / 4 - 20px);
          width: -moz-calc(100% / 4 - 20px);
          width: calc(100% / 4 - 20px); } }
      @media only screen and (max-width: 991px) {
        .settings-list .sl-row .slr-cell {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(100% / 3 - 20px);
          -moz-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 20px);
          flex: 0 0 calc(100% / 3 - 20px);
          width: -webkit-calc(100% / 3 - 20px);
          width: -moz-calc(100% / 3 - 20px);
          width: calc(100% / 3 - 20px); } }
      @media only screen and (max-width: 767px) {
        .settings-list .sl-row .slr-cell {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(100% / 2 - 20px);
          -moz-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2 - 20px);
          flex: 0 0 calc(100% / 2 - 20px);
          width: -webkit-calc(100% / 2 - 20px);
          width: -moz-calc(100% / 2 - 20px);
          width: calc(100% / 2 - 20px); } }
      @media only screen and (max-width: 575px) {
        .settings-list .sl-row .slr-cell {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(100% / 1 - 20px);
          -moz-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 1 - 20px);
          flex: 0 0 calc(100% / 1 - 20px);
          width: -webkit-calc(100% / 1 - 20px);
          width: -moz-calc(100% / 1 - 20px);
          width: calc(100% / 1 - 20px); } }

.sidebar-inner {
  padding-bottom: 60px; }

.sidebar-user {
  border-top: 1px solid #e0e7ef;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px; }
  .sidebar-user i,
  .sidebar-user span {
    vertical-align: middle; }
  .sidebar-user .dropdown-menu {
    min-width: 172px;
    padding: 10px;
    left: 8px !important;
    margin: 0px 0px -5px 0px; }
  .sidebar-user .account-user-link {
    padding: 15px 20px 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    background: #e7edf3;
    color: #6c757d;
    font-size: .8375rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .sidebar-user .account-user-link:after {
      display: none; }
    .sidebar-user .account-user-link:hover {
      color: #6fb1e7; }
    .sidebar-user .account-user-link:active, .sidebar-user .account-user-link:focus {
      color: #6fb1e7; }
    .sidebar-user .account-user-link[aria-expanded="true"] {
      background: #e0e7ef; }
    .sidebar-user .account-user-link .account-user-name {
      display: block;
      font-weight: 400;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .sidebar-user .account-user-link .account-user-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 30px);
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      width: -webkit-calc(100% - 30px);
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px);
      padding-left: 10px; }
    .sidebar-user .account-user-link .account-user-avatar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      width: 30px; }
      .sidebar-user .account-user-link .account-user-avatar img {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid transparent; }

.enlarged .sidebar-user .dropdown-menu {
  left: 5px !important; }

.enlarged .sidebar-user .account-user-link {
  padding-left: 12px;
  padding-right: 12px; }

.enlarged .sidebar-user .account-user-text {
  display: none; }

body.dragging,
body.dragging * {
  cursor: move !important; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

.sortable {
  position: relative; }
  .sortable .placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
    .sortable .placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: #6fb1e7;
      border-right: none; }

.star-rating {
  display: inline-block;
  min-width: 66px; }
  .star-rating span {
    margin-right: -6px; }

.star-ratings {
  unicode-bidi: bidi-override;
  color: #c8cdd4;
  font-size: 12px;
  height: 18px;
  width: 60px;
  margin: 0;
  position: relative;
  padding: 0; }
  .star-ratings-top {
    color: #EDB553;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden; }
  .star-ratings-bottom {
    padding: 0;
    display: block;
    z-index: 0; }
  .star-ratings.star-ratigns-lg {
    font-size: 18px;
    width: 90px;
    height: 28px; }

.startguide-action {
  text-align: right;
  margin-top: 30px; }
  @media only screen and (max-width: 991px) {
    .startguide-action {
      margin-top: 25px; } }
  .startguide-action .btn {
    min-width: 120px; }
    @media only screen and (max-width: 991px) {
      .startguide-action .btn {
        width: 100%; } }

.startguide-box {
  height: 100%; }

.startguide-channel-box {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #eeeeee;
  padding: 15px 15px;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  text-align: center;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05); }
  .startguide-channel-box .startguide-c-b-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-calc(100% - 25.06px);
    height: -moz-calc(100% - 25.06px);
    height: calc(100% - 25.06px); }
  .startguide-channel-box .startguide-c-b-text {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 13px;
    color: #3f454b;
    padding: 15px 0px;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .startguide-channel-box .startguide-c-b-text {
        font-size: 13px; } }
  .startguide-channel-box .startguide-c-b-action {
    margin-top: auto; }
  .startguide-channel-box .startguide-c-b-btn {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    padding: .19rem .8rem;
    background-color: #dbdbdb !important;
    border-color: #dbdbdb !important;
    min-height: 25.06px; }
  .startguide-channel-box .startguide-c-b-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    cursor: pointer; }
  .startguide-channel-box:hover {
    border-color: #6fb1e7; }
  .startguide-channel-box.startguide-channel-box-active {
    border-color: #6fb1e7; }
    .startguide-channel-box.startguide-channel-box-active .startguide-c-b-text {
      font-weight: 600;
      color: #6fb1e7; }
    .startguide-channel-box.startguide-channel-box-active .startguide-c-b-btn {
      background-color: #6fb1e7 !important;
      border-color: #6fb1e7 !important; }
    .startguide-channel-box.startguide-channel-box-active:hover {
      border-color: #4c9ee1; }

.startguide-channel-list .startguide-c-l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -10px -10px; }
  .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell {
    padding: 10px 10px;
    float: 0 0 -webkit-calc(100% / 3);
    float: 0 0 -moz-calc(100% / 3);
    float: 0 0 calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    max-width: 100%; }
    .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell.disabled .startguide-channel-box {
      opacity: 0.4; }
      .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell.disabled .startguide-channel-box:hover {
        border-color: transparent; }
    .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell.disabled .adsStartGuideWhatsapp {
      cursor: default; }
    @media only screen and (max-width: 1460px) {
      .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell {
        float: 0 0 -webkit-calc(100% / 3);
        float: 0 0 -moz-calc(100% / 3);
        float: 0 0 calc(100% / 3);
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3); } }
    @media only screen and (max-width: 1366px) {
      .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell {
        float: 0 0 -webkit-calc(100% / 3);
        float: 0 0 -moz-calc(100% / 3);
        float: 0 0 calc(100% / 3);
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3); } }
    @media only screen and (max-width: 1199px) {
      .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell {
        float: 0 0 -webkit-calc(100% / 3);
        float: 0 0 -moz-calc(100% / 3);
        float: 0 0 calc(100% / 3);
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3); } }
    @media only screen and (max-width: 767px) {
      .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell {
        float: 0 0 -webkit-calc(100% / 2);
        float: 0 0 -moz-calc(100% / 2);
        float: 0 0 calc(100% / 2);
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2); } }
    @media only screen and (max-width: 575px) {
      .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell {
        float: 0 0 -webkit-calc(100% / 2);
        float: 0 0 -moz-calc(100% / 2);
        float: 0 0 calc(100% / 2);
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2); } }
    .startguide-channel-list .startguide-c-l-row .startguide-c-l-r-cell .startguide-channel-box {
      height: 100%; }

.startguide-channels .app-tab-nav {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }

.startguide-channels .app-tab-content {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0px; }

.startguide-detail {
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  word-wrap: break-word;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.57;
  color: #3f454b;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .startguide-detail {
      font-size: 12px;
      padding: 25px; } }
  .startguide-detail .sd-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 991px) {
      .startguide-detail .sd-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .startguide-detail .sd-row .sd-r-cell.sd-r-cell-nav {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 400px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 400px;
      flex: 0 0 400px;
      width: 400px;
      padding-right: 30px;
      border-right: 1px solid #e3eaef; }
      @media only screen and (max-width: 1366px) {
        .startguide-detail .sd-row .sd-r-cell.sd-r-cell-nav {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 360px;
          -moz-box-flex: 0;
          -ms-flex: 0 0 360px;
          flex: 0 0 360px;
          width: 360px; } }
      @media only screen and (max-width: 1199px) {
        .startguide-detail .sd-row .sd-r-cell.sd-r-cell-nav {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 280px;
          -moz-box-flex: 0;
          -ms-flex: 0 0 280px;
          flex: 0 0 280px;
          width: 280px; } }
      @media only screen and (max-width: 991px) {
        .startguide-detail .sd-row .sd-r-cell.sd-r-cell-nav {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%;
          padding-right: 0px;
          border-right: 0px;
          margin-bottom: 30px; } }
    .startguide-detail .sd-row .sd-r-cell.sd-r-cell-content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 400px);
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 400px);
      flex: 0 0 calc(100% - 400px);
      width: -webkit-calc(100% - 400px);
      width: -moz-calc(100% - 400px);
      width: calc(100% - 400px);
      max-width: -webkit-calc(100% - 400px);
      max-width: -moz-calc(100% - 400px);
      max-width: calc(100% - 400px);
      padding-left: 30px; }
      @media only screen and (max-width: 1366px) {
        .startguide-detail .sd-row .sd-r-cell.sd-r-cell-content {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(100% - 360px);
          -moz-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 360px);
          flex: 0 0 calc(100% - 360px);
          width: -webkit-calc(100% - 360px);
          width: -moz-calc(100% - 360px);
          width: calc(100% - 360px);
          max-width: -webkit-calc(100% - 360px);
          max-width: -moz-calc(100% - 360px);
          max-width: calc(100% - 360px); } }
      @media only screen and (max-width: 1199px) {
        .startguide-detail .sd-row .sd-r-cell.sd-r-cell-content {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(100% - 280px);
          -moz-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 280px);
          flex: 0 0 calc(100% - 280px);
          width: -webkit-calc(100% - 280px);
          width: -moz-calc(100% - 280px);
          width: calc(100% - 280px);
          max-width: -webkit-calc(100% - 280px);
          max-width: -moz-calc(100% - 280px);
          max-width: calc(100% - 280px); } }
      @media only screen and (max-width: 991px) {
        .startguide-detail .sd-row .sd-r-cell.sd-r-cell-content {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%;
          max-width: 100%;
          padding-left: 0px; } }
  .startguide-detail .app-settings-link {
    margin-top: 10px; }

.startguide-invitation {
  background-color: #f0f6fb;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .startguide-invitation {
      padding: 25px; } }
  .startguide-invitation h1,
  .startguide-invitation h2,
  .startguide-invitation h3,
  .startguide-invitation h4,
  .startguide-invitation h5,
  .startguide-invitation h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .startguide-invitation h1,
      .startguide-invitation h2,
      .startguide-invitation h3,
      .startguide-invitation h4,
      .startguide-invitation h5,
      .startguide-invitation h6 {
        font-size: 15px; } }
    .startguide-invitation h1 + .btn,
    .startguide-invitation h1 + p ,
    .startguide-invitation h2 + .btn,
    .startguide-invitation h2 + p ,
    .startguide-invitation h3 + .btn,
    .startguide-invitation h3 + p ,
    .startguide-invitation h4 + .btn,
    .startguide-invitation h4 + p ,
    .startguide-invitation h5 + .btn,
    .startguide-invitation h5 + p ,
    .startguide-invitation h6 + .btn,
    .startguide-invitation h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-invitation h1 + .btn,
        .startguide-invitation h1 + p ,
        .startguide-invitation h2 + .btn,
        .startguide-invitation h2 + p ,
        .startguide-invitation h3 + .btn,
        .startguide-invitation h3 + p ,
        .startguide-invitation h4 + .btn,
        .startguide-invitation h4 + p ,
        .startguide-invitation h5 + .btn,
        .startguide-invitation h5 + p ,
        .startguide-invitation h6 + .btn,
        .startguide-invitation h6 + p  {
          margin-top: 10px; } }
  .startguide-invitation p {
    color: #3f454b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    margin: 0px;
    margin-top: -3px; }
    @media only screen and (max-width: 991px) {
      .startguide-invitation p {
        font-size: 13px; } }
    .startguide-invitation p + .btn,
    .startguide-invitation p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-invitation p + .btn,
        .startguide-invitation p + p  {
          margin-top: 10px; } }
    .startguide-invitation p a {
      color: #6fb1e7; }
      .startguide-invitation p a:active, .startguide-invitation p a:focus, .startguide-invitation p a:hover {
        color: #2d8ddc; }
    .startguide-invitation p i.icon-successIcon {
      font-size: 200%;
      vertical-align: middle;
      line-height: 1;
      margin-right: 10px;
      color: #00c88f; }
      .startguide-invitation p i.icon-successIcon::before {
        font-weight: 700; }
    .startguide-invitation p span {
      font-size: 11px;
      color: #6fb1e7;
      font-weight: 400; }
  .startguide-invitation input.email-tagify-verify {
    display: block;
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: 0px; }
    .startguide-invitation input.email-tagify-verify + span.error {
      bottom: -5px;
      position: relative; }
  .startguide-invitation .startguide-i-input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .startguide-invitation .startguide-i-input .startguide-i-i-element {
      display: block !important;
      background-color: #fff !important;
      border-color: #dee2e6 !important;
      padding-right: 35px; }
      .startguide-invitation .startguide-i-input .startguide-i-i-element.error {
        margin-bottom: 15px; }
      .startguide-invitation .startguide-i-input .startguide-i-i-element + span.error {
        position: absolute;
        bottom: -12px; }
    .startguide-invitation .startguide-i-input .startguide-i-i-icon {
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 14px;
      line-height: 1;
      color: #ced4da;
      padding: 10px;
      z-index: 99; }
      .startguide-invitation .startguide-i-input .startguide-i-i-icon:active, .startguide-invitation .startguide-i-input .startguide-i-i-icon:focus, .startguide-invitation .startguide-i-input .startguide-i-i-icon:hover {
        color: #ced4da; }
  .startguide-invitation .startguide-i-row {
    margin: 10px -5px 10px -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991px) {
      .startguide-invitation .startguide-i-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .startguide-invitation .startguide-i-row .startguide-i-r-cell {
      padding: 0px 5px; }
      .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-input {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 210px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 210px);
        flex: 0 0 calc(100% - 210px);
        width: -webkit-calc(100% - 210px);
        width: -moz-calc(100% - 210px);
        width: calc(100% - 210px); }
        @media only screen and (max-width: 991px) {
          .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-input {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%; } }
        .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-input .email-tagify {
          width: 100%;
          padding-right: 30px; }
      .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 210px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        width: 210px; }
        @media only screen and (max-width: 991px) {
          .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-button {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%;
            margin-top: 10px; } }
        .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-button .btn {
          width: 200px;
          vertical-align: middle; }
          @media only screen and (max-width: 991px) {
            .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-button .btn {
              margin-bottom: 5px;
              margin-top: 5px; } }
          .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-button .btn i {
            font-size: 150%;
            line-height: 1;
            vertical-align: middle; }
          .startguide-invitation .startguide-i-row .startguide-i-r-cell.startguide-i-r-cell-button .btn span {
            vertical-align: middle; }

.startguide-product-create {
  margin-bottom: 10px;
  margin-top: -3px;
  background-color: #f0f6fb;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .startguide-product-create {
      padding: 25px; } }
  .startguide-product-create h1,
  .startguide-product-create h2,
  .startguide-product-create h3,
  .startguide-product-create h4,
  .startguide-product-create h5,
  .startguide-product-create h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .startguide-product-create h1,
      .startguide-product-create h2,
      .startguide-product-create h3,
      .startguide-product-create h4,
      .startguide-product-create h5,
      .startguide-product-create h6 {
        font-size: 15px; } }
    .startguide-product-create h1 + .btn,
    .startguide-product-create h1 + p ,
    .startguide-product-create h2 + .btn,
    .startguide-product-create h2 + p ,
    .startguide-product-create h3 + .btn,
    .startguide-product-create h3 + p ,
    .startguide-product-create h4 + .btn,
    .startguide-product-create h4 + p ,
    .startguide-product-create h5 + .btn,
    .startguide-product-create h5 + p ,
    .startguide-product-create h6 + .btn,
    .startguide-product-create h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-product-create h1 + .btn,
        .startguide-product-create h1 + p ,
        .startguide-product-create h2 + .btn,
        .startguide-product-create h2 + p ,
        .startguide-product-create h3 + .btn,
        .startguide-product-create h3 + p ,
        .startguide-product-create h4 + .btn,
        .startguide-product-create h4 + p ,
        .startguide-product-create h5 + .btn,
        .startguide-product-create h5 + p ,
        .startguide-product-create h6 + .btn,
        .startguide-product-create h6 + p  {
          margin-top: 10px; } }
  .startguide-product-create p {
    color: #3f454b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    margin: 0px;
    margin-top: -3px; }
    @media only screen and (max-width: 991px) {
      .startguide-product-create p {
        font-size: 13px; } }
    .startguide-product-create p + .btn,
    .startguide-product-create p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-product-create p + .btn,
        .startguide-product-create p + p  {
          margin-top: 10px; } }
    .startguide-product-create p a {
      color: #6fb1e7; }
      .startguide-product-create p a:active, .startguide-product-create p a:focus, .startguide-product-create p a:hover {
        color: #2d8ddc; }
    .startguide-product-create p i.icon-successIcon {
      font-size: 200%;
      vertical-align: middle;
      line-height: 1;
      margin-right: 10px;
      color: #00c88f; }
      .startguide-product-create p i.icon-successIcon::before {
        font-weight: 700; }
    .startguide-product-create p span {
      font-size: 11px;
      color: #6fb1e7;
      font-weight: 400; }
  .startguide-product-create .startguide-pc-input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .startguide-product-create .startguide-pc-input .startguide-pc-i-element {
      display: block !important;
      background-color: #fff !important;
      border-color: #dee2e6 !important;
      padding-right: 35px; }
      .startguide-product-create .startguide-pc-input .startguide-pc-i-element.error {
        margin-bottom: 15px; }
      .startguide-product-create .startguide-pc-input .startguide-pc-i-element + span.error {
        position: absolute;
        bottom: -12px; }
    .startguide-product-create .startguide-pc-input .startguide-pc-i-icon {
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 14px;
      line-height: 1;
      color: #ced4da;
      padding: 10px;
      index: 99; }
      .startguide-product-create .startguide-pc-input .startguide-pc-i-icon:active, .startguide-product-create .startguide-pc-input .startguide-pc-i-icon:focus, .startguide-product-create .startguide-pc-input .startguide-pc-i-icon:hover {
        color: #ced4da; }
  .startguide-product-create .startguide-pc-row {
    max-width: 600px;
    margin: 15px -5px 0px -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991px) {
      .startguide-product-create .startguide-pc-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .startguide-product-create .startguide-pc-row .startguide-pc-r-cell {
      padding: 0px 5px; }
      .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 210px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 210px);
        flex: 0 0 calc(100% - 210px);
        width: -webkit-calc(100% - 210px);
        width: -moz-calc(100% - 210px);
        width: calc(100% - 210px); }
        @media only screen and (max-width: 991px) {
          .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-input {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%; } }
      .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 210px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        width: 210px; }
        @media only screen and (max-width: 991px) {
          .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-button {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%;
            margin-top: 10px; } }
        .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-button .btn {
          width: 200px;
          vertical-align: middle; }
          @media only screen and (max-width: 991px) {
            .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-button .btn {
              margin-bottom: 5px;
              margin-top: 5px; } }
          .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-button .btn i {
            font-size: 150%;
            line-height: 1;
            vertical-align: middle; }
          .startguide-product-create .startguide-pc-row .startguide-pc-r-cell.startguide-pc-r-cell-button .btn span {
            vertical-align: middle; }

.startguide-shopify {
  width: 100%;
  padding: 20px 40px 40px 40px;
  border: 1px dashed #dddddd; }
  @media only screen and (max-width: 767px) {
    .startguide-shopify {
      padding: 20px; } }
  .startguide-shopify__step {
    position: relative;
    width: 100%;
    margin: 20px 0 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .startguide-shopify__step {
        margin: 20px 0 50px 0; } }
    .startguide-shopify__step:before, .startguide-shopify__step:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      display: block; }
    .startguide-shopify__step:after {
      z-index: 1;
      width: 100%;
      background-color: #e3edf5; }
    .startguide-shopify__step:before {
      z-index: 2;
      width: 0;
      background-color: #6fb1e7; }
    .startguide-shopify__step.-step-2:before {
      width: 50%; }
    .startguide-shopify__step.-step-3:before {
      width: 100%; }
    .startguide-shopify__step__item {
      position: relative;
      z-index: 2;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #fff;
      border: 8px solid #e3edf5; }
      .startguide-shopify__step__item:after {
        content: attr(data-text);
        position: absolute;
        left: -30px;
        top: 30px;
        width: 70px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        color: #6c757d; }
        @media only screen and (max-width: 767px) {
          .startguide-shopify__step__item:after {
            display: none; } }
      .startguide-shopify__step__item.-active {
        background-color: #6fb1e7;
        border: 8px solid #6fb1e7; }
        .startguide-shopify__step__item.-active:after {
          color: #6fb1e7;
          font-weight: bold; }
  .startguide-shopify__content__title {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    word-break: break-word; }
  .startguide-shopify__content__description {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    word-break: break-word; }
  .startguide-shopify__content__image {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .startguide-shopify__content__image img {
      width: 100%;
      height: auto;
      display: block; }
    .startguide-shopify__content__image .shopify-small-image {
      max-width: 390px; }
    .startguide-shopify__content__image .shopify-large-image {
      max-width: 850px; }
  .startguide-shopify__content__button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .startguide-shopify__content__button .btn {
      min-width: 110px; }

.startguide-status .ss-title {
  font-size: 17px;
  color: #3f454b;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px; }

.startguide-status .ss-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -2px; }
  .startguide-status .ss-bar .ss-b-item {
    padding: 0px 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 4);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    text-align: center; }
    .startguide-status .ss-bar .ss-b-item .ss-b-i-value {
      font-size: 13px;
      color: #e4e4e4;
      font-weight: 700;
      text-align: center;
      visibility: hidden;
      margin: 5px 0px; }
    .startguide-status .ss-bar .ss-b-item .ss-b-i-line {
      -webkit-border-radius: .2rem;
      -moz-border-radius: .2rem;
      border-radius: .2rem;
      background-color: #dbdbdb;
      height: 6px;
      width: auto; }
    .startguide-status .ss-bar .ss-b-item.completed .ss-b-i-value {
      color: #55c3ae; }
    .startguide-status .ss-bar .ss-b-item.completed .ss-b-i-line {
      background-color: #55c3ae; }
    .startguide-status .ss-bar .ss-b-item.completed.active .ss-b-i-value {
      visibility: visible; }

.startguide-status .ss-list {
  margin-top: 15px; }
  .startguide-status .ss-list .ss-l-item {
    font-size: 13px;
    font-weight: 400;
    background-color: #cccccc;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    padding: 8px 12px;
    margin-bottom: 8px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .startguide-status .ss-list .ss-l-item:last-child {
      margin-bottom: 0px; }
    .startguide-status .ss-list .ss-l-item .ss-l-i-text {
      font-size: 13px;
      font-weight: 400;
      color: #fff; }
    .startguide-status .ss-list .ss-l-item .ss-l-i-icon {
      display: none;
      padding-left: 10px; }
      .startguide-status .ss-list .ss-l-item .ss-l-i-icon:after {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center; }
    .startguide-status .ss-list .ss-l-item.completed {
      background-color: #55c3ae; }
      .startguide-status .ss-list .ss-l-item.completed .ss-l-i-icon {
        display: block; }
        .startguide-status .ss-list .ss-l-item.completed .ss-l-i-icon:after {
          background-image: url("../images/guide/tick.png");
          -moz-background-size: 14px 14px;
          -o-background-size: 14px 14px;
          background-size: 14px 14px; }
    .startguide-status .ss-list .ss-l-item.waiting {
      background-color: #a9dcd2; }
      .startguide-status .ss-list .ss-l-item.waiting .ss-l-i-icon {
        display: block; }
        .startguide-status .ss-list .ss-l-item.waiting .ss-l-i-icon:after {
          background-image: url("../images/guide/loading.png");
          -moz-background-size: 17px 17px;
          -o-background-size: 17px 17px;
          background-size: 17px 17px; }

.startguide-status .link-box {
  margin-top: 25px;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem; }

.startguide-success {
  background-color: #f0f6fb;
  padding: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .startguide-success {
      padding: 25px;
      margin-bottom: 25px; } }
  .startguide-success h1,
  .startguide-success h2,
  .startguide-success h3,
  .startguide-success h4,
  .startguide-success h5,
  .startguide-success h6 {
    color: #3f454b;
    font-size: 18px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .startguide-success h1,
      .startguide-success h2,
      .startguide-success h3,
      .startguide-success h4,
      .startguide-success h5,
      .startguide-success h6 {
        font-size: 15px; } }
    .startguide-success h1 + .btn,
    .startguide-success h1 + p ,
    .startguide-success h2 + .btn,
    .startguide-success h2 + p ,
    .startguide-success h3 + .btn,
    .startguide-success h3 + p ,
    .startguide-success h4 + .btn,
    .startguide-success h4 + p ,
    .startguide-success h5 + .btn,
    .startguide-success h5 + p ,
    .startguide-success h6 + .btn,
    .startguide-success h6 + p  {
      margin-top: 8px; }
      @media only screen and (max-width: 991px) {
        .startguide-success h1 + .btn,
        .startguide-success h1 + p ,
        .startguide-success h2 + .btn,
        .startguide-success h2 + p ,
        .startguide-success h3 + .btn,
        .startguide-success h3 + p ,
        .startguide-success h4 + .btn,
        .startguide-success h4 + p ,
        .startguide-success h5 + .btn,
        .startguide-success h5 + p ,
        .startguide-success h6 + .btn,
        .startguide-success h6 + p  {
          margin-top: 8px; } }
  .startguide-success p {
    color: #3f454b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    margin: 0px;
    margin-top: -3px; }
    @media only screen and (max-width: 991px) {
      .startguide-success p {
        font-size: 13px; } }
    .startguide-success p + .btn,
    .startguide-success p + p  {
      margin-top: 8px; }
      @media only screen and (max-width: 991px) {
        .startguide-success p + .btn,
        .startguide-success p + p  {
          margin-top: 8px; } }
    .startguide-success p a {
      color: #6fb1e7; }
      .startguide-success p a:active, .startguide-success p a:focus, .startguide-success p a:hover {
        color: #2d8ddc; }
    .startguide-success p i.icon-successIcon {
      font-size: 200%;
      vertical-align: middle;
      line-height: 1;
      margin-right: 10px;
      color: #00c88f; }
      .startguide-success p i.icon-successIcon::before {
        font-weight: 700; }
    .startguide-success p span {
      font-size: 11px;
      color: #6fb1e7;
      font-weight: 400; }
  .startguide-success .ss-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -5px; }
    .startguide-success .ss-row .ss-r-media {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .startguide-success .ss-row .ss-r-detail {
      padding-left: 20px; }
  .startguide-success .ss-icon {
    font-size: 50px;
    vertical-align: top;
    line-height: 1;
    color: #00c88f; }
    .startguide-success .ss-icon::before {
      font-weight: 700;
      line-height: 1; }
  .startguide-success + .app-settings-link {
    margin-top: 20px; }

.startguide-title {
  background-color: #fff;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .startguide-title {
      margin-bottom: 15px; } }
  .startguide-title h1,
  .startguide-title h2,
  .startguide-title h3,
  .startguide-title h4,
  .startguide-title h5,
  .startguide-title h6 {
    color: #3f454b;
    font-size: 18px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .startguide-title h1,
      .startguide-title h2,
      .startguide-title h3,
      .startguide-title h4,
      .startguide-title h5,
      .startguide-title h6 {
        font-size: 17px; } }
    .startguide-title h1 + p ,
    .startguide-title h2 + p ,
    .startguide-title h3 + p ,
    .startguide-title h4 + p ,
    .startguide-title h5 + p ,
    .startguide-title h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-title h1 + p ,
        .startguide-title h2 + p ,
        .startguide-title h3 + p ,
        .startguide-title h4 + p ,
        .startguide-title h5 + p ,
        .startguide-title h6 + p  {
          margin-top: 10px; } }
  .startguide-title p {
    color: #3f454b;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .startguide-title p {
        font-size: 12px; } }
    .startguide-title p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-title p + p  {
          margin-top: 10px; } }
    .startguide-title p a {
      color: #6fb1e7; }
      .startguide-title p a:active, .startguide-title p a:focus, .startguide-title p a:hover {
        color: #2d8ddc; }
  .startguide-title.startguide-title-back {
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .startguide-title.startguide-title-back {
        margin-bottom: 10px; } }
  .startguide-title .app-title-back {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    display: inline-block; }
    @media only screen and (max-width: 991px) {
      .startguide-title .app-title-back {
        font-size: 15px; } }
    .startguide-title .app-title-back .icon-back {
      font-size: 93%;
      line-height: 1;
      vertical-align: middle;
      margin-right: 4px;
      position: relative;
      top: -1px; }

.startguide-upgrade {
  background-color: #f0f6fb;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .startguide-upgrade {
      padding: 25px; } }
  .startguide-upgrade h1,
  .startguide-upgrade h2,
  .startguide-upgrade h3,
  .startguide-upgrade h4,
  .startguide-upgrade h5,
  .startguide-upgrade h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .startguide-upgrade h1,
      .startguide-upgrade h2,
      .startguide-upgrade h3,
      .startguide-upgrade h4,
      .startguide-upgrade h5,
      .startguide-upgrade h6 {
        font-size: 15px; } }
    .startguide-upgrade h1 + .btn,
    .startguide-upgrade h1 + p ,
    .startguide-upgrade h2 + .btn,
    .startguide-upgrade h2 + p ,
    .startguide-upgrade h3 + .btn,
    .startguide-upgrade h3 + p ,
    .startguide-upgrade h4 + .btn,
    .startguide-upgrade h4 + p ,
    .startguide-upgrade h5 + .btn,
    .startguide-upgrade h5 + p ,
    .startguide-upgrade h6 + .btn,
    .startguide-upgrade h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-upgrade h1 + .btn,
        .startguide-upgrade h1 + p ,
        .startguide-upgrade h2 + .btn,
        .startguide-upgrade h2 + p ,
        .startguide-upgrade h3 + .btn,
        .startguide-upgrade h3 + p ,
        .startguide-upgrade h4 + .btn,
        .startguide-upgrade h4 + p ,
        .startguide-upgrade h5 + .btn,
        .startguide-upgrade h5 + p ,
        .startguide-upgrade h6 + .btn,
        .startguide-upgrade h6 + p  {
          margin-top: 10px; } }
  .startguide-upgrade p {
    color: #3f454b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    margin: 0px;
    margin-top: -3px; }
    @media only screen and (max-width: 991px) {
      .startguide-upgrade p {
        font-size: 13px; } }
    .startguide-upgrade p + .btn,
    .startguide-upgrade p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-upgrade p + .btn,
        .startguide-upgrade p + p  {
          margin-top: 10px; } }
    .startguide-upgrade p a {
      color: #6fb1e7; }
      .startguide-upgrade p a:active, .startguide-upgrade p a:focus, .startguide-upgrade p a:hover {
        color: #2d8ddc; }
    .startguide-upgrade p i.icon-successIcon {
      font-size: 200%;
      vertical-align: middle;
      line-height: 1;
      margin-right: 10px;
      color: #00c88f; }
      .startguide-upgrade p i.icon-successIcon::before {
        font-weight: 700; }

.startguide-verify {
  background-color: #f0f6fb;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .startguide-verify {
      padding: 25px; } }
  .startguide-verify h1,
  .startguide-verify h2,
  .startguide-verify h3,
  .startguide-verify h4,
  .startguide-verify h5,
  .startguide-verify h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .startguide-verify h1,
      .startguide-verify h2,
      .startguide-verify h3,
      .startguide-verify h4,
      .startguide-verify h5,
      .startguide-verify h6 {
        font-size: 15px; } }
    .startguide-verify h1 + .btn,
    .startguide-verify h1 + p ,
    .startguide-verify h2 + .btn,
    .startguide-verify h2 + p ,
    .startguide-verify h3 + .btn,
    .startguide-verify h3 + p ,
    .startguide-verify h4 + .btn,
    .startguide-verify h4 + p ,
    .startguide-verify h5 + .btn,
    .startguide-verify h5 + p ,
    .startguide-verify h6 + .btn,
    .startguide-verify h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-verify h1 + .btn,
        .startguide-verify h1 + p ,
        .startguide-verify h2 + .btn,
        .startguide-verify h2 + p ,
        .startguide-verify h3 + .btn,
        .startguide-verify h3 + p ,
        .startguide-verify h4 + .btn,
        .startguide-verify h4 + p ,
        .startguide-verify h5 + .btn,
        .startguide-verify h5 + p ,
        .startguide-verify h6 + .btn,
        .startguide-verify h6 + p  {
          margin-top: 10px; } }
  .startguide-verify p {
    color: #3f454b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    margin: 0px;
    margin-top: -3px; }
    @media only screen and (max-width: 991px) {
      .startguide-verify p {
        font-size: 13px; } }
    .startguide-verify p + .btn,
    .startguide-verify p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .startguide-verify p + .btn,
        .startguide-verify p + p  {
          margin-top: 10px; } }
    .startguide-verify p a {
      color: #6fb1e7; }
      .startguide-verify p a:active, .startguide-verify p a:focus, .startguide-verify p a:hover {
        color: #2d8ddc; }
    .startguide-verify p i.icon-successIcon {
      font-size: 200%;
      vertical-align: middle;
      line-height: 1;
      margin-right: 10px;
      color: #00c88f; }
      .startguide-verify p i.icon-successIcon::before {
        font-weight: 700; }
    .startguide-verify p span {
      font-size: 11px;
      color: #6fb1e7;
      font-weight: 400; }
  .startguide-verify .startguide-v-input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .startguide-verify .startguide-v-input .startguide-v-i-element {
      display: block !important;
      background-color: #fff !important;
      border-color: #dee2e6 !important;
      padding-right: 35px; }
      .startguide-verify .startguide-v-input .startguide-v-i-element.error {
        margin-bottom: 15px; }
      .startguide-verify .startguide-v-input .startguide-v-i-element + span.error {
        position: absolute;
        bottom: -12px; }
    .startguide-verify .startguide-v-input .startguide-v-i-icon {
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 14px;
      line-height: 1;
      color: #ced4da;
      padding: 10px;
      index: 99; }
      .startguide-verify .startguide-v-input .startguide-v-i-icon:active, .startguide-verify .startguide-v-input .startguide-v-i-icon:focus, .startguide-verify .startguide-v-input .startguide-v-i-icon:hover {
        color: #ced4da; }
  .startguide-verify .startguide-v-row {
    max-width: 600px;
    margin: 10px -5px 0px -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991px) {
      .startguide-verify .startguide-v-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .startguide-verify .startguide-v-row .startguide-v-r-cell {
      padding: 0px 5px; }
      .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 210px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 210px);
        flex: 0 0 calc(100% - 210px);
        width: -webkit-calc(100% - 210px);
        width: -moz-calc(100% - 210px);
        width: calc(100% - 210px); }
        @media only screen and (max-width: 991px) {
          .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-input {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%; } }
      .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 210px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        width: 210px; }
        @media only screen and (max-width: 991px) {
          .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-button {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%;
            margin-top: 10px; } }
        .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-button .btn {
          width: 200px;
          vertical-align: middle; }
          @media only screen and (max-width: 991px) {
            .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-button .btn {
              margin-bottom: 5px;
              margin-top: 5px; } }
          .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-button .btn i {
            font-size: 150%;
            line-height: 1;
            vertical-align: middle; }
          .startguide-verify .startguide-v-row .startguide-v-r-cell.startguide-v-r-cell-button .btn span {
            vertical-align: middle; }

.war-accordion {
  --cs: 32px;
  --hs: 72px;
  padding-right: 50px;
  padding-left: 50px;
  counter-reset: step;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .war-accordion {
      padding-right: 20px; } }
  .war-accordion__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: -webkit-calc(100vh - 100px);
    min-height: -moz-calc(100vh - 100px);
    min-height: calc(100vh - 100px); }
  .war-accordion__finish {
    padding: 10px 0 30px 0;
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .war-accordion__item {
    position: relative;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 20px; }
    .war-accordion__item:last-child .war-accordion__button::after {
      display: none; }
  .war-accordion__button {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #20253a;
    height: var(--hs);
    padding-left: 0;
    padding-right: 0; }
    .war-accordion__button::before {
      z-index: 1 !important;
      counter-increment: step;
      content: counter(step);
      position: absolute;
      top: -webkit-calc(var(--hs) / 2);
      top: -moz-calc(var(--hs) / 2);
      top: calc(var(--hs) / 2);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 100%;
      margin-right: 18px;
      width: var(--cs);
      height: var(--cs);
      text-align: center;
      line-height: 32px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: solid 1px #d6d9e5;
      background-color: white;
      font-size: 14px;
      color: #d6d9e5;
      opacity: 1; }
    .war-accordion__button::after {
      z-index: -1;
      content: '';
      position: absolute;
      right: 100%;
      top: -webkit-calc(var(--hs) / 2);
      top: -moz-calc(var(--hs) / 2);
      top: calc(var(--hs) / 2);
      bottom: -42px;
      margin-right: -webkit-calc((var(--cs) / 2) + 18px);
      margin-right: -moz-calc((var(--cs) / 2) + 18px);
      margin-right: calc((var(--cs) / 2) + 18px);
      width: 1px;
      background-color: #d7dae6;
      pointer-events: none; }
    .war-accordion__button:disabled {
      opacity: 1;
      color: #bdbdbd; }
    .war-accordion__button:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .war-accordion__button[aria-expanded='true']::before {
      content: '\53';
      font-family: dripicons-v2 !important;
      color: white;
      background-color: #81bbea;
      border-color: transparent; }
  .war-accordion__body {
    border-top: 1px solid #e5e7f0;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #3f454b;
    font-size: 14px; }
    .war-accordion__body .btn,
    .war-accordion__body .form-control {
      width: 375px;
      max-width: 100%;
      height: 50px;
      font-size: 17px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .war-accordion__body ul {
      list-style-type: disc;
      padding-left: 18px; }
      .war-accordion__body ul li::marker {
        color: #81bbea; }

.subject-list {
  margin: 0px 0px 0px 0px; }
  .subject-list .subject-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f9fafc;
    color: #3f454b;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    font-size: 12px;
    margin-bottom: 10px; }
    .subject-list .subject-item .subject-label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 80px);
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 80px);
      flex: 0 0 calc(100% - 80px);
      width: -webkit-calc(100% - 80px);
      width: -moz-calc(100% - 80px);
      width: calc(100% - 80px);
      font-size: 12px;
      font-weight: 700;
      color: #6c757d;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .subject-list .subject-item .subject-label em {
        font-style: normal;
        font-weight: 900;
        font-size: 13px;
        vertical-align: middle;
        color:   #6fb1e7;
        top: 1px;
        position: relative; }
      .subject-list .subject-item .subject-label span {
        vertical-align: middle; }
        .subject-list .subject-item .subject-label span span {
          color: #98a6ad; }
        .subject-list .subject-item .subject-label span strong {
          font-weight: 700; }
    .subject-list .subject-item .subject-action {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      width: 80px;
      text-align: right; }
      .subject-list .subject-item .subject-action .badge {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -1px; }
      .subject-list .subject-item .subject-action .action-icon {
        color: #6c757d;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 3px; }
        .subject-list .subject-item .subject-action .action-icon:hover {
          color: #3f454b; }

.subject-add,
.subsubject-item-add {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 12px;
  font-weight: 700;
  min-width: auto !important; }
  .subject-add strong,
  .subject-add span,
  .subsubject-item-add strong,
  .subsubject-item-add span {
    display: inline-block;
    vertical-align: top; }
  .subject-add span,
  .subsubject-item-add span {
    font-size: 140%;
    line-height: 1; }

.success-message {
  text-align: center; }
  .success-message .sm-icon {
    width: 80px;
    height: 81px;
    background-image: url(../images/form/success.svg);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 10px auto 15px auto; }
  .success-message .sm-title {
    font-size: 16px;
    line-height: 1.5;
    color: #3f454b;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .success-message .sm-title {
        font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .success-message .sm-title {
        font-size: 14px; } }
    .success-message .sm-title + .sm-icon {
      margin-top: 20px; }
    .success-message .sm-title + .sm-action {
      margin-top: 25px; }
    .success-message .sm-title + .sm-title {
      margin-top: 5px; }
  .success-message .sm-subtitle {
    font-size: 14px;
    line-height: 1.5;
    color: #a1a1b5;
    font-weight: 400; }
    @media only screen and (max-width: 991px) {
      .success-message .sm-subtitle {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .success-message .sm-subtitle {
        font-size: 13px; } }
    .success-message .sm-subtitle + .sm-action {
      margin-top: 25px; }
    .success-message .sm-subtitle + .sm-title {
      margin-top: 5px; }
  .success-message .sm-action {
    padding: 0px 0px 0px 0px; }
  .success-message .sm-close {
    font-size: 13px;
    color: #6fb1e7;
    font-weight: 700; }
    .success-message .sm-close:focus, .success-message .sm-close:hover {
      color: #4c9ee1; }

.success-modal {
  display: none; }

.table-collapse {
  position: relative;
  z-index: 2;
  width: -webkit-calc(100% + 1.9rem);
  width: -moz-calc(100% + 1.9rem);
  width: calc(100% + 1.9rem);
  max-height: 400px;
  border-right: solid 1px #dee7ed;
  border-left: solid 1px #dee7ed;
  margin: -0.95rem;
  overflow-y: auto;
  overflow-x: hidden; }
  @media only screen and (max-width: 575px) {
    .table-collapse {
      max-height: 300px; } }
  .table-collapse .popover-body {
    font-size: 12px; }
    .table-collapse .popover-body hr {
      opacity: 0.5;
      margin: 10px 0;
      padding: 0; }
    .table-collapse .popover-body strong {
      font-weight: 700; }
  .table-collapse__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
    @media only screen and (max-width: 575px) {
      .table-collapse__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .table-collapse__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 150px;
    padding: 15px; }
    @media only screen and (max-width: 575px) {
      .table-collapse__info {
        max-width: 100%; } }
    .table-collapse__info__list {
      width: 100%; }
    .table-collapse__info__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      margin: 0 0 15px 0; }
      .table-collapse__info__item.-subscription {
        border-bottom: solid 1px #e3eaef; }
      .table-collapse__info__item.-users {
        border-top: solid 1px #e3eaef; }
      .table-collapse__info__item.-proxy {
        border-top: solid 1px #e3eaef;
        border-bottom: solid 1px #e3eaef; }
      .table-collapse__info__item.-payment-type {
        padding-top: 10px; }
      .table-collapse__info__item.-users, .table-collapse__info__item.-subscription, .table-collapse__info__item.-proxy {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
        margin-bottom: 0;
        cursor: pointer; }
        .table-collapse__info__item.-users .users-wrapper,
        .table-collapse__info__item.-users .subscription-wrapper,
        .table-collapse__info__item.-users .proxy-wrapper, .table-collapse__info__item.-subscription .users-wrapper,
        .table-collapse__info__item.-subscription .subscription-wrapper,
        .table-collapse__info__item.-subscription .proxy-wrapper, .table-collapse__info__item.-proxy .users-wrapper,
        .table-collapse__info__item.-proxy .subscription-wrapper,
        .table-collapse__info__item.-proxy .proxy-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
      .table-collapse__info__item-title {
        font-family: "Nunito", sans-serif;
        font-weight: 800;
        font-size: 11px;
        line-height: 16px; }
      .table-collapse__info__item-desc {
        font-family: "Nunito", sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 16px; }
        .table-collapse__info__item-desc.-uppercase {
          text-transform: capitalize; }
  .table-collapse__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border-left: solid 1px #dee7ed; }
    @media only screen and (max-width: 575px) {
      .table-collapse__products {
        border-left: 0; } }
    .table-collapse__products__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      height: 60px;
      padding: 0 15px;
      border-bottom: solid 1px #dee7ed;
      font-family: "Nunito", sans-serif;
      font-size: 13px;
      line-height: 18px;
      font-weight: 400;
      text-align: left; }
      .table-collapse__products__title strong {
        font-weight: 800; }
    .table-collapse__products__content {
      width: 100%; }
  .table-collapse__integrations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 55px;
    padding: 10px 15px; }
    @media only screen and (max-width: 991px) {
      .table-collapse__integrations {
        padding: 10px 0; } }
    .table-collapse__integrations__logo {
      margin: 0 10px 0 0; }
    .table-collapse__integrations__name {
      font-family: "Nunito", sans-serif;
      font-size: 12px;
      font-weight: 600;
      color: #6c757d;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      .table-collapse__integrations__name.-email {
        line-height: 14px; }
        .table-collapse__integrations__name.-email span {
          font-size: 10px; }
    .table-collapse__integrations__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 10px;
      margin: 0 20px 0 0;
      color: #6c757d; }
      .table-collapse__integrations__item.-hidden {
        display: none; }
      .table-collapse__integrations__item.-cursor-pointer {
        cursor: pointer; }
    .table-collapse__integrations a:hover .table-collapse__integrations__name  {
      color: #6fb1e7; }
  .table-collapse__content {
    width: 100%; }
    .table-collapse__content__group {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .table-collapse__content__title {
      font-size: 13px;
      font-weight: 700;
      font-family: 'Nunito', sans-serif; }
    .table-collapse__content__item {
      width: 100%;
      max-width: 250px;
      padding-right: 40px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      line-height: 20px; }
      @media only screen and (max-width: 991px) {
        .table-collapse__content__item {
          max-width: 100%;
          padding-right: 0;
          margin-bottom: 30px; } }
      .table-collapse__content__item hr {
        padding: 0;
        margin: 5px 0 6px 0;
        opacity: 0.6; }
  .table-collapse__app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    .table-collapse__app__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
      -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      min-height: 60px;
      height: auto;
      padding: 0 15px;
      border-bottom: solid 1px #dee7ed; }
      @media only screen and (max-width: 991px) {
        .table-collapse__app__item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      @media only screen and (max-width: 575px) {
        .table-collapse__app__item {
          border-bottom: solid 2px #dee7ed; } }
    .table-collapse__app__no-data {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding: 50px 0; }
      .table-collapse__app__no-data__icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 35px;
        line-height: 40px;
        color: #dbdee4; }
      .table-collapse__app__no-data__text {
        font-size: 13px;
        font-weight: 600;
        color: #dbdee4; }
    .table-collapse__app__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-right: 15px;
      margin-right: 15px;
      border-right: solid 1px #dee7ed;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        .table-collapse__app__content {
          width: 100%;
          margin: 0;
          padding: 15px;
          border-right: 0;
          border-bottom: solid 1px #dee7ed; } }
      .table-collapse__app__content:hover .table-collapse__app__name {
        color: #6fb1e7; }
    .table-collapse__app__logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #6c757d;
      overflow: hidden; }
      .table-collapse__app__logo:empty:after {
        content: attr(data-letter);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        opacity: 0.9; }
      .table-collapse__app__logo img {
        display: block;
        width: 40px; }
    .table-collapse__app__name {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      min-width: 130px;
      max-width: 130px;
      font-family: "Nunito", sans-serif;
      font-size: 13px;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }

.table-wrapper.-whatsapp-statistics {
  position: relative;
  z-index: 2; }
  .table-wrapper.-whatsapp-statistics .action-icon {
    width: 30px;
    background-color: #f1f3fa;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    padding: 7px 0 5px 0; }
    .table-wrapper.-whatsapp-statistics .action-icon:first-child {
      margin-right: 8px; }
  .table-wrapper.-whatsapp-statistics .table tbody td {
    text-align: center !important;
    border-top: 1px solid #f4f7f9 !important; }
    .table-wrapper.-whatsapp-statistics .table tbody td:first-child {
      border-left: 1px solid #f4f7f9 !important; }
    .table-wrapper.-whatsapp-statistics .table tbody td:last-child {
      border-right: 1px solid #f4f7f9 !important; }
    .table-wrapper.-whatsapp-statistics .table tbody td:not(:first-child) {
      font-weight: 600; }
  .table-wrapper.-whatsapp-statistics .table tbody .even {
    background-color: #f9fafc !important; }
  .table-wrapper.-whatsapp-statistics .table-message {
    max-width: 250px !important; }
  @media only screen and (max-width: 991px) {
    .table-wrapper.-whatsapp-statistics #table_grid_datatable_wrapper .col-sm-12.col-md-6 {
      width: 100% !important;
      max-width: 100% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }

.table-wrapper.-whatsapp-statistics-detail .table tbody td:not(.dataTables_empty) {
  width: -webkit-calc(100% / 3) !important;
  width: -moz-calc(100% / 3) !important;
  width: calc(100% / 3) !important;
  text-align: left !important; }

.table-wrapper.-whatsapp-statistics-detail .table .icon-text {
  display: inline-block;
  padding: 0 0 2px 10px; }

.table-wrapper.-whatsapp-statistics-detail .table .icon-status-seen {
  color: #5fe05e; }

.table-wrapper.-whatsapp-statistics-detail .table .icon-status-delivered {
  font-size: 10px; }

.table-wrapper.-whatsapp-statistics-detail .table .icon-status-failed {
  font-size: 10px;
  color: #ff0000; }

.table-wrapper.-companies {
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 991px) {
    .table-wrapper.-companies .dataTables_length {
      text-align: center !important; } }
  @media only screen and (max-width: 991px) {
    .table-wrapper.-companies #row_table_wrapper .col-sm-12.col-md-6 {
      width: 100% !important;
      max-width: 100% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  .table-wrapper.-companies .custom-select {
    margin: 0 5px; }
  .table-wrapper.-companies .sales-force {
    text-align: center; }
  .table-wrapper.-companies .mdi-salesforce {
    font-size: 26px; }
  .table-wrapper.-companies .icon-sales-force {
    color: #a5a5a5; }
    .table-wrapper.-companies .icon-sales-force-blue {
      color: #6fb1e7; }

.table-wrapper__header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px); }
  @media only screen and (max-width: 991px) {
    .table-wrapper__header {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 20px;
      width: 100%; } }
  .table-wrapper__header__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .table-wrapper__header__group {
        margin-bottom: 15px; } }
  .table-wrapper__header__information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    padding: 0 10px;
    margin-right: 15px;
    border: solid 1px #dee7ed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    @media only screen and (max-width: 991px) {
      .table-wrapper__header__information {
        width: 100%;
        max-width: 250px; } }
    .table-wrapper__header__information__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 11px;
      font-weight: 700;
      padding-right: 10px;
      margin-right: 10px;
      border-right: solid 1px #dee7ed; }
  .table-wrapper__header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .table-wrapper__header__search {
        width: 100%;
        max-width: 250px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .table-wrapper__header__search .form-group {
      margin: 0; }
    .table-wrapper__header__search .search-input {
      width: 200px; }
      @media only screen and (max-width: 991px) {
        .table-wrapper__header__search .search-input {
          width: 250px; } }
  .table-wrapper__header__star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0;
    font-size: 11px; }
    .table-wrapper__header__star i {
      display: inline-block;
      margin-right: 5px;
      font-size: 14px; }
      .table-wrapper__header__star i.mdi-star {
        color: #f8bc32; }
    .table-wrapper__header__star:last-child {
      margin: 0; }

.table-star {
  display: inline-block;
  margin: 0;
  font-size: 16px; }
  .table-star.mdi-star {
    color: #f8bc32; }

.btn-table-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 28px;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #6fb1e7;
  text-align: center; }
  .btn-table-action i {
    font-size: 17px;
    margin: 0;
    color: #fff; }

.table-filter-nav {
  margin: 0px 0px 20px 0px; }
  @media only screen and (max-width: 767px) {
    .table-filter-nav {
      margin: 0px 0px 20px 0px; } }
  .table-filter-nav .back-button {
    margin: 0px; }
  .table-filter-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    @media only screen and (max-width: 767px) {
      .table-filter-nav ul {
        text-align: center; } }
    .table-filter-nav ul li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
      font-size: 13px;
      font-weight: 700;
      color: #b8c0ca;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .table-filter-nav ul li {
          margin-left: 7.5px;
          margin-right: 7.5px; } }
      .table-filter-nav ul li a {
        display: inline-block;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        color: #b8c0ca;
        position: relative;
        padding: 10px 0px 5px 0px; }
        .table-filter-nav ul li a:hover {
          color: #a1abb9; }
        .table-filter-nav ul li a:after {
          display: none;
          content: "";
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          background-color: #58c2dd;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          height: 3px; }
      .table-filter-nav ul li.active {
        color: #3f454b; }
        .table-filter-nav ul li.active a {
          color: #3f454b; }
          .table-filter-nav ul li.active a:hover {
            color: #2c3135; }
          .table-filter-nav ul li.active a:after {
            display: block; }

.table-filter {
  margin: 0px 0px 20px 0px; }
  @media only screen and (max-width: 991px) {
    .table-filter {
      margin: 0px 0px 20px 0px; } }
  .table-filter .select-app + .select2-container {
    width: 100% !important;
    max-width: 320px; }
    @media only screen and (max-width: 991px) {
      .table-filter .select-app + .select2-container {
        width: 100% !important;
        max-width: 100%; } }
  .table-filter .form-group-app {
    display: block;
    width: 100%; }
  .table-filter .form-group-sub {
    display: inline-block;
    width: auto;
    max-width: 250px; }
    @media only screen and (max-width: 991px) {
      .table-filter .form-group-sub {
        width: 100%;
        max-width: 100%; } }
  .table-filter .form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 991px) {
      .table-filter .form-inline {
        display: block; } }
  .table-filter .form-group-right,
  .table-filter .form-group-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .table-filter .form-group-right,
      .table-filter .form-group-left {
        display: block; } }
  .table-filter .form-group {
    margin: 0px 10px 10px 0px; }
    @media only screen and (min-width: 992px) {
      .table-filter .form-group {
        margin-bottom: 0px; } }
    @media only screen and (max-width: 991px) {
      .table-filter .form-group {
        display: block;
        border-bottom: 1px solid #f1f3fa;
        margin-right: 0px;
        padding-bottom: 5px; } }
    .table-filter .form-group:last-child {
      margin-right: 0px; }
    .table-filter .form-group.form-group-app {
      margin-right: 20px; }
      @media only screen and (max-width: 991px) {
        .table-filter .form-group.form-group-app {
          margin-right: 0px; } }
    @media only screen and (max-width: 991px) {
      .table-filter .form-group.form-group-search {
        padding-bottom: 0px;
        border: none; } }
  @media only screen and (max-width: 991px) {
    .table-filter .range_date {
      width: 100%;
      display: block; } }
  .table-filter .search-input {
    width: 160px !important; }
    .table-filter .search-input.-whatsapp-search {
      width: 200px !important; }
      @media only screen and (max-width: 991px) {
        .table-filter .search-input.-whatsapp-search {
          width: 100% !important; } }
    @media only screen and (max-width: 991px) {
      .table-filter .search-input {
        width: 100% !important; } }
  @media only screen and (max-width: 991px) {
    .table-filter .btn {
      width: 100% !important; } }

.table-filter + .table-filter-nav,
.table-filter + .table-filter {
  margin-top: -12px; }

.table-filter-basic .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 991px) {
    .table-filter-basic .form-inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 767px) {
    .table-filter-basic .form-inline {
      display: block !important;
      width: 100% !important; } }

@media only screen and (max-width: 991px) {
  .table-filter-basic .btn {
    width: auto !important; } }

@media only screen and (max-width: 767px) {
  .table-filter-basic .btn {
    width: 100% !important; } }

.table-wrapper .dataTables_wrapper {
  min-height: 220px; }

.table-wrapper div.dataTables_wrapper div.dataTables_processing {
  margin-top: 13px; }

.ticket-list .table-wrapper div.dataTables_wrapper div.dataTables_processing {
  margin-top: 40px; }

.ticket-chat {
  background-color: #f1f3fa;
  -webkit-border-radius: 0.20rem;
  -moz-border-radius: 0.20rem;
  border-radius: 0.20rem;
  padding: 15px; }
  .ticket-chat .slimScrollDiv {
    margin-top: -15px; }
  .ticket-chat .slimscroll {
    overflow: hidden;
    height: 365px !important; }
    @media only screen and (max-width: 991px) {
      .ticket-chat .slimscroll {
        height: 290px !important; } }
  .ticket-chat .tc-board {
    margin-bottom: 0px; }
    .ticket-chat .tc-board .conversation-list {
      padding: 30px 20px;
      margin: 0px; }
      .ticket-chat .tc-board .conversation-list .conversation-text {
        margin-left: 0px; }
      .ticket-chat .tc-board .conversation-list .ctext-wrap {
        background-color: #fff;
        padding: 15px; }
        .ticket-chat .tc-board .conversation-list .ctext-wrap:after {
          content: "";
          display: none; }
        .ticket-chat .tc-board .conversation-list .ctext-wrap .message-text {
          font-size: 12px;
          color: #3f454b;
          word-break: break-word; }
        .ticket-chat .tc-board .conversation-list .ctext-wrap .text-muted {
          font-size: 11px;
          color: #7a8086 !important; }
      .ticket-chat .tc-board .conversation-list .odd .conversation-text {
        margin-right: 0px; }
      .ticket-chat .tc-board .conversation-list .odd .ctext-wrap {
        background-color: #d9e3e9; }
  .ticket-chat .tc-action {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 0.20rem;
    -moz-border-radius: 0.20rem;
    border-radius: 0.20rem;
    padding: 15px; }
    .ticket-chat .tc-action .tca-message-box {
      border-bottom: 1px solid #e9e9e9;
      margin-bottom: 15px; }
      .ticket-chat .tc-action .tca-message-box textarea {
        border: 0px;
        background: none;
        outline: 0px;
        height: 110px;
        padding: 0px 10px 0px 0px;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 15px; }
      .ticket-chat .tc-action .tca-message-box .tca-button {
        display: inline-block;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        vertical-align: bottom;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        font-size: 22px !important;
        text-align: center;
        position: relative;
        margin-bottom: 12px;
        top: -2px; }
        .ticket-chat .tc-action .tca-message-box .tca-button i {
          font-size: 18px !important;
          margin: 0px; }
          .ticket-chat .tc-action .tca-message-box .tca-button i:before {
            position: relative;
            left: -5px;
            top: -1px; }
    .ticket-chat .tc-action .tca-form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0px -10px; }
      @media only screen and (max-width: 991px) {
        .ticket-chat .tc-action .tca-form {
          display: block; } }
      .ticket-chat .tc-action .tca-form .tcaf-cell {
        padding: 0px 10px; }
        .ticket-chat .tc-action .tca-form .tcaf-cell:first-child {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        @media only screen and (max-width: 991px) {
          .ticket-chat .tc-action .tca-form .tcaf-cell {
            width: 100% !important;
            margin-bottom: 15px; }
            .ticket-chat .tc-action .tca-form .tcaf-cell:last-child {
              margin-bottom: 0px; } }
        .ticket-chat .tc-action .tca-form .tcaf-cell .row {
          margin-left: -5px;
          margin-right: -5px; }
          .ticket-chat .tc-action .tca-form .tcaf-cell .row [class*="col-"] {
            padding-left: 5px;
            padding-right: 5px;
            margin-top: 5px;
            margin-bottom: 5px; }
      .ticket-chat .tc-action .tca-form .select2 {
        width: 100% !important;
        max-width: 100%;
        min-width: 180px; }
        @media only screen and (max-width: 991px) {
          .ticket-chat .tc-action .tca-form .select2 {
            max-width: 100%; } }
        .ticket-chat .tc-action .tca-form .select2.select-place-holder + .select2-container .select2-selection--single .select2-selection__rendered {
          color: #b4b4b4; }
      .ticket-chat .tc-action .tca-form .select2 + .select2-container {
        width: 100% !important;
        max-width: 100%;
        min-width: 180px; }
      .ticket-chat .tc-action .tca-form .tcaf-button {
        margin-left: 5px; }
        .ticket-chat .tc-action .tca-form .tcaf-button:first-child {
          margin-left: 0px; }

.modal .ticket-chat .tc-action .tca-message-box textarea {
  width: 100%; }

.ticket-header {
  padding: 10px 0px 5px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  @media only screen and (max-width: 991px) {
    .ticket-header {
      display: block;
      padding: 10px 0px 15px 0px; } }
  @media only screen and (max-width: 991px) {
    .ticket-header .th-right {
      margin-top: 5px;
      margin-bottom: -5px; } }
  .ticket-header .th-item {
    color: #969da3;
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px; }
    .ticket-header .th-item:first-child {
      margin-left: 0px; }

.ticket-info {
  width: 100%;
  margin-bottom: 20px; }
  .ticket-info .card {
    margin: 0px; }
  .ticket-info .ti-app,
  .ticket-info .ti-name,
  .ticket-info .ti-email,
  .ticket-info .ti-country {
    font-weight: 400;
    color: #3f454b;
    line-height: 1.2;
    word-break: break-all; }
  .ticket-info .ti-app {
    font-size: 18px;
    font-weight: 700;
    color: #3f454b;
    margin-bottom: 8px; }
  .ticket-info .ti-name {
    font-size: 13px;
    margin-bottom: 2px; }
    .ticket-info .ti-name strong {
      color: #3f454b; }
  .ticket-info .ti-email {
    font-size: 12px;
    margin-bottom: 2px;
    color: #7a8086; }
  .ticket-info .ti-device {
    font-size: 11px;
    margin-top: 10px;
    color: #7a8086; }
    @media only screen and (max-width: 767px) {
      .ticket-info .ti-device {
        margin-bottom: 15px; } }
    .ticket-info .ti-device strong {
      color: #3f454b; }
  .ticket-info .ti-country {
    font-size: 14px;
    text-transform: uppercase;
    color: #7a8086;
    margin-top: 12px; }
    @media only screen and (max-width: 767px) {
      .ticket-info .ti-country {
        margin-bottom: 15px; } }
  .ticket-info .ti-label {
    font-weight: 400;
    color: #7a8086;
    line-height: 1.2;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .ticket-info .ti-item {
    font-weight: 700;
    color: #3f454b;
    line-height: 1.2;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .ticket-info .ti-action {
    width: 100%;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .ticket-info .ti-action {
        text-align: left; } }
    .ticket-info .ti-action .btn {
      margin-left: 3px;
      margin-bottom: 3px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      min-height: 33px; }
      .ticket-info .ti-action .btn:first-child {
        margin-left: 0px; }
  .ticket-info .ti-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px; }
    .ticket-info .ti-row:last-child {
      margin-bottom: 0px; }
      @media only screen and (max-width: 991px) {
        .ticket-info .ti-row:last-child {
          margin-bottom: 20px; } }
    .ticket-info .ti-row .ti-cell {
      padding: 0px 5px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1199px) {
        .ticket-info .ti-row .ti-cell {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 33.333%;
          -moz-box-flex: 1;
          -ms-flex: 1 0 33.333%;
          flex: 1 0 33.333%;
          width: 33.333%; } }
      @media only screen and (max-width: 991px) {
        .ticket-info .ti-row .ti-cell {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 50%;
          -moz-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          width: 50%; } }

@media only screen and (max-width: 991px) {
  .ticket-macros {
    margin-bottom: 30px; } }

.ticket-macros .slimScrollDiv {
  padding-right: 15px;
  margin-right: -15px; }

.ticket-macros .slimScrollBar {
  background-color: #f1f3fa !important;
  opacity: 1 !important; }

.ticket-macros .slimscroll {
  overflow: hidden;
  height: 534px !important; }
  @media only screen and (max-width: 991px) {
    .ticket-macros .slimscroll {
      height: 200px !important; } }

.ticket-macros .macro-search {
  margin-bottom: 10px; }

.ticket-macros .macro-item {
  border-bottom: 2px dotted #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0px; }
  .ticket-macros .macro-item:last-child {
    border-bottom: 0px; }
  .ticket-macros .macro-item .mi-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #3f454b; }
  .ticket-macros .macro-item .mi-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #3f454b;
    word-break: break-word; }
  .ticket-macros .macro-item .mi-name + .mi-desc {
    margin-top: 5px; }
  .ticket-macros .macro-item .mi-button {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 10px;
    color: #7e899a !important;
    font-size: 15px;
    padding: 5px 5px; }

.ticket-message {
  width: 100%;
  margin-bottom: 30px; }
  .ticket-message .card {
    margin: 0px; }
  .ticket-message .column-title {
    font-size: 15px;
    color: #3f454b;
    font-weight: 700;
    margin: 0px 0px 20px 0px; }

.message-custom-field {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0px;
  margin: 5px 0px -6px 0px;
  font-size: 11px; }

.message-text-date {
  display: block;
  border-top: 1px solid #e9e9e9;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 11px; }

.odd .message-text-date {
  border-top: 1px solid #f2f3fa; }

.ticket-tab .nav.nav-tabs {
  border-bottom: 2px solid #e7f5ff; }
  .ticket-tab .nav.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-left: 3px;
    margin-right: 3px; }
  .ticket-tab .nav.nav-tabs .nav-link {
    border: 0px;
    -webkit-border-radius: 0.20rem;
    -moz-border-radius: 0.20rem;
    border-radius: 0.20rem;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600 !important;
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (max-width: 1199px) {
      .ticket-tab .nav.nav-tabs .nav-link {
        padding-left: 10px;
        padding-right: 10px; } }
    .ticket-tab .nav.nav-tabs .nav-link i {
      display: block;
      margin: auto; }
    .ticket-tab .nav.nav-tabs .nav-link span {
      font-weight: 600 !important;
      -webkit-transition: text-shadow .3s;
      -o-transition: text-shadow .3s;
      -moz-transition: text-shadow .3s;
      transition: text-shadow .3s;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: color 0.5s ease-in-out;
      -o-transition: color 0.5s ease-in-out;
      -moz-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #3f454b;
      font-size: 13px;
      line-height: 1.3;
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 4px; }
      @media only screen and (max-width: 767px) {
        .ticket-tab .nav.nav-tabs .nav-link span {
          display: none; } }
    .ticket-tab .nav.nav-tabs .nav-link:hover {
      border: 0px; }
  .ticket-tab .nav.nav-tabs .nav-link.active,
  .ticket-tab .nav.nav-tabs .nav-item.show {
    background-color: #e7f5ff; }
    .ticket-tab .nav.nav-tabs .nav-link.active span,
    .ticket-tab .nav.nav-tabs .nav-item.show span {
      font-weight: bold;
      text-shadow: 0 0 .45px #3f454b, 0 0 .45px #3f454b; }

.ticket-tab .tab-content {
  padding: 0px; }
  @media only screen and (max-width: 767px) {
    .ticket-tab .tab-content {
      padding: 0px; } }
  .ticket-tab .tab-content .tab-footer::after {
    display: block;
    clear: both;
    content: ""; }

.title {
  font-size: 18px;
  font-weight: bold;
  color: #3f454b;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 991px) {
    .title {
      font-size: 18px; } }

.title-desc {
  color: #7a8086;
  font-size: 13px; }

.trial-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200; }
  @media only screen and (max-width: 767px) {
    .trial-box {
      right: 10px;
      bottom: 10px; } }
  .trial-box .tb-button {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #6fb1e7;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(154, 161, 171, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(154, 161, 171, 0.25);
    box-shadow: 0 0 10px 0 rgba(154, 161, 171, 0.25); }
    .trial-box .tb-button:focus, .trial-box .tb-button:hover, .trial-box .tb-button:active {
      background-color: #4c9ee1; }
    .trial-box .tb-button .tb-b-icon {
      position: absolute;
      font-size: 42px;
      line-height: 1;
      color: #fff;
      top: 0;
      left: 13px;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .trial-box .tb-button .tb-b-icon .svg-clock {
        display: block; }
      .trial-box .tb-button .tb-b-icon .icon-clock {
        font-size: 42px;
        line-height: 1; }
      .trial-box .tb-button .tb-b-icon .svg-close,
      .trial-box .tb-button .tb-b-icon .icon-exit {
        display: none; }
    .trial-box .tb-button .tb-b-number {
      display: inline-block;
      padding-top: 2px;
      position: absolute;
      color: #fff;
      font-weight: 900;
      line-height: 1;
      font-size: 15px;
      width: 100%;
      text-align: center;
      top: 21px; }
    .trial-box .tb-button .tb-b-text {
      position: absolute;
      color: #fff;
      font-weight: 900;
      line-height: 1;
      font-size: 7px;
      width: 100%;
      text-align: center;
      top: 35px; }
    .trial-box .tb-button[aria-expanded="true"], .trial-box .tb-button.active {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      border-top-left-radius: 4px; }
      .trial-box .tb-button[aria-expanded="true"] .tb-b-text,
      .trial-box .tb-button[aria-expanded="true"] .tb-b-number, .trial-box .tb-button.active .tb-b-text,
      .trial-box .tb-button.active .tb-b-number {
        display: none; }
      .trial-box .tb-button[aria-expanded="true"] .tb-b-icon, .trial-box .tb-button.active .tb-b-icon {
        font-size: 28px;
        left: 19px; }
        .trial-box .tb-button[aria-expanded="true"] .tb-b-icon .svg-clock,
        .trial-box .tb-button[aria-expanded="true"] .tb-b-icon .icon-clock, .trial-box .tb-button.active .tb-b-icon .svg-clock,
        .trial-box .tb-button.active .tb-b-icon .icon-clock {
          display: none; }
        .trial-box .tb-button[aria-expanded="true"] .tb-b-icon .svg-close, .trial-box .tb-button.active .tb-b-icon .svg-close {
          display: block; }
        .trial-box .tb-button[aria-expanded="true"] .tb-b-icon .icon-exit, .trial-box .tb-button.active .tb-b-icon .icon-exit {
          display: inline-block;
          font-size: 22px;
          line-height: 1; }
  .trial-box .tb-detail {
    background-image: url("../images/bg/desk.svg");
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: 50px 0px;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 0 10px 0 rgba(154, 161, 171, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(154, 161, 171, 0.25);
    box-shadow: 0 0 10px 0 rgba(154, 161, 171, 0.25);
    border: none;
    background-color: #6fb1e7;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 220px; }
    .trial-box .tb-detail .tb-d-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      padding: 15px 10px;
      min-height: 70px; }
    .trial-box .tb-detail p {
      font-size: 13px;
      color: #fff;
      font-weight: 700;
      margin: 0px; }
      .trial-box .tb-detail p + .btn {
        margin-top: 7px; }
    .trial-box .tb-detail .btn {
      background-color: #fff !important;
      -webkit-border-radius: 44px;
      -moz-border-radius: 44px;
      border-radius: 44px;
      font-size: 12px;
      color: #6fb1e7 !important; }
      .trial-box .tb-detail .btn:hover, .trial-box .tb-detail .btn:focus, .trial-box .tb-detail .btn:active {
        color: #4c9ee1 !important; }

.two-factor__content {
  margin-bottom: 10px; }

.two-factor__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  padding: 0px; }

.two-factor__label {
  margin-left: 15px; }

.two-factor .card-body {
  padding: 40px 0 0 0; }

.upgrade-box {
  margin: 30px 0px 10px 0px;
  text-align: center;
  background-color: #f0f6fb;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .upgrade-box {
      padding: 25px;
      margin: 30px 0px 10px 0px; } }
  .upgrade-box h1,
  .upgrade-box h2,
  .upgrade-box h3,
  .upgrade-box h4,
  .upgrade-box h5,
  .upgrade-box h6 {
    color: #3f454b;
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .upgrade-box h1,
      .upgrade-box h2,
      .upgrade-box h3,
      .upgrade-box h4,
      .upgrade-box h5,
      .upgrade-box h6 {
        font-size: 15px; } }
    .upgrade-box h1 + p ,
    .upgrade-box h2 + p ,
    .upgrade-box h3 + p ,
    .upgrade-box h4 + p ,
    .upgrade-box h5 + p ,
    .upgrade-box h6 + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .upgrade-box h1 + p ,
        .upgrade-box h2 + p ,
        .upgrade-box h3 + p ,
        .upgrade-box h4 + p ,
        .upgrade-box h5 + p ,
        .upgrade-box h6 + p  {
          margin-top: 10px; } }
    .upgrade-box h1 + .btn,
    .upgrade-box h2 + .btn,
    .upgrade-box h3 + .btn,
    .upgrade-box h4 + .btn,
    .upgrade-box h5 + .btn,
    .upgrade-box h6 + .btn {
      margin-top: 20px; }
      @media only screen and (max-width: 991px) {
        .upgrade-box h1 + .btn,
        .upgrade-box h2 + .btn,
        .upgrade-box h3 + .btn,
        .upgrade-box h4 + .btn,
        .upgrade-box h5 + .btn,
        .upgrade-box h6 + .btn {
          margin-top: 15px; } }
  .upgrade-box p {
    color: #3f454b;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .upgrade-box p {
        font-size: 14px; } }
    .upgrade-box p + p  {
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .upgrade-box p + p  {
          margin-top: 10px; } }
    .upgrade-box p + .btn {
      margin-top: 20px; }
      @media only screen and (max-width: 991px) {
        .upgrade-box p + .btn {
          margin-top: 15px; } }
    .upgrade-box p a {
      color: #6fb1e7; }
      .upgrade-box p a:active, .upgrade-box p a:focus, .upgrade-box p a:hover {
        color: #2d8ddc; }
  .upgrade-box .btn {
    font-weight: bold; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.welcome-message {
  text-align: center; }
  .welcome-message .wm-media {
    text-align: center;
    margin-bottom: 20px; }
    .welcome-message .wm-media img {
      max-width: 80%;
      height: auto;
      display: block;
      margin: 0px auto; }
  .welcome-message .wm-icon {
    width: 80px;
    height: 81px;
    background-image: url("../images/guide/start-guide-welcome.png");
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 10px auto 15px auto; }
  .welcome-message .wm-title {
    font-size: 24px;
    line-height: 1.5;
    color: #3f454b;
    font-weight: 700; }
    @media only screen and (max-width: 991px) {
      .welcome-message .wm-title {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .welcome-message .wm-title {
        font-size: 20px; } }
    .welcome-message .wm-title + .wm-icon {
      margin-top: 20px; }
    .welcome-message .wm-title + .wm-action {
      margin-top: 20px; }
    .welcome-message .wm-title + .wm-title {
      margin-top: 5px; }
  .welcome-message .wm-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #a1a1b5;
    font-weight: 400; }
    @media only screen and (max-width: 991px) {
      .welcome-message .wm-subtitle {
        font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .welcome-message .wm-subtitle {
        font-size: 14px; } }
    .welcome-message .wm-subtitle + .wm-action {
      margin-top: 20px; }
    .welcome-message .wm-subtitle + .wm-title {
      margin-top: 5px; }
  .welcome-message .wm-action {
    padding: 0px 0px 0px 0px; }
    .welcome-message .wm-action .btn {
      min-width: 150px;
      font-size: 14px; }
  .welcome-message .wm-close {
    font-size: 13px;
    color: #6fb1e7;
    font-weight: 700; }
    .welcome-message .wm-close:focus, .welcome-message .wm-close:hover {
      color: #4c9ee1; }

.welcome-modal {
  display: none; }

.whatsapp-template .quality,
.whatsapp-template .status {
  width: 8px;
  height: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.whatsapp-template .quality.quality-1 {
  background-color: #ce4242; }

.whatsapp-template .quality.quality-2 {
  background-color: #f8c672; }

.whatsapp-template .quality.quality-3 {
  background-color: #47be78; }

.whatsapp-template .quality.quality-4 {
  background-color: #aaaaaa; }

.whatsapp-template .status.status-1 {
  background-color: #f8c672; }

.whatsapp-template .status.status-2 {
  background-color: #47be78; }

.whatsapp-template .status.status-3 {
  background-color: #ce4242; }

.whatsapp-template .status.status-4 {
  background-color: #f8c672; }

.whatsapp-template .status.status-5 {
  background-color: #aaaaaa; }

.whatsapp-template .status.status-6 {
  background-color: #aaaaaa; }

.whatsapp-template__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px;
  padding: 0 15px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f1f3fa;
  color: #71727b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .whatsapp-template__badge a,
  .whatsapp-template__badge button {
    margin-right: 5px;
    padding: 6px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    color: #71727b; }
    .whatsapp-template__badge a:hover, .whatsapp-template__badge a:active,
    .whatsapp-template__badge button:hover,
    .whatsapp-template__badge button:active {
      color: #71727b; }
  .whatsapp-template__badge-wrapper {
    max-width: 350px;
    min-width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .whatsapp-template__badge__title {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: bold;
    color: #3f454b;
    text-align: left;
    word-break: break-word; }
  .whatsapp-template__badge__item {
    width: 100%;
    margin: 0 0 8px 0; }
    .whatsapp-template__badge__item:last-child {
      margin: 0; }
    .whatsapp-template__badge__item-title {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left;
      font-size: 12px;
      font-weight: bold;
      color: #697177;
      word-break: break-word;
      opacity: .7; }
    .whatsapp-template__badge__item-name {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left;
      font-size: 11px;
      word-break: break-word; }
    .whatsapp-template__badge__item-text {
      width: 100%;
      display: block;
      text-align: left;
      font-size: 11px;
      word-break: break-word; }
      .whatsapp-template__badge__item-text p {
        margin-bottom: 0 !important; }

.whatsapp-template__info i {
  color: #71727b;
  font-size: 11px; }

.whatsapp-template .tooltip {
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in; }
  .whatsapp-template .tooltip-inner {
    min-width: 250px !important;
    max-width: 250px !important;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
    color: #3f454b; }
  .whatsapp-template .tooltip[x-placement^="top"] .arrow:before {
    border-top-color: #ffffff !important; }
  .whatsapp-template .tooltip[x-placement^="right"] .arrow:before {
    border-right-color: #ffffff !important; }
  .whatsapp-template .tooltip[x-placement^="bottom"] .arrow:before {
    border-bottom-color: #ffffff !important; }
  .whatsapp-template .tooltip[x-placement^="left"] .arrow:before {
    border-left-color: #ffffff !important; }

.whatsapp-statistics__select + .select2 {
  min-width: 150px !important;
  padding-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dee2e6; }

.whatsapp-statistics__rows {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .whatsapp-statistics__rows {
      margin-bottom: 0; } }
  .whatsapp-statistics__rows__item {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    padding: 15px;
    background-color: #f9fafc;
    font-size: 13px;
    color: #71727b; }
    @media only screen and (max-width: 767px) {
      .whatsapp-statistics__rows__item {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-bottom: 20px; } }
    .whatsapp-statistics__rows__item strong {
      font-weight: 600; }

.whatsapp-statistics__date {
  width: 180px;
  height: 32px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  @media only screen and (max-width: 991px) {
    .whatsapp-statistics__date {
      width: 100%;
      margin-bottom: 8px; } }

.whatsapp-statistics__date-icon {
  height: 32px;
  padding: 0 8px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #a0aec0; }

.whatsapp-statistics__date-input {
  width: 100%;
  height: 32px;
  border: 0;
  padding: 2px 5px 0 0;
  background-color: transparent;
  color: #71727b;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

body.authentication-bg {
  background-image: url("../images/bg/bg-pattern-light.svg");
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.authentication-bg.enlarged, .auth-fluid-pages.enlarged {
  min-height: 100px; }

.logout-icon {
  width: 140px; }

.auth-fluid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: url("../images/bg/bg-auth.jpg") center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .auth-fluid .auth-fluid-form-box {
    max-width: 480px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    padding: 3rem 2rem;
    background-color: #ffffff;
    position: relative;
    width: 100%; }
  .auth-fluid .auth-fluid-right {
    padding: 6rem 3rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3); }

.auth-brand {
  margin-bottom: 2rem; }

.auth-user-testimonial {
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 3rem;
  left: 0;
  right: 0; }
  .auth-user-testimonial p.lead {
    font-size: 1.125rem;
    margin: 0 auto 20px auto;
    max-width: 700px; }

@media (min-width: 992px) {
  .auth-brand {
    position: absolute;
    top: 3rem; } }

@media (max-width: 991.98px) {
  .auth-fluid {
    display: block; }
    .auth-fluid .auth-fluid-form-box {
      max-width: 100%;
      min-height: 100vh; }
    .auth-fluid .auth-fluid-right {
      display: none; } }

.button-list {
  margin-left: -8px;
  margin-bottom: -12px; }
  .button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px; }

.text-error {
  color: #6fb1e7;
  text-shadow: rgba(111, 177, 231, 0.3) 5px 1px, rgba(111, 177, 231, 0.2) 10px 3px;
  font-size: 5.25rem;
  line-height: 5.625rem; }

.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #6fb1e7;
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px; }

.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #313a46; }

.faq-answer {
  margin-left: 50px; }

.grid-structure .grid-container {
  background-color: #f1f3fa;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 20px; }

.icons-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }
  .icons-list-demo div p {
    margin-bottom: 0;
    line-height: inherit; }

.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.icons-list-demo .col-md-4 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px; }
  .icons-list-demo .col-md-4:hover,
  .icons-list-demo .col-md-4:hover i {
    color: #6fb1e7; }

.maintenance-icon {
  font-size: 22px;
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  height: 60px;
  display: inline-block;
  width: 60px;
  line-height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.board {
  display: block;
  white-space: nowrap;
  overflow-x: auto; }

.tasks {
  display: inline-block;
  width: 22rem;
  padding: 0 1rem 1rem 1rem;
  border: 1px solid #e3eaef;
  vertical-align: top;
  margin-bottom: 30px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }
  .tasks.tasks:not(:last-child) {
    margin-right: 1.25rem; }
  .tasks .card {
    white-space: normal;
    margin-top: 1rem; }
  .tasks .task-header {
    background-color: #f1f3fa;
    padding: 1rem;
    margin: 0 -1rem; }

.task-list-items {
  min-height: 100px;
  position: relative; }
  .task-list-items:before {
    content: "No Tasks";
    position: absolute;
    line-height: 110px;
    width: 100%;
    text-align: center;
    font-weight: 600; }

.task-modal-content .form-control-light {
  background-color: #ebf0f4 !important;
  border-color: #ebf0f4 !important; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px; }

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right {
  padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.daterangepicker td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left; }
  .daterangepicker {
    direction: ltr;
    text-align: left; }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9; }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
  background-image: -moz-linear-gradient(top, #b3b3b3, grey);
  background-image: -o-linear-gradient(top, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666\9; }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c; }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039\9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039\9; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.jq-toast-wrap, .jq-toast-wrap * {
  margin: 0;
  padding: 0; }

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important; }

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px; }

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px; }

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px; }

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px; }

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial,sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff; }

.jq-toast-single h2 {
  font-family: arial,sans-serif;
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal; }

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px; }

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0; }

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal; }

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer; }

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: red; }

.jq-toast-loaded {
  width: 100%; }

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px; }

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1; }

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc; }

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1; }

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6; }

.select2-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -moz-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -moz-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -moz-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: -moz-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.jq-toast-wrap, .jq-toast-wrap * {
  margin: 0;
  padding: 0; }

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important; }

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px; }

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px; }

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px; }

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px; }

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial,sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff; }

.jq-toast-single h2 {
  font-family: arial,sans-serif;
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal; }

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px; }

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0; }

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal; }

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer; }

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: red; }

.jq-toast-loaded {
  width: 100%; }

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px; }

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1; }

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc; }

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1; }

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6; }

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px; }

.bootstrap-timepicker .input-group-addon {
  cursor: pointer; }

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block; }

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px; }

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px; }

.bootstrap-timepicker-widget table td span {
  width: 100%; }

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333; }

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd; }

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px; }

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%; } }

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  top: 0; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  bottom: 0; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  -moz-animation: swiper-preloader-spin 1s infinite linear;
  -o-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.apex-charts text {
  font-family: "Nunito", sans-serif !important;
  fill: #adb5bd; }

.apex-charts .apexcharts-canvas {
  margin: 0 auto; }

.apex-charts svg {
  overflow: visible !important; }

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  font-family: "Nunito", sans-serif !important; }

.apexcharts-legend-series {
  font-weight: 600; }

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f1f3fa; }

.apexcharts-legend-text {
  color: #98a6ad !important;
  font-family: "Nunito", sans-serif !important; }

.apexcharts-pie-label {
  fill: #fff !important; }

.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: "Nunito", sans-serif !important;
  fill: #adb5bd; }

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
  fill: #fff; }

.apexcharts-radar-series polygon {
  fill: transparent;
  stroke: #dee2e6; }

.apexcharts-radar-series line {
  stroke: #dee2e6; }

.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  fill: #fff !important; }

.britechart, .tick text {
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem; }

.horizontal-grid-line,
.vertical-grid-line,
.extended-x-line,
.extended-y-line {
  stroke: #dee2e6; }

.tick text,
.bar-chart .percentage-label,
.donut-text,
.legend-entry-name,
.legend-entry-value {
  fill: #98a6ad; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin: 15px 0 5px 0; }
  .fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase; }

.fc-day-grid-event .fc-time {
  font-weight: 700; }

.fc-day {
  background: transparent; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc th.fc-widget-header {
  background: #edf1f5;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f1f3fa; }

.fc-button {
  background: #edf1f5;
  border: none;
  color: #adb5bd;
  text-shadow: none;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem; }

.fc-state-hover {
  background: #e3eaef; }

.fc-state-highlight {
  background: #dee2e6; }

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #6fb1e7;
  color: #fff;
  text-shadow: none; }

.fc-cell-overlay {
  background: #dee2e6; }

.fc-unthemed td.fc-today {
  background: #f3f6f8; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #f1f3fa; }

.fc-event {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center; }

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff; }

.fc-basic-view td.fc-week-number span {
  padding-right: 8px; }

.fc-basic-view td.fc-day-number {
  padding-right: 8px; }

.fc-basic-view .fc-content {
  color: #fff; }

.fc-time-grid-event .fc-content {
  color: #fff; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f3fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  font-size: 11px; }

@media (max-width: 767.98px) {
  .fc-toolbar .fc-left, .fc-toolbar .fc-right, .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0; }
  .fc .fc-toolbar > * > * {
    float: none; }
  .fc-today-button {
    display: none; } }

.chartjs-chart {
  margin: auto;
  position: relative;
  width: 100%; }

.dataTables_wrapper {
  overflow: hidden;
  position: relative; }
  .dataTables_wrapper.container-fluid, .dataTables_wrapper.container-sm, .dataTables_wrapper.container-md, .dataTables_wrapper.container-lg, .dataTables_wrapper.container-xl {
    padding: 0; }

table.dataTable {
  border-collapse: collapse !important;
  margin-bottom: 15px !important;
  max-width: 100% !important;
  width: 100% !important; }
  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_desc:before,
  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc_disabled:before {
    right: 0.5rem;
    content: "\F35D";
    font-family: "Material Design Icons";
    font-size: 1rem;
    top: 18px; }
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\F360";
    font-family: "Material Design Icons";
    top: 12px;
    font-size: 1rem; }
  table.dataTable tbody > tr.selected,
  table.dataTable tbody > tr > .selected {
    background-color: #6fb1e7; }
  table.dataTable tbody td:focus {
    outline: none !important; }
  table.dataTable tbody th.focus,
  table.dataTable tbody td.focus {
    outline: 2px solid #6fb1e7 !important;
    outline-offset: -1px;
    background-color: rgba(111, 177, 231, 0.15); }

.dataTables_info {
  font-weight: 600; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  background-color: #00c88f;
  top: auto;
  bottom: auto; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #f24437; }

div.dt-button-info {
  background-color: #6fb1e7;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  z-index: 21; }
  div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }

@media (max-width: 767.98px) {
  li.paginate_button.previous,
  li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem; }
  li.paginate_button {
    display: none; }
  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1.5rem 0 0 !important; }
  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1.5rem; } }

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #f2f9ff; }

.select-info {
  display: none; }

table.dataTable td {
  word-break: break-word; }

.daterangepicker {
  font-family: "Nunito", sans-serif;
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  background-color: #fff; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff; }
    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
      color: #98a6ad; }
    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
      border-color: #adb5bd; }
  .daterangepicker td.in-range {
    background-color: #edeff1;
    color: #6c757d; }
  .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #fff;
    color: #6c757d;
    opacity: 0.5; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #6fb1e7;
    color: #fff; }
  .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #6fb1e7;
    color: #fff; }
  .daterangepicker:after {
    border-bottom: 6px solid #fff; }
  .daterangepicker:before {
    border-bottom: 7px solid #f7f7f7; }
  .daterangepicker .ranges li {
    font-size: .775rem; }
    .daterangepicker .ranges li.active {
      background-color: #6fb1e7 !important; }
    .daterangepicker .ranges li:hover {
      background-color: #f8f9fa; }
  .daterangepicker .drp-buttons {
    border-top: 1px solid #f7f7f7; }
  .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    background: white;
    border: 1px solid white;
    color: #fff; }
  .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #f7f7f7; }

.range_date {
  color: #3f454b; }
  .range_date i.icon-date {
    color: #95a0af;
    font-size: 12px;
    vertical-align: middle; }
  .range_date i.icon-arrow-menu-down {
    color: #cacdd9;
    font-size: 6px;
    vertical-align: middle;
    margin-left: 3px; }
    .range_date i.icon-arrow-menu-down:before {
      margin-top: -1px; }

.range-date-line-style {
  border: none;
  padding-left: 0px;
  padding-right: 5px;
  font-size: 13px; }
  @media only screen and (max-width: 991px) {
    .range-date-line-style {
      padding-right: 10px; } }
  .range-date-line-style i.icon-date {
    font-size: 13px; }
  .range-date-line-style i.icon-arrow-menu-down {
    float: right;
    font-size: 7px; }
    .range-date-line-style i.icon-arrow-menu-down:before {
      margin-top: 5px;
      margin-left: 3px; }

#selectedValue {
  display: none; }

.date-range-all-date {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
  font-size: .775rem;
  color: #6c757d; }
  .date-range-all-date:hover {
    background-color: #f8f9fa; }
  .date-range-all-date.active {
    background-color: #6fb1e7;
    color: #fff; }

.datepicker {
  padding: 10px !important; }
  .datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td .active.disabled:hover[disabled],
  .datepicker table tr td .active.disabled[disabled],
  .datepicker table tr td .active:active,
  .datepicker table tr td .active:hover,
  .datepicker table tr td .active:hover.active,
  .datepicker table tr td .active:hover.disabled,
  .datepicker table tr td .active:hover:active,
  .datepicker table tr td .active:hover:hover,
  .datepicker table tr td .active:hover[disabled],
  .datepicker table tr td .active[disabled],
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled.disabled,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled:hover.disabled,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active.disabled:hover[disabled],
  .datepicker table tr td span.active.disabled[disabled],
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active:hover.disabled,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active:hover[disabled],
  .datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #6fb1e7 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
  .datepicker table tr td span.focused,
  .datepicker table tr td span:hover {
    background: #e3eaef; }
  .datepicker table tr td.new, .datepicker table tr td.old,
  .datepicker table tr td span.new,
  .datepicker table tr td span.old {
    color: #6c757d;
    opacity: 0.4; }
  .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #e3eaef; }
  .datepicker .datepicker-switch:hover {
    background: none; }

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff; }

.datepicker-dropdown:before {
  border-bottom-color: #f7f7f7; }

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #f7f7f7; }

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff; }

.bg-dragula {
  background-color: #e3eaef; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

.dragula-handle {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 24px;
  text-align: center;
  cursor: move; }
  .dragula-handle:before {
    content: "\F1DB";
    font-family: "Material Design Icons";
    position: absolute; }

.dropzone {
  border: 2px dashed #dee2e6;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  min-height: 150px;
  padding: 20px; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2rem 0; }
  .dropzone.dz-started .dz-message {
    display: none; }

.form-wizard-header {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background-color: #e3eaef; }

.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f1f3fa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.jvectormap-label {
  border: none;
  background: #343a40;
  color: #f1f3fa;
  font-family: "Nunito", sans-serif;
  font-size: 0.7375rem;
  padding: 5px 8px; }

.metismenu {
  padding: 0; }
  .metismenu li {
    list-style: none; }
  .metismenu ul {
    padding: 0; }
  .metismenu .collapse {
    display: none; }
  .metismenu .collapse.in {
    display: block; }
  .metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility; }

.side-nav-second-level,
.side-nav-third-level {
  margin-bottom: 10px; }
  .side-nav-second-level li a,
  .side-nav-third-level li a {
    padding: 6px 20px 6px 52px;
    color: #cedce4;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 0.7375rem; }
    .side-nav-second-level li a:focus, .side-nav-second-level li a:hover,
    .side-nav-third-level li a:focus,
    .side-nav-third-level li a:hover {
      color: #ffffff; }
    .side-nav-second-level li a .menu-arrow,
    .side-nav-third-level li a .menu-arrow {
      line-height: 1.3rem; }
  .side-nav-second-level li.active > a,
  .side-nav-third-level li.active > a {
    color: #ffffff; }

.side-nav-light .side-nav-second-level li a,
.side-nav-light .side-nav-third-level li a {
  color: #6c757d; }
  .side-nav-light .side-nav-second-level li a:focus, .side-nav-light .side-nav-second-level li a:hover,
  .side-nav-light .side-nav-third-level li a:focus,
  .side-nav-light .side-nav-third-level li a:hover {
    color: #6fb1e7; }

.side-nav-light .side-nav-second-level li.active > a,
.side-nav-light .side-nav-third-level li.active > a {
  color: #6fb1e7; }

.left-side-menu-detached .side-nav-light .side-nav-second-level li a,
.left-side-menu-detached .side-nav-light .side-nav-third-level li a {
  color: #6c757d; }
  .left-side-menu-detached .side-nav-light .side-nav-second-level li a:focus, .left-side-menu-detached .side-nav-light .side-nav-second-level li a:hover,
  .left-side-menu-detached .side-nav-light .side-nav-third-level li a:focus,
  .left-side-menu-detached .side-nav-light .side-nav-third-level li a:hover {
    color: #6fb1e7; }

.left-side-menu-detached .side-nav-light .side-nav-second-level li.active > a,
.left-side-menu-detached .side-nav-light .side-nav-third-level li.active > a {
  color: #727cf5; }

.side-nav-third-level li a {
  padding: 8px 20px 8px 84px; }

.select2 {
  font-size: .7375rem; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    border: 1px solid #dee2e6;
    height: -webkit-calc(2.00625rem + 2px);
    height: -moz-calc(2.00625rem + 2px);
    height: calc(2.00625rem + 2px);
    background-color: #fff;
    outline: none;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 33px;
      padding-left: 12px;
      color: #3f454b;
      padding-right: 30px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 34px;
      width: 34px;
      right: 3px;
      top: 2px; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #98a6ad transparent transparent transparent;
        border-width: 6px 6px 0 6px;
        border: none;
        margin-top: -12px;
        margin-left: -3px; }
        .select2-container .select2-selection--single .select2-selection__arrow b:before {
          content: ""; }
        .select2-container .select2-selection--single .select2-selection__arrow b:before {
          color: #cacdd9;
          font-size: 6px !important;
          vertical-align: middle; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #d9e3e9; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #98a6ad transparent !important;
  border-width: 0 6px 6px 6px !important;
  border: none; }
  .select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: ""; }

.select2-results__option {
  padding: 6px 12px; }

.select2-dropdown {
  border: none !important;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.3);
  -moz-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.3);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.3);
  background-color: #fff;
  min-width: 120px;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem; }

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #6c757d; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6fb1e7; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.02);
  color: #313a46; }
  .select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background-color: #6fb1e7;
    color: #fff; }

.select2-container .select2-selection--multiple {
  min-height: -webkit-calc(2.00625rem + 2px);
  min-height: -moz-calc(2.00625rem + 2px);
  min-height: calc(2.00625rem + 2px);
  border: 1px solid #dee2e6 !important;
  background-color: #fff; }
  .select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #6c757d; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #6fb1e7;
    border: none;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #fff; }

.dashboard__select + .select2.select2-container .select2-selection--single .select2-selection__arrow,
.select-app + .select2.select2-container .select2-selection--single .select2-selection__arrow {
  top: 2px; }

.dashboard__select + .select2.select2-container .select-app-logo-wrapper .select-app-logo,
.select-app + .select2.select2-container .select-app-logo-wrapper .select-app-logo {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 3px 0px; }

.dashboard__select + .select2.select2-container .select-app-logo-wrapper em,
.select-app + .select2.select2-container .select-app-logo-wrapper em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 27px);
  max-width: -moz-calc(100% - 27px);
  max-width: calc(100% - 27px); }

.select-app-dropdown .select2-dropdown {
  margin-top: 3px;
  min-width: 150px; }
  .select-app-dropdown .select2-dropdown .select-app-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .select-app-dropdown .select2-dropdown .select-app-logo-wrapper .select-app-logo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 22px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 22px;
      flex: 0 0 22px;
      width: 22px;
      height: 22px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      margin: 0px 0px 2px 0px; }
    .select-app-dropdown .select2-dropdown .select-app-logo-wrapper em {
      font-style: normal;
      display: inline-block;
      vertical-align: middle;
      padding-left: 5px;
      word-break: break-word; }

.select-line-style {
  border: none; }
  .select-line-style + .select2.select2-container {
    font-size: 13px; }
    .select-line-style + .select2.select2-container .select2-selection--single {
      border: none; }
      .select-line-style + .select2.select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0px; }
      .select-line-style + .select2.select2-container .select2-selection--single .select2-selection__arrow b {
        margin-top: -13px;
        margin-left: -3px; }
        .select-line-style + .select2.select2-container .select2-selection--single .select2-selection__arrow b:before {
          font-size: 8px !important; }

.select-line-email {
  font-size: 13px;
  border: none; }
  .select-line-email + .select2.select2-container {
    font-size: 13px; }
    .select-line-email + .select2.select2-container .select2-selection--single {
      background-color: #f4f7f9; }
      .select-line-email + .select2.select2-container .select2-selection--single .select2-selection__arrow b {
        margin-top: -12px;
        margin-left: -3px; }
        .select-line-email + .select2.select2-container .select2-selection--single .select2-selection__arrow b:before {
          font-size: 6px !important; }

.select-gray {
  border: none; }
  .select-gray + .select2.select2-container .select2-selection--single {
    background-color: #f4f7f9; }
    .select-gray + .select2.select2-container .select2-selection--single .select2-selection__arrow b {
      margin-top: -12px;
      margin-left: -3px; }
      .select-gray + .select2.select2-container .select2-selection--single .select2-selection__arrow b:before {
        font-size: 6px !important; }

.select-app-large + .select2.select2-container .select-app-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600; }
  @media only screen and (max-width: 991px) {
    .select-app-large + .select2.select2-container .select-app-logo-wrapper {
      font-size: 0.9375rem; } }
  .select-app-large + .select2.select2-container .select-app-logo-wrapper .select-app-logo {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 3px 0px;
    border: 1px solid #fff; }
  .select-app-large + .select2.select2-container .select-app-logo-wrapper em {
    padding-left: 8px;
    max-width: -webkit-calc(100% - 42px);
    max-width: -moz-calc(100% - 42px);
    max-width: calc(100% - 42px); }

.select-app-dropdown-large .select2-dropdown {
  margin-top: 3px;
  min-width: 330px;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .select-app-dropdown-large .select2-dropdown {
      min-width: 280px; } }
  .select-app-dropdown-large .select2-dropdown .select2-results__options .select2-results__option {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding: 10px 12px; }
  .select-app-dropdown-large .select2-dropdown .select-app-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .select-app-dropdown-large .select2-dropdown .select-app-logo-wrapper {
        font-size: 0.9375rem; } }
    .select-app-dropdown-large .select2-dropdown .select-app-logo-wrapper .select-app-logo {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
      -moz-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin: 0px 0px 2px 0px; }
    .select-app-dropdown-large .select2-dropdown .select-app-logo-wrapper em {
      padding-left: 8px; }

select[readonly].select2 + .select2-container {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none; }

select[readonly].select2 + .select2-container .select2-selection--single {
  background-color: #f4f7f9; }
  select[readonly].select2 + .select2-container .select2-selection--single:focus {
    background-color: #f4f7f9; }

select[readonly].select2 + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #98a8b3; }

select:disabled.select2 + .select2-container .select2-selection--single {
  background-color: #f4f7f9; }
  select:disabled.select2 + .select2-container .select2-selection--single:focus {
    background-color: #f4f7f9; }

select:disabled.select2 + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #98a8b3; }

.select-place-holder + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #98a8b3; }

.table-filter .select-place-holder + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3f454b; }

.select2-container .select2-selection--multiple .select2-search__field {
  padding: 3px 10px 0px 10px;
  min-width: 40px; }

.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 2px 7px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline {
  margin-left: -5px; }

.select2-tags + .select2 .selection .select2-search__field::-webkit-input-placeholder {
  color: #98a8b3 !important; }

.select2-tags + .select2 .selection .select2-search__field:-moz-placeholder {
  color: #98a8b3 !important; }

.select2-tags + .select2 .selection .select2-search__field::-moz-placeholder {
  color: #98a8b3 !important; }

.select2-tags + .select2 .selection .select2-search__field:-ms-input-placeholder {
  color: #98a8b3 !important; }

.select2-tags + .select2 .selection .select2-search__field::-ms-input-placeholder {
  color: #98a8b3 !important; }

.select2-tags + .select2 .selection .select2-search__field::placeholder {
  color: #98a8b3 !important; }

.slimScrollDiv {
  height: auto !important; }

.jq-toast-single {
  padding: 15px;
  font-family: "Nunito", sans-serif;
  background-color: #6fb1e7;
  font-size: 13px;
  line-height: 22px; }
  .jq-toast-single h2 {
    font-family: "Nunito", sans-serif; }
  .jq-toast-single a {
    font-size: 0.7375rem; }
    .jq-toast-single a:hover {
      color: #fff; }

.jq-has-icon {
  padding: 10px 10px 10px 50px; }

.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: #343a40;
  color: #f1f3fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 32px; }

.jq-toast-loader {
  height: 3px;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.jq-icon-primary {
  background-color: #6fb1e7;
  color: #fff;
  border-color: #6fb1e7; }

.jq-icon-secondary {
  background-color: #6c757d;
  color: #fff;
  border-color: #6c757d; }

.jq-icon-success {
  background-color: #00c88f;
  color: #fff;
  border-color: #00c88f; }

.jq-icon-info {
  background-color: #74bcf4;
  color: #fff;
  border-color: #74bcf4; }

.jq-icon-warning {
  background-color: #EDB553;
  color: #fff;
  border-color: #EDB553; }

.jq-icon-danger {
  background-color: #f24437;
  color: #fff;
  border-color: #f24437; }

.jq-icon-light {
  background-color: #fff;
  color: #fff;
  border-color: #fff; }

.jq-icon-dark {
  background-color: #313a46;
  color: #fff;
  border-color: #313a46; }

.jq-icon-blue-dark {
  background-color: #5d7d99;
  color: #fff;
  border-color: #5d7d99; }

.jq-icon-error {
  background-color: #f24437;
  color: #fff;
  border-color: #f24437; }

.bootstrap-touchspin .btn .input-group-text {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit; }

.bootstrap-timepicker-widget table td input {
  height: 32px;
  width: 32px;
  color: #fff;
  background-color: #6fb1e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  outline: none !important; }

.bootstrap-timepicker-widget table td a {
  color: #6c757d; }
  .bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border: 1px solid transparent;
    color: #6fb1e7; }

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid #f7f7f7;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #f7f7f7; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote.eot");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?") format("woff"), url("../fonts/summernote.ttf?") format("truetype"); }

.note-editor.note-frame {
  border: 1px solid #dee2e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0; }
  .note-editor.note-frame .note-statusbar {
    background-color: #fff;
    border-top: 1px solid #dee2e6; }
  .note-editor.note-frame .note-editable {
    border: none;
    background-color: #fff !important;
    color: #6c757d !important; }

.note-status-output {
  display: none; }

.note-placeholder {
  color: #adb5bd; }

.note-editable {
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.45rem 0.8rem; }
  .note-editable p:last-of-type {
    margin-bottom: 0; }

.note-btn-group .btn-light {
  background-color: #edeff1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #edeff1;
  color: #343a40; }

.editor-toolbar.fullscreen, .CodeMirror-fullscreen {
  z-index: 1000; }

.editor-preview, .editor-preview-side {
  background: #dee2e6; }

.editor-preview-active {
  background: #e5e8eb; }

.editor-toolbar {
  border: 1px solid #dee2e6;
  border-bottom: 0; }
  .editor-toolbar a {
    color: #6c757d !important; }
    .editor-toolbar a:hover, .editor-toolbar a.active {
      background-color: transparent;
      color: #6fb1e7 !important;
      border-color: transparent; }
  .editor-toolbar i.separator {
    display: none; }
  .editor-toolbar.disabled-for-preview a:not(.no-disable) {
    background: transparent; }

.CodeMirror {
  border: 1px solid #dee2e6;
  background: #fff;
  color: #6c757d; }

.CodeMirror-cursor {
  border-left: 1px solid #343a40; }

.editor-statusbar {
  color: #343a40; }

.twitter-typeahead {
  display: inherit !important; }

.tt-query,
.tt-hint {
  line-height: 30px;
  outline: none; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #98a6ad; }

.tt-menu {
  width: 100%;
  padding: 8px 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  -moz-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.35);
  border: 1px solid #f7f7f7; }

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px; }
  .tt-suggestion:hover, .tt-suggestion.tt-cursor {
    cursor: pointer;
    color: #fff;
    background-color: #6fb1e7; }
  .tt-suggestion p {
    margin: 0; }

.tt-highlight {
  font-family: "Nunito", sans-serif; }

.typeahead-empty-message {
  padding: 5px 10px;
  color: #f24437; }

.league-name {
  padding: 3px 20px; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 10px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #fff !important; }

.jqsfield {
  color: #000 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 700 !important; }

.holdon-overlay,
#holdon-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.95;
  z-index: 9999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.holdon-content-container,
#holdon-content-container {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  display: table-cell !important;
  margin: 0;
  text-align: center; }

.holdon-content,
#holdon-content {
  text-align: center;
  width: 100px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -50px; }

.holdon-message,
#holdon-message {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 53%;
  color: #58c2dd;
  font-size: 14px; }

.sk-rect {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-rect > div {
  background-color: #75bbf2;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-rect-anim 1.2s infinite ease-in-out;
  -moz-animation: sk-rect-anim 1.2s infinite ease-in-out;
  -o-animation: sk-rect-anim 1.2s infinite ease-in-out;
  animation: sk-rect-anim 1.2s infinite ease-in-out; }

.sk-rect .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-rect .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

.sk-rect .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-rect .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-rect-anim {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@-moz-keyframes sk-rect-anim {
  0%,
  40%,
  100% {
    -moz-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@-o-keyframes sk-rect-anim {
  0%,
  40%,
  100% {
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@keyframes sk-rect-anim {
  0%,
  40%,
  100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.sk-cube {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-cube1,
.sk-cube2 {
  background-color: #75bbf2;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cube 1.8s infinite ease-in-out;
  -moz-animation: sk-cube 1.8s infinite ease-in-out;
  -o-animation: sk-cube 1.8s infinite ease-in-out;
  animation: sk-cube 1.8s infinite ease-in-out; }

.sk-cube2 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cube {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@-moz-keyframes sk-cube {
  25% {
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -moz-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

@-o-keyframes sk-cube {
  25% {
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -o-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cube {
  25% {
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -moz-transform: translateX(42px) translateY(42px) rotate(-179deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.sk-dot {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  -webkit-animation: sk-dot-rotate 2s infinite linear;
  -moz-animation: sk-dot-rotate 2s infinite linear;
  -o-animation: sk-dot-rotate 2s infinite linear;
  animation: sk-dot-rotate 2s infinite linear; }

.sk-dot1,
.sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #75bbf2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-dot-bounce 2s infinite ease-in-out;
  -moz-animation: sk-dot-bounce 2s infinite ease-in-out;
  -o-animation: sk-dot-bounce 2s infinite ease-in-out;
  animation: sk-dot-bounce 2s infinite ease-in-out; }

.sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-dot-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes sk-dot-rotate {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-o-keyframes sk-dot-rotate {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes sk-dot-rotate {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@-moz-keyframes sk-dot-bounce {
  0%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-o-keyframes sk-dot-bounce {
  0%,
  100% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes sk-dot-bounce {
  0%,
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1); } }

.sk-bounce {
  width: 100px;
  /* height: 40px; */
  text-align: center;
  font-size: 10px;
  background-color: white;
  border: 1px solid #ededed;
  padding: 10px 10px 5px 10px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  height: 50px;
  padding-top: 18px; }

.sk-bounce > div {
  width: 12px;
  height: 12px;
  background-color: #75bbf2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.sk-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@-moz-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.sk-circle {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #75bbf2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  -moz-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  -o-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px; }

.sk-cube-grid .sk-cube-child {
  width: 33%;
  height: 33%;
  background-color: #75bbf2;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  -moz-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  -o-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube-grid1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube-grid2 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube-grid3 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube-grid4 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube-grid5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube-grid6 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube-grid7 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube-grid8 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube-grid9 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@-moz-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    -moz-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    -moz-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@-o-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    -moz-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    -moz-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube-parent {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube-parent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #75bbf2;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  -moz-animation: sk-foldCubeAngle 2.4s infinite linear both;
  -o-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cubechild2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cubechild3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cubechild4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cubechild2:before {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cubechild3:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cubechild4:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@-moz-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@-o-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.sk-fading-circle {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-fading-circle .sk-circle-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #75bbf2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  -moz-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  -o-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-fading-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-fading-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-fading-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-fading-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-fading-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-fading-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-fading-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-fading-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-fading-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-fading-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-fading-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-fading-circle2:before {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-fading-circle3:before {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-fading-circle4:before {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-fading-circle5:before {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-fading-circle6:before {
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-fading-circle7:before {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-fading-circle8:before {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-fading-circle9:before {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-fading-circle10:before {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-fading-circle11:before {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-fading-circle12:before {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-fading-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@-moz-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@-o-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/* --- ARABIC START --- */
html[lang="ar"] {
  direction: rtl;
  font-family: 'Open Sans', Arial, sans-serif; }
  html[lang="ar"] .left-side-menu {
    left: 0;
    direction: ltr; }
  html[lang="ar"] .dir-can-change,
  html[lang="ar"] [app-tickets],
  html[lang="ar"] .v-chat,
  html[lang="ar"] .modal {
    direction: ltr; }
  html[lang="ar"] .settings-list .settings-box,
  html[lang="ar"] .application-box {
    margin-right: 0; }
  html[lang="ar"] .canned-response-wrapper,
  html[lang="ar"] h1,
  html[lang="ar"] h2,
  html[lang="ar"] h3,
  html[lang="ar"] h4,
  html[lang="ar"] h5,
  html[lang="ar"] p,
  html[lang="ar"] .app-se-r-cell {
    direction: rtl !important;
    text-align: right; }
  html[lang="ar"] .app-se-r-cell a,
  html[lang="ar"] .app-se-r-cell button {
    direction: ltr !important;
    text-align: left; }
  html[lang="ar"] .app-sak-row {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  html[lang="ar"] .dashboard__card__title {
    direction: ltr !important;
    text-align: left; }
  html[lang="ar"] .trendReport .header-title,
  html[lang="ar"] .dashboard__card__title {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  html[lang="ar"] .reportPage .card .card-body.trendReport .header-title {
    float: none; }
  html[lang="ar"] .dashboard__tabs__title {
    margin-right: 0; }
    html[lang="ar"] .dashboard__tabs__title:last-child {
      margin-right: 20px; }
  html[lang="ar"] .page-title-box .page-title {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  html[lang="ar"] .page-title-box .page-title-right {
    float: left; }
  html[lang="ar"] .dashboard__chart__empty p,
  html[lang="ar"] .chart-empty p {
    text-align: center; }
  html[lang="ar"] .daterangepicker .ranges li,
  html[lang="ar"] .date-range-all-date {
    text-align: right; }
  html[lang="ar"] .cockpit-nav {
    direction: rtl; }
    html[lang="ar"] .cockpit-nav a {
      margin-right: 20px; }
      html[lang="ar"] .cockpit-nav a:not(:last-of-type) {
        margin-right: 20px; }
      html[lang="ar"] .cockpit-nav a:first-child {
        margin-right: 0; }
  html[lang="ar"] .application-notification .an-form-box {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  html[lang="ar"] .app-whatsapp .app-w-api form {
    margin-left: auto; }
  html[lang="ar"] .form-control {
    text-align: right; }
  html[lang="ar"] .app-tab-content .tab-pane {
    text-align: right; }
  html[lang="ar"] .select2-search__field,
  html[lang="ar"] .select2-selection__rendered,
  html[lang="ar"] .select2-results__option {
    text-align: right; }
  html[lang="ar"] .reason-detail .header-title {
    direction: rtl !important;
    text-align: left; }
  html[lang="ar"] .reason-detail .form-control {
    text-align: left; }
  html[lang="ar"] .alert {
    text-align: right; }
  html[lang="ar"] .callback-detail .col-6 label {
    text-align: right; }
  html[lang="ar"] .v-autocomplete input {
    text-align: right; }
  html[lang="ar"] .v-text-field input,
  html[lang="ar"] .v-textarea.v-text-field--enclosed .v-text-field__slot textarea,
  html[lang="ar"] .v-list-item .v-list-item__title {
    text-align: right; }
  html[lang="ar"] .canned-response__column.-draft-form {
    direction: ltr; }
  html[lang="ar"] .v-messages__message {
    text-align: right; }
  html[lang="ar"] .canned-response .canned-response__path-container,
  html[lang="ar"] .canned-response .canned-response__warning-message-container {
    direction: ltr; }
  html[lang="ar"] .canned-response .canned-response__sub-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    html[lang="ar"] .canned-response .canned-response__sub-title .v-tooltip-wrapper {
      margin-right: 5px; }
  html[lang="ar"] .canned-response .v-input--selection-controls .v-input__slot {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  html[lang="ar"] .edit-profile-content p {
    text-align: left; }

/* --- ARABIC END --- */
/* --- SPANISH START --- */
html[lang="es"] .select-filter .vs__search {
  font-size: 10px; }

/* --- SPANISH END --- */
