@charset "UTF-8";
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: none;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* a:hover {
  color: #0056b3;
  text-decoration: underline;
} */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

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

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

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

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

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

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

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

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

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

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

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

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

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

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

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

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

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

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

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

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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

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

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

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

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

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

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

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

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

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

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

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

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

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

.nav-link.disabled {
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

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

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

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

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

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

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

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

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

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: 500px; */
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

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

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

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

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-top-color: #fff;
}

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

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

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-right-color: #fff;
}

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

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

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-bottom-color: #fff;
}

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

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

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

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

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

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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 #ddd !important;
  }
}
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
    Combine Style Files
*/
body {
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

input {
  line-height: normal;
}

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

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  width: 450px !important;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/assets/glyphicons-halflings-regular-1271b719.eot");
  src: url("/assets/glyphicons-halflings-regular-1271b719.eot?#iefix") format("embedded-opentype"), url("/assets/glyphicons-halflings-regular-13953753.woff") format("woff"), url("/assets/glyphicons-halflings-regular-53ac7373.ttf") format("truetype"), url("/assets/glyphicons-halflings-regular-6605949f.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.conversation-body::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
  position: absolute;
  z-index: 12;
}

.conversation-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 9em;
}

.conversation-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 9em;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #3978FC;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
  color: #333333;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.permissions_setting input[type=text] {
  display: none;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.panel-heading strong {
  font-weight: bold !important;
}

.list-unstyled {
  margin-bottom: 0;
}
.list-unstyled strong {
  font-weight: bold !important;
}
.list-unstyled li {
  padding-bottom: 4px;
}
.list-unstyled ul {
  list-style-type: disc;
  margin-left: -8px;
  padding-top: 8px;
}
.list-unstyled ul li a {
  margin-left: -6px;
}
.list-unstyled a {
  text-decoration: underline;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.container {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

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

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

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

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
legend {
  margin-bottom: 20px;
  font-size: 21px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #3978FC;
  outline: 0;
}

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

.form-control:-ms-input-placeholder {
  color: #CFD7E0;
}

.form-control::-webkit-input-placeholder {
  color: #CFD7E0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #F4F6F9;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

.form-group-apns, .form-group-fcm > .form-control {
  width: 400px;
  float: left;
}

.form-group-fcm > .form-control {
  margin-left: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 20px;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

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

.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.block-info-box {
  display: block;
}

.none-info-box {
  pointer-events: none;
}
.none-info-box h5, .none-info-box label, .none-info-box ul, .none-info-box li {
  color: #95A8C8;
}
.none-info-box input {
  cursor: not-allo;
  color: #95A8C8;
}
.none-info-box .clipboard {
  display: none;
}
.none-info-box #reset_signing_secret {
  background-color: #F4F6F9;
  border-color: #F4F6F9 !important;
  color: #95A8C8 !important;
}

.wrap-offline-messag .none-info-box ul li span {
  color: #95A8C8;
  background-color: rgba(149, 168, 200, 0.1);
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #3978FC;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #3978FC;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #3978FC;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333333;
}

.template-controls-form-select label {
  font-weight: normal;
  margin-top: 20px;
  float: left;
  padding-right: 10px;
}

.template-controls-form-select .template-select .form-control {
  width: 426px;
  height: 34px;
  border: 1px solid #95A8C8;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 15px;
}

#form-add-app .panel-body {
  margin: 0 auto;
}

#form-add-app .wrap-form-app-adit .col-md-8 {
  width: 426px;
}

#new-api-key-button,
.new-dialog-button {
  position: absolute;
  right: 20px;
}

.new-dialog-button {
  top: 19px;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    height: 34px;
    border: 1px solid #95A8C8;
    font-size: 14px;
    margin-left: 13px;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #ffffff;
  }
  select {
    background: #ffffff;
    padding-bottom: 5px;
    -webkit-appearance: none;
    background-image: url("/assets/expand-41aa4cd9.svg") !important;
    background-repeat: no-repeat;
    background-position: 85%;
    cursor: pointer;
    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    /* for IE */
    appearance: none !important;
  }
  .wrap-form-app-adit select,
  .wrap-form-add-app select,
  .class_select select,
  .wrap-modal-content-remove-field select {
    background-position: 97%;
  }
  select option {
    background: #ffffff;
    box-shadow: none;
  }
  #custom-actions .class_select select,
  #class_select .export_select_name,
  .import_class_select {
    background-position: 96%;
  }
  .import_class_select {
    font-weight: normal !important;
  }
  #stat_data,
  #sdk_data,
  #os_data {
    background-position: 98% !important;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  .form-inline .form-control {
    background-color: #ffffff;
  }
  .form-inline .form-control option {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .footer-toolbar {
    display: block;
    position: absolute;
  }
  .footer-toolbar a.remove {
    display: inline !important;
    position: relative !important;
    -webkit-text-decoration: revert;
            text-decoration: revert;
  }
  #users_list_wrapper .dataTables_info {
    position: absolute;
  }
  #users_list_wrapper .toolbar a.remove {
    display: inline !important;
    position: relative !important;
  }
  #messages_queue_wrapper .dataTables_length,
  #subscriptions_table_wrapper .dataTables_length {
    margin-bottom: 14px;
  }
  #subscriptions_table_wrapper .toolbar {
    position: relative;
    margin-bottom: -60px;
    margin-top: 20px;
  }
  #dialogs_list_wrapper #dialogs_list_filter input {
    width: 455px !important;
    height: 36px;
  }
  .collapsible-content-wrap .rich-push-dialog {
    margin-left: 0;
    padding: 10px 0;
  }
  .collapsible-content-wrap .radio .rich-push-dialog {
    margin-left: -20px;
  }
  .rich-push-dialog .form-control {
    margin-left: -1px;
  }
  .collapsible-content-wrap .rich-push-dialog .form-control {
    width: 150px;
    margin-left: 10px;
  }
  .collapsible-content-wrap .rich-push-dialog select {
    background-position: 94%;
  }
  .rich-push-dialog .new-btn {
    margin-top: 2px;
  }
  #sendPush {
    margin-left: calc(50% - 86px);
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.forgot-form-sent-mail .form-group {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 11px;
    text-align: right;
    font-weight: normal;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.panel-collapse {
  background-color: #F4F6F9;
}

.panel-collapse .panel-body {
  margin-top: 0;
  width: 100%;
  background-color: #F4F6F9;
  box-shadow: none;
}

.sidebar_icon {
  color: currentColor;
  fill: currentColor;
}

.sidebar_icon > svg path:hover {
  fill: currentColor;
}

.sidebar_icon > svg.active path:hover {
  fill: currentColor;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  left: auto;
}

.pull-right > .add_class_custom, .add_class_remove {
  transform: none !important;
  right: 306px;
  top: 40px !important;
  left: auto !important;
}

.add_class_remove {
  right: 120px !important;
}

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

.col-md-5 {
  width: 41.66666667% !important;
}

.col-md-7,
.col-md-5 {
  float: left;
}

#new_custom_class {
  margin: 0 15px;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

#termsofuse {
  margin-left: 4px;
  margin-top: -10px;
  color: #6C7A92;
}

#signup-submit {
  margin: 30px auto 20px;
  margin-left: calc(50% - 80px);
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
  float: right;
  margin-top: 20px;
  margin-bottom: 90px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

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

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

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

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar > .container .navbar-brand {
    margin-left: -175px;
    margin-top: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.breadcrumb {
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
  color: #333333;
  font-size: 12px;
}

.breadcrumb > li a {
  color: #333333;
  font-size: 12px;
}

.breadcrumb > li a:hover {
  color: #3978FC;
  text-decoration: none;
  outline: none;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0 25px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #6C7A92;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #95A8C8;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0;
  color: #fff;
  cursor: default;
  background-color: #3978fc;
  border-color: #3978FC;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #6C7A92;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #6C7A92;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.login-form-wrap .alert {
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  width: 480px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#new_custom_class_dialog .alert {
  margin-left: 15px;
  margin-right: 15px;
}

#field_add_dialog .alert {
  margin-right: 15px;
}

.login-form-wrap .alert::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  content: "";
  z-index: 666;
  margin-left: -56px;
  margin-top: -15px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

#new_custom_class_dialog .alert {
  margin-left: 15px;
  margin-right: 15px;
}

#field_add_dialog .alert {
  margin-right: 15px;
}

.login-form-wrap .alert::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  content: "";
  z-index: 666;
  margin-left: -56px;
  margin-top: -15px;
}

.forgot_form .alert-danger {
  border-left: 44px solid #DA5757;
  border-top: 1px solid #D9E3F7;
  border-right: 1px solid #D9E3F7;
  border-bottom: 1px solid #D9E3F7;
}

.forgot_form .alert-danger::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  content: "";
  z-index: 666;
  margin-left: -56px;
  margin-top: -15px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

#field_add_dialog .alert {
  margin-right: 15px;
}

.login-form-wrap .alert::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  content: "";
  z-index: 666;
  margin-left: -56px;
  margin-top: -15px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

#new_custom_class_dialog .alert {
  margin-left: 15px;
  margin-right: 15px;
}

#field_add_dialog .alert {
  margin-right: 15px;
}

.login-form-wrap .alert::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  content: "";
  z-index: 666;
  margin-left: -56px;
  margin-top: -15px;
}

.forgot_form .alert-danger {
  border-left: 44px solid #DA5757;
  border-top: 1px solid #D9E3F7;
  border-right: 1px solid #D9E3F7;
  border-bottom: 1px solid #D9E3F7;
}

.forgot_form .alert-danger::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  content: "";
  z-index: 666;
  margin-left: -56px;
  margin-top: -15px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #333333;
  background-color: #ffffff;
  border-color: #D9E3F7;
  height: 106px;
}

.alert-success strong {
  font-weight: bold !important;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #333333;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-info-push-settings {
  width: 100%;
  height: 50px;
  background-color: #D9E3F7;
  border-radius: 6px;
  padding-left: 20px !important;
  padding-top: 10px !important;
}

.alert-info-push-settings .close {
  right: 20px;
}

.alert-info-push-settings .close:focus, .close:active {
  outline: none;
  border: none;
}

#info-panel .close:focus, .close:active {
  outline: none;
  border: none;
}

.alert-warning {
  color: #333333;
  background-color: #FFF6E3;
  border-radius: 6px;
  border: solid 1px #FFCC5A;
  padding: 0;
  padding-bottom: 22px;
  padding-right: 20px;
  margin-left: 20px;
}

.alert-warning h4 {
  padding-top: 20px;
  padding-left: 30px !important;
}

.alert-warning ul {
  padding-left: 60px !important;
}

.alert-warning ul li {
  padding-bottom: 8px;
}

.style-error-notification {
  position: relative;
  border-top: 1px solid #D9E3F7;
  border-right: 1px solid #D9E3F7;
  border-bottom: 1px solid #D9E3F7;
  border-radius: 6px;
}

.style-error-notification.form-results-errors {
  position: relative;
  overflow: visible;
}

#form-add-app .style-error-notification {
  position: relative;
  margin-bottom: 0;
  margin-top: 85px !important;
}

#form-add-app.wrap-edit-app .style-error-notification {
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.style-error-notification.form-results-errors .content {
  position: relative;
  width: calc(100% - 136px);
}

.error-notification-icon {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -60px;
  margin-top: -16px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.style-error-notification:has(.error-notification-icon)::before {
  content: none !important;
  display: none !important;
}

.wrap-error-nitification-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  border-left: 1px solid;
  -o-border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1 100%;
     border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1 100%;
}

.style-error-notification .wrap-error-nitification-close a {
  padding: 0 !important;
  float: none;
  line-height: 1.4;
  border: none;
  -o-border-image: none;
     border-image: none;
  position: static;
  top: auto;
  right: auto;
  opacity: 1;
  font-size: inherit;
  font-weight: normal;
  text-shadow: none;
}

.style-error-notification strong {
  font-weight: bold !important;
}

.style-error-notification .content a {
  float: none;
  padding: 0;
  border: none;
  -o-border-image: none;
     border-image: none;
}

.style-error-notification > a.close,
#application-settings-update-form .style-error-notification > a.close,
#m-messages-settings .form-results-errors > a.close {
  padding-top: 0 !important;
  float: right;
  -o-border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1% 100% 1%;
     border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1% 100% 1%;
  border-left: 1px solid;
}

.style-error-notification a:hover {
  color: #333333;
}

.style-error-notification > a.close,
.close.btn-rule-hide {
  padding: 10px 14px 10px 30px;
}

.wrap-falash-notifications .alert-warning {
  margin-left: 0;
  margin-right: 20px;
}

.style-warning {
  border-radius: 6px 0 0 6px;
}

.wrap-falash-notifications .text-left {
  padding: 20px 20px 30px 20px;
}

.wrap-falash-notifications .btn-close-alert {
  width: 72px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  padding-right: 16px;
}

.wrap-falash-notifications img {
  margin-top: 10px;
  padding: 0 3px 0 3px;
}

.sorting_asc:first-child {
  background: none !important;
}

.alert-image-border {
  width: 44px;
  height: 108px;
  display: block;
  position: relative;
  float: left;
  background: url("/assets/new/success-674990cc.png");
  background-repeat: no-repeat;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: 18px;
}

.alert-image-border-error {
  width: 44px;
  height: 72px;
  display: block;
  position: relative;
  z-index: 999;
  float: left;
  background: url("/assets/new/failure-d0b8b837.png");
  background-repeat: no-repeat;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: 18px;
  border-radius: 6px 0 0 6px;
}

.wrap-form-add-app .alert-image-border-error {
  height: 82px;
}

.settings-push-notifications .style-error-notification a {
  padding: 0px 44px 10px 30px !important;
}

.alert-warning h4 {
  padding-left: 40px;
}

.panel-body-available {
  box-shadow: none !important;
}

.wrap-available-panel-info {
  border: none !important;
}
.wrap-available-panel-info .btn-close-madal {
  margin-top: 10px;
  margin-right: 30px;
}

.alert-warning ul {
  padding-left: 60px;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.hidden-select {
  display: none;
}

.placeholder-other {
  padding-left: 12px;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px 10px 15px;
  margin-bottom: -1px;
}

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

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

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #3978FC !important;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 30px;
  margin-right: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.panel-body {
  padding: 20px 30px 30px;
  border: 1px solid #D9E3F7;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 20px;
}

.panel-body h4 {
  font-size: 14px;
  font-weight: bold;
}

.panel-body form {
  padding-top: 14px;
}

.panel-body form .fileName {
  height: 35px;
  border: 1px solid #95A8C8;
  background-color: #ffffff;
  border-radius: 4px;
}

.hide-form {
  display: none;
}

/************ drobdown menu header *******************/
.login-dropdown-list {
  width: 220px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  border: none;
}

.login-dropdown-list > li > a {
  line-height: 19px;
}

.update-plan {
  padding-top: 10px;
}

/************ end drobdown menu header **************/
.application-settings-update-origins-allowed-origins {
  padding-top: 7px;
  margin-bottom: 80px;
}

/*************** Edit Chat *****************/
.tab-content .panel-collapse .panel-body {
  padding-top: 10px;
  padding-bottom: 15px;
}

#send_message_form .panel-title {
  line-height: 32px;
  margin-bottom: 5px;
}
#send_message_form .more_panel_options_collapse .help-block {
  margin-bottom: 0;
}
#send_message_form .help-block {
  margin-bottom: 12px;
}
#send_message_form .help-block p {
  padding-bottom: 8px;
}
#send_message_form .panel-body {
  padding-bottom: 30px;
}
#send_message_form .collapsible-content-wrap .module-options {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}
#send_message_form .collapsible-content-wrap .module-options h3 {
  color: #6C7A92;
  letter-spacing: 0;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
#send_message_form #environment .panel-body {
  padding-bottom: 36px;
}

#environment .module-options {
  padding: 20px;
  position: relative;
  top: 6px;
}

span.obligatory-field {
  color: #E52525;
}

#chat_alert_text {
  margin-top: 12px;
}

.left-col-edit-user-profile {
  width: calc(50% - 34px);
  background-color: #ffffff;
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 22px 30px 10px 30px;
}

.left-col-edit-user-profile .wrap-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-right: 4px;
}

.left-col-edit-user-profile #user_submit {
  margin-right: 10px;
}

.left-col-edit-user-profile .btn-export-profile-user {
  margin-right: 10px;
}

.right-col-edit-user-profile {
  width: 50%;
  margin-right: 0;
  padding-right: 0;
}

.right-col-edit-user-profile #subscriptions_dialog {
  margin-top: 22px;
}

.right-col-edit-user-profile #data {
  padding-left: 0;
  padding-bottom: 13px;
}

.right-col-edit-user-profile #user_subscriptions label {
  padding-bottom: 8px;
}

.right-col-edit-user-profile .remove {
  position: relative;
  top: 60px !important;
}

@media (max-width: 1400px) {
  .left-col-edit-user-profile {
    width: 70%;
  }
}
/**************** Eng Edit user profile ************/
/**************** Edit file ************/
.left-edit-file {
  width: calc(50% - 60px);
  background-color: #ffffff;
  padding: 27px 30px 10px;
  border-radius: 5px;
  border: 1px solid #D9E3F7;
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-left: 45px;
}

.right-edit-file {
  padding: 0;
  margin-left: 15px;
}

.right-edit-file #tags-wrap {
  margin-top: 28px;
}

.right-edit-file .module-help {
  background-color: #D9E3F7;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  margin-top: 0;
}

.right-edit-file .module-help .close {
  top: 10px;
  right: 10px;
}

.right-edit-file .module-help p {
  padding: 10px 0 0 30px;
}

.right-edit-file .panel {
  margin-right: 0;
}

.right-edit-file .panel-body {
  padding-top: 30px;
  padding-left: 30px;
}

.right-edit-file .panel-body .inputFile {
  height: 36px;
  cursor: pointer;
  display: inline;
}

.right-edit-file .panel-body #upload_submit {
  height: 36px;
  display: inline;
  margin-top: -4px;
}

.right-edit-file .panel-body .inputFile:hover,
.right-edit-file .panel-body .inputFile:active,
.right-edit-file .panel-body .inputFile:focus {
  color: #ffffff !important;
}

.right-edit-file .panel-body #filename {
  width: calc(100% - 296px);
  display: inline;
  margin: 0 20px 0 20px;
}

.edit_users_settings .panel-body {
  padding-bottom: 25px;
}

/**************** Eng Edit file ************/
/**************** Alerts TnS page ************/
.wrap-message-rule {
  width: 492px;
  height: 637px;
  padding-left: 15px;
}

.wrap-message-rule {
  height: auto !important;
}

.wrap-message-rule .modal-header {
  padding-top: 21px;
}

.wrap-message-rule .modal-body {
  padding-top: 0;
}

.input_fale_rule {
  padding: 6px 20px;
  background-color: #F4F6F9;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  width: 97px;
  cursor: pointer;
  position: relative;
  margin-left: 125px;
  margin-top: -28px;
}

.input__file {
  position: relative;
  z-index: 100;
  opacity: 0;
  top: -60px;
  height: 36px;
  cursor: pointer;
  display: inline;
}

.label_fale_rule {
  margin-left: 15px;
}

.choose_group_rule {
  margin-top: 31px;
}

.modal_score_group {
  width: 492px !important;
}

.modal_score_group .modal-header {
  padding-top: 23px;
}

.modal_score_group .modal-body {
  padding-top: 8px;
}

.form-group-cgeckblox-notify {
  margin-bottom: 10px;
}

.modal_score_group .modal-footer {
  margin-top: -30px;
  padding-bottom: 0;
}

/**************** end Alerts TnS page ************/
/****************** Bans page *****************/
#bans_list_wrapper .input-sm {
  width: 78px !important;
}

.wrap-message-ban {
  width: 492px !important;
}

.wrap-message-ban .modal-title {
  padding-left: 15px;
  padding-top: 10px;
}

.wrap-message-ban .modal-header {
  padding-bottom: 8px;
}

.wrap-message-ban .modal-body {
  margin-left: 15px;
  padding-right: 0;
}

.wrap-message-ban .modal-footer {
  margin-top: -20px;
  padding-bottom: 0;
}

/****************** end Bans page *****************/
/****************** Export page *******************/
#custom-export label {
  display: block;
  position: relative;
  font-weight: bold;
}

#custom-export tr td label,
#custom-import tr td label,
#custom tr td label {
  width: 20px;
  height: 20px;
}

.form-inline .export_select_name {
  width: 266px;
  margin-left: 0;
}

#export_btn_csv,
#export_btn_json,
#export_schema_btn_json {
  margin-bottom: -16px;
}

#export_schema_btn_json,
#export_btn_json {
  margin-left: 6px;
}

.exp_imp_toolbar #class_select {
  margin-bottom: 10px;
}

#export-table_wrapper .form-control {
  width: 80px;
  font-weight: normal;
}

#export-table_length {
  margin-bottom: 14px;
}

#export-table_length label {
  font-weight: normal;
}

.modal_export_scherma {
  width: 492px !important;
}

.modal_export_scherma .modal-title {
  font-size: 16px;
  margin-left: 15px;
  margin-top: 7px;
}

.modal_export_scherma .modal-body {
  padding-top: 0;
  padding-left: 15px;
}

.modal_export_scherma .modal-footer #export_schema_btn_json {
  margin-right: calc(50% - 76px);
  margin-bottom: 15px;
}

/****************** end Export page *******************/
/***************** modal *********************/
#image-modal .modal-title,
#event_history_modal .modal-title {
  padding-left: 15px;
  padding-top: 7px;
}

#event_history_modal .modal-body {
  margin: 0 15px 0 15px;
}

/***************** end modal ****************/
/************** profile and privacy **********/
.profile-title {
  font-size: 22px;
  padding-left: 12px;
  padding-bottom: 10px;
}

.profile-social_wrap .login-wrap .social-button.github,
.profile-social_wrap .login-wrap .social-button.google {
  width: 100%;
  text-align: center;
  padding-left: 0;
}

.tab-pane > .wrap-form-privacy {
  background-color: inherit !important;
  box-shadow: none !important;
}

.panel-headeng-edpoints {
  padding: 0 !important;
}

.panel-headeng-edpoints h4 {
  font-size: 16px !important;
  margin: 0 !important;
  padding-bottom: 20px;
}

.wrap-edpoints-form {
  width: 750px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #D9E3F7;
  margin-left: calc(50% - 450px);
  padding: 0;
}

.wrap-edpoints-form .panel-body {
  border: none;
}

.wrap-edpoints-form .panel {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  border: none;
}

.wrap-edpoints-form label {
  text-align: left;
  float: left;
  padding-top: 0;
  padding-bottom: 5px;
}

.wrap-edpoints-form .panel-body {
  padding: 8px 30px 30px;
  box-shadow: none;
}

.panel-action-privacy {
  width: 750px;
  position: relative;
  margin-left: calc(50% - 443px);
}

.label-export-profile {
  position: relative;
  margin-left: -136px;
  margin-top: 15px;
}

/************ end prifile *********/
/************************custom import*******************/
.padded-lr .fileName {
  width: 266px;
  height: 36px;
  margin: 0;
}

.class_select_custom {
  width: 20%;
  float: left;
  margin-right: 3%;
}

.import_class_select {
  width: 266px;
}

@media (max-width: 1810px) {
  .class_select_custom {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 1420px) {
  .class_select_custom {
    width: 100%;
    padding-bottom: 0;
  }
  .import_form .upload-file-wrap {
    max-width: 560px;
  }
}
/*************************** end custom import *********************/
/************* custom list ********************/
.wrap_group_button_custom {
  position: relative;
  clear: both;
  content: "";
  width: auto;
  padding-top: 8px;
  margin-right: -15px;
  height: auto;
}

@media (max-width: 1290px) {
  #custom_table_filter {
    padding-left: 0;
    float: right;
  }
}
@media (max-width: 1200px) {
  .alert-info-push-settings {
    height: 80px;
  }
}
@media (max-width: 1030px) {
  .wrap_group_button_custom {
    margin-top: 60px;
    width: 500px;
    margin-left: -96px;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  #custom-actions .class_select {
    top: -50px;
  }
  .left-edit-file,
  .left-col-edit-user-profile,
  .right-col-edit-user-profile {
    width: 100%;
  }
  .wrap_add_user .left-col {
    width: 98% !important;
  }
  .wrap_add_user .right_col_user {
    width: 98%;
    margin-left: 15px;
  }
  .wrap_bot .left-col {
    width: 98% !important;
  }
  .wrap_bot .right_col {
    width: 98%;
    margin-left: 15px;
  }
}
@media (max-width: 1130px) {
  .edit-chat {
    width: 100%;
  }
  .wrap-edit-chat {
    width: 100%;
  }
  .wrap-edit-chat-add-members {
    width: 100%;
  }
}
/************** end custom list ****************/
/************** modal dialog messages ***********/
.wrap-message-histopry {
  width: 85% !important;
}

.wrap-message-histopry .modal-content {
  background-color: #ffffff;
  padding: 15px 15px 35px 15px;
}

.wrap-message-histopry .modal-header {
  padding-bottom: 5px;
}

.label-data {
  float: left;
  padding-top: 9px;
}

.filter-history-message.container .panel-group.panel.panel-default input {
  float: left;
  margin-left: 8px;
  height: 36px;
  width: 149px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding-left: 10px;
  margin-bottom: 20px;
}

.yadcf-filter-reset-button {
  margin-left: 8px;
  border: none;
  background: none;
  color: #3978FC;
  text-decoration: underline;
  margin-top: 8px;
}

.yadcf-filter-reset-button:active,
.yadcf-filter-reset-button:hover,
.yadcf-filter-reset-button:focus {
  outline: none;
}

#messages_list_filter {
  margin: 10px 10px 15px 0;
}

#messages_list_length {
  margin-top: 10px;
}

.wrap-message-histopry #messages_list_paginate {
  margin-top: 0;
  padding-top: 0;
}

.wrap-message-histopry .toolbar {
  margin-top: 10px;
}

.wrap-message-histopry .toolbar:empty {
  display: none;
  margin-top: 0;
}

.wrap-message-histopry .messages-list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  clear: both;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 40px;
}

.wrap-message-histopry .messages-list-footer #messages_list_info {
  float: none;
  clear: none;
  margin-top: 0;
  padding-top: 0;
}

.wrap-message-histopry .messages-list-footer #messages_list_paginate {
  float: none;
  margin-top: 0;
  padding-top: 0;
}
.wrap-message-histopry .messages-list-footer #messages_list_paginate .pagination {
  margin: 0;
}

/**************** end modal dialog messages ******/
/*****************Stats******************/
#entity-stat .panel-body h4 {
  font-size: 16px;
}

.export-stat .form-group input {
  box-sizing: border-box;
  height: 39px;
  width: 125px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin: 0 10px;
}

.export-stat {
  border-bottom: 1px solid #D9E3F7;
  padding-bottom: 30px;
}

.export-stat .form-group label {
  font-weight: normal;
  padding: 0;
}

.ui-widget-header {
  border: none !important;
  background: none !important;
}

#account_stat_wrapper {
  margin-bottom: 160px;
}

.account-feature-list {
  height: 200px;
  overflow-y: scroll;
}

.account-ai-extention-list {
  height: 200px;
  overflow-y: scroll;
}
.account-ai-extention-list .list-group-item {
  padding: 5px 0px 5px 15px;
  color: #555;
}

li.list-group-item:hover .icon-trash2 {
  width: 20px;
  height: 20px;
  background-image: url("/assets/icons/trash-afead11e.svg");
}

/**************Stats end*****************/
/************Offline messeg**************/
.wrap-offline-messag {
  margin-bottom: 75px;
}

.wrap-offline-messag .module-navigation-wrap {
  margin-top: -55px;
}

.wrap-offline-messag h5 {
  padding-top: 10px;
}

.wrap-offline-messag .chat-alert-sound-radio-group .form-control {
  margin-top: 20px;
}

.chat-category {
  padding-bottom: 12px;
}

.add_class_custom,
.add_class_remove {
  width: 60px;
}

.import-align-baseline {
  margin-bottom: 20px;
}

.import-align-baseline #class_select label {
  float: left;
  padding-top: 6px;
  padding-right: 20px;
}

.links {
  margin-left: -15px;
}

.padded-offline-messag {
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  padding: 20px;
  padding-top: 10px;
  margin-top: -2px;
  width: 900px;
  margin-bottom: 20px;
}

.content-allert-offline-messag {
  border: 1px solid #D9E3F7;
  border-radius: 6px;
  margin-top: 30px;
}

.content-allert-offline-messag h4 {
  background-color: #D9E3F7;
  padding: 10px 10px 10px 20px;
  border-radius: 6px 6px 0 0;
  margin-top: 0;
}

.content-allert-offline-messag .content {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap-offline-messag h3.module-page-title {
  font-size: 22px !important;
  font-weight: bold;
}

/************Offline messag end**********/
/*************App edit*******************/
.left-section .panel-heading {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 14px;
  padding-top: 6px;
}

.wrap-form-app-adit .panel-heading {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 14px;
  padding-top: 6px;
}

.wrap-form-app-adit .choose .new-btn,
.wrap-form-add-app .choose .new-btn {
  margin-top: 30px;
}

/************* App edit end**************/
/************** App list ****************/
.wrap-new-app {
  padding-left: 30px !important;
  margin-left: 30px !important;
  border-left: 1px solid;
  margin-top: 0 !important;
  padding-top: 20px;
  border-right: 0;
  -o-border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1% 100% 1%;
     border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1% 100% 1%;
}

ul.apps-list.app-index li.wrap-new-app a div {
  margin-left: 10px !important;
  color: #3978FC !important;
  padding-top: 29px !important;
}

/************* App list end *************/
/************** Api keys list ****************/
#api_key_table_wrapper {
  margin-bottom: 80px;
}

.bg-copy {
  position: relative;
  width: 14px;
  height: 20px;
  background-image: url("/assets/icons/copy-948dd8a5.svg");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
}

.bg-copy:hover {
  opacity: 0.6;
  z-index: 1;
}

.copy-text {
  float: left;
  cursor: pointer;
  font-family: "Monaco", monospace;
  margin-bottom: 0;
}

#confirmation_delete_api_keys .style-error-notification a {
  margin-right: -5px;
}

#new-api-key-modal .modal-header,
#new-api-key-modal .modal-body,
#confirmation_delete_api_keys .modal-header,
#confirmation_delete_api_keys .modal-body,
#confirmation_delete_bot .modal-header,
#confirmation_delete_bot .modal-body,
#service-notifications-confirm .modal-header,
#service-notifications-confirm .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
#new-api-key-modal .modal-header span,
#new-api-key-modal .modal-body span,
#confirmation_delete_api_keys .modal-header span,
#confirmation_delete_api_keys .modal-body span,
#confirmation_delete_bot .modal-header span,
#confirmation_delete_bot .modal-body span,
#service-notifications-confirm .modal-header span,
#service-notifications-confirm .modal-body span {
  font-weight: bold;
}
#new-api-key-modal .modal-header .btn-close-madal,
#new-api-key-modal .modal-body .btn-close-madal,
#confirmation_delete_api_keys .modal-header .btn-close-madal,
#confirmation_delete_api_keys .modal-body .btn-close-madal,
#confirmation_delete_bot .modal-header .btn-close-madal,
#confirmation_delete_bot .modal-body .btn-close-madal,
#service-notifications-confirm .modal-header .btn-close-madal,
#service-notifications-confirm .modal-body .btn-close-madal {
  top: -5px !important;
  right: -15px !important;
}
#new-api-key-modal .modal-header .btn-del,
#new-api-key-modal .modal-body .btn-del,
#confirmation_delete_api_keys .modal-header .btn-del,
#confirmation_delete_api_keys .modal-body .btn-del,
#confirmation_delete_bot .modal-header .btn-del,
#confirmation_delete_bot .modal-body .btn-del,
#service-notifications-confirm .modal-header .btn-del,
#service-notifications-confirm .modal-body .btn-del {
  margin-right: 10px;
}
#new-api-key-modal .modal-header,
#confirmation_delete_api_keys .modal-header,
#confirmation_delete_bot .modal-header,
#service-notifications-confirm .modal-header {
  padding-top: 20px;
}
#new-api-key-modal .modal-body,
#confirmation_delete_api_keys .modal-body,
#confirmation_delete_bot .modal-body,
#service-notifications-confirm .modal-body {
  padding-top: 0;
}
#new-api-key-modal .modal-body .form-group,
#confirmation_delete_api_keys .modal-body .form-group,
#confirmation_delete_bot .modal-body .form-group,
#service-notifications-confirm .modal-body .form-group {
  margin-top: 30px;
  float: right;
}
#new-api-key-modal .modal-body .control-label,
#confirmation_delete_api_keys .modal-body .control-label,
#confirmation_delete_bot .modal-body .control-label,
#service-notifications-confirm .modal-body .control-label {
  padding-bottom: 7px;
  padding-top: 10px;
}
#new-api-key-modal .modal-body .alert,
#confirmation_delete_api_keys .modal-body .alert,
#confirmation_delete_bot .modal-body .alert,
#service-notifications-confirm .modal-body .alert {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

#confirmation_delete_bot .modal-content,
#confirmation_delete_bot .modal-dialog,
#service-notifications-confirm .modal-content,
#service-notifications-confirm .modal-dialog {
  width: 440px;
}
#confirmation_delete_bot .modal-dialog,
#service-notifications-confirm .modal-dialog {
  margin: 116px auto 0;
}

#confirmation_delete_all_content .close {
  margin-top: -7px;
  margin-right: -20px;
  width: 28px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
#confirmation_delete_all_content .modal-header,
#confirmation_delete_all_content .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
#confirmation_delete_all_content .modal-header span,
#confirmation_delete_all_content .modal-body span {
  font-weight: bold;
}
#confirmation_delete_all_content .modal-header {
  padding-top: 20px;
}
#confirmation_delete_all_content .modal-body {
  padding-top: 0;
}
#confirmation_delete_all_content .modal-body .form-group {
  margin-top: 30px;
  float: right;
}
#confirmation_delete_all_content .modal-body .control-label {
  padding-bottom: 7px;
  padding-top: 10px;
}
#confirmation_delete_all_content .modal-body .alert {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

#confirmation_delete_all_content .modal-content,
#confirmation_delete_all_content .modal-dialog {
  width: 440px;
}
#confirmation_delete_all_content .modal-dialog {
  margin: 116px auto 0;
}
#confirmation_delete_all_content button,
#confirmation_delete_all_content input[type=submit] {
  margin-left: 10px;
}

#delete-all-content-with-confirmation-btn {
  color: #DA5757;
  text-decoration: underline;
}

#enable-sync-label {
  position: relative;
  margin-right: 10px;
  top: 6px;
}

.enable-all-websites-synchronisation-btn-class {
  text-transform: none;
  text-decoration: underline;
  font-size: 14px;
}

#confirmation_delete_website .close {
  margin-top: -7px;
  margin-right: -30px;
  width: 28px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
#confirmation_delete_website .btn-del {
  border: none;
}
#confirmation_delete_website .btn-del:hover {
  opacity: 0.8;
}
#confirmation_delete_website .modal-header,
#confirmation_delete_website .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
#confirmation_delete_website .modal-header span,
#confirmation_delete_website .modal-body span {
  font-weight: bold;
}
#confirmation_delete_website .modal-header {
  padding-top: 20px;
}
#confirmation_delete_website .modal-body {
  padding-top: 0;
}
#confirmation_delete_website .modal-body .form-group {
  margin-top: 30px;
  float: right;
}
#confirmation_delete_website .modal-body .form-group .new-btn {
  margin-left: 8px;
}
#confirmation_delete_website .modal-body .control-label {
  padding-bottom: 7px;
  padding-top: 10px;
}
#confirmation_delete_website .modal-body .alert {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
#confirmation_delete_website .btn-del-bordered {
  background-color: #FFFFFF;
  color: #DA5757;
  border: 1px solid #DA5757;
}

#confirmation_delete_website .modal-content,
#confirmation_delete_website .modal-dialog {
  width: 440px;
}
#confirmation_delete_website .modal-dialog {
  margin: 116px auto 0;
}

#new-api-key-modal .modal-header {
  padding-bottom: 0;
}

#tab-custom .style-error-notification a {
  padding-top: 0;
}

/************* Api keys end *************/
/************** Users ********************/
.tags-available-title {
  background-color: #D9E3F7;
  padding: 16px 20px 16px 20px;
  border-radius: 6px 6px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-body-available strong {
  padding-left: 0 !important;
}

strong {
  font-weight: normal !important;
}

.panel-body-available li {
  padding-left: 10px;
}

.wrap-template-controls-form-button {
  float: right;
  margin-right: -14px;
}

@media (max-width: 1360px) {
  #update_settings_form .template-controls {
    min-width: 600px;
  }
}
@media (max-width: 991px) {
  .wrap-template-controls-form-button {
    padding-bottom: 40px;
  }
}
/************* Users end ***************/
/************* Form add app ************/
.wrap-form-add-app {
  max-width: 900px;
  margin: -74px auto 0;
}

.wrap-form-add-app .panel-body {
  padding: 30px 78px 30px 28px;
}

.wrap-form-add-app h3 {
  margin-left: -30px !important;
  padding-bottom: 10px;
}

.wrap-form-add-app .panel-body .form-group {
  margin-bottom: 20px;
}

.wrap-form-add-app .default_image {
  border: 1px solid #D9E3F7;
}

.wrap-form-add-app .btn-toolbar {
  padding-right: 45px;
}

/************* Form add app end ********/
/************** Forgot form **********/
.forgot_form {
  width: 100%;
}

.forgot_form .panel-default {
  width: 656px;
  margin-left: calc(50% - 325px);
  border: none;
}

.forgot_form .panel-default .panel-body {
  border: none;
}

.forgot-form-sent-mail {
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 10px;
  padding-top: 0px !important;
  position: relative;
  top: 20px;
}
.forgot-form-sent-mail input {
  height: 36px;
}

.forgot_form .panel-title {
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-left: -2px;
}

.forgot_form #tip {
  width: 310px;
  margin-left: calc(50% - 155px);
  padding-top: 21px;
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}

#forgot_submit {
  width: 162px;
  margin-left: calc(50% - 81px);
  margin-top: 9px;
}

/**************** Forgot form end **********/
.update-record-button {
  margin-right: calc(50% - 73px) !important;
}

#record_edit_simple .null_field .form-control,
#record_add_simple .null_field .form-control {
  width: 106%;
}

#record_edit_simple .null_field input[type=text],
#record_add_simple .null_field input[type=text],
#record_edit_simple .null_field select,
#record_add_simple .null_field select {
  width: 100% !important;
}

#record_add_simple .type-file,
#record_edit_simple .type-file {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
#record_add_simple .type-file > .col-sm-2,
#record_edit_simple .type-file > .col-sm-2 {
  width: auto;
  min-width: 110px;
  flex: 0 0 auto;
  float: none;
}
#record_add_simple .type-file > .col-sm-10,
#record_edit_simple .type-file > .col-sm-10 {
  width: auto;
  flex: 1 1 auto;
  float: none;
  max-width: none;
}
#record_add_simple .type-file .fileName.form-control,
#record_edit_simple .type-file .fileName.form-control {
  width: 100% !important;
}
#record_add_simple .type-file .btn-file,
#record_edit_simple .type-file .btn-file {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
#record_add_simple .type-file .inputFile,
#record_edit_simple .type-file .inputFile {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#record_edit_simple .null_field select,
#record_add_simple .null_field select {
  background-position: 98%;
}

#account_stat_wrapper {
  margin-right: 20px;
  margin-left: 5px;
  border-radius: 5px;
}

#entity-stat {
  margin-right: 15px;
  text-align: center;
}

#entity-stat .panel-default {
  text-align: left;
}

.wrap-profile {
  margin-right: 30px;
  margin-left: 15px;
}

.wrap-profile .profile-title {
  padding-left: 0;
  margin-left: -14px;
}

.wrap-profile .padded {
  padding: 15px;
  padding-top: 25px;
  border: 1px solid #D9E3F7;
}

.navigation-profile-privacy {
  top: -49px !important;
}

.wrap-modal-content-remove-field .modal-body {
  padding-left: 30px;
  padding-right: 50px;
}

.wrap-modal-content-remove-field .modal-header {
  padding: 30px;
  padding-top: 24px;
  padding-bottom: 8px;
}

.wrap-form-app-adit {
  min-width: 780px;
}

.title-mail-settings {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 4px;
}

.panel-heading {
  padding: 12px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 30px 5px;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border: 1px solid #D9E3F7;
}

.panel-info > .panel-heading {
  background-color: #D9E3F7;
  border: 1px solid #D9E3F7;
}

.panel-heading-user-settings {
  border: none !important;
  border-radius: 6px;
  background-color: #F4F6F9 !important;
  padding: 20px;
  color: #6C7A92;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.overview_close {
  float: right;
  height: 100%;
  padding: 26px 40px 0 50px;
  border-left: 1px solid;
  color: #3978FC !important;
  -o-border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1% 100% 1%;
     border-image: linear-gradient(to top, rgba(217, 227, 247, 0), #D9E3F7, rgba(217, 227, 247, 0)) 1% 100% 1%;
  cursor: pointer;
}

.overview_close:hover {
  color: #333333 !important;
}

.edit-file-btn-close {
  top: 15px;
  right: 15px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 2px 4px 0 rgba(178, 199, 238, 0.49);
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
}

#rule_dialog_modal .modal-dialog {
  width: 500px;
}
#rule_dialog_modal .modal-header {
  padding-bottom: 5px;
}
#rule_dialog_modal .modal-body {
  padding-left: 40px;
}
#rule_dialog_modal .form-horizontal .form-group {
  width: 426px;
  margin-left: 14px;
}
#rule_dialog_modal .form-results-errors {
  margin-left: 10px;
  width: 426px;
}
#rule_dialog_modal .modal_score_group .modal-content {
  padding-left: 0;
}
#rule_dialog_modal .modal_score_group .panel {
  margin-left: 0;
}
#rule_dialog_modal .modal_score_group .modal-title {
  padding-left: 12px;
}
#rule_dialog_modal .modal_score_group .info-hint {
  color: #6C7A92;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 19px;
  margin-left: 30px;
}
#rule_dialog_modal .modal_score_group .form-results-errors {
  width: 436;
  margin-left: 0;
}
#rule_dialog_modal .modal_score_group .form-horizontal .form-group {
  width: 436px;
  margin-left: 4px;
}

#dictionary_control {
  margin-top: 10px;
  float: left;
}

#chat_message_rule_find_string {
  position: absolute;
  z-index: 99;
  opacity: 0;
  height: 36px;
  margin-top: 10px;
  cursor: pointer;
}

#chat_message_rule_find_string:hover + .button-choose {
  opacity: 0.8;
}

.button-choose {
  position: relative;
  z-index: 1;
  width: 97px;
  border-radius: 4px;
  background-color: #F4F6F9;
  cursor: pointer;
  content: "Choose";
  color: #333333;
  text-align: center;
  font-size: 16px;
  padding-bottom: 6px;
  padding-top: 6px;
  margin-left: 110px;
  margin-top: 4px;
}

.button-choose:hover,
.button-choose:active,
.button-choose:focus {
  opacity: 0.8;
}

#rule_dialog_modal .modal-title {
  padding-left: 22px;
  padding-top: 10px;
}

#rule_dialog_modal .panel-body {
  background-color: #F4F6F9;
}

#rule_dialog_modal .panel {
  margin-right: 0;
  margin-left: 10px;
}

#rule_dialog_modal .wrap-rule_dialog_modal {
  width: 440px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

#dialog_create_form .modal-content label {
  text-align: right;
  float: right;
}

#chat_dialog_name {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 116px auto 0;
  }
  #new-dialog-form .modal-dialog {
    width: 492px;
  }
  #new-dialog-form .modal-content label {
    text-align: left;
    float: left;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-right: 10px;
  }
  #new-dialog-form .modal-content .radio-label {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .wrap-new-dialog-form .modal-body {
    padding-left: 30px;
    padding-right: 0;
    padding-top: 0;
  }
  .new-dialog-name label.error {
    margin-top: 0 !important;
  }
  #new-dialog-form .col-sm-3 {
    padding: 0;
  }
  #new-dialog-form .modal-title {
    padding-left: 14px;
    padding-top: 5px;
    font-size: 16px;
  }
  #new_custom_class_dialog .modal-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 32px;
  }
  #custom_class_name {
    margin-bottom: 20px;
  }
  #new_custom_class_dialog .modal-footer {
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  #new_custom_class_dialog .modal-header {
    padding-bottom: 0;
  }
  #dialog_submit {
    margin-bottom: 25px;
    margin-right: 15px;
  }
  #new_chat_message_rule .button-choose {
    margin-left: 20px;
    margin-top: 4px;
  }
  .new-btn#dialog_close {
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .new-btn.btn_cancel_rule {
    margin-bottom: 25px;
    margin-right: 10px;
  }
  #bans_list_wrapper .new-btn {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #record_add_dialog .modal-title,
  .edit_record_form .modal-title {
    font-size: 16px;
    line-height: 32px;
    padding-left: 15px;
  }
  #record_add_dialog .modal-body,
  .edit_record_form .modal-body {
    padding-top: 0;
    margin-top: -2px;
  }
  #simple_add.active,
  #simple_edit.active {
    background-color: #3978FC;
    color: #ffffff;
    box-shadow: none;
  }
  #advanced_add,
  #simple_add,
  #advanced_edit,
  #simple_edit {
    color: #95A8C8;
  }
  #advanced_add.active,
  #advanced_edit.active {
    background-color: #3978FC;
    color: #ffffff;
    box-shadow: none;
  }
  #set_permissions,
  .permissions_setting {
    color: #95A8C8;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  #set_permissions.active {
    background-color: #3978FC;
    color: #ffffff;
  }
  .record_overflow {
    margin-left: 15px;
    margin-right: 15px;
  }
  #record_add_simple .null_field .new-btn,
  #record_edit_simple .null_field .new-btn {
    position: relative;
    z-index: 9;
  }
  #record_add_simple .null_field .inputFile,
  #record_edit_simple .null_field .inputFile {
    top: 0;
    cursor: pointer;
  }
  #new_custom_class_dialog .record_overflow {
    margin-left: 0px;
    margin-right: 0px;
  }
  .record_add_type .pull-right {
    float: right;
  }
  .col-push {
    margin-left: 15px;
  }
  .record_overflow .control-label {
    text-align: left;
    padding-top: 8px;
  }
  .record_overflow .form-horizontal .form-group {
    margin: 0;
  }
  #subscription-modal .modal-title {
    padding: 20px 0 0 30px;
  }
  #subscription-modal #remove_button {
    border: none;
    color: #333333;
    background-color: #f4f6f9;
    margin-right: calc(50% - 99px);
    margin-bottom: 30px;
  }
  .permissions_setting .title {
    padding-top: 15px;
  }
  .permissions_setting select,
  #mail_type {
    background-position: 97%;
  }
  #record_add_dialog .permissions_setting {
    width: 98%;
    margin: 0 auto;
    background-color: #ffffff;
    color: #333333;
  }
  #edit_permissions .table {
    width: 98% !important;
    margin: 0 auto;
    background-color: #ffffff;
    color: #333333;
  }
  .permissions_setting-wrap .table {
    width: 98% !important;
    margin: 0 auto;
    background-color: #ffffff;
    color: #333333;
  }
  #record_add_dialog .permissions_setting tr.active {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
  }
  #record_add_dialog .permissions_setting tbody > tr > td {
    border-bottom: 1px solid #D9E3F7;
    border-top: 1px solid #D9E3F7;
    vertical-align: baseline;
  }
  #record_add_dialog .permissions_setting tbody > tr > th {
    padding-bottom: 15px;
  }
  #record_add_dialog .record_overflow {
    margin-top: 20px;
  }
  #record_add_dialog .record_overflow .control-label {
    text-align: left;
    padding-left: 30px;
  }
  #record_add_dialog .submitCO {
    margin-right: calc(50% - 67px);
  }
  #field_add_dialog .modal-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 32px;
  }
  #field_add_dialog .modal-body {
    padding-top: 0;
    padding-left: 30px;
  }
  #field_add_dialog #custom_field_name {
    width: 235px;
    height: 36px;
    border: 1px solid #95A8C8;
  }
  #field_add_dialog #custom_field_type {
    height: 36px;
    width: 140px;
    border: 1px solid #95A8C8;
    margin-left: 10px;
  }
  #field_add_dialog #custom_field_is_array {
    margin-left: 30px;
  }
  #field_add_dialog #add_button {
    margin-right: calc(50% - 53px);
  }
  #field_add_dialog .modal-footer {
    padding: 0 0 40px;
  }
  #edit_permissions_dialog .modal-title {
    font-size: 16px;
    line-height: 32px;
    padding-left: 15px;
  }
  #edit_permissions_dialog .modal-body {
    padding-top: 0;
  }
  #edit_permissions_dialog .table > tbody > tr > td {
    border-top: 1px solid #D9E3F7;
    border-bottom: 1px solid #D9E3F7;
    padding-left: 20px;
    vertical-align: baseline;
  }
  #edit_permissions_dialog .table > tbody > tr > th {
    padding-bottom: 15px;
  }
  #edit_permissions_dialog .table > tbody > tr > th img {
    margin-left: 6px;
    width: 20px;
    height: 20px;
  }
  #edit_permissions_dialog .new-btn {
    margin-right: calc(50% - 82px);
  }
  #edit_permissions_dialog .modal-footer {
    padding: 10px 15px 25px;
  }
  .wrap_add_user .left-col {
    width: 47%;
    background-color: #ffffff;
    border-radius: 5px;
    margin-left: 15px;
    padding: 20px 30px 10px;
    border: 1px solid #D9E3F7;
  }
  .wrap_bot .left-col {
    width: calc(60% - 15px);
    background-color: #ffffff;
    padding-right: 0;
    float: left;
  }
  .wrap_bot .left-col .wrap_section,
  .wrap_bot .left-col .wrap-del-bot {
    border-radius: 5px;
    padding: 20px 30px 10px;
    border: 1px solid #D9E3F7;
  }
  .wrap_bot .left-col .wrap_section {
    margin-bottom: 20px;
  }
  .wrap_bot .left-col .textaria-counter {
    text-align: end;
    color: #6C7A92;
    font-size: 12px;
  }
  .wrap_bot .left-col .instructions_controls {
    text-align: end;
  }
  .wrap_bot .left-col .instructions_controls .reset-btn {
    cursor: pointer;
    margin-right: 14px;
  }
  .wrap_bot .left-col .instructions_controls .reset-btn .icon-reset-small {
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url("/assets/icons/reset-small-eadd459a.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .wrap_bot .left-col .instructions_controls .textaria-counter {
    color: #6C7A92;
    font-size: 12px;
    display: inline-block;
  }
  .wrap_bot .left-col td {
    max-width: 400px;
  }
  .wrap_bot .left-col .content-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .wrap_bot .left-col .content-name-gray {
    color: #95A8C8;
  }
  .wrap_bot .left-col .icon-trash {
    display: block;
    position: relative;
  }
  .wrap_bot .left-col .icon-trash::before {
    color: #3978FC;
  }
  .wrap_bot .left-col .icon-trash::before,
  .wrap_bot .left-col .icon-doc:before,
  .wrap_bot .left-col .icon-reload:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/assets/Delete-955ac703.svg");
    background-size: 100%;
    font-size: 24px;
    background-repeat: no-repeat;
  }
  .wrap_bot .left-col .icon-doc:before {
    background-image: url("/assets/file-d0a8fe19.svg");
  }
  .wrap_bot .left-col .icon-globe::before {
    width: 20px;
    height: 20px;
    background-image: url("/assets/web-ecc0ca1046702669efd66291398087545cfad02c4259bbafc4da7f52e36a9fdf.svg");
    display: inline-block;
    content: "";
  }
  .wrap_bot .left-col .icon-reload:before {
    width: 16px;
    height: 16px;
    background-image: url("/assets/spiner-7eddac9f.svg");
    animation: rotate 4s linear infinite;
    background-size: 98%;
    margin-left: 5px;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .wrap_bot .left-col .chatbot_webhook_secret, .wrap_bot .left-col .chatbot_intake_form_webhook_secret, .wrap_bot .left-col .assistant_widget_handover_webhook_secret {
    width: calc(100% - 90px);
    border-color: #3978FC;
    color: #95A8C8;
    background-color: #F4F6F9;
  }
  .wrap_bot .left-col #reset_webhook_secret, .wrap_bot .left-col #reset_intake_form_webhook_secret, .wrap_bot .left-col #reset_widget_handover_webhook_secret {
    position: relative;
    float: right;
    margin-top: -36px;
    margin-right: 0px;
    cursor: pointer !important;
  }
  .wrap_bot .left-col .wrap-add-agents {
    padding: 20px 0;
  }
  .wrap_bot .left-col .wrap-add-agents p {
    width: calc(100% - 111px);
    float: left;
    margin: 5px 5px 8px 0;
  }
  .wrap_bot .left-col .wrap-add-agents .new-btn {
    width: 103px;
  }
  .wrap_bot .left-col #assistant_agents_list_wrapper .dataTables_info {
    margin-left: 20px;
    color: #333333 !important;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 38px !important;
    text-transform: none;
    text-align: left;
  }
  .wrap_bot .left-col #assistant_agents_list_wrapper .dataTables_info .remove {
    display: block;
    position: static;
    margin: 8px 0 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    color: #337ab7;
    cursor: pointer;
  }
  .wrap_bot .left-col #assistant_agents_list_wrapper .dataTables thead tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    font-family: Open Sans;
    font-style: Bold;
  }
  .wrap_bot .left-col #assistant_agents_list_wrapper .dataTables thead tr td:first-child {
    padding: 0px 0px 0px 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .wrap_bot .left-col #assistant_agents_list_wrapper .dataTables tbody tr td {
    padding: 3px 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .wrap_bot .left-col #assistant_agents_list_wrapper .dataTables tbody tr td:first-child {
    padding: 0px 0px 0px 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .wrap_bot .left-col #assistant_agents_list_wrapper .dataTables tbody tr td.dataTables_empty {
    padding: 20px 0;
    text-align: center;
  }
  .wrap_bot .left-col #delete-bot-with-confirmation-btn {
    margin-left: 15px;
  }
  .wrap_bot .left-col .wrap-add-webpage .add-webpage-input {
    width: calc(100% - 111px);
    float: left;
    margin-right: 5px;
  }
  .wrap_bot .left-col .wrap-add-webpage .new-btn {
    width: 103px;
  }
  .wrap_bot .left-col .wrap-add-website .add-website-input {
    width: calc(100% - 111px);
    float: left;
    margin-right: 5px;
  }
  .wrap_bot .left-col .wrap-add-website .new-btn {
    width: 103px;
  }
  .wrap_bot .left-col .wrap-upload .inline {
    float: left;
  }
  .wrap_bot .left-col .wrap-upload .browse-btn {
    background-color: #F4F6F9;
    color: #333333;
    cursor: pointer;
    margin-right: 5px;
  }
  .wrap_bot .left-col .wrap-upload .file-name {
    margin-right: 5px;
    width: calc(100% - 217px);
  }
  .wrap_bot .left-col .wrap-upload .new-btn {
    width: 103px;
  }
  .wrap_bot .left-col .wrap-upload span {
    display: block;
    position: relative;
  }
  .wrap_bot .left-col #bot_submit {
    margin-right: 10px;
  }
  .wrap_bot .left-col .pull-right {
    text-align: end;
  }
  .wrap_bot .left-col #unanswered-question-chart {
    width: 800;
    height: 450;
  }
  .wrap_bot .left-col .bot-content-list-wrap .hide-header {
    display: none;
  }
  .wrap_bot .left-col .bot-content-list-wrap .dataTables_wrapper {
    border: 0px;
  }
  .wrap_bot .left-col .bot-content-list-wrap .dataTables_wrapper .dataTables_paginate {
    margin-right: 0px;
  }
  .wrap_bot .left-col .bot-content-list-wrap .icon-trash-2 {
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 14px;
    background-image: url("/assets/icons/trash-2-7ebe5164.svg");
    background-repeat: no-repeat;
  }
  .wrap_bot .left-col .bot-content-list-wrap .icon {
    color: #6C7A92;
    font-size: 14px;
  }
  .wrap_bot .left-col .wrap-del-bot {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wrap_bot .left-col .red-inline {
    float: none;
    margin-top: 10px;
  }
  .wrap_bot .left-col .radio {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .wrap_bot .left-col .radio input[type=radio] {
    margin-left: 0;
  }
  .wrap_bot .left-col .hide-control-block {
    display: none;
  }
  .wrap_bot .left-col .radio-section {
    margin-left: 20px;
  }
  .wrap_bot .left-col .radio-section .help-block {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: -5px;
  }
  .wrap_bot .left-col .radio-section .checkbox {
    margin-top: 15px;
  }
  .wrap_bot .left-col .radio-section .show-control-block .help-block {
    margin-left: 0;
  }
  .wrap_bot .left-col .red-text {
    color: #CC3C60;
    background-color: #F9F2F4;
    padding: 2px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .info-block-yellow {
    border-radius: 4px;
    border: 1px solid #FFCC5A;
    background: rgba(255, 204, 90, 0.2);
    padding: 25px 20px;
    line-height: 19px;
  }
  .wait_message_gif {
    display: none;
    margin-left: -5px;
  }
  .red-inline {
    background: none;
    color: #DA5757;
    border: 1px solid #DA5757;
  }
  #user_parents_contacts {
    margin-top: 15px;
  }
  .textarea_add_user {
    height: 206px !important;
  }
  #tags-wrap label {
    margin-bottom: 8px;
  }
  #confirmation_delete_trigger .modal-dialog {
    width: 440px;
    height: 147px;
  }
  #confirmation_delete_trigger .modal-dialog .modal-header {
    padding: 20px;
  }
  #confirmation_delete_trigger .modal-dialog .modal-body {
    padding: 0 20px;
  }
  #confirmation_delete_trigger .modal-dialog .modal-body p {
    margin: 0px 0 20px;
  }
  #confirmation_delete_trigger .modal-dialog .form-group {
    margin-bottom: 20px;
    text-align: end;
  }
  #confirmation_remove_agent .modal-dialog {
    width: 440px;
    height: 147px;
  }
  #confirmation_remove_agent .modal-dialog .modal-header {
    padding: 20px;
  }
  #confirmation_remove_agent .modal-dialog .modal-body {
    padding: 0 20px;
  }
  #confirmation_remove_agent .modal-dialog .modal-body p {
    margin: 0px 0 20px;
  }
  #confirmation_remove_agent .modal-dialog .modal-body .new-btn {
    margin-left: 8px;
  }
  #confirmation_remove_agent .modal-dialog .form-group {
    margin-bottom: 20px;
    text-align: end;
  }
  .wrap_bot .configure-link {
    color: #3978FC;
    text-decoration: underline;
    cursor: pointer;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.17px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
  }
  .wrap_bot .section-2-col {
    display: flex;
    justify-content: space-between;
  }
  .wrap_bot .section-2-col .column-2 {
    align-self: self-start;
  }
  .wrap_bot .assign-agent-strategy-control-group .custom-radio-button + label::before {
    margin-left: 0px;
  }
  .wrap_bot h3.module-page-title {
    margin: 18px 0 0 0;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
  }
  .wrap_bot .checkbox .checkbox-help-block {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.15px;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .wrap_bot .checkbox-sub-block {
    margin-left: 30px;
  }
  .wrap_bot .left-col select {
    background-position: 98%;
  }
  .wrap_bot .left-col .chatbot-link-user {
    position: absolute;
    text-align: end;
    top: 40px;
    right: 20px;
  }
  .wrap_bot .left-col .chatbot-link-user .bg-copy {
    margin: 2px 10px 0;
  }
  .wrap_bot .left-col .chatbot-link-user .copy-success {
    background-image: url("/assets/check-blue-afe89eb1.svg");
    background-size: 100%;
    width: 24px;
    margin-right: 0px;
    margin-top: -3px;
    position: relative;
    z-index: 999;
  }
  .wrap_bot .left-col .chatbot-link-user .copy-success::before {
    content: "Copied!";
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-style: normal;
    padding: 10px 16px;
    border-radius: 4px;
    margin-left: 26px;
    margin-top: -13px;
  }
  .wrap_bot .left-col .chatbot-link-user .copy-success::after {
    content: "";
    position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -8px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
  }
  .wrap_bot .left-col .triggers-title-group {
    display: flex;
    justify-content: space-between;
  }
  .wrap_bot .left-col .triggers-title-group .add-trigger-btn-wrap {
    align-self: center;
  }
  .wrap_bot .left-col .triggers-control-group {
    min-height: 226px;
  }
  .wrap_bot .left-col .triggers-control-group ul#triggers-list {
    list-style-type: none;
    padding: 0;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item {
    padding: 7px 12px;
    width: 100%;
    height: 55px;
    border-radius: 4px;
    border: 1px solid #D9E3F7;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item .trigger-item-content {
    align-items: center;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item .trigger-item-content .trigger-item-name {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item .trigger-item-content .trigger-item-created {
    color: #6C7A92;
    font-size: 12px;
    margin-top: 5px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.15px;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item .trigger-item-controls {
    align-self: center;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item .icon-more {
    background: url("/assets/three-dots-2e3563a6.png") center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item .drop-zone {
    border: 1px dashed #D9E3F7;
    border-radius: 4px;
    text-align: center;
    height: 133px;
    width: 100%;
    margin-top: 5px;
  }
  .wrap_bot .left-col .triggers-control-group li.trigger-item .drop-zone p {
    color: #6C7A92;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .wrap_bot .left-col .triggers-control-group .empty-trigger-list {
    text-align: center;
    margin-top: 100px;
  }
  .wrap_bot .left-col .triggers-control-group .empty-trigger-list .add-trigger-btn {
    width: 95px;
  }
  .wrap_bot .left-col .triggers-control-group .empty-trigger-list .empty-trigger-list-text {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #6C7A92;
  }
  .wrap_bot #trigger-modal .error-message, .wrap_bot #edit-trigger-modal .error-message {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.150000006px;
    text-align: left;
    color: #DA5757;
  }
  .wrap_bot #trigger-modal .invalid, .wrap_bot #edit-trigger-modal .invalid {
    border-color: #DA5757;
  }
  .wrap_bot #trigger-modal .new-btn[disabled], .wrap_bot #edit-trigger-modal .new-btn[disabled] {
    background-color: #95A8C8;
    color: #fff;
    cursor: not-allowed;
  }
  .wrap_bot #trigger-modal .new-btn[disabled]:hover, .wrap_bot #edit-trigger-modal .new-btn[disabled]:hover {
    background-color: #95A8C8;
    color: #fff;
    cursor: not-allowed;
  }
  .wrap_bot #trigger-modal .modal-dialog, .wrap_bot #edit-trigger-modal .modal-dialog {
    width: 686px;
  }
  .wrap_bot #trigger-modal .modal-dialog .modal-body, .wrap_bot #edit-trigger-modal .modal-dialog .modal-body {
    max-height: 800px;
    overflow-y: auto;
  }
  .wrap_bot #trigger-modal #chat_assistants_trigger_event, .wrap_bot #edit-trigger-modal #chat_assistants_trigger_event {
    width: 406px;
  }
  .wrap_bot #trigger-modal #chat_assistants_trigger_event_value, .wrap_bot #edit-trigger-modal #chat_assistants_trigger_event_value {
    width: 203px;
  }
  .wrap_bot #trigger-modal .refresh_trigger_webhook_secret, .wrap_bot #edit-trigger-modal .refresh_trigger_webhook_secret {
    position: relative;
    z-index: 9;
    float: right;
    margin-top: -36px;
    margin-right: 0px;
    cursor: pointer !important;
  }
  .wrap_bot #trigger-modal .assistant_trigger_webhook_secret, .wrap_bot #edit-trigger-modal .assistant_trigger_webhook_secret {
    width: calc(100% - 90px);
  }
  .wrap_bot #trigger-modal .trigger_event_wrap, .wrap_bot #edit-trigger-modal .trigger_event_wrap {
    width: 406px;
    float: left;
  }
  .wrap_bot #trigger-modal .trigger_event_value_wrap, .wrap_bot #edit-trigger-modal .trigger_event_value_wrap {
    width: 203px;
    float: right;
  }
  .wrap_bot #trigger-modal select, .wrap_bot #edit-trigger-modal select {
    background-position: 98%;
  }
  .wrap_bot #trigger-modal .control-buttons, .wrap_bot #edit-trigger-modal .control-buttons {
    text-align: end;
    margin-top: 10px;
  }
  .wrap_bot #trigger-modal .control-buttons .new-btn, .wrap_bot #edit-trigger-modal .control-buttons .new-btn {
    margin-left: 8px;
  }
  .wrap_bot #trigger-modal .textaria-counter, .wrap_bot #edit-trigger-modal .textaria-counter {
    text-align: end;
    color: #6C7A92;
    font-size: 12px;
  }
  .wrap_bot #trigger-modal .wrap-fill-section, .wrap_bot #edit-trigger-modal .wrap-fill-section {
    padding: 20px;
    border-color: #D9E3F7;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: #F4F6F9;
  }
  .wrap_bot #trigger-modal .wrap-fill-section .badge, .wrap_bot #edit-trigger-modal .wrap-fill-section .badge {
    padding: 4px 12px;
    background-color: #D9E3F7;
    border-radius: 20px;
    color: #333;
    margin-bottom: 10px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.15px;
  }
  .wrap_bot .copy-field-container {
    position: relative;
  }
  .wrap_bot .copy-field-container .copy-success::before {
    margin-top: -56px;
    margin-left: -26px;
  }
  .wrap_bot .copy-field-container .copy-success::after {
    margin-top: -26px;
    right: 4px;
    rotate: 270deg;
  }
  .wrap_bot .right_col {
    width: 40%;
    margin-left: 15px;
    padding: 0px;
    float: right;
  }
  .wrap_bot .right_col select {
    background-position: 98%;
  }
  .wrap_bot .right_col .conversation-fixed-block {
    border: 1px solid #D9E3F7;
    position: fixed;
    width: 33%;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 13px;
    transition: height 0.2s ease-out, width 0.2s ease-out, top 0.2s ease-out, width 0.2s ease-out;
    visibility: hidden;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .wrap_bot .right_col .conversation-header {
    background-color: var(--current-widget-color);
    color: white;
    text-align: left;
    padding: 22px 20px;
    border: 1px solid var(--current-widget-color);
    font-size: 16pt;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    height: 81px;
    flex-shrink: 0;
  }
  .wrap_bot .right_col .conversation-header .logo {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin-right: 10px;
  }
  .wrap_bot .right_col .conversation-header .company_name {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding: 8px 0px;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap {
    padding-top: 5px;
    display: block;
    flex: 1;
    position: relative;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap .settings-btn-container {
    display: flex;
    justify-content: flex-end;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap .settings-btn-container #settings-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap .settings-btn-container #settings-btn .icon-widget-settings {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/assets/icons/widget-settings-5e3949e4.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border-radius: 5px;
    min-width: 160px;
    min-height: 50px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.24);
    z-index: 1;
    text-align: center;
    overflow: hidden;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    padding: 15px 19px;
    margin: auto;
    cursor: pointer;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  .wrap_bot .right_col .conversation-header .settings-btn-wrap .dropdown-content.show {
    display: block;
  }
  .wrap_bot .right_col .conversation-content-wrapper {
    box-shadow: 0px 23px 50px 0px rgba(110, 110, 110, 0.2196078431);
    border-radius: 16px;
    height: 100%;
    max-height: 100% !important;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden !important;
  }
  .wrap_bot .right_col .conversation-content-wrapper .info {
    display: flex;
    flex-direction: column;
    padding: 0 30px 10px 30px;
    background-color: #ffffff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-shrink: 0;
  }
  .wrap_bot .right_col .conversation-content-wrapper .info .details {
    text-align: center;
    color: #95A8C8;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.15px;
  }
  .wrap_bot .right_col .conversation-content-wrapper .info .powered_by_info {
    text-align: center;
    color: #6C7A92;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
  }
  .wrap_bot .right_col .conversation-content-wrapper .info .powered_by_info span {
    font-weight: 700;
  }
  .wrap_bot .right_col .conversation-tester-wrapper {
    border-radius: 5px;
    border-width: 1px;
    height: 100%;
    max-height: 100% !important;
    background-color: #F4F6F9;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
  }
  .wrap_bot .right_col .conversation-tester-wrapper .conversation-tester-header {
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 21.33px;
    left: 1240.88px;
    padding: 20px;
    background-color: #fff;
  }
  .wrap_bot .right_col .conversation-tester-wrapper .conversation-tester-body {
    padding: 50px 50px 35px 50px;
    height: 100%;
    max-height: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .wrap_bot .right_col .conversation-tester-wrapper .conversation-tester-body .button-logo-wrapper {
    display: block;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    cursor: pointer;
    background-color: var(--current-widget-color);
    border-radius: 100px;
    position: relative;
    left: calc(100% - 70px);
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
  }
  .wrap_bot .right_col .conversation-tester-wrapper .conversation-tester-body .button-logo-wrapper.closed {
    top: calc(100% - 80px);
  }
  .wrap_bot .right_col .conversation-tester-wrapper .conversation-tester-body .button-logo-wrapper img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
  }
  .wrap_bot .right_col .conversation-tester-wrapper .conversation-tester-body .button-logo-wrapper .icon-criss-cross {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/assets/icons/criss-cross-437b95b6.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 26px;
  }
  .wrap_bot .right_col .conversation-wrapper {
    display: flex;
    flex: 1;
    height: 436px;
  }
  .wrap_bot .right_col .conversation-wrapper .overflow-y {
    flex: 1;
    overflow: auto;
  }
  .wrap_bot .right_col .conversation-control {
    display: flex;
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
    align-items: flex-start;
    justify-content: space-between;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-shrink: 0;
  }
  .wrap_bot .right_col .chatbot-interactive-input {
    display: flex;
    height: 27px;
    align-items: center;
    align-self: stretch;
    flex: 1;
    border: 1px;
    font-size: 14px;
  }
  .wrap_bot .right_col .msg-input-wrap {
    border-radius: 4px;
    border: 1px solid var(--current-widget-color);
    display: flex;
    margin-right: 10px;
    padding: 1px 8px 1px 12px;
    flex: 1;
    align-items: flex-start;
    min-height: 36px;
    height: auto;
    box-sizing: border-box;
  }
  .wrap_bot .right_col textarea#chatbot_message {
    flex: 1;
    border: none;
    font-size: 14px;
    font-family: "Open Sans";
    line-height: 19px;
    resize: none;
    overflow-y: hidden;
    min-height: 19px;
    max-height: 114px; /* 6 lines: 19px * 6 = 114px */
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 6px;
    padding-bottom: 0px !important;
    margin: 0 !important;
    display: block;
    background: transparent;
    box-sizing: content-box !important;
  }
  .wrap_bot .right_col textarea#chatbot_message:focus {
    outline: none !important;
    border: none !important;
  }
  .wrap_bot .right_col textarea#chatbot_message.scrolling {
    overflow-y: auto;
  }
  .wrap_bot .right_col textarea#chatbot_message::-moz-placeholder {
    line-height: 19px;
  }
  .wrap_bot .right_col textarea#chatbot_message::placeholder {
    line-height: 19px;
  }
  .wrap_bot .right_col .icon-reset {
    width: 18px;
    height: 17px;
    color: var(--current-widget-color);
    display: inline;
  }
  .wrap_bot .right_col .icon-send {
    width: 18px;
    height: 16px;
    color: var(--current-widget-color);
    display: inline;
  }
  .wrap_bot .right_col .chatbot-interactive-submit {
    padding: 8px;
    color: white;
    border: none;
    cursor: pointer;
    height: 32px;
  }
  .wrap_bot .right_col .chatbot-interactive-reset {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid var(--current-widget-color);
    display: flex;
    height: 36px;
    width: 36px;
    padding: 6px;
    align-items: center;
    justify-content: center;
  }
  .wrap_bot .right_col .chatbot-interactive-voice {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid var(--current-widget-color);
    height: 36px;
    width: 36px;
    padding: 6px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .wrap_bot .right_col .chatbot-interactive-voice .icon-mic {
    display: flex;
    color: var(--current-widget-color);
  }
  .wrap_bot .right_col .chatbot-interactive-voice .icon-stop {
    display: none;
    color: var(--current-widget-color);
  }
  .wrap_bot .right_col .conversation-control.disabled .msg-input-wrap {
    border-color: #6C7A92 !important;
  }
  .wrap_bot .right_col .conversation-control.disabled .chatbot-interactive-submit {
    pointer-events: none;
    cursor: default;
  }
  .wrap_bot .right_col .conversation-control.disabled .chatbot-interactive-submit .icon-send {
    color: #6C7A92 !important;
  }
  .wrap_bot .right_col .conversation-control.disabled .chatbot-interactive-reset {
    pointer-events: none;
    border-color: #6C7A92 !important;
    cursor: default;
  }
  .wrap_bot .right_col .conversation-control.disabled .chatbot-interactive-reset .icon-reset {
    color: #6C7A92 !important;
  }
  .wrap_bot .right_col .conversation-control.disabled .chatbot-interactive-voice {
    pointer-events: none;
    border-color: #6C7A92 !important;
    cursor: default;
  }
  .wrap_bot .right_col .conversation-control.disabled .chatbot-interactive-voice .icon-mic {
    color: #6C7A92 !important;
  }
  .wrap_bot .right_col .conversation-control.disabled .chatbot-interactive-voice .icon-stop {
    color: #6C7A92 !important;
  }
  .wrap_bot .right_col .conversation-body {
    height: var(--conversation-body-elements-height) !important; /* 81px for header, 66px for info, 63px for control */
    max-height: var(--conversation-body-elements-height) !important; /* 81px for header, 66px for info, 63px for control */
    padding: 20px;
    background-color: #ffffff;
    padding: 0px 20px;
    border-bottom-color: #ffffff;
    overflow-y: auto !important;
    position: relative;
    display: flex !important;
    flex-direction: column-reverse !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }
  .wrap_bot .right_col .conversation-body .outgoing {
    margin-top: 10px;
    text-align: right;
  }
  .wrap_bot .right_col .conversation-body .outgoing .msg {
    font-family: "Open Sans";
    font-size: 14px;
    position: relative;
    text-align: left;
    padding: 8px 16px 8px 16px;
    border-radius: 8px 8px 0px 8px;
    background: var(--current-widget-color);
    border-color: var(--current-widget-color);
    display: inline-block;
    color: #FFFFFF;
    max-width: 80%;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    word-wrap: break-word;
  }
  .wrap_bot .right_col .conversation-body .incoming {
    margin-top: 10px;
    text-align: left;
    display: table;
  }
  .wrap_bot .right_col .conversation-body .incoming .avatar {
    width: 35px;
    display: table-cell;
    vertical-align: bottom;
  }
  .wrap_bot .right_col .conversation-body .incoming .avatar .current-avatar-small {
    width: 35px;
    height: 35px;
    border-radius: 180px;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body {
    display: table-cell;
    width: calc(100% - 35px);
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg {
    font-family: "Open Sans";
    font-size: 14px;
    padding: 8px 16px 8px 16px;
    border-radius: 8px 8px 8px 0px;
    background: #D9E3F7;
    display: inline-block;
    margin-left: 8px;
    max-width: 80%;
    font-feature-settings: "clig" off, "liga" off;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    word-wrap: break-word;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg p {
    padding: 0;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg p, .wrap_bot .right_col .conversation-body .incoming .m-body .msg ol, .wrap_bot .right_col .conversation-body .incoming .m-body .msg ul, .wrap_bot .right_col .conversation-body .incoming .m-body .msg code, .wrap_bot .right_col .conversation-body .incoming .m-body .msg pre {
    margin: 0;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    box-sizing: border-box;
    min-width: 0;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg p + p {
    margin-top: 1em;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg ol, .wrap_bot .right_col .conversation-body .incoming .m-body .msg ul {
    padding-left: 20px;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg pre {
    white-space: pre-wrap;
    overflow-x: auto;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg code {
    white-space: pre-wrap;
    color: inherit;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list-title {
    cursor: pointer;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list-title .icon_arrow {
    background: url("/assets/icons/icon_arrow_gray-7d721735.svg") center no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    margin-top: 2px;
    transform: rotate(0deg);
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list-title p {
    font-size: 12px;
    margin: 0px;
    margin-left: 10px;
    color: #333333;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list-title.show_list .icon_arrow {
    transform: rotate(90deg);
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-left: 22px;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list .source-item {
    margin-top: 4px;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list .source-item a {
    color: #6C7A92;
    font-size: 12px;
  }
  .wrap_bot .right_col .conversation-body .incoming .m-body .msg .sources-list .source-item p {
    color: #6C7A92;
    font-size: 12px;
  }
  .wrap_bot .right_col .conversation-body .incoming li.outgoing {
    margin-top: 10px;
    text-align: right;
  }
  .wrap_bot .right_col .conversation-body .incoming-message {
    display: table-cell;
    width: calc(100% - 28px);
  }
  .wrap_bot .right_col .conversation-body .incoming-message .incoming-message-body {
    padding: 8px 16px 8px 16px;
    border-radius: 8px 8px 8px 0px;
    background: #D9E3F7;
    display: block;
    margin-left: 8px;
    max-width: 80%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .wrap_bot .right_col .conversation-body .outgoing-message {
    position: relative;
    z-index: 9;
    text-align: left;
    padding: 8px 16px 8px 16px;
    border-radius: 8px 8px 0px 8px;
    background: #3978FC;
    display: inline-block;
    color: #FFFFFF;
    max-width: 80%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .wrap_bot .conversation-header {
    height: 80px;
    padding: 28px 30px;
    border-bottom: 1px solid #D9E3F7;
  }
  .wrap_bot .conversation-header .conversation-header-row {
    height: 22px;
  }
  .wrap_bot .conversation-header .conversation-header-row .clean-conversation {
    float: right;
  }
  .wrap_bot .conversation-header .conversation-header-row .title {
    float: left;
    font-weight: bold;
  }
  .wrap_bot .conversation-header .conversation-header-row .title .title-text {
    display: table-cell;
    width: calc(100% - 28px);
    vertical-align: middle;
    padding-left: 10px;
  }
  .wrap_bot .conversation-header .conversation-header-row .title .avatar {
    width: 35px;
    display: table-cell;
    vertical-align: bottom;
  }
  .wrap_bot .conversation-header .conversation-header-row .title .avatar .current-avatar-small {
    width: 35px;
    height: 35px;
    border-radius: 180px;
  }
  .wrap_bot :focus {
    outline: none;
  }
  .wrap_bot :focus-visible {
    outline: none;
  }
  .back-link {
    width: 10px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
  }
  .icon-back {
    width: 7px;
    height: 16px;
    background-image: url("/assets/icons/back-e1a749cf.svg");
    background-repeat: no-repeat;
    display: inline-block !important;
    cursor: pointer;
  }
  .back-link:hover {
    color: #3978FC;
    text-decoration: none;
    outline: none;
  }
  .chatbot-copy-id {
    color: #6C7A92;
    margin-left: 20px;
    margin-top: 10px;
  }
  .chatbot-copy-id .bg-copy {
    background-image: url("/assets/icons/copy-948dd8a5.svg");
    float: none;
    display: inline-block;
    top: 8px;
    left: 5px;
  }
  .chatbot-copy-id .copy-success {
    background-image: url("/assets/check-grey-bedb3455.svg");
    width: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .chatbot-copy-id .copy-success::before {
    margin-top: -16px;
  }
  .chatbot-copy-id .copy-success::after {
    margin-top: -12px;
    right: -16px;
  }
  #add_tags {
    height: 36px;
    margin-bottom: 22px;
    padding-right: 20px;
  }
  #data label {
    margin-bottom: 10px;
  }
  .chack_box_add_uzer {
    margin-left: 5px;
    position: relative;
    top: -2px;
  }
  .wrap_chack_box_add_uzer {
    margin-left: 15px;
  }
}
#add-bot-form .new-btn {
  margin-right: 10px;
}
#add-bot-form .btn-grey {
  margin-right: 15px;
}

.copy-success {
  background-image: url("/assets/check-blue-afe89eb1.svg");
  background-size: 100%;
  width: 24px;
  margin-right: -5px;
  margin-top: -3px;
}

.copy-success::before {
  content: "Copied!";
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  padding: 10px 16px;
  border-radius: 4px;
  margin-left: 30px;
  margin-top: -10px;
  z-index: 1;
}

.copy-success::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
  z-index: 1;
}

.module-subpage .right-section {
  margin-right: 0;
}

.enterprise-form-tooltip,
.tooltip-box {
  position: relative;
}

.enterprise-form-tooltip .enterprise-form-tooltip-text,
.tooltip-box .enterprise-form-tooltip-text {
  visibility: hidden;
  max-width: 400px;
  padding: 3px 8px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  z-index: 1;
  top: -60px;
}

.enterprise-form-tooltip:hover .enterprise-form-tooltip-text,
.tooltip-box:hover .enterprise-form-tooltip-text {
  visibility: visible;
}

.enterprise-form-tooltip .enterprise-form-tooltip-text::after,
.tooltip-box .enterprise-form-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltipdashboard {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.tooltipdashboard img {
  margin-left: 10px;
}

.wrap-offline-messag .tooltipdashboard,
.edit_users_settings .tooltipdashboard {
  width: 20px;
  height: 20px;
}
.wrap-offline-messag .tooltipdashboard img,
.edit_users_settings .tooltipdashboard img {
  width: 100%;
}

.wrap-offline-messag .note-notifications {
  padding-left: 30px;
  color: #6C7A92;
}
.wrap-offline-messag h4 {
  font-size: 16px;
}
.wrap-offline-messag #chat_alert_type_template_3 {
  margin-left: 0px;
}
.wrap-offline-messag .module-help {
  margin-top: 0;
}
.wrap-offline-messag ul {
  margin-left: 0;
  padding-left: 0 !important;
  color: #6C7A92;
}
.wrap-offline-messag ul li {
  list-style-type: none;
}
.wrap-offline-messag ul li span {
  color: #CC3C60;
  background-color: #F9F2F4;
  padding: 1px;
}
.wrap-offline-messag .clipboard {
  position: relative;
  z-index: 99;
  float: right;
  margin-top: -68px;
  margin-right: 10%;
}
.wrap-offline-messag .padded-offline-messag #signing_secret {
  width: 746px;
}
.wrap-offline-messag .padded-offline-messag #reset_signing_secret {
  padding: 5px 30px 6px;
  color: #E52525;
  border: 1px solid #E52525;
  border-radius: 4px;
  float: right;
  font-size: 16px;
  position: relative;
  margin-top: -36px;
}
.wrap-offline-messag .padded-offline-messag #reset_signing_secret:hover {
  opacity: 0.8;
  outline: 0;
}

.update-email-notification-errors,
#update-email-notification {
  width: 900px;
}

#confirmation_resettings_signing_secret #unconfirmed_signing_secret {
  margin-top: 10px;
}
#confirmation_resettings_signing_secret .control-label span {
  font-weight: bold;
}
#confirmation_resettings_signing_secret #confirm-reset-secret-errors {
  margin-top: 0 !important;
  margin-bottom: 20px;
  width: auto;
}
#confirmation_resettings_signing_secret .style-error-notification a {
  margin-top: 0px;
}
#confirmation_resettings_signing_secret .new-btn {
  margin-top: 20px;
}
#confirmation_resettings_signing_secret .reset_signing_secret {
  background-color: #E52525;
  color: #fff;
  margin-left: calc(50% - 80px);
  position: relative;
}
#confirmation_resettings_signing_secret .modal-content {
  padding: 5px;
}
#confirmation_resettings_signing_secret .modal-content .modal-header {
  padding-bottom: 0;
}
#confirmation_resettings_signing_secret .clipboard {
  position: relative;
  float: right;
  top: -30px;
  margin-right: 16px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 105;
}

.edit_permissions_form .tooltipdashboard {
  position: fixed;
  z-index: 999;
}

.tooltipdashboard .tooltipcontent {
  visibility: hidden;
  width: 400px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.24);
  font-size: 14px;
  color: #333333;
  text-align: left;
  padding: 20px;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
  margin-left: -18px;
  margin-top: 8px;
}

.wrap-offline-messag .tooltipdashboard .tooltipcontent {
  width: 284px;
}

.edit_permissions_form .tooltipdashboard .tooltipcontent {
  font-weight: 400;
}

.tooltipdashboard:hover .tooltipcontent {
  visibility: visible;
}

.tooltipdashboard .tooltipcontent::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.wrap-offline-messag .tooltipdashboard .tooltipcontent::after {
  left: 13%;
}

.edit_permissions_form .tooltipdashboard .tooltipcontent::after {
  left: 9%;
}

.right-section {
  width: 100%;
  margin-right: 15px;
  padding-left: 15px;
  float: right;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.24);
}

.tooltip .arrow {
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  width: 7px;
  margin-top: -5px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-left {
  float: left !important;
  position: absolute;
  left: 144px;
  top: 15px;
  border-left: solid 1px rgba(255, 255, 255, 0.6);
  padding-left: 12px;
  padding-bottom: 0;
  height: 18px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/****************************************************
 *       Styles for the AI Extensions Page          *
 ****************************************************/
.ai_extensions_bordered_section {
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

#ai_extensions_settings_submit_group {
  text-align: end;
}
#ai_extensions_settings_submit_group #ai_extensions_settings_submit {
  margin-right: 10px;
}

#aiextensios-settings-form {
  max-width: 900px;
}

#ai-extensions-limit-info {
  max-width: 900px;
}

@media (max-width: 1300px) {
  #dialogs_list_wrapper #dialogs_list_filter input {
    width: auto !important;
  }
}
@-moz-document url-prefix() {
  .module-navigation {
    margin-top: -8px;
  }
  .navigation-profile-privacy {
    margin-top: 0;
  }
  @media (max-width: 991px) {
    .module-navigation {
      margin-top: -8px !important;
    }
    .navigation-profile-privacy {
      margin-top: 0 !important;
    }
  }
}
@font-face {
  font-family: "qbdash";
  src: url("/assets/qbdash-56a5cdd9.eot?lkapig");
  src: url("/assets/qbdash-56a5cdd9.eot?#iefixlkapig") format("embedded-opentype"), url("/assets/qbdash-69e11ef2.woff?lkapig") format("woff"), url("/assets/qbdash-e8f2b2e6.ttf?lkapig") format("truetype"), url("/assets/qbdash-8d79c6f6.svg?lkapig#qbdash") format("svg");
  font-weight: normal;
  font-style: normal;
}
.qbico {
  font-family: "qbdash", "Lato", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-], a [class*=" icon-"] {
  display: inline;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

.qb-qbcustom:before {
  content: "\e600";
}

.qb-qbratings:before {
  content: "\e601";
}

.qb-qblocation:before {
  content: "\e602";
}

.qb-radar:before {
  content: "\e603";
}

.qb-presence:before {
  content: "\e604";
}

.qb-qbusers:before {
  content: "\e605";
}

.qb-qbpush-notifications:before {
  content: "\e606";
}

.qb-voicecalling:before {
  content: "\e607";
}

.qb-qbcontent:before {
  content: "\e608";
}

.qb-videocalling:before {
  content: "\e609";
}

.qb-qbchat:before {
  content: "\e60a";
}

.qb-apps:before {
  content: "\e60b";
}

.qb-bubbles:before {
  content: "\e62a";
}

.qb-key:before {
  content: "\e629";
}

.qb-globe:before {
  content: "\e61e";
}

.qb-apple:before, .qb-apns:before, .qb-apple:before, .qb-apns-voip:before {
  content: "\e61f";
}

.qb-android:before, .qb-gcm:before {
  content: "\e620";
}

.qb-chrome:before {
  content: "\e627";
}

.qb-safari:before {
  content: "\e628";
}

.qb-envelope:before, .qb-email:before {
  content: "\e62b";
}

.qb-mobile:before {
  content: "\e623";
}

.qb-bell:before {
  content: "\e62c";
}

.qb-cog:before {
  content: "\e60c";
}

.qb-signal:before {
  content: "\e624";
}

.qb-statistics:before {
  content: "\e60d";
}

.qb-help:before {
  content: "\e622";
}

.qb-upload:before {
  content: "\e625";
}

.qb-qbcontacts:before {
  content: "\e944";
}

.qb-users-list:before {
  content: "\e972";
}

.qb-email-settings:before {
  content: "\e62b";
}

.qb-contact-push-settings:before {
  content: "\e992";
}

.qb-arrow-left:before {
  content: "\e60e";
}

.qb-arrow-down:before {
  content: "\e60f";
}

.qb-arrow-up:before {
  content: "\e610";
}

.qb-arrow-right:before {
  content: "\e611";
}

.qb-arrow-left2:before {
  content: "\e612";
}

.qb-arrow-down2:before {
  content: "\e613";
}

.qb-arrow-up2:before {
  content: "\e614";
}

.qb-arrow-right2:before {
  content: "\e615";
}

.qb-arrow-left3:before {
  content: "\e616";
}

.qb-arrow-down3:before {
  content: "\e617";
}

.qb-arrow-up3:before {
  content: "\e618";
}

.qb-arrow-right3:before {
  content: "\e619";
}

.qb-arrow-left4:before {
  content: "\e61a";
}

.qb-arrow-down4:before {
  content: "\e61b";
}

.qb-arrow-up4:before {
  content: "\e61c";
}

.qb-arrow-right4:before {
  content: "\e61d";
}

@font-face {
  font-family: "simple-line-icons";
  src: url("/assets/simple-line-icons-94aa1df4.eot?v=2.4.0");
  src: url("/assets/simple-line-icons-94aa1df4.eot?v=2.4.0#iefix") format("embedded-opentype"), url("/assets/simple-line-icons-a1a9de05.woff2?v=2.4.0") format("woff2"), url("/assets/simple-line-icons-99ffa0a9.ttf?v=2.4.0") format("truetype"), url("/assets/simple-line-icons-890b5a9c.woff?v=2.4.0") format("woff"), url("/assets/simple-line-icons-fd7843cb.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e005";
}

.icon-people:before {
  content: "\e001";
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-login:before {
  content: "\e066";
}

.icon-logout:before {
  content: "\e065";
}

.icon-emotsmile:before {
  content: "\e021";
}

.icon-phone:before {
  content: "\e600";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-map:before {
  content: "\e033";
}

.icon-location-pin:before {
  content: "\e096";
}

.icon-direction:before {
  content: "\e042";
}

.icon-directions:before {
  content: "\e041";
}

.icon-compass:before {
  content: "\e045";
}

.icon-layers:before {
  content: "\e034";
}

.icon-menu:before {
  content: "\e601";
}

.icon-list:before {
  content: "\e067";
}

.icon-options-vertical:before {
  content: "\e602";
}

.icon-options:before {
  content: "\e603";
}

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

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

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

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

.icon-arrow-up-circle:before {
  content: "\e078";
}

.icon-arrow-left-circle:before {
  content: "\e07a";
}

.icon-arrow-right-circle:before {
  content: "\e079";
}

.icon-arrow-down-circle:before {
  content: "\e07b";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-plus:before {
  content: "\e095";
}

.icon-minus:before {
  content: "\e615";
}

.icon-close:before {
  content: "\e082";
}

.icon-event:before {
  content: "\e619";
}

.icon-exclamation:before {
  content: "\e617";
}

.icon-organization:before {
  content: "\e616";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-mustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglass:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-folder:before {
  content: "\e089";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-doc:before {
  content: "\e085";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-frame:before {
  content: "\e038";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-loop:before {
  content: "\e064";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-like:before {
  content: "\e068";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-chart:before {
  content: "\e077";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camrecorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-paypal:before {
  content: "\e608";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-instagram:before {
  content: "\e609";
}

.icon-social-linkedin:before {
  content: "\e60a";
}

.icon-social-pinterest:before {
  content: "\e60b";
}

.icon-social-github:before {
  content: "\e60c";
}

.icon-social-google:before {
  content: "\e60d";
}

.icon-social-reddit:before {
  content: "\e60e";
}

.icon-social-skype:before {
  content: "\e60f";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-social-behance:before {
  content: "\e610";
}

.icon-social-foursqare:before {
  content: "\e611";
}

.icon-social-soundcloud:before {
  content: "\e612";
}

.icon-social-spotify:before {
  content: "\e613";
}

.icon-social-stumbleupon:before {
  content: "\e614";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-vkontakte:before {
  content: "\e618";
}

.icon-social-steam:before {
  content: "\e620";
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.12.1/af-2.4.0/b-2.2.3/b-colvis-2.2.3/b-html5-2.2.3/b-print-2.2.3/cr-1.5.6/date-1.1.2/fc-4.1.0/fh-3.2.4/kt-2.7.0/r-2.3.0/rg-1.2.0/rr-1.2.8/sc-2.0.7/sb-1.3.4/sp-2.0.2/sl-1.4.0/sr-1.1.1
 *
 * Included libraries:
 *  DataTables 1.12.1, AutoFill 2.4.0, Buttons 2.2.3, Column visibility 2.2.3, HTML5 export 2.2.3, Print view 2.2.3, ColReorder 1.5.6, DateTime 1.1.2, FixedColumns 4.1.0, FixedHeader 3.2.4, KeyTable 2.7.0, Responsive 2.3.0, RowGroup 1.2.0, RowReorder 1.2.8, Scroller 2.0.7, SearchBuilder 1.3.4, SearchPanes 2.0.2, Select 1.4.0, StateRestore 1.1.1
 */
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.9em;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▴";
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▾";
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before,
div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px;
  background-color: transparent;
  height: 36px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 10px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  background: #36f;
  cursor: pointer;
}

div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33;
}

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #4989de;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

div.dt-autofill-select.top,
div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}

div.dt-autofill-select.left,
div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  border: 1px solid black;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
  padding-top: 2em;
}

div.dt-autofill-list div.dtaf-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

div.dt-autofill-list ul li {
  display: table-row;
  cursor: pointer;
}

div.dt-autofill-list ul li:last-child div.dt-autofill-question,
div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}

div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}

div.dt-autofill-list ul li:hover button.new-btn {
  background-color: #548bbb;
}

div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  padding-left: 5px;
  border-bottom: 1px solid #ccc;
}

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}

div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  padding-right: 5px;
  border-bottom: 1px solid #ccc;
  text-align: right;
}

div.dt-autofill-list div.dt-autofill-button button {
  color: white;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #2e6da4;
  background-color: #337ab7;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}

div.dtaf-popover-closeable {
  padding-top: 2.5em;
}

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  div.dt-autofill-handle {
    height: 16px;
    width: 16px;
  }
  div.dt-autofill-list {
    width: 90%;
    left: 74.5%;
  }
}
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dataTables_wrapper {
  position: relative;
}

div.dt-buttons {
  position: initial;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

div.dtb-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

button.dtb-hide-drop {
  display: none !important;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 0;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.167em;
  margin-right: 0.167em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

button.dt-button:first-child,
div.dt-button:first-child,
a.dt-button:first-child,
input.dt-button:first-child {
  margin-left: 0;
}

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled,
input.dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

button.dt-button:active:not(.disabled),
div.dt-button:active:not(.disabled),
a.dt-button:active:not(.disabled),
input.dt-button:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  box-shadow: inset 1px 1px 3px #999;
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
input.dt-button:active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999;
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
input.dt-button:hover {
  text-decoration: none;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#d1e2f7", EndColorStr="#79ace9");
}

button.dt-button.active:focus:not(.disabled),
div.dt-button.active:focus:not(.disabled),
a.dt-button.active:focus:not(.disabled),
input.dt-button.active:focus:not(.disabled) {
  background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%) !important;
}

button.dt-button span.dt-down-arrow,
div.dt-button span.dt-down-arrow,
a.dt-button span.dt-down-arrow,
input.dt-button span.dt-down-arrow {
  position: relative;
  top: -2px;
  color: rgba(70, 70, 70, 0.75);
  font-size: 8px;
  padding-left: 10px;
  line-height: 1em;
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  float: left;
}

div.dt-buttons.buttons-right {
  float: right;
}

div.dataTables_layout_cell div.dt-buttons {
  float: none;
}

div.dataTables_layout_cell div.dt-buttons.buttons-right {
  float: none;
}

div.dt-btn-split-wrapper {
  display: inline-block;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 4px 4px 2px 4px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin: 4px 0 2px 0;
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
  box-shadow: inset 1px 1px 3px #666;
}

div.dt-button-collection button.dt-button:first-child,
div.dt-button-collection div.dt-button:first-child,
div.dt-button-collection a.dt-button:first-child {
  margin-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

div.dt-button-collection button.dt-button:last-child,
div.dt-button-collection div.dt-button:last-child,
div.dt-button-collection a.dt-button:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  margin: 4px 0 2px 0;
}

div.dt-button-collection div.dt-btn-split-wrapper button.dt-button {
  margin: 0;
  display: inline-block;
  width: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px;
  border-radius: 0;
}

div.dt-button-collection div.dt-btn-split-wrapper button.dt-btn-split-drop {
  min-width: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 0;
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child {
  margin-top: 0;
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-button {
  border-top-left-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-btn-split-drop {
  border-top-right-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-button {
  border-bottom-left-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-btn-split-drop {
  border-bottom-right-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-button,
div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-button {
  background-color: #dadada;
  background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
  box-shadow: inset 0px 0px 4px #666;
}

div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop,
div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
  box-shadow: none;
}

div.dt-button-collection.fixed .dt-button:first-child {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div.dt-button-collection.fixed .dt-button:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

div.dt-button-collection.two-column > :last-child,
div.dt-button-collection.three-column > :last-child,
div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *,
div.dt-button-collection.three-column > :last-child > *,
div.dt-button-collection.four-column > :last-child > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
       column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
       column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
       column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.columns {
  width: auto;
}

div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

div.dt-button-collection.columns.dtb-b3 > :last-child,
div.dt-button-collection.columns.dtb-b2 > :last-child,
div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}

button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

button.dt-btn-split-drop {
  margin-left: calc(-1px - 0.333em);
  padding-bottom: calc(0.5em - 1px);
  border-radius: 0px 1px 1px 0px;
  color: rgba(70, 70, 70, 0.9);
  border-left: none;
}

button.dt-btn-split-drop span.dt-btn-split-drop-arrow {
  position: relative;
  top: -1px;
  left: -2px;
  font-size: 8px;
}

button.dt-btn-split-drop:hover {
  z-index: 2;
}

button.buttons-split {
  border-right: 1px solid rgba(70, 70, 70, 0);
  border-radius: 1px 0px 0px 1px;
}

button.dt-btn-split-drop-button {
  background-color: white;
}

button.dt-btn-split-drop-button:hover {
  background-color: white;
}

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #0259c4;
  z-index: 201;
}

div.dt-datetime {
  position: absolute;
  background-color: white;
  z-index: 2050;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  padding: 0 20px 6px 20px;
  width: 275px;
}

div.dt-datetime.inline {
  position: relative;
  box-shadow: none;
}

div.dt-datetime div.dt-datetime-title {
  text-align: center;
  padding: 5px 0px 3px;
}

div.dt-datetime div.dt-datetime-buttons {
  text-align: center;
}

div.dt-datetime div.dt-datetime-buttons a {
  display: inline-block;
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0;
  font-size: 0.9em;
}

div.dt-datetime div.dt-datetime-buttons a:hover {
  text-decoration: underline;
}

div.dt-datetime table {
  border-spacing: 0;
  margin: 12px 0;
  width: 100%;
}

div.dt-datetime table.dt-datetime-table-nospace {
  margin-top: -12px;
}

div.dt-datetime table th {
  font-size: 0.8em;
  color: #777;
  font-weight: normal;
  width: 14.285714286%;
  padding: 0 0 4px 0;
  text-align: center;
}

div.dt-datetime table td {
  font-size: 0.9em;
  color: #444;
  padding: 0;
}

div.dt-datetime table td.selectable {
  text-align: center;
  background: #f5f5f5;
}

div.dt-datetime table td.selectable.disabled {
  color: #aaa;
  background: white;
}

div.dt-datetime table td.selectable.disabled button:hover {
  color: #aaa;
  background: white;
}

div.dt-datetime table td.selectable.now {
  background-color: #ddd;
}

div.dt-datetime table td.selectable.now button {
  font-weight: bold;
}

div.dt-datetime table td.selectable.selected button {
  background: #4e6ca3;
  color: white;
  border-radius: 2px;
}

div.dt-datetime table td.selectable button:hover {
  background: #ff8000;
  color: white;
  border-radius: 2px;
}

div.dt-datetime table td.dt-datetime-week {
  font-size: 0.7em;
}

div.dt-datetime table button {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-size: inherit;
  color: inherit;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  margin: 0;
}

div.dt-datetime table button span {
  display: inline-block;
  min-width: 14px;
  text-align: right;
}

div.dt-datetime table.weekNumber th {
  width: 12.5%;
}

div.dt-datetime div.dt-datetime-calendar table {
  margin-top: 0;
}

div.dt-datetime div.dt-datetime-label {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 5px 6px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

div.dt-datetime div.dt-datetime-label:hover {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f5f5f5;
}

div.dt-datetime div.dt-datetime-label select {
  position: absolute;
  top: 6px;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

div.dt-datetime.horizontal {
  width: 550px;
}

div.dt-datetime.horizontal div.dt-datetime-date,
div.dt-datetime.horizontal div.dt-datetime-time {
  width: 48%;
}

div.dt-datetime.horizontal div.dt-datetime-time {
  margin-left: 4%;
}

div.dt-datetime div.dt-datetime-date {
  position: relative;
  float: left;
  width: 100%;
}

div.dt-datetime div.dt-datetime-time {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

div.dt-datetime div.dt-datetime-time > span {
  vertical-align: middle;
}

div.dt-datetime div.dt-datetime-time th {
  text-align: left;
}

div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock {
  display: inline-block;
  vertical-align: middle;
}

div.dt-datetime div.dt-datetime-iconLeft,
div.dt-datetime div.dt-datetime-iconRight,
div.dt-datetime div.dt-datetime-iconUp,
div.dt-datetime div.dt-datetime-iconDown {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  overflow: hidden;
  box-sizing: border-box;
}

div.dt-datetime div.dt-datetime-iconLeft:hover,
div.dt-datetime div.dt-datetime-iconRight:hover,
div.dt-datetime div.dt-datetime-iconUp:hover,
div.dt-datetime div.dt-datetime-iconDown:hover {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f0f0f0;
  opacity: 0.6;
}

div.dt-datetime div.dt-datetime-iconLeft button,
div.dt-datetime div.dt-datetime-iconRight button,
div.dt-datetime div.dt-datetime-iconUp button,
div.dt-datetime div.dt-datetime-iconDown button {
  border: none;
  background: transparent;
  text-indent: 30px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

div.dt-datetime div.dt-datetime-iconLeft {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

div.dt-datetime div.dt-datetime-iconRight {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

div.dt-datetime div.dt-datetime-iconUp {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
}

div.dt-datetime div.dt-datetime-iconDown {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
}

div.dt-datetime-error {
  clear: both;
  padding: 0 1em;
  max-width: 240px;
  font-size: 11px;
  line-height: 1.25em;
  text-align: center;
  color: #b11f1f;
}

table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: white;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: white;
}

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: white;
}

table.fixedHeader-floating {
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  outline: 2px solid #36f;
  outline-offset: -2px;
}

div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
  outline: 2px solid #ff8b33;
  outline-offset: -2px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dataTable tr.dtrg-group th {
  background-color: #e0e0e0;
  text-align: left;
}

table.dataTable tr.dtrg-group.dtrg-level-0 th {
  font-weight: bold;
}

table.dataTable tr.dtrg-group.dtrg-level-1 th,
table.dataTable tr.dtrg-group.dtrg-level-2 th,
table.dataTable tr.dtrg-group.dtrg-level-3 th,
table.dataTable tr.dtrg-group.dtrg-level-4 th,
table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 th {
  background-color: #f3f3f3;
  padding-left: 2.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: #f3f3f3;
  padding-left: 3em;
}

table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: #f3f3f3;
  padding-left: 3.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: #f3f3f3;
  padding-left: 4em;
}

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

div.dts {
  display: block !important;
}

div.dts tbody th,
div.dts tbody td {
  white-space: nowrap;
}

div.dts div.dts_loading {
  z-index: 1;
}

div.dts div.dts_label {
  position: absolute;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}

div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}

div.dts div.dataTables_scrollBody table {
  background-color: white;
  z-index: 2;
}

div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
  display: none;
}

div.dt-button-collection {
  overflow: visible !important;
  z-index: 2002 !important;
}

div.dt-button-collection div.dtsb-searchBuilder {
  width: 99% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

div.dt-button-collection.dtb-collection-closeable div.dtsb-titleRow {
  padding-right: 40px;
}

.dtsb-greyscale {
  border: 1px solid #cecece !important;
}

div.dtsb-logicContainer .dtsb-greyscale {
  border: none !important;
}

div.dtsb-searchBuilder {
  justify-content: space-evenly;
  cursor: default;
  margin-bottom: 1em;
  text-align: left;
}

div.dtsb-searchBuilder button.dtsb-button,
div.dtsb-searchBuilder select {
  font-size: 1em;
}

div.dtsb-searchBuilder div.dtsb-titleRow {
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}

div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title {
  display: inline-block;
  padding-top: 6px;
}

div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title:empty {
  display: inline;
}

div.dtsb-searchBuilder div.dtsb-titleRow button.dtsb-clearAll {
  float: right;
  margin-bottom: 0.333em;
}

div.dtsb-searchBuilder div.dtsb-vertical .dtsb-value,
div.dtsb-searchBuilder div.dtsb-vertical .dtsb-data,
div.dtsb-searchBuilder div.dtsb-vertical .dtsb-condition {
  display: block;
}

div.dtsb-searchBuilder div.dtsb-group {
  position: relative;
  clear: both;
  margin-bottom: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup {
  margin: 2px;
  text-align: center;
  padding: 0;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  transform: rotate(90deg);
  position: absolute;
  margin-top: 0.8em;
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
  margin-bottom: 0.8em;
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
  padding: 0.4em;
  margin-right: 0.8em;
  min-width: 5em;
  max-width: 20em;
  background-color: rgba(200, 200, 200, 0.3);
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown option.dtsb-notItalic,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input option.dtsb-notItalic {
  font-style: normal;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-italic {
  font-style: italic;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont {
  flex: 1;
  white-space: nowrap;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont span.dtsp-joiner {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont input.dtsb-value {
  width: 33%;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
  margin-left: auto;
  display: inline-block;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete:last-child,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right:last-child,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left:last-child {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
    display: flex;
    flex-flow: none;
    flex-direction: column;
    justify-content: start;
    padding-right: calc(35px + 0.8em);
    margin-bottom: 0px;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:first-child),
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:nth-child(2)),
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:last-child) {
    padding-top: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:first-child,
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:nth-child(2),
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:last-child {
    padding-top: 0em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
    max-width: none;
    width: 100%;
    margin-bottom: 0.8em;
    margin-right: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont {
    margin-right: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
    position: absolute;
    width: 35px;
    display: flex;
    flex-wrap: wrap-reverse;
    right: 0;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button {
    margin-right: 0px !important;
  }
}
div.dtsb-searchBuilder button,
div.dtsb-searchBuilder select,
div.dtsb-searchBuilder input {
  background-color: #f9f9f9;
}

div.dtsb-searchBuilder button.dtsb-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

div.dtsb-searchBuilder button.dtsb-button:hover {
  background-color: #cecece !important;
  cursor: pointer;
}

div.dtsb-searchBuilder div.dtsb-logicContainer {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

div.dtsb-searchBuilder div.dtsb-logicContainer button {
  border: 1px solid transparent;
  background: transparent;
}

div.dtsb-searchBuilder button.dtsb-clearGroup {
  min-width: 2em;
  padding: 0;
}

div.dtsb-searchBuilder button.dtsb-iptbtn {
  min-width: 100px;
  text-align: left;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  border: 1px solid;
  border-color: #cecece;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-logic {
  border: none;
  border-radius: 0px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 3em;
  margin: 0px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup {
  border: none;
  border-radius: 0px;
  width: 2em;
  margin: 0px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
  border: 1px solid;
  border-radius: 3px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition {
  border-color: #48b13c;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data {
  border-color: #e70f00;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-value {
  border-color: #0069ba;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition option.dtsb-option,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data option.dtsb-option,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value option.dtsb-option {
  background-color: white;
}

div.dtsp-topRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 37px;
}

div.dtsp-topRow input.dtsp-search {
  text-overflow: ellipsis;
  min-width: 50px;
  flex-basis: 90px;
  max-width: none;
}

div.dtsp-topRow input.dtsp-search::-moz-placeholder {
  color: black;
}

div.dtsp-topRow input.dtsp-search::placeholder {
  color: black;
}

div.dtsp-topRow div.dtsp-subRow1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 1 auto;
}

div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont {
  position: relative;
  width: 100%;
}

div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont input.dtsp-disabledButton {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

div.dtsp-topRow div.dtsp-subRow1 input {
  padding-right: 2em;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 1em;
}

div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABbmlDQ1BpY2MAACiRdZE7SwNBFIU/EyWikRRaiFhsoWKhEBREO42FTZAQFYza7G5eQhKX3QQJtoKNhWAh2vgq/AfaCrYKgqAIIhb+Al+NhPVOEkiQZJbZ+3FmzmXmDHjCGTPrtAYhm8vb0bmQthxb0Xzv+PHRxRSabjrWTCQSpun4eaRF1YdR1av5voajM55wTGhpF54wLTsvPC0c3sxbineFe8y0Hhc+ER6x5YDCt0o3KvymOFXhL8X2YnQWPKqnlqpjo47NtJ0VHhYeyGYKZvU86ib+RG5pQWqfzH4coswRQsOgwDoZ8oxKzUlmjX3Bsm+eDfGY8rcoYosjRVq8I6IWpGtCalL0hHwZiir3/3k6yfGxSnd/CNpeXfdzEHz7UNpz3d9T1y2dgfcFrnM1/4bkNPkt+l5NGziGwDZc3tQ04wCudqD32dJtvSx5ZXqSSfi4gK4YdN9Dx2olq+o650+wuCVPdAeHRzAk+wNrfw8JaBFXEnV+AAAACXBIWXMAAA9hAAAPYQGoP6dpAAABMUlEQVQoU6XRr0vDQRjH8akoM4iIjqGoOIZ5oIjB5XWxajaYDGLSIhhNYjcPRDSJwbQNw+L+BNGgYYo/5pT5/shz8vDlBgMPXux7z3N3z+25VOofYyCyd4ZYCavI4gXPsRp9LqiDdrEMH+8wv8Vh8gBfWclFPOEUN3hAHjlMoRa7wTzBS5xgKLFglPkZLjDic6HyDsEMNvGR2Nxifoci3tEI+X770JU0XmPXIlax+LTPh83fFox1X6kxyzdjm9UcdXi9S+Vti6svfyNULhNR9TVsYNhW6Ff9KKCNR7/Zv6eeaQ+6+qcdpu9BqGlp1HFgud+FYdzzUcUExu0Q/cdzHGEFetIlXKPjK/sbqYoOftMiS+j9jzEJPd1Wt+5+kdR/9EM9ucIC5jCbyPc01Q32kfsBppYz3hYFcCwAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

div.dtsp-topRow div.dtsp-subRow2 {
  white-space: nowrap;
  flex: 0 0 auto;
}

div.dtsp-topRow button.dtsp-nameButton {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAK2SURBVFgJ7ZY9j41BFICvryCExrJBQ6HyEYVEIREaUZDQIRoR2ViJKCioxV+gkVXYTVZEQiEUhG2EQnxUCh0FKolY4ut5XnM2cyfva3Pt5m7EPcmzZ2bemTNnzjkzd1utnvQi0IvAfxiBy5z5FoxO89kPY+8mbMjtzs47RXs5/WVpbAG6bWExt5PuIibvhVkwmC+ck3eK9ln6/fAddFojYzBVuYSBpcnIEvRaqOw2RcaN18FPuJH0JvRUxbT3wWf4ltiKPgfVidWlbGZgPozDFfgAC+EA/K2EI4cwcAJ+gPaeQ+VQU2SOMMGcPgPl/m/V2p50rrbRsRgt9Iv5h6xtpP22Bz7Ce1C+gFFxfKzOmShcU+Qmyh2w3w8rIJfddHTck66EukL/xPhj+JM8rHNmFys0Pg4v0up3aFNlwR9NYyodd3OL/C64zpsymcTFcf6ElM4YzjAWKYrJkaq8kE/yUYNP4BoYvS1QRo+hNtF5xfkTUjoTheukSFFMjlTFm6PjceOca/SMpKfeCR1L6Uzk/y2WIkVhNFJlJAZhP+hYns7b9D3IPuhY5mYrIv8OrQJvR5NYyNaW4jsU8pSGNySiVx4o5tXq3JkoXE/mg5R/M8dGJCJpKhaDcjBRdbI/Rm8g69c122om33BHmj2CHoV5qa9jUXBraJ+G1fAVjIBO1klc87ro1K4JZ/K35SWW3TwcyDd6TecqnAEd8cGq2+w84xvBm1n3vS0izKkkwh5XNC/GmFPqqAtPF89AOScKuemaNzoTV1SD5dtSbmLf1/RV+tC0WTgcj6R7HEtrVGWaqu/lYDZ/2pvxQ/kIyw/gFByHC9AHw910hv1aUUumyd8yy0QfhmEkfiNod0Xusct68J1qc8Tdux0Z97Q+hsDb+AYGYEbF/4Guw2Q/qDPqZG/zXgT+3Qj8AtKnfWhFwmuAAAAAAElFTkSuQmCC") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  vertical-align: bottom;
}

div.dtsp-topRow button.dtsp-countButton {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAG5SURBVEgN3VU9LwVBFF0fiYhofUSlEQkKhU7z/oBCQkIiGr9BgUbhVzy9BAnhFyjV/AYFiU5ICM7ZN+c5Zud5dm3lJmfmzrkz9+7cu3c3y/6jjOBSF8CxXS7FmTkbwqIJjDpJvTcmsJ4K3KPZUpyZsx0sxoB9J6mnAkyC7wGuuCFIipNtEcpcWExgXpOBc78vgj6N+QO4NVsjwdFM59tUIDxDrHMBOeIQ34C5ZDregXuAQm4YcI68nN9B3wr2PcwPAIPkN2EqtJH6b+QZm1ajjTx7BqwAr26Lb+C2Kvpbt0Mb2HAJ7NrGFGfmXO3DeA4UshDfQAVmH0gaUFg852TTTDvlxwBlCtxy9zXyBhQFaq0wMmIdRebrfgosA3zb2hKnqG0oqchp4QbuR8X0TjzABhbdOT8jnQ/atcgqpnfwOA7yqZyTU587ZkIGdesLTt2EkynOnbreMUUKMI/dA4B/QVOcO13CQh+5wWCgDwo/75u59odB/wjmfhbgvACcAOyZPHihMWAoIwxyCLgf1oxfgjzVbgBXSTzIN+f0pg6s5DkcesLMRpsBrgE2XO3CN64JFP7JtUeKHX4CKtRRXFZ+7dEAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  vertical-align: bottom;
}

div.dtsp-topRow button.dtsp-collapseButton span.dtsp-caret {
  position: relative;
  top: 2px;
  display: inline-block;
}

div.dtsp-topRow button.dtsp-collapseButton.dtsp-rotated {
  transform: rotate(180deg);
}

div.dtsp-topRow.dtsp-bordered {
  border: 2px solid #f0f0f0;
  border-radius: 3px;
}

div.dtsp-topRow.dtsp-bordered:hover {
  background-color: #f0f0f0;
  opacity: 0.6;
  border: 2px solid #cfcfcf;
  border-radius: 3px;
  cursor: pointer !important;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane table thead th,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane table thead td {
  width: 100% !important;
}

div.dt-button-collection {
  z-index: 2002;
}

div.dt-button-collection.dtb-collection-closeable div.dtsp-titleRow {
  padding-right: 25px;
}

div.dtsp-columns-1 {
  max-width: 100%;
  min-width: 100%;
  margin: 0px !important;
}

div.dtsp-columns-2 {
  max-width: 49%;
  min-width: 49%;
  margin: 0px !important;
}

div.dtsp-columns-3 {
  max-width: 32%;
  min-width: 32%;
  margin: 0px !important;
}

div.dtsp-columns-4 {
  max-width: 24%;
  min-width: 24%;
  margin: 0px !important;
}

div.dtsp-columns-5 {
  max-width: 19%;
  min-width: 19%;
  margin: 0px !important;
}

div.dtsp-columns-6 {
  max-width: 16%;
  min-width: 16%;
  margin: 0px !important;
}

div.dtsp-columns-7 {
  max-width: 14%;
  min-width: 14%;
  margin: 0px !important;
}

div.dtsp-columns-8 {
  max-width: 12%;
  min-width: 12%;
  margin: 0px !important;
}

div.dtsp-columns-9 {
  max-width: 10.5%;
  min-width: 10.5%;
  margin: 0px !important;
}

div.dtsp-narrow {
  flex-direction: column !important;
}

div.dtsp-narrow div.dtsp-subRow1,
div.dtsp-narrow div.dtsp-subRow2 {
  width: 100%;
}

div.dtsp-narrow div.dtsp-subRow2 button {
  margin: 0 !important;
  width: 25% !important;
}

div.dt-button-collection {
  float: none;
}

div.dtsp-panesContainer {
  margin-bottom: 1em;
}

div.dtsp-panesContainer div.dataTables_wrapper {
  width: 100%;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_layout_cell {
  padding: 0;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollHead {
  display: none !important;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody {
  background: white !important;
  border-bottom: none;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody thead {
  display: none;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody table {
  table-layout: fixed;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody table tr > th,
div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody table tr > td {
  padding: 5px 10px;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody td.dtsp-nameColumn {
  width: 100% !important;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,
div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  cursor: default;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  flex-grow: 1;
  text-align: left;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  display: inline-block;
  background-color: #cfcfcf;
  text-align: center;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  width: auto;
  min-width: 30px;
  color: black;
  font-size: 0.9em;
  padding: 0 4px;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill:empty {
  display: none;
}

div.dtsp-panesContainer {
  clear: both;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

div.dtsp-panesContainer div.dtsp-searchPanes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  clear: both;
  text-align: left;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 0.9em;
  margin-top: 15px !important;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper {
  flex: 1;
  box-sizing: border-box;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
  display: none;
}

div.dtsp-panesContainer div.dtsp-title {
  float: left;
  padding: 10px 0;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
  float: right;
  padding: 10px;
}

div.dtsp-hidden {
  display: none !important;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper:hover {
  border: 2px solid #cfcfcf;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-selected {
  border: 2px solid #3276b1;
  border-radius: 4px;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-selected:hover {
  border: 2px solid #286092;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search {
  border: none;
  padding-left: 3px;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane input.dtsp-paneInputButton,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane button.dtsp-paneButton {
  height: 35px;
  width: 35px;
  min-width: 0;
  display: inline-block;
  margin: 2px;
  border: 0px solid transparent;
  background-color: transparent;
  margin-bottom: 0px;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane input.dtsp-paneInputButton:hover,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane button.dtsp-paneButton:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  cursor: pointer;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane button.dtsp-paneButton {
  opacity: 0.6;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
  border: 1px solid transparent;
  background-color: transparent;
}

div.dtsp-panesContainer button.dtsp-clearAll:hover,
div.dtsp-panesContainer button.dtsp-collapseAll:hover,
div.dtsp-panesContainer button.dtsp-showAll:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  cursor: pointer;
}

div.dtsp-panesContainer button.dtsp-disabledButton {
  cursor: default !important;
  color: #7c7c7c;
}

div.dtsp-panesContainer button.dtsp-disabledButton:hover {
  background-color: transparent;
}

div.dtsp-panesContainer button.dtsp-disabledButton:focus {
  outline: none;
}

div.dtsp-topRow.dtsp-bordered:hover button.dtsp-disabledButton {
  cursor: pointer !important;
  pointer-events: none;
}

div.dtsp-topRow.dtsp-bordered:hover input.dtsp-paneInputButton {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  div.dtsp-columns-4,
  div.dtsp-columns-5,
  div.dtsp-columns-6 {
    max-width: 31% !important;
    min-width: 31% !important;
  }
}
@media screen and (max-width: 640px) {
  div.dtsp-searchPanes {
    flex-direction: column !important;
  }
  div.dtsp-searchPane {
    max-width: 98% !important;
    min-width: 98% !important;
  }
}
table.dataTable > tbody > tr > .selected {
  background-color: rgba(13, 110, 253, 0.9);
  color: white;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
div.dtsr-confirmation,
div.dtsr-creation {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 500px;
  background-color: white;
  margin-left: -250px;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 2003;
  box-sizing: border-box;
  padding: 1em;
}

div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-confirmation-title-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
  border-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
  text-align: center;
}

div.dtsr-confirmation div.dtsr-confirmation-buttons,
div.dtsr-creation div.dtsr-confirmation-buttons {
  text-align: right;
  margin-top: 1em;
}

div.dtsr-confirmation div.dtsr-confirmation-buttons button.dtsr-confirmation-button,
div.dtsr-creation div.dtsr-confirmation-buttons button.dtsr-confirmation-button {
  margin: 0px;
}

div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-creation-text {
  text-align: left;
  padding: 0px;
  border: none;
}

div.dtsr-confirmation div.dtsr-creation-text span,
div.dtsr-creation div.dtsr-creation-text span {
  font-size: 20px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left,
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right,
div.dtsr-creation div.dtsr-creation-form div.dtsr-left,
div.dtsr-creation div.dtsr-creation-form div.dtsr-right {
  display: inline-block;
  width: 50%;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left,
div.dtsr-creation div.dtsr-creation-form div.dtsr-left {
  text-align: right;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right,
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-name-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-right,
div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
  width: 33.3%;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
  width: 66.6%;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
  margin-left: 33.3%;
  margin-right: 14px;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title {
  margin-right: -33.3%;
}

div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-confirmation-text label.dtsr-name-label,
div.dtsr-creation div.dtsr-confirmation-text label.dtsr-name-label {
  width: auto;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
}

div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-name-input,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
  width: 66.6%;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
  margin-left: 33.3%;
  margin-right: 14px;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
  text-align: right;
  padding-top: 10px;
}

div.dtsr-confirmation span.dtsr-modal-error,
div.dtsr-creation span.dtsr-modal-error {
  color: red;
  font-size: 0.9em;
}

div.dtsr-creation {
  top: 10%;
}

div.dtsr-form-row {
  padding: 10px;
}

div.dtsr-check-row {
  padding-top: 0px;
}

div.dtsr-creation-text {
  padding: 10px;
}

div.dtsr-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtsr-background {
  z-index: 2002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

div.dt-button-collection h3 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection span.dtsr-emptyStates {
  border-radius: 5px;
  display: inline-block;
  line-height: 1.6em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 3px;
}

div.dt-button-collection h3 {
  font-size: 1.1em;
}

div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
  width: 57% !important;
  padding: 5px 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
  margin-left: calc(33.3% + 30px) !important;
}

div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title {
  margin-right: calc(-33.3% - 30px) !important;
}

/*
    Combine Style Files
 */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  height: 100%;
  background: #ffffff;
}

#header-logo {
  float: left;
  margin-top: 12px;
}

#site-wrap {
  min-height: 100%;
}

.black_friday {
  background-color: #212121;
  height: 46px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.black_friday .logo {
  margin: 6px 0 0 15px;
}
.black_friday .banner-text {
  margin-left: 27%;
  line-height: 46px;
  font-family: "Open Sans";
}
.black_friday .banner-text .highlight__orange {
  color: #FFD421;
}
.black_friday .banner-text .highlight__green {
  color: #00FF61;
}

#trial-period-block-background {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 10;
}

#trial-period-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#trial-period-block .notification {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 480px;
  height: 150px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  z-index: 11;
  margin: auto;
}
#trial-period-block .notification .notification-text {
  font-size: 14px;
  padding: 20px;
}
#trial-period-block .notification .notification-control {
  padding: 0 20px 20px 20px;
}

.assistants_trial_period_header {
  background-color: #FFCC5A;
  height: 40px;
}
.assistants_trial_period_header .warning-icon {
  float: left;
  top: 13px;
  left: 20px;
  position: relative;
  width: 19px;
  height: 17px;
  background-image: url("/assets/icons/warning-orange-6ff629a2.svg");
}
.assistants_trial_period_header .banner-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  font-family: "Open Sans";
}
.assistants_trial_period_header .banner-text .highlight {
  font-weight: 700;
  text-decoration-line: underline;
}
.assistants_trial_period_header .banner-text .highlight-bold {
  font-weight: 700;
}
.assistants_trial_period_header .banner-text a {
  color: #333333;
}

#domains_blacklists {
  width: 400px;
  margin-left: calc(50% - 200px);
}
#domains_blacklists #domains_blacklists_table .domain_name {
  width: 322px;
  float: left;
}

.on_hold_notification {
  background-color: #FFD2AB;
  font-size: 14px;
  color: #B05200;
  text-align: center;
  padding: 5px;
}
.on_hold_notification a {
  color: #682A00;
}

.block_account_notification {
  background-color: #DA5757;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
  padding: 10px;
  font-family: "Open Sans";
}
.block_account_notification a {
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}
.block_account_notification span {
  font-weight: 700;
}

@media (max-width: 1300px) {
  .black_friday {
    background-color: #212121;
    height: 75px;
    font-size: 14px;
    font-weight: bold;
    color: white;
  }
  .black_friday .logo {
    float: none !important;
    margin: 0;
    margin-left: calc(50% - 75px);
  }
  .black_friday .banner-text {
    text-align: center;
    margin: 0;
    line-height: inherit;
  }
  .black_friday .banner-text .highlight__orange {
    color: #FFD421;
  }
  .black_friday .banner-text .highlight__green {
    color: #00FF61;
  }
}
.icon-info {
  color: #6C7A92;
  font-size: 14px;
}

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

@media (max-width: 990px) {
  .alert-warning-image-border {
    margin-top: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 750px) {
  .black_friday {
    background-color: #212121;
    height: 95px;
    font-size: 14px;
    font-weight: bold;
    color: white;
  }
  .black_friday .logo {
    float: none !important;
    margin: 0;
    margin-left: calc(50% - 75px);
  }
  .black_friday .banner-text {
    text-align: center;
    margin: 0;
    line-height: inherit;
  }
  .black_friday .banner-text .highlight__orange {
    color: #FFD421;
  }
  .black_friday .banner-text .highlight__green {
    color: #00FF61;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #333333;
  text-rendering: optimizeLegibility;
}

.qb-container {
  min-height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  padding-bottom: 70px;
  padding-left: 30px;
}

#qbLogo {
  position: absolute;
  top: -11%;
  left: 0%;
  margin-left: 0px;
  margin-top: 15px;
  text-align: center;
}

.navbar-brand {
  padding: 15px 0;
}

nav.navbar > .container {
  position: relative;
}

.nav > li.active {
  font-weight: 600;
}

.navbar-brand {
  font-size: 12pt;
  font-weight: 800;
}

.navbar-brand.mobile-only {
  font-weight: 500;
}

.application-title i:hover {
  color: #000;
}

.navbar {
  margin-bottom: 0;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  background-color: #3978FC;
  position: relative;
}

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

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ddd;
  background-color: transparent;
}

.app-icon {
  border-radius: 20px;
}

div.app {
  display: inline-block;
  width: 30%;
  margin: 15px 1.6% 0 1.6%;
  text-align: center;
}

div.app .app-name {
  margin-top: 3px;
  font-size: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.app .app-icon {
  margin-bottom: 3px;
  border-radius: 25%;
  width: 80%;
  height: auto;
}

div.app .app-icon.new-app,
li.app .app-icon.new-app {
  width: 70px;
  padding: 5px;
  padding-top: 20px;
  margin: 5px;
}

.apps-wrapper {
  padding: 1em;
}

div.app.current .app-icon {
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px #74d0ff;
}

div.app.current .app-name {
  font-weight: bold;
  color: #2f9fd8;
}

div.app.current a:hover,
div.app.current a:hover .app-name {
  text-decoration: none;
}

.gradient-overflow-right:after {
  content: "";
  width: 10px;
  height: 116px;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
  position: absolute;
  right: 15px;
  top: 40px;
}

.gradient-overflow-right {
  position: relative;
}

.dashboard-app-list .panel-title {
  font-size: 22px;
  margin-top: 5px;
}

ul.apps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.apps-list .app {
  display: inline-block;
  text-align: center;
  margin: 22px 20px 0 25px;
}

ul.apps-list .app img {
  width: 110px;
  margin-bottom: 5px;
}

ul.apps-list.app-index {
  height: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin-left: -24px;
  margin-bottom: 10px;
}

ul.apps-list.app-index li {
  max-width: 90px;
  vertical-align: top;
}

ul.apps-list.app-index li.app a div {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  width: 100%;
  margin-left: 8px;
  color: #333333;
  padding-top: 10px;
}

ul.apps-list.app-index li.app a:hover,
ul.apps-list.app-index li.app a:focus,
ul.apps-list.app-index li.app a:active {
  outline: none;
  text-decoration: none !important;
  border: none;
}

.popover {
  max-width: 287px;
}

.navbar-header {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  min-width: 115px;
}

.navbar-red {
  background-color: #586374;
  border-color: #586374;
  padding: 0;
}
.navbar-red .navbar-brand {
  color: #ecf0f1;
}
.navbar-red .navbar-brand:hover,
.navbar-red .navbar-brand:focus {
  color: #ffffff;
}
.navbar-red .pull-left {
  border-left: none;
}
.navbar-red .navbar-nav {
  margin-left: 225px;
  border-left: none;
}
.navbar-red .navbar-nav li .account-manager-ico {
  margin-right: 3px;
  margin-bottom: 4px;
}
.navbar-red .navbar-nav li a {
  color: #ecf0f1;
}
.navbar-red .navbar-nav li a:hover, .navbar-red .navbar-nav li a:focus {
  color: #ffffff;
}
.navbar-red .navbar-nav .active a, .navbar-red .navbar-nav .active a:hover, .navbar-red .navbar-nav .active a:focus {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 1001px) {
  .navbar-red .navbar-nav li a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 987px) {
  .navbar-red .navbar-nav {
    margin-left: 150px;
  }
  #choose_file {
    margin: 20px 0;
  }
}
.plan-tag {
  margin: 5px 5px 5px 0;
  display: inline-block;
  background-color: #FF8B1D !important;
  line-height: 14px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff !important;
  padding: 5px 6px;
  border-radius: 4px;
  letter-spacing: 1.2px;
}

li.upgrade_plan_btn a {
  margin: 6px 0 0 0;
  padding: 9px 15px !important;
  background: #dd362b;
  font-size: 12px;
  font-weight: bold;
  color: white !important;
  border: none;
  border-radius: 3px;
}
li.upgrade_plan_btn a:hover {
  background: #ff4236 !important;
}

.billing-info-mobile {
  display: none;
}

li.billing_details_btn {
  margin-left: 10px;
}
li.billing_details_btn a {
  margin: 6px 0 0 0;
  padding: 9px 15px !important;
  background: #2b77dd;
  font-size: 12px;
  font-weight: bold;
  color: white !important;
  border: none;
  border-radius: 3px;
}
li.billing_details_btn a:hover {
  background: #4a88da !important;
}

span[data-toggle=tooltip] {
  cursor: pointer;
}

ul.nav .qbico {
  font-size: 12px;
  padding-right: 2px;
}

.breadcrumb > li {
  vertical-align: bottom;
}

#header-menu {
  position: absolute;
  right: 15px;
  top: 0.85em;
  max-width: 25px;
  max-height: 25px;
  z-index: 100;
  transition: all 0.1s ease;
}

#header-menu.menu-open {
  top: 0;
  max-width: 999px;
  max-height: 999px;
  background: #fff;
  padding: 0.85em 20px 20px 20px;
  -webkit-transform: translateZ(0);
}

#open-menu {
  font-weight: bold;
  color: transparent;
  line-height: 1.7em;
  max-width: 25px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease;
}

#header-menu.menu-open #open-menu {
  -webkit-transform: translateZ(0);
  max-width: 150px;
  color: #236794;
}

#header-menu svg {
  vertical-align: bottom;
  margin-right: 5px;
}

#header-menu nav ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 10px;
}

#header-menu nav ul li {
  margin-top: 5px;
}

.breadcrumb > li + li:before {
  content: "\e61d";
  font-family: "qbdash", "Open Sans", sans-serif;
  vertical-align: middle;
}

.navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: #3978FC;
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  padding-bottom: 0;
  font-weight: normal;
}

.navbar-default .navbar-nav > li.open a#apps_dropdown {
  background: #3978FC;
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

button.navbar-toggle span {
  -webkit-transition: all 0.2s ease-in-out;
}

.navbar-toggle.clicked .icon-bar {
  display: none;
}

.navbar-toggle .close-menu {
  display: none;
  font-size: 30px;
  position: absolute;
  top: -5px;
  left: -20px;
  color: white;
  -webkit-transform: scale(0);
}

.navbar-toggle.clicked .close-menu {
  display: block;
  -webkit-transform: scale(1);
}

.navbar-collapse {
  box-shadow: none;
}

textarea {
  max-width: 100%;
}

#apps-title {
  margin-top: 0;
}

#apps-title button {
  padding: 0 5px;
  margin-left: 5px;
}

#app-list a {
  color: #333333;
  outline: none !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}

#agents-desk a {
  color: #333333;
  outline: none !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}

#app-list span,
#agents-desk span {
  display: inline-block;
  margin-right: 10px;
  overflow: visible;
  vertical-align: middle;
  line-height: 1;
}

#app-selector img {
  height: 100%;
  width: 100%;
}

#app-selector .title {
  position: absolute;
  margin-top: -30px;
  margin-left: -100px;
}

#app-list button:hover span,
#app-list a:hover span {
  color: #3978FC;
}

#agents-desk button:hover span,
#agents-desk a:hover span {
  color: #3978FC;
}

#app-list .list-group-item.active {
  color: #3978FC !important;
}

#agents-desk .list-group-item.active {
  color: #3978FC !important;
}

#app-list .list-group-item.active,
#app-list .list-group-item.active:hover,
#app-list .list-group-item.active:focus {
  z-index: 2;
}

#agents-desk .list-group-item.active,
#agents-desk .list-group-item.active:hover,
#agents-desk .list-group-item.active:focus {
  z-index: 2;
}

#app-list a .list-group-item.active {
  color: #5f5f5f !important;
  text-shadow: 0 1px 0 white;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

#agents-desk a .list-group-item.active {
  color: #5f5f5f !important;
  text-shadow: 0 1px 0 white;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

#app-selector {
  padding: 0;
  border: none;
  margin-left: 20px;
}

.modules-menu {
  margin-left: -20px !important;
  margin-top: 13px;
  overflow: visible;
}

#app-list .list-group-item,
#agents-desk .list-group-item {
  padding-left: 20px;
  overflow: visible;
}

.modules-menu .title {
  padding: 18px 0 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-left: 20px;
}

.modules-menu-line {
  height: 1px;
  width: 220px;
  background: linear-gradient(270deg, rgba(217, 227, 247, 0) 0.88%, #D9E3F7 49.19%, rgba(217, 227, 247, 0) 100%);
  margin-bottom: 20px;
}

#app-selector button {
  background: #ffffff;
  color: #fff;
  font-weight: 600;
  width: 100%;
  font-size: 1.2em;
  text-align: left;
  border-radius: 3px 3px 0 0;
  border: 1px solid #D9E3F7;
  padding: 0;
  cursor: auto;
}

#app-selector button:active {
  background: none;
}

#app-selector .app-image {
  max-width: 100%;
}

#app-selector .title {
  margin-left: 10px;
}

.breadcrumb img {
  width: 18px;
  height: 18px;
  margin-right: 0px;
  margin-left: 2px;
  vertical-align: top;
  border-radius: 4px;
}

.mobile-style-billing {
  display: none;
}

.wrap-register-message {
  width: 540px;
  height: auto;
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #333333;
  padding: 29px 30px 20px 30px;
  margin: 0 auto;
}

.welcome-title {
  font-size: 22px;
  padding-bottom: 10px;
  margin-left: -60px;
}

.body-content-welcome-page {
  width: 586px;
  margin-left: -30px;
}
.body-content-welcome-page .btn-document {
  width: 260px;
}

.qb-signup-conteiner .welcome-title {
  padding-top: 36px;
  margin-left: calc(50% - 270px);
  padding-bottom: 14px;
}

.welcome-logo {
  position: relative;
  margin-top: 30px;
  margin-left: 30px;
  padding-bottom: 0;
}

.site-signup-wrap {
  position: relative;
  display: block;
  content: "";
  clear: both;
  margin: 0;
  padding: 0;
}

.qb-signup-conteiner {
  margin-top: 0;
  padding-bottom: 0;
  height: 100vh;
  overflow: hidden;
}

.welcome_page .new-btn {
  width: 260px !important;
}

.desktop-style-billing .new-btn {
  margin-left: calc(50% - 81px) !important;
  margin-top: 30px !important;
}

@media screen and (max-width: 1600px) {
  .billing-info-desktop {
    display: block;
    padding-bottom: 30px;
  }
}
.wrap-billing-info-mobile .upgrade_plan {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  #app-list li:nth-child(n+2) {
    padding: 10px 10px;
    border-radius: 0;
  }
  #agents-desk li:nth-child(n+2) {
    padding: 10px 10px;
    border-radius: 0;
  }
}
.app-description {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.app-description h2 {
  margin: 0 0 10px;
}

.app-description p {
  max-height: 100px;
  overflow: hidden;
  color: #acacac;
  text-overflow: ellipsis;
}

.dashboard-home,
#app-splash-1 {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}

.dashboard-home h1 {
  margin: 10px 0 30px;
  color: #919191;
  font-weight: 100;
}

.dashboard-home h1 #name {
  color: #5e5e5e;
}

.dashboard-home h3 {
  color: #919191;
  margin-top: 30px;
  font-weight: 100;
}

.sdk-download {
  display: block;
  text-align: center;
  background: rgb(253, 253, 253);
  border: 1px solid #d8d8d8;
  padding: 3px 0;
  color: #afafaf;
  font-size: 20px;
  line-height: 40px;
  border-radius: 3px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.sdk-download,
.sdk-download:hover {
  text-decoration: none;
}

.sdk-download:hover {
  background: #66a1e0;
  border-color: #66a1e0;
  color: #fff;
}

.user-info {
  width: 100%;
  height: 100px;
  color: #fff;
  border-radius: 3px;
  font-size: 3em;
  text-align: center;
  padding-top: 6px;
  text-shadow: 0 1px 0px white;
}

.user-info-wrap .col-xs-4:nth-child(2) {
  padding: 0;
}

.user-info.users {
  border: 1px solid #f6aea4;
  color: #cc5544;
  background: #fff8f7;
}

.user-info.api-calls {
  border: 1px solid #70ccb7;
  color: #2ea287;
  background: #effffb;
}

.user-info.apps {
  border: 1px solid #66a1e0;
  color: #2565aa;
  background: #edf6ff;
}

.user-info span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 100;
}

.breadcrumb-wrap {
  margin: 0 0 15px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 0 0 #D9E3F7;
  min-height: 34px;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 6px 15px 10px 0;
}

.page-header {
  margin: 20px 0 15px;
}

.page-header h3 {
  margin-bottom: 0;
}

.tooltip.in {
  opacity: 1;
}

.loggedin:before {
  content: "" !important;
  color: #ccc;
}

.loggedin {
  font-weight: 300;
}

footer {
  height: 60px;
  margin-top: -60px;
  background: #ffffff;
  padding: 0 10px 0;
  color: #6C7A92;
  border-top: 1px solid #D9E3F7;
}
footer #copyright {
  font-size: 12px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 45px;
}

footer #mrquick:hover {
  opacity: 1;
}

footer .copyright {
  font-size: 10px;
  padding-top: 12px;
  text-align: center;
}

.app-name {
  font-size: 22px;
  font-weight: bold;
}

.wrap-app_settings .module-page-title {
  margin-bottom: 5px;
}
.wrap-app_settings .module-navigation-wrap {
  margin-top: 10px;
  height: 0;
}
.wrap-app_settings .wrap-form-app-adit {
  padding-left: 0;
}
.wrap-app_settings .wrap-form-app-adit .panel {
  margin-bottom: 7px;
}
.wrap-app_settings .wrap-form-app-adit .panel:nth-child(1) {
  margin-bottom: 50px;
}
.wrap-app_settings .wrap-form-app-adit .panel-title {
  padding-top: 8px;
  padding-bottom: 10px;
}
.wrap-app_settings .wrap-form-app-adit .input-capture {
  font-style: italic;
  color: #6C7A92;
}
.wrap-app_settings .wrap-form-app-adit .radio-capture {
  font-style: italic;
  color: #6C7A92;
  margin-left: 30px;
  padding-bottom: 20px;
}
.wrap-app_settings .max-tokens-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wrap-app_settings .embeded-capture {
  position: relative;
  z-index: 99;
  float: right;
  margin-top: -49px;
  margin-right: 8px;
  color: #6C7A92;
  font-size: 14px;
}
.wrap-app_settings .module-options.bg-white {
  background-color: #ffffff !important;
}
.wrap-app_settings .module-options {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.wrap-app_settings .module-options .module-options-title {
  text-transform: uppercase;
  color: #6C7A92;
  font-size: 16px;
}
.wrap-app_settings .module-options .help-block-note.text-normal {
  font-style: normal !important;
}
.wrap-app_settings .module-options .help-block-note {
  font-style: italic;
  color: #6C7A92;
  margin-left: 30px;
  padding-bottom: 20px;
}
.wrap-app_settings .settings-section.bg-white {
  background-color: #ffffff !important;
}
.wrap-app_settings .settings-section {
  margin-bottom: 20px;
}
.wrap-app_settings .settings-section .settings-section-title {
  text-transform: uppercase;
  color: #6C7A92;
  font-size: 16px;
}
.wrap-app_settings .settings-section .help-block-note.text-normal {
  font-style: normal !important;
}
.wrap-app_settings .settings-section .help-block-note {
  font-style: italic;
  color: #6C7A92;
  margin-left: 30px;
  padding-bottom: 20px;
}
.wrap-app_settings .form-group {
  margin: 0;
}
.wrap-app_settings .help-block span {
  color: #CC3C60 !important;
  background-color: rgba(204, 60, 96, 0.1);
  padding-left: 5px;
  padding-bottom: 2px;
}

.app_edit .module-page-title {
  margin-bottom: 25px;
}
.app_edit .module-navigation-wrap {
  margin-top: 10px;
  height: 0;
}

/* Login page */
.login-form {
  margin: 0 0 10px;
}

.login-form label {
  margin-bottom: 12px;
}

.login-form label.full {
  width: 100%;
  margin-left: 14px;
}

.login-form label span {
  display: block;
  margin-bottom: 11px;
  color: #333333;
  font-weight: normal;
}

.login-form input[type=text],
.login-form input[type=password] {
  padding: 10px 15px 9px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  display: block;
  width: 480px;
  height: 36px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

#reg-block #signupForm {
  display: block;
  padding: 20px 9px 20px 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.enterpeise-login-wrap {
  width: 580px;
  margin-left: -26px;
}

.wrap-register {
  display: block;
  position: relative;
}

#reg-block .login-form input[type=text],
#reg-block .login-form input[type=password] {
  width: 515px;
  margin-bottom: 22px;
}

#reg-block .login-form button {
  margin-left: calc(50% - 110px);
}

#reg-block .login-form button {
  margin-top: 10px;
}

.panel-body-set-password .login-form input[type=text],
.panel-body-set-password .login-form input[type=password] {
  width: 100%;
}

.login-form input[type=text]:focus,
.login-form input[type=password]:focus {
  outline: none;
  border-color: #3978FC;
}

.button-reset-password {
  width: 160px !important;
  margin-left: calc(50% - 80px) !important;
}

.login-form button {
  width: 230px;
  height: 36px;
  margin-left: calc(50% - 125px);
  background: #3978FC;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.login-form button:hover {
  background-color: rgba(57, 120, 252, 0.8);
}

.login-form button.disabled {
  background-color: #F4F6F9;
  color: #95A8C8;
}

.login-form button:focus,
.login-form button:active {
  outline: none;
  border: none;
}

.login-form button img {
  vertical-align: text-top;
  margin-right: 5px;
}

.panel-body-set-password {
  width: 100%;
  margin: 0 auto;
}

.panel-body-set-password .panel-body {
  width: 574px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 15px;
}

.panel-body-set-password label {
  margin-left: 15px;
}

.panel-body-set-password .panel-title {
  font-size: 22px;
  padding-top: 10px;
  margin-left: calc(50% - 288px);
  padding-bottom: 25px;
}

.panel-body .social-signin h4 {
  font-weight: normal;
  text-align: center;
  padding: 8px 0 8px;
  margin-left: -15px;
}

.welcome_page {
  width: 586px;
  margin: 0 auto;
  margin-top: -30px;
}
.welcome_page .panel-body {
  margin-top: 0;
}
.welcome_page ol {
  padding-left: 20px;
}
.welcome_page .welcome_page_weiting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70vh;
  overflow: hidden;
}
.welcome_page .welcome_page_weiting img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.welcome_page .welcome_page_weiting p {
  text-transform: uppercase;
  color: #6C7A92;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

#reg-block {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 200px;
}

#reg-block .panel-body {
  width: 574px;
  padding-top: 0;
}

#reg-block .panel-body form {
  padding-top: 23px;
}

#reg-block .panel-body .row {
  margin: 0;
}

#reg-block .panel-body .form-horizontal .form-group {
  margin: 0;
}

.necessarily-lable {
  margin-left: -10px;
}

.select_add_app {
  margin-left: -10px;
  margin-top: 30px;
}

.right-section .module-help {
  border-radius: 6px;
  background-color: #F4F6F9;
  margin-top: 0;
  padding-bottom: 20px;
  border: 1px solid #D9E3F7;
}

.right-section h4 {
  width: 100%;
  background-color: #D9E3F7;
  padding: 20px;
  border-radius: 6px 6px 0 0;
}

.right-section strong {
  padding-left: 30px;
  padding-top: 20px;
}

.right-section .module-help ul {
  padding-left: 30px;
  padding-bottom: 10px;
}

.right-section .module-help .request_marker {
  padding-left: 60px;
}

.right-section .module-help .reguest_no_marker {
  width: 100%;
  padding-left: 30px;
  margin-top: -8px;
  padding-bottom: 10px;
}

#reg-block .panel-body .form-horizontal .necessarily-lable {
  padding-bottom: 8px;
}

#reg-block .panel-body .form-horizontal .control-label {
  margin-left: 0px;
  text-align: left;
  padding-bottom: 0;
}

#reg-block .panel-body .form-horizontal .control-label sup {
  color: #E52525 !important;
}

#reg-block h3 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 0;
}

#reg-block .sign-up-content {
  left: calc(50% - 290px);
  padding-top: 15px;
  padding-bottom: 0;
}

@media (max-width: 900px) {
  .welcome_page {
    width: 375px;
    margin-left: calc(50% - 187px);
  }
}
.login-block {
  margin: 0 auto;
}

.login-block h3 {
  margin: 12px 13px 11px;
  font-size: 19px;
  margin-top: 0;
  padding-top: 0;
}

.signin-block h3 {
  margin-left: calc(50% - 278px);
}

.login-block .panel-body {
  border: none;
  padding: 0;
  padding-bottom: 50px;
  margin-top: 20px;
}
.login-block .panel-body hr.signup-divider {
  margin-top: 25px;
  margin-bottom: 25px;
}
.login-block .panel-body .signup-form-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 13px;
  margin-bottom: 10px;
}
.login-block .panel-body .signup-form-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  margin-left: 13px;
  margin-bottom: 20px;
}

.col-xs-8.login-form-wrap {
  width: 540px;
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 65px;
  padding-left: 16px;
  margin-left: calc(50% - 270px);
}

.login-block .panel-body form {
  padding-top: 8px;
}

.signup-logo-blue,
.signup-logo-blue-register {
  margin: 25px 0 30px;
  margin-left: 15px;
}

.signup-logo-blue-register {
  margin-left: 1px;
  padding-top: 1px;
}

.height-align {
  display: flex;
  align-items: stretch;
}

.login-shared-block {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.signup-form-wrap {
  display: block;
  position: relative;
  width: 540px;
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  height: auto;
  margin: 0 auto;
}

@keyframes rotateFullBack {
  0% {
    transform: rotate(720deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.verify-email-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verify-email-wrap .verify-email-body {
  width: 872px;
  height: 527px;
  padding: 67px 161px;
  opacity: 1;
  border-radius: 4px;
  border: 1px solid #D9E3F7;
  display: flex;
  flex-direction: column;
}
.verify-email-wrap .verify-email-body .verify-email-notification {
  width: 370px;
  height: 72px;
  border-radius: 4px;
  padding: 20px;
  gap: 10px;
  opacity: 0.9;
  display: flex;
  background-color: #474747;
  justify-content: space-between;
  position: absolute;
  top: 86px;
  left: 50.5%;
  transform: translate(-50%, -50%);
}
.verify-email-wrap .verify-email-body .verify-email-notification.hidden_element {
  visibility: hidden;
}
.verify-email-wrap .verify-email-body .verify-email-notification .icon-check {
  color: #1cc75b;
  font-size: 28px;
}
.verify-email-wrap .verify-email-body .verify-email-notification .message {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #FFFFFF;
}
.verify-email-wrap .verify-email-body .verify-email-notification .close_verify_email_notification {
  display: block;
  width: 24px;
  height: 28px;
  background: transparent url("/assets/icons/ic_close-30dcd4a0.svg") center no-repeat;
  cursor: pointer;
}
.verify-email-wrap .verify-email-body .verify-email-processing {
  margin-top: -28px;
  margin-bottom: 28px;
  margin-right: auto;
  margin-left: auto;
}
.verify-email-wrap .verify-email-body .verify-email-processing.hidden_element {
  visibility: hidden;
}
.verify-email-wrap .verify-email-body .verify-email-processing .verify-email-processing-body {
  width: 126px;
  text-align: end;
}
.verify-email-wrap .verify-email-body .verify-email-processing .verify-email-processing-body .icon-processing {
  content: "";
  position: relative;
  top: 19px;
  left: 5px;
  width: 16px;
  height: 16px;
  background-image: url("/assets/icons/circle_processing-4bc0f491.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  animation: rotateFullBack 2s linear infinite;
  transform-origin: 50% 45%;
  cursor: pointer;
}
.verify-email-wrap .verify-email-body .verify-email-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.verify-email-wrap .verify-email-body .verify-email-info-text {
  text-align: center;
  max-width: 550px;
  width: 100%;
  box-sizing: border-box;
  gap: 20px;
  opacity: 1;
  border-radius: 4px;
  border: 1px solid #D9E3F7;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  overflow-wrap: break-word;
  word-break: break-word;
}
.verify-email-wrap .verify-email-body .verify-email-info-text p {
  margin: 0 0 0.5em;
}
.verify-email-wrap .verify-email-body .verify-email-info-text p:last-child {
  margin-bottom: 0;
}

#verify-email-form {
  margin-top: 40px;
  padding: 0px 70px;
}
#verify-email-form .error_message {
  color: #DA5757;
  text-align: center;
  margin-bottom: 40px;
}
#verify-email-form .error_message.hidden_element {
  visibility: hidden;
}
#verify-email-form .fields {
  width: 370px;
  height: 60px;
  gap: 10px;
  opacity: 1;
  list-style: none;
  display: flex;
  margin: 0px 20px 10px 20px;
  padding: 0px;
  flex-direction: row;
  justify-content: space-between;
}
#verify-email-form .fields .field input {
  cursor: default;
  width: 46px;
  height: 60px;
  opacity: 1;
  border-radius: 4px;
  border: 1px solid #D9E3F7;
  padding: 14px 16px;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: right;
}
#verify-email-form .fields .field input:focus {
  outline: none;
  border-color: #3978FC;
}
#verify-email-form .fields .field input.invalid {
  border-color: #DA5757 !important;
}
#verify-email-form #verify-email-submit {
  width: 410px;
  height: 34px;
  padding: 6px 20px;
  opacity: 1;
  border-radius: 4px;
  background-color: #F4F6F9;
  border: 1px solid #F4F6F9;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.17px;
  color: #95A8C8;
  margin-bottom: 10px;
}
#verify-email-form #verify-email-submit.enabled {
  background-color: #3978FC;
  border: 1px solid #3978FC;
  color: #FFFFFF;
  cursor: pointer;
}
#verify-email-form #verify-email-submit.enabled:hover {
  background-color: rgba(57, 120, 252, 0.8);
}
#verify-email-form .resend_email_verification_code {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
}
#verify-email-form .resend_email_verification_code.disabled {
  pointer-events: none;
  cursor: default;
  color: #95A8C8;
}
#verify-email-form .resend_email_verification_code a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}
#verify-email-form .resend_email_verification_code a.disabled {
  pointer-events: none;
  cursor: default;
  color: #95A8C8;
}
#verify-email-form .resend_email_verification_code .resend-code-timer {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 6px;
}
#verify-email-form .resend_email_verification_code .resend-code-timer.hidden_element {
  visibility: hidden;
}

.hs_signup {
  position: absolute;
  top: 0;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.hs_signup input[type=submit] {
  display: none;
}

.hs_signup .submitted-message {
  display: none;
}

.login-shared-block .alert-signup {
  width: calc(100% - 60px);
  display: block;
  position: relative;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 0;
}

.login-shared-block .dote {
  margin: 0;
}

.signin-block .text-right {
  display: block;
  position: relative;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  font-size: 14px !important;
  top: 20px;
  height: 0;
}

.signin-block button {
  margin-top: 9px;
}

#signupForm {
  width: 540px;
  height: auto;
  display: flex;
  justify-content: space-around;
  padding: 0px 9px 20px 23px;
}
#signupForm input[type=text] {
  width: 230px;
}
#signupForm label.full {
  width: 230px;
  margin-left: 20px;
}
#signupForm label.full-select {
  right: 20px;
}
#signupForm #termsofuse {
  margin-left: 20px;
  margin-top: -4px;
}
#signupForm #signup-submit {
  width: 230px;
  margin-left: calc(50% - 115px);
  margin-bottom: 2px;
  margin-top: 6px;
}
#signupForm .social-signin h4 {
  text-align: center;
  margin-left: 0;
}
#signupForm .login-wrap .social-button.google {
  margin-left: 20px;
}
#signupForm .login-wrap .social-button.github {
  margin-left: 24px !important;
}

.mark-lable sup {
  color: #E52525;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.confirm-masseg {
  margin-top: 20px;
  border: 1px solid #D9E3F7;
  padding: 30px;
  border-radius: 6px;
  position: absolute;
  max-width: 800px;
}
.confirm-masseg span {
  font-weight: bold;
}

.forgot_form .wrap-error-forgot {
  margin-top: 20px;
}
.forgot_form .wrap-error-forgot .alert-danger {
  width: 518px;
  margin-bottom: 10px;
}

#loginForm .text-right {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 25px;
}

.login-form-wrap {
  padding-top: 20px;
}
.login-form-wrap .plan_info {
  width: 100%;
  padding-left: 20px;
}
.login-form-wrap .plan_info .plan_info_content {
  position: relative;
  margin-bottom: 10px;
}

.full-select {
  position: relative;
  float: right;
  right: 26px;
  width: 230px;
}

.login-wrap .social-button {
  display: block;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 46px;
  color: #333333;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  transition: opacity 0.3s ease;
  width: 230px;
  border: 1px solid #95A8C8;
  float: left;
}

.login-shared-block .login-wrap .social-button,
.signin-block .login-wrap .social-button {
  margin-left: 16px;
}

.login-wrap .social-button:hover {
  text-decoration: none;
  opacity: 0.9;
}

.login-wrap .social-button.google {
  background: #FFFFFF url("/assets/new/google-logo-c646849e.svg") no-repeat;
  background-position: 12px 50%;
}

.login-wrap .social-button.github {
  background: #FFFFFF url("/assets/new/github-logo-62ec765b.svg") no-repeat;
  background-position: 12px 50%;
}

.signup-info-assistant {
  background: linear-gradient(90.15deg, #090038 0.12%, #120073 99.86%);
  width: 50%;
  float: right;
  padding: 20px 66px 20px 51px;
  color: #FFFFFF;
  position: relative;
  content: "";
  clear: both;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  padding-bottom: 20px;
}
.signup-info-assistant img.illustration {
  width: 100%;
  max-width: 594px;
}
.signup-info-assistant .logo-certificates {
  position: relative;
  display: block;
  width: 396px;
}
.signup-info-assistant .logo-certificates .signup-info-certificates {
  width: 420px;
  margin-left: calc(50% - 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.signup-info-assistant .logo-certificates .signup-info-certificates img {
  margin-bottom: 20px;
}
.signup-info-assistant .no-credit-cards {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 8px;
  opacity: 1;
  border-radius: 4px;
  background: linear-gradient(90deg, #3B29FF 0%, #00BDE8 100%);
  margin-bottom: 10px;
}
.signup-info-assistant h1 {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #FFCC5A;
}
.signup-info-assistant h2 {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #FFFFFF;
}
.signup-info-assistant .signup-info-features-list ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.signup-info-assistant .signup-info-features-list li {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: flex;
}
.signup-info-assistant .signup-info-features-list li i {
  width: 28px;
  height: 28px;
  background: url("/assets/calculator-30ccf2cd.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  align-self: center;
}
.signup-info-assistant .signup-info-features-list li i:before {
  content: "";
}
.signup-info-assistant .signup-info-features-list li i.icon-calculator {
  background: url("/assets/calculator-30ccf2cd.svg") no-repeat;
  width: 29px;
  margin-right: 11px;
}
.signup-info-assistant .signup-info-features-list li i.icon-structure {
  background: url("/assets/structure-f3534f8b.svg") no-repeat;
  width: 29px;
}
.signup-info-assistant .signup-info-features-list li i.icon-checklist {
  background: url("/assets/checklist-56998a12.svg") no-repeat;
}
.signup-info-assistant .signup-info-features-list li i.icon-puzzle-pencil {
  width: 26px;
  background: url("/assets/puzzle-pencil-cea6ff45.svg") no-repeat;
}
.signup-info-assistant .signup-info-features-list li i.icon-lock {
  background: url("/assets/lock-27ca342c.svg") no-repeat;
  width: 30px;
}
.signup-info-assistant .signup-info-features-list li i.icon-struct-right {
  background: url("/assets/struct-right-f0313be1.svg") no-repeat;
  width: 32px;
}
.signup-info-assistant .signup-info-features-list li i.icon-hand-care {
  background: url("/assets/hand-care-59b731f8.svg") no-repeat;
  width: 31px;
}
.signup-info-assistant .signup-info-features-list li i.icon-man-table {
  background: url("/assets/man-table-44031722.svg") no-repeat;
  width: 37px;
}
.signup-info-assistant .signup-info-features-list li:last-child {
  margin-bottom: 0;
}
.signup-info-assistant .signup-info-features-list li .sub {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #FFFFFF;
}

.signup-info {
  width: 50%;
  background: linear-gradient(90.15deg, #090038 0.12%, #120073 99.86%);
  padding: 90px 0px 20px 85px;
  color: #FFFFFF;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.signup-info .signup-info-content-wrapper {
  width: 645px;
}
.signup-info .wrap-signup-list {
  width: 645px;
  border: 1px solid #558FFD;
  padding: 24px 43px;
  border-radius: 10px;
  display: flex;
  gap: 40px;
  background: #13055B;
  margin-bottom: 50px;
}
.signup-info .wrap-signup-list h4 {
  color: #FFD421;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
}
.signup-info .signup-info-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}
.signup-info .signup-info-free-registration {
  border-top: 1px solid #4784FF;
  border-bottom: 1px solid #4784FF;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: Italic;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  width: 483px;
  margin: 0 auto 50px auto;
  padding: 5px 0;
}
.signup-info img.illustration {
  margin-bottom: 30px;
  margin-left: 110px;
}
.signup-info h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.signup-info p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  color: #FFFFFF;
  width: 645px;
  text-align: center;
  margin-bottom: 20px;
}
.signup-info ul {
  margin-top: 16px;
  margin-left: -36px;
}
.signup-info li {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #FFFFFF;
  list-style: none;
  background: url("/assets/check-yellow-04427c5d.svg") no-repeat;
  background-position: left;
  padding-left: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.signup-info .col-xs-12 {
  width: 100%;
}
.signup-info .col-xs-6 {
  width: 50%;
  float: left;
}
.signup-info .signup-info-enterprise {
  width: 250px;
  margin: 26px 0 100px;
}
.signup-info .signup-info-enterprise div {
  width: 250px;
  border-radius: 8px;
  background-color: #2F64D3;
  height: auto;
  padding: 20px;
  color: #FFFFFF;
}
.signup-info .signup-info-enterprise div p {
  text-align: center;
  width: auto;
}
.signup-info .signup-info-enterprise div img {
  margin-left: calc(50% - 41.5px);
}
.signup-info .signup-info-enterprise a {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: underline;
  padding-left: 28px;
}

.signup-info-partners {
  width: 650px;
  margin-left: calc(50% - 200px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.signup-info-partners .partner-logo {
  width: 113px;
  height: 44px;
  border-radius: 8px;
  border-width: 1px;
  opacity: 1;
  border: 1px solid #1B0C6E;
  background: #13055B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-info-partners img {
  margin: auto;
}

.login-wrap .container, #form-account-info .container {
  width: 500px;
  margin: 50px auto 0;
  text-align: center;
}
.login-wrap, #form-account-info {
  /*Styling Selectbox*/
}
.login-wrap .dropdown,
.login-wrap .dropdown-country, #form-account-info .dropdown,
#form-account-info .dropdown-country {
  width: 100%;
  display: inline-block;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  height: 36px;
  text-align: left;
  background: #FFFFFF url("/assets/expand-41aa4cd9.svg") 97.2% center no-repeat;
}
.login-wrap .full-select .dropdown,
.login-wrap .full-select .dropdown-country, #form-account-info .full-select .dropdown,
#form-account-info .full-select .dropdown-country {
  background: #FFFFFF url("/assets/expand-41aa4cd9.svg") 94% center no-repeat;
}
.login-wrap .plaisholder-other, #form-account-info .plaisholder-other {
  padding-left: 12px;
  padding-top: 6px;
  color: #333333;
  outline: none;
}
.login-wrap .plaisholder-other:active,
.login-wrap .plaisholder-other:focus, #form-account-info .plaisholder-other:active,
#form-account-info .plaisholder-other:focus {
  outline: none;
}
.login-wrap .dropdown .select,
.login-wrap .dropdown-country .select, #form-account-info .dropdown .select,
#form-account-info .dropdown-country .select {
  cursor: pointer;
  display: block;
  outline: none;
}
.login-wrap .dropdown:hover,
.login-wrap .dropdown-country:hover, #form-account-info .dropdown:hover,
#form-account-info .dropdown-country:hover {
  border-color: #95A8C8;
  outline: none;
}
.login-wrap .dropdown:active,
.login-wrap .dropdown-country:active, #form-account-info .dropdown:active,
#form-account-info .dropdown-country:active {
  border-color: #95A8C8;
  outline: none;
}
.login-wrap .dropdown.active:hover,
.login-wrap .dropdown.active:active,
.login-wrap .dropdown.active:focus,
.login-wrap .dropdown.active,
.login-wrap .dropdown-country.active:hover,
.login-wrap .dropdown-country.active:active,
.login-wrap .dropdown-country.active:focus,
.login-wrap .dropdown-country.active, #form-account-info .dropdown.active:hover,
#form-account-info .dropdown.active:active,
#form-account-info .dropdown.active:focus,
#form-account-info .dropdown.active,
#form-account-info .dropdown-country.active:hover,
#form-account-info .dropdown-country.active:active,
#form-account-info .dropdown-country.active:focus,
#form-account-info .dropdown-country.active {
  border-color: #95A8C8;
  outline: none;
}
.login-wrap .dropdown .dropdown-menu .dropdown-country .dropdown-menu, #form-account-info .dropdown .dropdown-menu .dropdown-country .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-color: #95A8C8;
  border-radius: 0 1px 2px 2px;
  display: none;
  height: auto;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  z-index: 9;
  outline: none;
}
.login-wrap .full-select .dropdown .dropdown-menu,
.login-wrap .full-select .dropdown-country .dropdown-menu, #form-account-info .full-select .dropdown .dropdown-menu,
#form-account-info .full-select .dropdown-country .dropdown-menu {
  max-height: 274px;
  overflow-y: auto;
}
.login-wrap .dropdown .dropdown-menu li,
.login-wrap .dropdown-country .dropdown-menu li, #form-account-info .dropdown .dropdown-menu li,
#form-account-info .dropdown-country .dropdown-menu li {
  padding: 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding-left: 11px;
}
.login-wrap .dropdown .dropdown-menu,
.login-wrap .dropdown-country .dropdown-menu, #form-account-info .dropdown .dropdown-menu,
#form-account-info .dropdown-country .dropdown-menu {
  padding: 0;
  list-style: none;
}
.login-wrap .source-other-version .other-version, #form-account-info .source-other-version .other-version {
  margin-bottom: 20px;
}
.login-wrap textarea, #form-account-info textarea {
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  outline: none;
  padding: 10px;
  resize: none;
}
.login-wrap .email, #form-account-info .email {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}
.login-wrap .email input[type=text], #form-account-info .email input[type=text] {
  width: 100% !important;
}
.login-wrap .use-case-select, #form-account-info .use-case-select {
  width: 100%;
  padding: 0 20px 20px 20px;
}
.login-wrap .use-case-other-version, #form-account-info .use-case-other-version {
  padding: 0 20px 20px 20px;
  margin: 0;
  width: 100%;
}
.login-wrap input, #form-account-info input {
  outline: none;
}

#form-account-info .dropdown-country {
  background: #FFFFFF url("/assets/expand-41aa4cd9.svg") 98.5% center no-repeat;
}
#form-account-info .dropdown-country .dropdown-menu {
  max-height: 274px;
  overflow-y: scroll;
  width: 100%;
}
#form-account-info .dropdown-country .select {
  padding-top: 6px;
}

.logo-partners {
  position: relative;
  display: block;
  padding-bottom: 200px;
  width: 396px;
}
.logo-partners h3 {
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}

input.check-sign-up {
  margin-top: 7px;
  margin-right: 10px;
}

.check-sign-up-label {
  position: relative;
  top: -1px;
}

.login-block h3.sign-up-title,
.sign-up-content {
  position: relative;
  left: calc(50% - 282px);
}

.signup-link {
  color: #3978FC !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0px;
}

.sign-up-content {
  left: calc(50% - 270px);
  padding-bottom: 10px;
}

.sign-up-switch {
  font-family: Open Sans;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}

/* End of login page */
#passwordStrengthIndicator {
  color: #ccc;
  font-size: 9pt;
  display: inline-block;
  float: right;
  font-weight: 400;
}

.well {
  margin-bottom: 10px;
}

.application-title {
  margin-top: 8px;
}

.application-info-wrapper.top-app-wrapper {
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: none;
}

.application-info-wrapper.last-wrapper {
  margin-bottom: 0 !important;
  border-bottom: none;
  padding-bottom: 0;
}

.intro-block {
  width: 100%;
  padding-top: 10px;
  color: #fff;
  font-size: 1.2em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #96bbff;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-animation-duration: 0.5s;
}

.close-intro-block {
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 9px;
  border-radius: 50px;
  cursor: pointer;
}

.data-wrap,
.downloads {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.downloads {
  margin-top: 50px;
}

.downloads .col-sm-2 {
  margin-left: -20px;
}

.data-holder {
  display: inline-block;
  width: 150px;
  height: 150px;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 150px;
  font-size: 3em;
  padding-top: 42px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.data-text {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

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

#wpSDK {
  font-size: 28pt;
}

.data-holder i {
  font-size: 1.5em;
  line-height: 0em;
}

.app-desc h3 {
  margin-top: 0;
}

.intro-block h1 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.icn-circle-bg {
  background: #a0a0a0;
  transition: all 0.3s ease-in-out;
  border-radius: 500px;
  padding: 4px 5px 6px;
  color: #fff;
}

.credential-titles code {
  margin-left: 10px;
  font-size: 11pt;
  display: block;
  width: 100%;
  text-align: center;
}

.app-splash .credential-titles code {
  margin-left: 0;
}

.credential-titles {
  text-align: center;
}

.credential-titles p {
  margin-bottom: 5px;
}

.well-large {
  padding: 24px 24px 12px !important;
}

.footer-push {
  display: block;
  height: 80px;
}

.icn-circle-bg:hover {
  background: #00a3ff;
}

.application-info-wrapper.top-app-wrapper ul {
  margin-left: -28px;
}

.application-info-wrapper.top-app-wrapper ul li {
  font-size: 9pt;
  margin-right: 6% !important;
}

.application-info-wrapper.top-app-wrapper .page-title {
  margin-top: 0;
}

.application-info-wrapper.top-app-wrapper .col-md-8 {
  margin-top: 5px;
}

.application-info-wrapper.top-app-wrapper .col-md-4 {
  padding-left: 0;
}

.app-icon img {
  width: 100%;
  height: auto;
}

h3.module-page-title {
  margin: 18px 0 20px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

h3.wrap-dialog-history-title {
  margin-bottom: 0;
}

#history_dialogs .module-navigation-wrap {
  margin-top: -35px;
}

.module-help {
  position: relative;
  font-size: 14px;
  line-height: 27px;
  padding: 0;
  margin-top: -10px;
}

.module-help .panel-info {
  margin-bottom: 0;
}

.module-help .panel-heading a:after {
  margin-top: 3px;
}

.module-help ul {
  padding-left: 20px;
}

.module-navigation-wrap {
  position: relative;
  margin-top: -55px;
  height: 45px;
}

.module-navigation li:last-child a {
  margin-right: 0;
}

.module-navigation li a {
  padding: 8px 12px 8px;
  color: #333333;
}

.module-help ul {
  margin-bottom: 0;
}

.module-navigation {
  position: absolute;
  right: 0;
  top: -59px;
  border-bottom: none;
}

.app_edit_user_settings .module-navigation {
  top: -119px;
}

.tab-content {
  margin-bottom: 30px;
}

.module-subpage .panel-body {
  width: 100%;
  margin-top: 0;
}

#environment, #channels, #message, #more_options, #more_options, #channer-settings, #preview-and-send .panel-body {
  width: 900px;
}

.module-subpage .panel-info {
  border: none;
  border-radius: 5px;
  border: 1px solid #D9E3F7;
}

#users .module-subpage .panel-body {
  border: none !important;
}

.panel-collapse .panel-body {
  border: none !important;
}

.CodeMirror-gutter-wrapper {
  padding-top: 12px !important;
}

.CodeMirror pre {
  padding: 12px 12px 0 !important;
}

@-moz-document url-prefix() {
  .module-navigation {
    top: -51px;
  }
}
.module-navigation li {
  font-weight: 300;
}

ul.nav.nav-tabs li.active a {
  font-weight: normal;
  outline: none;
  border: none;
  border-bottom: 3px solid #3978FC;
  color: #3978FC;
}

ul.nav.nav-tabs li a {
  transition: color 0.2s ease;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #3978FC;
  background: transparent;
  border-color: transparent;
}

.nav > li > a > li.active > a:hover,
.nav > li.active > a:focus {
  color: #3978FC;
  background: transparent;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
}

div.module-subpage .tab-pane {
  padding: 15px 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.panel[data-required=true],
.panel[data-enabled] {
  position: relative;
}

.module-options {
  padding-left: 15px;
  border: 1px solid #D9E3F7;
  background-color: #F4F6F9;
  border-radius: 6px;
}

.panel[data-required=true]:after,
.panel[data-enabled=false]:after {
  position: absolute;
  top: 20px;
  left: 825px;
  font-weight: normal;
  color: #6C7A92;
  font-size: 12px;
}

.panel[data-required=true]:after {
  content: "Required";
}

.panel[data-enabled=false]:after {
  content: "PRO FEATURE";
}

.radio .help-block,
.checkbox .help-block,
.custom-block .help-block {
  font-size: 14px;
  color: #a0a0a0;
  font-style: italic;
  margin: 2px 0 15px 20px;
}

#send_message_form .radio .help-block,
#send_message_form .checkbox .help-block {
  padding-left: 10px;
}

#send_message_form .checkbox .rich-push-dialog-add-content .help-block {
  padding-left: 0;
  margin-left: 0;
}

#send_message_form #delayed_inputs {
  margin-left: 30px;
}

#send_message_form .checkbox .rich-push-dialog {
  margin-left: 30px;
}

#send_message_form .checkbox .rich-push-dialog-add-content {
  margin-left: 0;
}

#send_message_form label .thin {
  color: #a0a0a0;
  padding-left: 4px;
}

#fcm_service_account {
  margin-top: 20px;
}

.custom-block .help-block {
  margin-bottom: 0;
}

.check-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #D9E3F7;
}

.custom-block label {
  font-weight: normal;
  padding-right: 5px;
}

textarea.large-text {
  font-size: 14px;
  color: #6C7A92;
}

textarea.large-text::-webkit-input-placeholder {
  color: #ccc;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.qbico.light:before {
  color: #999;
}

.bs-popover-top {
  max-width: 600px !important;
}
.bs-popover-top .popover-header {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bs-popover-top .popover-body {
  padding: 9px 14px;
  font-size: 14px;
}

.channels-options > button.option {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 10px 0 0;
  font-size: 12px;
  font-weight: 300;
  background-color: #ffffff;
  border: 1px solid #D9E3F7;
  text-align: center;
  border-radius: 5px;
  margin: 5px 10px 0px 0;
  margin-right: 10px;
  color: #6C7A92;
  cursor: pointer;
}

.channels-options > button.option > input {
  display: none;
}

.channels-options > button.option,
.channels-options > span > i {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
}

.channels-options > button.option > i {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
  color: #6C7A92;
}

.channels-options > button.option.selected {
  background: #3978FC;
  color: #ffffff;
  border: none;
  outline: none;
  width: 80px;
  height: 80px;
}

.channels-options > button.option.selected > i {
  color: #ffffff;
}

.channels-options > button.option,
.channels-options > button.option:active,
.channels-options > button.option:focus {
  outline: none;
}

#more_options .panel-body {
  box-shadow: 0 2px 4px 0 rgba(178, 199, 238, 0.49);
}

#iphone-push {
  width: 250px;
  height: 316px;
  background: url("/assets/new/iphone-37137abf.jpg");
  background-size: 100%;
  margin: 0;
  padding: 0 18px 0 21px;
}

@media (min-resolution: 192dpi) {
  #iphone-push {
    background: url("/assets/new/iphone@2x-bcb45b78.jpg");
    background-size: 100%;
  }
}
.notification {
  height: 62px;
  position: relative;
  top: 195px;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.push-app-icon {
  display: inline-block;
  float: left;
  width: 14%;
  height: 100%;
  text-align: center;
  padding-left: 3px;
  line-height: 1;
  font-size: 13pt;
}

.push-app-icon img {
  width: 13px;
  height: 13px;
  border-radius: 3px;
}

.destination-input {
  padding: 3px 8px;
  height: auto;
  min-width: 300px;
  margin: 5px 0 3px;
}

.push-message {
  display: inline-block;
  width: 86%;
  font-size: 11px;
  float: right;
  color: #fff;
}

.push-message .push-message-header {
  font-weight: 600;
}

.push-message .push-message-header span {
  color: #31658e;
  font-weight: 500;
  padding-left: 2px;
  font-size: 9px;
}

.push-message .push-message-text {
  margin: 2px 0;
  line-height: 1.2;
  padding-right: 5px;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}

.push-message .push-message-footer {
  font-size: 8px;
  color: #31658e;
}

#addContent {
  padding: 2px 7px;
  margin-top: 1px;
}

.preview-warning {
  margin-top: 5px;
  line-height: 1.6;
}

.preview-warning h4 {
  line-height: 1.2;
  font-weight: bold;
}

.merge-tags {
  margin-top: 15px;
}

.merge-tags span {
  font-weight: bold;
  color: #727272;
}

.merge-button {
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #ebebeb, 0 1px 1px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 0 white;
  color: #838383;
  margin-left: 5px;
  font-size: 12px;
}

.merge-button:active {
  background: #ececec;
}

.merge-button:focus,
.merge-button:active {
  outline: none;
}

.reveal {
  position: absolute;
  top: 20px;
  left: 795px;
  font-weight: normal;
  background: #fff;
  background: rgba(255, 255, 255, 0);
  color: #3978FC;
  font-size: 12px;
  border: 0;
  transition: transform 0.2s ease;
}

.reveal:active,
.reveal:focus {
  outline: none;
}

.collapsible {
  position: relative;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.collapsible .help-block {
  transition: all 0.2s ease;
  transition-delay: 0.3s;
  margin-bottom: 0;
}

.collapsible .collapsible-content-wrap {
  transition: all 0.5s ease;
}

.collapsible.collapsed .collapsible-content-wrap {
  max-height: 0;
  opacity: 0;
}

.collapsible.open .collapsible-content-wrap {
  max-height: 1000px;
  opacity: 1;
}

.reveal:hover {
  color: rgb(84, 166, 255);
  border-color: rgb(84, 166, 255);
}

.collapsible-content-wrap .module-options:first-child {
  position: relative;
  border: 1px solid #D9E3F7;
  background-color: #F4F6F9;
  border-radius: 6px;
  top: 10px;
  margin-bottom: 30px;
}

.msginqueue {
  color: gray;
}

.msgsent {
  color: #009900;
}

.msgfailed {
  color: #c20a0a;
}

table#queue tbody tr td:last-child {
  text-align: center;
}

table#queue tbody tr td:last-child .qb-apple,
table#queue tbody tr td:last-child .qb-android {
  color: #929292;
  font-size: 16px;
}

.user_id {
  background: #58c3ff;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 3px 5px 2px;
  font-size: 11px;
  border-radius: 3px;
}

.info-hint {
  color: #999;
  font-size: 8pt;
}

.user_id:hover {
  background: #1ba5f3;
}

.chat_msg {
  background: #fff;
  padding: 1px 5px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
}

.chat_msg:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: rgba(0, 0, 0, 0) #cacaca rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: -6px;
  top: 6px;
}

.chat_msg:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -5px;
  top: 6px;
}

.chat_msg .message {
  font-size: 13px;
}

.chat_msg .message {
  padding: 1px 5px 2px;
  color: #666;
  display: inline-block;
  max-width: 150px;
  max-height: 1.15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chat_msg .user_id {
  color: #1ba5f3;
  background: none;
  padding: 0;
  font-size: 0.85em;
}

.time_of_message {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 4px;
  color: #a0a0a0;
}

.chat_msg .user_id:after {
  content: ":";
}

#chat-stats {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

#chat-stats td {
  padding: 10px 5px;
  overflow: hidden;
  word-break: normal;
}

#chat-stats th {
  font-weight: normal;
  padding: 10px 5px;
  overflow: hidden;
  word-break: normal;
}

#chat-stats th,
#chat-stats td {
  text-align: center;
  width: 20%;
}

#chat-stats tr.big-values td {
  font-size: 25px;
  font-weight: 100;
  color: #555;
}

#chat-stats th {
  background: #f3f3f3;
}

#chat-stats th:first-child {
  border-radius: 5px 0 0 5px;
}

#chat-stats th:last-child {
  border-radius: 0 5px 5px 0;
}

#loadingScreen {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 130px;
  padding-top: 30px;
  text-align: center;
}

#loadingScreen span.glyphicon {
  font-size: 30px;
  color: #a94442;
}

#loadingScreen.complete {
  height: 200px;
}

#loadingScreen.complete img {
  width: 80px;
  height: auto;
}

#loadingScreen.complete .notification-error {
  color: #a94442;
}

#loadingScreen p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

.dataTables_wrapper {
  border-radius: 5px;
  border: 1px solid #D9E3F7;
  background-color: #ffffff;
}

#rules_list_wrapper {
  margin-bottom: 20px;
}

#rules_list_wrapper .input-sm,
#score-groups_list_wrapper .input-sm {
  width: 78px;
}

#add_message_rule_button,
#add_score_group_button {
  position: absolute;
  right: 20px;
  top: 20px;
}

.btn-content-browse {
  float: left;
  margin-left: 15px !important;
  margin-right: 10px !important;
}

.content-fileName {
  width: 400px;
  float: left;
}

.content-upload-submit {
  float: left;
  margin-top: -20px !important;
  margin-left: 10px !important;
}

#blob_submit {
  float: right;
  margin-left: 10px;
}

#blob_edit_form .new-btn {
  float: right;
}

#blob_edit_form #add_tags {
  padding-right: 0;
}

.right-edit-file .new-btn,
.right-edit-file #filename {
  float: left !important;
}
.right-edit-file #upload_submit {
  margin-top: -20px !important;
}

.dataTables_wrapper .dataTables_scroll {
  border-top: 1px solid #D9E3F7;
}

.datTable th,
td {
  white-space: nowrap;
}

.dataTable thead .sorting {
  color: #525252;
  font-weight: 400;
}

.dataTables_wrapper .tableOptions {
  margin: 0;
}

.dataTables_wrapper .tableOptions .pagination {
  margin: 0;
  font-size: 0;
}

.dataTables_wrapper .tableOptions .pagination li {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-size: 14px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  padding: 8px 15px;
}

.historyDialog .messages-history section {
  margin: 20px 0;
  max-width: 350px;
  display: block;
  background: #09f;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.historyDialog .messages-history {
  max-height: 300px;
  overflow: auto;
  padding: 15px;
}

.historyDialog .messages-history section:nth-child(even) {
  margin-left: 65px;
  background: #00d633;
}

#charCount {
  float: right;
  margin-top: 10px;
  border: none;
  width: 80px;
  text-align: right;
  color: #a7a7a7;
  font-size: 16px;
}

#chatAlertPreview {
  min-height: 2.2em;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
  font-size: 1.4em;
  color: #666;
  text-shadow: 0 1px 1px white;
}

.edit_chat_alert .disabled {
  color: #333333;
  cursor: default;
}

#alerts-state-text {
  transition: color 0.2s ease;
}

.alerts-disabled {
  color: #a33e3e;
}

.alerts-enabled {
  color: #42b33d;
}

.panel-transition {
  transition: all 0.2s ease;
}

.switch-wrapper {
  padding: 0.75em;
}

/*  Fancy checkbox switch element, credit to Jordan Dobson (http://codepen.io/jordandobson/pen/CczHd)  */
input.switch {
  font-size: 5px;
  position: relative;
  display: inline-block;
  -webkit-appearance: none; /* WebKit */
  -moz-appearance: none; /* Mozilla */
  appearance: none;
  width: 9em;
  height: 4.6em;
  line-height: 4.6em;
  border-radius: 2.3em;
  margin: 0;
  padding: 0;
  box-shadow: inset 0 0 0 0.2em #eeeeee;
  outline: 1px solid transparent !important;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  transition: box-shadow 0.2s ease-in-out, padding 0.2s ease-in-out;
  /* Animations if supported */
}

input.switch:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 2.62857em #14d662 !important;
  padding-left: 4.4em;
}

input.switch.hit {
  animation: slide-off 0.2s ease-in-out both;
}

input.switch.hit:checked {
  animation: slide-on 0.2s ease-in-out both 0.05s;
}

input.switch::before,
input.switch::after {
  content: "";
}

input.switch::after {
  /* Increases hit area */
  position: absolute;
  top: -1.4em;
  left: -1.4em;
  bottom: -1.4em;
  right: -1.4em;
}

input.switch::before {
  display: inline-block;
  height: 4.2em;
  width: 4.2em;
  margin: 0.2em 0 0 0.2em;
  background-color: white;
  border-radius: 2.1em;
  box-shadow: 0 0.2em 0.4em 0 rgba(0, 0, 0, 0.2), 0 0 0.1em 0.1em rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease 0.1s;
}

input.switch:active::before {
  transition: all 0.1s ease 0.05s;
}

input.switch.touch:hover::before {
  transition: all 0s ease 0s;
}

input.switch:active::before,
input.switch.touch:hover::before {
  width: 5em;
}

input.switch:active:checked::before,
input.switch.touch:hover:checked::before {
  margin-left: -0.6em;
}

@keyframes slide-on {
  0% {
    padding-left: 0em;
  }
  60% {
    padding-left: 4.8em;
  }
  100% {
    padding-left: 4.4em;
  }
}
@keyframes slide-off {
  0% {
    padding-left: 4.4em;
    text-indent: 0;
  }
  60% {
    padding-left: 0em;
    text-indent: -0.4em;
  }
  100% {
    padding-left: 0em;
    text-indent: 0;
  }
}
/*  End fancy checkbox element  */
/* Data tables styles */
.dataTables_info {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1em;
  color: #9c9c9c !important;
}

li.paginate_button {
  border: none !important;
}

li.paginate_button:hover {
  background: none !important;
}

li.paginate_button:active {
  box-shadow: none !important;
}

.dataTables.no-footer {
  border-bottom-color: #ddd !important;
}

#onboarding_stats_table_wrapper table.dataTable {
  display: block;
  overflow-y: scroll;
}

.dataTables_wrapper {
  margin: 0 auto;
}

.dataTables_wrapper label {
  font-weight: normal;
  margin-top: 13px;
}

/* End data tables styles */
.certificates > a {
  color: #ffffff;
  text-decoration: none;
}

.certificates div.present {
  background-color: #F4F6F9;
  padding: 20px 20px 2px;
  display: block;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  width: 550px;
}

.certificates div.disabled {
  width: 550px;
  border-radius: 6px;
  background-color: #F4F6F9;
  padding: 20px;
}

.certificates div {
  display: inline-block;
  vertical-align: top;
}

.certificates div.block {
  display: block;
}

.certificates .cert-icon i {
  font-size: 1.5em;
  display: block;
  color: #ccc;
}

.certificates .cert-icon {
  padding: 0;
  float: left;
  height: auto;
  padding-right: 20px;
}

.certificates .cert-details {
  width: 100%;
}
.certificates .cert-details .valid-until.top {
  margin-top: 12px;
}
.certificates .cert-details .left,
.certificates .cert-details .valid-until.left,
.certificates .cert-details .bundle.left {
  margin-left: 0;
}
.certificates .cert-details .valid-until.margin-left {
  margin-left: 38px;
}

.certificates .cert-details .copy-field {
  margin-left: 0;
  margin-bottom: 18px;
  margin-top: 5px;
}

.certificates .cert-details h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 0 20px 0 10px;
}

.certificates .cert-details .valid-until {
  color: #6C7A92;
  margin-top: 0;
  margin-left: 10px;
}

.certificates .cert-details .bundle {
  color: #333333;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  display: block;
}

.certificates .present.inactive {
  border: 1px solid #DA5757;
}
.certificates .present.inactive .cert-details div.inactive {
  font-size: 12px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
  float: right;
  top: -63px;
  text-transform: capitalize;
}
.certificates .present.inactive .cert-details div.inactive {
  background-color: #DA5757;
}

.certificates .present.active {
  border: 1px solid #569114;
}
.certificates .present.active .cert-details div.active {
  font-size: 12px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
  float: right;
  top: -63px;
  text-transform: capitalize;
}
.certificates .present.active .cert-details div.active {
  background-color: #569114;
}

.certificates .cert-details > div {
  margin-bottom: 6px;
}

.certificates .cert {
  width: 100%;
}
.certificates .cert strong {
  padding-left: 10px;
}

.certificates div.disabled .form-control {
  width: 200px;
  margin-top: -8px;
}

.panel-collapse .panel-body.panel-body-push-settings {
  background-color: #ffffff !important;
  max-width: 900px !important;
  border: 1px solid #D9E3F7 !important;
  padding: 20px !important;
  padding-bottom: 0 !important;
}

.panel-body-push-settings a.underlie {
  text-decoration: underline;
}
.panel-body-push-settings .bottom {
  margin-bottom: 20px;
}
.panel-body-push-settings h3 {
  padding-bottom: 15px;
}
.panel-body-push-settings .form-group-apns {
  width: 109%;
  margin-left: -15px;
}
.panel-body-push-settings .upload span.new-btn,
.panel-body-push-settings .upload .choose .new-btn {
  width: auto;
  margin-left: -15px;
  float: left;
  margin-right: 10px;
}
.panel-body-push-settings .upload .choose .new-btn {
  margin-left: 10px;
}
.panel-body-push-settings form .fileName {
  width: 56.5%;
  float: left;
}
.panel-body-push-settings .radio {
  margin-bottom: 20px;
}

#gcm .panel-body.panel-body-push-settings .fcm-title-row {
  margin-bottom: 5px;
}
#gcm .panel-body.panel-body-push-settings .col-settings-fcm-title {
  width: 256px;
  float: left;
  margin-left: 15px;
}
#gcm .panel-body.panel-body-push-settings .col-settings-fcm-title h3 {
  margin: 8px 0px;
}
#gcm .panel-body.panel-body-push-settings .col-settings-fcm-button-tabs {
  width: 324px;
  float: inline-end;
}
#gcm .panel-body.panel-body-push-settings .col-settings-fcm-button-tabs .btn-active {
  color: #ffffff !important;
  background-color: #3978FC !important;
}
#gcm .panel-body.panel-body-push-settings .fcm-icon {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 16px;
  background-image: url("/assets/fcm-logo-9639183b.svg");
  margin-top: 80px;
}
#gcm .panel-body.panel-body-push-settings a.fcm-underlie {
  text-decoration: underline;
  position: relative;
  display: inline;
  margin-left: 24px;
  top: -18px;
}
#gcm .panel-body.panel-body-push-settings .fcm-notification {
  height: 40px;
  margin: 0;
}
#gcm .panel-body.panel-body-push-settings .fcm-notification .banner-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Open Sans";
}
#gcm .panel-body.panel-body-push-settings .fcm-notification .banner-text .highlight {
  font-weight: 700;
  text-decoration-line: underline;
}
#gcm .panel-body.panel-body-push-settings .fcm-notification .banner-text .highlight-bold {
  font-weight: 700;
}
#gcm .panel-body.panel-body-push-settings .fcm-deprecated-warning .warning-icon,
#gcm .panel-body.panel-body-push-settings .fcm-discontinued-warning .error-icon {
  float: left;
  left: 20px;
  position: relative;
  width: 19px;
  height: 19px;
}
#gcm .panel-body.panel-body-push-settings .fcm-deprecated-warning,
#gcm .panel-body.panel-body-push-settings .fcm-discontinued-warning {
  margin-bottom: 20px;
}
#gcm .panel-body.panel-body-push-settings .fcm-deprecated-warning {
  background-color: #FFCC5A;
}
#gcm .panel-body.panel-body-push-settings .fcm-deprecated-warning .warning-icon {
  top: 13px;
  height: 17px;
  background-image: url("/assets/icons/warning-orange-6ff629a2.svg");
}
#gcm .panel-body.panel-body-push-settings .fcm-deprecated-warning .banner-text {
  color: #333333;
}
#gcm .panel-body.panel-body-push-settings .fcm-deprecated-warning .banner-text a {
  color: #333333;
}
#gcm .panel-body.panel-body-push-settings .fcm-discontinued-warning {
  background-color: #DA5757;
}
#gcm .panel-body.panel-body-push-settings .fcm-discontinued-warning .error-icon {
  top: 10px;
  background-image: url("/assets/icons/error-red-4de5e9ee.svg");
}
#gcm .panel-body.panel-body-push-settings .fcm-discontinued-warning .banner-text {
  color: #FFFFFF;
}
#gcm .panel-body.panel-body-push-settings .fcm-discontinued-warning .banner-text a {
  color: #FFFFFF;
}

#gcm form {
  padding-top: 0;
  padding-bottom: 0;
}

#settings .panel-collapse {
  background-color: #ffffff;
}
#settings .panel-collapse .panel-body {
  padding-top: 15px;
  padding-left: 15px;
}

.settings-push-notifications .panel-info {
  margin-bottom: 20px;
}
.settings-push-notifications .panel-default {
  margin-bottom: 20px;
}

#confirmation_fcm_upload_modal .cancel {
  background-color: #F4F6F9;
  color: #333333;
  margin-left: 10px;
}
#confirmation_fcm_upload_modal .modal-dialog {
  width: 682px;
}
#confirmation_fcm_upload_modal .modal-content {
  padding: 5px;
}
#confirmation_fcm_upload_modal .modal-header {
  padding: 15px 15px 10px 15px;
}
#confirmation_fcm_upload_modal .modal-header .modal-title {
  font-size: 14px;
  padding-bottom: 5px;
}
#confirmation_fcm_upload_modal .modal-body {
  padding: 0 15px 15px 15px;
}
#confirmation_fcm_upload_modal .modal-warning {
  width: 100%;
  position: relative;
  display: block;
  border: #D9E3F7 1px solid;
  border-left: #FFCC5A 1px solid;
  border-radius: 4px;
  margin-bottom: 16px;
}
#confirmation_fcm_upload_modal .modal-warning p {
  padding: 20px 0 10px 56px;
}
#confirmation_fcm_upload_modal .modal-warning .ico-modal-warning {
  position: absolute;
  display: inline-block;
  width: 38px;
  height: calc(100% + 2px);
  border-radius: 4px 0px 0px 4px;
  background-color: #FFCC5A;
  top: -1px;
}
#confirmation_fcm_upload_modal .modal-warning .ico-modal-warning .warning-icon {
  background-image: url("/assets/icons/warning-orange-6ff629a2.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 24px;
  margin-top: 18px;
  margin-left: 10px;
}

#upload_cert_form .upload,
.upload_cert_form .upload {
  margin-top: 10px;
}

/***********************
 *  Media queries  *
 ***********************/
.phones-only {
  display: none;
}

/* Large desktop */
@media (max-width: 1199px) {
  footer #copyright {
    font-size: 10px;
    text-align: center;
    padding-top: 12px;
  }
  .merge-button {
    margin-bottom: 10px;
  }
  .collapsible .reveal {
    top: 12px;
    right: 10px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
  .intro-block {
    height: 170px;
  }
  .col-sm-9 .col-xs-2 img {
    width: 100%;
  }
}
/* 992px and wider (larger than iPad) */
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  .navbar-header {
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  .spacer {
    padding-top: 20px;
  }
  .clipboard {
    top: 4px !important;
    left: 15px !important;
  }
  .select_add_app_get {
    margin-left: 0;
  }
  /* iPad portrait, apparently */
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
  .sdk-download {
    margin-bottom: 10px;
  }
  .module-navigation {
    margin-top: 0;
  }
  #iphone-push {
    margin: 0 auto 20px;
  }
  .preview-warning {
    padding: 10px 10px;
    font-size: smaller;
  }
  .preview-warning h4 {
    font-size: 15px;
  }
  .preview-warning ul {
    padding: 0 0 0 25px;
  }
  .preview-warning ul li {
    margin-bottom: 10px !important;
  }
  .preview-warning ul li:last-child {
    margin-bottom: 0px;
  }
  .upload-file-wrap .col-md-2 #upload_submit {
    margin-top: -24px;
    width: 15% !important;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    background: rgba(0, 0, 0, 0.21);
    padding: 15px;
    border-radius: 0;
    margin: 0;
    background: #236794;
  }
  .popover {
    display: none !important;
  }
  .navbar-collapse {
    background: #185a85;
    border-top: none;
  }
  .application-info-wrapper.top-app-wrapper ul li {
    font-size: 9pt;
    margin-right: 3.5%;
  }
  .application-info-wrapper.top-app-wrapper .col-md-8 ul {
    display: none;
  }
  .navbar {
    padding-right: 0px;
  }
  .intro-block {
    min-height: 300px;
  }
  .well-large {
    padding: 10px 0px 0px !important;
  }
  .col-sm-9 .col-xs-10 {
    padding-left: 0 !important;
  }
  .col-sm-9 .col-xs-2 img {
    width: 100%;
  }
  .module-page-title {
    font-size: 20px;
    text-align: center;
  }
  .user-info {
    margin-bottom: 15px;
  }
  .credential-titles div {
    margin-bottom: 20px;
  }
  .navbar-nav {
    margin: 0 -15px 5px;
  }
  footer .copyright {
    font-size: 10px;
    padding-top: 12px;
    text-align: center;
  }
  .module-page-title {
    display: none;
  }
  .module-navigation-wrap {
    border-bottom: none;
    height: auto;
    margin-top: 0px;
  }
  .module-navigation {
    position: static;
    border: 1px solid #b8d5ea;
    padding: 5px;
    border-radius: 4px;
    background: #edf7ff;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .module-navigation li {
    display: inline-block;
    float: none;
  }
  .module-navigation li:last-child {
    margin-right: 5px;
  }
  .module-navigation li a {
    padding: 15px;
  }
  .module-navigation li.active a,
  .module-navigation li.active a:hover {
    background: #2b73a6;
    color: #fff;
    border: none;
    border-radius: 3px;
  }
}
@media (max-width: 660px) {
  .login-form-wrap {
    width: 100%;
  }
  .social-signin-wrap {
    width: 100%;
  }
  .social-signin {
    border-left: none;
    border-top: 1px solid #eee;
    padding: 0;
    margin: 20px 0 0 0;
    height: auto;
  }
  .social-signin h4 {
    margin: 20px 0;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .phones-only {
    display: block;
  }
  .breadcrumb .loggedin {
    display: none;
  }
  .col-md-8 {
    margin-top: 1%;
  }
  .breadcrumb {
    font-size: 9pt;
  }
  .preview-warning ul {
    text-align: left;
    line-height: 1.2em;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 15px;
  }
  .greendude {
    margin: 30px auto 0;
    text-align: center;
  }
  .user-info {
    font-size: 2.5em;
  }
  .dashboard-home h1 {
    font-size: 26px;
    text-align: center;
  }
  footer {
    height: 50px;
    margin-top: -50px;
  }
  footer #mrquick {
    background-size: 62px;
    height: 50px;
    background-position: center 15px;
  }
  footer .copyright {
    font-size: 10px;
    padding-top: 12px;
    text-align: center;
  }
}
.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

.no-outline,
.no-outline:active,
.no-outline:focus {
  outline: none;
}

.thin {
  font-weight: 300;
}

.light {
  color: #a0a0a0;
}

.italic {
  font-style: italic;
}

.monospace {
  font-weight: 300;
}

hr.subtle {
  margin: 10px 0;
  border-top-color: #dfdfdf;
  border-top-style: dashed;
}

.tour-backdrop {
  position: absolute;
  z-index: 1009;
  background: #000;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
}

.tour-step-backdrop {
  position: relative;
  z-index: 1011;
}

.tour-step-background {
  position: absolute;
  z-index: 1010;
  background: #fff;
  border-radius: 6px;
}

.popover.tour .popover-navigation {
  padding: 9px 14px;
}

.popover.tour .popover-navigation *[data-role=end] {
  float: right;
}

.popover.tour .popover-navigation *[data-role=prev],
.popover.tour .popover-navigation *[data-role=next],
.popover.tour .popover-navigation *[data-role=end] {
  cursor: pointer;
}

.popover.tour .popover-navigation *[data-role=prev].disabled,
.popover.tour .popover-navigation *[data-role=next].disabled,
.popover.tour .popover-navigation *[data-role=end].disabled {
  cursor: default;
}

/* Overridden */
.nav-tabs > li > a {
  font-weight: 500;
  font-size: 12px;
  font-weight: normal;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

#app-list .list-group-item:first-child {
  border-radius: 0;
}

#agents-desk .list-group-item:first-child {
  border-radius: 0;
}

/* Animate.css delays */
.animation-delay-0-6s,
.animation-delay-0-8s,
.animation-delay-1s,
.animation-delay-1-2s,
.animation-delay-1-4s,
.animation-delay-1-6s,
.animation-delay-1-8s,
.animation-delay-2s,
.animation-delay-3s {
  backface-visibility: hidden;
}

.animation-delay-0-6s {
  animation-delay: 0.6s;
}

.animation-delay-0-8s {
  animation-delay: 0.8s;
}

.animation-delay-1s {
  animation-delay: 1s;
}

.animation-delay-1-2s {
  animation-delay: 1.2s;
}

.animation-delay-1-4s {
  animation-delay: 1.4s;
}

.animation-delay-1-6s {
  animation-delay: 1.6s;
}

.animation-delay-1-8s {
  animation-delay: 1.8s;
}

.animation-delay-2s {
  animation-delay: 2s;
}

.animation-delay-3s {
  animation-delay: 3s;
}

/* End Animate.css delays */
#link_home a {
  display: inline-block;
  margin-left: 18px;
}

a#login_dropdown {
  padding-top: 10px;
  margin-top: -10px;
  width: 30px;
  height: 50px;
  display: inline-block;
}

table.dataTable.display tbody tr td,
table.dataTable tbody td {
  padding: 15px 19px;
}

td.permissions_checkbox {
  text-align: center;
}

/*remove sorting arrow*/
#messages_list_wrapper table.dataTable thead .sorting_asc {
  background: none;
}

/*Wrap for account social*/
.social-wrap .login-wrap {
  width: 49%;
  display: inline-block;
}

.social-wrap .new-btn {
  margin-top: 20px;
}

.label-enterprise {
  position: relative;
  top: 11px;
}

#allow-override-label .label-enterprise {
  top: 0;
}

.enterprise, .hipaa {
  background: #aa1bc7;
  color: white;
}

.starter, .basic {
  background: #3399cc;
  color: white;
}

.pro, .growth {
  background: #b82222;
  color: white;
}

.advanced, .startup {
  background: #28b75a;
  color: white;
}

#label_check {
  margin-top: 6px;
}

.boxspacer {
  display: inline-block;
  float: right;
}

.label_check_field {
  margin-left: -60px;
}

.label_check_field .boxspacer {
  position: relative;
  left: -30px;
}

div#tags-hint {
  font-size: 12px;
}

.table_overflow {
  overflow: auto;
  width: 100%;
}

table#export-table.display.format.dataTables.dataTable.no-footer,
table#import-table.display.format.dataTables.dataTable.no-footer,
table#custom_table {
  margin: 0px;
  width: 100% !important;
}

.user_full_name {
  border-bottom: 1px solid #eee;
  color: #333333;
  padding: 6px 0px 6px 19px;
}

.info_buttons {
  margin: 15px 0px 0px 15px;
}

#endpoint_android_setting,
#endpoint_web_setting {
  margin-left: 10px;
}

#users_list_filter input {
  width: 309px;
}

.ui-autocomplete {
  max-height: 400px;
  max-width: 306px;
  overflow-x: hidden;
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete > li {
  padding: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus {
  background-color: #ddd;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-state-focus {
  background: none !important;
  background-color: #d9edf7 !important;
  border: none !important;
}

.ui-autocomplete.ui-widget {
  font-size: 12px;
}

.flash-notification table.alert-info {
  border-collapse: inherit;
  border: 1px solid #D9E3F7 !important;
  border-radius: 6px;
  border-left: none !important;
  background-color: #ffffff;
  table-layout: fixed;
  width: 98.3%;
}
.flash-notification table.alert-info td {
  border-top: none;
  white-space: normal;
}
.flash-notification table.alert-info td:first-child {
  width: 44px;
}
.flash-notification table.alert-info td.text-left {
  width: auto;
}
.flash-notification table.alert-info td:last-child,
.flash-notification table.alert-info td.btn-close-alert {
  width: 72px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  padding-right: 16px;
  cursor: pointer;
}
.flash-notification table.alert-warning {
  border-collapse: inherit;
  border: 1px solid #D9E3F7 !important;
  border-radius: 6px;
  border-left: none !important;
  background-color: #ffffff;
  table-layout: fixed;
  width: 98.3%;
}
.flash-notification table.alert-warning td {
  border-top: none;
  white-space: normal;
}
.flash-notification table.alert-warning td:first-child {
  width: 44px;
}
.flash-notification table.alert-warning td.text-left {
  width: auto;
}
.flash-notification table.alert-warning td:last-child,
.flash-notification table.alert-warning td.btn-close-alert {
  width: 72px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  padding-right: 16px;
  cursor: pointer;
}
.flash-notification table.alert-danger {
  border-collapse: inherit;
  border: 1px solid #D9E3F7 !important;
  border-radius: 6px;
  border-left: none !important;
  background-color: #ffffff;
  table-layout: fixed;
  width: 98.3%;
}
.flash-notification table.alert-danger td {
  border-top: none;
  white-space: normal;
}
.flash-notification table.alert-danger td:first-child {
  width: 44px;
}
.flash-notification table.alert-danger td.text-left {
  width: auto;
}
.flash-notification table.alert-danger td:last-child,
.flash-notification table.alert-danger td.btn-close-alert {
  width: 72px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  padding-right: 16px;
  cursor: pointer;
}

#reg-block .alert-danger,
.login-form-wrap .alert-danger,
.style-error-notification,
.login-shared-block .alert-danger {
  border-left: 44px solid #DA5757;
  border-top: 1px solid #D9E3F7;
  border-right: 1px solid #D9E3F7;
  border-bottom: 1px solid #D9E3F7;
}

#reg-block .alert-danger {
  margin-bottom: 10px;
  margin-right: 25px;
}

#reg-block .alert-danger::before {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  z-index: 666;
  margin-left: -60px;
  margin-top: -16px;
}

.login-shared-block .alert-danger::before {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  z-index: 666;
  margin-left: -60px;
  margin-top: -16px;
}

.style-error-notification::before {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("/assets/failure-0a5f756c.svg");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  z-index: 666;
  margin-left: -60px;
  margin-top: -16px;
}

.dataTables_filter input {
  width: 50px;
}

#dialogs_list_filter input {
  width: 453px;
}

#accounts_stats_wrapper .updated_time {
  width: 300px;
  float: left;
  margin: 10px;
}

@media (max-width: 1290px) {
  .dataTables_wrapper .dataTables_filter {
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .head-toolbar input[type=button] {
    margin-top: -34px;
    position: relative;
    left: 0;
  }
  #messages_queue_filter,
  #subscriptions_table_filter,
  #users_list_filter,
  #blobs_list_filter {
    float: right;
  }
  #blobs_list_filter {
    width: auto;
  }
  #dialogs_list_filter {
    position: relative;
    float: inline-end;
  }
  #dialogs_list_wrapper #dialogs_list_filter input {
    width: auto !important;
  }
}
@media (max-width: 1400px) {
  #app-list span {
    display: none;
  }
  #agents-desk span {
    display: none;
  }
  a [class^=icon-], a [class*=" icon-"] {
    display: none;
  }
}
@media (max-width: 1180px) {
  #app-list a {
    font-size: 14px;
  }
  #agents-desk a {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .signup-info {
    width: 50%;
    padding-right: 30px;
  }
}
@media (max-width: 1158px) {
  #signupForm {
    width: 100%;
  }
  #signupForm input[type=text] {
    width: 100%;
  }
  #signupForm label.full {
    margin-left: 5.5%;
    width: 88%;
  }
  #signupForm label.full-select {
    right: 35px;
  }
  #signupForm #termsofuse {
    margin-left: 30px;
  }
  .login-block h3.sign-up-title, .sign-up-content {
    left: 0;
  }
  .login-shared-block {
    float: left;
  }
  .login-wrap .social-button {
    margin-left: calc(50% - 130px);
    margin-bottom: 10px;
  }
  .signup-logo-blue {
    margin-left: 7%;
  }
  .login-block h3 {
    margin-left: 0 !important;
  }
  .signin-block h3 {
    margin-left: calc(50% - 278px) !important;
  }
  .signin-block .signin-wrap .github {
    margin-left: 16px;
  }
  .signup-info h3 {
    font-size: 16px;
  }
  .signup-info p {
    width: 100%;
    font-size: 12px;
  }
  .signup-info ul {
    margin-top: 20px;
  }
  .signup-info li {
    font-size: 12px;
    background-position: 0px 7px;
    background-size: 12px;
  }
  .signup-info .signup-info-enterprise {
    width: 50%;
    margin-top: 15px;
  }
  .signup-info .signup-info-enterprise a {
    font-size: 12px;
    padding-left: 22%;
  }
  .signup-info .signup-info-enterprise div {
    width: auto;
  }
  .signup-form-wrap {
    width: auto;
  }
  .login-wrap .source,
  .login-wrap .source-other-version, .login-wrap .use-case-other-version {
    padding-right: 35px;
    padding-left: 30px;
  }
}
.margin-help {
  display: inline;
  position: relative;
}
.margin-help span {
  color: #333;
  font-style: normal;
}

#users_settings_new_user_push_enable {
  position: relative;
  margin-bottom: 20px;
  margin-left: -16px;
}

/************************************ Checkbox and radio button **********************************************/
.custom-radio-button,
.table-checkbox,
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

.custom-radio-button + label,
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.wrap_add_user .custom-radio-button + label {
  position: relative;
  opacity: 1;
  z-index: 1;
  margin-right: 18px;
  margin-left: 2px;
}

.custom-radio-button + label::before,
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #6C7A92;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  cursor: pointer;
}

#custom_checkbox_button1 + label,
#custom_checkbox_button2 + label,
#custom_checkbox_button3 + label {
  padding-left: 40px;
}

.module-options .custom-radio-button + label::before,
#google_dev .custom-radio-button + label::before,
.edit_user .custom-checkbox + label::before,
.wrap_bot .custom-radio-button + label::before {
  margin-left: -20px;
}

#template_greetings_is_enabled + label::before,
#template_forgot_is_enabled + label::before,
#template_email_confirmation_is_enabled + label::before {
  margin-top: -40px;
}

#template_email_confirmation_is_enabled + label::before {
  margin-top: -60px;
}

#environment .custom-radio-button + label::before {
  margin-left: 0;
}

.edit_user .custom-checkbox + label::before {
  margin-top: -20px;
}

#new_custom_class_dialog .custom-checkbox + label::before {
  margin-left: -20px;
}

#message .checkbox,
.module-options .checkbox {
  margin-top: 20px;
}

.module-options .custom-radio-button + label::before,
#google_dev .custom-radio-button + label::before {
  margin-left: 0;
}

.permissions_checkbox .table-checkbox-row {
  position: absolute;
}

.chack_box_add_uzer {
  margin-top: 10px;
  margin-left: 2px;
}

.label_check_field .custom-checkbox + label::before {
  margin-left: 20px;
}

.custom-checkbox + label::before {
  border-radius: 4px;
}

.custom-radio-button:not(:disabled):not(:checked) + label:hover::before,
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.custom-radio-button:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-radio-button:checked + label::before,
.custom-checkbox:checked + label::before {
  border-color: #3978FC;
  background-color: #3978FC;
}

.custom-radio-button:checked + label::before {
  border: solid 5px #3978FC;
  background-color: #fff;
  box-shadow: none;
}

.custom-checkbox:checked + label::before {
  background-image: url("/assets/check-white-fcf45966.svg");
}

.custom-radio-button:disabled + label::before,
.custom-checkbox:disabled + label::before {
  background-color: #F4F6F9 !important;
  border-color: #D9E3F7;
}

.chat-edit-style {
  margin-left: 20px;
}

.custom-radio-button + label {
  padding-left: 0;
}

.table-checkbox + label::before,
.table-checkbox-api-keys + label::before,
.table-checkbox-content + label::before,
.table-checkbox-chat-history + label::before,
.table-checkbox-chat-bans + label::before,
.table-checkbox-chat-rules + label::before,
.table-checkbox-chat-score-group + label::before,
.table-checkbox-chat-message-history + label::before,
.table-checkbox-customdata + label::before,
.table-checkbox-row + label::before,
.table-checkbox-ai-chatbot + label::before,
.table-checkbox-assistants + label::before,
.table-checkbox-agents + label::before,
.table-checkbox-assistant-agents + label::before,
.table-checked-assistants + label::before,
.table-checkbox-ai-content-websites + label::before,
.table-checkbox-queue + label::before,
.table-checkbox-subscription + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: -21px;
  cursor: pointer;
  position: relative;
}

.modal_export_scherma .table-checkbox-row + label::before {
  margin-left: 20px;
  bottom: -4px;
}

#edit_permissions_dialog .table-checkbox-row + label::before {
  margin-top: 14px !important;
}

.table-checkbox:checked + label::before,
.table-checkbox-api-keys:checked + label::before,
.table-checkbox-content:checked + label::before,
.table-checkbox-chat-history:checked + label::before,
.table-checkbox-chat-bans:checked + label::before,
.table-checkbox-chat-rules:checked + label::before,
.table-checkbox-chat-score-group:checked + label::before,
.table-checkbox-chat-message-history:checked + label::before,
.table-checkbox-customdata:checked + label::before,
.table-checkbox-row:checked + label::before,
.table-checkbox-ai-chatbot:checked + label::before,
.table-checkbox-assistants:checked + label::before,
.table-checkbox-agents:checked + label::before,
.table-checkbox-assistant-agents:checked + label::before,
.table-checked-assistants:checked + label::before,
.table-checkbox-ai-content-websites:checked + label::before,
.table-checkbox-queue:checked + label::before,
.table-checkbox-subscription:checked + label::before {
  border-color: #3978FC;
  background: #3978FC url("/assets/check-white-fcf45966.svg") no-repeat;
  background-position: center;
  pointer-events: all;
}

.table-checkbox-api-keys,
.table-checkbox-content,
.table-checkbox-chat-history,
.table-checkbox-chat-bans,
.table-checkbox-chat-rules,
.table-checkbox-chat-score-group,
.table-checkbox-chat-message-history,
.table-checkbox-customdata,
.table-checkbox-row,
.table-checkbox-ai-chatbot,
.table-checkbox-assistants,
.table-checkbox-agents,
.table-checkbox-assistant-agents,
.table-checked-assistants,
.table-checkbox-ai-content-websites,
.table-checkbox-queue,
.table-checkbox-subscription {
  position: absolute;
  z-index: 1;
  width: 20px !important;
  height: 20px !important;
  opacity: 0 !important;
  cursor: pointer;
}

.table-checkbox:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-api-keys:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-content:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-chat-history:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-chat-bans:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-chat-rules:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-chat-score-group:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-chat-message-history:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-ai-chatbot:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-assistants:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-agents:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-assistant-agents:not(:disabled):not(:checked) + label:hover::before,
.table-checked-assistants:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-ai-content-websites:checked + label::before,
.table-checkbox-queue:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-subscription:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.custom-radio-button:disabled + label::before {
  opacity: 0.8;
  cursor: not-allowed;
}

.table-checkbox-customdata:not(:disabled):not(:checked) + label:hover::before,
.table-checkbox-row:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.new_custom_field #label_check {
  margin-left: 15px;
}

.modal_export_scherma .modal-body .checkbox {
  border-bottom: 1px solid #D9E3F7;
  margin-top: 15px;
  padding: 10px 0 15px;
}

.modal_export_scherma .modal-body .checkbox p {
  display: block;
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}

.modal_export_scherma .modal-body .checkbox .bold {
  font-weight: bold;
}

.selected-row {
  background-color: #D9E3F7 !important;
}

.profile_wrap .custom-checkbox + label::before {
  margin-top: 0;
  margin-left: 0;
}

/************************************ End Checkbox and radio button **********************************************/
/************************************ AI Bot **********************************************/
#add-bot-button {
  float: right;
}

#bots_list_length {
  margin-top: 9px;
}

.assistants-empty-state {
  text-align: center;
  padding: 20px 0;
}

.assistants-empty-state-message {
  margin-top: 15px;
}

#bots_list_wrapper .head-toolbar {
  display: flex;
  align-items: center;
  width: 100%;
  float: none;
  padding: 22px 20px 20px 5px;
  margin: 0;
}
#bots_list_wrapper .head-toolbar .assistant-tabs-group {
  flex: 1;
}
#bots_list_wrapper .footer {
  display: flex;
}
#bots_list_wrapper .footer #bots_list_info {
  align-self: center;
  padding: 0px !important;
}
#bots_list_wrapper .footer #bots_list_paginate {
  align-self: center;
  margin-left: auto;
  padding: 0px !important;
}
#bots_list_wrapper .footer #bots_list_length {
  width: 217px;
  align-self: center;
  padding: 0px !important;
}
#bots_list_wrapper .footer .footer-toolbar {
  display: block;
  position: relative;
  align-self: center;
}

#choose-assistant-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.choose-assistant-type-section {
  display: flex;
  justify-content: center;
}

.control-buttons {
  text-align: end;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.choose-assistant-type-cards {
  display: flex;
  gap: 40px;
  margin-top: 15px;
}

.choose-assistant-type-card {
  width: 223px;
  height: 262px;
  border-radius: 10px;
  border: 2px solid #D9E3F7;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
}
.choose-assistant-type-card h5 {
  margin: 0;
  font-size: 14px;
  color: #9ea5b3;
  text-align: center;
  margin-bottom: 10px;
}
.choose-assistant-type-card .img-simple-bot-container {
  display: flex;
}
.choose-assistant-type-card .img-simple-bot-container img {
  margin: auto;
}
.choose-assistant-type-card .img-advanced-bot-container {
  display: flex;
}
.choose-assistant-type-card .img-advanced-bot-container img {
  margin: auto;
}
.choose-assistant-type-card p {
  margin: 0;
  font-size: 12px;
  color: #6C7A92;
  text-align: center;
}
.choose-assistant-type-card.active {
  border-color: #3978FC;
  border-width: 2px;
}
.choose-assistant-type-card.active p {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.choose-assistant-type-card.active h5 {
  color: #3978FC;
  font-weight: 700;
}

.img-simple-bot-container,
.img-advanced-bot-container {
  width: 203px;
  height: 145px;
  border-radius: 10px;
  background: #F4F6F9;
  margin-bottom: 10px;
}

.assistant-name-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}

.assistant-avatar-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #3978FC;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  overflow: hidden;
}
.assistant-avatar-icon .assistant-avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.assistant-name-link {
  color: #3978FC;
  text-decoration: none;
}
.assistant-name-link:hover {
  text-decoration: underline;
}

#create-assistant-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.create-assistant-modal-dialog {
  width: 345px;
  margin: auto;
}
.create-assistant-modal-dialog .modal-content {
  height: 269px;
  display: flex;
  flex-direction: column;
}
.create-assistant-modal-dialog .modal-body {
  flex: 1;
  overflow-y: auto;
  padding-top: 10px;
}
.create-assistant-modal-dialog .modal-body .gray-hint {
  color: #6C7A92;
}
.create-assistant-modal-dialog .create-assistant-control-buttons {
  text-align: right;
  margin-top: 10px;
}
.create-assistant-modal-dialog .create-assistant-control-buttons .btn_inline {
  margin-left: 10px;
}
.create-assistant-modal-dialog .create-assistant-control-buttons #create-assistant-modal-button:disabled {
  background-color: #95A8C8;
  border-color: #95A8C8;
  color: #ffffff;
  cursor: not-allowed;
}

.wrap_bot {
  margin-left: 0px;
}
.wrap_bot .control-block {
  margin-left: 10px;
}
.wrap_bot input.color-picker {
  margin-left: 4px;
  margin-top: -4px;
  padding: 0px !important;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
.wrap_bot input#widget_color:invalid {
  border: #DA5757 solid 1px !important;
  box-shadow: none;
}
.wrap_bot .hide_system_message .close, .wrap_bot .hide-widget-block .close {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #3978FC;
  cursor: pointer;
}
.wrap_bot .webhook:not(.drawflow-node) {
  margin-left: 25px;
  margin-right: 15px;
}
.wrap_bot .subsection {
  margin-left: 30px;
}
.wrap_bot .wrap-subsection {
  padding: 20px;
  border-color: #D9E3F7;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.wrap_bot .offline-agent-assigned-message-wrapper {
  margin-top: 15px;
}
.wrap_bot #total-received-messages,
.wrap_bot #not-answered-percent,
.wrap_bot .total-knowledge-base-value {
  color: inherit;
  font-size: inherit;
}
.wrap_bot .unanswered-question-filename {
  padding-bottom: 20px;
}
.wrap_bot .unanswered-question-filename .file-icon {
  float: left;
}
.wrap_bot .unanswered-question-filename .filename {
  float: left;
  padding-top: 2px;
}
.wrap_bot .gray {
  color: #6C7A92;
}
.wrap_bot .label-with-help-block {
  margin-bottom: 0px !important;
}
.wrap_bot .help-block-for-label {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #6C7A92;
}
.wrap_bot .gray-hint {
  color: #6C7A92;
  font-size: 12px;
}
.wrap_bot .wait-generation {
  padding-bottom: 5px;
}
.wrap_bot .tooltipdashboard img {
  width: 16px;
  height: 16px;
}

.copy-field-container {
  position: relative;
}
.copy-field-container .bg-copy {
  position: absolute;
  right: 100px;
  top: 10px;
}

.wrap-checkbox-inline {
  display: block;
  position: relative;
  min-height: auto !important;
  padding-bottom: 0;
  margin-bottom: -3px !important;
}
.wrap-checkbox-inline .custom-checkbox + label:nth-of-type(2)::before {
  margin-left: 8px;
}

.avatar-upload,
.company-logo-upload,
.button-logo-upload,
.reload-button-logo,
.reload-company-logo,
.reload-avatar {
  display: flex;
  width: 90px;
  height: 90px;
  padding-top: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #95A8C8;
  background-image: url("/assets/plus-c48fe114.svg");
  background-repeat: no-repeat;
  background-position: center top 25px;
  cursor: pointer;
}

.reload-avatar,
.reload-button-logo,
.reload-company-logo {
  display: block;
  position: relative;
  margin-top: -90px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("/assets/Remove-16ffed89.svg");
}
.reload-avatar span,
.reload-button-logo span,
.reload-company-logo span {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 17px;
  text-align: center;
  margin-top: 40px;
  margin-left: 17px;
}

.avatar-uploaded-image,
.company-logo-uploaded-image,
.button-logo-uploaded-image {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  margin-top: -90px;
}
.avatar-uploaded-image img,
.company-logo-uploaded-image img,
.button-logo-uploaded-image img {
  width: 100%;
  height: 100%;
}

.wrap_bot .avatar-upload span,
.wrap_bot .company-logo-upload span,
.wrap_bot .button-logo-upload span {
  margin-top: 20px;
}

.avatar-input,
.company-logo-input,
.button-logo-input,
.remove-button-logo-input,
.remove-company-logo-input,
.remove-avatar-input {
  width: 90px;
  height: 90px;
  opacity: 0;
  position: absolute;
  top: 32px;
  left: 15px;
  cursor: pointer;
  font-size: 0;
}

.alert-blue {
  border: 1px solid #D9E3F7;
  border-left: 38px solid #62C1F9;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.alert-blue .alert-content {
  flex-grow: 1;
  margin-left: 10px;
}
.alert-blue .alert-close {
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.alert-blue .alert-close a {
  border-left: 1px solid #D9E3F7;
  height: auto;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 0;
}

.alert-blue::before {
  content: url("/assets/path-blue-ebd07e6d.svg");
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: -28px;
  top: 55%;
  transform: translateY(-50%);
}

.wrap_code_block {
  display: block;
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #D9E3F7;
  background: #F4F6F9;
  top: 8px;
  margin-bottom: 30px;
}

#blocked_assistants_creation .modal-dialog, #knowledge-base-alert .modal-dialog {
  width: 400px;
}
#blocked_assistants_creation .modal-dialog .modal-header, #knowledge-base-alert .modal-dialog .modal-header {
  min-height: 16.42857143px;
  padding: 20px 20px 0 20px;
}
#blocked_assistants_creation .modal-dialog .modal-body, #knowledge-base-alert .modal-dialog .modal-body {
  position: relative;
  padding: 20px;
}
#blocked_assistants_creation .modal-dialog .modal-body .control-buttons, #knowledge-base-alert .modal-dialog .modal-body .control-buttons {
  text-align: end;
  padding-top: 10px;
}

#assistant-knowledge-base-content-alert {
  margin-bottom: 5px;
  margin-top: 20px;
}

.knowledge-base-control-group .form-group .custom-radio-button + label {
  margin-left: 20px;
}
.knowledge-base-control-group .dataTables_wrapper .dataTables_info {
  margin-left: 20px;
  color: #333333 !important;
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 38px !important;
  text-transform: none;
}

.assistant-source-control-group .custom-radio-button + label {
  margin-left: 20px;
}

#show-content-sources .checkbox {
  margin-top: 20px;
}

#websites-modal .websites-source-site {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.400000006px;
  text-align: left;
  color: #6C7A92;
}
#websites-modal .alert {
  margin-top: 0px;
  margin-bottom: 10px;
}
#websites-modal .control-buttons {
  text-align: end;
  margin-top: 10px;
}
#websites-modal .modal-dialog {
  width: 80%;
}
#websites-modal .modal-body {
  padding: 0px 15px 15px 15px;
}
#websites-modal .dataTables_filter {
  text-align: start;
  float: none;
  margin: 5px 5px 5px 18px;
}
#websites-modal .dataTables_filter input {
  width: 450px;
}
#websites-modal .dataTables_wrapper .dataTables_empty {
  padding: 16px;
}
#websites-modal .dataTables_wrapper .dataTables_info {
  margin-left: 20px;
  color: #333333 !important;
  font-size: 12px;
  padding-bottom: 20px;
  padding-top: 20px !important;
  text-transform: none;
}
#websites-modal .dataTables td {
  padding: 0px 16px;
}
#websites-modal .dataTables .table-placeholder {
  width: auto;
  height: 9px;
  border-radius: 10px;
  background-color: #D9E3F7;
  animation: table-placeholder-animation 2s infinite;
}
@keyframes table-placeholder-animation {
  0% {
    background-color: #D9E3F7;
  }
  50% {
    background-color: #F4F6F9;
  }
}
#websites-modal .icon {
  color: #95A8C8;
  font-size: 14px;
  margin-right: 30px;
}
#websites-modal .icon-reload:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/assets/spiner-7eddac9f.svg");
  animation: rotate 4s linear infinite;
  background-size: 98%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#websites-modal .icon-complete {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/assets/icons/complete-c498ad83.svg");
  background-size: 100%;
}
#websites-modal .processing_msg {
  color: #95A8C8;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
}

#agents-modal .agents-source-site {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.400000006px;
  text-align: left;
  color: #6C7A92;
}
#agents-modal .alert {
  margin-top: 0px;
  margin-bottom: 10px;
}
#agents-modal .control-buttons {
  text-align: end;
  margin-top: 10px;
}
#agents-modal .control-buttons .btn {
  margin-left: 4px;
  width: 76px;
}
#agents-modal .modal-dialog {
  width: 80%;
  max-width: 686px;
}
#agents-modal .modal-body {
  padding: 0px 15px 15px 15px;
}
#agents-modal .dataTables_filter {
  text-align: start;
  float: none;
  margin: 5px 5px 5px 18px;
}
#agents-modal .dataTables_filter input {
  width: 450px;
}
#agents-modal .dataTables_wrapper .dataTables_empty {
  padding: 16px;
}
#agents-modal .dataTables_wrapper .dataTables_info {
  margin-left: 20px;
  color: #333333 !important;
  font-size: 12px;
  padding-bottom: 20px;
  padding-top: 20px !important;
  text-transform: none;
}
#agents-modal .dataTables td {
  padding: 0px 16px;
}
#agents-modal .icon {
  color: #95A8C8;
  font-size: 14px;
}

/************************************ End AI Bot **********************************************/
@media (max-width: 1148px) {
  #environment, #channels, #message, #more_options, #more_options, #channer-settings, #preview-and-send .panel-body {
    width: 100%;
  }
  .panel[data-required=true]:after,
  .panel[data-enabled=false]:after {
    left: auto;
    right: 30px;
  }
  .reveal {
    left: auto;
    right: 30px !important;
  }
}
@media (max-width: 1080px) {
  #app-list a {
    font-size: 12px;
  }
  #agents-desk a {
    font-size: 12px;
  }
}
meta[name=viewport] {
  content: "width=device-width, initial-scale=1" !important;
}

.knowledge-base-control-group[disabled] {
  color: #95A8C8;
  pointer-events: none;
  cursor: not-allowed;
}
.knowledge-base-control-group[disabled] .help-block,
.knowledge-base-control-group[disabled] .gray-hint,
.knowledge-base-control-group[disabled] .wrap_code_block p,
.knowledge-base-control-group[disabled] .form-control,
.knowledge-base-control-group[disabled] #reset_webhook_secret {
  color: #95A8C8;
}
.knowledge-base-control-group[disabled] .wrap_code_block,
.knowledge-base-control-group[disabled] .form-control,
.knowledge-base-control-group[disabled] .info-block-yellow {
  background-color: transparent;
}
.knowledge-base-control-group[disabled] .assistant-limits-block {
  background-color: transparent;
}
.knowledge-base-control-group[disabled] .form-control,
.knowledge-base-control-group[disabled] #reset_webhook_secret,
.knowledge-base-control-group[disabled] .info-block-yellow {
  border-color: #D9E3F7;
}
.knowledge-base-control-group[disabled] .custom-radio-button:checked + label::before,
.knowledge-base-control-group[disabled] .custom-radio-button + label::before, .knowledge-base-control-group[disabled] .custom-checkbox + label::before {
  border-color: #95A8C8;
}
.knowledge-base-control-group[disabled] .custom-checkbox:checked + label::before {
  border-color: #95A8C8;
  background-color: #95A8C8;
}
.knowledge-base-control-group[disabled] .custom-checkbox + label::before {
  border-color: #95A8C8;
  background-color: #fff;
}
.knowledge-base-control-group[disabled] i {
  background-image: url("/assets/icons/copy-disabled-047dcd90.svg");
}
.knowledge-base-control-group[disabled] .tooltipdashboard {
  cursor: pointer !important;
  pointer-events: auto;
}
.knowledge-base-control-group[disabled] .tooltipdashboard .tooltip-ico-disabled {
  width: 22px;
  height: 22px;
}
.knowledge-base-control-group[disabled] a {
  color: #95A8C8;
}
.knowledge-base-control-group[disabled] .icon-trash::before {
  color: #95A8C8;
  background-image: url("/assets/Delete-inactive-0834b3d5.svg");
}
.knowledge-base-control-group[disabled] .paginate_button.active a {
  background-color: #95A8C8;
  color: #D9E3F7;
  border-color: #95A8C8;
}
.knowledge-base-control-group[disabled] .assistant-limits-block .assistant-limits-block-percentages-items-added span.total-knowledge-base-value {
  color: #95A8C8;
}
.knowledge-base-control-group[disabled] .assistant-limits-block .assistant-limits-block-percentages-items-available span.knowledge-items-remaining {
  color: #95A8C8;
}
.knowledge-base-control-group[disabled] .assistant-limits-block p {
  color: #95A8C8;
}
.knowledge-base-control-group[disabled] .assistant-limits-block .assistant-limits-block-progress-bar {
  background: #6C7A92;
}
.knowledge-base-control-group[disabled] .assistant-content-tab-button.active {
  border: solid #6C7A92;
  border-width: 0 0 3px 0;
}
.knowledge-base-control-group[disabled] p.website-url-label {
  color: #95A8C8;
}
.knowledge-base-control-group[disabled] p#select-file-text {
  color: #95A8C8;
}

.widget-control-group .company-name-wrap {
  width: 250px !important;
}
.widget-control-group .embeded-capture {
  position: relative;
  z-index: 99;
  float: right;
  margin-top: -28px;
  margin-right: 8px;
  color: #6C7A92;
  font-size: 14px;
}
.widget-control-group .widget-script-wrap {
  font-family: Monaco;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1px;
  display: block;
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #D9E3F7;
  background: #F4F6F9;
  top: 8px;
  margin-bottom: 30px;
}

.widget-control-group[disabled] {
  color: #95A8C8;
  pointer-events: none;
  cursor: not-allowed;
}
.widget-control-group[disabled] i {
  background-image: url("/assets/icons/copy-disabled-047dcd90.svg");
}
.widget-control-group[disabled] input[type=text] {
  color: #95A8C8;
  background-color: transparent;
  border-color: #D9E3F7;
}
.widget-control-group[disabled] .custom-checkbox:checked + label::before {
  border-color: #95A8C8;
  background-color: #95A8C8;
}
.widget-control-group[disabled] .custom-checkbox + label::before {
  border-color: #95A8C8;
  background-color: #fff;
}

.human-handover-control-group .wrap_code_block {
  display: block;
  position: relative;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #D9E3F7;
  background: #D9E3F7;
  top: 8px;
  margin-bottom: 30px;
}
.human-handover-control-group .wrap_code_block p {
  margin: 0;
  color: #6C7A92;
  font-size: 12px;
  line-height: 17px;
  font-family: Monaco;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.expand-delay-control-group[disabled] {
  color: #95A8C8;
  pointer-events: none;
  cursor: not-allowed;
}
.expand-delay-control-group[disabled] input {
  color: #95A8C8;
  background-color: transparent;
  border-color: #D9E3F7;
}
.expand-delay-control-group[disabled] .form-control {
  border-color: #D9E3F7;
}
.expand-delay-control-group[disabled] .embeded-capture {
  color: #D9E3F7;
}

.human-handover-control-group[disabled] {
  color: #95A8C8;
  pointer-events: none;
  cursor: not-allowed;
}
.human-handover-control-group[disabled] input, .human-handover-control-group[disabled] textarea {
  color: #95A8C8;
  background-color: transparent;
  border-color: #D9E3F7;
}
.human-handover-control-group[disabled] p {
  color: #95A8C8;
}
.human-handover-control-group[disabled] .form-control {
  border-color: #D9E3F7;
}
.human-handover-control-group[disabled] .paginate_button.active a {
  background-color: #95A8C8;
  color: #D9E3F7;
  border-color: #95A8C8;
}
.human-handover-control-group[disabled] .footer-toolbar a {
  color: #95A8C8;
}
.human-handover-control-group[disabled] .custom-radio-button:checked + label::before,
.human-handover-control-group[disabled] .custom-radio-button + label::before {
  border-color: #95A8C8;
}
.human-handover-control-group[disabled] .custom-checkbox:checked + label::before {
  border-color: #95A8C8;
  background-color: #95A8C8;
}
.human-handover-control-group[disabled] .custom-checkbox + label::before {
  border-color: #95A8C8;
  background-color: #fff;
}
.human-handover-control-group[disabled] .new-btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
  background-color: #F4F6F9;
  border: 1px solid #F4F6F9;
  color: #95A8C8;
}

.intake-form-control-group[disabled] {
  color: #95A8C8;
  pointer-events: none;
  cursor: not-allowed;
}
.intake-form-control-group[disabled] input, .intake-form-control-group[disabled] textarea {
  color: #95A8C8;
  background-color: transparent;
  border-color: #D9E3F7;
}
.intake-form-control-group[disabled] .custom-checkbox:checked + label::before {
  border-color: #95A8C8;
  background-color: #95A8C8;
}
.intake-form-control-group[disabled] .custom-checkbox + label::before {
  border-color: #95A8C8;
  background-color: #fff;
}
.intake-form-control-group[disabled] i {
  background-image: url("/assets/icons/copy-disabled-047dcd90.svg");
}
.intake-form-control-group[disabled] .new-btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
  background-color: #F4F6F9;
  border: 1px solid #F4F6F9;
  color: #95A8C8;
}

.sources-list-title {
  cursor: pointer;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sources-list-title .icon_arrow {
  background: url("/assets/icons/icon_arrow_gray-7d721735.svg") center no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  margin-top: 2px;
  transform: rotate(0deg);
}
.sources-list-title p {
  font-size: 12px;
  margin: 0px;
  margin-left: 10px;
  color: #333333;
}

.sources-list-title.show_list .icon_arrow {
  transform: rotate(90deg);
}

.sources-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-left: 22px;
}
.sources-list .source-item {
  margin-top: 4px;
}
.sources-list .source-item a {
  color: #6C7A92;
  font-size: 12px;
}
.sources-list .source-item p {
  color: #6C7A92;
  font-size: 12px;
}

.intake-form-questions-list-control-group .intake-form-questions-list-header {
  margin: 20px 0px;
}
.intake-form-questions-list-control-group .intake-form-questions-list-placeholder p {
  text-align: center;
  color: #6C7A92;
  font-size: 12px;
}
.intake-form-questions-list-control-group #intake-form-questions-list {
  list-style-type: none;
  padding: 0%;
}
.intake-form-questions-list-control-group .intake-form-questions-list-item {
  padding: 10px 0px;
  border-bottom: 1px solid #D9E3F7;
}
.intake-form-questions-list-control-group .intake-form-questions-list-item:first-child {
  border-top: 1px solid #D9E3F7;
}
.intake-form-questions-list-control-group .intake-form-questions-list-item .intake-form-questions-list-item-number {
  color: #6C7A92;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-right: 10px;
}
.intake-form-questions-list-control-group .intake-form-questions-list-footer {
  margin: 20px auto;
}
.intake-form-questions-list-control-group .intake-form-questions-list-footer .btn {
  width: auto;
}

.questions-list-control-group {
  min-height: 222px;
  border-bottom: 1px solid #D9E3F7;
}
.questions-list-control-group .questions-list-header {
  margin: 20px 0px;
}
.questions-list-control-group #no-questions-message {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.15px;
  text-align: center;
  color: #6C7A92;
  line-height: 211px;
}
.questions-list-control-group #questions-list {
  list-style-type: none;
  padding: 0%;
}
.questions-list-control-group .questions-list-item {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.questions-list-control-group .questions-list-item .questions-list-item-number {
  color: #6C7A92;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-right: 10px;
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.questions-list-control-group .questions-list-item .question-textarea {
  width: 85%;
}
.questions-list-control-group .questions-list-item .question-textarea textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  padding: 8px 12px;
  flex-grow: 1;
}
.questions-list-control-group .questions-list-item .question-textarea textarea:focus {
  border-color: #95A8C8;
  outline-width: 0;
}
.questions-list-control-group .questions-list-item .question-textarea textarea.invalid {
  border-color: #DA5757;
}
.questions-list-control-group .questions-list-item .question-textarea .validation-message {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.150000006px;
  text-align: left;
  color: #DA5757;
}
.questions-list-control-group .questions-list-item .questions-list-item-controls {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.questions-list-control-group .questions-list-item .questions-list-item-controls .icon-trash-3 {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/trash-3-070ee131.svg");
  background-size: 100%;
  cursor: pointer;
}
.questions-list-control-group .questions-list-item .questions-list-item-controls .icon-dots-6 {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/dots-6-2a8cabc7.svg");
  background-size: 100%;
  cursor: pointer;
}

.questions-list-footer #new-question {
  margin: 29px 0px 9px 0px;
  color: #3978FC;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  float: left;
}
.questions-list-footer #new-question * {
  cursor: pointer;
}
.questions-list-footer #new-question .reach-limit-error {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #6C7A92;
  cursor: default;
}
.questions-list-footer .icon {
  color: #3978FC;
  font-size: 13px;
  cursor: pointer;
}
.questions-list-footer .btn {
  width: auto;
}

#intake-form-questions-modal .modal-dialog {
  width: 686px;
}
#intake-form-questions-modal .modal-content {
  min-height: 351px;
}
#intake-form-questions-modal .modal-title {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}
#intake-form-questions-modal .modal-header {
  background-color: #fff;
}
#intake-form-questions-modal .modal-body {
  position: relative;
  padding: 0px 20px 20px 20px;
}
#intake-form-questions-modal .modal-body .control-buttons {
  text-align: end;
  margin-top: 20px;
}
#intake-form-questions-modal .modal-body .control-buttons .btn-primary {
  margin-top: 0px;
}
#intake-form-questions-modal .modal-body .control-buttons #intake-form-questions-modal-update-button {
  margin-right: 8px;
}

.intake-form-webhook-wrap {
  margin-left: 45px;
}

.intake-form-handover-message-wrap {
  margin-left: 45px;
}

.assistant-tabs-group {
  border-width: 0 0 1px 0;
  height: 35px;
  vertical-align: middle;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}

.assistant-tabs-group::-webkit-scrollbar {
  display: none;
}

.assistant-tab-button {
  color: #333333;
  font-size: 12px;
  padding: 8px 14px 6px 14px;
  flex: 0 0 auto;
}

.assistant-tab-button.active {
  flex: 0 0 auto;
  color: #3978FC;
  font-size: 12px;
  padding: 8px 14px 6px 14px;
  border: solid #3978FC;
  border-width: 0 0 3px 0;
  font-weight: 700;
  background-color: #F4F6F9;
}

.assistant-content-tab {
  border: solid #D9E3F7;
  border-width: 0 0 1px 0;
  margin-bottom: 20px;
  height: 35px;
  vertical-align: middle;
}

.assistant-content-tab-button {
  color: #333333;
  font-size: 12px;
  padding: 12px 15px;
}

.assistant-content-tab-button.active {
  color: #333333;
  font-size: 12px;
  padding: 12px 15px;
  border: solid #3978FC;
  border-width: 0 0 3px 0;
}

.assistant-limits-block {
  border-radius: 4px;
  border: 1px solid #95A8C8;
  background: #F4F6F9;
  padding: 25px 20px;
  line-height: 19px;
}
.assistant-limits-block .assistant-limits-block-top-content {
  display: flex;
}
.assistant-limits-block .assistant-limits-block-top-content b {
  flex: auto;
}
.assistant-limits-block .assistant-limits-block-top-content a {
  flex: auto;
  text-align: right;
  text-decoration: underline;
}
.assistant-limits-block .assistant-limits-block-percentages-content {
  display: flex;
  margin-top: 10px;
}
.assistant-limits-block .assistant-limits-block-percentages-content .assistant-limits-block-percentages-items-added {
  flex: auto;
}
.assistant-limits-block .assistant-limits-block-percentages-content .assistant-limits-block-percentages-items-added span.total-knowledge-base-value {
  color: #3978FC;
  font-weight: 700;
  font-size: 20px;
}
.assistant-limits-block .assistant-limits-block-percentages-content .assistant-limits-block-percentages-items-available {
  flex: auto;
  margin-right: 0px;
  margin-left: auto;
}
.assistant-limits-block .assistant-limits-block-percentages-content .assistant-limits-block-percentages-items-available span.knowledge-items-remaining {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
.assistant-limits-block .assistant-limits-block-percentages-content .assistant-limits-block-percentages-items-available p {
  text-align: right;
}
.assistant-limits-block .assistant-limits-block-percentages-content p {
  color: #6C7A92;
  font-size: 14px;
}
.assistant-limits-block .assistant-limits-block-progress-bar-background {
  margin-top: 10px;
  height: 5px;
  background: #D9E3F7;
  border-radius: 10px;
}
.assistant-limits-block .assistant-limits-block-progress-bar-background .assistant-limits-block-progress-bar {
  height: 100%;
  background: #3978FC;
  border-radius: 10px;
}
.assistant-limits-block p {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #6C7A92;
  font-size: 12px;
}

.assistant-content-tab-panel.active {
  display: block;
}
.assistant-content-tab-panel.hidden {
  display: none;
}
.assistant-content-tab-panel .website-url-label {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5.5px;
}
.assistant-content-tab-panel .icon-more {
  background: url("/assets/three-dots-2e3563a6.png") center no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.assistant-content-tab-panel .drop-zone {
  border: 1px dashed #D9E3F7;
  border-radius: 4px;
  text-align: center;
  height: 133px;
  width: 100%;
  margin-top: 5px;
}
.assistant-content-tab-panel .drop-zone p {
  color: #6C7A92;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.assistant-content-tab-panel .drop-zone #assistant-knowledgebase-file-upload {
  display: none;
}
.assistant-content-tab-panel #assistant-content-list-webpages_wrapper {
  width: 100%;
}
.assistant-content-tab-panel #assistant-content-list-files_wrapper {
  width: 100%;
}
.assistant-content-tab-panel #assistant-content-list-connectors_wrapper {
  width: 100%;
}
.assistant-content-tab-panel #google-drive-sources-table_wrapper {
  width: 100%;
}
.assistant-content-tab-panel #assistant-content-list-files {
  table-layout: fixed;
  width: 100% !important;
}
.assistant-content-tab-panel #assistant-content-list-files th,
.assistant-content-tab-panel #assistant-content-list-files td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assistant-content-tab-panel #assistant-content-list-files th:last-child,
.assistant-content-tab-panel #assistant-content-list-files td:last-child {
  overflow: visible;
  text-align: center;
}
.assistant-content-tab-panel #assistant-content-list-connectors {
  table-layout: fixed;
  width: 100% !important;
}
.assistant-content-tab-panel #assistant-content-list-connectors th,
.assistant-content-tab-panel #assistant-content-list-connectors td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assistant-content-tab-panel #assistant-content-list-connectors th:last-child,
.assistant-content-tab-panel #assistant-content-list-connectors td:last-child {
  overflow: visible;
  text-align: right;
  white-space: normal;
}
.assistant-content-tab-panel #google-drive-connector-modal .modal-dialog {
  width: 1100px;
  max-width: calc(100vw - 60px);
}
.assistant-content-tab-panel #google-drive-connector-modal .modal-body {
  overflow-x: hidden;
}
.assistant-content-tab-panel #google-drive-connector-modal .control-buttons {
  justify-content: flex-start;
}
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-sources-table,
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-folder-files-content table {
  table-layout: fixed;
  width: 100% !important;
}
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-sources-table th,
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-sources-table td,
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-folder-files-content table th,
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-folder-files-content table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-sources-table th:last-child:not(.dataTables_empty),
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-sources-table td:last-child:not(.dataTables_empty),
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-folder-files-content table th:last-child:not(.dataTables_empty),
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-folder-files-content table td:last-child:not(.dataTables_empty) {
  overflow: visible;
  text-align: right;
  white-space: normal;
}
.assistant-content-tab-panel #google-drive-connector-modal #google-drive-sources-table td.dataTables_empty {
  text-align: left;
}

body.google-drive-picker-open .modal-backdrop {
  z-index: 900 !important;
}
body.google-drive-picker-open #google-drive-connector-modal {
  z-index: 901 !important;
}
body.google-drive-picker-open .picker-dialog-bg {
  z-index: 2000 !important;
  position: fixed !important;
  inset: 0 !important;
}
body.google-drive-picker-open .picker-dialog {
  z-index: 2001 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

.chat-workflows-container {
  position: relative;
  border-radius: 5px;
}
.chat-workflows-container .blank-workflows {
  border: 1px solid #D9E3F7;
  height: 412px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chat-workflows-container .blank-workflows h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  margin: 0 auto 10px auto;
}
.chat-workflows-container .blank-workflows p {
  margin: 0 auto 30px auto;
}
.chat-workflows-container .blank-workflows .control-buttons {
  margin: 0 auto;
}

#create-workflow-modal .modal-dialog {
  width: 369px;
  height: 200px;
  border-radius: 10px;
}
#create-workflow-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#publish-workflow-modal .modal-dialog {
  width: 369px;
  height: 168px;
  border-radius: 10px;
}
#publish-workflow-modal .modal-dialog .modal-body {
  padding: 0px 20px 20px;
}
#publish-workflow-modal .modal-dialog .modal-content-text {
  margin: 20px 0px;
}
#publish-workflow-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#action-bar {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 1100000001;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#action-bar .action-bar-item {
  color: #333333;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 20px;
  margin-left: 20px;
  min-width: 180px;
}

/************************************** Agents ************************************************/
#add-agent-button {
  float: right;
}

.copy-user-id-span {
  margin-left: 10px;
  cursor: pointer;
}

.agents-list-online-status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin-right: 5px;
}

.agents-list-online-status.online {
  background-color: #7BE306;
}

.agents-list-online-status.offline {
  background-color: #95A8C8;
}

#welcome-assistant-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#welcome-assistant-modal .modal-dialog {
  width: 345px;
  margin: auto;
}
#welcome-assistant-modal .welcome-modal-content {
  width: 345px;
  height: 296px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
#welcome-assistant-modal .modal-header {
  border-bottom: none;
  padding: 15px 15px 0 15px;
}
#welcome-assistant-modal .modal-header .close {
  opacity: 0.5;
}
#welcome-assistant-modal .modal-header .close:hover {
  opacity: 1;
}
#welcome-assistant-modal .modal-body {
  flex: 1;
  overflow-y: auto;
  text-align: center;
}
#welcome-assistant-modal .welcome-modal-image {
  max-height: 128px;
  height: auto;
  margin: 0 auto 0px;
  display: block;
}
#welcome-assistant-modal .welcome-modal-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #2d2d2d;
}
#welcome-assistant-modal #welcome-modal-get-started-btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  margin: 0 auto;
  display: inline-block;
}

.driver-highlighted-element,
.driver-active-element {
  pointer-events: none !important;
  z-index: 1000000002 !important;
  position: relative !important;
}

.modal .driver-highlighted-element,
.modal .driver-active-element {
  pointer-events: none !important;
  z-index: 1100000001 !important;
  position: relative !important;
}

.driver-overlay,
.driver-overlay svg,
.driver-overlay svg * {
  pointer-events: none !important;
}

.modal.show ~ .driver-overlay,
body:has(.modal.show) .driver-overlay {
  z-index: 1100000001 !important;
}

.modal {
  pointer-events: auto !important;
  z-index: 1100000000 !important;
}
.modal .modal-dialog,
.modal .modal-content {
  pointer-events: auto !important;
}

.xdsoft_datetimepicker {
  z-index: 1100000006 !important;
}

.modal .driver-highlighted-element,
.modal .driver-active-element {
  pointer-events: none !important;
  z-index: 1100000002 !important;
  position: relative !important;
}
.modal .driver-highlighted-element, .modal .driver-highlighted-element *,
.modal .driver-active-element,
.modal .driver-active-element * {
  pointer-events: none !important;
}

body.choose-type-guide-active .modal .driver-highlighted-element,
body.choose-type-guide-active .modal .driver-active-element {
  pointer-events: auto !important;
}
body.choose-type-guide-active .modal .driver-highlighted-element, body.choose-type-guide-active .modal .driver-highlighted-element *,
body.choose-type-guide-active .modal .driver-active-element,
body.choose-type-guide-active .modal .driver-active-element * {
  pointer-events: auto !important;
}

.modal-backdrop {
  z-index: 1099999999 !important;
}

.driverjs-popover:empty,
.driver-popover:empty,
.driver-popover.driver-popover-none {
  display: none !important;
}

.driverjs-popover .driver-popover-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.driverjs-popover .driver-popover-description {
  font-size: 14px;
  line-height: 1.5;
}

.driver-popover.new-assistant-guide-popover,
.driver-popover.choose-type-guide-popover {
  background-color: #1C51C0 !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  padding: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
  min-width: 280px !important;
  border: none !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-title,
.driver-popover.choose-type-guide-popover .driver-popover-title {
  display: none !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-description,
.driver-popover.choose-type-guide-popover .driver-popover-description {
  padding: 16px 20px !important;
  margin: 0 !important;
  color: #FFFFFF !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-navigation,
.driver-popover.new-assistant-guide-popover .driver-popover-navigation-btns,
.driver-popover.new-assistant-guide-popover .driver-popover-footer,
.driver-popover.new-assistant-guide-popover .driver-popover-footer-btns,
.driver-popover.choose-type-guide-popover .driver-popover-navigation,
.driver-popover.choose-type-guide-popover .driver-popover-navigation-btns,
.driver-popover.choose-type-guide-popover .driver-popover-footer,
.driver-popover.choose-type-guide-popover .driver-popover-footer-btns {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-close-btn,
.driver-popover.choose-type-guide-popover .driver-popover-close-btn {
  display: none !important;
}
.driver-popover.new-assistant-guide-popover footer,
.driver-popover.new-assistant-guide-popover .driver-popover footer,
.driver-popover.choose-type-guide-popover footer,
.driver-popover.choose-type-guide-popover .driver-popover footer {
  display: none !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-description,
.driver-popover.choose-type-guide-popover .driver-popover-description {
  border-bottom: none !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-arrow-side-left.driver-popover-arrow,
.driver-popover.choose-type-guide-popover .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: #1C51C0 !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-arrow-side-right.driver-popover-arrow,
.driver-popover.choose-type-guide-popover .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: #1C51C0 !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-arrow-side-top.driver-popover-arrow,
.driver-popover.choose-type-guide-popover .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: #1C51C0 !important;
}
.driver-popover.new-assistant-guide-popover .driver-popover-arrow-side-bottom.driver-popover-arrow,
.driver-popover.choose-type-guide-popover .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: #1C51C0 !important;
}
.driver-popover.new-assistant-guide-popover .guide-popover-content p,
.driver-popover.choose-type-guide-popover .guide-popover-content p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px 0;
}
.driver-popover.new-assistant-guide-popover .guide-popover-content .guide-skip-link,
.driver-popover.choose-type-guide-popover .guide-popover-content .guide-skip-link {
  color: #FFFFFF !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.17px !important;
  text-decoration: underline !important;
  text-decoration-style: solid !important;
  cursor: pointer;
  white-space: nowrap;
}
.driver-popover.new-assistant-guide-popover .guide-popover-content .guide-skip-link:hover,
.driver-popover.choose-type-guide-popover .guide-popover-content .guide-skip-link:hover {
  color: #90CDF4 !important;
}

.driver-popover.profile-tab-guide-popover {
  background-color: #1C51C0 !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  padding: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
  min-width: 300px !important;
  max-width: 360px !important;
  border: none !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-close-btn {
  display: none !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-title {
  color: #FFFFFF !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0px !important;
  margin: 0 0 8px 0 !important;
  padding: 16px 20px 0 20px !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-title:empty {
  display: none !important;
  padding: 0 !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-description {
  padding: 8px 20px 16px 20px !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0px !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-footer {
  background-color: #1C51C0 !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  border-top: none !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-navigation-btns {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: none !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-progress-text {
  display: none !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-prev-btn,
.driver-popover.profile-tab-guide-popover .driver-popover-next-btn {
  background-color: #FFCC5A !important;
  border: 1px solid #FFCC5A !important;
  border-radius: 4px !important;
  padding: 1px 10px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.17px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  color: #000000 !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-prev-btn:hover,
.driver-popover.profile-tab-guide-popover .driver-popover-next-btn:hover {
  background-color: #FFD97A !important;
  border-color: #FFD97A !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: #1C51C0 !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: #1C51C0 !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: #1C51C0 !important;
}
.driver-popover.profile-tab-guide-popover .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: #1C51C0 !important;
}
.driver-popover.profile-tab-guide-popover .guide-skip-link {
  color: #FFFFFF !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.17px !important;
  text-decoration: underline !important;
  text-decoration-style: solid !important;
  cursor: pointer;
  white-space: nowrap;
}
.driver-popover.profile-tab-guide-popover .guide-skip-link:hover {
  color: #90CDF4 !important;
}

.driver-popover,
.driverjs-popover {
  max-width: 400px !important;
  max-width: calc(100vw - 30px) !important;
}

.driver-popover:has(.driver-popover-arrow-side-left),
.driverjs-popover:has(.driver-popover-arrow-side-left) {
  margin-right: 20px !important;
}

.driver-popover:has(.driver-popover-arrow-side-right),
.driverjs-popover:has(.driver-popover-arrow-side-right) {
  margin-left: 20px !important;
}

.driver-popover.triggers-modal-guide-popover {
  z-index: 1100000002 !important;
  pointer-events: auto !important;
}

.guide-restart-button,
.guide-restart-button.driver-active-element,
.guide-restart-button.driver-highlighted-element,
#guide-restart-button,
#guide-restart-button.driver-active-element,
#guide-restart-button.driver-highlighted-element {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(53, 99, 233, 0.4);
  z-index: 1100000003 !important;
  pointer-events: auto !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.guide-restart-button:hover,
.guide-restart-button.driver-active-element:hover,
.guide-restart-button.driver-highlighted-element:hover,
#guide-restart-button:hover,
#guide-restart-button.driver-active-element:hover,
#guide-restart-button.driver-highlighted-element:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(53, 99, 233, 0.5);
}
.guide-restart-button:focus,
.guide-restart-button.driver-active-element:focus,
.guide-restart-button.driver-highlighted-element:focus,
#guide-restart-button:focus,
#guide-restart-button.driver-active-element:focus,
#guide-restart-button.driver-highlighted-element:focus {
  outline: none;
  box-shadow: 0 4px 12px rgba(53, 99, 233, 0.4);
}
.guide-restart-button:active,
.guide-restart-button.driver-active-element:active,
.guide-restart-button.driver-highlighted-element:active,
#guide-restart-button:active,
#guide-restart-button.driver-active-element:active,
#guide-restart-button.driver-highlighted-element:active {
  transform: scale(0.95);
  background-color: #1E3FA0;
}
.guide-restart-button img,
.guide-restart-button.driver-active-element img,
.guide-restart-button.driver-highlighted-element img,
#guide-restart-button img,
#guide-restart-button.driver-active-element img,
#guide-restart-button.driver-highlighted-element img {
  width: 24px;
  height: 24px;
}

.guide-completion-popup {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1100000004 !important;
  pointer-events: auto !important;
}
.guide-completion-popup .guide-completion-content {
  background-color: #1C51C0;
  color: #FFFFFF !important;
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 200px;
  max-width: 280px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.guide-completion-popup .guide-completion-content h4 {
  margin: 0 0 8px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF !important;
}
.guide-completion-popup .guide-completion-content p {
  margin: 0 0 16px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF !important;
}
.guide-completion-popup .guide-completion-content .guide-completion-ok-btn {
  display: block;
  margin-left: auto;
  background-color: #FFCC5A;
  border: none;
  border-radius: 4px;
  padding: 8px 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
  pointer-events: auto !important;
  z-index: 1100000005 !important;
  position: relative;
}
.guide-completion-popup .guide-completion-content .guide-completion-ok-btn:hover {
  opacity: 0.9;
}
.guide-completion-popup::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 24px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1C51C0;
}

.modal.show .driver-overlay,
body .driver-overlay {
  z-index: 1060 !important;
}

.guide-completion-popup,
.guide-completion-popup * {
  pointer-events: auto !important;
}

body:has(.guide-completion-popup) .driver-overlay {
  pointer-events: none !important;
}

.modal.show .driver-active-element,
body .driver-active-element {
  z-index: 1100000002 !important;
}

#create-agent-modal .create-agent-password-field {
  background-color: #F4F6F9;
}
#create-agent-modal .create-agent-generate-password {
  font-size: 12px;
  text-decoration: underline;
  color: #3978FC;
}
#create-agent-modal .control-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: end;
  margin-top: 10px;
  padding-right: 15px;
}
#create-agent-modal .control-buttons #new_agent_form_create_for_me_label::before {
  vertical-align: sub;
}
#create-agent-modal .control-buttons #new_agent_form_create_for_me_label {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
  margin-right: 10px;
}
#create-agent-modal .control-buttons .new-btn {
  margin-left: 8px;
}
@media (max-width: 768px) {
  #create-agent-modal .modal-dialog {
    width: 450px;
  }
}
@media (min-width: 768px) {
  #create-agent-modal .modal-dialog {
    width: 600px;
  }
}
#create-agent-modal .modal-body {
  padding: 0px 15px 15px 15px;
}

#confirmation_delete_agents .close {
  margin-top: -7px;
  margin-right: -30px;
  width: 28px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
#confirmation_delete_agents .btn-del {
  border: none;
}
#confirmation_delete_agents .btn-del:hover {
  opacity: 0.8;
}
#confirmation_delete_agents .modal-header,
#confirmation_delete_agents .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
#confirmation_delete_agents .modal-header span,
#confirmation_delete_agents .modal-body span {
  font-weight: bold;
}
#confirmation_delete_agents .modal-header {
  padding-top: 20px;
}
#confirmation_delete_agents .modal-body {
  padding-top: 0;
}
#confirmation_delete_agents .modal-body .form-group {
  margin-top: 30px;
  float: right;
}
#confirmation_delete_agents .modal-body .form-group .new-btn {
  margin-left: 8px;
}
#confirmation_delete_agents .modal-body .control-label {
  padding-bottom: 7px;
  padding-top: 10px;
}
#confirmation_delete_agents .modal-body .alert {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
#confirmation_delete_agents .btn-del-bordered {
  background-color: #FFFFFF;
  color: #DA5757;
  border: 1px solid #DA5757;
}

#confirmation_delete_agents .modal-content,
#confirmation_delete_agents .modal-dialog {
  width: 440px;
}
#confirmation_delete_agents .modal-dialog {
  margin: 116px auto 0;
}

/************************************ End Agents **********************************************/
/************************************ Workflows **********************************************/
#workflows-table_wrapper .head-toolbar {
  display: flex;
  justify-content: flex-end;
}
#workflows-table_wrapper .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workflow-inline-action {
  margin-right: 10px;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
}
.workflow-inline-action:hover {
  text-decoration: underline;
}
.workflow-inline-action.edit-action {
  color: #3978FC;
}
.workflow-inline-action.delete-action {
  color: #DA5757;
  margin-right: 0;
}

.delete-workflow-modal-dialog {
  width: 440px;
  margin: 116px auto 0;
}
.delete-workflow-modal-dialog .modal-header {
  padding: 20px 30px 10px;
}
.delete-workflow-modal-dialog .modal-body {
  padding: 0 30px 20px;
}
.delete-workflow-modal-dialog .modal-body .control-buttons {
  margin-top: 20px;
  float: right;
}
.delete-workflow-modal-dialog .modal-body .control-buttons .new-btn {
  margin-left: 8px;
}
.delete-workflow-modal-dialog .modal-body .btn-del {
  background-color: #DA5757;
  color: #fff;
  border: none;
}
.delete-workflow-modal-dialog .modal-body .btn-del:hover {
  opacity: 0.8;
}

.drawflow-container {
  border: 1px solid #D9E3F7;
  border-radius: 10px;
  background: #F4F6F9;
  overflow: hidden;
}

.drawflow-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 18px 30px 6px 30px;
  background: #fff;
  border: 1px solid #D9E3F7;
  border-radius: 10px;
  position: absolute;
  top: 18px;
  left: 251px;
  right: 251px;
  z-index: 3;
  gap: 0;
  min-height: 56px;
  height: auto;
  transition: left 0.25s ease;
}

.drawflow-toolbar-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.drawflow-sidebar-left.collapsed ~ .drawflow-toolbar {
  left: 93px;
}

.drawflow-toolbar-left,
.drawflow-toolbar-center,
.drawflow-toolbar-right,
.drawflow-toolbar-actions {
  display: flex;
  align-items: center;
}

.drawflow-toolbar-actions {
  gap: 0;
}

.drawflow-toolbar-center {
  gap: 12px;
}

.drawflow-back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #D9E3F7;
  border-radius: 6px;
  background: #fff;
  color: #6C7A92;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.drawflow-back-button:hover {
  background: #F0F3F8;
  color: #2B3A4E;
}

.drawflow-tool-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0px;
  border-radius: 6px;
  background: #fff;
  color: #6C7A92;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.drawflow-tool-btn:hover:not(:disabled) {
  background: #F0F3F8;
  color: #2B3A4E;
}
.drawflow-tool-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.drawflow-workflow-name {
  font-size: 14px;
  font-weight: 600;
  color: #2B3A4E;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}

.drawflow-zoom-control {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-left: 1px solid #D9E3F7;
  border-right: 1px solid #D9E3F7;
}

.drawflow-zoom-slider {
  width: 160px;
  height: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #D9E3F7;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.drawflow-zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #D9E3F7;
  cursor: pointer;
}
.drawflow-zoom-slider::-moz-range-thumb {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #D9E3F7;
  border: none;
  cursor: pointer;
}

.drawflow-zoom-value {
  width: 37px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  color: #6C7A92;
}

.single-choice-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.single-choice-option {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--current-widget-color);
  text-align: center;
  border: none;
  padding: 4px 10px;
}
.single-choice-option:hover {
  background: #F4F6F9;
}
.single-choice-option.selected {
  background: var(--current-widget-color);
  color: #FFFFFF;
  pointer-events: none;
}
.single-choice-option.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.multiple-choice-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.multiple-choice-option {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--current-widget-color);
  padding: 4px 10px;
}
.multiple-choice-option.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.multiple-choice-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiple-choice-label {
  flex: 1;
}

.multiple-choice-submit {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--current-widget-color);
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
  margin-top: 10px;
}
.multiple-choice-submit:hover {
  opacity: 0.9;
}
.multiple-choice-submit.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.ask-date-picker {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.ask-date-picker.disabled {
  pointer-events: none;
}

.ask-action-btn {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5B7FFF;
  text-align: center;
  padding: 4px 10px;
}
.ask-action-btn:hover {
  background: #F4F6F9;
}
.ask-action-btn.disabled {
  background: #5B7FFF;
  color: #FFFFFF;
  pointer-events: none;
}

.ask-date-btn {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5B7FFF;
  text-align: center;
  padding: 4px 10px;
}
.disabled > .ask-date-btn {
  background: #5B7FFF;
  color: #FFFFFF;
  cursor: default;
}

.ask-date-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ask-date-overlay::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.disabled > .ask-date-overlay {
  display: none;
}

.ask-datetime-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ask-datetime-input {
  width: 100%;
  min-height: 32px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 4px 10px;
  box-sizing: border-box;
  color: #5B7FFF;
}

.ask-datetime-confirm {
  flex-shrink: 0;
  cursor: pointer;
}
.ask-datetime-confirm:hover {
  background: #F4F6F9;
}

.drawflow-editor-area {
  position: relative;
  height: 857px;
  padding: 18px 19px;
}
.drawflow-editor-area .icon-send-message {
  width: 19px;
  height: 19px;
  background-image: url("/assets/icons/workflow/send-message-105c7d60.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-send-image {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/send-image-722dc314.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-send-video {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/send-video-05db2563.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-send-link {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/web-link-407e89e0.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-node-settings {
  width: 19px;
  height: 19px;
  background-image: url("/assets/icons/workflow/settings-5bbadfa6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-add-nodes {
  width: 19px;
  height: 19px;
  background-image: url("/assets/icons/workflow/add-node-ea93be2a.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-ask-name {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-name-fa080b49.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-ask-phone {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-phone-5ea96a6f.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-ask-email {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-email-a9bb6162.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-ask-text {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-text-question-08cb128d.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-ask-number {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-numeric-ccf1323c.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-ask-date {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-datetime-b5f79f99.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-ask-file {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-file-upload-f6331be8.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-single-choice {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-single-choice-9290f7ba.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-multiple-choice {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-multiple-choice-56cf3f64.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-smart-question {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/ask-smart-question-56990e54.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-webhook {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/webhook-8f880488.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-live-chat {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/live-chat-35bd6f22.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-rag-query {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/rag-query-32237e06.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-openai-chat {
  margin: 3px;
  width: 16px;
  height: 16px;
  background-image: url("/assets/icons/workflow/openai-chat-ba38a71d.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-if-else {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/if-else-e55d8de9.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-export-workflow {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/export-workflow-f6352cb9.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-import-workflow {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/import-workflow-af9e4947.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-publish-workflow {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/publish-workflow-3964a77b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-undo-workflow {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/undo-e471c399.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-redo-workflow {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/redo-a5af99c2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-start-node {
  width: 20px !important;
  height: 20px !important;
  background-image: url("/assets/icons/workflow/start-node-991cd41c.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-end-node {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/end-node-0c4b4f8a.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-preview-workflow {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/widget-preview-44681946.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .icon-dropdown-triangle {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/dropdown-triangle-8ac662d8.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area #drawflow-export {
  margin-left: 10px;
}
.drawflow-editor-area #drawflow-import {
  margin-right: 10px;
}
.drawflow-editor-area .drawflow-toolbar-status {
  flex-basis: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #6C7A92;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  min-height: 16px;
}
.drawflow-editor-area .drawflow-toolbar-status.visible {
  opacity: 1;
}
.drawflow-editor-area .drawflow-toolbar-status.drawflow-toolbar-status--error {
  color: #E74C3C;
}
.drawflow-editor-area .drawflow-preview-btn {
  width: 131px;
  height: 45px;
  border-radius: 5px;
  padding: 13px 10px;
  background: #F4F6F9;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0px;
  margin-left: 17px;
  cursor: pointer;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.drawflow-editor-area .drawflow-preview-btn .drawflow-preview-arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.drawflow-editor-area .drawflow-preview-btn.open .drawflow-preview-arrow {
  transform: rotate(180deg);
}
.drawflow-editor-area .drawflow-preview-dropdown {
  display: none;
  position: absolute;
  width: 180px;
  height: 86px;
  top: 100%;
  left: -80;
  right: 0;
  background-color: #fff;
  border: 1px solid #D9E3F7;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 10px;
  padding: 8px 0px;
}
.drawflow-editor-area .drawflow-preview-dropdown.open {
  display: block;
}
.drawflow-editor-area .drawflow-preview-dropdown .drawflow-preview-dropdown-item {
  padding: 8px 20px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-align: start;
}
.drawflow-editor-area .drawflow-preview-dropdown .drawflow-preview-dropdown-item:hover {
  background-color: #f1f1f1;
}
.drawflow-editor-area .drawflow-preview-dropdown .drawflow-preview-dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}
.drawflow-editor-area .drawflow-publish-btn {
  width: 114px;
  height: 45px;
  gap: 10px;
  border-radius: 5px;
  padding: 13px 10px;
  background: #3978FC;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0px;
  margin-left: 17px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .drawflow-editor-area .drawflow-toolbar {
    padding: 12px 16px;
  }
  .drawflow-editor-area .drawflow-toolbar-row {
    gap: 6px;
  }
  .drawflow-editor-area .drawflow-zoom-slider {
    width: 100px;
  }
  .drawflow-editor-area .drawflow-toolbar-actions {
    flex-basis: 100%;
    justify-content: flex-end;
  }
  .drawflow-editor-area .drawflow-preview-btn {
    width: auto;
    min-width: 0;
    padding: 10px 12px;
    margin-left: 10px;
  }
  .drawflow-editor-area .drawflow-publish-btn {
    width: auto;
    min-width: 0;
    padding: 12px 16px;
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .drawflow-editor-area .drawflow-toolbar {
    padding: 10px 12px;
  }
  .drawflow-editor-area .drawflow-toolbar-row {
    gap: 4px;
  }
  .drawflow-editor-area .drawflow-zoom-control {
    display: none;
  }
  .drawflow-editor-area .drawflow-workflow-name {
    max-width: 120px;
    font-size: 13px;
  }
  .drawflow-editor-area #drawflow-export,
  .drawflow-editor-area #drawflow-import {
    margin-left: 4px;
    margin-right: 4px;
  }
  .drawflow-editor-area .drawflow-preview-btn {
    width: auto;
    padding: 8px 12px;
    margin-left: 8px;
  }
  .drawflow-editor-area .drawflow-publish-btn {
    padding: 12px 14px;
    margin-left: 8px;
  }
}
@media (max-width: 992px) {
  .drawflow-editor-area .drawflow-toolbar {
    left: 19px;
    right: 19px;
    padding: 8px 10px;
  }
  .drawflow-editor-area .drawflow-toolbar-row {
    gap: 4px;
  }
  .drawflow-editor-area .drawflow-sidebar-left,
  .drawflow-editor-area .drawflow-sidebar-right {
    display: none;
  }
  .drawflow-editor-area .drawflow-workflow-name {
    max-width: 100px;
    font-size: 12px;
  }
  .drawflow-editor-area .drawflow-toolbar-actions {
    gap: 4px;
  }
  .drawflow-editor-area .drawflow-preview-btn span, .drawflow-editor-area .drawflow-preview-btn .drawflow-preview-arrow {
    display: none;
  }
  .drawflow-editor-area .drawflow-preview-btn {
    width: 36px;
    height: 36px;
    padding: 6px;
    margin-left: 4px;
  }
  .drawflow-editor-area .drawflow-publish-btn {
    height: 36px;
    padding: 8px 12px;
    font-size: 13px;
    margin-left: 4px;
  }
}
.drawflow-editor-area .drawflow-settings-copy-btn {
  display: flex;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.drawflow-editor-area .drawflow-settings-copy-btn .icon-node-copy {
  width: 15px;
  height: 15px;
  background-image: url("/assets/icons/workflow/settings-copy-35984ee9.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area .drawflow-settings-delete-btn {
  display: flex;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.drawflow-editor-area .drawflow-settings-delete-btn .icon-delete {
  width: 15px;
  height: 15px;
  background-image: url("/assets/icons/workflow/settings-remove-1d6a1708.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row,
.drawflow-editor-area #node-setting-intents .drawflow-option-row,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  border-radius: 6px;
  background: #F4F6F9;
  margin-bottom: 6px;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-id,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-id,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-id span,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-id span,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-id span {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-id .drawflow-option-node-id,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-id .drawflow-option-node-id,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-id .drawflow-option-node-id {
  font-size: 14px;
  color: #9CA3AF;
  margin-left: 4px;
  margin-right: auto;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-settings,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-settings,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-settings {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-input,
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-condition-label,
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-condition-expression,
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-next-node,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-input,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-condition-label,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-condition-expression,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-next-node,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-input,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-condition-label,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-condition-expression,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-next-node {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #D9E3F7;
  border-radius: 6px;
  font-size: 13px;
  color: #2B3A4E;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #F4F6F9;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-input:focus,
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-condition-label:focus,
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-condition-expression:focus,
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-next-node:focus,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-input:focus,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-condition-label:focus,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-condition-expression:focus,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-next-node:focus,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-input:focus,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-condition-label:focus,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-condition-expression:focus,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-next-node:focus {
  border-color: #3978FC;
}
.drawflow-editor-area #node-setting-options .drawflow-option-row .drawflow-option-next-node,
.drawflow-editor-area #node-setting-intents .drawflow-option-row .drawflow-option-next-node,
.drawflow-editor-area #node-setting-conditions .drawflow-option-row .drawflow-option-next-node {
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239AACBF' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
}
.drawflow-editor-area .drawflow-intent-match-type {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.drawflow-editor-area .drawflow-intent-match-type .drawflow-radio-label {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #2B3A4E;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 4px;
  margin-left: 22px;
}
.drawflow-editor-area .drawflow-intent-match-type .custom-radio-button + label::before {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.drawflow-editor-area .drawflow-intent-match-type .custom-radio-button:checked + label::before {
  border-width: 4px;
}
.drawflow-editor-area .drawflow-keyword-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #D9E3F7;
  border-radius: 6px;
  font-size: 13px;
  color: #2B3A4E;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 0px;
  background: #F4F6F9;
}
.drawflow-editor-area .drawflow-keyword-input:focus {
  border-color: #3978FC;
}
.drawflow-editor-area .drawflow-keyword-input::-moz-placeholder {
  color: #9AACBF;
}
.drawflow-editor-area .drawflow-keyword-input::placeholder {
  color: #9AACBF;
}
.drawflow-editor-area .drawflow-keywords-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 6px;
}
.drawflow-editor-area .drawflow-keyword-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 8px;
  background: #fff;
  border: 1px solid #D9E3F7;
  border-radius: 100px;
  font-size: 12px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.15px;
}
.drawflow-editor-area .drawflow-keyword-tag .drawflow-keyword-remove {
  background: #95A8C8;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.drawflow-editor-area .drawflow-add-option-btn {
  height: 34px;
  padding: 6px 20px;
  border-radius: 4px;
  border: 1px solid #D9E3F7;
  background: #fff;
  color: #2B3A4E;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.drawflow-sidebar-left,
.drawflow-sidebar-right {
  position: absolute;
  top: 18px;
  width: 220px;
  height: calc(100% - 36px);
  background: #fff;
  border-radius: 10px;
  overflow-y: auto;
  z-index: 2;
}

.drawflow-sidebar-left {
  left: 19px;
  transition: width 0.25s ease;
  overflow: visible !important;
}
.drawflow-sidebar-left .drawflow-node-list {
  overflow-y: auto;
  height: calc(100% - 43px);
}
.drawflow-sidebar-left .drawflow-sidebar-toggle {
  position: absolute;
  top: 125px;
  right: -14px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  z-index: 3;
  border: none;
  transition: transform 0.25s ease;
}
.drawflow-sidebar-left .drawflow-node-group-label {
  display: none;
}
.drawflow-sidebar-left.collapsed {
  width: 62px;
}
.drawflow-sidebar-left.collapsed .drawflow-sidebar-toggle {
  transform: translateY(-50%) rotate(180deg);
}
.drawflow-sidebar-left.collapsed .drawflow-sidebar-title span {
  display: none;
}
.drawflow-sidebar-left.collapsed .drawflow-sidebar-title {
  justify-content: center;
  padding: 12px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.drawflow-sidebar-left.collapsed .drawflow-node-group-header {
  flex-direction: column;
  align-items: center;
  padding: 10px 4px;
  gap: 2px;
  border-bottom: 1px solid #D9E3F7;
  border-radius: 0;
}
.drawflow-sidebar-left.collapsed .drawflow-node-group-header i {
  display: none;
}
.drawflow-sidebar-left.collapsed .drawflow-node-group-header span {
  display: none;
}
.drawflow-sidebar-left.collapsed .drawflow-node-group-header .drawflow-node-group-label {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
}
.drawflow-sidebar-left.collapsed .drawflow-node-group-header .drawflow-node-group-arrow {
  display: none;
}
.drawflow-sidebar-left.collapsed .drawflow-node-group-items {
  padding-left: 0;
}
.drawflow-sidebar-left.collapsed .drawflow-node-item {
  justify-content: center;
  padding: 7px 0;
}
.drawflow-sidebar-left.collapsed .drawflow-node-item span {
  display: none;
}

.drawflow-sidebar-right {
  right: 19px;
  visibility: hidden;
}
.drawflow-sidebar-right.visible {
  visibility: visible;
}

.drawflow-sidebar-title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #333333;
  background: #D9E3F7;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.drawflow-sidebar-title .drawflow-settings-title-label {
  flex: 1;
}
.drawflow-sidebar-title .drawflow-settings-delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #6C7A92;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.drawflow-sidebar-title .drawflow-settings-delete-btn:hover {
  background: rgba(218, 87, 87, 0.1);
  color: #DA5757;
}

.drawflow-node-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  gap: 5px;
}
.drawflow-node-group-header:hover {
  background: #F0F4FF;
}
.drawflow-node-group-header .icon-send-information {
  width: 19px;
  height: 19px;
  background-image: url("/assets/icons/workflow/group-send-information-dac3f8e5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-node-group-header .icon-request-data {
  width: 19px;
  height: 19px;
  background-image: url("/assets/icons/workflow/group-request-data-1a27ec38.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-node-group-header .icon-smart-actions {
  width: 19px;
  height: 19px;
  background-image: url("/assets/icons/workflow/group-smart-actions-08097af6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-node-group-header .icon-live-chat {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/live-chat-35bd6f22.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-node-group-header .icon-openai-chat {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/openai-chat-ba38a71d.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-node-group-header .icon-rag-query {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/rag-query-32237e06.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-node-group-header .icon-webhook {
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/workflow/webhook-8f880488.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-node-group-header .drawflow-node-group-arrow {
  transition: transform 0.2s;
  margin-left: auto;
}

.drawflow-node-group.collapsed .drawflow-node-group-header .drawflow-node-group-arrow {
  transform: rotate(-90deg);
}
.drawflow-node-group.collapsed .drawflow-node-group-items {
  display: none;
}

.drawflow-node-group-items {
  padding-left: 15px;
}

.drawflow-node-item {
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 15px;
  border-radius: 8px;
  cursor: grab;
  font-size: 13px;
  color: #333333;
  transition: background 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 5px;
}
.drawflow-node-item:hover {
  background: #F0F4FF;
}
.drawflow-node-item:active {
  cursor: grabbing;
}

#drawflow-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4F6F9;
  z-index: 1;
}

.drawflow-minimap {
  position: absolute;
  bottom: 28px;
  right: 260px;
  width: 200px;
  height: 140px;
  background: #fff;
  border: 1px solid #D9E3F7;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background-color: #e8efff;
  z-index: 4;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.drawflow-minimap-nodes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.drawflow-minimap-node {
  position: absolute;
  width: 12px;
  height: 6px;
  border-radius: 1.5px;
  background: #6C7A92;
}
.drawflow-minimap-node.minimap-start {
  background: #34C759;
}
.drawflow-minimap-node.minimap-end {
  background: #FF3B30;
}
.drawflow-minimap-node.minimap-send_message, .drawflow-minimap-node.minimap-send_image, .drawflow-minimap-node.minimap-send_video, .drawflow-minimap-node.minimap-send_link {
  background: #3978FC;
}
.drawflow-minimap-node.minimap-ask_name, .drawflow-minimap-node.minimap-ask_phone, .drawflow-minimap-node.minimap-ask_email, .drawflow-minimap-node.minimap-ask_text, .drawflow-minimap-node.minimap-ask_number, .drawflow-minimap-node.minimap-ask_date, .drawflow-minimap-node.minimap-ask_file, .drawflow-minimap-node.minimap-single_choice, .drawflow-minimap-node.minimap-multiple_choice, .drawflow-minimap-node.minimap-smart_question {
  background: #AF52DE;
}
.drawflow-minimap-node.minimap-if_else, .drawflow-minimap-node.minimap-webhook, .drawflow-minimap-node.minimap-live_chat, .drawflow-minimap-node.minimap-openai_chat, .drawflow-minimap-node.minimap-rag_query {
  background: #FF9500;
}

.drawflow-minimap-viewport {
  position: absolute;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 2px;
  cursor: grab;
  z-index: 1;
}
.drawflow-minimap-viewport:active {
  cursor: grabbing;
}

.drawflow-no-selection {
  font-size: 13px;
  color: #9AACBF;
  text-align: center;
  padding-top: 40px;
}

.drawflow-settings-title {
  padding: 12px;
  border-bottom: 1px solid #D9E3F7;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.drawflow-settings-title-id {
  font-size: 14px;
  color: #9CA3AF;
  font-weight: 400;
}

.drawflow-settings-errors {
  margin: 8px 12px 0;
  padding: 8px 10px;
  background: #FFF0F0;
  border: 1px solid #DA5757;
  border-radius: 6px;
}
.drawflow-settings-errors .drawflow-settings-error-msg {
  font-size: 12px;
  color: #B33A3A;
  line-height: 1.4;
}

.drawflow-settings-field.validation-error-field .drawflow-settings-input,
.drawflow-settings-field.validation-error-field .drawflow-settings-date-input,
.drawflow-settings-field.validation-error-field textarea.drawflow-settings-input {
  border-color: #DA5757;
  background: #FFF8F8;
}
.drawflow-settings-field.validation-error-field label {
  color: #DA5757;
}

.drawflow-settings-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
}

.drawflow-settings-validation-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.drawflow-settings-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.drawflow-settings-field label {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #333333;
}

.drawflow-option-remove {
  display: flex;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.drawflow-option-remove .icon-delete {
  width: 15px;
  height: 15px;
  background-image: url("/assets/icons/workflow/settings-remove-1d6a1708.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.drawflow-settings-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #D9E3F7;
  border-radius: 6px;
  font-size: 13px;
  color: #2B3A4E;
  outline: none;
  box-sizing: border-box;
}
.drawflow-settings-input:focus {
  border-color: #3978FC;
}

select.drawflow-settings-input {
  background-position: 95%;
}

select#node-setting-end-option.drawflow-settings-input {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 28px;
}

.drawflow-settings-date-input {
  width: 100%;
  padding: 0px 10px;
  border: 1px solid #D9E3F7;
  border-radius: 6px;
  font-size: 13px;
  color: #2B3A4E;
  outline: none;
  box-sizing: border-box;
}
.drawflow-settings-date-input:focus {
  border-color: #3978FC;
}

.drawflow-settings-textarea {
  min-height: 80px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}

.drawflow-settings-checkbox {
  position: relative;
  flex-direction: row !important;
  align-items: center;
}
.drawflow-settings-checkbox .custom-checkbox + label::before {
  margin-top: 0;
  margin-left: 0;
}

.drawflow-container .parent-drawflow {
  display: flex;
  overflow: hidden;
  touch-action: none;
  outline: none;
  cursor: grab;
}
.drawflow-container .parent-drawflow.dragging,
.drawflow-container .parent-drawflow.dragging * {
  cursor: grabbing !important;
}
.drawflow-container .drawflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 20000px;
  height: 20000px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 0;
  transform-origin: 0 0;
  cursor: grab;
}
.drawflow-container .drawflow .parent-node {
  position: relative;
}
.drawflow-container .drawflow .drawflow-node {
  display: flex;
  align-items: stretch;
  position: absolute;
  width: 171px;
  min-height: 74px;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #D9E3F7;
  background: #fff;
  color: #2B3A4E;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.drawflow-container .drawflow .drawflow-node.smart_question_intent {
  width: 203px;
}
.drawflow-container .drawflow .drawflow-node.smart_question_intent .df-node-body {
  width: 100%;
}
.drawflow-container .drawflow .drawflow-node.selected,
.drawflow-container .drawflow .drawflow-node.connecting-source {
  border-color: #D9E3F7;
  background: #fff;
  box-shadow: 0 0 0 20px rgba(57, 120, 252, 0.2);
}
.drawflow-container .drawflow .drawflow-node.selected:hover,
.drawflow-container .drawflow .drawflow-node.connecting-source:hover {
  border-color: #D9E3F7;
}
.drawflow-container .drawflow .drawflow-node.selected .output,
.drawflow-container .drawflow .drawflow-node.connecting-source .output {
  width: 10px;
  height: 10px;
  background: #3978FC;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: crosshair;
  z-index: 1;
  color: #3978FC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawflow-container .drawflow .drawflow-node.selected .input:hover,
.drawflow-container .drawflow .drawflow-node.connecting-source .input:hover {
  width: 15px;
  height: 15px;
}
.drawflow-container .drawflow .drawflow-node.selected .output::after,
.drawflow-container .drawflow .drawflow-node.connecting-source .output::after {
  content: "+";
  font-size: 13px;
}
.drawflow-container .drawflow .drawflow-node.selected .output:hover,
.drawflow-container .drawflow .drawflow-node.connecting-source .output:hover {
  color: #ffffff;
  width: 15px;
  height: 15px;
}
.drawflow-container .drawflow .drawflow-node.selected .output:hover.side-right,
.drawflow-container .drawflow .drawflow-node.connecting-source .output:hover.side-right {
  right: -7px;
  top: calc(50% - 7px);
}
.drawflow-container .drawflow .drawflow-node.selected .output:hover.side-left,
.drawflow-container .drawflow .drawflow-node.connecting-source .output:hover.side-left {
  left: -7px;
  top: calc(50% - 7px);
}
.drawflow-container .drawflow .drawflow-node.selected .output:hover.side-top,
.drawflow-container .drawflow .drawflow-node.connecting-source .output:hover.side-top {
  top: -7px;
  left: calc(50% - 7px);
}
.drawflow-container .drawflow .drawflow-node.selected .output:hover.side-bottom,
.drawflow-container .drawflow .drawflow-node.connecting-source .output:hover.side-bottom {
  bottom: -7px;
  left: calc(50% - 7px);
}
.drawflow-container .drawflow .drawflow-node:hover {
  cursor: move;
  border-color: #B0C4E8;
}
.drawflow-container .drawflow .drawflow-node .inputs,
.drawflow-container .drawflow .drawflow-node .outputs {
  position: static !important;
  width: 0 !important;
  height: 0 !important;
  overflow: visible;
  pointer-events: none;
}
.drawflow-container .drawflow .drawflow-node .drawflow_content_node {
  width: 100%;
  display: block;
}
.drawflow-container .drawflow .drawflow-node .input,
.drawflow-container .drawflow .drawflow-node .output {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: all;
  z-index: 1;
}
.drawflow-container .drawflow .drawflow-node:hover .input,
.drawflow-container .drawflow .drawflow-node:hover .output,
.drawflow-container .drawflow .drawflow-node.selected .input,
.drawflow-container .drawflow .drawflow-node.selected .output {
  opacity: 1;
  background: #95a7c7;
  border: 1px solid #fff;
}
.drawflow-container .drawflow .drawflow-node .output.has-connection {
  background: #95a7c7;
  border: 1px solid #fff;
  cursor: crosshair;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawflow-container .drawflow .drawflow-node .output.has-connection::after {
  content: "+";
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  color: #95a7c7;
  pointer-events: none;
}
.drawflow-container .drawflow .drawflow-node .side-top {
  left: calc(50% - 5px);
  top: -5px;
}
.drawflow-container .drawflow .drawflow-node .side-right {
  right: -5px;
  top: calc(50% - 5px);
}
.drawflow-container .drawflow .drawflow-node .side-bottom {
  left: calc(50% - 5px);
  bottom: -5px;
  top: auto;
}
.drawflow-container .drawflow .drawflow-node .side-left {
  left: -5px;
  top: calc(50% - 5px);
}
.drawflow-container .drawflow svg {
  z-index: 0;
  position: absolute;
  overflow: visible !important;
}
.drawflow-container .drawflow .connection {
  position: absolute;
  pointer-events: none;
  aspect-ratio: 1/1;
}
.drawflow-container .drawflow .connection .main-path {
  fill: none;
  stroke-width: 4px;
  stroke: #D9E3F7;
  pointer-events: all;
}
.drawflow-container .drawflow .connection .main-path:hover {
  stroke: #2560D9;
  cursor: pointer;
  marker-end: url(#drawflow-arrowhead-hover);
}
.drawflow-container .drawflow .connection .main-path.selected {
  stroke: #2560D9;
  marker-end: url(#drawflow-arrowhead-hover);
}
.drawflow-container .drawflow .connection .point {
  cursor: move;
  stroke: #3978FC;
  stroke-width: 2;
  fill: white;
  pointer-events: all;
}
.drawflow-container .drawflow .connection .point.selected,
.drawflow-container .drawflow .connection .point:hover {
  fill: #2560D9;
}
.drawflow-container .drawflow .main-path {
  fill: none;
  stroke-width: 2px;
  stroke: #3978FC;
}
.drawflow-container .drawflow-delete {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #DA5757;
  color: #fff;
  z-index: 4;
  border: 2px solid #fff;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
}
.drawflow-container .drawflow > .drawflow-delete {
  margin-left: -10px;
  margin-top: 10px;
}
.drawflow-container .parent-node .drawflow-delete {
  right: -10px;
  top: -10px;
}
.drawflow-container .df-node-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.drawflow-container .df-node-title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #333333;
}
.drawflow-container .df-node-id {
  margin-left: auto;
  font-size: 11px;
  color: #9CA3AF;
  font-weight: 400;
  flex-shrink: 0;
}
.drawflow-container .df-node-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drawflow-container .df-node-body {
  background: #F6F6F6;
  width: 163px;
  min-height: 42px;
  padding: 8px;
  gap: 10px;
  border-radius: 5px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.15px;
  color: #333333;
  white-space: pre-wrap;
  word-break: break-word;
}
.drawflow-container .df-node-start {
  height: 100%;
  padding: 4px;
}
.drawflow-container .df-node-start .df-node-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.15px;
}
.drawflow-container .drawflow .drawflow-node.compound-parent .input, .drawflow-container .drawflow .drawflow-node.compound-parent .output,
.drawflow-container .drawflow .drawflow-node.single_choice_option .input,
.drawflow-container .drawflow .drawflow-node.single_choice_option .output,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option .input,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option .output,
.drawflow-container .drawflow .drawflow-node.smart_question_intent .input,
.drawflow-container .drawflow .drawflow-node.smart_question_intent .output,
.drawflow-container .drawflow .drawflow-node.if_else_condition .input,
.drawflow-container .drawflow .drawflow-node.if_else_condition .output {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.drawflow-container .drawflow .drawflow-node.compound-parent:hover .input, .drawflow-container .drawflow .drawflow-node.compound-parent:hover .output,
.drawflow-container .drawflow .drawflow-node.compound-parent.selected .input,
.drawflow-container .drawflow .drawflow-node.compound-parent.selected .output,
.drawflow-container .drawflow .drawflow-node.compound-parent.group-selected .input,
.drawflow-container .drawflow .drawflow-node.compound-parent.group-selected .output,
.drawflow-container .drawflow .drawflow-node.single_choice_option:hover .input,
.drawflow-container .drawflow .drawflow-node.single_choice_option:hover .output,
.drawflow-container .drawflow .drawflow-node.single_choice_option.selected .input,
.drawflow-container .drawflow .drawflow-node.single_choice_option.selected .output,
.drawflow-container .drawflow .drawflow-node.single_choice_option.group-selected .input,
.drawflow-container .drawflow .drawflow-node.single_choice_option.group-selected .output,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option:hover .input,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option:hover .output,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option.selected .input,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option.selected .output,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option.group-selected .input,
.drawflow-container .drawflow .drawflow-node.multiple_choice_option.group-selected .output,
.drawflow-container .drawflow .drawflow-node.smart_question_intent:hover .input,
.drawflow-container .drawflow .drawflow-node.smart_question_intent:hover .output,
.drawflow-container .drawflow .drawflow-node.smart_question_intent.selected .input,
.drawflow-container .drawflow .drawflow-node.smart_question_intent.selected .output,
.drawflow-container .drawflow .drawflow-node.smart_question_intent.group-selected .input,
.drawflow-container .drawflow .drawflow-node.smart_question_intent.group-selected .output,
.drawflow-container .drawflow .drawflow-node.if_else_condition:hover .input,
.drawflow-container .drawflow .drawflow-node.if_else_condition:hover .output,
.drawflow-container .drawflow .drawflow-node.if_else_condition.selected .input,
.drawflow-container .drawflow .drawflow-node.if_else_condition.selected .output,
.drawflow-container .drawflow .drawflow-node.if_else_condition.group-selected .input,
.drawflow-container .drawflow .drawflow-node.if_else_condition.group-selected .output {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  background: #95a7c7;
  border: 1px solid #fff;
}
.drawflow-container .drawflow .drawflow-node .input.has-child-connection,
.drawflow-container .drawflow .drawflow-node .output.has-child-connection {
  width: 10px !important;
  height: 10px !important;
  background: #95a7c7 !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  cursor: crosshair !important;
  z-index: 1 !important;
  color: #95a7c7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transition: none !important;
}
.drawflow-container .drawflow .drawflow-node .output.has-child-connection::after {
  content: "+";
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  color: #95a7c7;
  pointer-events: none;
}
.drawflow-container .drawflow .drawflow-node:hover .input.has-child-connection,
.drawflow-container .drawflow .drawflow-node:hover .output.has-child-connection,
.drawflow-container .drawflow .drawflow-node.selected .input.has-child-connection,
.drawflow-container .drawflow .drawflow-node.selected .output.has-child-connection,
.drawflow-container .drawflow .drawflow-node.group-selected .input.has-child-connection,
.drawflow-container .drawflow .drawflow-node.group-selected .output.has-child-connection {
  background: #3978FC !important;
  color: #3978FC !important;
}
.drawflow-container .drawflow .drawflow-node:hover .output.has-child-connection::after,
.drawflow-container .drawflow .drawflow-node.selected .output.has-child-connection::after,
.drawflow-container .drawflow .drawflow-node.group-selected .output.has-child-connection::after {
  color: #3978FC;
}
.drawflow-container .drawflow .drawflow-node.group-selected {
  box-shadow: 0 0 0 14px rgba(57, 120, 252, 0.12);
  border-color: #7AABFC;
}
.drawflow-container .drawflow .drawflow-node.error-node {
  box-shadow: 0 0 0 14px rgba(252, 57, 57, 0.12) !important;
  border-color: #DA5757 !important;
}
.drawflow-container .drawflow .drawflow-node.fallback-node {
  box-shadow: 0 0 0 14px rgba(255, 165, 0, 0.12);
  border-color: #FFA500;
}
.drawflow-container .drawflow .drawflow-node.validation-error {
  border-color: #DA5757 !important;
  animation: validation-pulse 1.5s ease-in-out infinite;
}
@keyframes validation-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(218, 87, 87, 0.15);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(218, 87, 87, 0.25);
  }
}
.drawflow-container .drawflow .connection[data-locked] {
  pointer-events: none;
}

.workflow-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-preview-iframe-wrapper {
  width: 420px;
  height: 680px;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.workflow-preview-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.workflow-preview-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}
.workflow-preview-close::before, .workflow-preview-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #333;
}
.workflow-preview-close::before {
  transform: rotate(45deg);
}
.workflow-preview-close::after {
  transform: rotate(-45deg);
}
.workflow-preview-close:hover {
  background: #fff;
}

/************************************ End Workflows *******************************************/
div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width: 100%;
  height: 34px;
}

div.tagsinput span.tag {
  float: left;
  color: #333333;
  font-family: helvetica;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  background-color: #F4F6F9;
  margin-right: 5px;
}

div.tagsinput span.tag a {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  top: -1px;
}

div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}

.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: #000;
  direction: ltr;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
  background-color: #fff;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: #000;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
  background: 0 0;
}

.cm-fat-cursor .CodeMirror-line::selection, .cm-fat-cursor .CodeMirror-line > span::selection, .cm-fat-cursor .CodeMirror-line > span > span::selection {
  background: 0 0;
}

.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
  background: 0 0;
}

.cm-fat-cursor {
  caret-color: transparent;
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

.cm-s-default .cm-header {
  color: #00f;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-type, .cm-s-default .cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta {
  color: #555;
}

.cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-s-default .cm-error {
  color: red;
}

.cm-invalidchar {
  color: red;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: 0;
  position: relative;
  z-index: 0;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
  outline: 0;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  font-variant-ligatures: contextual;
}

.CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: 0;
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
}

.container {
  width: 100%;
}

#loading {
  display: none;
}

#forget-block #loading {
  position: relative;
  text-align: center;
  top: 50px;
}

.list-app-image {
  width: 110px;
  height: 110px;
  border: 1px solid #D9E3F7;
}

.inputFile {
  position: absolute;
  font-size: 18px;
  z-index: 10000;
  opacity: 0;
  width: 100%;
  height: 37px;
}

label.error {
  font-weight: normal;
  color: red;
  font-size: 12px;
}

span.error {
  color: red;
  font-size: 12px;
  position: absolute;
  margin-top: -74px;
  right: 40px;
}

#selected-channels-warning span.error {
  font-size: 14px;
  margin-top: 0;
  right: auto;
  left: 96px;
}

#uploadPreview .default_image {
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  border: 1px solid #D9E3F7;
  margin-top: 30px;
  margin-left: 43px;
}

.app_edit #uploadPreview .default_image {
  margin-left: 30px;
}

@media (max-width: 991px) {
  #uploadPreview .default_image {
    position: relative;
  }
  .form-group-credentials {
    margin-bottom: 35px;
  }
}
.tab-pane .padded {
  background-color: #ffffff;
  border-radius: 5px;
}
.tab-pane .padded-lr {
  margin: 0 10px;
}
.tab-pane .padded-tb {
  margin: 10px 0;
}

.social-wrap {
  display: flex;
  justify-content: space-between;
}

.btn-defoult-profile-cancel {
  float: right;
  margin: 40px 10px 0px 20px;
  width: 136px;
  color: #333333;
  height: 34px;
}

#content #services #available-services li {
  list-style: none;
  background: none;
  width: 123px;
  padding: 0;
  margin: 0 0 40px 0;
}
#content #services #available-services li a {
  display: block;
  padding: 5px;
  height: 32px;
  line-height: 32px;
}
#content #services #available-services li span {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 65px;
  padding-left: 10px;
  float: right;
}

/* Clipboard */
.clipboard {
  position: absolute;
  top: 40px;
  left: -40px;
  cursor: pointer;
}

.header-menu {
  margin-right: 40px;
}

.tmp-hide {
  display: none;
}

.spacer {
  display: block;
  padding-top: 1px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.CodeMirror {
  border: 1px solid #B6D4F0;
  border-radius: 4px;
  height: 360px;
}

#update_settings_form .template-controls {
  padding-top: 18px;
}

.tags-container .tagsinput {
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #95A8C8;
}

.template-controls template-controls-form-leble-select {
  font-weight: normal;
}

#popular-tags-wrap ul {
  -webkit-padding-start: 0;
}
#popular-tags-wrap ul li {
  display: inline-block;
  float: left;
  background: #d9534f;
  border: 1px solid #a55b59;
  padding: 5px;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 4px;
  font-size: 13px;
}
#popular-tags-wrap ul li span.count {
  color: #000000;
  font-size: 12px;
}
#popular-tags-wrap ul li:hover {
  opacity: 0.6;
}

/* JQuery dataTables styles */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  margin: 5px;
  margin-bottom: 17px;
}
.dataTables_wrapper .dataTables_paginate {
  margin-right: 19px;
}
.dataTables_wrapper .dataTables_info {
  margin-left: 20px;
  color: #333333 !important;
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 20px !important;
}
.dataTables_wrapper a.remove {
  margin-left: 20px;
  display: block;
  position: absolute;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
.dataTables_wrapper .toolbar a {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
.dataTables_wrapper .footer-toolbar a {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
.dataTables_wrapper table.dataTable thead td {
  border: none;
  font-weight: bold;
  background: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
}
.dataTables_wrapper .dataTables_scrollBody {
  border-bottom: none !important;
}
.dataTables_wrapper .class_select {
  margin: 5px;
}

#subscriptions .dataTables_info {
  padding-top: 40px !important;
}

.dataTables_wrapper .head-toolbar {
  margin: 22px 20px 20px 5px;
  width: 136px;
  float: right;
}

/* Inline loading */
span.inline-loading {
  display: none;
  padding-left: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  background: url("/assets/ajax-inline-loader-4f1a6bf8.gif");
}

/* Styles for modal-dialog */
.modal .modal-body {
  max-height: 600px;
  overflow-y: auto;
}

/* Image preview dialog */
#image-modal #image-preview {
  max-width: 580px;
}

#add-content #content-area {
  margin: 10px 0;
}
#add-content #content-area .file_area {
  margin: 10px 0;
}
#add-content #content-area .file_area textarea#editor {
  display: none;
  height: 300px;
}

#custom #custom-actions button {
  margin-left: 5px;
}

#record_add .permissions_setting-wrap, #record_edit .permissions_setting-wrap {
  display: none;
}
#record_add .boolean_field, #record_edit .boolean_field {
  width: 100px;
}

#edit_permissions_dialog .padded-top {
  margin-top: 7px;
}

.tooltip-inner {
  max-width: 350px;
}

#progress .bar {
  height: 2px;
  background-color: rgb(143, 194, 63);
  width: 0%;
  background-position: initial initial;
  background-repeat: initial initial;
  margin: 10px 0 5px 0;
}

.nbb {
  border-bottom: 0px;
  width: 400px;
  float: right;
}

.copy_dialog_id {
  color: #FFFFFF;
  padding: 10px 0;
}

#m-messages-settings .radio label label {
  padding-left: 0;
}

#user_subscriptions .toolbar {
  margin: 35px 0 30px;
}
#user_subscriptions .toolbar a {
  margin-top: 10px;
}
#user_subscriptions {
  margin-top: 30px;
  margin-left: 15px;
}
#user_subscriptions .dataTables_info {
  padding-top: 0 !important;
  margin-top: -65px;
}
#user_subscriptions label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}

#user_chat_connections .toolbar {
  margin: 35px 0 30px;
}
#user_chat_connections .toolbar a {
  margin-top: 10px;
}
#user_chat_connections {
  margin-top: 30px;
  margin-left: 15px;
}
#user_chat_connections .dataTables_info {
  padding-top: 0 !important;
  margin-top: -65px;
}
#user_chat_connections label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}
#user_chat_connections ul.pagination {
  margin-bottom: 0;
  padding-bottom: 23px;
  padding-right: 10px;
}

.subscription-tokens .odd {
  background-color: #ffffff;
}

#info-panel {
  margin-top: -5px;
  width: 100%;
}
#info-panel .panel-heading {
  border: none;
  background-color: #D9E3F7;
}
#info-panel a {
  vertical-align: middle;
  width: 100px;
}
#info-panel .description {
  font-size: 14px;
  color: #6C7A92;
  font-style: italic;
}

.panel-heading a:hover {
  cursor: pointer;
  text-decoration: none;
}
.panel-heading a:after {
  font-family: "simple-line-icons", "Lato", sans-serif;
  font-size: 16px;
  content: "\e604";
  color: #6C7A92;
  float: right;
  font-weight: 100;
}

.panel-heading .collapsed:after {
  content: "\e606";
}
.panel-heading .closed:after {
  content: "\e613";
}

#tip {
  font-size: 12px;
}

#login-waiter {
  display: none;
}
#login-waiter img {
  padding: 40% 0 0 45%;
}

span.glyphicon {
  font-size: 16px;
  color: #5f5f5f;
}

button span.glyphicon, a span.glyphicon {
  color: #ffffff;
  top: 3px;
}

#save_btn_chat_alert {
  margin-top: 30px;
}

.class_select {
  width: 400px;
}
.class_select select {
  margin-left: 20px;
  width: 200px;
  float: right;
}

#custom #class_select {
  display: none;
}

.exp_imp_toolbar #class_select * {
  margin-right: 5px;
}

#custom-actions {
  padding-bottom: 20px;
}
#custom-actions .class_select {
  float: right;
  left: 0;
}
#custom-actions .class_select select {
  width: 264px;
  height: 36px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  margin-top: -8px !important;
  padding-bottom: 7px;
}
#custom-actions .class_select label {
  color: #333333;
  font-weight: normal;
  font-sans: 14px;
}

#custom-actions button {
  float: right;
}

#custom_table_filter {
  width: 520px;
}
#custom_table_filter label {
  width: 100%;
  padding-bottom: 14px;
}
#custom_table_filter label input {
  border: 1px solid #95A8C8;
  width: 200px;
  height: 36px;
  background-color: #ffffff;
  color: #6C7A92;
}

#entity-stat .stat-data select, #entity-stat .sdk-data select, #entity-stat .os-data select {
  margin: 30px 0 30px;
  width: 440px;
  height: 39px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
}

.stats .module-navigation {
  top: -49px;
}
.stats .nbb {
  float: none;
  width: 572px;
}

#global-stat .export-stat * {
  margin-right: 5px;
}

#mail-task-form .recipient {
  margin-top: 10px;
}
#mail-task-form .CodeMirror {
  height: 410px;
}

.width-absolute {
  width: 100% !important;
}

/* PowerTip Plugin */
#powerTip {
  cursor: default;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  color: #fff;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
}

#powerTip:before {
  content: "";
  position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}

#powerTip.n:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}

#powerTip.e:before {
  border-right: 10px solid #333;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px;
}

#powerTip.s:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}

#powerTip.w:before {
  border-left: 10px solid #333;
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px;
}

#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}

#powerTip.ne:before, #powerTip.nw:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}

#powerTip.se:before, #powerTip.sw:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}

#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px;
}

#powerTip.se-alt:before {
  left: auto;
  right: 10px;
}

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #333333;
  display: block;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAeCAYAAACR82geAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQzQ5MUVFRTJDRTkxMUUzODYyMUJDN0ExNzY5MEJFMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQzQ5MUVFRDJDRTkxMUUzODYyMUJDN0ExNzY5MEJFMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZZiqAgAAAR5JREFUeNrs2W0OgjAMBmAnHJjoOZq8FzYTUAkfG9KuJFDaZD8MpoYHmG0JMcabxzLuTuAwDqMR9dlPIISQO0TtqtrVpA7+21troxe8Q3mMPjfsDJ3cmVcGJc4WuOdtDSaFksQphvn+WNHdthJQhFlDWeBowMQcTiEMPilUYLagTHC0YJI4BTD45VWA4aAMOJowCxwhDMY5D7t3MWEmOAIYzPNZghlwmDBI5bIG0+MwYJDLc1SYkl6pYnz3dbraWXjHQPAokfVHCQWbL1mFgcLfNVmDgWKBR4oFHgQFHmnBYIeWgBRbAg4OabUE2LGJJMUmEltRrjh2wBaUK8LkcOjqg6oUjmhkYnXm24wq7qdoyO5vIv29ksM4zI7xFmAAj1yMVcKZ+nYAAAAASUVORK5CYII=");
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  display: block;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 114px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #ffffff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

/*!
 * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.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 #ccc;
  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-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  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:hover, .datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(top, #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:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled: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.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled: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.disabled.active, .datepicker table tr td.today.disabled: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:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(top, #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);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled: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.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled: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.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: gray #808080 #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:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled: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.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: gray;
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled: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.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled: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.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled: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.disabled.active, .datepicker table tr td.active.disabled: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;
  border-radius: 4px;
}

.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:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled: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.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled: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.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}

.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 {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  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;
}

/*! jQuery UI - v1.11.4 - 2015-06-08
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/assets/ui-bg_flat_75_ffffff_40x100-47c02a21.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/assets/ui-bg_highlight-soft_75_cccccc_1x100-f2ecb363.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("/assets/ui-bg_glass_75_e6e6e6_1x400-14d47206.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("/assets/ui-bg_glass_75_dadada_1x400-97c9d6f0.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/assets/ui-bg_glass_65_ffffff_1x400-f5111b47.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/assets/ui-bg_glass_55_fbf9ee_1x400-d458935d.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/assets/ui-bg_glass_95_fef1ec_1x400-f7346c76.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/ui-icons_222222_256x240-e23eac50.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/ui-icons_222222_256x240-e23eac50.png");
}

.ui-state-default .ui-icon {
  background-image: url("/assets/ui-icons_888888_256x240-b8f8047a.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/assets/ui-icons_454545_256x240-42d3554d.png");
}

.ui-state-active .ui-icon {
  background-image: url("/assets/ui-icons_454545_256x240-42d3554d.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/assets/ui-icons_2e83ff_256x240-f4eebfb1.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/ui-icons_cd0a0a_256x240-f43ded2e.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("/assets/ui-bg_flat_0_aaaaaa_40x100-9ec5974a.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/assets/ui-bg_flat_0_aaaaaa_40x100-9ec5974a.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}

.btn-toolbar {
  float: right;
  margin-bottom: 90px;
  padding-right: 15px;
}

.new-btn {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #3978FC;
  border: none;
  width: auto;
  padding: 6px 20px;
  cursor: pointer;
}

.btn-grey {
  color: #333333;
  background-color: #F4F6F9;
  border: 1px solid #F4F6F9;
}

.btn-red {
  color: #DA5757;
  background-color: #fff;
  border: 1px solid #DA5757;
}

.btn-del {
  background-color: #E52525;
  color: #ffffff;
  border: 1px solid #E52525;
}

.btn-yellow {
  color: #333333;
  background-color: #FFCC5A;
}

.btn-link {
  background-color: none;
  color: #3978FC;
  text-decoration: underline;
}

.new-btn:hover,
.new-btn:active,
.new-btn:focus {
  opacity: 0.8;
  outline: 0;
}

.new-btn.active {
  color: #ffffff;
  background-color: #3978FC;
}

.pull-right {
  margin-right: 10px;
}

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

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

.btn-group > .new-btn, .btn-group-vertical > .new-btn {
  position: relative;
  float: left;
}

.new-btn.disabled,
.new-btn[disabled],
fieldset[disabled] .new-btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
  background-color: #F4F6F9;
  border-color: #f4f6f9;
  color: #95A8C8;
}

.new-btn.disabled, .new-btn[disabled], fieldset[disabled] .new-btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
  background-color: #F4F6F9;
  border: 1px solid #F4F6F9;
  color: #95A8C8;
}

.hide_button {
  display: none;
}

.btn-close-madal {
  float: right;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 1;
  background-image: url("/assets/close-beda4bf9.svg") !important;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.btn-close-madal:focus,
.btn-close-madal:active,
.btn-close-madal:hover {
  opacity: 0.8;
  outline: none;
}

/****** btn ***************/
#rest_api .new-btn.active {
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: -5px;
  z-index: 2;
}

#rest_api .new-btn.active:nth-child(2) {
  border-radius: 0 4px 4px 0;
  margin-left: -5px;
}

/***********************************************/
.right-section-mailing {
  margin-right: 0;
}

.template-controls {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
.template-controls .upload-file-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.template-controls .upload-file-wrap label {
  margin-right: 10px;
  padding-top: 8px;
  margin-top: 10px;
}
.template-controls .upload-file-wrap .new-btn {
  position: relative;
  border-radius: 4px 0 0 4px;
  margin-left: -106px;
  margin-top: 44px;
  z-index: 2;
}
.template-controls .upload-file-wrap .new-btn #mailing_task_file {
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.template-controls .upload-file-wrap label,
.template-controls .upload-file-wrap .new-btn,
.template-controls .upload-file-wrap #filename {
  float: left;
}
.template-controls .upload-file-wrap #filename {
  padding-left: 110px;
}

.edit-chat {
  width: 100%;
  max-width: 900px;
}

.wrap-edit-chat {
  width: 100%;
  border: 1px solid #D9E3F7;
  border-radius: 4px;
}

.wrap-edit-chat #update_form {
  padding: 22px 20px 0px 15px;
  margin-left: 0;
}

.wrap-edit-chat-button {
  padding: 10px 20px 5px;
}
.wrap-edit-chat-button .new-btn {
  float: right;
}

.tab-content .panel-collapse .panel-body {
  padding-top: 10px;
  padding-bottom: 15px;
}

#send_message_form .panel-title {
  line-height: 32px;
  margin-bottom: 5px;
}
#send_message_form .more_panel_options_collapse .help-block {
  margin-bottom: 0;
}
#send_message_form .help-block {
  margin-bottom: 12px;
}
#send_message_form .help-block p {
  padding-bottom: 8px;
}
#send_message_form .panel-body {
  padding-bottom: 30px;
}
#send_message_form .collapsible-content-wrap .module-options {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}
#send_message_form .collapsible-content-wrap .module-options h3 {
  color: #6C7A92;
  letter-spacing: 0;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
#send_message_form #environment .panel-body {
  padding-bottom: 36px;
}

#environment .module-options {
  padding: 20px;
  position: relative;
  top: 6px;
}

.text-wrap-dialog-edit {
  border: 1px solid #95A8C8;
  border-radius: 4px;
  background-color: #F4F6F9;
  height: 36px;
  padding-top: 7px;
}

#edit-dialog #update-result {
  margin-left: 15px;
}

#edit-dialog #update-errors {
  margin-left: 15px;
}

span.obligatory-field {
  color: #E52525;
}

#chat_alert_text {
  margin-top: 12px;
}

.left-col-edit-user-profile {
  width: calc(50% - 34px);
  background-color: #ffffff;
  border: 1px solid #D9E3F7;
  border-radius: 5px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 22px 30px 10px 30px;
}

.left-col-edit-user-profile .wrap-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-right: 4px;
}

.left-col-edit-user-profile #user_submit {
  margin-right: 10px;
}

.left-col-edit-user-profile .btn-export-profile-user {
  margin-right: 10px;
}

.right-col-edit-user-profile {
  width: 50%;
  margin-right: 0;
  padding-right: 0;
}

.right-col-edit-user-profile #subscriptions_dialog {
  margin-top: 22px;
}

.right-col-edit-user-profile #data {
  padding-left: 0;
  padding-bottom: 13px;
}

.right-col-edit-user-profile #user_subscriptions label {
  padding-bottom: 8px;
}

.right-col-edit-user-profile .remove {
  position: relative;
  top: 60px !important;
}

@media (max-width: 1400px) {
  .left-col-edit-user-profile {
    width: 70%;
  }
}
.wrap-edit-chat-add-members {
  overflow: visible !important;
}

.cell-dropdown-options {
  width: 226px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #D9E3F7;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
}
.cell-dropdown-options li {
  padding: 8px 12px;
  cursor: pointer;
}
.cell-dropdown-options li:hover {
  background-color: #f0f0f0 !important;
}
.cell-dropdown-options.hidden {
  display: none;
}

.wrap-edit-chat-add-members {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #D9E3F7;
  border-radius: 4px;
  padding-right: 20px;
  padding-left: 20px;
}
.wrap-edit-chat-add-members .members-header-section {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 33px;
}
.wrap-edit-chat-add-members .members-header-section b {
  line-height: 33px;
  height: 33px;
}
.wrap-edit-chat-add-members .members-header-section .add-members-btn {
  margin-right: 0;
  width: 148px;
  height: 34px;
  border-radius: 4px;
  background-color: #3978FC;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wrap-edit-chat-add-members .divider {
  margin-left: 0px;
  margin-right: 0px;
  height: 1px;
  background-color: #E7EFFF;
}
.wrap-edit-chat-add-members .members-search-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 36px;
  gap: 23px;
}
.wrap-edit-chat-add-members .members-search-section .search-input {
  position: relative;
  height: 36px;
  flex: 1;
}
.wrap-edit-chat-add-members .members-search-section .search-input .search-icon {
  position: absolute;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 22px;
}
.wrap-edit-chat-add-members .members-search-section .search-input #search-members {
  height: 100%;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
}
.wrap-edit-chat-add-members .members-search-section .search-input #search-members:focus {
  outline: none;
  border-color: #3978FC;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wrap-edit-chat-add-members .members-search-section .members-filter {
  width: 247px;
  height: 36px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.wrap-edit-chat-add-members .members-search-section .members-filter .dropdown-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 36px;
}
.wrap-edit-chat-add-members .members-search-section .members-filter .dropdown-selected .dropdown-arrow {
  margin-top: 5px;
  margin-right: 10px;
}
.wrap-edit-chat-add-members .members-search-section .members-filter .dropdown-selected .dropdown-text {
  margin-left: 20px;
  height: 36px;
  line-height: 36px;
}
.wrap-edit-chat-add-members .members-search-section .members-filter .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  list-style: none;
  margin-top: 11px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 247px;
  padding: 0;
  z-index: 10;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 4px 4px;
}
.wrap-edit-chat-add-members .members-search-section .members-filter .dropdown-options li {
  padding: 8px 12px;
  cursor: pointer;
}
.wrap-edit-chat-add-members .members-search-section .members-filter .dropdown-options li:hover {
  background: #f0f0f0 !important;
}
.wrap-edit-chat-add-members .members-search-section .members-filter .hidden {
  display: none;
}
.wrap-edit-chat-add-members #members_list td {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40.5px;
}
.wrap-edit-chat-add-members #members_list {
  /* Cell Dropdown Styles */
}
.wrap-edit-chat-add-members #members_list .cell-dropdown {
  position: relative;
  width: 90px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wrap-edit-chat-add-members #members_list .cell-dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.wrap-edit-chat-add-members #members_list .cell-dropdown-text {
  font-weight: normal;
  color: #333;
}
.wrap-edit-chat-add-members #members_list .cell-dropdown-arrow {
  display: flex;
  align-items: center;
}
.wrap-edit-chat-add-members #members_list .cell-dropdown-options {
  position: absolute;
  top: 100%;
  left: -136px;
}
.wrap-edit-chat-add-members #members_list .hidden {
  display: none;
}
.wrap-edit-chat-add-members .members-footer {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wrap-edit-chat-add-members .members-footer .remove-members-button {
  margin-left: 0;
  min-width: 124px;
  height: 34px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 6px 20px;
  border: 1px solid #DA5757;
  color: #DA5757;
  background-color: #fff;
}
.wrap-edit-chat-add-members .members-footer .remove-members-button.inactive {
  background-color: #F4F6F9;
  color: #95A8C8;
  border: 0;
}

#add-admins-modal .modal-dialog {
  width: 735px;
  height: 527px;
}
#add-admins-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#add-admins-modal .modal-dialog .modal-content .modal-header {
  padding: 12.5px 20px 0px 20px;
}
#add-admins-modal .modal-dialog .modal-content .modal-header .search-input {
  display: block;
  position: relative;
  height: 36px;
  width: 100%;
  margin-top: 12.5px;
  margin-bottom: 19px;
}
#add-admins-modal .modal-dialog .modal-content .modal-header .search-input #add-admins-search-users {
  height: 100%;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
}
#add-admins-modal .modal-dialog .modal-content .modal-header .search-input #add-admins-search-users:focus {
  outline: none;
  border-color: #3978FC;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#add-admins-modal .modal-dialog .modal-content .modal-header .search-input .search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  list-style: none;
  margin-top: 11px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 696px;
  padding: 0;
  z-index: 10;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 4px 4px;
}
#add-admins-modal .modal-dialog .modal-content .modal-header .search-input .search-dropdown li {
  padding: 8px 12px;
  cursor: pointer;
}
#add-admins-modal .modal-dialog .modal-content .modal-header .search-input .search-dropdown li:hover {
  background: #f0f0f0;
}
#add-admins-modal .modal-dialog .modal-content .modal-header .search-input .hidden {
  display: none;
}
#add-admins-modal .modal-dialog .modal-content .modal-body {
  flex: 1;
  padding: 0px 20px 0px 20px;
}
#add-admins-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#add-admins-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #333333;
  margin-bottom: 4px;
}
#add-admins-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin: 0;
}
#add-admins-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder.hidden {
  display: none;
}
#add-admins-modal .modal-dialog .modal-content .modal-body .members-list {
  flex: 1;
  padding: 0;
}
#add-admins-modal .modal-dialog .modal-content .modal-body .members-list.hidden {
  display: none;
}
#add-admins-modal .modal-dialog .modal-content .modal-footer .control-buttons {
  text-align: end;
  margin-top: 10px;
}
#add-admins-modal .modal-dialog .modal-content .modal-footer .control-buttons .inactive {
  background-color: #95A8C8;
  pointer-events: none;
}

#add-members-modal .modal-dialog {
  width: 735px;
  height: 527px;
}
#add-members-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#add-members-modal .modal-dialog .modal-content .modal-header {
  padding: 12.5px 20px 0px 20px;
}
#add-members-modal .modal-dialog .modal-content .modal-header .search-input {
  display: block;
  position: relative;
  height: 36px;
  width: 100%;
  margin-top: 12.5px;
  margin-bottom: 19px;
}
#add-members-modal .modal-dialog .modal-content .modal-header .search-input #add-admins-search-users {
  height: 100%;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #95A8C8;
  border-radius: 4px;
}
#add-members-modal .modal-dialog .modal-content .modal-header .search-input #add-admins-search-users:focus {
  outline: none;
  border-color: #3978FC;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#add-members-modal .modal-dialog .modal-content .modal-header .search-input .search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  list-style: none;
  margin-top: 11px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 696px;
  padding: 0;
  z-index: 10;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 4px 4px;
}
#add-members-modal .modal-dialog .modal-content .modal-header .search-input .search-dropdown li {
  padding: 8px 12px;
  cursor: pointer;
}
#add-members-modal .modal-dialog .modal-content .modal-header .search-input .search-dropdown li:hover {
  background: #f0f0f0;
}
#add-members-modal .modal-dialog .modal-content .modal-header .search-input .hidden {
  display: none;
}
#add-members-modal .modal-dialog .modal-content .modal-body {
  flex: 1;
  padding: 0px 20px 0px 20px;
}
#add-members-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#add-members-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #333333;
  margin-bottom: 4px;
}
#add-members-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin: 0;
}
#add-members-modal .modal-dialog .modal-content .modal-body .empty-list-placeholder.hidden {
  display: none;
}
#add-members-modal .modal-dialog .modal-content .modal-body .members-list {
  flex: 1;
  padding: 0;
}
#add-members-modal .modal-dialog .modal-content .modal-body .members-list.hidden {
  display: none;
}
#add-members-modal .modal-dialog .modal-content .modal-footer .control-buttons {
  text-align: end;
  margin-top: 10px;
}
#add-members-modal .modal-dialog .modal-content .modal-footer .control-buttons .inactive {
  background-color: #95A8C8;
  pointer-events: none;
}

#confirmation-remove-users .modal-dialog {
  width: 321px;
  height: 189px;
}
#confirmation-remove-users .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#confirmation-remove-users .modal-dialog .modal-content .modal-header {
  padding: 22.5px 20px 12.5px 20px;
}
#confirmation-remove-users .modal-dialog .modal-content .modal-body {
  flex: 1;
  padding: 10px 20px 0px 20px;
}
#confirmation-remove-users .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin: 0;
}
#confirmation-remove-users .modal-dialog .modal-footer .control-buttons {
  text-align: end;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
#confirmation-remove-users .modal-dialog .modal-footer .control-buttons #confirm-remove-users-btn {
  background-color: #DA5757;
}

#confirmation-change-role .modal-dialog {
  width: 321px;
  height: 189px;
}
#confirmation-change-role .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#confirmation-change-role .modal-dialog .modal-content .modal-header {
  padding: 22.5px 20px 12.5px 20px;
}
#confirmation-change-role .modal-dialog .modal-content .modal-body {
  flex: 1;
  padding: 10px 20px 0px 20px;
}
#confirmation-change-role .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin: 0;
}
#confirmation-change-role .modal-dialog .modal-footer .control-buttons {
  text-align: end;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

#action-not-allowed-remove-owner .modal-dialog {
  width: 321px;
  height: 189px;
}
#action-not-allowed-remove-owner .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#action-not-allowed-remove-owner .modal-dialog .modal-content .modal-header {
  padding: 22.5px 20px 12.5px 20px;
}
#action-not-allowed-remove-owner .modal-dialog .modal-content .modal-body {
  flex: 1;
  padding: 10px 20px 0px 20px;
}
#action-not-allowed-remove-owner .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin: 0;
}
#action-not-allowed-remove-owner .modal-dialog .modal-footer {
  padding: 0px 15px 15px 15px;
}
#action-not-allowed-remove-owner .modal-dialog .modal-footer .control-buttons {
  text-align: end;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.icon-help-circled:before {
  content: "\e806";
} /* '' */
.icon-chat:before {
  content: "\e804";
} /* '' */
.icon-location:before {
  content: "\e80c";
} /* '' */
.icon-code:before {
  content: "\e805";
} /* '' */
.icon-apple:before {
  content: "\e801";
} /* '' */
.icon-android:before {
  content: "\e800";
} /* '' */
.icon-video:before {
  content: "\e808";
} /* '' */
.icon-users:before {
  content: "\e80b";
} /* '' */
.icon-chart-line:before {
  content: "\e807";
} /* '' */
body.signup-page {
  background: #3f264e url("/assets/background-4ed2d548.jpg") no-repeat;
  background-size: cover;
}

#header {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  height: 100px;
  position: relative;
  background: none;
  padding-top: 25px;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
}
#header .logo {
  width: 190px;
  height: 40px;
  margin: 0 auto;
  display: block;
  float: none;
  text-indent: -9999px;
  background: url("/assets/logo-008cc5ba.png") no-repeat;
  background-size: 100%;
}

#signup-form-wrapper {
  margin: 0 auto 30px;
  max-width: 500px;
  background: #fff;
  color: #8b8b8b;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#signup-form-wrapper h2 {
  margin: 0 0 15px;
  font-weight: 300;
  display: block;
  line-height: 1.2em;
  color: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#signup-form-wrapper #signup-submit {
  width: 100%;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  background: #ff4236;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 10px;
  font-family: inherit;
}
#signup-form-wrapper #signup-submit:hover {
  background: #ff6e6e;
}
#signup-form-wrapper #termsofuse {
  margin: 10px 0;
  font-size: 13px;
  color: #aaa;
  line-height: 16px;
  text-align: center;
  padding: 5px 30px;
}
#signup-form-wrapper input,
#signup-form-wrapper #verificationText {
  padding: 10px 15px;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  background: #fafafa;
  border: 1px solid #d9d7d8;
  color: #666;
  margin: 0 0 10px;
  box-shadow: none;
}
#signup-form-wrapper #signin-github {
  background: url("/assets/sso-github-6cb7c4ba.svg") no-repeat;
  background-position: 12px 10px;
  background-size: 18px;
  margin-right: 3%;
  color: #777;
  border: 1px solid #a6a6a6;
}
#signup-form-wrapper .social-sign-in {
  padding: 8px 0px;
  text-align: center;
  width: 135px;
  text-decoration: none;
  border-radius: 3px;
  text-indent: 20px;
  font-size: 14px;
  font-weight: 800;
  width: 48.5%;
  display: inline-block;
  transition: background 0.2s ease;
}
#signup-form-wrapper #signin-google {
  background: url("/assets/sso-google-5f661d96.svg") no-repeat;
  background-size: 18px;
  background-position: 12px;
  border: 1px solid #e39085;
  color: #d34836;
}
#signup-form-wrapper .oauth-signup {
  font-size: 0;
}

.uppl {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #6e6e6e;
}

.uppl .payment-errors {
  color: red;
  font-size: 14px;
  margin-bottom: 20px;
}

.uppl_inner {
  width: 540px;
  margin: 0 0 0 23%;
}

.uppl_title {
  margin: 0;
  font-size: 38px;
  font-weight: 300;
  color: #202020;
  white-space: nowrap;
}

.uppl .dd_plans {
  display: inline-block;
}

.uppl .dd_plans .btn {
  padding: 0;
  vertical-align: baseline;
  font-size: 38px;
  font-weight: 300;
  color: #202020;
  background: #fff;
  border: none;
  outline: none;
}

.uppl .dd_plans .btn:active {
  outline: none;
  box-shadow: none;
}

.uppl .dd_plans .open > .dropdown-toggle.btn-default:focus,
.uppl .dd_plans .open > .dropdown-toggle.btn-default:hover {
  color: #202020;
  background-color: #fff;
}

.uppl .dd_plans .btn .caret {
  width: 12px;
  height: 8px;
  background: url("/assets/icons/ic-expand-more-0bc45d59.svg") center no-repeat;
  border: none;
}

.uppl .dd_plans .dropdown-menu {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  padding: 20px 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

.uppl .dd_plans .dropdown-menu > li > a {
  padding: 9px 48px 8px 20px;
  font-size: 14px;
  color: #959595;
}

.uppl .dd_plans .dropdown-menu > li > a.active {
  color: #6e6e6e;
}

.uppl .uppl_note_enc {
  text-align: center;
}

.uppl .uppl_note_enc_inner {
  display: inline-block;
  position: relative;
  margin: 22px 0 0 0;
  padding: 6px 18px 6px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}

.uppl .uppl_note_enc p {
  position: relative;
  margin: 0 0 0 19px;
  font-size: 12px;
  line-height: 18px;
}

.uppl .uppl_note_enc p:before {
  content: " ";
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -8px;
  background: transparent url("/assets/icons/ic_security-ce485d1a.svg") center;
}

.uppl .uppl_form {
  margin: 45px 0 33px 0;
}

.uppl .uppl_form .form-group {
  margin-bottom: 20px;
}

.uppl .uppl_form .control-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

.uppl .uppl_form .form-control {
  height: 50px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: none;
  color: #404040;
}

.uppl .uppl_form .form-control:hover {
  border-color: #959595;
}

.uppl.uppl .uppl_form .form-control:focus {
  border-color: #41cc44;
}

.uppl .uppl_form .form-control[disabled] {
  border: none;
  background: #f5f6f5;
}

.uppl .uppl_form .form-control.has-error input,
.uppl .uppl_form .form-group.has-error input,
.uppl .uppl_form .form-group.has-error select {
  border-color: #d0021b;
}

.uppl .uppl_form .icon-card {
  position: absolute;
  display: block;
  top: 22px;
  z-index: 2;
  height: 50px;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
}

.uppl .uppl_form .icon-card_visa {
  width: 38px;
  right: 57px;
  background-image: url("/assets/icons/visa_logo-945fe50b.svg");
}

.uppl .uppl_form .icon-card_master {
  width: 30px;
  right: 12px;
  background-image: url("/assets/icons/mastercard_logo-da29b271.svg");
}

.uppl .uppl_form .uppl_eu {
  margin: 13px 0 18px 0;
}

.uppl .uppl_eu_s {
  margin: 0 0 30px 0;
}

.uppl .uppl_form_section {
  margin-right: -10px;
  margin-left: -10px;
}

.uppl .uppl_form_section_item {
  padding-right: 10px;
  padding-left: 10px;
}

.uppl .uppl_form_subsection {
  margin-right: -4px;
  margin-left: -4px;
}

.uppl .uppl_form_subsection .uppl_form_section_item {
  padding-right: 4px;
  padding-left: 4px;
}

.uppl .uppl_form_subsection_label {
  padding: 0 0 0 8px;
}

.uppl .uppl_vat-section {
  margin-bottom: 18px;
  padding: 20px 15px 16px 20px;
  border-radius: 8px;
  background: #efeff4;
  box-shadow: none;
  border: none;
}

.uppl .uppl_vat-section .help-block {
  font-size: 11px;
  color: #abb4bd;
}

.uppl .uppl_form_res {
  margin: 0 0 15px 0;
  font-size: 22px;
  text-align: center;
  color: #404040;
}

.uppl .uppl_form_res strong {
  font-weight: 800;
}

.uppl .uppl_form_res span {
  color: #9f9f9f;
}

.uppl .uppl_form_saver {
  margin: 0;
  font-size: 13px;
  text-align: center;
}

.uppl .uppl_form_saver a {
  color: #41cc44;
  text-decoration: underline;
}

.uppl .uppl_form_saver a:hover {
  text-decoration: none;
}

.uppl .uppl_form .btn-submit {
  margin: 30px 0 0 0;
  padding: 18px 125px;
  background: #ff4236;
  font-size: 18px;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}

.uppl .uppl_form .btn-submit:hover,
.uppl .uppl_form .btn-submit:active {
  background: #dd362b;
}

/**
 * MODAL for Upgrade Plan
 */
.m-upgradeplan {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  background: rgba(11, 32, 71, 0.6);
}

.m-upgradeplan .modal-dialog {
  width: 822px;
}

.m-upgradeplan .modal-content {
  position: relative;
  padding: 30px 30px 41px 30px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

.m-upgradeplan .modal-body {
  padding: 0;
}

.m-upgradeplan button.close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent url("/assets/icons/ic_close-30dcd4a0.svg") center no-repeat;
  outline: none;
}

.m-upgradeplan .modal-header {
  padding: 0;
  margin: 0 0 36px 0;
  white-space: nowrap;
  border-bottom: none;
}

.m-upgradeplan .modal-title {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 40px;
  font-weight: 300;
  color: #1f1f1f;
}

.m-upgradeplan .m-upgradeplan_var_billing {
  vertical-align: text-bottom;
}

.m-upgradeplan .m-upgradeplan_var_billing > .btn {
  padding: 9px 13px;
  background: #ffffff;
  color: #6e6e6e;
  box-shadow: none;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.m-upgradeplan .m-upgradeplan_var_billing > .btn:hover {
  background-color: #f5f6f5;
}

.m-upgradeplan .m-upgradeplan_var_billing > .btn.active {
  background-color: #e0e0e0;
}

.m-upgradeplan .modal-body_l {
  display: table-row;
}

.m-upgradeplan .modal-body_i {
  display: table-cell;
  width: 25%;
  position: relative;
  vertical-align: top;
}

.m-upgradeplan .modal-body_w {
  position: static;
  display: inline-block;
  height: 100%;
  max-height: 100%;
  margin: 0 15px;
}

.m-upgradeplan .m-upgradeplan_prop {
  padding: 0 0 80px 0;
  min-width: 160px;
  text-align: center;
  color: #6e6e6e;
}

.m-upgradeplan .m-upgradeplan_prop_i {
  min-width: 16px;
  min-height: 110px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.m-upgradeplan_prop-starter .m-upgradeplan_prop_i {
  background-image: url("/assets/icons/ic-starter-e880b4c7.svg");
}

.m-upgradeplan_prop-advanced .m-upgradeplan_prop_i {
  background-image: url("/assets/icons/ic_advanced-7f0deda4.svg");
}

.m-upgradeplan_prop-pro .m-upgradeplan_prop_i {
  background-image: url("/assets/icons/ic-starter-pro-f416dd59.svg");
}

.m-upgradeplan_prop-enterprise .m-upgradeplan_prop_i {
  background-image: url("/assets/icons/ic-starter-enterprise-333a20d4.svg");
}

.m-upgradeplan .m-upgradeplan_prop_t {
  margin: 5px 0 0 0;
  font-size: 22px;
  color: #404040;
}

.m-upgradeplan .m-upgradeplan_prop_p {
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.m-upgradeplan .m-upgradeplan_prop_d {
  margin: 19px 0 5px 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 18px;
}

.m-upgradeplan .m-upgradeplan_prop_a {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
}

.m-upgradeplan .m-upgradeplan_prop_l {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #959595;
}

.m-upgradeplan .m-upgradeplan_prop_a .btn {
  margin: 26px 0 0 0;
  padding: 8px 0 9px 0;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background: #ff4236;
  border: 1px solid #ff4236;
  transition: background-color 0.3s ease;
}

.m-upgradeplan_prop_a .btn:hover {
  background-color: #dd362b;
}

.m-upgradeplan_prop-enterprise + .m-upgradeplan_prop_a .btn {
  border-color: #9d30b3;
  background-color: #9d30b3;
}

.m-upgradeplan_prop-enterprise + .m-upgradeplan_prop_a .btn:hover,
.m-upgradeplan_prop-enterprise + .m-upgradeplan_prop_a .btn:active {
  background-color: #7f2691;
  border-color: #7f2691;
}

.m-upgradeplan_prop_a .btn[disabled] {
  background: #fff;
  color: #757575;
  border-color: #cccccc;
  opacity: 1;
}

.card_details .card-info {
  font-size: 15px;
  margin-left: 42px;
}
.card_details .icon-edit_card {
  float: right;
}
.card_details .icon-card {
  display: inline-block;
  height: 18px;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
}
.card_details .icon-card.icon-card_visa {
  width: 38px;
  background-image: url("/assets/icons/visa_logo-945fe50b.svg");
}
.card_details .icon-card.icon-card_master {
  width: 30px;
  height: 18px;
  background-image: url("/assets/icons/mastercard_logo-da29b271.svg");
}
