html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  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: #777777;
}
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: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0d1490;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0a0f6f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: \'\\2014 \\00A0\';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: \'\\00A0 \\2014\';
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 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: 993px) {
  .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-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  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;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.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 .table {
  background-color: #ffffff;
}
.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-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
  }
}
.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 {
  content: ' ';
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
p {
  margin-bottom: 1em;
}
.heading {
  margin-bottom: 0.618em;
}
.heading.-large,
h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.heading.-medium,
h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.heading.-small,
h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 13.33333px;
}
.heading.-smallest {
  font-size: 11px;
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Helvetica, sans-serif;
  background-color: #eee;
}
.separator {
  background-color: #e7e7e7;
  display: block;
  margin: 30px 0;
  height: 1px;
  width: 100%;
}

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: 0;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: \'\\2022\';
}
.ql-editor ul[data-checked='false'],
.ql-editor ul[data-checked='true'] {
  pointer-events: none;
}
.ql-editor ul[data-checked='false'] > li *,
.ql-editor ul[data-checked='true'] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked='false'] > li::before,
.ql-editor ul[data-checked='true'] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked='true'] > li::before {
  content: \'\\2611\';
}
.ql-editor ul[data-checked='false'] > li::before {
  content: \'\\2610\';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
  clear: both;
  content: \'\';
  display: table;
}
.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
  background: 0 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
  outline: 0;
}
.ql-snow .ql-toolbar input.ql-image[type='file'],
.ql-snow.ql-toolbar input.ql-image[type='file'] {
  display: none;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
  color: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow .ql-toolbar button:hover:not(.ql-active),
  .ql-snow.ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: \'\';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=\'\'])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=\'\'])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=\'\'])::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=\'\'])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=\'\'])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=\'\'])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item::before,
.ql-snow .ql-picker.ql-header .ql-picker-label::before {
  content: \'Normal\';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']::before {
  content: \'Heading 1\';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']::before {
  content: \'Heading 2\';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']::before {
  content: \'Heading 3\';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']::before {
  content: \'Heading 4\';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']::before {
  content: \'Heading 5\';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']::before {
  content: \'Heading 6\';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item::before,
.ql-snow .ql-picker.ql-font .ql-picker-label::before {
  content: \'Sans Serif\';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']::before {
  content: \'Serif\';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']::before {
  content: \'Monospace\';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item::before,
.ql-snow .ql-picker.ql-size .ql-picker-label::before {
  content: \'Normal\';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']::before {
  content: \'Small\';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']::before {
  content: \'Large\';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']::before {
  content: \'Huge\';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: 'Visit URL:';
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type='text'] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: \'Edit\';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: \'Remove\';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type='text'] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: \'Save\';
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode='link']::before {
  content: 'Enter link:';
}
.ql-snow .ql-tooltip[data-mode='formula']::before {
  content: 'Enter formula:';
}
.ql-snow .ql-tooltip[data-mode='video']::before {
  content: 'Enter video:';
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.autocomplete {
  text-align: left;
  display: inline-block;
}
.autocomplete__drop-down .drop-down__current-item {
  cursor: text;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  min-height: 38px;
}
.autocomplete__drop-down .drop-down__current-item:focus-within {
  outline: none;
  border-color: #29313f;
  background-color: #f7f7f7;
}
.autocomplete__drop-down .menu__list {
  max-height: 410px;
  overflow-y: auto;
}
.autocomplete__drop-down .menu__list::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.autocomplete__drop-down .menu__list::-webkit-scrollbar-thumb {
  background: transparent;
}
.autocomplete__drop-down .menu__list::-webkit-scrollbar-track {
  background: transparent;
}
.autocomplete__drop-down .menu__list:hover::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.autocomplete__drop-down .menu__list:hover::-webkit-scrollbar-thumb {
  background: #e7e7e7;
}
.autocomplete__drop-down .menu__list:hover::-webkit-scrollbar-track {
  background: #fff;
}
.autocomplete__label {
  display: inline-block;
}
.autocomplete__input {
  display: inline-block;
  border: 0;
  background: transparent;
  outline: none;
  padding-left: 5px;
  width: 10px;
  max-width: 100%;
  min-width: 10px;
}
.autocomplete .sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre;
}
.breadcrumb {
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}
.breadcrumb__item {
  color: #e7e7e7;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb__arrow {
  color: #e7e7e7;
  margin: 0 5px;
}
.button_primary,
.button_secondary,
.button_tertiary {
  border: solid transparent;
  border-radius: 4px;
  color: white;
  height: 47px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.button_primary {
  background-color: #8bdefa;
}
.button_primary:focus,
.button_primary:hover {
  background-color: #e16a6a;
  outline: none;
}
.button_primary.button_disabled,
.button_primary.button_disabled:hover {
  background-color: #ea9595;
}
.button_secondary {
  background-color: #52ae74;
}
.button_secondary:focus,
.button_secondary:hover {
  background-color: #94d2aa;
  outline: none;
}
.button_secondary.button_disabled,
.button_secondary.button_disabled:hover {
  background-color: #b8e1c7;
}
.button_tertiary {
  background-color: #2458aa;
}
.button_tertiary:focus,
.button_tertiary:hover {
  background-color: #24ccdb;
  outline: none;
}
.button_tertiary.button_disabled,
.button_tertiary.button_disabled:hover {
  background-color: #4fd7e2;
}
.button_extra-small {
  text-transform: none;
  width: 130px;
  height: 30px;
}
.button_small {
  width: 100px;
  height: 47px;
}
.button_medium {
  min-width: 70px;
  width: auto;
  padding: 5px 15px;
  height: 35px;
  text-transform: none;
}
.button_large {
  width: 239px;
}
.button_auto {
  width: initial;
  height: initial;
}
.button_clean {
  background: none;
  border: none;
  width: initial;
  height: initial;
}
.button_link {
  background: none;
  border: none;
  color: #8d8d8d;
  width: initial;
  height: initial;
}
.button_link:focus,
.button_link:hover {
  outline: none;
  text-decoration: underline;
}
.button_inverted {
  background-color: white;
}
.button_inverted:focus,
.button_inverted:hover {
  background-color: white;
  opacity: 0.9;
  outline: none;
}
.button_inverted.button_primary {
  color: #8bdefa;
}
.button_inverted.button_secondary {
  color: #52ae74;
}
.button_inverted.button_tertiary {
  color: #2458aa;
}
.card {
  border-radius: 4px;
  color: white;
  height: 260px;
  padding: 15px;
  position: relative;
}
.card__title {
  font-variant: small-caps;
  margin: 10px 0;
  font-size: 24px;
}
.card__description {
  font-size: 13px;
}
.card__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
}
@media (max-width: 1060px) {
  .card .button {
    width: 80%;
  }
}
.card_red {
  background-color: #8bdefa;
}
.card_blue {
  background-color: #2458aa;
}
.card_green {
  background-color: #52ae74;
}
.checkbox-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.checkbox-group__item {
  margin: 10px 0;
}
.checkbox-group_error {
  border: 1px solid #8bdefa;
  padding-left: 7px;
}
.checkbox {
  color: #4d4d4d;
  border-radius: 5px;
  display: inline-block;
}
.checkbox__box {
  display: none;
}
.checkbox__icon {
  color: #d9d9d9;
  outline: none;
}
.checkbox__icon:focus {
  color: #e7e7e7;
}
.checkbox__label {
  margin-left: 10px;
}
.checkbox_checked .checkbox__icon {
  color: #8bdefa;
}
.checkbox_checked .checkbox__icon:focus {
  color: #e16a6a;
}
.checkbox_disabled .checkbox__icon {
  color: #eee;
}
.checkbox_disabled .checkbox__icon:focus {
  color: #eee;
}
.color-selector__current {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.color-selector__tooltip {
  width: 200px;
}
.color-selector__tooltip-color {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px 5px;
}
.date-range {
  display: flex;
}
.date-selector {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  background-color: #f7f7f7;
}
.date-selector:focus {
  outline: none;
  border-width: 1px;
  border-color: #29313f;
}
input[type='date'] {
  outline: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2px;
}
input[type='date']::-webkit-clear-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 43%,
      red 45%,
      red 55%,
      rgba(0, 0, 0, 0) 57%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(135deg, #f7f7f7, #f7f7f7 43%, red 45%, red 55%, #f7f7f7 57%, #f7f7f7 100%);
}
.drop-down {
  border-radius: 4px;
  width: 150px;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
}
.drop-down__current-item {
  background-color: #eee;
  border-radius: 4px 4px 0 0;
  color: #4d4d4d;
  padding: 6px;
}
.drop-down__current-item:focus {
  outline: none;
  background-color: #d9d9d9;
}
.drop-down__current-item-icon {
  margin-right: 8px;
  margin-bottom: 2px;
}
.drop-down__list-container {
  position: absolute;
  width: 150px;
  z-index: 100;
  background-color: white;
  height: 40px;
}
.drop-down__loading {
  padding-top: 12.5%;
}
.drop-down__loading .loading__icon {
  border-color: rgba(150, 150, 150, 0.2);
  border-left-color: #8bdefa;
}
.drop-down__empty-list {
  padding: 10px;
  background-color: white;
  color: #8d8d8d;
  font-style: italic;
  cursor: default;
}
.drop-down_closed .drop-down__list-container {
  pointer-events: none;
}
.drop-down_medium {
  width: 200px;
}
.drop-down_medium .drop-down__current-item {
  border-radius: 4px;
}
.drop-down_medium .drop-down__list-container {
  width: 200px;
  border: 1px solid #eee;
}
.drop-down_large {
  width: 300px;
}
.drop-down_large .drop-down__current-item {
  border-radius: 4px;
}
.drop-down_large .drop-down__list-container {
  width: 300px;
  border: 1px solid #eee;
}
.file-uploader__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-uploader__custom {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: #8bdefa;
  line-height: 35px;
  padding: 0 15px;
}
.file-uploader__icon {
  margin-right: 15px;
}
.file-uploader__value {
  margin-left: 10px;
  color: #8d8d8d;
}
.form-field {
  display: block;
  margin-bottom: 20px;
}
.form-field__label {
  color: #4d4d4d;
  font-size: 15px;
  display: block;
  padding: 3px 0;
  text-align: left;
}
.form-field__info {
  position: relative;
  top: -1px;
  left: 5px;
}
.form-field_errored .form-field__error {
  color: #8bdefa;
  font-size: 11px;
  display: block;
  position: absolute;
}
.form-field_checkbox {
  display: inline-block;
  margin-bottom: 0;
}
.form-field_checkbox .form-field__label {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  user-select: none;
}
.form-field_select .form-field__label {
  padding-bottom: 10px;
}
.header {
  margin-bottom: 30px;
  text-align: left;
}
.header__title {
  margin: 5px 0 14px;
  font-size: 24px;
}
.header__description {
  font-size: 13px;
  color: #8d8d8d;
  font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Calibri, Helvetica, Arial, sans-serif;
}
.icon-selector__tooltip {
  width: 400px;
  height: 200px;
  overflow-y: scroll;
}
.icon-selector__tooltip-icon {
  display: inline-block;
  cursor: pointer;
  background-color: #eee;
  padding: 6px 3px;
  border-radius: 5px;
  margin: 5px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.icon-selector__tooltip-icon:hover {
  background-color: #d9d9d9;
}
.icon-selector__current-icon {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 6px 3px;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  background-color: #eee;
}
.info-tooltip {
  display: inline-block;
}
.info-tooltip__text-title {
  color: #2458aa;
  font-size: 16px;
}
.info-tooltip__icon {
  color: #2458aa;
  font-size: 13px;
}
.info-tooltip_warning .info-tooltip__icon {
  color: #8bdefa;
}
.info-tooltip_warning .info-tooltip__text-title {
  color: #8bdefa;
}
.input {
  display: block;
  max-width: 100%;
}
.input__text {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}
.input__text:hover {
  border-color: #d9d9d9;
}
.input__text:focus {
  outline: none;
  border-color: #29313f;
}
.input_auto {
  max-width: 100%;
}
.input_small {
  width: 200px;
}
.input_medium {
  width: 250px;
}
.input_large {
  width: 350px;
}
.input_with-icon {
  position: relative;
}
.input_with-icon .input__icon {
  position: absolute;
  margin: 1px;
  padding: 8px 12px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #eee;
}
.input_with-icon .input__text {
  padding-left: 48px;
}
.input_errored .input__text {
  border: 1px solid #8bdefa;
}
.input_icon-clickable .input__icon {
  cursor: pointer;
}
.listing {
  border: 2px solid #e7e7e7;
  min-height: 300px;
}
.listing__header {
  padding: 15px 0;
}
.listing__menu {
  text-align: left;
}
.listing__add-button {
  border-radius: 0;
  height: 36px;
  font-size: 13px;
  text-transform: none;
  width: 100%;
}
.loading {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.loading__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 4px;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: turnAnimation 1.1s infinite linear;
  animation: turnAnimation 1.1s infinite linear;
}
.loading__icon,
.loading__icon:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.loading_large .loading__icon,
.loading_large .loading__icon:after {
  font-size: 7px;
  width: 60px;
  height: 60px;
}
.loading_backgrounded {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes turnAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes turnAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.menu__list {
  background-color: white;
  color: #8d8d8d;
  margin: 0;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
}
.menu__list-item {
  padding: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.menu__list-item_selected,
.menu__list-item:hover {
  background-color: #8bdefa;
  color: white;
}
.menu__icon {
  margin-right: 8px;
  margin-bottom: 2px;
}
.menu_secondary .menu__list-item_selected,
.menu_secondary .menu__list-item:hover {
  background-color: #2458aa;
}
.menu_secondary .menu__header {
  padding: 8px;
  background-color: #29313f;
  color: white;
  font-size: 16px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.menu_navigation {
  text-align: center;
  background-color: transparent;
}
.menu_navigation .menu__list {
  background-color: transparent;
  display: inline-block;
}
.menu_navigation .menu__list-item {
  background-color: white;
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}
.menu_navigation .menu__list-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.menu_navigation .menu__list-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.menu_navigation .menu__list-item:focus {
  outline: none;
}
.menu_navigation .menu__list-item_selected {
  background-color: #e7e7e7;
  color: #29313f;
}
.menu_navigation .menu__list-item:hover {
  color: #29313f;
}
.menu_horizontal {
  text-align: left;
}
.menu_horizontal .menu__list {
  background-color: transparent;
  font-size: 16px;
}
.menu_horizontal .menu__icon {
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 32px;
}
.menu_horizontal .menu__list-item {
  text-align: center;
  background-color: white;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  height: 120px;
  width: 16.6667%;
}
@media (max-width: 667px) {
  .menu_horizontal .menu__list-item {
    width: 33.3333%;
  }
}
.menu_horizontal .menu__list-item_selected {
  background-color: #2458aa;
  color: white;
}
.menu_horizontal .menu__list-item:hover,
.menu_horizontal .menu__list-item:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
}
.menu_horizontal .menu__list-item_selected:focus,
.menu_horizontal .menu__list-item_selected:hover {
  color: white;
}
.menu_horizontal-list,
.menu_horizontal-list-bright {
  text-align: left;
  background-color: #2458aa;
  min-height: 45px;
}
.menu_horizontal-list .menu__list,
.menu_horizontal-list-bright .menu__list {
  background-color: transparent;
  font-size: 13px;
}
.menu_horizontal-list .menu__list-item,
.menu_horizontal-list-bright .menu__list-item {
  transition: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 2px 13px;
}
.menu_horizontal-list .menu__list-item:hover,
.menu_horizontal-list-bright .menu__list-item:hover {
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
  color: #4d4d4d;
}
.menu_horizontal-list .menu__list-item:focus,
.menu_horizontal-list-bright .menu__list-item:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
}
.menu_horizontal-list .menu__list-item_selected,
.menu_horizontal-list .menu__list-item_selected:hover,
.menu_horizontal-list-bright .menu__list-item_selected,
.menu_horizontal-list-bright .menu__list-item_selected:hover {
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 2px 13px;
  border-radius: 30px;
  background-color: #29313f;
  color: white;
}
.menu_horizontal-list-bright {
  background-color: transparent;
}
.menu_horizontal-list-bright .menu__list-item {
  transition: none;
  background-color: transparent;
  color: black;
  cursor: pointer;
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 2px 13px;
}
.menu_horizontal-list-bright .menu__list-item_selected,
.menu_horizontal-list-bright .menu__list-item_selected:hover {
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 2px 13px;
  border-radius: 30px;
  background-color: #29313f;
  color: white;
}
.message {
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.message__icon {
  position: absolute;
  top: 13px;
  left: 13px;
}
.message__content {
  color: white;
}
.message_success {
  background-color: #d8f7b3;
}
.message_success .message__icon {
  color: #189e1e;
}
.message_success .message__title {
  color: #29313f;
}
.message_success .message__content {
  color: #29313f;
}
.message_error {
  background-color: #ffb4b4;
}
.message_error .message__icon {
  color: red;
}
.message_error .message__title {
  color: #bb4242;
}
.message_error .message__content {
  color: white;
}
.message_info {
  background-color: #ceefff;
}
.message_info .message__icon {
  color: #4c80ff;
}
.message_info .message__title {
  color: #29313f;
}
.message_info .message__content {
  color: #29313f;
}
.message_warning {
  background-color: #fcb90063;
}
.message_warning .message__icon {
  color: #fcb900;
}
.message_warning .message__title {
  color: #29313f;
}
.message_warning .message__content {
  color: #29313f;
}
.message_with-title {
  text-align: left;
}
.message_with-title .message__icon {
  position: initial;
  float: left;
  margin-top: 7px;
  margin-right: 20px;
}
.message_with-title .message__title {
  font-size: 16px;
  font-weight: bold;
}
.message_with-title .message__content {
  font-size: 13px;
  overflow: auto;
}
.message_left-aligned .message__content {
  text-align: left;
  padding-left: 28px;
}
.message__close-icon {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  padding: 50px 0;
  overflow: auto;
  z-index: 1000;
}
.modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  background-color: white;
  border-radius: 4px;
  padding: 50px;
  box-shadow: 0 0 10px white;
}
.modal_no-padding .modal__content {
  padding: 0;
}
.modal__close-icon {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal__close-icon__white-color {
  color: white;
}
.search-box {
  position: relative;
  color: #8d8d8d;
}
.search-box__text {
  width: 100%;
  font-size: 24px;
}
.search-box__text .input__text {
  padding-left: 50px;
}
.search-box__icon {
  position: absolute;
  top: 15px;
  left: 20px;
}
.submit-button {
  position: relative;
}
.table {
  margin-bottom: 0;
}
.table__header {
  background-color: #29313f;
  color: white;
  font-weight: normal;
}
.table__header-arrow-up {
  cursor: pointer;
  font-size: 11px;
  margin-left: 10px;
}
.table__header-arrow-down {
  cursor: pointer;
  font-size: 11px;
  margin-left: 3px;
}
.table__header-column {
  font-weight: normal;
}
.table__header-column:first-child {
  border-top-left-radius: 4px;
}
.table__header-column:last-child {
  border-top-right-radius: 4px;
}
.table__row {
  border: 0;
  color: #b8b8b8;
}
.table__row:nth-child(even) {
  background-color: #f9f9f9;
}
.table__row:nth-child(odd) {
  background-color: #f1f1f1;
}
.table__row-highlighted {
  color: #2458aa;
  font-weight: bold;
  background-color: white !important;
}
.table__cell00 {
  border: 0;
  padding: 10px;
}
.table__navigation {
  margin-top: 10px;
}
.table__loading-wrapper {
  min-height: 380px;
  position: relative;
  background-color: #e7e7e7;
}
.table__loading {
  position: initial;
  width: initial;
  height: initial;
  margin: auto;
}
.tag-selector {
  text-align: left;
}
.tag-selector__drop-down .drop-down__current-item {
  cursor: text;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  min-height: 38px;
}
.tag-selector__drop-down .drop-down__current-item:focus {
  outline: none;
  border-color: #29313f;
}
.tag-selector__tag-option {
  display: flex;
  align-items: center;
}
.tag-selector__tag-option-square {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 4px;
}
.tag-selector__tag-option-name {
  margin-left: 10px;
}
.tag {
  color: white;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: 3px;
  padding: 3px;
  font-size: 13px;
  cursor: default;
}
.tag__remove {
  cursor: pointer;
  margin-left: 10px;
}
.tag__remove:hover {
  color: #eee;
}
.tag__edit {
  cursor: pointer;
}
.tag__edit:hover {
  color: #eee;
}
.tag_small {
  font-size: 11px;
}
.tag_large {
  width: 220px;
  display: flex;
  justify-content: space-between;
  padding: 3px 8px;
}
.text-editor .text-editor__editor {
  background-color: white;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
.text-editor .text-editor__editor .ql-editor {
  min-height: 200px;
}
.text-editor_focused .text-editor__editor {
  border-color: #29313f;
}
.text-editor_errored .text-editor__editor {
  border: 1px solid #8bdefa;
}
.text-editor_textarea .text-editor__editor {
  height: 200px;
  padding-left: 10px;
  width: 100%;
}
.toggle-list__item {
  border: 1px #eee solid;
  border-left: none;
  width: 180px;
  height: 120px;
  display: inline-block;
  transition: box-shadow 0.2s ease-in-out;
  user-select: none;
  cursor: default;
}
.toggle-list__selected {
  box-shadow: inset 0 2px 12px -5px rgba(0, 0, 0, 0.7);
}
.toggle-list__first-item {
  border: 1px #eee solid;
  border-radius: 4px 0 0 4px;
}
.toggle-list__last-item {
  border-radius: 0 4px 4px 0;
}
.toggle-list_small .toggle-list__item {
  height: 80px;
  width: 120px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip__children {
  cursor: default;
}
.tooltip__animated-container {
  position: relative;
}
.tooltip__message {
  position: absolute;
  bottom: 100%;
  margin-bottom: 15px;
  margin-left: -15px;
  border: 0 solid rgba(0, 0, 0, 0.247059);
  box-shadow: rgba(0, 0, 0, 0.247059) 0 -1px 4px;
  border-radius: 4px;
  min-width: 200px;
  background-color: white;
  color: black;
  padding: 10px;
  z-index: 900;
}
.tooltip__pointer {
  border: solid transparent;
  position: absolute;
  border-top-color: white;
  border-width: 13px;
  top: -15px;
  left: 50%;
  margin-left: -13px;
  z-index: 910;
  pointer-events: none;
}
.tooltip__pointer-shadow {
  border: solid transparent;
  position: absolute;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 14px;
  top: -15px;
  left: 50%;
  margin-left: -14px;
  pointer-events: none;
}
.widget-transition {
  position: relative;
  display: inline-block;
}
.widget-transition--widget {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  display: inline-block;
  position: absolute;
  left: 0;
}
.widget {
  background-color: white;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  min-height: 361px;
}
.widget--title {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 17px;
  margin-bottom: 20px;
}
@media screen and (min-width: 379px) {
  .widget {
    min-width: 324px;
  }
}
@media screen and (max-width: 409px) {
  .widget {
    min-width: 313px;
    margin-left: -11px;
  }
}
.activity-row {
  text-align: left;
  font-size: 13px;
}
.activity-row__icon {
  margin: 0 10px;
}
.activity-row .separator {
  margin: 15px;
}
.are-you-sure {
  width: 800px;
  text-align: left;
}
.are-you-sure__header {
  background-color: #2458aa;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
.are-you-sure__description {
  color: #8d8d8d;
  font-size: 16px;
  padding: 14px 5% 0;
}
.are-you-sure__buttons {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.are-you-sure__yes-button,
.are-you-sure__no-button {
  display: block;
  margin-right: 10px;
}
.are-you-sure__password {
  margin: 0 auto;
  margin-top: 20px;
}
.are-you-sure__close-icon {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
.are-you-sure .separator {
  width: 90%;
  margin: 30px auto;
}
@media screen and (max-width: 800px) {
  .are-you-sure {
    width: auto;
  }
}
.article-add-modal {
  width: 800px;
}
.article-add-modal__cancel-button {
  float: left;
  margin-top: 15px;
}
.article-add-modal__submit-button {
  float: right;
}
.articles-list__add {
  position: relative;
}
.articles-list__add-topic-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.password-recovery__inputs {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: left;
}
.password-recovery__content {
  margin: 0 auto;
  padding: 40px;
}
.password-recovery__forgot-password {
  margin-top: 20px;
}
.password-recovery__message {
  margin-top: 18px;
}
.password-recovery__image {
  width: 365px;
  margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
  .widget {
    margin-left: -12px;
  }
}
@media screen and (max-width: 992px) {
  .password-recovery__content {
    width: 100%;
  }
}
.people-list {
  max-width: 800px;
  margin: 0 auto;
}
.people-list__item {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
  height: 105px;
  padding-left: 95px;
  font-size: 16px;
}
.people-list__item-profile-pic-wrapper {
  vertical-align: top;
  background-color: #2458aa;
  color: white;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  border: 2px solid #eee;
}
.people-list__item-profile-pic {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.people-list__item-block {
  padding: 30px 0;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 415px) {
  .people-list .people-list__item {
    height: unset;
    padding: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .people-list .people-list__item-profile-pic-wrapper {
    top: 15px;
    left: 15px;
  }
  .people-list .people-list__item-block {
    width: unset;
    display: unset;
    padding: 15px 10px 0 0;
  }
}
.popup-message {
  min-width: 500px;
  position: relative;
}
.popup-message__close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #8d8d8d;
}
.popup-message__close-button:focus {
  outline: none;
  color: #e7e7e7;
}
.stat-card {
  margin: 0 4px;
}
.stat-card__wrapper {
  padding: 10px;
  min-width: 160px;
  margin: 8px auto;
  transition: 0.3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
.stat-card__wrapper:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.stat-card__container {
  font-size: 24px;
  padding: 16px;
}
.ticket-event {
  margin-top: 20px;
  text-align: left;
  position: relative;
}
.ticket-event__connector {
  position: absolute;
  background-color: #eee;
  width: 3px;
  height: 100%;
  top: 38px;
  left: 33px;
  z-index: 0;
}
.ticket-event__staff-pic {
  vertical-align: top;
  background-color: #2458aa;
  color: white;
  border-radius: 5px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  position: relative;
  border: 2px solid #eee;
}
.ticket-event__staff-pic-img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.ticket-event__icon {
  vertical-align: top;
  background-color: #2458aa;
  color: white;
  border-radius: 5px;
  width: 42px;
  height: 42px;
  padding-left: 8px;
  padding-top: 4px;
}
.ticket-event__comment {
  position: relative;
  word-wrap: break-word;
}
.ticket-event__comment-pointer {
  right: 100%;
  border: solid transparent;
  position: absolute;
  border-right-color: #eee;
  border-width: 13px;
  margin-top: 8px;
}
.ticket-event__comment-author {
  text-align: left;
  float: left;
  position: relative;
  padding: 12px;
  color: #4d4d4d;
}
.ticket-event__comment-badge-container {
  margin-left: 12px;
}
.ticket-event__comment-badge {
  font-size: 10.6px;
  font-weight: bold;
  color: #29313f;
  background-color: #f7f7f7;
  padding: 6px;
  width: 100px;
}
.ticket-event__comment-date {
  text-align: right;
  border: 2px solid #eee;
  border-bottom: none;
  padding: 12px;
  font-size: 12.5px;
  font-family: helvetica;
  background-color: #eee;
}
.ticket-event__comment-content {
  background-color: white;
  border: 2px solid #f7f7f7;
  border-top: none;
  padding: 28px 10px;
  text-align: left;
  position: relative;
  overflow-y: initial;
}
.ticket-event__comment-content:hover .ticket-event__comment-content__edit {
  color: grey;
  cursor: pointer;
}
.ticket-event__comment-content img {
  max-width: 100%;
}
.ticket-event__comment-content__edit {
  position: absolute;
  top: 3px;
  right: 9px;
  align-self: right;
  color: white;
}
.ticket-event__submit-edited-comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.ticket-event__items {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  font-size: 12px;
}
.ticket-event__file {
  cursor: pointer;
  text-align: right;
}
.ticket-event__edited {
  font-style: italic;
}
.ticket-event__comment-badge-value {
  font-weight: normal;
}
.ticket-event_staff .ticket-event__icon {
  background-color: #29313f;
}
.ticket-event_circled {
  margin-top: 35px;
  margin-bottom: 30px;
}
.ticket-event_circled .ticket-event__connector {
  top: 28px;
}
.ticket-event_circled .ticket-event__icon {
  background-color: white;
  color: #4d4d4d;
  border: 3px solid #eee;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-left: 8px;
  padding-top: 4px;
  margin-left: 2px;
  margin-top: -8px;
}
.ticket-event_circled .ticket-event__circled {
  color: #4d4d4d;
  font-size: 13px;
  margin-top: 1px;
}
.ticket-event_circled .ticket-event__circled-author {
  color: #2458aa;
}
.ticket-event_circled .ticket-event__circled-indication {
  color: #52ae74;
}
.ticket-event_unassignment .ticket-event__icon {
  padding-left: 6px;
}
.ticket-event_close .ticket-event__icon {
  padding-left: 9px;
}
.ticket-event_reopen .ticket-event__icon {
  padding-left: 9px;
  padding-top: 5px;
}
.ticket-event_department .ticket-event__icon {
  padding-left: 6px;
}
.ticket-event_private .ticket-event__comment-pointer {
  border-right-color: #fff19c;
}
.ticket-event_private .ticket-event__comment-date {
  background-color: #fff19c;
  border-color: #fff19c;
}
.ticket-event_private .ticket-event__staff-pic {
  background-color: #fff19c;
  border-color: #fff19c;
}
.ticket-info {
  width: 300px;
  font-weight: normal;
  text-align: left;
}
.ticket-info__title {
  color: #4d4d4d;
  font-size: 16px;
}
.ticket-info__flag {
  margin-left: 10px;
}
.ticket-info__description {
  margin-top: 5px;
  font-size: small;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ticket-info__author {
  color: #29313f;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ticket-info__properties {
  background-color: #e7e7e7;
  padding: 10px;
  font-variant: small-caps;
}
.ticket-info__properties__status,
.ticket-info__properties__owner,
.ticket-info__properties__comments {
  display: inline-block;
  width: 50%;
  position: relative;
}
.ticket-info__properties__owner,
.ticket-info__properties__comments {
  margin-top: 10px;
}
.ticket-info__properties__badge-green,
.ticket-info__properties__badge-blue,
.ticket-info__properties__badge-red {
  color: white;
  border-radius: 7px;
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-left: 5px;
}
.ticket-info__properties__badge-green {
  background-color: #52ae74;
}
.ticket-info__properties__badge-blue {
  background-color: #2458aa;
}
.ticket-info__properties__badge-red {
  background-color: #8bdefa;
}
.ticket-info__properties__label {
  text-align: right;
  width: 71px;
  display: inline-block;
}
.ticket-info__properties__status,
.ticket-info__properties__owner {
  margin-right: 10px;
  width: 125px;
}
.ticket-info__properties__status .ticket-info__properties__label,
.ticket-info__properties__owner .ticket-info__properties__label {
  width: 48px;
}
.ticket-list__order-icon {
  padding-left: 5px;
  font-size: 14px;
}
.ticket-list__filters {
  margin-bottom: 25px;
  text-align: left;
}
.ticket-list__department-selector {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
}
.ticket-list__checkbox {
  display: inline-block;
}
.ticket-list__number {
  text-align: left;
}
.ticket-list__title {
  text-align: left;
}
.ticket-list__department {
  text-align: right;
}
.ticket-list__author {
  text-align: center;
}
.ticket-list__date {
  text-align: right;
}
.ticket-list__title-link:hover,
.ticket-list__title-link:focus {
  outline: none;
  text-decoration: underline;
}
.ticket-query-filters {
  opacity: 0;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s ease;
}
.ticket-query-filters__open {
  max-height: 1000px;
  opacity: 1;
  transition: all 0.2s ease;
}
.ticket-query-filters__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.ticket-query-filters__container__button {
  margin: 0 10px;
}
.ticket-query-filters__department-option__name {
  margin-left: 10px;
}
.ticket-query-filters__department-selected {
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  padding: 1px;
  font-size: 13px;
  cursor: default;
}
.ticket-query-filters__department-selected__icon {
  padding-right: 5px;
}
.ticket-query-filters__first-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}
.ticket-query-filters__second-row,
.ticket-query-filters__third-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.ticket-query-filters__status-drop-down > .drop-down__current-item {
  background-color: #f7f7f7;
}
.ticket-query-filters__status-drop-down > .drop-down__current-item:focus {
  background-color: #d9d9d9;
}
.ticket-query-filters__search-box {
  width: 100%;
  padding: 0 50px;
}
.ticket-query-filters__staff-option__profile-pic {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.ticket-query-filters__staff-option__name {
  margin-left: 10px;
}
.ticket-query-filters__staff-selected {
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  padding: 1px;
  font-size: 13px;
  cursor: default;
}
.ticket-query-filters__staff-selected__profile-pic {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
}
.ticket-query-filters__title {
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .ticket-query-filters__first-row,
  .ticket-query-filters__second-row,
  .ticket-query-filters__third-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: unset;
  }
}
.ticket-viewer__header {
  background-color: #29313f;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: white;
  font-size: 16px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-viewer__header:hover .ticket-viewer__edit-title-icon {
  color: #e7e7e7;
}
.ticket-viewer__buttons-column {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.ticket-viewer__buttons-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ticket-viewer__edited-title-text {
  font-style: italic;
  font-size: 14px;
  margin: 0 10px;
}
.ticket-viewer__edit-icon {
  right: 12px;
  margin: 0 10px;
  color: #eee;
}
.ticket-viewer__edit-icon:hover {
  cursor: pointer;
}
.ticket-viewer__edit-title-icon {
  color: #29313f;
  right: 12px;
  margin: 0 10px;
}
.ticket-viewer__edit-title-icon:hover {
  cursor: pointer;
}
.ticket-viewer__edit-status__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.ticket-viewer___input-edit-title {
  color: black;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  margin-right: 6px;
}
.ticket-viewer___input-edit-title .input__text {
  height: 25px;
}
.ticket-viewer__edit-title__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 160px;
}
.ticket-viewer__number {
  color: white;
  margin-right: 30px;
  font-size: 14px;
}
.ticket-viewer__title {
  max-width: 375px;
}
.ticket-viewer__flag {
  margin-left: 30px;
}
.ticket-viewer__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #eee;
  padding: 0 15px 30px 15px;
}
.ticket-viewer__info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-width: 150px;
  max-width: 250px;
}
.ticket-viewer__info-container-editable {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
}
.ticket-viewer__info-container-editable:hover .ticket-viewer__edit-icon {
  color: #29313f;
}
.ticket-viewer__info-container-editable__column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-width: 170px;
}
.ticket-viewer__info-header {
  font-weight: bold;
}
.ticket-viewer__info-value {
  color: #2458aa;
  padding-bottom: 10px;
  width: 100%;
}
.ticket-viewer__editable-dropdown {
  margin: auto;
}
.ticket-viewer__editable-dropdown .drop-down__current-item {
  background-color: #f7f7f7;
}
.ticket-viewer__content {
  margin-top: 10px;
}
.ticket-viewer__comments {
  position: relative;
}
.ticket-viewer__reopen-close-buttons {
  width: 230px;
  display: flex;
  align-content: left;
  justify-content: space-between;
}
.ticket-viewer__response {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.ticket-viewer__response-title {
  background-color: #29313f;
  text-align: left;
  padding: 5px;
  color: white;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ticket-viewer__response-field {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: left;
}
.ticket-viewer__response-actions {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}
.ticket-viewer__response-custom {
  padding: 20px 0 0 20px;
  text-align: left;
}
.ticket-viewer__response-private {
  padding: 20px 20px 0 0;
}
.ticket-viewer__response-private-info {
  margin-left: 5px;
}
.ticket-viewer__response-container {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
.ticket-viewer__response-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 1151px) {
  .ticket-viewer .ticket-viewer__info-container {
    width: 200px;
    min-width: unset;
    max-width: unset;
  }
  .ticket-viewer .ticket-viewer__info-container-editable {
    min-width: 250px;
    max-width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .ticket-viewer .ticket-viewer__info {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 571px) {
  .ticket-viewer .ticket-viewer__number,
  .ticket-viewer .ticket-viewer__edit-title-icon {
    margin: 0 5px;
  }
  .ticket-viewer .ticket-viewer__flag {
    padding: 0 10px;
  }
}
.toggle-button {
  background-color: #eee;
  width: 80px;
  padding: 2px;
  border-radius: 4px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.toggle-button_disabled {
  cursor: default;
  background-color: transparent;
  color: #8d8d8d;
}
.topic-edit-modal__icon {
  display: inline-block;
  float: left;
}
.topic-edit-modal__color {
  margin-left: 60px;
}
.topic-edit-modal__buttons-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 0;
}
.topic-edit-modal__discard-button {
  float: left;
}
.topic-edit-modal__private {
  display: inline-block;
  padding-right: 10px;
}
.topic-viewer {
  text-align: left;
  margin: 35px 0;
}
.topic-viewer__header {
  cursor: default;
  margin-bottom: 20px;
  font-size: 19px;
}
.topic-viewer__header:hover .topic-viewer__edit-icon {
  display: inline-block;
}
.topic-viewer__icon {
  color: #52ae74;
}
.topic-viewer__title {
  font-size: 16px;
  margin-left: 15px;
}
.topic-viewer__private {
  margin-left: 10px;
}
.topic-viewer__edit-icon {
  color: #e7e7e7;
  cursor: pointer;
  margin-left: 10px;
  display: none;
}
.topic-viewer__list-item {
  display: inline-block;
  width: 50%;
  color: #2458aa;
  margin-bottom: 10px;
  user-select: none;
}
.topic-viewer__list-item-hidden {
  opacity: 0;
}
.topic-viewer__list-item:hover .topic-viewer__grab-icon {
  display: inline-block;
  left: 0;
}
.topic-viewer__list-item-button {
  user-select: none;
}
.topic-viewer__list-item:before {
  content: '• ';
  color: #e7e7e7;
}
.topic-viewer__list-item-button {
  display: inline-block;
  color: #2458aa;
}
.topic-viewer__grab-icon {
  color: #e7e7e7;
  cursor: move;
  margin-left: 10px;
  display: none;
}
.topic-viewer__add-item {
  color: #8d8d8d;
}
.admin-login-page {
  display: flex;
  margin: 0 auto;
  width: 446px;
}
.admin-login-page__container {
  height: 361px;
}
.admin-login-page__content {
  margin: 0 auto;
  padding: 40px;
}
.admin-login-page__image {
  width: 365px;
  margin-bottom: 30px;
}
.admin-login-page__login-form-container {
  margin: 0 auto;
  display: inline-block;
}
.admin-login-page__login-form-container__login-form__fields {
  padding: 10px 0;
}
.admin-login-page__error {
  margin-top: 30px;
}
.admin-login-page__captcha {
  margin: 10px auto 20px;
  height: 78px;
  width: 304px;
}
.admin-panel-layout {
  padding: 0 10px;
}
.admin-panel-layout__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 415px) {
  .admin-panel-layout .admin-panel-layout__content__widget {
    padding: 20px 5px;
  }
}
.admin-panel-menu__item-text {
  display: inline-flex;
}
.admin-panel-staff-widget {
  background-color: #2458aa;
  position: relative;
  width: 100%;
  height: 165px;
  text-align: center;
}
.admin-panel-staff-widget__profile-pic-wrapper {
  background-color: white;
  position: absolute;
  top: 8px;
  border: 4px solid #e7e7e7;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}
.admin-panel-staff-widget__profile-pic {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.admin-panel-staff-widget__user-data {
  position: absolute;
  background-color: white;
  bottom: 0;
  width: 100%;
  height: 110px;
  padding-top: 48px;
}
.admin-panel-staff-widget__name {
  font-size: 16px;
}
.admin-panel-staff-widget__actions {
  font-size: 11px;
  margin-top: 10px;
}
.admin-panel-list-articles__list {
  padding: 0 50px;
}
@media screen and (max-width: 415px) {
  .admin-panel-list-articles .admin-panel-list-articles__list {
    padding: 0;
  }
}
.admin-panel-view-article__content {
  word-break: break-word;
}
.admin-panel-view-article__edit-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  margin-bottom: 20px;
}
.admin-panel-view-article__edit-button {
  margin-right: 20px;
}
.admin-panel-view-article__last-edited {
  font-style: italic;
  text-align: right;
  margin-top: 20px;
}
.admin-panel-view-article__buttons {
  text-align: left;
  margin-bottom: 20px;
}
.admin-panel-view-article__button {
  margin-right: 20px;
}
.admin-panel-activity__menu {
  margin: 0 auto 20px auto;
  width: 300px;
}
.admin-panel-stats {
  text-align: left;
}
.admin-panel-stats__form__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.admin-panel-stats__form__container__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.admin-panel-stats__form__container__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.admin-panel-stats__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.admin-panel-stats__container__button {
  margin: 0 10px;
}
.admin-panel-stats__loading {
  min-height: 361px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
}
.admin-panel-stats__card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.admin-panel-stats__department-option__name {
  margin-left: 10px;
}
.admin-panel-stats__department-selected {
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  padding: 1px;
  font-size: 13px;
  cursor: default;
}
.admin-panel-stats__department-selected__icon {
  padding-right: 5px;
}
.admin-panel-stats__staff-option__profile-pic {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.admin-panel-stats__staff-option__name {
  margin-left: 10px;
}
.admin-panel-stats__staff-selected {
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  padding: 1px;
  font-size: 13px;
  cursor: default;
}
.admin-panel-stats__staff-selected__profile-pic {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .admin-panel-stats__form__container__row {
    display: flex;
    flex-direction: column;
  }
}
.admin-panel-advanced-settings__text {
  margin-top: 30px;
  margin-bottom: 20px;
}
.admin-panel-advanced-settings__button {
  margin-bottom: 30px;
  width: 150px;
}
.admin-panel-advanced-settings__api-keys__buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.admin-panel-advanced-settings__api-keys-title {
  font-size: 19px;
  margin-bottom: 20px;
  text-align: left;
}
.admin-panel-advanced-settings__api-keys__container-info {
  text-align: left;
}
.admin-panel-advanced-settings__api-keys-subtitle {
  font-size: 16px;
  margin-bottom: 5px;
}
.admin-panel-advanced-settings__api-keys-data {
  background-color: #eee;
  border-radius: 4px;
  width: 300px;
  margin: 10px 0;
  text-align: center;
  padding: 5px 0;
}
.admin-panel-advanced-settings__api-keys__permissions {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.admin-panel-advanced-settings__api-keys__permissions__item {
  margin-right: 25px;
}
.admin-panel-advanced-settings__api-keys-modal {
  min-width: 400px;
}
.admin-panel-advanced-settings__api-keys-modal__submit-button {
  margin-top: 20px;
}
.admin-panel-advanced-settings__api-keys-none {
  color: #8d8d8d;
  font-size: 16px;
}
.admin-panel-advanced-settings__message {
  margin-bottom: 20px;
}
@media screen and (max-width: 415px) {
  .admin-panel-advanced-settings .admin-panel-advanced-settings__api-keys-button {
    margin-bottom: 30px;
    width: 150px;
  }
  .admin-panel-advanced-settings .admin-panel-advanced-settings__api-keys__container {
    padding: 30px 0;
  }
  .admin-panel-advanced-settings .admin-panel-advanced-settings__api-keys__container-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .admin-panel-advanced-settings .admin-panel-advanced-settings__api-keys-subtitle {
    margin: 10px 0 0 0;
  }
}
.admin-panel-custom-tags-modal__actions {
  display: flex;
  justify-content: space-between;
}
.admin-panel-custom-tags__content {
  text-align: left;
}
.admin-panel-custom-tags__add-button-icon {
  margin-left: 5px;
}
.admin-panel-custom-tags__tag-list {
  margin-top: 15px;
}
.admin-panel-custom-tags__tag-container {
  margin-top: 5px;
}
.admin-panel-email-settings__loading {
  min-height: 361px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
}
.admin-panel-email-settings__text-area {
  width: 100%;
  height: 45px;
}
.admin-panel-email-settings__save-button {
  display: inline-block;
  float: right;
}
.admin-panel-email-settings__optional-buttons {
  display: inline-block;
  float: left;
}
.admin-panel-email-settings__discard-button {
  display: inline-block;
}
.admin-panel-email-settings__recover-button {
  display: inline-block;
  margin: 0 10px;
}
.admin-panel-email-settings__image-container,
.admin-panel-email-settings__email-container {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  margin-top: 20px;
}
.admin-panel-email-settings__box {
  text-align: center;
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
  flex-basis: 48%;
}
.admin-panel-email-settings__servers {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.admin-panel-email-settings__server-form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-panel-email-settings__imap-message {
  margin-top: 10px;
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .admin-panel-email-settings__image-container > label > .input,
  .admin-panel-email-settings__email-container > label > .input {
    display: unset;
  }
  .admin-panel-email-settings__image-container,
  .admin-panel-email-settings__email-container,
  .admin-panel-email-settings__servers {
    display: flex;
    flex-direction: column;
  }
  .admin-panel-email-settings__email-server-address,
  .admin-panel-email-settings__image-header-url {
    width: 100%;
  }
}
.admin-panel-system-preferences__maintenance {
  text-align: left;
}
.admin-panel-system-preferences__maintenance-field {
  display: inline-block;
  margin-left: 30px;
}
.admin-panel-system-preferences__file-attachments {
  margin-top: 8px;
  text-align: left;
}
.admin-panel-system-preferences__file-attachments-field {
  display: inline-block;
  margin-left: 30px;
}
.admin-panel-system-preferences__max-size {
  text-align: left;
}
.admin-panel-system-preferences__max-size-field {
  display: inline-block;
  margin-left: 30px;
}
.admin-panel-system-preferences__languages {
  margin: 0 auto;
}
.admin-panel-system-preferences__languages-allowed {
  text-align: left;
  display: inline-block;
}
.admin-panel-system-preferences__languages-supported {
  text-align: left;
  display: inline-block;
}
.admin-panel-system-preferences__default-language-field {
  text-align: left;
}
.admin-panel-system-preferences__message {
  margin-top: 20px;
}
@media screen and (max-width: 376px) {
  .admin-panel-system-preferences .admin-panel-system-preferences__form-fields {
    padding: 0;
  }
  .admin-panel-system-preferences .admin-panel-system-preferences__form-fields__input,
  .admin-panel-system-preferences .admin-panel-system-preferences__form-fields__select {
    padding: 0 15px;
  }
}
@media screen and (max-width: 415px) {
  .admin-panel-system-preferences .admin-panel-system-preferences__container__button {
    margin: 10px;
  }
  .admin-panel-system-preferences .admin-panel-system-preferences__languages-allowed,
  .admin-panel-system-preferences .admin-panel-system-preferences__languages-supported {
    display: unset;
  }
}
.add-staff-modal {
  width: 700px;
}
.add-staff-modal__level-selector {
  text-align: center;
}
.add-staff-modal__departments {
  border: 1px solid #e7e7e7;
  padding: 20px;
  height: 320px;
  overflow-y: auto;
}
.add-staff-modal__departments::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.add-staff-modal__departments::-webkit-scrollbar-thumb {
  background: transparent;
}
.add-staff-modal__departments::-webkit-scrollbar-track {
  background: transparent;
}
.add-staff-modal__departments:hover::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.add-staff-modal__departments:hover::-webkit-scrollbar-thumb {
  background: #e7e7e7;
}
.add-staff-modal__departments:hover::-webkit-scrollbar-track {
  background: #fff;
}
.add-staff-modal__departments-title {
  font-size: 16px;
  text-align: center;
}
.admin-panel-departments__list {
  position: relative;
}
.admin-panel-departments__update-name-button {
  min-width: 156px;
}
.admin-panel-departments__update-name-button__container {
  padding: 0 0 0 10px;
}
.admin-panel-departments__buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.admin-panel-departments__discard-button,
.admin-panel-departments__delete-button {
  padding: 0 10px;
}
.admin-panel-departments__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 460px;
}
.admin-panel-departments__container__info-tooltip {
  margin-left: 2px;
}
.admin-panel-departments__form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.admin-panel-departments__default-departments-container__form {
  text-align: left;
}
.admin-panel-departments__default-departments-container__form__fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 10px;
}
.admin-panel-departments__default-departments-container__form__button {
  min-width: 156px;
}
.admin-panel-departments__optional-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.admin-panel-departments__warning {
  position: absolute;
  right: 10px;
}
.admin-panel-departments__transfer-tickets {
  margin-top: 40px;
}
.admin-panel-departments__transfer-tickets-title {
  margin-right: 20px;
  color: #4d4d4d;
}
.admin-panel-departments__transfer-tickets-drop-down {
  display: inline-block;
}
.admin-panel-departments__private-icon {
  margin-left: 5px;
}
.admin-panel-departments__default-icon {
  color: lightgrey;
  font-style: italic;
  text-transform: lowercase;
  margin-left: 3px;
}
@media screen and (max-width: 415px) {
  .admin-panel-departments .admin-panel-departments__container {
    display: unset;
    width: 100%;
  }
  .admin-panel-departments .admin-panel-departments__container__name {
    margin: 30px;
  }
  .admin-panel-departments .admin-panel-departments__container__private-option {
    margin: 10px;
  }
  .admin-panel-departments .admin-panel-departments__update-name-button {
    float: unset;
    margin: 15px;
  }
  .admin-panel-departments .admin-panel-departments__default-departments-container__form__fields__checkbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.admin-panel-staff-members__wrapper {
  height: 60px;
}
.admin-panel-staff-members__dropdown {
  float: left;
}
.admin-panel-staff-members__button {
  float: right;
  margin-top: -5px;
}
.admin-panel-staff-members__link {
  color: #4d4d4d;
}
.admin-panel-staff-members__link:hover {
  color: #4d4d4d;
  text-decoration: none;
}
.admin-panel-staff-members__private {
  margin-left: 5px;
}
@media screen and (max-width: 415px) {
  .admin-panel-staff-members .admin-panel-staff-members__drowpdown {
    float: unset;
  }
  .admin-panel-staff-members .admin-panel-staff-members__button {
    float: unset;
    margin: 15px;
  }
  .admin-panel-staff-members .admin-panel-staff-members__wrapper {
    height: unset;
  }
}
.invite-staff-modal {
  width: 700px;
}
.invite-staff-modal__level-selector {
  text-align: center;
}
.invite-staff-modal__departments {
  border: 1px solid #e7e7e7;
  padding: 20px;
  height: 320px;
  overflow-y: auto;
}
.invite-staff-modal__departments::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.invite-staff-modal__departments::-webkit-scrollbar-thumb {
  background: transparent;
}
.invite-staff-modal__departments::-webkit-scrollbar-track {
  background: transparent;
}
.invite-staff-modal__departments:hover::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.invite-staff-modal__departments:hover::-webkit-scrollbar-thumb {
  background: #e7e7e7;
}
.invite-staff-modal__departments:hover::-webkit-scrollbar-track {
  background: #fff;
}
.invite-staff-modal__departments-title {
  font-size: 16px;
  text-align: center;
}
.invite-staff-modal__buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}
.staff-editor__image-uploader {
  opacity: 0;
}
.staff-editor__card {
  background-color: #8bdefa;
  position: relative;
  width: 100%;
  height: 355px;
  text-align: center;
  border: 2px solid #e7e7e7;
  margin-bottom: 20px;
}
.staff-editor__card-pic {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.staff-editor__card-pic-background {
  background-color: black;
  opacity: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.staff-editor__card-pic-icon {
  position: absolute;
  color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.staff-editor__card-pic-wrapper {
  transition: opacity 0.2s ease;
  background-color: white;
  position: absolute;
  top: 20px;
  border: 4px solid #e7e7e7;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
}
.staff-editor__card-pic-wrapper_loading,
.staff-editor__card-pic-wrapper:hover {
  cursor: pointer;
}
.staff-editor__card-pic-wrapper_loading .staff-editor__card-pic-background,
.staff-editor__card-pic-wrapper:hover .staff-editor__card-pic-background {
  opacity: 0.6;
}
.staff-editor__card-pic-wrapper_loading .staff-editor__card-pic-icon,
.staff-editor__card-pic-wrapper:hover .staff-editor__card-pic-icon {
  opacity: 0.8;
}
.staff-editor__card-pic-wrapper_loading .staff-editor__card-pic-loading,
.staff-editor__card-pic-wrapper:hover .staff-editor__card-pic-loading {
  position: absolute;
  top: 0;
  z-index: 11;
}
.staff-editor__card-data {
  position: absolute;
  background-color: white;
  bottom: 0;
  width: 100%;
  height: 175px;
  padding-top: 50px;
}
.staff-editor__card-name {
  font-size: 24px;
}
.staff-editor__card-info {
  padding-top: 30px;
}
.staff-editor__card-badge {
  display: inline-block;
  width: 33%;
}
.staff-editor__card-badge-text {
  display: block;
}
.staff-editor__card-badge-red,
.staff-editor__card-badge-green,
.staff-editor__card-badge-blue {
  border-radius: 4px;
  color: white;
  display: inline-block;
  width: 70%;
  margin-bottom: 5px;
}
.staff-editor__card-badge-red {
  background-color: #8bdefa;
}
.staff-editor__card-badge-green {
  background-color: #52ae74;
}
.staff-editor__card-badge-blue {
  background-color: #2458aa;
}
.staff-editor__submit-button {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 180px;
}
.staff-editor__update-email,
.staff-editor__update-password,
.staff-editor__update-level,
.staff-editor__update-email-setting {
  position: relative;
}
.staff-editor__update-email-setting {
  margin-top: 28px;
  margin-bottom: 20px;
  text-align: left;
}
.staff-editor__departments {
  border: 1px solid #e7e7e7;
  padding: 20px 50px;
  text-align: left;
}
.staff-editor__departments-title {
  font-size: 16px;
  text-align: center;
}
.staff-editor__tickets {
  padding: 0 20px;
  margin-top: 20px;
}
.staff-editor__tickets-title {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
.staff-editor__separator {
  margin: 3px 0;
}
.staff-editor__message {
  margin-bottom: 20px;
}
.staff-editor__delete {
  border: 1px solid #e7e7e7;
  padding: 20px 50px;
  text-align: right;
}
.staff-editor__delete-title {
  font-size: 16px;
  text-align: center;
  float: left;
  margin-top: 11px;
}
.staff-editor__level-info {
  width: 360px;
  font-size: 13px;
}
.staff-editor__level-info-box {
  margin-top: 5px;
}
.staff-editor__level-info-title {
  color: #2458aa;
}
.staff-editor__level-info-description {
  color: #8d8d8d;
}
.staff-editor__activity-title {
  margin-bottom: 10px;
  text-align: left;
}
.staff-editor__staff-invitation-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.staff-editor__staff-invitation-button {
  min-width: 180px;
}
.admin-panel-custom-responses__loading {
  height: 300px;
}
.admin-panel-custom-responses__item-flag {
  float: right;
}
.admin-panel-custom-responses__message {
  margin-top: 10px;
  text-align: center;
}
.admin-panel-custom-responses__actions,
.admin-panel-custom-responses__optional-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.admin-panel-custom-responses__discard-button,
.admin-panel-custom-responses__delete-button {
  padding: 0 10px;
}
.admin-panel-custom-responses__save-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.admin-panel-my-tickets__close-button-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: 35px;
}
.admin-panel-new-tickets__department-warning {
  margin-bottom: 20px;
}
.admin-panel-search-tickets__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.admin-panel-search-tickets__container__show-filters-button {
  position: relative;
  transition: all 0.4s ease;
}
.admin-panel-view-ticket {
  margin: 10px;
}
.admin-panel-view-ticket__loading {
  background-color: #e7e7e7;
  height: 400px;
}
.admin-panel-view-ticket__ticket-view {
  margin: 20px 30px;
}
@media screen and (max-width: 415px) {
  .admin-panel-view-ticket {
    margin: 0;
  }
  .admin-panel-view-ticket .admin-panel-view-ticket__ticket-view {
    margin: 20px 0;
  }
}
.admin-panel-ban-users {
  padding: 0 20px;
}
.admin-panel-ban-users__search {
  margin-bottom: 20px;
}
.admin-panel-ban-users__email-row {
  text-align: left;
  padding: 5px 10px;
}
.admin-panel-ban-users__un-ban-button {
  float: right;
  margin-top: -5px;
}
.admin-panel-ban-users__ban-email {
  text-align: center;
}
.admin-panel-ban-users__ban-email-title {
  color: #4d4d4d;
  font-size: 16px;
}
.admin-panel-ban-users__input {
  display: inline-block;
}
.admin-panel-ban-users__form-message {
  margin-top: 20px;
}
@media screen and (max-width: 415px) {
  .admin-panel-ban-users .admin-panel-ban-users__input {
    display: unset;
  }
  .admin-panel-ban-users .admin-panel-ban-users__submit-button {
    margin: 20px 0;
  }
  .admin-panel-ban-users .admin-panel-ban-users__ban-email {
    margin-top: 40px;
  }
  .admin-panel-ban-users .admin-panel-ban-users__email-row {
    text-align: unset;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .admin-panel-ban-users .admin-panel-ban-users__un-ban-button {
    float: unset;
    margin: 15px 0;
  }
}
.admin-panel-custom-field-form {
  min-width: 400px;
}
.admin-panel-custom-field-form__options-title {
  margin-bottom: 10px;
}
.admin-panel-custom-field-form__option {
  display: flex;
  align-items: center;
}
.admin-panel-custom-field-form__option-add-button {
  margin: 20px 0;
}
.admin-panel-custom-field-form__option-delete-button {
  margin-top: 7px;
  margin-left: 12px;
}
.admin-panel-custom-field-form__buttons {
  display: flex;
  justify-content: space-between;
}
.admin-panel-custom-fields__list {
  text-align: left;
}
.admin-panel-custom-fields__container-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.admin-panel-list-users__search-box {
  margin: 20px;
}
.admin-panel-list-users__table {
  text-align: left;
}
.admin-panel-list-users__name-link {
  color: #2458aa;
}
.admin-panel-list-users__tickets-number {
  background-color: white;
  border-radius: 10px;
  width: 70px;
  display: inline-block;
  text-align: center;
}
.admin-panel-list-users__success-message {
  margin-bottom: 20px;
}
.admin-panel-list-users__add-user-form {
  max-width: 500px;
}
.admin-panel-list-users__invite-user-form {
  min-width: 700px;
}
.admin-panel-view-user__info {
  text-align: left;
}
.admin-panel-view-user__info-item {
  display: inline-block;
  margin-right: 20px;
  min-width: 200px;
  margin-top: 10px;
}
.admin-panel-view-user__info-box {
  background-color: #e7e7e7;
  color: #4d4d4d;
  font-size: 13px;
  padding: 5px 15px;
  text-align: center;
}
.admin-panel-view-user__empty-content {
  font-style: italic;
  color: #8d8d8d;
}
.admin-panel-view-user__action-buttons {
  margin-top: 20px;
}
.admin-panel-view-user__action-button {
  margin-right: 20px;
}
.admin-panel-view-user__tickets-info-container {
  display: flex;
}
.admin-panel-view-user__tickets-title {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.admin-panel-view-user__supervised-users-header {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.admin-panel-view-user__supervised-users-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.admin-panel-view-user__supervised-users-message {
  margin-top: 20px;
}
.admin-panel-view-user__submit-button {
  margin-top: 20px;
}
.admin-panel-view-user__unverified {
  margin-left: 15px;
}
.admin-panel-view-user__info-tooltip {
  margin-left: 10px;
}
.invite-user-widget {
  padding: 10px;
  text-align: center;
}
.invite-user-widget__inputs {
  display: inline-block;
  margin: 0 auto;
}
.invite-user-widget__captcha {
  margin: 10px auto 20px;
  height: 78px;
  width: 304px;
}
.invite-user-widget__buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.invite-user-widget__success-message,
.invite-user-widget__error-message {
  margin-top: 20px;
}
.invite-user-widget__modal-wrapper {
  min-width: 700px;
  min-height: 400px;
}
.invite-user-widget__loading {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
}
.application {
  /* padding: 20px; */
}
.application_full-width {
  padding: 0;
}
.application_full-width .main-layout {
  width: 100%;
  max-width: none;
}
.application_full-width .main-layout-header {
  border-radius: 0;
}
.application_full-width .main-layout--content {
  position: relative;
}
.application_full-width .main-layout-footer {
  height: 40px;
  display: none;
}
.application_full-width .main-layout-footer--powered {
  padding-top: 9px;
}
.application_full-width .main-home-page {
  margin: 0 auto;
}
.application_full-width .main-home-page .widget {
  background-color: #f7f7f7;
}
.application_full-width .ticket-list__number {
  text-align: center;
}
.application_full-width .signup-widget {
  background-color: #f7f7f7;
}
.application_full-width .dashboard .widget {
  background-color: transparent;
}
.application_full-width .dashboard__menu {
  margin-left: -5px;
  margin-top: -20px;
  padding: 0;
  background-color: #f7f7f7;
  height: 100%;
  position: absolute;
}
.application_full-width .dashboard__menu .menu__list {
  background-color: transparent;
  height: 100%;
  position: relative;
}
.application_full-width .dashboard__menu .menu__header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #2458aa;
  text-align: right;
}
.application_full-width .dashboard__content {
  margin-top: -10px;
}
@media screen and (max-width: 992px) {
  .application_full-width .dashboard .dashboard__menu {
    position: static;
  }
}
.application_full-width__widget {
  background-color: #f7f7f7;
}
@media screen and (max-width: 467px) {
  .application_full-width .input {
    width: 250px;
  }
}
.application_full-width.application_mandatory-login .main-layout {
  background-color: white;
}
.application_full-width.application_mandatory-login .main-home-page__login-widget {
  position: absolute;
}
.application_full-width.application_mandatory-login .main-home-page__portal-wrapper {
  margin-left: 360px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .application_full-width.application_mandatory-login .main-home-page .main-home-page__login-widget,
  .application_full-width.application_mandatory-login .main-home-page .main-home-page__portal-wrapper {
    float: none;
    width: initial;
    margin-left: 0;
    position: static;
  }
}
@media screen and (max-width: 379px) {
  .application_full-width .main-home-page .widget {
    min-width: 313px !important;
    width: initial !important;
  }
}
@media screen and (max-width: 379px) {
  .application_user-system .main-home-page .widget {
    min-width: initial;
    width: 283px;
  }
}
.install-layout {
  margin: 0 auto;
  width: 900px;
  min-height: 0;
}
@media screen and (max-width: 900px) {
  .install-layout {
    width: 100%;
  }
}
.install-layout__header {
  text-align: left;
}
.install-layout__header-logo,
.install-layout__header-text {
  display: inline-block;
}
.install-layout__header-title {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
}
.install-layout__header-description {
  text-align: left;
  color: #8d8d8d;
}
.install-layout__body {
  margin-top: 20px;
  text-align: left;
}
.install-layout__steps {
  padding: 0;
  list-style-type: none;
  border-right: 1px solid #29313f;
}
.install-layout__step {
  color: #4d4d4d;
}
.install-layout__step-icon {
  color: #29313f;
  margin-right: 10px;
}
.install-layout__step_current .install-layout__step-icon {
  color: #2458aa;
}
.install-layout__step_previous .install-layout__step-icon {
  color: #52ae74;
}
.install-layout__content {
  min-height: 130px;
}
.install-step-1__label {
  font-size: 16px;
  margin-bottom: 20px;
}
.install-step-1__button {
  margin-top: 20px;
}
.install-step-2__refresh {
  margin: 15px 0;
}
.install-step-2__refresh-button {
  min-width: 120px;
  width: auto;
  position: relative;
  text-align: right;
}
.install-step-2__refresh-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}
.install-step-2__requirement-list {
  margin-bottom: 20px;
}
.install-step-2__requirement {
  color: #2458aa;
}
.install-step-2__requirement-assert {
  color: #52ae74;
  float: left;
  margin-right: 11px;
  margin-top: 3px;
}
.install-step-2__requirement_error {
  color: #8bdefa;
  background-color: #e5f8fe !important;
}
.install-step-2__requirement_error .install-step-2__requirement-assert {
  color: #8bdefa;
}
.install-step-2__buttons {
  width: 55%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.install-step-3__message {
  margin-bottom: 20px;
}
.install-step-3__previous {
  float: left;
}
.install-step-3__buttons {
  width: 55%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.install-step-4__container {
  display: inline-flex;
  justify-content: space-between;
  width: 70%;
}
.install-step-4__previous {
  margin-right: 20px;
}
.install-step-5__previous {
  margin-right: 20px;
}
.install-step-5__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.install-step-5__smtp-block {
  text-align: center;
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}
.install-step-5__smtp-block .header__title {
  font-size: 16px;
}
.install-step-5__attachments-field {
  margin-bottom: 15px;
}
.install-step-5__smtp-message {
  margin-top: 30px;
}
.install-step-6__message {
  margin-bottom: 20px;
}
.install-step-6__next {
  min-width: 70px;
}
.dashboard-article-page {
  word-break: break-word;
}
.dashboard-article-page__last-edited {
  font-style: italic;
  text-align: right;
  margin-top: 20px;
}
.dashboard-article-page_wrapped {
  padding: 0 15px;
}
.create-ticket-form__file {
  text-align: left;
}
.create-ticket-form__message {
  margin-top: 20px;
}
.create-ticket-form__container {
  display: flex;
  flex-direction: row-reverse;
}
.create-ticket-form__buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 999;
}
.create-ticket-form__buttons-container-without-allow-attachments {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 999;
}
.create-ticket-form__captcha-container {
  padding-right: 20px;
}
.create-ticket-form__captcha {
  margin: 0 auto 20px;
  height: 78px;
  width: 304px;
}
.dashboard-create-ticket-page_wrapped {
  padding: 0 10px;
}
@media screen and (min-width: 993px) {
  .dashboard-create-ticket-page_wrapped {
    float: none;
  }
}
.dashboard-create-ticket-page__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashboard-create-ticket-page__create-ticket-form__hidden {
  display: none;
}
.dashboard-create-ticket-page__message {
  margin-bottom: 30px;
}
.edit-profile-page__title {
  color: #8d8d8d;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.edit-profile-page__message {
  margin-top: 20px;
  margin-bottom: 20px;
}
.edit-profile-page__custom-fields {
  text-align: left;
}
.edit-profile-page__custom-field {
  display: inline-block;
  margin-right: 20px;
}
.edit-profile-page__change-email-container,
.edit-profile-page__change-password-container,
.edit-profile-page__edit-custom-field-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .dashboard {
    display: flex;
  }
}
.dashboard__menu {
  margin-bottom: 10px;
}
@media screen and (min-width: 993px) {
  .dashboard-list-articles-page {
    float: none;
  }
}
.dashboard-list-articles-page__search-box {
  margin-bottom: 30px;
}
.dashboard-list-articles-page__search-result {
  margin-bottom: 20px;
  text-align: left;
}
.dashboard-list-articles-page__search-result-description {
  font-size: 11px;
  margin: 5px 0;
}
.dashboard-list-articles-page__search-result-topic {
  color: #e7e7e7;
  font-size: 13px;
  text-transform: uppercase;
}
.dashboard-list-articles-page_wrapped {
  word-break: break-word;
  padding: 0 15px;
}
.dashboard-ticket-list__supervisor-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-ticket-list__supervisor-form-checkbox {
  margin-left: 20px;
}
.dashboard-ticket-page {
  padding: 0 10px;
}
.dashboard-ticket-page__loading {
  min-height: 300px;
}
.main-check-ticket-page {
  padding: 0 15px;
}
.main-check-ticket-page__form {
  margin: 0 auto;
  max-width: 790px;
}
.main-check-ticket-page__inputs {
  display: inline-block;
  margin: 0 auto;
}
.main-check-ticket-page__input {
  display: inline-block;
  margin: 0 20px;
}
.main-check-ticket-page__captcha {
  margin: 20px auto 20px;
  height: 78px;
  width: 304px;
}
@media screen and (max-width: 415px) {
  .main-check-ticket-page .main-check-ticket-page__inputs {
    display: unset;
  }
  .main-check-ticket-page .main-check-ticket-page__input {
    width: 300px;
    margin: 0;
    display: unset;
  }
  .main-check-ticket-page .main-check-ticket-page__form {
    width: 280px;
  }
}
.login-widget__container {
  height: 361px;
  width: 324px;
}
.login-widget__inputs {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: left;
}
.login-widget__forgot-password {
  margin-top: 20px;
}
.login-widget__message {
  margin-top: 18px;
}
.login-widget__loading > span {
  border-top: 1.1em solid rgba(141, 141, 141, 0.2);
  border-right: 1.1em solid rgba(141, 141, 141, 0.2);
  border-bottom: 1.1em solid rgba(141, 141, 141, 0.2);
  border-left: 1.1em solid #8d8d8d;
  margin-top: 10px;
}
.main-home-page__link-buttons-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.main-home-page__widget {
  min-height: 391px;
}
@media screen and (min-width: 379px) {
  .login-widget__container {
    min-width: 324px;
  }
  .Widget {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 409px) {
  .login-widget__container {
    min-width: 313px;
  }
}
@media screen and (max-width: 992px) {
  .login-widget__container {
    width: 100%;
  }
  .main-home-page__widget {
    width: 100%;
  }
}
.main-home-page-portal {
  min-height: 412px;
}
.main-home-page-portal__card {
  padding: 5px;
}
.main-home-page__center {
  display: flex;
  justify-content: center;
}
.main-home-page__message {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.main-home-page__captcha {
  margin: 10px auto 20px;
  height: 78px;
  width: 304px;
}
.main-layout-footer {
  background-color: #29313f;
  text-align: center;
  min-height: 32px;
  width: 100%;
}
.main-layout-footer__powered,
.main-layout-footer__extra-links {
  float: right;
  padding-right: 20px;
  color: white;
  display: inline-block;
  padding-top: 6px;
}
.main-layout-footer__extra-link,
.main-layout-footer__os-link {
  color: #2458aa;
  text-decoration: none;
}
.main-layout-footer__extra-link:hover,
.main-layout-footer__extra-link:focus,
.main-layout-footer__os-link:hover,
.main-layout-footer__os-link:focus {
  text-decoration: none;
  color: black;
}
.main-layout-footer__os-link {
  color: #8bdefa;
}
.main-layout-footer_admin-panel .main-layout-footer__powered {
  float: left;
  padding-left: 20px;
}
@media screen and (max-width: 415px) {
  .main-layout-footer_admin-panel .main-layout-footer__powered,
  .main-layout-footer_admin-panel .main-layout-footer__extra-link {
    float: unset;
    padding: 5px;
  }
}
.main-layout-header {
  background-color: #29313f;
  /* border-radius: 4px 4px 0 0; */
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-layout-header__user-name {
  color: #8bdefa;
}
.main-layout-header__login-links {
  border-top-left-radius: 4px;
  color: white;
  display: inline-block;
  min-height: 32px;
  width: 100%;
  padding: 5px 170px 5px 10px;
}
.main-layout-header__login-links__button {
  margin: 5px;
}
.main-layout-header__languages {
  right: 5px;
  position: absolute;
  bottom: 0;
  margin: 0 6px;
}
.main-layout {
  margin: 0 auto;
  /* background-color: #e7e7e7; */
  max-width: 100%;
  border-radius: 4px;
  transition: max-height 0.15s ease-out;
}
.main-layout--content {
  min-height: 453px;
  padding: 20px;
}
@media screen and (min-width: 993px) and (max-width: 1032px) {
  .main-layout--content {
    padding: 20px 0.45%;
  }
}
@media screen and (max-width: 353px) {
  .main-layout--content {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 333px) {
  .main-layout--content {
    padding: 20px 0;
  }
}
.main-maintenance-page {
  margin: auto;
  width: 70%;
  padding: 50px 100px;
  border: 2px solid #8d8d8d;
  text-align: center;
  background-color: white;
  border-radius: 4px;
}
.main-maintenance-page__icon {
  color: #e5d151;
  background-color: #eee;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.main-maintenance-page__title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #e5d151;
  font-weight: bold;
}
.main-maintenance-page__description {
  font-size: 19px;
  color: #4d4d4d;
}
@media screen and (max-width: 500px) {
  .main-maintenance-page {
    padding-left: 0;
    padding-right: 0;
  }
}
.recover-password__inputs {
  display: inline-block;
  margin: 0 auto 10px;
  text-align: left;
}
.recover-password__submit-button {
  margin-bottom: 40px;
}
.recover-password__text_valid {
  color: green;
}
.recover-password__text_invalid {
  color: red;
}
.main-signup-page {
  min-height: 669px;
}
.signup-widget {
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .signup-widget {
    float: none;
  }
}
.signup-widget__form {
  margin-bottom: 20px;
}
.signup-widget__inputs {
  display: inline-block;
  margin: 0 auto;
}
.signup-widget__captcha {
  margin: 10px auto 20px;
  height: 78px;
  width: 304px;
}
.main-view-ticket-page {
  padding: 0 15px;
}
