/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
    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"] {
    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;
    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;
  }
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !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;
    }
  }
  * {
    box-sizing: border-box;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f7f8fa;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #0077b5;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #004569;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f7f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    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: 400;
    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: .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: #0077b5;
  }
  a.text-primary:hover,
  a.text-primary:focus {
    color: #005582;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover,
  a.text-success:focus {
    color: #2b542c;
  }
  .text-info {
    color: #005481;
  }
  a.text-info:hover,
  a.text-info:focus {
    color: #00334e;
  }
  .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: #0077b5;
  }
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: #005582;
  }
  .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: 600px) {
    .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: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    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 #ccc;
    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: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-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;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #f7f8fa;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-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;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  input[type="search"] {
    box-sizing: border-box;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  }
  input[type="file"] {
    display: block;
  }
  input[type="range"] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
  }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: none;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
      line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
      line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
      line-height: 46px;
    }
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"].disabled,
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }
  .radio-inline.disabled,
  .checkbox-inline.disabled,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .radio.disabled label,
  .checkbox.disabled label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed;
  }
  .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
  }
  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-sm,
  select[multiple].input-sm {
    height: auto;
  }
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
  }
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto;
  }
  .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  select.input-lg {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-lg,
  select[multiple].input-lg {
    height: auto;
  }
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
  }
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .input-lg + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 25px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
  }
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 27px;
  }
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
    }
  }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 14.333333px;
      font-size: 18px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px;
    }
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active:hover,
  .btn-default.active:hover,
  .open > .dropdown-toggle.btn-default:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .open > .dropdown-toggle.btn-default:focus,
  .btn-default:active.focus,
  .btn-default.active.focus,
  .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default .badge {
    color: #fff;
    background-color: #333;
  }
  .btn-primary {
    color: #fff;
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #cc5f00;
    border-color: #663000;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .btn-primary:active:hover,
  .btn-primary.active:hover,
  .open > .dropdown-toggle.btn-primary:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .open > .dropdown-toggle.btn-primary:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus,
  .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #a84f00;
    border-color: #663000;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background-image: none;
  }
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .btn-primary .badge {
    color: #ff7700;
    background-color: #fff;
  }
  .btn-success {
    color: #fff;
    background-color: #59b359;
    border-color: #4d994d;
  }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #449544;
    border-color: #224422;
  }
  .btn-success:hover {
    color: #fff;
    background-color: #449544;
    border-color: #397039;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449544;
    border-color: #397039;
  }
  .btn-success:active:hover,
  .btn-success.active:hover,
  .open > .dropdown-toggle.btn-success:hover,
  .btn-success:active:focus,
  .btn-success.active:focus,
  .open > .dropdown-toggle.btn-success:focus,
  .btn-success:active.focus,
  .btn-success.active.focus,
  .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #397c39;
    border-color: #224422;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    background-image: none;
  }
  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #59b359;
    border-color: #4d994d;
  }
  .btn-success .badge {
    color: #59b359;
    background-color: #fff;
  }
  .btn-info {
    color: #fff;
    background-color: #027cbb;
    border-color: #026ca2;
  }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #015b89;
    border-color: #001824;
  }
  .btn-info:hover {
    color: #fff;
    background-color: #015b89;
    border-color: #014466;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #015b89;
    border-color: #014466;
  }
  .btn-info:active:hover,
  .btn-info.active:hover,
  .open > .dropdown-toggle.btn-info:hover,
  .btn-info:active:focus,
  .btn-info.active:focus,
  .open > .dropdown-toggle.btn-info:focus,
  .btn-info:active.focus,
  .btn-info.active.focus,
  .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #014365;
    border-color: #001824;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    background-image: none;
  }
  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #027cbb;
    border-color: #026ca2;
  }
  .btn-info .badge {
    color: #027cbb;
    background-color: #fff;
  }
  .btn-warning {
    color: #fff;
    background-color: #ffb145;
    border-color: #cc9d37;
  }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #ff9c12;
    border-color: #69501b;
  }
  .btn-warning:hover {
    color: #fff;
    background-color: #ff9c12;
    border-color: #9e7928;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ff9c12;
    border-color: #9e7928;
  }
  .btn-warning:active:hover,
  .btn-warning.active:hover,
  .open > .dropdown-toggle.btn-warning:hover,
  .btn-warning:active:focus,
  .btn-warning.active:focus,
  .open > .dropdown-toggle.btn-warning:focus,
  .btn-warning:active.focus,
  .btn-warning.active.focus,
  .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #ed8a00;
    border-color: #69501b;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    background-image: none;
  }
  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #ffb145;
    border-color: #cc9d37;
  }
  .btn-warning .badge {
    color: #ffb145;
    background-color: #fff;
  }
  .btn-danger {
    color: #fff;
    background-color: #e64a45;
    border-color: #cc423d;
  }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #db231d;
    border-color: #6d1f1d;
  }
  .btn-danger:hover {
    color: #fff;
    background-color: #db231d;
    border-color: #a12f2a;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #db231d;
    border-color: #a12f2a;
  }
  .btn-danger:active:hover,
  .btn-danger.active:hover,
  .open > .dropdown-toggle.btn-danger:hover,
  .btn-danger:active:focus,
  .btn-danger.active:focus,
  .open > .dropdown-toggle.btn-danger:focus,
  .btn-danger:active.focus,
  .btn-danger.active.focus,
  .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #bb1e19;
    border-color: #6d1f1d;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #e64a45;
    border-color: #cc423d;
  }
  .btn-danger .badge {
    color: #e64a45;
    background-color: #fff;
  }
  .btn-link {
    color: #0077b5;
    font-weight: normal;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: #004569;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs,
  .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropup,
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #555;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0077b5;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  @media (min-width: 600px) {
    .navbar-right .dropdown-menu {
      left: auto;
      right: 0;
    }
    .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
    }
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn:active,
  .btn-group-vertical > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    margin-left: -5px;
  }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  [data-toggle="buttons"] > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  select.input-group-lg > .form-control,
  select.input-group-lg > .input-group-addon,
  select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-group-lg > .form-control,
  textarea.input-group-lg > .input-group-addon,
  textarea.input-group-lg > .input-group-btn > .btn,
  select[multiple].input-group-lg > .form-control,
  select[multiple].input-group-lg > .input-group-addon,
  select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-group-sm > .form-control,
  select.input-group-sm > .input-group-addon,
  select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-group-sm > .form-control,
  textarea.input-group-sm > .input-group-addon,
  textarea.input-group-sm > .input-group-btn > .btn,
  select[multiple].input-group-sm > .form-control,
  select[multiple].input-group-sm > .input-group-addon,
  select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
  }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group-addon:first-child {
    border-right: 0;
  }
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .input-group-addon:last-child {
    border-left: 0;
  }
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .nav > li.disabled > a {
    color: #777777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0077b5;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #005481;
    background-color: #f7f8fa;
    border: 1px solid #cccccc;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #f7f8fa;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0077b5;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #f7f8fa;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  @media (min-width: 600px) {
    .navbar {
      border-radius: 4px;
    }
  }
  @media (min-width: 600px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 600px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
    }
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 600px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 600px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  @media (min-width: 600px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
  @media (min-width: 600px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  @media (min-width: 600px) {
    .navbar-toggle {
      display: none;
    }
  }
  .navbar-nav {
    margin: 5px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  @media (max-width: 599px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  @media (min-width: 600px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 3px;
    margin-bottom: 3px;
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  @media (max-width: 599px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
  }
  @media (min-width: 600px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .navbar-btn.btn-sm {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navbar-btn.btn-xs {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  @media (min-width: 600px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  @media (max-width: 599px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-link {
    color: #777;
  }
  .navbar-default .navbar-link:hover {
    color: #333;
  }
  .navbar-default .btn-link {
    color: #777;
  }
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333;
  }
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }
  .navbar-inverse {
    background-color: #0077b5;
    border-color: #005582;
  }
  .navbar-inverse .navbar-brand {
    color: #fff;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #005481;
    background-color: #f7f8fa;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #005481;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #006091;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #f7f8fa;
    color: #005481;
  }
  @media (max-width: 599px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #005582;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #005582;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #005481;
      background-color: #f7f8fa;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-link {
    color: #fff;
  }
  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }
  .navbar-inverse .btn-link {
    color: #fff;
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #fff;
  }
  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: "â–¸\00a0";
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb > .active {
    color: #777777;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0077b5;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 3;
    color: #004569;
    background-color: #eeeeee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
  }
  .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  a.label:hover,
  a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .label:empty {
    display: none;
  }
  .btn .label {
    position: relative;
    top: -1px;
  }
  .label-default {
    background-color: #777777;
  }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #5e5e5e;
  }
  .label-primary {
    background-color: #0077b5;
  }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #005582;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
  }
  a.badge:hover,
  a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #0077b5;
    background-color: #fff;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
  }
  .jumbotron > hr {
    border-top-color: #d5d5d5;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
  }
  .jumbotron .container {
    max-width: 100%;
  }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
      padding-left: 60px;
      padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
      font-size: 63px;
    }
  }
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f7f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
  }
  .thumbnail > img,
  .thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: #0077b5;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333333;
  }
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #005481;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #00334e;
  }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #0077b5;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
  }
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-bar-success {
    background-color: #5cb85c;
  }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-info {
    background-color: #5bc0de;
  }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-warning {
    background-color: #f0ad4e;
  }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-danger {
    background-color: #d9534f;
  }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media,
  .media-body {
    zoom: 1;
    overflow: hidden;
  }
  .media-body {
    width: 10000px;
  }
  .media-object {
    display: block;
  }
  .media-object.img-thumbnail {
    max-width: none;
  }
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  .media-left,
  .media > .pull-left {
    padding-right: 10px;
  }
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  a.list-group-item,
  button.list-group-item {
    color: #555555;
  }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
  }
  a.list-group-item:hover,
  button.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
  }
  button.list-group-item {
    width: 100%;
    text-align: left;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #005481;
    background-color: #fff;
    border-color: #ddd;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #ffffff;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  button.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  button.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  button.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #005481;
    background-color: #d9edf7;
  }
  a.list-group-item-info,
  button.list-group-item-info {
    color: #005481;
  }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  button.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:focus {
    color: #005481;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  button.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  button.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #005481;
    border-color: #005481;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  button.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  button.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .panel-body {
    padding: 15px;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child > th,
  .panel > .table > tbody:first-child > tr:first-child > td {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
  .panel-group {
    margin-bottom: 20px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
  }
  .panel-default {
    border-color: #ddd;
  }
  .panel-default > .panel-heading {
    color: #555;
    background-color: #f8f8f8;
    border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
  }
  .panel-default > .panel-heading .badge {
    color: #f8f8f8;
    background-color: #555;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: #0077b5;
  }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0077b5;
  }
  .panel-primary > .panel-heading .badge {
    color: #0077b5;
    background-color: #fff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0077b5;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #005481;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #005481;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-lg {
    padding: 24px;
    border-radius: 6px;
  }
  .well-sm {
    padding: 9px;
    border-radius: 3px;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 400px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 320px;
    padding: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover > .arrow,
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover > .arrow {
    border-width: 11px;
  }
  .popover > .arrow:after {
    border-width: 10px;
    content: "";
  }
  .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
  }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
  }
  .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
  }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    line-height: 1;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
  }
  .carousel-control .icon-prev:before {
    content: '\2039';
  }
  .carousel-control .icon-next:before {
    content: '\203a';
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
  }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
  }
  .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -15px;
    }
    .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  .clearfix:before,
  .clearfix:after,
  .dl-horizontal dd:before,
  .dl-horizontal dd:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after,
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after,
  .btn-toolbar:before,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after,
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after,
  .pager:before,
  .pager:after,
  .panel-body:before,
  .panel-body:after,
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .clearfix:after,
  .dl-horizontal dd:after,
  .container:after,
  .container-fluid:after,
  .row:after,
  .form-horizontal .form-group:after,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:after,
  .nav:after,
  .navbar:after,
  .navbar-header:after,
  .navbar-collapse:after,
  .pager:after,
  .panel-body:after,
  .modal-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-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;
    }
  }
  
  /*!
   * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license (Commercial License)
   */
  .fa,
  .fas,
  .far,
  .fal,
  .fad,
  .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
  }
  .fa-xs {
    font-size: .75em;
  }
  .fa-sm {
    font-size: .875em;
  }
  .fa-1x {
    font-size: 1em;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-5x {
    font-size: 5em;
  }
  .fa-6x {
    font-size: 6em;
  }
  .fa-7x {
    font-size: 7em;
  }
  .fa-8x {
    font-size: 8em;
  }
  .fa-9x {
    font-size: 9em;
  }
  .fa-10x {
    font-size: 10em;
  }
  .fa-fw {
    text-align: center;
    width: 1.25em;
  }
  .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
  }
  .fa-ul > li {
    position: relative;
  }
  .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
  }
  .fa-border {
    border-radius: .1em;
    border: solid 0.08em #eee;
    padding: .2em .25em .15em;
  }
  .fa-pull-left {
    float: left;
  }
  .fa-pull-right {
    float: right;
  }
  .fa.fa-pull-left,
  .fas.fa-pull-left,
  .far.fa-pull-left,
  .fal.fa-pull-left,
  .fab.fa-pull-left {
    margin-right: .3em;
  }
  .fa.fa-pull-right,
  .fas.fa-pull-right,
  .far.fa-pull-right,
  .fal.fa-pull-right,
  .fab.fa-pull-right {
    margin-left: .3em;
  }
  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
  }
  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
  }
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .fa-flip-both,
  .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
  :root .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270,
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical,
  :root .fa-flip-both {
    -webkit-filter: none;
            filter: none;
  }
  .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
  }
  .fa-stack-1x,
  .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .fa-stack-1x {
    line-height: inherit;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
  .fa-inverse {
    color: #fff;
  }
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .fa-500px:before {
    content: "\f26e";
  }
  .fa-abacus:before {
    content: "\f640";
  }
  .fa-accessible-icon:before {
    content: "\f368";
  }
  .fa-accusoft:before {
    content: "\f369";
  }
  .fa-acorn:before {
    content: "\f6ae";
  }
  .fa-acquisitions-incorporated:before {
    content: "\f6af";
  }
  .fa-ad:before {
    content: "\f641";
  }
  .fa-address-book:before {
    content: "\f2b9";
  }
  .fa-address-card:before {
    content: "\f2bb";
  }
  .fa-adjust:before {
    content: "\f042";
  }
  .fa-adn:before {
    content: "\f170";
  }
  .fa-adversal:before {
    content: "\f36a";
  }
  .fa-affiliatetheme:before {
    content: "\f36b";
  }
  .fa-air-conditioner:before {
    content: "\f8f4";
  }
  .fa-air-freshener:before {
    content: "\f5d0";
  }
  .fa-airbnb:before {
    content: "\f834";
  }
  .fa-alarm-clock:before {
    content: "\f34e";
  }
  .fa-alarm-exclamation:before {
    content: "\f843";
  }
  .fa-alarm-plus:before {
    content: "\f844";
  }
  .fa-alarm-snooze:before {
    content: "\f845";
  }
  .fa-album:before {
    content: "\f89f";
  }
  .fa-album-collection:before {
    content: "\f8a0";
  }
  .fa-algolia:before {
    content: "\f36c";
  }
  .fa-alicorn:before {
    content: "\f6b0";
  }
  .fa-alien:before {
    content: "\f8f5";
  }
  .fa-alien-monster:before {
    content: "\f8f6";
  }
  .fa-align-center:before {
    content: "\f037";
  }
  .fa-align-justify:before {
    content: "\f039";
  }
  .fa-align-left:before {
    content: "\f036";
  }
  .fa-align-right:before {
    content: "\f038";
  }
  .fa-align-slash:before {
    content: "\f846";
  }
  .fa-alipay:before {
    content: "\f642";
  }
  .fa-allergies:before {
    content: "\f461";
  }
  .fa-amazon:before {
    content: "\f270";
  }
  .fa-amazon-pay:before {
    content: "\f42c";
  }
  .fa-ambulance:before {
    content: "\f0f9";
  }
  .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
  }
  .fa-amilia:before {
    content: "\f36d";
  }
  .fa-amp-guitar:before {
    content: "\f8a1";
  }
  .fa-analytics:before {
    content: "\f643";
  }
  .fa-anchor:before {
    content: "\f13d";
  }
  .fa-android:before {
    content: "\f17b";
  }
  .fa-angel:before {
    content: "\f779";
  }
  .fa-angellist:before {
    content: "\f209";
  }
  .fa-angle-double-down:before {
    content: "\f103";
  }
  .fa-angle-double-left:before {
    content: "\f100";
  }
  .fa-angle-double-right:before {
    content: "\f101";
  }
  .fa-angle-double-up:before {
    content: "\f102";
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .fa-angle-up:before {
    content: "\f106";
  }
  .fa-angry:before {
    content: "\f556";
  }
  .fa-angrycreative:before {
    content: "\f36e";
  }
  .fa-angular:before {
    content: "\f420";
  }
  .fa-ankh:before {
    content: "\f644";
  }
  .fa-app-store:before {
    content: "\f36f";
  }
  .fa-app-store-ios:before {
    content: "\f370";
  }
  .fa-apper:before {
    content: "\f371";
  }
  .fa-apple:before {
    content: "\f179";
  }
  .fa-apple-alt:before {
    content: "\f5d1";
  }
  .fa-apple-crate:before {
    content: "\f6b1";
  }
  .fa-apple-pay:before {
    content: "\f415";
  }
  .fa-archive:before {
    content: "\f187";
  }
  .fa-archway:before {
    content: "\f557";
  }
  .fa-arrow-alt-circle-down:before {
    content: "\f358";
  }
  .fa-arrow-alt-circle-left:before {
    content: "\f359";
  }
  .fa-arrow-alt-circle-right:before {
    content: "\f35a";
  }
  .fa-arrow-alt-circle-up:before {
    content: "\f35b";
  }
  .fa-arrow-alt-down:before {
    content: "\f354";
  }
  .fa-arrow-alt-from-bottom:before {
    content: "\f346";
  }
  .fa-arrow-alt-from-left:before {
    content: "\f347";
  }
  .fa-arrow-alt-from-right:before {
    content: "\f348";
  }
  .fa-arrow-alt-from-top:before {
    content: "\f349";
  }
  .fa-arrow-alt-left:before {
    content: "\f355";
  }
  .fa-arrow-alt-right:before {
    content: "\f356";
  }
  .fa-arrow-alt-square-down:before {
    content: "\f350";
  }
  .fa-arrow-alt-square-left:before {
    content: "\f351";
  }
  .fa-arrow-alt-square-right:before {
    content: "\f352";
  }
  .fa-arrow-alt-square-up:before {
    content: "\f353";
  }
  .fa-arrow-alt-to-bottom:before {
    content: "\f34a";
  }
  .fa-arrow-alt-to-left:before {
    content: "\f34b";
  }
  .fa-arrow-alt-to-right:before {
    content: "\f34c";
  }
  .fa-arrow-alt-to-top:before {
    content: "\f34d";
  }
  .fa-arrow-alt-up:before {
    content: "\f357";
  }
  .fa-arrow-circle-down:before {
    content: "\f0ab";
  }
  .fa-arrow-circle-left:before {
    content: "\f0a8";
  }
  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }
  .fa-arrow-circle-up:before {
    content: "\f0aa";
  }
  .fa-arrow-down:before {
    content: "\f063";
  }
  .fa-arrow-from-bottom:before {
    content: "\f342";
  }
  .fa-arrow-from-left:before {
    content: "\f343";
  }
  .fa-arrow-from-right:before {
    content: "\f344";
  }
  .fa-arrow-from-top:before {
    content: "\f345";
  }
  .fa-arrow-left:before {
    content: "\f060";
  }
  .fa-arrow-right:before {
    content: "\f061";
  }
  .fa-arrow-square-down:before {
    content: "\f339";
  }
  .fa-arrow-square-left:before {
    content: "\f33a";
  }
  .fa-arrow-square-right:before {
    content: "\f33b";
  }
  .fa-arrow-square-up:before {
    content: "\f33c";
  }
  .fa-arrow-to-bottom:before {
    content: "\f33d";
  }
  .fa-arrow-to-left:before {
    content: "\f33e";
  }
  .fa-arrow-to-right:before {
    content: "\f340";
  }
  .fa-arrow-to-top:before {
    content: "\f341";
  }
  .fa-arrow-up:before {
    content: "\f062";
  }
  .fa-arrows:before {
    content: "\f047";
  }
  .fa-arrows-alt:before {
    content: "\f0b2";
  }
  .fa-arrows-alt-h:before {
    content: "\f337";
  }
  .fa-arrows-alt-v:before {
    content: "\f338";
  }
  .fa-arrows-h:before {
    content: "\f07e";
  }
  .fa-arrows-v:before {
    content: "\f07d";
  }
  .fa-artstation:before {
    content: "\f77a";
  }
  .fa-assistive-listening-systems:before {
    content: "\f2a2";
  }
  .fa-asterisk:before {
    content: "\f069";
  }
  .fa-asymmetrik:before {
    content: "\f372";
  }
  .fa-at:before {
    content: "\f1fa";
  }
  .fa-atlas:before {
    content: "\f558";
  }
  .fa-atlassian:before {
    content: "\f77b";
  }
  .fa-atom:before {
    content: "\f5d2";
  }
  .fa-atom-alt:before {
    content: "\f5d3";
  }
  .fa-audible:before {
    content: "\f373";
  }
  .fa-audio-description:before {
    content: "\f29e";
  }
  .fa-autoprefixer:before {
    content: "\f41c";
  }
  .fa-avianex:before {
    content: "\f374";
  }
  .fa-aviato:before {
    content: "\f421";
  }
  .fa-award:before {
    content: "\f559";
  }
  .fa-aws:before {
    content: "\f375";
  }
  .fa-axe:before {
    content: "\f6b2";
  }
  .fa-axe-battle:before {
    content: "\f6b3";
  }
  .fa-baby:before {
    content: "\f77c";
  }
  .fa-baby-carriage:before {
    content: "\f77d";
  }
  .fa-backpack:before {
    content: "\f5d4";
  }
  .fa-backspace:before {
    content: "\f55a";
  }
  .fa-backward:before {
    content: "\f04a";
  }
  .fa-bacon:before {
    content: "\f7e5";
  }
  .fa-bacteria:before {
    content: "\e059";
  }
  .fa-bacterium:before {
    content: "\e05a";
  }
  .fa-badge:before {
    content: "\f335";
  }
  .fa-badge-check:before {
    content: "\f336";
  }
  .fa-badge-dollar:before {
    content: "\f645";
  }
  .fa-badge-percent:before {
    content: "\f646";
  }
  .fa-badge-sheriff:before {
    content: "\f8a2";
  }
  .fa-badger-honey:before {
    content: "\f6b4";
  }
  .fa-bags-shopping:before {
    content: "\f847";
  }
  .fa-bahai:before {
    content: "\f666";
  }
  .fa-balance-scale:before {
    content: "\f24e";
  }
  .fa-balance-scale-left:before {
    content: "\f515";
  }
  .fa-balance-scale-right:before {
    content: "\f516";
  }
  .fa-ball-pile:before {
    content: "\f77e";
  }
  .fa-ballot:before {
    content: "\f732";
  }
  .fa-ballot-check:before {
    content: "\f733";
  }
  .fa-ban:before {
    content: "\f05e";
  }
  .fa-band-aid:before {
    content: "\f462";
  }
  .fa-bandcamp:before {
    content: "\f2d5";
  }
  .fa-banjo:before {
    content: "\f8a3";
  }
  .fa-barcode:before {
    content: "\f02a";
  }
  .fa-barcode-alt:before {
    content: "\f463";
  }
  .fa-barcode-read:before {
    content: "\f464";
  }
  .fa-barcode-scan:before {
    content: "\f465";
  }
  .fa-bars:before {
    content: "\f0c9";
  }
  .fa-baseball:before {
    content: "\f432";
  }
  .fa-baseball-ball:before {
    content: "\f433";
  }
  .fa-basketball-ball:before {
    content: "\f434";
  }
  .fa-basketball-hoop:before {
    content: "\f435";
  }
  .fa-bat:before {
    content: "\f6b5";
  }
  .fa-bath:before {
    content: "\f2cd";
  }
  .fa-battery-bolt:before {
    content: "\f376";
  }
  .fa-battery-empty:before {
    content: "\f244";
  }
  .fa-battery-full:before {
    content: "\f240";
  }
  .fa-battery-half:before {
    content: "\f242";
  }
  .fa-battery-quarter:before {
    content: "\f243";
  }
  .fa-battery-slash:before {
    content: "\f377";
  }
  .fa-battery-three-quarters:before {
    content: "\f241";
  }
  .fa-battle-net:before {
    content: "\f835";
  }
  .fa-bed:before {
    content: "\f236";
  }
  .fa-bed-alt:before {
    content: "\f8f7";
  }
  .fa-bed-bunk:before {
    content: "\f8f8";
  }
  .fa-bed-empty:before {
    content: "\f8f9";
  }
  .fa-beer:before {
    content: "\f0fc";
  }
  .fa-behance:before {
    content: "\f1b4";
  }
  .fa-behance-square:before {
    content: "\f1b5";
  }
  .fa-bell:before {
    content: "\f0f3";
  }
  .fa-bell-exclamation:before {
    content: "\f848";
  }
  .fa-bell-on:before {
    content: "\f8fa";
  }
  .fa-bell-plus:before {
    content: "\f849";
  }
  .fa-bell-school:before {
    content: "\f5d5";
  }
  .fa-bell-school-slash:before {
    content: "\f5d6";
  }
  .fa-bell-slash:before {
    content: "\f1f6";
  }
  .fa-bells:before {
    content: "\f77f";
  }
  .fa-betamax:before {
    content: "\f8a4";
  }
  .fa-bezier-curve:before {
    content: "\f55b";
  }
  .fa-bible:before {
    content: "\f647";
  }
  .fa-bicycle:before {
    content: "\f206";
  }
  .fa-biking:before {
    content: "\f84a";
  }
  .fa-biking-mountain:before {
    content: "\f84b";
  }
  .fa-bimobject:before {
    content: "\f378";
  }
  .fa-binoculars:before {
    content: "\f1e5";
  }
  .fa-biohazard:before {
    content: "\f780";
  }
  .fa-birthday-cake:before {
    content: "\f1fd";
  }
  .fa-bitbucket:before {
    content: "\f171";
  }
  .fa-bitcoin:before {
    content: "\f379";
  }
  .fa-bity:before {
    content: "\f37a";
  }
  .fa-black-tie:before {
    content: "\f27e";
  }
  .fa-blackberry:before {
    content: "\f37b";
  }
  .fa-blanket:before {
    content: "\f498";
  }
  .fa-blender:before {
    content: "\f517";
  }
  .fa-blender-phone:before {
    content: "\f6b6";
  }
  .fa-blind:before {
    content: "\f29d";
  }
  .fa-blinds:before {
    content: "\f8fb";
  }
  .fa-blinds-open:before {
    content: "\f8fc";
  }
  .fa-blinds-raised:before {
    content: "\f8fd";
  }
  .fa-blog:before {
    content: "\f781";
  }
  .fa-blogger:before {
    content: "\f37c";
  }
  .fa-blogger-b:before {
    content: "\f37d";
  }
  .fa-bluetooth:before {
    content: "\f293";
  }
  .fa-bluetooth-b:before {
    content: "\f294";
  }
  .fa-bold:before {
    content: "\f032";
  }
  .fa-bolt:before {
    content: "\f0e7";
  }
  .fa-bomb:before {
    content: "\f1e2";
  }
  .fa-bone:before {
    content: "\f5d7";
  }
  .fa-bone-break:before {
    content: "\f5d8";
  }
  .fa-bong:before {
    content: "\f55c";
  }
  .fa-book:before {
    content: "\f02d";
  }
  .fa-book-alt:before {
    content: "\f5d9";
  }
  .fa-book-dead:before {
    content: "\f6b7";
  }
  .fa-book-heart:before {
    content: "\f499";
  }
  .fa-book-medical:before {
    content: "\f7e6";
  }
  .fa-book-open:before {
    content: "\f518";
  }
  .fa-book-reader:before {
    content: "\f5da";
  }
  .fa-book-spells:before {
    content: "\f6b8";
  }
  .fa-book-user:before {
    content: "\f7e7";
  }
  .fa-bookmark:before {
    content: "\f02e";
  }
  .fa-books:before {
    content: "\f5db";
  }
  .fa-books-medical:before {
    content: "\f7e8";
  }
  .fa-boombox:before {
    content: "\f8a5";
  }
  .fa-boot:before {
    content: "\f782";
  }
  .fa-booth-curtain:before {
    content: "\f734";
  }
  .fa-bootstrap:before {
    content: "\f836";
  }
  .fa-border-all:before {
    content: "\f84c";
  }
  .fa-border-bottom:before {
    content: "\f84d";
  }
  .fa-border-center-h:before {
    content: "\f89c";
  }
  .fa-border-center-v:before {
    content: "\f89d";
  }
  .fa-border-inner:before {
    content: "\f84e";
  }
  .fa-border-left:before {
    content: "\f84f";
  }
  .fa-border-none:before {
    content: "\f850";
  }
  .fa-border-outer:before {
    content: "\f851";
  }
  .fa-border-right:before {
    content: "\f852";
  }
  .fa-border-style:before {
    content: "\f853";
  }
  .fa-border-style-alt:before {
    content: "\f854";
  }
  .fa-border-top:before {
    content: "\f855";
  }
  .fa-bow-arrow:before {
    content: "\f6b9";
  }
  .fa-bowling-ball:before {
    content: "\f436";
  }
  .fa-bowling-pins:before {
    content: "\f437";
  }
  .fa-box:before {
    content: "\f466";
  }
  .fa-box-alt:before {
    content: "\f49a";
  }
  .fa-box-ballot:before {
    content: "\f735";
  }
  .fa-box-check:before {
    content: "\f467";
  }
  .fa-box-fragile:before {
    content: "\f49b";
  }
  .fa-box-full:before {
    content: "\f49c";
  }
  .fa-box-heart:before {
    content: "\f49d";
  }
  .fa-box-open:before {
    content: "\f49e";
  }
  .fa-box-tissue:before {
    content: "\e05b";
  }
  .fa-box-up:before {
    content: "\f49f";
  }
  .fa-box-usd:before {
    content: "\f4a0";
  }
  .fa-boxes:before {
    content: "\f468";
  }
  .fa-boxes-alt:before {
    content: "\f4a1";
  }
  .fa-boxing-glove:before {
    content: "\f438";
  }
  .fa-brackets:before {
    content: "\f7e9";
  }
  .fa-brackets-curly:before {
    content: "\f7ea";
  }
  .fa-braille:before {
    content: "\f2a1";
  }
  .fa-brain:before {
    content: "\f5dc";
  }
  .fa-bread-loaf:before {
    content: "\f7eb";
  }
  .fa-bread-slice:before {
    content: "\f7ec";
  }
  .fa-briefcase:before {
    content: "\f0b1";
  }
  .fa-briefcase-medical:before {
    content: "\f469";
  }
  .fa-bring-forward:before {
    content: "\f856";
  }
  .fa-bring-front:before {
    content: "\f857";
  }
  .fa-broadcast-tower:before {
    content: "\f519";
  }
  .fa-broom:before {
    content: "\f51a";
  }
  .fa-browser:before {
    content: "\f37e";
  }
  .fa-brush:before {
    content: "\f55d";
  }
  .fa-btc:before {
    content: "\f15a";
  }
  .fa-buffer:before {
    content: "\f837";
  }
  .fa-bug:before {
    content: "\f188";
  }
  .fa-building:before {
    content: "\f1ad";
  }
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  .fa-bullseye:before {
    content: "\f140";
  }
  .fa-bullseye-arrow:before {
    content: "\f648";
  }
  .fa-bullseye-pointer:before {
    content: "\f649";
  }
  .fa-burger-soda:before {
    content: "\f858";
  }
  .fa-burn:before {
    content: "\f46a";
  }
  .fa-buromobelexperte:before {
    content: "\f37f";
  }
  .fa-burrito:before {
    content: "\f7ed";
  }
  .fa-bus:before {
    content: "\f207";
  }
  .fa-bus-alt:before {
    content: "\f55e";
  }
  .fa-bus-school:before {
    content: "\f5dd";
  }
  .fa-business-time:before {
    content: "\f64a";
  }
  .fa-buy-n-large:before {
    content: "\f8a6";
  }
  .fa-buysellads:before {
    content: "\f20d";
  }
  .fa-cabinet-filing:before {
    content: "\f64b";
  }
  .fa-cactus:before {
    content: "\f8a7";
  }
  .fa-calculator:before {
    content: "\f1ec";
  }
  .fa-calculator-alt:before {
    content: "\f64c";
  }
  .fa-calendar:before {
    content: "\f133";
  }
  .fa-calendar-alt:before {
    content: "\f073";
  }
  .fa-calendar-check:before {
    content: "\f274";
  }
  .fa-calendar-day:before {
    content: "\f783";
  }
  .fa-calendar-edit:before {
    content: "\f333";
  }
  .fa-calendar-exclamation:before {
    content: "\f334";
  }
  .fa-calendar-minus:before {
    content: "\f272";
  }
  .fa-calendar-plus:before {
    content: "\f271";
  }
  .fa-calendar-star:before {
    content: "\f736";
  }
  .fa-calendar-times:before {
    content: "\f273";
  }
  .fa-calendar-week:before {
    content: "\f784";
  }
  .fa-camcorder:before {
    content: "\f8a8";
  }
  .fa-camera:before {
    content: "\f030";
  }
  .fa-camera-alt:before {
    content: "\f332";
  }
  .fa-camera-home:before {
    content: "\f8fe";
  }
  .fa-camera-movie:before {
    content: "\f8a9";
  }
  .fa-camera-polaroid:before {
    content: "\f8aa";
  }
  .fa-camera-retro:before {
    content: "\f083";
  }
  .fa-campfire:before {
    content: "\f6ba";
  }
  .fa-campground:before {
    content: "\f6bb";
  }
  .fa-canadian-maple-leaf:before {
    content: "\f785";
  }
  .fa-candle-holder:before {
    content: "\f6bc";
  }
  .fa-candy-cane:before {
    content: "\f786";
  }
  .fa-candy-corn:before {
    content: "\f6bd";
  }
  .fa-cannabis:before {
    content: "\f55f";
  }
  .fa-capsules:before {
    content: "\f46b";
  }
  .fa-car:before {
    content: "\f1b9";
  }
  .fa-car-alt:before {
    content: "\f5de";
  }
  .fa-car-battery:before {
    content: "\f5df";
  }
  .fa-car-building:before {
    content: "\f859";
  }
  .fa-car-bump:before {
    content: "\f5e0";
  }
  .fa-car-bus:before {
    content: "\f85a";
  }
  .fa-car-crash:before {
    content: "\f5e1";
  }
  .fa-car-garage:before {
    content: "\f5e2";
  }
  .fa-car-mechanic:before {
    content: "\f5e3";
  }
  .fa-car-side:before {
    content: "\f5e4";
  }
  .fa-car-tilt:before {
    content: "\f5e5";
  }
  .fa-car-wash:before {
    content: "\f5e6";
  }
  .fa-caravan:before {
    content: "\f8ff";
  }
  .fa-caravan-alt:before {
    content: "\e000";
  }
  .fa-caret-circle-down:before {
    content: "\f32d";
  }
  .fa-caret-circle-left:before {
    content: "\f32e";
  }
  .fa-caret-circle-right:before {
    content: "\f330";
  }
  .fa-caret-circle-up:before {
    content: "\f331";
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .fa-caret-left:before {
    content: "\f0d9";
  }
  .fa-caret-right:before {
    content: "\f0da";
  }
  .fa-caret-square-down:before {
    content: "\f150";
  }
  .fa-caret-square-left:before {
    content: "\f191";
  }
  .fa-caret-square-right:before {
    content: "\f152";
  }
  .fa-caret-square-up:before {
    content: "\f151";
  }
  .fa-caret-up:before {
    content: "\f0d8";
  }
  .fa-carrot:before {
    content: "\f787";
  }
  .fa-cars:before {
    content: "\f85b";
  }
  .fa-cart-arrow-down:before {
    content: "\f218";
  }
  .fa-cart-plus:before {
    content: "\f217";
  }
  .fa-cash-register:before {
    content: "\f788";
  }
  .fa-cassette-tape:before {
    content: "\f8ab";
  }
  .fa-cat:before {
    content: "\f6be";
  }
  .fa-cat-space:before {
    content: "\e001";
  }
  .fa-cauldron:before {
    content: "\f6bf";
  }
  .fa-cc-amazon-pay:before {
    content: "\f42d";
  }
  .fa-cc-amex:before {
    content: "\f1f3";
  }
  .fa-cc-apple-pay:before {
    content: "\f416";
  }
  .fa-cc-diners-club:before {
    content: "\f24c";
  }
  .fa-cc-discover:before {
    content: "\f1f2";
  }
  .fa-cc-jcb:before {
    content: "\f24b";
  }
  .fa-cc-mastercard:before {
    content: "\f1f1";
  }
  .fa-cc-paypal:before {
    content: "\f1f4";
  }
  .fa-cc-stripe:before {
    content: "\f1f5";
  }
  .fa-cc-visa:before {
    content: "\f1f0";
  }
  .fa-cctv:before {
    content: "\f8ac";
  }
  .fa-centercode:before {
    content: "\f380";
  }
  .fa-centos:before {
    content: "\f789";
  }
  .fa-certificate:before {
    content: "\f0a3";
  }
  .fa-chair:before {
    content: "\f6c0";
  }
  .fa-chair-office:before {
    content: "\f6c1";
  }
  .fa-chalkboard:before {
    content: "\f51b";
  }
  .fa-chalkboard-teacher:before {
    content: "\f51c";
  }
  .fa-charging-station:before {
    content: "\f5e7";
  }
  .fa-chart-area:before {
    content: "\f1fe";
  }
  .fa-chart-bar:before {
    content: "\f080";
  }
  .fa-chart-line:before {
    content: "\f201";
  }
  .fa-chart-line-down:before {
    content: "\f64d";
  }
  .fa-chart-network:before {
    content: "\f78a";
  }
  .fa-chart-pie:before {
    content: "\f200";
  }
  .fa-chart-pie-alt:before {
    content: "\f64e";
  }
  .fa-chart-scatter:before {
    content: "\f7ee";
  }
  .fa-check:before {
    content: "\f00c";
  }
  .fa-check-circle:before {
    content: "\f058";
  }
  .fa-check-double:before {
    content: "\f560";
  }
  .fa-check-square:before {
    content: "\f14a";
  }
  .fa-cheese:before {
    content: "\f7ef";
  }
  .fa-cheese-swiss:before {
    content: "\f7f0";
  }
  .fa-cheeseburger:before {
    content: "\f7f1";
  }
  .fa-chess:before {
    content: "\f439";
  }
  .fa-chess-bishop:before {
    content: "\f43a";
  }
  .fa-chess-bishop-alt:before {
    content: "\f43b";
  }
  .fa-chess-board:before {
    content: "\f43c";
  }
  .fa-chess-clock:before {
    content: "\f43d";
  }
  .fa-chess-clock-alt:before {
    content: "\f43e";
  }
  .fa-chess-king:before {
    content: "\f43f";
  }
  .fa-chess-king-alt:before {
    content: "\f440";
  }
  .fa-chess-knight:before {
    content: "\f441";
  }
  .fa-chess-knight-alt:before {
    content: "\f442";
  }
  .fa-chess-pawn:before {
    content: "\f443";
  }
  .fa-chess-pawn-alt:before {
    content: "\f444";
  }
  .fa-chess-queen:before {
    content: "\f445";
  }
  .fa-chess-queen-alt:before {
    content: "\f446";
  }
  .fa-chess-rook:before {
    content: "\f447";
  }
  .fa-chess-rook-alt:before {
    content: "\f448";
  }
  .fa-chevron-circle-down:before {
    content: "\f13a";
  }
  .fa-chevron-circle-left:before {
    content: "\f137";
  }
  .fa-chevron-circle-right:before {
    content: "\f138";
  }
  .fa-chevron-circle-up:before {
    content: "\f139";
  }
  .fa-chevron-double-down:before {
    content: "\f322";
  }
  .fa-chevron-double-left:before {
    content: "\f323";
  }
  .fa-chevron-double-right:before {
    content: "\f324";
  }
  .fa-chevron-double-up:before {
    content: "\f325";
  }
  .fa-chevron-down:before {
    content: "\f078";
  }
  .fa-chevron-left:before {
    content: "\f053";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }
  .fa-chevron-square-down:before {
    content: "\f329";
  }
  .fa-chevron-square-left:before {
    content: "\f32a";
  }
  .fa-chevron-square-right:before {
    content: "\f32b";
  }
  .fa-chevron-square-up:before {
    content: "\f32c";
  }
  .fa-chevron-up:before {
    content: "\f077";
  }
  .fa-child:before {
    content: "\f1ae";
  }
  .fa-chimney:before {
    content: "\f78b";
  }
  .fa-chrome:before {
    content: "\f268";
  }
  .fa-chromecast:before {
    content: "\f838";
  }
  .fa-church:before {
    content: "\f51d";
  }
  .fa-circle:before {
    content: "\f111";
  }
  .fa-circle-notch:before {
    content: "\f1ce";
  }
  .fa-city:before {
    content: "\f64f";
  }
  .fa-clarinet:before {
    content: "\f8ad";
  }
  .fa-claw-marks:before {
    content: "\f6c2";
  }
  .fa-clinic-medical:before {
    content: "\f7f2";
  }
  .fa-clipboard:before {
    content: "\f328";
  }
  .fa-clipboard-check:before {
    content: "\f46c";
  }
  .fa-clipboard-list:before {
    content: "\f46d";
  }
  .fa-clipboard-list-check:before {
    content: "\f737";
  }
  .fa-clipboard-prescription:before {
    content: "\f5e8";
  }
  .fa-clipboard-user:before {
    content: "\f7f3";
  }
  .fa-clock:before {
    content: "\f017";
  }
  .fa-clone:before {
    content: "\f24d";
  }
  .fa-closed-captioning:before {
    content: "\f20a";
  }
  .fa-cloud:before {
    content: "\f0c2";
  }
  .fa-cloud-download:before {
    content: "\f0ed";
  }
  .fa-cloud-download-alt:before {
    content: "\f381";
  }
  .fa-cloud-drizzle:before {
    content: "\f738";
  }
  .fa-cloud-hail:before {
    content: "\f739";
  }
  .fa-cloud-hail-mixed:before {
    content: "\f73a";
  }
  .fa-cloud-meatball:before {
    content: "\f73b";
  }
  .fa-cloud-moon:before {
    content: "\f6c3";
  }
  .fa-cloud-moon-rain:before {
    content: "\f73c";
  }
  .fa-cloud-music:before {
    content: "\f8ae";
  }
  .fa-cloud-rain:before {
    content: "\f73d";
  }
  .fa-cloud-rainbow:before {
    content: "\f73e";
  }
  .fa-cloud-showers:before {
    content: "\f73f";
  }
  .fa-cloud-showers-heavy:before {
    content: "\f740";
  }
  .fa-cloud-sleet:before {
    content: "\f741";
  }
  .fa-cloud-snow:before {
    content: "\f742";
  }
  .fa-cloud-sun:before {
    content: "\f6c4";
  }
  .fa-cloud-sun-rain:before {
    content: "\f743";
  }
  .fa-cloud-upload:before {
    content: "\f0ee";
  }
  .fa-cloud-upload-alt:before {
    content: "\f382";
  }
  .fa-cloudflare:before {
    content: "\e07d";
  }
  .fa-clouds:before {
    content: "\f744";
  }
  .fa-clouds-moon:before {
    content: "\f745";
  }
  .fa-clouds-sun:before {
    content: "\f746";
  }
  .fa-cloudscale:before {
    content: "\f383";
  }
  .fa-cloudsmith:before {
    content: "\f384";
  }
  .fa-cloudversify:before {
    content: "\f385";
  }
  .fa-club:before {
    content: "\f327";
  }
  .fa-cocktail:before {
    content: "\f561";
  }
  .fa-code:before {
    content: "\f121";
  }
  .fa-code-branch:before {
    content: "\f126";
  }
  .fa-code-commit:before {
    content: "\f386";
  }
  .fa-code-merge:before {
    content: "\f387";
  }
  .fa-codepen:before {
    content: "\f1cb";
  }
  .fa-codiepie:before {
    content: "\f284";
  }
  .fa-coffee:before {
    content: "\f0f4";
  }
  .fa-coffee-pot:before {
    content: "\e002";
  }
  .fa-coffee-togo:before {
    content: "\f6c5";
  }
  .fa-coffin:before {
    content: "\f6c6";
  }
  .fa-coffin-cross:before {
    content: "\e051";
  }
  .fa-cog:before {
    content: "\f013";
  }
  .fa-cogs:before {
    content: "\f085";
  }
  .fa-coin:before {
    content: "\f85c";
  }
  .fa-coins:before {
    content: "\f51e";
  }
  .fa-columns:before {
    content: "\f0db";
  }
  .fa-comet:before {
    content: "\e003";
  }
  .fa-comment:before {
    content: "\f075";
  }
  .fa-comment-alt:before {
    content: "\f27a";
  }
  .fa-comment-alt-check:before {
    content: "\f4a2";
  }
  .fa-comment-alt-dollar:before {
    content: "\f650";
  }
  .fa-comment-alt-dots:before {
    content: "\f4a3";
  }
  .fa-comment-alt-edit:before {
    content: "\f4a4";
  }
  .fa-comment-alt-exclamation:before {
    content: "\f4a5";
  }
  .fa-comment-alt-lines:before {
    content: "\f4a6";
  }
  .fa-comment-alt-medical:before {
    content: "\f7f4";
  }
  .fa-comment-alt-minus:before {
    content: "\f4a7";
  }
  .fa-comment-alt-music:before {
    content: "\f8af";
  }
  .fa-comment-alt-plus:before {
    content: "\f4a8";
  }
  .fa-comment-alt-slash:before {
    content: "\f4a9";
  }
  .fa-comment-alt-smile:before {
    content: "\f4aa";
  }
  .fa-comment-alt-times:before {
    content: "\f4ab";
  }
  .fa-comment-check:before {
    content: "\f4ac";
  }
  .fa-comment-dollar:before {
    content: "\f651";
  }
  .fa-comment-dots:before {
    content: "\f4ad";
  }
  .fa-comment-edit:before {
    content: "\f4ae";
  }
  .fa-comment-exclamation:before {
    content: "\f4af";
  }
  .fa-comment-lines:before {
    content: "\f4b0";
  }
  .fa-comment-medical:before {
    content: "\f7f5";
  }
  .fa-comment-minus:before {
    content: "\f4b1";
  }
  .fa-comment-music:before {
    content: "\f8b0";
  }
  .fa-comment-plus:before {
    content: "\f4b2";
  }
  .fa-comment-slash:before {
    content: "\f4b3";
  }
  .fa-comment-smile:before {
    content: "\f4b4";
  }
  .fa-comment-times:before {
    content: "\f4b5";
  }
  .fa-comments:before {
    content: "\f086";
  }
  .fa-comments-alt:before {
    content: "\f4b6";
  }
  .fa-comments-alt-dollar:before {
    content: "\f652";
  }
  .fa-comments-dollar:before {
    content: "\f653";
  }
  .fa-compact-disc:before {
    content: "\f51f";
  }
  .fa-compass:before {
    content: "\f14e";
  }
  .fa-compass-slash:before {
    content: "\f5e9";
  }
  .fa-compress:before {
    content: "\f066";
  }
  .fa-compress-alt:before {
    content: "\f422";
  }
  .fa-compress-arrows-alt:before {
    content: "\f78c";
  }
  .fa-compress-wide:before {
    content: "\f326";
  }
  .fa-computer-classic:before {
    content: "\f8b1";
  }
  .fa-computer-speaker:before {
    content: "\f8b2";
  }
  .fa-concierge-bell:before {
    content: "\f562";
  }
  .fa-confluence:before {
    content: "\f78d";
  }
  .fa-connectdevelop:before {
    content: "\f20e";
  }
  .fa-construction:before {
    content: "\f85d";
  }
  .fa-container-storage:before {
    content: "\f4b7";
  }
  .fa-contao:before {
    content: "\f26d";
  }
  .fa-conveyor-belt:before {
    content: "\f46e";
  }
  .fa-conveyor-belt-alt:before {
    content: "\f46f";
  }
  .fa-cookie:before {
    content: "\f563";
  }
  .fa-cookie-bite:before {
    content: "\f564";
  }
  .fa-copy:before {
    content: "\f0c5";
  }
  .fa-copyright:before {
    content: "\f1f9";
  }
  .fa-corn:before {
    content: "\f6c7";
  }
  .fa-cotton-bureau:before {
    content: "\f89e";
  }
  .fa-couch:before {
    content: "\f4b8";
  }
  .fa-cow:before {
    content: "\f6c8";
  }
  .fa-cowbell:before {
    content: "\f8b3";
  }
  .fa-cowbell-more:before {
    content: "\f8b4";
  }
  .fa-cpanel:before {
    content: "\f388";
  }
  .fa-creative-commons:before {
    content: "\f25e";
  }
  .fa-creative-commons-by:before {
    content: "\f4e7";
  }
  .fa-creative-commons-nc:before {
    content: "\f4e8";
  }
  .fa-creative-commons-nc-eu:before {
    content: "\f4e9";
  }
  .fa-creative-commons-nc-jp:before {
    content: "\f4ea";
  }
  .fa-creative-commons-nd:before {
    content: "\f4eb";
  }
  .fa-creative-commons-pd:before {
    content: "\f4ec";
  }
  .fa-creative-commons-pd-alt:before {
    content: "\f4ed";
  }
  .fa-creative-commons-remix:before {
    content: "\f4ee";
  }
  .fa-creative-commons-sa:before {
    content: "\f4ef";
  }
  .fa-creative-commons-sampling:before {
    content: "\f4f0";
  }
  .fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
  }
  .fa-creative-commons-share:before {
    content: "\f4f2";
  }
  .fa-creative-commons-zero:before {
    content: "\f4f3";
  }
  .fa-credit-card:before {
    content: "\f09d";
  }
  .fa-credit-card-blank:before {
    content: "\f389";
  }
  .fa-credit-card-front:before {
    content: "\f38a";
  }
  .fa-cricket:before {
    content: "\f449";
  }
  .fa-critical-role:before {
    content: "\f6c9";
  }
  .fa-croissant:before {
    content: "\f7f6";
  }
  .fa-crop:before {
    content: "\f125";
  }
  .fa-crop-alt:before {
    content: "\f565";
  }
  .fa-cross:before {
    content: "\f654";
  }
  .fa-crosshairs:before {
    content: "\f05b";
  }
  .fa-crow:before {
    content: "\f520";
  }
  .fa-crown:before {
    content: "\f521";
  }
  .fa-crutch:before {
    content: "\f7f7";
  }
  .fa-crutches:before {
    content: "\f7f8";
  }
  .fa-css3:before {
    content: "\f13c";
  }
  .fa-css3-alt:before {
    content: "\f38b";
  }
  .fa-cube:before {
    content: "\f1b2";
  }
  .fa-cubes:before {
    content: "\f1b3";
  }
  .fa-curling:before {
    content: "\f44a";
  }
  .fa-cut:before {
    content: "\f0c4";
  }
  .fa-cuttlefish:before {
    content: "\f38c";
  }
  .fa-d-and-d:before {
    content: "\f38d";
  }
  .fa-d-and-d-beyond:before {
    content: "\f6ca";
  }
  .fa-dagger:before {
    content: "\f6cb";
  }
  .fa-dailymotion:before {
    content: "\e052";
  }
  .fa-dashcube:before {
    content: "\f210";
  }
  .fa-database:before {
    content: "\f1c0";
  }
  .fa-deaf:before {
    content: "\f2a4";
  }
  .fa-debug:before {
    content: "\f7f9";
  }
  .fa-deer:before {
    content: "\f78e";
  }
  .fa-deer-rudolph:before {
    content: "\f78f";
  }
  .fa-deezer:before {
    content: "\e077";
  }
  .fa-delicious:before {
    content: "\f1a5";
  }
  .fa-democrat:before {
    content: "\f747";
  }
  .fa-deploydog:before {
    content: "\f38e";
  }
  .fa-deskpro:before {
    content: "\f38f";
  }
  .fa-desktop:before {
    content: "\f108";
  }
  .fa-desktop-alt:before {
    content: "\f390";
  }
  .fa-dev:before {
    content: "\f6cc";
  }
  .fa-deviantart:before {
    content: "\f1bd";
  }
  .fa-dewpoint:before {
    content: "\f748";
  }
  .fa-dharmachakra:before {
    content: "\f655";
  }
  .fa-dhl:before {
    content: "\f790";
  }
  .fa-diagnoses:before {
    content: "\f470";
  }
  .fa-diamond:before {
    content: "\f219";
  }
  .fa-diaspora:before {
    content: "\f791";
  }
  .fa-dice:before {
    content: "\f522";
  }
  .fa-dice-d10:before {
    content: "\f6cd";
  }
  .fa-dice-d12:before {
    content: "\f6ce";
  }
  .fa-dice-d20:before {
    content: "\f6cf";
  }
  .fa-dice-d4:before {
    content: "\f6d0";
  }
  .fa-dice-d6:before {
    content: "\f6d1";
  }
  .fa-dice-d8:before {
    content: "\f6d2";
  }
  .fa-dice-five:before {
    content: "\f523";
  }
  .fa-dice-four:before {
    content: "\f524";
  }
  .fa-dice-one:before {
    content: "\f525";
  }
  .fa-dice-six:before {
    content: "\f526";
  }
  .fa-dice-three:before {
    content: "\f527";
  }
  .fa-dice-two:before {
    content: "\f528";
  }
  .fa-digg:before {
    content: "\f1a6";
  }
  .fa-digging:before {
    content: "\f85e";
  }
  .fa-digital-ocean:before {
    content: "\f391";
  }
  .fa-digital-tachograph:before {
    content: "\f566";
  }
  .fa-diploma:before {
    content: "\f5ea";
  }
  .fa-directions:before {
    content: "\f5eb";
  }
  .fa-disc-drive:before {
    content: "\f8b5";
  }
  .fa-discord:before {
    content: "\f392";
  }
  .fa-discourse:before {
    content: "\f393";
  }
  .fa-disease:before {
    content: "\f7fa";
  }
  .fa-divide:before {
    content: "\f529";
  }
  .fa-dizzy:before {
    content: "\f567";
  }
  .fa-dna:before {
    content: "\f471";
  }
  .fa-do-not-enter:before {
    content: "\f5ec";
  }
  .fa-dochub:before {
    content: "\f394";
  }
  .fa-docker:before {
    content: "\f395";
  }
  .fa-dog:before {
    content: "\f6d3";
  }
  .fa-dog-leashed:before {
    content: "\f6d4";
  }
  .fa-dollar-sign:before {
    content: "\f155";
  }
  .fa-dolly:before {
    content: "\f472";
  }
  .fa-dolly-empty:before {
    content: "\f473";
  }
  .fa-dolly-flatbed:before {
    content: "\f474";
  }
  .fa-dolly-flatbed-alt:before {
    content: "\f475";
  }
  .fa-dolly-flatbed-empty:before {
    content: "\f476";
  }
  .fa-donate:before {
    content: "\f4b9";
  }
  .fa-door-closed:before {
    content: "\f52a";
  }
  .fa-door-open:before {
    content: "\f52b";
  }
  .fa-dot-circle:before {
    content: "\f192";
  }
  .fa-dove:before {
    content: "\f4ba";
  }
  .fa-download:before {
    content: "\f019";
  }
  .fa-draft2digital:before {
    content: "\f396";
  }
  .fa-drafting-compass:before {
    content: "\f568";
  }
  .fa-dragon:before {
    content: "\f6d5";
  }
  .fa-draw-circle:before {
    content: "\f5ed";
  }
  .fa-draw-polygon:before {
    content: "\f5ee";
  }
  .fa-draw-square:before {
    content: "\f5ef";
  }
  .fa-dreidel:before {
    content: "\f792";
  }
  .fa-dribbble:before {
    content: "\f17d";
  }
  .fa-dribbble-square:before {
    content: "\f397";
  }
  .fa-drone:before {
    content: "\f85f";
  }
  .fa-drone-alt:before {
    content: "\f860";
  }
  .fa-dropbox:before {
    content: "\f16b";
  }
  .fa-drum:before {
    content: "\f569";
  }
  .fa-drum-steelpan:before {
    content: "\f56a";
  }
  .fa-drumstick:before {
    content: "\f6d6";
  }
  .fa-drumstick-bite:before {
    content: "\f6d7";
  }
  .fa-drupal:before {
    content: "\f1a9";
  }
  .fa-dryer:before {
    content: "\f861";
  }
  .fa-dryer-alt:before {
    content: "\f862";
  }
  .fa-duck:before {
    content: "\f6d8";
  }
  .fa-dumbbell:before {
    content: "\f44b";
  }
  .fa-dumpster:before {
    content: "\f793";
  }
  .fa-dumpster-fire:before {
    content: "\f794";
  }
  .fa-dungeon:before {
    content: "\f6d9";
  }
  .fa-dyalog:before {
    content: "\f399";
  }
  .fa-ear:before {
    content: "\f5f0";
  }
  .fa-ear-muffs:before {
    content: "\f795";
  }
  .fa-earlybirds:before {
    content: "\f39a";
  }
  .fa-ebay:before {
    content: "\f4f4";
  }
  .fa-eclipse:before {
    content: "\f749";
  }
  .fa-eclipse-alt:before {
    content: "\f74a";
  }
  .fa-edge:before {
    content: "\f282";
  }
  .fa-edge-legacy:before {
    content: "\e078";
  }
  .fa-edit:before {
    content: "\f044";
  }
  .fa-egg:before {
    content: "\f7fb";
  }
  .fa-egg-fried:before {
    content: "\f7fc";
  }
  .fa-eject:before {
    content: "\f052";
  }
  .fa-elementor:before {
    content: "\f430";
  }
  .fa-elephant:before {
    content: "\f6da";
  }
  .fa-ellipsis-h:before {
    content: "\f141";
  }
  .fa-ellipsis-h-alt:before {
    content: "\f39b";
  }
  .fa-ellipsis-v:before {
    content: "\f142";
  }
  .fa-ellipsis-v-alt:before {
    content: "\f39c";
  }
  .fa-ello:before {
    content: "\f5f1";
  }
  .fa-ember:before {
    content: "\f423";
  }
  .fa-empire:before {
    content: "\f1d1";
  }
  .fa-empty-set:before {
    content: "\f656";
  }
  .fa-engine-warning:before {
    content: "\f5f2";
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-envelope-open:before {
    content: "\f2b6";
  }
  .fa-envelope-open-dollar:before {
    content: "\f657";
  }
  .fa-envelope-open-text:before {
    content: "\f658";
  }
  .fa-envelope-square:before {
    content: "\f199";
  }
  .fa-envira:before {
    content: "\f299";
  }
  .fa-equals:before {
    content: "\f52c";
  }
  .fa-eraser:before {
    content: "\f12d";
  }
  .fa-erlang:before {
    content: "\f39d";
  }
  .fa-ethereum:before {
    content: "\f42e";
  }
  .fa-ethernet:before {
    content: "\f796";
  }
  .fa-etsy:before {
    content: "\f2d7";
  }
  .fa-euro-sign:before {
    content: "\f153";
  }
  .fa-evernote:before {
    content: "\f839";
  }
  .fa-exchange:before {
    content: "\f0ec";
  }
  .fa-exchange-alt:before {
    content: "\f362";
  }
  .fa-exclamation:before {
    content: "\f12a";
  }
  .fa-exclamation-circle:before {
    content: "\f06a";
  }
  .fa-exclamation-square:before {
    content: "\f321";
  }
  .fa-exclamation-triangle:before {
    content: "\f071";
  }
  .fa-expand:before {
    content: "\f065";
  }
  .fa-expand-alt:before {
    content: "\f424";
  }
  .fa-expand-arrows:before {
    content: "\f31d";
  }
  .fa-expand-arrows-alt:before {
    content: "\f31e";
  }
  .fa-expand-wide:before {
    content: "\f320";
  }
  .fa-expeditedssl:before {
    content: "\f23e";
  }
  .fa-external-link:before {
    content: "\f08e";
  }
  .fa-external-link-alt:before {
    content: "\f35d";
  }
  .fa-external-link-square:before {
    content: "\f14c";
  }
  .fa-external-link-square-alt:before {
    content: "\f360";
  }
  .fa-eye:before {
    content: "\f06e";
  }
  .fa-eye-dropper:before {
    content: "\f1fb";
  }
  .fa-eye-evil:before {
    content: "\f6db";
  }
  .fa-eye-slash:before {
    content: "\f070";
  }
  .fa-facebook:before {
    content: "\f09a";
  }
  .fa-facebook-f:before {
    content: "\f39e";
  }
  .fa-facebook-messenger:before {
    content: "\f39f";
  }
  .fa-facebook-square:before {
    content: "\f082";
  }
  .fa-fan:before {
    content: "\f863";
  }
  .fa-fan-table:before {
    content: "\e004";
  }
  .fa-fantasy-flight-games:before {
    content: "\f6dc";
  }
  .fa-farm:before {
    content: "\f864";
  }
  .fa-fast-backward:before {
    content: "\f049";
  }
  .fa-fast-forward:before {
    content: "\f050";
  }
  .fa-faucet:before {
    content: "\e005";
  }
  .fa-faucet-drip:before {
    content: "\e006";
  }
  .fa-fax:before {
    content: "\f1ac";
  }
  .fa-feather:before {
    content: "\f52d";
  }
  .fa-feather-alt:before {
    content: "\f56b";
  }
  .fa-fedex:before {
    content: "\f797";
  }
  .fa-fedora:before {
    content: "\f798";
  }
  .fa-female:before {
    content: "\f182";
  }
  .fa-field-hockey:before {
    content: "\f44c";
  }
  .fa-fighter-jet:before {
    content: "\f0fb";
  }
  .fa-figma:before {
    content: "\f799";
  }
  .fa-file:before {
    content: "\f15b";
  }
  .fa-file-alt:before {
    content: "\f15c";
  }
  .fa-file-archive:before {
    content: "\f1c6";
  }
  .fa-file-audio:before {
    content: "\f1c7";
  }
  .fa-file-certificate:before {
    content: "\f5f3";
  }
  .fa-file-chart-line:before {
    content: "\f659";
  }
  .fa-file-chart-pie:before {
    content: "\f65a";
  }
  .fa-file-check:before {
    content: "\f316";
  }
  .fa-file-code:before {
    content: "\f1c9";
  }
  .fa-file-contract:before {
    content: "\f56c";
  }
  .fa-file-csv:before {
    content: "\f6dd";
  }
  .fa-file-download:before {
    content: "\f56d";
  }
  .fa-file-edit:before {
    content: "\f31c";
  }
  .fa-file-excel:before {
    content: "\f1c3";
  }
  .fa-file-exclamation:before {
    content: "\f31a";
  }
  .fa-file-export:before {
    content: "\f56e";
  }
  .fa-file-image:before {
    content: "\f1c5";
  }
  .fa-file-import:before {
    content: "\f56f";
  }
  .fa-file-invoice:before {
    content: "\f570";
  }
  .fa-file-invoice-dollar:before {
    content: "\f571";
  }
  .fa-file-medical:before {
    content: "\f477";
  }
  .fa-file-medical-alt:before {
    content: "\f478";
  }
  .fa-file-minus:before {
    content: "\f318";
  }
  .fa-file-music:before {
    content: "\f8b6";
  }
  .fa-file-pdf:before {
    content: "\f1c1";
  }
  .fa-file-plus:before {
    content: "\f319";
  }
  .fa-file-powerpoint:before {
    content: "\f1c4";
  }
  .fa-file-prescription:before {
    content: "\f572";
  }
  .fa-file-search:before {
    content: "\f865";
  }
  .fa-file-signature:before {
    content: "\f573";
  }
  .fa-file-spreadsheet:before {
    content: "\f65b";
  }
  .fa-file-times:before {
    content: "\f317";
  }
  .fa-file-upload:before {
    content: "\f574";
  }
  .fa-file-user:before {
    content: "\f65c";
  }
  .fa-file-video:before {
    content: "\f1c8";
  }
  .fa-file-word:before {
    content: "\f1c2";
  }
  .fa-files-medical:before {
    content: "\f7fd";
  }
  .fa-fill:before {
    content: "\f575";
  }
  .fa-fill-drip:before {
    content: "\f576";
  }
  .fa-film:before {
    content: "\f008";
  }
  .fa-film-alt:before {
    content: "\f3a0";
  }
  .fa-film-canister:before {
    content: "\f8b7";
  }
  .fa-filter:before {
    content: "\f0b0";
  }
  .fa-fingerprint:before {
    content: "\f577";
  }
  .fa-fire:before {
    content: "\f06d";
  }
  .fa-fire-alt:before {
    content: "\f7e4";
  }
  .fa-fire-extinguisher:before {
    content: "\f134";
  }
  .fa-fire-smoke:before {
    content: "\f74b";
  }
  .fa-firefox:before {
    content: "\f269";
  }
  .fa-firefox-browser:before {
    content: "\e007";
  }
  .fa-fireplace:before {
    content: "\f79a";
  }
  .fa-first-aid:before {
    content: "\f479";
  }
  .fa-first-order:before {
    content: "\f2b0";
  }
  .fa-first-order-alt:before {
    content: "\f50a";
  }
  .fa-firstdraft:before {
    content: "\f3a1";
  }
  .fa-fish:before {
    content: "\f578";
  }
  .fa-fish-cooked:before {
    content: "\f7fe";
  }
  .fa-fist-raised:before {
    content: "\f6de";
  }
  .fa-flag:before {
    content: "\f024";
  }
  .fa-flag-alt:before {
    content: "\f74c";
  }
  .fa-flag-checkered:before {
    content: "\f11e";
  }
  .fa-flag-usa:before {
    content: "\f74d";
  }
  .fa-flame:before {
    content: "\f6df";
  }
  .fa-flashlight:before {
    content: "\f8b8";
  }
  .fa-flask:before {
    content: "\f0c3";
  }
  .fa-flask-poison:before {
    content: "\f6e0";
  }
  .fa-flask-potion:before {
    content: "\f6e1";
  }
  .fa-flickr:before {
    content: "\f16e";
  }
  .fa-flipboard:before {
    content: "\f44d";
  }
  .fa-flower:before {
    content: "\f7ff";
  }
  .fa-flower-daffodil:before {
    content: "\f800";
  }
  .fa-flower-tulip:before {
    content: "\f801";
  }
  .fa-flushed:before {
    content: "\f579";
  }
  .fa-flute:before {
    content: "\f8b9";
  }
  .fa-flux-capacitor:before {
    content: "\f8ba";
  }
  .fa-fly:before {
    content: "\f417";
  }
  .fa-fog:before {
    content: "\f74e";
  }
  .fa-folder:before {
    content: "\f07b";
  }
  .fa-folder-download:before {
    content: "\e053";
  }
  .fa-folder-minus:before {
    content: "\f65d";
  }
  .fa-folder-open:before {
    content: "\f07c";
  }
  .fa-folder-plus:before {
    content: "\f65e";
  }
  .fa-folder-times:before {
    content: "\f65f";
  }
  .fa-folder-tree:before {
    content: "\f802";
  }
  .fa-folder-upload:before {
    content: "\e054";
  }
  .fa-folders:before {
    content: "\f660";
  }
  .fa-font:before {
    content: "\f031";
  }
  .fa-font-awesome:before {
    content: "\f2b4";
  }
  .fa-font-awesome-alt:before {
    content: "\f35c";
  }
  .fa-font-awesome-flag:before {
    content: "\f425";
  }
  .fa-font-awesome-logo-full:before {
    content: "\f4e6";
  }
  .fa-font-case:before {
    content: "\f866";
  }
  .fa-fonticons:before {
    content: "\f280";
  }
  .fa-fonticons-fi:before {
    content: "\f3a2";
  }
  .fa-football-ball:before {
    content: "\f44e";
  }
  .fa-football-helmet:before {
    content: "\f44f";
  }
  .fa-forklift:before {
    content: "\f47a";
  }
  .fa-fort-awesome:before {
    content: "\f286";
  }
  .fa-fort-awesome-alt:before {
    content: "\f3a3";
  }
  .fa-forumbee:before {
    content: "\f211";
  }
  .fa-forward:before {
    content: "\f04e";
  }
  .fa-foursquare:before {
    content: "\f180";
  }
  .fa-fragile:before {
    content: "\f4bb";
  }
  .fa-free-code-camp:before {
    content: "\f2c5";
  }
  .fa-freebsd:before {
    content: "\f3a4";
  }
  .fa-french-fries:before {
    content: "\f803";
  }
  .fa-frog:before {
    content: "\f52e";
  }
  .fa-frosty-head:before {
    content: "\f79b";
  }
  .fa-frown:before {
    content: "\f119";
  }
  .fa-frown-open:before {
    content: "\f57a";
  }
  .fa-fulcrum:before {
    content: "\f50b";
  }
  .fa-function:before {
    content: "\f661";
  }
  .fa-funnel-dollar:before {
    content: "\f662";
  }
  .fa-futbol:before {
    content: "\f1e3";
  }
  .fa-galactic-republic:before {
    content: "\f50c";
  }
  .fa-galactic-senate:before {
    content: "\f50d";
  }
  .fa-galaxy:before {
    content: "\e008";
  }
  .fa-game-board:before {
    content: "\f867";
  }
  .fa-game-board-alt:before {
    content: "\f868";
  }
  .fa-game-console-handheld:before {
    content: "\f8bb";
  }
  .fa-gamepad:before {
    content: "\f11b";
  }
  .fa-gamepad-alt:before {
    content: "\f8bc";
  }
  .fa-garage:before {
    content: "\e009";
  }
  .fa-garage-car:before {
    content: "\e00a";
  }
  .fa-garage-open:before {
    content: "\e00b";
  }
  .fa-gas-pump:before {
    content: "\f52f";
  }
  .fa-gas-pump-slash:before {
    content: "\f5f4";
  }
  .fa-gavel:before {
    content: "\f0e3";
  }
  .fa-gem:before {
    content: "\f3a5";
  }
  .fa-genderless:before {
    content: "\f22d";
  }
  .fa-get-pocket:before {
    content: "\f265";
  }
  .fa-gg:before {
    content: "\f260";
  }
  .fa-gg-circle:before {
    content: "\f261";
  }
  .fa-ghost:before {
    content: "\f6e2";
  }
  .fa-gift:before {
    content: "\f06b";
  }
  .fa-gift-card:before {
    content: "\f663";
  }
  .fa-gifts:before {
    content: "\f79c";
  }
  .fa-gingerbread-man:before {
    content: "\f79d";
  }
  .fa-git:before {
    content: "\f1d3";
  }
  .fa-git-alt:before {
    content: "\f841";
  }
  .fa-git-square:before {
    content: "\f1d2";
  }
  .fa-github:before {
    content: "\f09b";
  }
  .fa-github-alt:before {
    content: "\f113";
  }
  .fa-github-square:before {
    content: "\f092";
  }
  .fa-gitkraken:before {
    content: "\f3a6";
  }
  .fa-gitlab:before {
    content: "\f296";
  }
  .fa-gitter:before {
    content: "\f426";
  }
  .fa-glass:before {
    content: "\f804";
  }
  .fa-glass-champagne:before {
    content: "\f79e";
  }
  .fa-glass-cheers:before {
    content: "\f79f";
  }
  .fa-glass-citrus:before {
    content: "\f869";
  }
  .fa-glass-martini:before {
    content: "\f000";
  }
  .fa-glass-martini-alt:before {
    content: "\f57b";
  }
  .fa-glass-whiskey:before {
    content: "\f7a0";
  }
  .fa-glass-whiskey-rocks:before {
    content: "\f7a1";
  }
  .fa-glasses:before {
    content: "\f530";
  }
  .fa-glasses-alt:before {
    content: "\f5f5";
  }
  .fa-glide:before {
    content: "\f2a5";
  }
  .fa-glide-g:before {
    content: "\f2a6";
  }
  .fa-globe:before {
    content: "\f0ac";
  }
  .fa-globe-africa:before {
    content: "\f57c";
  }
  .fa-globe-americas:before {
    content: "\f57d";
  }
  .fa-globe-asia:before {
    content: "\f57e";
  }
  .fa-globe-europe:before {
    content: "\f7a2";
  }
  .fa-globe-snow:before {
    content: "\f7a3";
  }
  .fa-globe-stand:before {
    content: "\f5f6";
  }
  .fa-gofore:before {
    content: "\f3a7";
  }
  .fa-golf-ball:before {
    content: "\f450";
  }
  .fa-golf-club:before {
    content: "\f451";
  }
  .fa-goodreads:before {
    content: "\f3a8";
  }
  .fa-goodreads-g:before {
    content: "\f3a9";
  }
  .fa-google:before {
    content: "\f1a0";
  }
  .fa-google-drive:before {
    content: "\f3aa";
  }
  .fa-google-pay:before {
    content: "\e079";
  }
  .fa-google-play:before {
    content: "\f3ab";
  }
  .fa-google-plus:before {
    content: "\f2b3";
  }
  .fa-google-plus-g:before {
    content: "\f0d5";
  }
  .fa-google-plus-square:before {
    content: "\f0d4";
  }
  .fa-google-wallet:before {
    content: "\f1ee";
  }
  .fa-gopuram:before {
    content: "\f664";
  }
  .fa-graduation-cap:before {
    content: "\f19d";
  }
  .fa-gramophone:before {
    content: "\f8bd";
  }
  .fa-gratipay:before {
    content: "\f184";
  }
  .fa-grav:before {
    content: "\f2d6";
  }
  .fa-greater-than:before {
    content: "\f531";
  }
  .fa-greater-than-equal:before {
    content: "\f532";
  }
  .fa-grimace:before {
    content: "\f57f";
  }
  .fa-grin:before {
    content: "\f580";
  }
  .fa-grin-alt:before {
    content: "\f581";
  }
  .fa-grin-beam:before {
    content: "\f582";
  }
  .fa-grin-beam-sweat:before {
    content: "\f583";
  }
  .fa-grin-hearts:before {
    content: "\f584";
  }
  .fa-grin-squint:before {
    content: "\f585";
  }
  .fa-grin-squint-tears:before {
    content: "\f586";
  }
  .fa-grin-stars:before {
    content: "\f587";
  }
  .fa-grin-tears:before {
    content: "\f588";
  }
  .fa-grin-tongue:before {
    content: "\f589";
  }
  .fa-grin-tongue-squint:before {
    content: "\f58a";
  }
  .fa-grin-tongue-wink:before {
    content: "\f58b";
  }
  .fa-grin-wink:before {
    content: "\f58c";
  }
  .fa-grip-horizontal:before {
    content: "\f58d";
  }
  .fa-grip-lines:before {
    content: "\f7a4";
  }
  .fa-grip-lines-vertical:before {
    content: "\f7a5";
  }
  .fa-grip-vertical:before {
    content: "\f58e";
  }
  .fa-gripfire:before {
    content: "\f3ac";
  }
  .fa-grunt:before {
    content: "\f3ad";
  }
  .fa-guilded:before {
    content: "\e07e";
  }
  .fa-guitar:before {
    content: "\f7a6";
  }
  .fa-guitar-electric:before {
    content: "\f8be";
  }
  .fa-guitars:before {
    content: "\f8bf";
  }
  .fa-gulp:before {
    content: "\f3ae";
  }
  .fa-h-square:before {
    content: "\f0fd";
  }
  .fa-h1:before {
    content: "\f313";
  }
  .fa-h2:before {
    content: "\f314";
  }
  .fa-h3:before {
    content: "\f315";
  }
  .fa-h4:before {
    content: "\f86a";
  }
  .fa-hacker-news:before {
    content: "\f1d4";
  }
  .fa-hacker-news-square:before {
    content: "\f3af";
  }
  .fa-hackerrank:before {
    content: "\f5f7";
  }
  .fa-hamburger:before {
    content: "\f805";
  }
  .fa-hammer:before {
    content: "\f6e3";
  }
  .fa-hammer-war:before {
    content: "\f6e4";
  }
  .fa-hamsa:before {
    content: "\f665";
  }
  .fa-hand-heart:before {
    content: "\f4bc";
  }
  .fa-hand-holding:before {
    content: "\f4bd";
  }
  .fa-hand-holding-box:before {
    content: "\f47b";
  }
  .fa-hand-holding-heart:before {
    content: "\f4be";
  }
  .fa-hand-holding-magic:before {
    content: "\f6e5";
  }
  .fa-hand-holding-medical:before {
    content: "\e05c";
  }
  .fa-hand-holding-seedling:before {
    content: "\f4bf";
  }
  .fa-hand-holding-usd:before {
    content: "\f4c0";
  }
  .fa-hand-holding-water:before {
    content: "\f4c1";
  }
  .fa-hand-lizard:before {
    content: "\f258";
  }
  .fa-hand-middle-finger:before {
    content: "\f806";
  }
  .fa-hand-paper:before {
    content: "\f256";
  }
  .fa-hand-peace:before {
    content: "\f25b";
  }
  .fa-hand-point-down:before {
    content: "\f0a7";
  }
  .fa-hand-point-left:before {
    content: "\f0a5";
  }
  .fa-hand-point-right:before {
    content: "\f0a4";
  }
  .fa-hand-point-up:before {
    content: "\f0a6";
  }
  .fa-hand-pointer:before {
    content: "\f25a";
  }
  .fa-hand-receiving:before {
    content: "\f47c";
  }
  .fa-hand-rock:before {
    content: "\f255";
  }
  .fa-hand-scissors:before {
    content: "\f257";
  }
  .fa-hand-sparkles:before {
    content: "\e05d";
  }
  .fa-hand-spock:before {
    content: "\f259";
  }
  .fa-hands:before {
    content: "\f4c2";
  }
  .fa-hands-heart:before {
    content: "\f4c3";
  }
  .fa-hands-helping:before {
    content: "\f4c4";
  }
  .fa-hands-usd:before {
    content: "\f4c5";
  }
  .fa-hands-wash:before {
    content: "\e05e";
  }
  .fa-handshake:before {
    content: "\f2b5";
  }
  .fa-handshake-alt:before {
    content: "\f4c6";
  }
  .fa-handshake-alt-slash:before {
    content: "\e05f";
  }
  .fa-handshake-slash:before {
    content: "\e060";
  }
  .fa-hanukiah:before {
    content: "\f6e6";
  }
  .fa-hard-hat:before {
    content: "\f807";
  }
  .fa-hashtag:before {
    content: "\f292";
  }
  .fa-hat-chef:before {
    content: "\f86b";
  }
  .fa-hat-cowboy:before {
    content: "\f8c0";
  }
  .fa-hat-cowboy-side:before {
    content: "\f8c1";
  }
  .fa-hat-santa:before {
    content: "\f7a7";
  }
  .fa-hat-winter:before {
    content: "\f7a8";
  }
  .fa-hat-witch:before {
    content: "\f6e7";
  }
  .fa-hat-wizard:before {
    content: "\f6e8";
  }
  .fa-hdd:before {
    content: "\f0a0";
  }
  .fa-head-side:before {
    content: "\f6e9";
  }
  .fa-head-side-brain:before {
    content: "\f808";
  }
  .fa-head-side-cough:before {
    content: "\e061";
  }
  .fa-head-side-cough-slash:before {
    content: "\e062";
  }
  .fa-head-side-headphones:before {
    content: "\f8c2";
  }
  .fa-head-side-mask:before {
    content: "\e063";
  }
  .fa-head-side-medical:before {
    content: "\f809";
  }
  .fa-head-side-virus:before {
    content: "\e064";
  }
  .fa-head-vr:before {
    content: "\f6ea";
  }
  .fa-heading:before {
    content: "\f1dc";
  }
  .fa-headphones:before {
    content: "\f025";
  }
  .fa-headphones-alt:before {
    content: "\f58f";
  }
  .fa-headset:before {
    content: "\f590";
  }
  .fa-heart:before {
    content: "\f004";
  }
  .fa-heart-broken:before {
    content: "\f7a9";
  }
  .fa-heart-circle:before {
    content: "\f4c7";
  }
  .fa-heart-rate:before {
    content: "\f5f8";
  }
  .fa-heart-square:before {
    content: "\f4c8";
  }
  .fa-heartbeat:before {
    content: "\f21e";
  }
  .fa-heat:before {
    content: "\e00c";
  }
  .fa-helicopter:before {
    content: "\f533";
  }
  .fa-helmet-battle:before {
    content: "\f6eb";
  }
  .fa-hexagon:before {
    content: "\f312";
  }
  .fa-highlighter:before {
    content: "\f591";
  }
  .fa-hiking:before {
    content: "\f6ec";
  }
  .fa-hippo:before {
    content: "\f6ed";
  }
  .fa-hips:before {
    content: "\f452";
  }
  .fa-hire-a-helper:before {
    content: "\f3b0";
  }
  .fa-history:before {
    content: "\f1da";
  }
  .fa-hive:before {
    content: "\e07f";
  }
  .fa-hockey-mask:before {
    content: "\f6ee";
  }
  .fa-hockey-puck:before {
    content: "\f453";
  }
  .fa-hockey-sticks:before {
    content: "\f454";
  }
  .fa-holly-berry:before {
    content: "\f7aa";
  }
  .fa-home:before {
    content: "\f015";
  }
  .fa-home-alt:before {
    content: "\f80a";
  }
  .fa-home-heart:before {
    content: "\f4c9";
  }
  .fa-home-lg:before {
    content: "\f80b";
  }
  .fa-home-lg-alt:before {
    content: "\f80c";
  }
  .fa-hood-cloak:before {
    content: "\f6ef";
  }
  .fa-hooli:before {
    content: "\f427";
  }
  .fa-horizontal-rule:before {
    content: "\f86c";
  }
  .fa-hornbill:before {
    content: "\f592";
  }
  .fa-horse:before {
    content: "\f6f0";
  }
  .fa-horse-head:before {
    content: "\f7ab";
  }
  .fa-horse-saddle:before {
    content: "\f8c3";
  }
  .fa-hospital:before {
    content: "\f0f8";
  }
  .fa-hospital-alt:before {
    content: "\f47d";
  }
  .fa-hospital-symbol:before {
    content: "\f47e";
  }
  .fa-hospital-user:before {
    content: "\f80d";
  }
  .fa-hospitals:before {
    content: "\f80e";
  }
  .fa-hot-tub:before {
    content: "\f593";
  }
  .fa-hotdog:before {
    content: "\f80f";
  }
  .fa-hotel:before {
    content: "\f594";
  }
  .fa-hotjar:before {
    content: "\f3b1";
  }
  .fa-hourglass:before {
    content: "\f254";
  }
  .fa-hourglass-end:before {
    content: "\f253";
  }
  .fa-hourglass-half:before {
    content: "\f252";
  }
  .fa-hourglass-start:before {
    content: "\f251";
  }
  .fa-house:before {
    content: "\e00d";
  }
  .fa-house-damage:before {
    content: "\f6f1";
  }
  .fa-house-day:before {
    content: "\e00e";
  }
  .fa-house-flood:before {
    content: "\f74f";
  }
  .fa-house-leave:before {
    content: "\e00f";
  }
  .fa-house-night:before {
    content: "\e010";
  }
  .fa-house-return:before {
    content: "\e011";
  }
  .fa-house-signal:before {
    content: "\e012";
  }
  .fa-house-user:before {
    content: "\e065";
  }
  .fa-houzz:before {
    content: "\f27c";
  }
  .fa-hryvnia:before {
    content: "\f6f2";
  }
  .fa-html5:before {
    content: "\f13b";
  }
  .fa-hubspot:before {
    content: "\f3b2";
  }
  .fa-humidity:before {
    content: "\f750";
  }
  .fa-hurricane:before {
    content: "\f751";
  }
  .fa-i-cursor:before {
    content: "\f246";
  }
  .fa-ice-cream:before {
    content: "\f810";
  }
  .fa-ice-skate:before {
    content: "\f7ac";
  }
  .fa-icicles:before {
    content: "\f7ad";
  }
  .fa-icons:before {
    content: "\f86d";
  }
  .fa-icons-alt:before {
    content: "\f86e";
  }
  .fa-id-badge:before {
    content: "\f2c1";
  }
  .fa-id-card:before {
    content: "\f2c2";
  }
  .fa-id-card-alt:before {
    content: "\f47f";
  }
  .fa-ideal:before {
    content: "\e013";
  }
  .fa-igloo:before {
    content: "\f7ae";
  }
  .fa-image:before {
    content: "\f03e";
  }
  .fa-image-polaroid:before {
    content: "\f8c4";
  }
  .fa-images:before {
    content: "\f302";
  }
  .fa-imdb:before {
    content: "\f2d8";
  }
  .fa-inbox:before {
    content: "\f01c";
  }
  .fa-inbox-in:before {
    content: "\f310";
  }
  .fa-inbox-out:before {
    content: "\f311";
  }
  .fa-indent:before {
    content: "\f03c";
  }
  .fa-industry:before {
    content: "\f275";
  }
  .fa-industry-alt:before {
    content: "\f3b3";
  }
  .fa-infinity:before {
    content: "\f534";
  }
  .fa-info:before {
    content: "\f129";
  }
  .fa-info-circle:before {
    content: "\f05a";
  }
  .fa-info-square:before {
    content: "\f30f";
  }
  .fa-inhaler:before {
    content: "\f5f9";
  }
  .fa-innosoft:before {
    content: "\e080";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-instagram-square:before {
    content: "\e055";
  }
  .fa-instalod:before {
    content: "\e081";
  }
  .fa-integral:before {
    content: "\f667";
  }
  .fa-intercom:before {
    content: "\f7af";
  }
  .fa-internet-explorer:before {
    content: "\f26b";
  }
  .fa-intersection:before {
    content: "\f668";
  }
  .fa-inventory:before {
    content: "\f480";
  }
  .fa-invision:before {
    content: "\f7b0";
  }
  .fa-ioxhost:before {
    content: "\f208";
  }
  .fa-island-tropical:before {
    content: "\f811";
  }
  .fa-italic:before {
    content: "\f033";
  }
  .fa-itch-io:before {
    content: "\f83a";
  }
  .fa-itunes:before {
    content: "\f3b4";
  }
  .fa-itunes-note:before {
    content: "\f3b5";
  }
  .fa-jack-o-lantern:before {
    content: "\f30e";
  }
  .fa-java:before {
    content: "\f4e4";
  }
  .fa-jedi:before {
    content: "\f669";
  }
  .fa-jedi-order:before {
    content: "\f50e";
  }
  .fa-jenkins:before {
    content: "\f3b6";
  }
  .fa-jira:before {
    content: "\f7b1";
  }
  .fa-joget:before {
    content: "\f3b7";
  }
  .fa-joint:before {
    content: "\f595";
  }
  .fa-joomla:before {
    content: "\f1aa";
  }
  .fa-journal-whills:before {
    content: "\f66a";
  }
  .fa-joystick:before {
    content: "\f8c5";
  }
  .fa-js:before {
    content: "\f3b8";
  }
  .fa-js-square:before {
    content: "\f3b9";
  }
  .fa-jsfiddle:before {
    content: "\f1cc";
  }
  .fa-jug:before {
    content: "\f8c6";
  }
  .fa-kaaba:before {
    content: "\f66b";
  }
  .fa-kaggle:before {
    content: "\f5fa";
  }
  .fa-kazoo:before {
    content: "\f8c7";
  }
  .fa-kerning:before {
    content: "\f86f";
  }
  .fa-key:before {
    content: "\f084";
  }
  .fa-key-skeleton:before {
    content: "\f6f3";
  }
  .fa-keybase:before {
    content: "\f4f5";
  }
  .fa-keyboard:before {
    content: "\f11c";
  }
  .fa-keycdn:before {
    content: "\f3ba";
  }
  .fa-keynote:before {
    content: "\f66c";
  }
  .fa-khanda:before {
    content: "\f66d";
  }
  .fa-kickstarter:before {
    content: "\f3bb";
  }
  .fa-kickstarter-k:before {
    content: "\f3bc";
  }
  .fa-kidneys:before {
    content: "\f5fb";
  }
  .fa-kiss:before {
    content: "\f596";
  }
  .fa-kiss-beam:before {
    content: "\f597";
  }
  .fa-kiss-wink-heart:before {
    content: "\f598";
  }
  .fa-kite:before {
    content: "\f6f4";
  }
  .fa-kiwi-bird:before {
    content: "\f535";
  }
  .fa-knife-kitchen:before {
    content: "\f6f5";
  }
  .fa-korvue:before {
    content: "\f42f";
  }
  .fa-lambda:before {
    content: "\f66e";
  }
  .fa-lamp:before {
    content: "\f4ca";
  }
  .fa-lamp-desk:before {
    content: "\e014";
  }
  .fa-lamp-floor:before {
    content: "\e015";
  }
  .fa-landmark:before {
    content: "\f66f";
  }
  .fa-landmark-alt:before {
    content: "\f752";
  }
  .fa-language:before {
    content: "\f1ab";
  }
  .fa-laptop:before {
    content: "\f109";
  }
  .fa-laptop-code:before {
    content: "\f5fc";
  }
  .fa-laptop-house:before {
    content: "\e066";
  }
  .fa-laptop-medical:before {
    content: "\f812";
  }
  .fa-laravel:before {
    content: "\f3bd";
  }
  .fa-lasso:before {
    content: "\f8c8";
  }
  .fa-lastfm:before {
    content: "\f202";
  }
  .fa-lastfm-square:before {
    content: "\f203";
  }
  .fa-laugh:before {
    content: "\f599";
  }
  .fa-laugh-beam:before {
    content: "\f59a";
  }
  .fa-laugh-squint:before {
    content: "\f59b";
  }
  .fa-laugh-wink:before {
    content: "\f59c";
  }
  .fa-layer-group:before {
    content: "\f5fd";
  }
  .fa-layer-minus:before {
    content: "\f5fe";
  }
  .fa-layer-plus:before {
    content: "\f5ff";
  }
  .fa-leaf:before {
    content: "\f06c";
  }
  .fa-leaf-heart:before {
    content: "\f4cb";
  }
  .fa-leaf-maple:before {
    content: "\f6f6";
  }
  .fa-leaf-oak:before {
    content: "\f6f7";
  }
  .fa-leanpub:before {
    content: "\f212";
  }
  .fa-lemon:before {
    content: "\f094";
  }
  .fa-less:before {
    content: "\f41d";
  }
  .fa-less-than:before {
    content: "\f536";
  }
  .fa-less-than-equal:before {
    content: "\f537";
  }
  .fa-level-down:before {
    content: "\f149";
  }
  .fa-level-down-alt:before {
    content: "\f3be";
  }
  .fa-level-up:before {
    content: "\f148";
  }
  .fa-level-up-alt:before {
    content: "\f3bf";
  }
  .fa-life-ring:before {
    content: "\f1cd";
  }
  .fa-light-ceiling:before {
    content: "\e016";
  }
  .fa-light-switch:before {
    content: "\e017";
  }
  .fa-light-switch-off:before {
    content: "\e018";
  }
  .fa-light-switch-on:before {
    content: "\e019";
  }
  .fa-lightbulb:before {
    content: "\f0eb";
  }
  .fa-lightbulb-dollar:before {
    content: "\f670";
  }
  .fa-lightbulb-exclamation:before {
    content: "\f671";
  }
  .fa-lightbulb-on:before {
    content: "\f672";
  }
  .fa-lightbulb-slash:before {
    content: "\f673";
  }
  .fa-lights-holiday:before {
    content: "\f7b2";
  }
  .fa-line:before {
    content: "\f3c0";
  }
  .fa-line-columns:before {
    content: "\f870";
  }
  .fa-line-height:before {
    content: "\f871";
  }
  .fa-link:before {
    content: "\f0c1";
  }
  .fa-linkedin:before {
    content: "\f08c";
  }
  .fa-linkedin-in:before {
    content: "\f0e1";
  }
  .fa-linode:before {
    content: "\f2b8";
  }
  .fa-linux:before {
    content: "\f17c";
  }
  .fa-lips:before {
    content: "\f600";
  }
  .fa-lira-sign:before {
    content: "\f195";
  }
  .fa-list:before {
    content: "\f03a";
  }
  .fa-list-alt:before {
    content: "\f022";
  }
  .fa-list-music:before {
    content: "\f8c9";
  }
  .fa-list-ol:before {
    content: "\f0cb";
  }
  .fa-list-ul:before {
    content: "\f0ca";
  }
  .fa-location:before {
    content: "\f601";
  }
  .fa-location-arrow:before {
    content: "\f124";
  }
  .fa-location-circle:before {
    content: "\f602";
  }
  .fa-location-slash:before {
    content: "\f603";
  }
  .fa-lock:before {
    content: "\f023";
  }
  .fa-lock-alt:before {
    content: "\f30d";
  }
  .fa-lock-open:before {
    content: "\f3c1";
  }
  .fa-lock-open-alt:before {
    content: "\f3c2";
  }
  .fa-long-arrow-alt-down:before {
    content: "\f309";
  }
  .fa-long-arrow-alt-left:before {
    content: "\f30a";
  }
  .fa-long-arrow-alt-right:before {
    content: "\f30b";
  }
  .fa-long-arrow-alt-up:before {
    content: "\f30c";
  }
  .fa-long-arrow-down:before {
    content: "\f175";
  }
  .fa-long-arrow-left:before {
    content: "\f177";
  }
  .fa-long-arrow-right:before {
    content: "\f178";
  }
  .fa-long-arrow-up:before {
    content: "\f176";
  }
  .fa-loveseat:before {
    content: "\f4cc";
  }
  .fa-low-vision:before {
    content: "\f2a8";
  }
  .fa-luchador:before {
    content: "\f455";
  }
  .fa-luggage-cart:before {
    content: "\f59d";
  }
  .fa-lungs:before {
    content: "\f604";
  }
  .fa-lungs-virus:before {
    content: "\e067";
  }
  .fa-lyft:before {
    content: "\f3c3";
  }
  .fa-mace:before {
    content: "\f6f8";
  }
  .fa-magento:before {
    content: "\f3c4";
  }
  .fa-magic:before {
    content: "\f0d0";
  }
  .fa-magnet:before {
    content: "\f076";
  }
  .fa-mail-bulk:before {
    content: "\f674";
  }
  .fa-mailbox:before {
    content: "\f813";
  }
  .fa-mailchimp:before {
    content: "\f59e";
  }
  .fa-male:before {
    content: "\f183";
  }
  .fa-mandalorian:before {
    content: "\f50f";
  }
  .fa-mandolin:before {
    content: "\f6f9";
  }
  .fa-map:before {
    content: "\f279";
  }
  .fa-map-marked:before {
    content: "\f59f";
  }
  .fa-map-marked-alt:before {
    content: "\f5a0";
  }
  .fa-map-marker:before {
    content: "\f041";
  }
  .fa-map-marker-alt:before {
    content: "\f3c5";
  }
  .fa-map-marker-alt-slash:before {
    content: "\f605";
  }
  .fa-map-marker-check:before {
    content: "\f606";
  }
  .fa-map-marker-edit:before {
    content: "\f607";
  }
  .fa-map-marker-exclamation:before {
    content: "\f608";
  }
  .fa-map-marker-minus:before {
    content: "\f609";
  }
  .fa-map-marker-plus:before {
    content: "\f60a";
  }
  .fa-map-marker-question:before {
    content: "\f60b";
  }
  .fa-map-marker-slash:before {
    content: "\f60c";
  }
  .fa-map-marker-smile:before {
    content: "\f60d";
  }
  .fa-map-marker-times:before {
    content: "\f60e";
  }
  .fa-map-pin:before {
    content: "\f276";
  }
  .fa-map-signs:before {
    content: "\f277";
  }
  .fa-markdown:before {
    content: "\f60f";
  }
  .fa-marker:before {
    content: "\f5a1";
  }
  .fa-mars:before {
    content: "\f222";
  }
  .fa-mars-double:before {
    content: "\f227";
  }
  .fa-mars-stroke:before {
    content: "\f229";
  }
  .fa-mars-stroke-h:before {
    content: "\f22b";
  }
  .fa-mars-stroke-v:before {
    content: "\f22a";
  }
  .fa-mask:before {
    content: "\f6fa";
  }
  .fa-mastodon:before {
    content: "\f4f6";
  }
  .fa-maxcdn:before {
    content: "\f136";
  }
  .fa-mdb:before {
    content: "\f8ca";
  }
  .fa-meat:before {
    content: "\f814";
  }
  .fa-medal:before {
    content: "\f5a2";
  }
  .fa-medapps:before {
    content: "\f3c6";
  }
  .fa-medium:before {
    content: "\f23a";
  }
  .fa-medium-m:before {
    content: "\f3c7";
  }
  .fa-medkit:before {
    content: "\f0fa";
  }
  .fa-medrt:before {
    content: "\f3c8";
  }
  .fa-meetup:before {
    content: "\f2e0";
  }
  .fa-megaphone:before {
    content: "\f675";
  }
  .fa-megaport:before {
    content: "\f5a3";
  }
  .fa-meh:before {
    content: "\f11a";
  }
  .fa-meh-blank:before {
    content: "\f5a4";
  }
  .fa-meh-rolling-eyes:before {
    content: "\f5a5";
  }
  .fa-memory:before {
    content: "\f538";
  }
  .fa-mendeley:before {
    content: "\f7b3";
  }
  .fa-menorah:before {
    content: "\f676";
  }
  .fa-mercury:before {
    content: "\f223";
  }
  .fa-meteor:before {
    content: "\f753";
  }
  .fa-microblog:before {
    content: "\e01a";
  }
  .fa-microchip:before {
    content: "\f2db";
  }
  .fa-microphone:before {
    content: "\f130";
  }
  .fa-microphone-alt:before {
    content: "\f3c9";
  }
  .fa-microphone-alt-slash:before {
    content: "\f539";
  }
  .fa-microphone-slash:before {
    content: "\f131";
  }
  .fa-microphone-stand:before {
    content: "\f8cb";
  }
  .fa-microscope:before {
    content: "\f610";
  }
  .fa-microsoft:before {
    content: "\f3ca";
  }
  .fa-microwave:before {
    content: "\e01b";
  }
  .fa-mind-share:before {
    content: "\f677";
  }
  .fa-minus:before {
    content: "\f068";
  }
  .fa-minus-circle:before {
    content: "\f056";
  }
  .fa-minus-hexagon:before {
    content: "\f307";
  }
  .fa-minus-octagon:before {
    content: "\f308";
  }
  .fa-minus-square:before {
    content: "\f146";
  }
  .fa-mistletoe:before {
    content: "\f7b4";
  }
  .fa-mitten:before {
    content: "\f7b5";
  }
  .fa-mix:before {
    content: "\f3cb";
  }
  .fa-mixcloud:before {
    content: "\f289";
  }
  .fa-mixer:before {
    content: "\e056";
  }
  .fa-mizuni:before {
    content: "\f3cc";
  }
  .fa-mobile:before {
    content: "\f10b";
  }
  .fa-mobile-alt:before {
    content: "\f3cd";
  }
  .fa-mobile-android:before {
    content: "\f3ce";
  }
  .fa-mobile-android-alt:before {
    content: "\f3cf";
  }
  .fa-modx:before {
    content: "\f285";
  }
  .fa-monero:before {
    content: "\f3d0";
  }
  .fa-money-bill:before {
    content: "\f0d6";
  }
  .fa-money-bill-alt:before {
    content: "\f3d1";
  }
  .fa-money-bill-wave:before {
    content: "\f53a";
  }
  .fa-money-bill-wave-alt:before {
    content: "\f53b";
  }
  .fa-money-check:before {
    content: "\f53c";
  }
  .fa-money-check-alt:before {
    content: "\f53d";
  }
  .fa-money-check-edit:before {
    content: "\f872";
  }
  .fa-money-check-edit-alt:before {
    content: "\f873";
  }
  .fa-monitor-heart-rate:before {
    content: "\f611";
  }
  .fa-monkey:before {
    content: "\f6fb";
  }
  .fa-monument:before {
    content: "\f5a6";
  }
  .fa-moon:before {
    content: "\f186";
  }
  .fa-moon-cloud:before {
    content: "\f754";
  }
  .fa-moon-stars:before {
    content: "\f755";
  }
  .fa-mortar-pestle:before {
    content: "\f5a7";
  }
  .fa-mosque:before {
    content: "\f678";
  }
  .fa-motorcycle:before {
    content: "\f21c";
  }
  .fa-mountain:before {
    content: "\f6fc";
  }
  .fa-mountains:before {
    content: "\f6fd";
  }
  .fa-mouse:before {
    content: "\f8cc";
  }
  .fa-mouse-alt:before {
    content: "\f8cd";
  }
  .fa-mouse-pointer:before {
    content: "\f245";
  }
  .fa-mp3-player:before {
    content: "\f8ce";
  }
  .fa-mug:before {
    content: "\f874";
  }
  .fa-mug-hot:before {
    content: "\f7b6";
  }
  .fa-mug-marshmallows:before {
    content: "\f7b7";
  }
  .fa-mug-tea:before {
    content: "\f875";
  }
  .fa-music:before {
    content: "\f001";
  }
  .fa-music-alt:before {
    content: "\f8cf";
  }
  .fa-music-alt-slash:before {
    content: "\f8d0";
  }
  .fa-music-slash:before {
    content: "\f8d1";
  }
  .fa-napster:before {
    content: "\f3d2";
  }
  .fa-narwhal:before {
    content: "\f6fe";
  }
  .fa-neos:before {
    content: "\f612";
  }
  .fa-network-wired:before {
    content: "\f6ff";
  }
  .fa-neuter:before {
    content: "\f22c";
  }
  .fa-newspaper:before {
    content: "\f1ea";
  }
  .fa-nimblr:before {
    content: "\f5a8";
  }
  .fa-node:before {
    content: "\f419";
  }
  .fa-node-js:before {
    content: "\f3d3";
  }
  .fa-not-equal:before {
    content: "\f53e";
  }
  .fa-notes-medical:before {
    content: "\f481";
  }
  .fa-npm:before {
    content: "\f3d4";
  }
  .fa-ns8:before {
    content: "\f3d5";
  }
  .fa-nutritionix:before {
    content: "\f3d6";
  }
  .fa-object-group:before {
    content: "\f247";
  }
  .fa-object-ungroup:before {
    content: "\f248";
  }
  .fa-octagon:before {
    content: "\f306";
  }
  .fa-octopus-deploy:before {
    content: "\e082";
  }
  .fa-odnoklassniki:before {
    content: "\f263";
  }
  .fa-odnoklassniki-square:before {
    content: "\f264";
  }
  .fa-oil-can:before {
    content: "\f613";
  }
  .fa-oil-temp:before {
    content: "\f614";
  }
  .fa-old-republic:before {
    content: "\f510";
  }
  .fa-om:before {
    content: "\f679";
  }
  .fa-omega:before {
    content: "\f67a";
  }
  .fa-opencart:before {
    content: "\f23d";
  }
  .fa-openid:before {
    content: "\f19b";
  }
  .fa-opera:before {
    content: "\f26a";
  }
  .fa-optin-monster:before {
    content: "\f23c";
  }
  .fa-orcid:before {
    content: "\f8d2";
  }
  .fa-ornament:before {
    content: "\f7b8";
  }
  .fa-osi:before {
    content: "\f41a";
  }
  .fa-otter:before {
    content: "\f700";
  }
  .fa-outdent:before {
    content: "\f03b";
  }
  .fa-outlet:before {
    content: "\e01c";
  }
  .fa-oven:before {
    content: "\e01d";
  }
  .fa-overline:before {
    content: "\f876";
  }
  .fa-page-break:before {
    content: "\f877";
  }
  .fa-page4:before {
    content: "\f3d7";
  }
  .fa-pagelines:before {
    content: "\f18c";
  }
  .fa-pager:before {
    content: "\f815";
  }
  .fa-paint-brush:before {
    content: "\f1fc";
  }
  .fa-paint-brush-alt:before {
    content: "\f5a9";
  }
  .fa-paint-roller:before {
    content: "\f5aa";
  }
  .fa-palette:before {
    content: "\f53f";
  }
  .fa-palfed:before {
    content: "\f3d8";
  }
  .fa-pallet:before {
    content: "\f482";
  }
  .fa-pallet-alt:before {
    content: "\f483";
  }
  .fa-paper-plane:before {
    content: "\f1d8";
  }
  .fa-paperclip:before {
    content: "\f0c6";
  }
  .fa-parachute-box:before {
    content: "\f4cd";
  }
  .fa-paragraph:before {
    content: "\f1dd";
  }
  .fa-paragraph-rtl:before {
    content: "\f878";
  }
  .fa-parking:before {
    content: "\f540";
  }
  .fa-parking-circle:before {
    content: "\f615";
  }
  .fa-parking-circle-slash:before {
    content: "\f616";
  }
  .fa-parking-slash:before {
    content: "\f617";
  }
  .fa-passport:before {
    content: "\f5ab";
  }
  .fa-pastafarianism:before {
    content: "\f67b";
  }
  .fa-paste:before {
    content: "\f0ea";
  }
  .fa-patreon:before {
    content: "\f3d9";
  }
  .fa-pause:before {
    content: "\f04c";
  }
  .fa-pause-circle:before {
    content: "\f28b";
  }
  .fa-paw:before {
    content: "\f1b0";
  }
  .fa-paw-alt:before {
    content: "\f701";
  }
  .fa-paw-claws:before {
    content: "\f702";
  }
  .fa-paypal:before {
    content: "\f1ed";
  }
  .fa-peace:before {
    content: "\f67c";
  }
  .fa-pegasus:before {
    content: "\f703";
  }
  .fa-pen:before {
    content: "\f304";
  }
  .fa-pen-alt:before {
    content: "\f305";
  }
  .fa-pen-fancy:before {
    content: "\f5ac";
  }
  .fa-pen-nib:before {
    content: "\f5ad";
  }
  .fa-pen-square:before {
    content: "\f14b";
  }
  .fa-pencil:before {
    content: "\f040";
  }
  .fa-pencil-alt:before {
    content: "\f303";
  }
  .fa-pencil-paintbrush:before {
    content: "\f618";
  }
  .fa-pencil-ruler:before {
    content: "\f5ae";
  }
  .fa-pennant:before {
    content: "\f456";
  }
  .fa-penny-arcade:before {
    content: "\f704";
  }
  .fa-people-arrows:before {
    content: "\e068";
  }
  .fa-people-carry:before {
    content: "\f4ce";
  }
  .fa-pepper-hot:before {
    content: "\f816";
  }
  .fa-perbyte:before {
    content: "\e083";
  }
  .fa-percent:before {
    content: "\f295";
  }
  .fa-percentage:before {
    content: "\f541";
  }
  .fa-periscope:before {
    content: "\f3da";
  }
  .fa-person-booth:before {
    content: "\f756";
  }
  .fa-person-carry:before {
    content: "\f4cf";
  }
  .fa-person-dolly:before {
    content: "\f4d0";
  }
  .fa-person-dolly-empty:before {
    content: "\f4d1";
  }
  .fa-person-sign:before {
    content: "\f757";
  }
  .fa-phabricator:before {
    content: "\f3db";
  }
  .fa-phoenix-framework:before {
    content: "\f3dc";
  }
  .fa-phoenix-squadron:before {
    content: "\f511";
  }
  .fa-phone:before {
    content: "\f095";
  }
  .fa-phone-alt:before {
    content: "\f879";
  }
  .fa-phone-laptop:before {
    content: "\f87a";
  }
  .fa-phone-office:before {
    content: "\f67d";
  }
  .fa-phone-plus:before {
    content: "\f4d2";
  }
  .fa-phone-rotary:before {
    content: "\f8d3";
  }
  .fa-phone-slash:before {
    content: "\f3dd";
  }
  .fa-phone-square:before {
    content: "\f098";
  }
  .fa-phone-square-alt:before {
    content: "\f87b";
  }
  .fa-phone-volume:before {
    content: "\f2a0";
  }
  .fa-photo-video:before {
    content: "\f87c";
  }
  .fa-php:before {
    content: "\f457";
  }
  .fa-pi:before {
    content: "\f67e";
  }
  .fa-piano:before {
    content: "\f8d4";
  }
  .fa-piano-keyboard:before {
    content: "\f8d5";
  }
  .fa-pie:before {
    content: "\f705";
  }
  .fa-pied-piper:before {
    content: "\f2ae";
  }
  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }
  .fa-pied-piper-hat:before {
    content: "\f4e5";
  }
  .fa-pied-piper-pp:before {
    content: "\f1a7";
  }
  .fa-pied-piper-square:before {
    content: "\e01e";
  }
  .fa-pig:before {
    content: "\f706";
  }
  .fa-piggy-bank:before {
    content: "\f4d3";
  }
  .fa-pills:before {
    content: "\f484";
  }
  .fa-pinterest:before {
    content: "\f0d2";
  }
  .fa-pinterest-p:before {
    content: "\f231";
  }
  .fa-pinterest-square:before {
    content: "\f0d3";
  }
  .fa-pizza:before {
    content: "\f817";
  }
  .fa-pizza-slice:before {
    content: "\f818";
  }
  .fa-place-of-worship:before {
    content: "\f67f";
  }
  .fa-plane:before {
    content: "\f072";
  }
  .fa-plane-alt:before {
    content: "\f3de";
  }
  .fa-plane-arrival:before {
    content: "\f5af";
  }
  .fa-plane-departure:before {
    content: "\f5b0";
  }
  .fa-plane-slash:before {
    content: "\e069";
  }
  .fa-planet-moon:before {
    content: "\e01f";
  }
  .fa-planet-ringed:before {
    content: "\e020";
  }
  .fa-play:before {
    content: "\f04b";
  }
  .fa-play-circle:before {
    content: "\f144";
  }
  .fa-playstation:before {
    content: "\f3df";
  }
  .fa-plug:before {
    content: "\f1e6";
  }
  .fa-plus:before {
    content: "\f067";
  }
  .fa-plus-circle:before {
    content: "\f055";
  }
  .fa-plus-hexagon:before {
    content: "\f300";
  }
  .fa-plus-octagon:before {
    content: "\f301";
  }
  .fa-plus-square:before {
    content: "\f0fe";
  }
  .fa-podcast:before {
    content: "\f2ce";
  }
  .fa-podium:before {
    content: "\f680";
  }
  .fa-podium-star:before {
    content: "\f758";
  }
  .fa-police-box:before {
    content: "\e021";
  }
  .fa-poll:before {
    content: "\f681";
  }
  .fa-poll-h:before {
    content: "\f682";
  }
  .fa-poll-people:before {
    content: "\f759";
  }
  .fa-poo:before {
    content: "\f2fe";
  }
  .fa-poo-storm:before {
    content: "\f75a";
  }
  .fa-poop:before {
    content: "\f619";
  }
  .fa-popcorn:before {
    content: "\f819";
  }
  .fa-portal-enter:before {
    content: "\e022";
  }
  .fa-portal-exit:before {
    content: "\e023";
  }
  .fa-portrait:before {
    content: "\f3e0";
  }
  .fa-pound-sign:before {
    content: "\f154";
  }
  .fa-power-off:before {
    content: "\f011";
  }
  .fa-pray:before {
    content: "\f683";
  }
  .fa-praying-hands:before {
    content: "\f684";
  }
  .fa-prescription:before {
    content: "\f5b1";
  }
  .fa-prescription-bottle:before {
    content: "\f485";
  }
  .fa-prescription-bottle-alt:before {
    content: "\f486";
  }
  .fa-presentation:before {
    content: "\f685";
  }
  .fa-print:before {
    content: "\f02f";
  }
  .fa-print-search:before {
    content: "\f81a";
  }
  .fa-print-slash:before {
    content: "\f686";
  }
  .fa-procedures:before {
    content: "\f487";
  }
  .fa-product-hunt:before {
    content: "\f288";
  }
  .fa-project-diagram:before {
    content: "\f542";
  }
  .fa-projector:before {
    content: "\f8d6";
  }
  .fa-pump-medical:before {
    content: "\e06a";
  }
  .fa-pump-soap:before {
    content: "\e06b";
  }
  .fa-pumpkin:before {
    content: "\f707";
  }
  .fa-pushed:before {
    content: "\f3e1";
  }
  .fa-puzzle-piece:before {
    content: "\f12e";
  }
  .fa-python:before {
    content: "\f3e2";
  }
  .fa-qq:before {
    content: "\f1d6";
  }
  .fa-qrcode:before {
    content: "\f029";
  }
  .fa-question:before {
    content: "\f128";
  }
  .fa-question-circle:before {
    content: "\f059";
  }
  .fa-question-square:before {
    content: "\f2fd";
  }
  .fa-quidditch:before {
    content: "\f458";
  }
  .fa-quinscape:before {
    content: "\f459";
  }
  .fa-quora:before {
    content: "\f2c4";
  }
  .fa-quote-left:before {
    content: "\f10d";
  }
  .fa-quote-right:before {
    content: "\f10e";
  }
  .fa-quran:before {
    content: "\f687";
  }
  .fa-r-project:before {
    content: "\f4f7";
  }
  .fa-rabbit:before {
    content: "\f708";
  }
  .fa-rabbit-fast:before {
    content: "\f709";
  }
  .fa-racquet:before {
    content: "\f45a";
  }
  .fa-radar:before {
    content: "\e024";
  }
  .fa-radiation:before {
    content: "\f7b9";
  }
  .fa-radiation-alt:before {
    content: "\f7ba";
  }
  .fa-radio:before {
    content: "\f8d7";
  }
  .fa-radio-alt:before {
    content: "\f8d8";
  }
  .fa-rainbow:before {
    content: "\f75b";
  }
  .fa-raindrops:before {
    content: "\f75c";
  }
  .fa-ram:before {
    content: "\f70a";
  }
  .fa-ramp-loading:before {
    content: "\f4d4";
  }
  .fa-random:before {
    content: "\f074";
  }
  .fa-raspberry-pi:before {
    content: "\f7bb";
  }
  .fa-ravelry:before {
    content: "\f2d9";
  }
  .fa-raygun:before {
    content: "\e025";
  }
  .fa-react:before {
    content: "\f41b";
  }
  .fa-reacteurope:before {
    content: "\f75d";
  }
  .fa-readme:before {
    content: "\f4d5";
  }
  .fa-rebel:before {
    content: "\f1d0";
  }
  .fa-receipt:before {
    content: "\f543";
  }
  .fa-record-vinyl:before {
    content: "\f8d9";
  }
  .fa-rectangle-landscape:before {
    content: "\f2fa";
  }
  .fa-rectangle-portrait:before {
    content: "\f2fb";
  }
  .fa-rectangle-wide:before {
    content: "\f2fc";
  }
  .fa-recycle:before {
    content: "\f1b8";
  }
  .fa-red-river:before {
    content: "\f3e3";
  }
  .fa-reddit:before {
    content: "\f1a1";
  }
  .fa-reddit-alien:before {
    content: "\f281";
  }
  .fa-reddit-square:before {
    content: "\f1a2";
  }
  .fa-redhat:before {
    content: "\f7bc";
  }
  .fa-redo:before {
    content: "\f01e";
  }
  .fa-redo-alt:before {
    content: "\f2f9";
  }
  .fa-refrigerator:before {
    content: "\e026";
  }
  .fa-registered:before {
    content: "\f25d";
  }
  .fa-remove-format:before {
    content: "\f87d";
  }
  .fa-renren:before {
    content: "\f18b";
  }
  .fa-repeat:before {
    content: "\f363";
  }
  .fa-repeat-1:before {
    content: "\f365";
  }
  .fa-repeat-1-alt:before {
    content: "\f366";
  }
  .fa-repeat-alt:before {
    content: "\f364";
  }
  .fa-reply:before {
    content: "\f3e5";
  }
  .fa-reply-all:before {
    content: "\f122";
  }
  .fa-replyd:before {
    content: "\f3e6";
  }
  .fa-republican:before {
    content: "\f75e";
  }
  .fa-researchgate:before {
    content: "\f4f8";
  }
  .fa-resolving:before {
    content: "\f3e7";
  }
  .fa-restroom:before {
    content: "\f7bd";
  }
  .fa-retweet:before {
    content: "\f079";
  }
  .fa-retweet-alt:before {
    content: "\f361";
  }
  .fa-rev:before {
    content: "\f5b2";
  }
  .fa-ribbon:before {
    content: "\f4d6";
  }
  .fa-ring:before {
    content: "\f70b";
  }
  .fa-rings-wedding:before {
    content: "\f81b";
  }
  .fa-road:before {
    content: "\f018";
  }
  .fa-robot:before {
    content: "\f544";
  }
  .fa-rocket:before {
    content: "\f135";
  }
  .fa-rocket-launch:before {
    content: "\e027";
  }
  .fa-rocketchat:before {
    content: "\f3e8";
  }
  .fa-rockrms:before {
    content: "\f3e9";
  }
  .fa-route:before {
    content: "\f4d7";
  }
  .fa-route-highway:before {
    content: "\f61a";
  }
  .fa-route-interstate:before {
    content: "\f61b";
  }
  .fa-router:before {
    content: "\f8da";
  }
  .fa-rss:before {
    content: "\f09e";
  }
  .fa-rss-square:before {
    content: "\f143";
  }
  .fa-ruble-sign:before {
    content: "\f158";
  }
  .fa-ruler:before {
    content: "\f545";
  }
  .fa-ruler-combined:before {
    content: "\f546";
  }
  .fa-ruler-horizontal:before {
    content: "\f547";
  }
  .fa-ruler-triangle:before {
    content: "\f61c";
  }
  .fa-ruler-vertical:before {
    content: "\f548";
  }
  .fa-running:before {
    content: "\f70c";
  }
  .fa-rupee-sign:before {
    content: "\f156";
  }
  .fa-rust:before {
    content: "\e07a";
  }
  .fa-rv:before {
    content: "\f7be";
  }
  .fa-sack:before {
    content: "\f81c";
  }
  .fa-sack-dollar:before {
    content: "\f81d";
  }
  .fa-sad-cry:before {
    content: "\f5b3";
  }
  .fa-sad-tear:before {
    content: "\f5b4";
  }
  .fa-safari:before {
    content: "\f267";
  }
  .fa-salad:before {
    content: "\f81e";
  }
  .fa-salesforce:before {
    content: "\f83b";
  }
  .fa-sandwich:before {
    content: "\f81f";
  }
  .fa-sass:before {
    content: "\f41e";
  }
  .fa-satellite:before {
    content: "\f7bf";
  }
  .fa-satellite-dish:before {
    content: "\f7c0";
  }
  .fa-sausage:before {
    content: "\f820";
  }
  .fa-save:before {
    content: "\f0c7";
  }
  .fa-sax-hot:before {
    content: "\f8db";
  }
  .fa-saxophone:before {
    content: "\f8dc";
  }
  .fa-scalpel:before {
    content: "\f61d";
  }
  .fa-scalpel-path:before {
    content: "\f61e";
  }
  .fa-scanner:before {
    content: "\f488";
  }
  .fa-scanner-image:before {
    content: "\f8f3";
  }
  .fa-scanner-keyboard:before {
    content: "\f489";
  }
  .fa-scanner-touchscreen:before {
    content: "\f48a";
  }
  .fa-scarecrow:before {
    content: "\f70d";
  }
  .fa-scarf:before {
    content: "\f7c1";
  }
  .fa-schlix:before {
    content: "\f3ea";
  }
  .fa-school:before {
    content: "\f549";
  }
  .fa-screwdriver:before {
    content: "\f54a";
  }
  .fa-scribd:before {
    content: "\f28a";
  }
  .fa-scroll:before {
    content: "\f70e";
  }
  .fa-scroll-old:before {
    content: "\f70f";
  }
  .fa-scrubber:before {
    content: "\f2f8";
  }
  .fa-scythe:before {
    content: "\f710";
  }
  .fa-sd-card:before {
    content: "\f7c2";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fa-search-dollar:before {
    content: "\f688";
  }
  .fa-search-location:before {
    content: "\f689";
  }
  .fa-search-minus:before {
    content: "\f010";
  }
  .fa-search-plus:before {
    content: "\f00e";
  }
  .fa-searchengin:before {
    content: "\f3eb";
  }
  .fa-seedling:before {
    content: "\f4d8";
  }
  .fa-sellcast:before {
    content: "\f2da";
  }
  .fa-sellsy:before {
    content: "\f213";
  }
  .fa-send-back:before {
    content: "\f87e";
  }
  .fa-send-backward:before {
    content: "\f87f";
  }
  .fa-sensor:before {
    content: "\e028";
  }
  .fa-sensor-alert:before {
    content: "\e029";
  }
  .fa-sensor-fire:before {
    content: "\e02a";
  }
  .fa-sensor-on:before {
    content: "\e02b";
  }
  .fa-sensor-smoke:before {
    content: "\e02c";
  }
  .fa-server:before {
    content: "\f233";
  }
  .fa-servicestack:before {
    content: "\f3ec";
  }
  .fa-shapes:before {
    content: "\f61f";
  }
  .fa-share:before {
    content: "\f064";
  }
  .fa-share-all:before {
    content: "\f367";
  }
  .fa-share-alt:before {
    content: "\f1e0";
  }
  .fa-share-alt-square:before {
    content: "\f1e1";
  }
  .fa-share-square:before {
    content: "\f14d";
  }
  .fa-sheep:before {
    content: "\f711";
  }
  .fa-shekel-sign:before {
    content: "\f20b";
  }
  .fa-shield:before {
    content: "\f132";
  }
  .fa-shield-alt:before {
    content: "\f3ed";
  }
  .fa-shield-check:before {
    content: "\f2f7";
  }
  .fa-shield-cross:before {
    content: "\f712";
  }
  .fa-shield-virus:before {
    content: "\e06c";
  }
  .fa-ship:before {
    content: "\f21a";
  }
  .fa-shipping-fast:before {
    content: "\f48b";
  }
  .fa-shipping-timed:before {
    content: "\f48c";
  }
  .fa-shirtsinbulk:before {
    content: "\f214";
  }
  .fa-shish-kebab:before {
    content: "\f821";
  }
  .fa-shoe-prints:before {
    content: "\f54b";
  }
  .fa-shopify:before {
    content: "\e057";
  }
  .fa-shopping-bag:before {
    content: "\f290";
  }
  .fa-shopping-basket:before {
    content: "\f291";
  }
  .fa-shopping-cart:before {
    content: "\f07a";
  }
  .fa-shopware:before {
    content: "\f5b5";
  }
  .fa-shovel:before {
    content: "\f713";
  }
  .fa-shovel-snow:before {
    content: "\f7c3";
  }
  .fa-shower:before {
    content: "\f2cc";
  }
  .fa-shredder:before {
    content: "\f68a";
  }
  .fa-shuttle-van:before {
    content: "\f5b6";
  }
  .fa-shuttlecock:before {
    content: "\f45b";
  }
  .fa-sickle:before {
    content: "\f822";
  }
  .fa-sigma:before {
    content: "\f68b";
  }
  .fa-sign:before {
    content: "\f4d9";
  }
  .fa-sign-in:before {
    content: "\f090";
  }
  .fa-sign-in-alt:before {
    content: "\f2f6";
  }
  .fa-sign-language:before {
    content: "\f2a7";
  }
  .fa-sign-out:before {
    content: "\f08b";
  }
  .fa-sign-out-alt:before {
    content: "\f2f5";
  }
  .fa-signal:before {
    content: "\f012";
  }
  .fa-signal-1:before {
    content: "\f68c";
  }
  .fa-signal-2:before {
    content: "\f68d";
  }
  .fa-signal-3:before {
    content: "\f68e";
  }
  .fa-signal-4:before {
    content: "\f68f";
  }
  .fa-signal-alt:before {
    content: "\f690";
  }
  .fa-signal-alt-1:before {
    content: "\f691";
  }
  .fa-signal-alt-2:before {
    content: "\f692";
  }
  .fa-signal-alt-3:before {
    content: "\f693";
  }
  .fa-signal-alt-slash:before {
    content: "\f694";
  }
  .fa-signal-slash:before {
    content: "\f695";
  }
  .fa-signal-stream:before {
    content: "\f8dd";
  }
  .fa-signature:before {
    content: "\f5b7";
  }
  .fa-sim-card:before {
    content: "\f7c4";
  }
  .fa-simplybuilt:before {
    content: "\f215";
  }
  .fa-sink:before {
    content: "\e06d";
  }
  .fa-siren:before {
    content: "\e02d";
  }
  .fa-siren-on:before {
    content: "\e02e";
  }
  .fa-sistrix:before {
    content: "\f3ee";
  }
  .fa-sitemap:before {
    content: "\f0e8";
  }
  .fa-sith:before {
    content: "\f512";
  }
  .fa-skating:before {
    content: "\f7c5";
  }
  .fa-skeleton:before {
    content: "\f620";
  }
  .fa-sketch:before {
    content: "\f7c6";
  }
  .fa-ski-jump:before {
    content: "\f7c7";
  }
  .fa-ski-lift:before {
    content: "\f7c8";
  }
  .fa-skiing:before {
    content: "\f7c9";
  }
  .fa-skiing-nordic:before {
    content: "\f7ca";
  }
  .fa-skull:before {
    content: "\f54c";
  }
  .fa-skull-cow:before {
    content: "\f8de";
  }
  .fa-skull-crossbones:before {
    content: "\f714";
  }
  .fa-skyatlas:before {
    content: "\f216";
  }
  .fa-skype:before {
    content: "\f17e";
  }
  .fa-slack:before {
    content: "\f198";
  }
  .fa-slack-hash:before {
    content: "\f3ef";
  }
  .fa-slash:before {
    content: "\f715";
  }
  .fa-sledding:before {
    content: "\f7cb";
  }
  .fa-sleigh:before {
    content: "\f7cc";
  }
  .fa-sliders-h:before {
    content: "\f1de";
  }
  .fa-sliders-h-square:before {
    content: "\f3f0";
  }
  .fa-sliders-v:before {
    content: "\f3f1";
  }
  .fa-sliders-v-square:before {
    content: "\f3f2";
  }
  .fa-slideshare:before {
    content: "\f1e7";
  }
  .fa-smile:before {
    content: "\f118";
  }
  .fa-smile-beam:before {
    content: "\f5b8";
  }
  .fa-smile-plus:before {
    content: "\f5b9";
  }
  .fa-smile-wink:before {
    content: "\f4da";
  }
  .fa-smog:before {
    content: "\f75f";
  }
  .fa-smoke:before {
    content: "\f760";
  }
  .fa-smoking:before {
    content: "\f48d";
  }
  .fa-smoking-ban:before {
    content: "\f54d";
  }
  .fa-sms:before {
    content: "\f7cd";
  }
  .fa-snake:before {
    content: "\f716";
  }
  .fa-snapchat:before {
    content: "\f2ab";
  }
  .fa-snapchat-ghost:before {
    content: "\f2ac";
  }
  .fa-snapchat-square:before {
    content: "\f2ad";
  }
  .fa-snooze:before {
    content: "\f880";
  }
  .fa-snow-blowing:before {
    content: "\f761";
  }
  .fa-snowboarding:before {
    content: "\f7ce";
  }
  .fa-snowflake:before {
    content: "\f2dc";
  }
  .fa-snowflakes:before {
    content: "\f7cf";
  }
  .fa-snowman:before {
    content: "\f7d0";
  }
  .fa-snowmobile:before {
    content: "\f7d1";
  }
  .fa-snowplow:before {
    content: "\f7d2";
  }
  .fa-soap:before {
    content: "\e06e";
  }
  .fa-socks:before {
    content: "\f696";
  }
  .fa-solar-panel:before {
    content: "\f5ba";
  }
  .fa-solar-system:before {
    content: "\e02f";
  }
  .fa-sort:before {
    content: "\f0dc";
  }
  .fa-sort-alpha-down:before {
    content: "\f15d";
  }
  .fa-sort-alpha-down-alt:before {
    content: "\f881";
  }
  .fa-sort-alpha-up:before {
    content: "\f15e";
  }
  .fa-sort-alpha-up-alt:before {
    content: "\f882";
  }
  .fa-sort-alt:before {
    content: "\f883";
  }
  .fa-sort-amount-down:before {
    content: "\f160";
  }
  .fa-sort-amount-down-alt:before {
    content: "\f884";
  }
  .fa-sort-amount-up:before {
    content: "\f161";
  }
  .fa-sort-amount-up-alt:before {
    content: "\f885";
  }
  .fa-sort-circle:before {
    content: "\e030";
  }
  .fa-sort-circle-down:before {
    content: "\e031";
  }
  .fa-sort-circle-up:before {
    content: "\e032";
  }
  .fa-sort-down:before {
    content: "\f0dd";
  }
  .fa-sort-numeric-down:before {
    content: "\f162";
  }
  .fa-sort-numeric-down-alt:before {
    content: "\f886";
  }
  .fa-sort-numeric-up:before {
    content: "\f163";
  }
  .fa-sort-numeric-up-alt:before {
    content: "\f887";
  }
  .fa-sort-shapes-down:before {
    content: "\f888";
  }
  .fa-sort-shapes-down-alt:before {
    content: "\f889";
  }
  .fa-sort-shapes-up:before {
    content: "\f88a";
  }
  .fa-sort-shapes-up-alt:before {
    content: "\f88b";
  }
  .fa-sort-size-down:before {
    content: "\f88c";
  }
  .fa-sort-size-down-alt:before {
    content: "\f88d";
  }
  .fa-sort-size-up:before {
    content: "\f88e";
  }
  .fa-sort-size-up-alt:before {
    content: "\f88f";
  }
  .fa-sort-up:before {
    content: "\f0de";
  }
  .fa-soundcloud:before {
    content: "\f1be";
  }
  .fa-soup:before {
    content: "\f823";
  }
  .fa-sourcetree:before {
    content: "\f7d3";
  }
  .fa-spa:before {
    content: "\f5bb";
  }
  .fa-space-shuttle:before {
    content: "\f197";
  }
  .fa-space-station-moon:before {
    content: "\e033";
  }
  .fa-space-station-moon-alt:before {
    content: "\e034";
  }
  .fa-spade:before {
    content: "\f2f4";
  }
  .fa-sparkles:before {
    content: "\f890";
  }
  .fa-speakap:before {
    content: "\f3f3";
  }
  .fa-speaker:before {
    content: "\f8df";
  }
  .fa-speaker-deck:before {
    content: "\f83c";
  }
  .fa-speakers:before {
    content: "\f8e0";
  }
  .fa-spell-check:before {
    content: "\f891";
  }
  .fa-spider:before {
    content: "\f717";
  }
  .fa-spider-black-widow:before {
    content: "\f718";
  }
  .fa-spider-web:before {
    content: "\f719";
  }
  .fa-spinner:before {
    content: "\f110";
  }
  .fa-spinner-third:before {
    content: "\f3f4";
  }
  .fa-splotch:before {
    content: "\f5bc";
  }
  .fa-spotify:before {
    content: "\f1bc";
  }
  .fa-spray-can:before {
    content: "\f5bd";
  }
  .fa-sprinkler:before {
    content: "\e035";
  }
  .fa-square:before {
    content: "\f0c8";
  }
  .fa-square-full:before {
    content: "\f45c";
  }
  .fa-square-root:before {
    content: "\f697";
  }
  .fa-square-root-alt:before {
    content: "\f698";
  }
  .fa-squarespace:before {
    content: "\f5be";
  }
  .fa-squirrel:before {
    content: "\f71a";
  }
  .fa-stack-exchange:before {
    content: "\f18d";
  }
  .fa-stack-overflow:before {
    content: "\f16c";
  }
  .fa-stackpath:before {
    content: "\f842";
  }
  .fa-staff:before {
    content: "\f71b";
  }
  .fa-stamp:before {
    content: "\f5bf";
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-star-and-crescent:before {
    content: "\f699";
  }
  .fa-star-christmas:before {
    content: "\f7d4";
  }
  .fa-star-exclamation:before {
    content: "\f2f3";
  }
  .fa-star-half:before {
    content: "\f089";
  }
  .fa-star-half-alt:before {
    content: "\f5c0";
  }
  .fa-star-of-david:before {
    content: "\f69a";
  }
  .fa-star-of-life:before {
    content: "\f621";
  }
  .fa-star-shooting:before {
    content: "\e036";
  }
  .fa-starfighter:before {
    content: "\e037";
  }
  .fa-starfighter-alt:before {
    content: "\e038";
  }
  .fa-stars:before {
    content: "\f762";
  }
  .fa-starship:before {
    content: "\e039";
  }
  .fa-starship-freighter:before {
    content: "\e03a";
  }
  .fa-staylinked:before {
    content: "\f3f5";
  }
  .fa-steak:before {
    content: "\f824";
  }
  .fa-steam:before {
    content: "\f1b6";
  }
  .fa-steam-square:before {
    content: "\f1b7";
  }
  .fa-steam-symbol:before {
    content: "\f3f6";
  }
  .fa-steering-wheel:before {
    content: "\f622";
  }
  .fa-step-backward:before {
    content: "\f048";
  }
  .fa-step-forward:before {
    content: "\f051";
  }
  .fa-stethoscope:before {
    content: "\f0f1";
  }
  .fa-sticker-mule:before {
    content: "\f3f7";
  }
  .fa-sticky-note:before {
    content: "\f249";
  }
  .fa-stocking:before {
    content: "\f7d5";
  }
  .fa-stomach:before {
    content: "\f623";
  }
  .fa-stop:before {
    content: "\f04d";
  }
  .fa-stop-circle:before {
    content: "\f28d";
  }
  .fa-stopwatch:before {
    content: "\f2f2";
  }
  .fa-stopwatch-20:before {
    content: "\e06f";
  }
  .fa-store:before {
    content: "\f54e";
  }
  .fa-store-alt:before {
    content: "\f54f";
  }
  .fa-store-alt-slash:before {
    content: "\e070";
  }
  .fa-store-slash:before {
    content: "\e071";
  }
  .fa-strava:before {
    content: "\f428";
  }
  .fa-stream:before {
    content: "\f550";
  }
  .fa-street-view:before {
    content: "\f21d";
  }
  .fa-stretcher:before {
    content: "\f825";
  }
  .fa-strikethrough:before {
    content: "\f0cc";
  }
  .fa-stripe:before {
    content: "\f429";
  }
  .fa-stripe-s:before {
    content: "\f42a";
  }
  .fa-stroopwafel:before {
    content: "\f551";
  }
  .fa-studiovinari:before {
    content: "\f3f8";
  }
  .fa-stumbleupon:before {
    content: "\f1a4";
  }
  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }
  .fa-subscript:before {
    content: "\f12c";
  }
  .fa-subway:before {
    content: "\f239";
  }
  .fa-suitcase:before {
    content: "\f0f2";
  }
  .fa-suitcase-rolling:before {
    content: "\f5c1";
  }
  .fa-sun:before {
    content: "\f185";
  }
  .fa-sun-cloud:before {
    content: "\f763";
  }
  .fa-sun-dust:before {
    content: "\f764";
  }
  .fa-sun-haze:before {
    content: "\f765";
  }
  .fa-sunglasses:before {
    content: "\f892";
  }
  .fa-sunrise:before {
    content: "\f766";
  }
  .fa-sunset:before {
    content: "\f767";
  }
  .fa-superpowers:before {
    content: "\f2dd";
  }
  .fa-superscript:before {
    content: "\f12b";
  }
  .fa-supple:before {
    content: "\f3f9";
  }
  .fa-surprise:before {
    content: "\f5c2";
  }
  .fa-suse:before {
    content: "\f7d6";
  }
  .fa-swatchbook:before {
    content: "\f5c3";
  }
  .fa-swift:before {
    content: "\f8e1";
  }
  .fa-swimmer:before {
    content: "\f5c4";
  }
  .fa-swimming-pool:before {
    content: "\f5c5";
  }
  .fa-sword:before {
    content: "\f71c";
  }
  .fa-sword-laser:before {
    content: "\e03b";
  }
  .fa-sword-laser-alt:before {
    content: "\e03c";
  }
  .fa-swords:before {
    content: "\f71d";
  }
  .fa-swords-laser:before {
    content: "\e03d";
  }
  .fa-symfony:before {
    content: "\f83d";
  }
  .fa-synagogue:before {
    content: "\f69b";
  }
  .fa-sync:before {
    content: "\f021";
  }
  .fa-sync-alt:before {
    content: "\f2f1";
  }
  .fa-syringe:before {
    content: "\f48e";
  }
  .fa-table:before {
    content: "\f0ce";
  }
  .fa-table-tennis:before {
    content: "\f45d";
  }
  .fa-tablet:before {
    content: "\f10a";
  }
  .fa-tablet-alt:before {
    content: "\f3fa";
  }
  .fa-tablet-android:before {
    content: "\f3fb";
  }
  .fa-tablet-android-alt:before {
    content: "\f3fc";
  }
  .fa-tablet-rugged:before {
    content: "\f48f";
  }
  .fa-tablets:before {
    content: "\f490";
  }
  .fa-tachometer:before {
    content: "\f0e4";
  }
  .fa-tachometer-alt:before {
    content: "\f3fd";
  }
  .fa-tachometer-alt-average:before {
    content: "\f624";
  }
  .fa-tachometer-alt-fast:before {
    content: "\f625";
  }
  .fa-tachometer-alt-fastest:before {
    content: "\f626";
  }
  .fa-tachometer-alt-slow:before {
    content: "\f627";
  }
  .fa-tachometer-alt-slowest:before {
    content: "\f628";
  }
  .fa-tachometer-average:before {
    content: "\f629";
  }
  .fa-tachometer-fast:before {
    content: "\f62a";
  }
  .fa-tachometer-fastest:before {
    content: "\f62b";
  }
  .fa-tachometer-slow:before {
    content: "\f62c";
  }
  .fa-tachometer-slowest:before {
    content: "\f62d";
  }
  .fa-taco:before {
    content: "\f826";
  }
  .fa-tag:before {
    content: "\f02b";
  }
  .fa-tags:before {
    content: "\f02c";
  }
  .fa-tally:before {
    content: "\f69c";
  }
  .fa-tanakh:before {
    content: "\f827";
  }
  .fa-tape:before {
    content: "\f4db";
  }
  .fa-tasks:before {
    content: "\f0ae";
  }
  .fa-tasks-alt:before {
    content: "\f828";
  }
  .fa-taxi:before {
    content: "\f1ba";
  }
  .fa-teamspeak:before {
    content: "\f4f9";
  }
  .fa-teeth:before {
    content: "\f62e";
  }
  .fa-teeth-open:before {
    content: "\f62f";
  }
  .fa-telegram:before {
    content: "\f2c6";
  }
  .fa-telegram-plane:before {
    content: "\f3fe";
  }
  .fa-telescope:before {
    content: "\e03e";
  }
  .fa-temperature-down:before {
    content: "\e03f";
  }
  .fa-temperature-frigid:before {
    content: "\f768";
  }
  .fa-temperature-high:before {
    content: "\f769";
  }
  .fa-temperature-hot:before {
    content: "\f76a";
  }
  .fa-temperature-low:before {
    content: "\f76b";
  }
  .fa-temperature-up:before {
    content: "\e040";
  }
  .fa-tencent-weibo:before {
    content: "\f1d5";
  }
  .fa-tenge:before {
    content: "\f7d7";
  }
  .fa-tennis-ball:before {
    content: "\f45e";
  }
  .fa-terminal:before {
    content: "\f120";
  }
  .fa-text:before {
    content: "\f893";
  }
  .fa-text-height:before {
    content: "\f034";
  }
  .fa-text-size:before {
    content: "\f894";
  }
  .fa-text-width:before {
    content: "\f035";
  }
  .fa-th:before {
    content: "\f00a";
  }
  .fa-th-large:before {
    content: "\f009";
  }
  .fa-th-list:before {
    content: "\f00b";
  }
  .fa-the-red-yeti:before {
    content: "\f69d";
  }
  .fa-theater-masks:before {
    content: "\f630";
  }
  .fa-themeco:before {
    content: "\f5c6";
  }
  .fa-themeisle:before {
    content: "\f2b2";
  }
  .fa-thermometer:before {
    content: "\f491";
  }
  .fa-thermometer-empty:before {
    content: "\f2cb";
  }
  .fa-thermometer-full:before {
    content: "\f2c7";
  }
  .fa-thermometer-half:before {
    content: "\f2c9";
  }
  .fa-thermometer-quarter:before {
    content: "\f2ca";
  }
  .fa-thermometer-three-quarters:before {
    content: "\f2c8";
  }
  .fa-theta:before {
    content: "\f69e";
  }
  .fa-think-peaks:before {
    content: "\f731";
  }
  .fa-thumbs-down:before {
    content: "\f165";
  }
  .fa-thumbs-up:before {
    content: "\f164";
  }
  .fa-thumbtack:before {
    content: "\f08d";
  }
  .fa-thunderstorm:before {
    content: "\f76c";
  }
  .fa-thunderstorm-moon:before {
    content: "\f76d";
  }
  .fa-thunderstorm-sun:before {
    content: "\f76e";
  }
  .fa-ticket:before {
    content: "\f145";
  }
  .fa-ticket-alt:before {
    content: "\f3ff";
  }
  .fa-tiktok:before {
    content: "\e07b";
  }
  .fa-tilde:before {
    content: "\f69f";
  }
  .fa-times:before {
    content: "\f00d";
  }
  .fa-times-circle:before {
    content: "\f057";
  }
  .fa-times-hexagon:before {
    content: "\f2ee";
  }
  .fa-times-octagon:before {
    content: "\f2f0";
  }
  .fa-times-square:before {
    content: "\f2d3";
  }
  .fa-tint:before {
    content: "\f043";
  }
  .fa-tint-slash:before {
    content: "\f5c7";
  }
  .fa-tire:before {
    content: "\f631";
  }
  .fa-tire-flat:before {
    content: "\f632";
  }
  .fa-tire-pressure-warning:before {
    content: "\f633";
  }
  .fa-tire-rugged:before {
    content: "\f634";
  }
  .fa-tired:before {
    content: "\f5c8";
  }
  .fa-toggle-off:before {
    content: "\f204";
  }
  .fa-toggle-on:before {
    content: "\f205";
  }
  .fa-toilet:before {
    content: "\f7d8";
  }
  .fa-toilet-paper:before {
    content: "\f71e";
  }
  .fa-toilet-paper-alt:before {
    content: "\f71f";
  }
  .fa-toilet-paper-slash:before {
    content: "\e072";
  }
  .fa-tombstone:before {
    content: "\f720";
  }
  .fa-tombstone-alt:before {
    content: "\f721";
  }
  .fa-toolbox:before {
    content: "\f552";
  }
  .fa-tools:before {
    content: "\f7d9";
  }
  .fa-tooth:before {
    content: "\f5c9";
  }
  .fa-toothbrush:before {
    content: "\f635";
  }
  .fa-torah:before {
    content: "\f6a0";
  }
  .fa-torii-gate:before {
    content: "\f6a1";
  }
  .fa-tornado:before {
    content: "\f76f";
  }
  .fa-tractor:before {
    content: "\f722";
  }
  .fa-trade-federation:before {
    content: "\f513";
  }
  .fa-trademark:before {
    content: "\f25c";
  }
  .fa-traffic-cone:before {
    content: "\f636";
  }
  .fa-traffic-light:before {
    content: "\f637";
  }
  .fa-traffic-light-go:before {
    content: "\f638";
  }
  .fa-traffic-light-slow:before {
    content: "\f639";
  }
  .fa-traffic-light-stop:before {
    content: "\f63a";
  }
  .fa-trailer:before {
    content: "\e041";
  }
  .fa-train:before {
    content: "\f238";
  }
  .fa-tram:before {
    content: "\f7da";
  }
  .fa-transgender:before {
    content: "\f224";
  }
  .fa-transgender-alt:before {
    content: "\f225";
  }
  .fa-transporter:before {
    content: "\e042";
  }
  .fa-transporter-1:before {
    content: "\e043";
  }
  .fa-transporter-2:before {
    content: "\e044";
  }
  .fa-transporter-3:before {
    content: "\e045";
  }
  .fa-transporter-empty:before {
    content: "\e046";
  }
  .fa-trash:before {
    content: "\f1f8";
  }
  .fa-trash-alt:before {
    content: "\f2ed";
  }
  .fa-trash-restore:before {
    content: "\f829";
  }
  .fa-trash-restore-alt:before {
    content: "\f82a";
  }
  .fa-trash-undo:before {
    content: "\f895";
  }
  .fa-trash-undo-alt:before {
    content: "\f896";
  }
  .fa-treasure-chest:before {
    content: "\f723";
  }
  .fa-tree:before {
    content: "\f1bb";
  }
  .fa-tree-alt:before {
    content: "\f400";
  }
  .fa-tree-christmas:before {
    content: "\f7db";
  }
  .fa-tree-decorated:before {
    content: "\f7dc";
  }
  .fa-tree-large:before {
    content: "\f7dd";
  }
  .fa-tree-palm:before {
    content: "\f82b";
  }
  .fa-trees:before {
    content: "\f724";
  }
  .fa-trello:before {
    content: "\f181";
  }
  .fa-triangle:before {
    content: "\f2ec";
  }
  .fa-triangle-music:before {
    content: "\f8e2";
  }
  .fa-tripadvisor:before {
    content: "\f262";
  }
  .fa-trophy:before {
    content: "\f091";
  }
  .fa-trophy-alt:before {
    content: "\f2eb";
  }
  .fa-truck:before {
    content: "\f0d1";
  }
  .fa-truck-container:before {
    content: "\f4dc";
  }
  .fa-truck-couch:before {
    content: "\f4dd";
  }
  .fa-truck-loading:before {
    content: "\f4de";
  }
  .fa-truck-monster:before {
    content: "\f63b";
  }
  .fa-truck-moving:before {
    content: "\f4df";
  }
  .fa-truck-pickup:before {
    content: "\f63c";
  }
  .fa-truck-plow:before {
    content: "\f7de";
  }
  .fa-truck-ramp:before {
    content: "\f4e0";
  }
  .fa-trumpet:before {
    content: "\f8e3";
  }
  .fa-tshirt:before {
    content: "\f553";
  }
  .fa-tty:before {
    content: "\f1e4";
  }
  .fa-tumblr:before {
    content: "\f173";
  }
  .fa-tumblr-square:before {
    content: "\f174";
  }
  .fa-turkey:before {
    content: "\f725";
  }
  .fa-turntable:before {
    content: "\f8e4";
  }
  .fa-turtle:before {
    content: "\f726";
  }
  .fa-tv:before {
    content: "\f26c";
  }
  .fa-tv-alt:before {
    content: "\f8e5";
  }
  .fa-tv-music:before {
    content: "\f8e6";
  }
  .fa-tv-retro:before {
    content: "\f401";
  }
  .fa-twitch:before {
    content: "\f1e8";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-typewriter:before {
    content: "\f8e7";
  }
  .fa-typo3:before {
    content: "\f42b";
  }
  .fa-uber:before {
    content: "\f402";
  }
  .fa-ubuntu:before {
    content: "\f7df";
  }
  .fa-ufo:before {
    content: "\e047";
  }
  .fa-ufo-beam:before {
    content: "\e048";
  }
  .fa-uikit:before {
    content: "\f403";
  }
  .fa-umbraco:before {
    content: "\f8e8";
  }
  .fa-umbrella:before {
    content: "\f0e9";
  }
  .fa-umbrella-beach:before {
    content: "\f5ca";
  }
  .fa-uncharted:before {
    content: "\e084";
  }
  .fa-underline:before {
    content: "\f0cd";
  }
  .fa-undo:before {
    content: "\f0e2";
  }
  .fa-undo-alt:before {
    content: "\f2ea";
  }
  .fa-unicorn:before {
    content: "\f727";
  }
  .fa-union:before {
    content: "\f6a2";
  }
  .fa-uniregistry:before {
    content: "\f404";
  }
  .fa-unity:before {
    content: "\e049";
  }
  .fa-universal-access:before {
    content: "\f29a";
  }
  .fa-university:before {
    content: "\f19c";
  }
  .fa-unlink:before {
    content: "\f127";
  }
  .fa-unlock:before {
    content: "\f09c";
  }
  .fa-unlock-alt:before {
    content: "\f13e";
  }
  .fa-unsplash:before {
    content: "\e07c";
  }
  .fa-untappd:before {
    content: "\f405";
  }
  .fa-upload:before {
    content: "\f093";
  }
  .fa-ups:before {
    content: "\f7e0";
  }
  .fa-usb:before {
    content: "\f287";
  }
  .fa-usb-drive:before {
    content: "\f8e9";
  }
  .fa-usd-circle:before {
    content: "\f2e8";
  }
  .fa-usd-square:before {
    content: "\f2e9";
  }
  .fa-user:before {
    content: "\f007";
  }
  .fa-user-alien:before {
    content: "\e04a";
  }
  .fa-user-alt:before {
    content: "\f406";
  }
  .fa-user-alt-slash:before {
    content: "\f4fa";
  }
  .fa-user-astronaut:before {
    content: "\f4fb";
  }
  .fa-user-chart:before {
    content: "\f6a3";
  }
  .fa-user-check:before {
    content: "\f4fc";
  }
  .fa-user-circle:before {
    content: "\f2bd";
  }
  .fa-user-clock:before {
    content: "\f4fd";
  }
  .fa-user-cog:before {
    content: "\f4fe";
  }
  .fa-user-cowboy:before {
    content: "\f8ea";
  }
  .fa-user-crown:before {
    content: "\f6a4";
  }
  .fa-user-edit:before {
    content: "\f4ff";
  }
  .fa-user-friends:before {
    content: "\f500";
  }
  .fa-user-graduate:before {
    content: "\f501";
  }
  .fa-user-hard-hat:before {
    content: "\f82c";
  }
  .fa-user-headset:before {
    content: "\f82d";
  }
  .fa-user-injured:before {
    content: "\f728";
  }
  .fa-user-lock:before {
    content: "\f502";
  }
  .fa-user-md:before {
    content: "\f0f0";
  }
  .fa-user-md-chat:before {
    content: "\f82e";
  }
  .fa-user-minus:before {
    content: "\f503";
  }
  .fa-user-music:before {
    content: "\f8eb";
  }
  .fa-user-ninja:before {
    content: "\f504";
  }
  .fa-user-nurse:before {
    content: "\f82f";
  }
  .fa-user-plus:before {
    content: "\f234";
  }
  .fa-user-robot:before {
    content: "\e04b";
  }
  .fa-user-secret:before {
    content: "\f21b";
  }
  .fa-user-shield:before {
    content: "\f505";
  }
  .fa-user-slash:before {
    content: "\f506";
  }
  .fa-user-tag:before {
    content: "\f507";
  }
  .fa-user-tie:before {
    content: "\f508";
  }
  .fa-user-times:before {
    content: "\f235";
  }
  .fa-user-unlock:before {
    content: "\e058";
  }
  .fa-user-visor:before {
    content: "\e04c";
  }
  .fa-users:before {
    content: "\f0c0";
  }
  .fa-users-class:before {
    content: "\f63d";
  }
  .fa-users-cog:before {
    content: "\f509";
  }
  .fa-users-crown:before {
    content: "\f6a5";
  }
  .fa-users-medical:before {
    content: "\f830";
  }
  .fa-users-slash:before {
    content: "\e073";
  }
  .fa-usps:before {
    content: "\f7e1";
  }
  .fa-ussunnah:before {
    content: "\f407";
  }
  .fa-utensil-fork:before {
    content: "\f2e3";
  }
  .fa-utensil-knife:before {
    content: "\f2e4";
  }
  .fa-utensil-spoon:before {
    content: "\f2e5";
  }
  .fa-utensils:before {
    content: "\f2e7";
  }
  .fa-utensils-alt:before {
    content: "\f2e6";
  }
  .fa-vaadin:before {
    content: "\f408";
  }
  .fa-vacuum:before {
    content: "\e04d";
  }
  .fa-vacuum-robot:before {
    content: "\e04e";
  }
  .fa-value-absolute:before {
    content: "\f6a6";
  }
  .fa-vector-square:before {
    content: "\f5cb";
  }
  .fa-venus:before {
    content: "\f221";
  }
  .fa-venus-double:before {
    content: "\f226";
  }
  .fa-venus-mars:before {
    content: "\f228";
  }
  .fa-vest:before {
    content: "\e085";
  }
  .fa-vest-patches:before {
    content: "\e086";
  }
  .fa-vhs:before {
    content: "\f8ec";
  }
  .fa-viacoin:before {
    content: "\f237";
  }
  .fa-viadeo:before {
    content: "\f2a9";
  }
  .fa-viadeo-square:before {
    content: "\f2aa";
  }
  .fa-vial:before {
    content: "\f492";
  }
  .fa-vials:before {
    content: "\f493";
  }
  .fa-viber:before {
    content: "\f409";
  }
  .fa-video:before {
    content: "\f03d";
  }
  .fa-video-plus:before {
    content: "\f4e1";
  }
  .fa-video-slash:before {
    content: "\f4e2";
  }
  .fa-vihara:before {
    content: "\f6a7";
  }
  .fa-vimeo:before {
    content: "\f40a";
  }
  .fa-vimeo-square:before {
    content: "\f194";
  }
  .fa-vimeo-v:before {
    content: "\f27d";
  }
  .fa-vine:before {
    content: "\f1ca";
  }
  .fa-violin:before {
    content: "\f8ed";
  }
  .fa-virus:before {
    content: "\e074";
  }
  .fa-virus-slash:before {
    content: "\e075";
  }
  .fa-viruses:before {
    content: "\e076";
  }
  .fa-vk:before {
    content: "\f189";
  }
  .fa-vnv:before {
    content: "\f40b";
  }
  .fa-voicemail:before {
    content: "\f897";
  }
  .fa-volcano:before {
    content: "\f770";
  }
  .fa-volleyball-ball:before {
    content: "\f45f";
  }
  .fa-volume:before {
    content: "\f6a8";
  }
  .fa-volume-down:before {
    content: "\f027";
  }
  .fa-volume-mute:before {
    content: "\f6a9";
  }
  .fa-volume-off:before {
    content: "\f026";
  }
  .fa-volume-slash:before {
    content: "\f2e2";
  }
  .fa-volume-up:before {
    content: "\f028";
  }
  .fa-vote-nay:before {
    content: "\f771";
  }
  .fa-vote-yea:before {
    content: "\f772";
  }
  .fa-vr-cardboard:before {
    content: "\f729";
  }
  .fa-vuejs:before {
    content: "\f41f";
  }
  .fa-wagon-covered:before {
    content: "\f8ee";
  }
  .fa-walker:before {
    content: "\f831";
  }
  .fa-walkie-talkie:before {
    content: "\f8ef";
  }
  .fa-walking:before {
    content: "\f554";
  }
  .fa-wallet:before {
    content: "\f555";
  }
  .fa-wand:before {
    content: "\f72a";
  }
  .fa-wand-magic:before {
    content: "\f72b";
  }
  .fa-warehouse:before {
    content: "\f494";
  }
  .fa-warehouse-alt:before {
    content: "\f495";
  }
  .fa-washer:before {
    content: "\f898";
  }
  .fa-watch:before {
    content: "\f2e1";
  }
  .fa-watch-calculator:before {
    content: "\f8f0";
  }
  .fa-watch-fitness:before {
    content: "\f63e";
  }
  .fa-watchman-monitoring:before {
    content: "\e087";
  }
  .fa-water:before {
    content: "\f773";
  }
  .fa-water-lower:before {
    content: "\f774";
  }
  .fa-water-rise:before {
    content: "\f775";
  }
  .fa-wave-sine:before {
    content: "\f899";
  }
  .fa-wave-square:before {
    content: "\f83e";
  }
  .fa-wave-triangle:before {
    content: "\f89a";
  }
  .fa-waveform:before {
    content: "\f8f1";
  }
  .fa-waveform-path:before {
    content: "\f8f2";
  }
  .fa-waze:before {
    content: "\f83f";
  }
  .fa-webcam:before {
    content: "\f832";
  }
  .fa-webcam-slash:before {
    content: "\f833";
  }
  .fa-weebly:before {
    content: "\f5cc";
  }
  .fa-weibo:before {
    content: "\f18a";
  }
  .fa-weight:before {
    content: "\f496";
  }
  .fa-weight-hanging:before {
    content: "\f5cd";
  }
  .fa-weixin:before {
    content: "\f1d7";
  }
  .fa-whale:before {
    content: "\f72c";
  }
  .fa-whatsapp:before {
    content: "\f232";
  }
  .fa-whatsapp-square:before {
    content: "\f40c";
  }
  .fa-wheat:before {
    content: "\f72d";
  }
  .fa-wheelchair:before {
    content: "\f193";
  }
  .fa-whistle:before {
    content: "\f460";
  }
  .fa-whmcs:before {
    content: "\f40d";
  }
  .fa-wifi:before {
    content: "\f1eb";
  }
  .fa-wifi-1:before {
    content: "\f6aa";
  }
  .fa-wifi-2:before {
    content: "\f6ab";
  }
  .fa-wifi-slash:before {
    content: "\f6ac";
  }
  .fa-wikipedia-w:before {
    content: "\f266";
  }
  .fa-wind:before {
    content: "\f72e";
  }
  .fa-wind-turbine:before {
    content: "\f89b";
  }
  .fa-wind-warning:before {
    content: "\f776";
  }
  .fa-window:before {
    content: "\f40e";
  }
  .fa-window-alt:before {
    content: "\f40f";
  }
  .fa-window-close:before {
    content: "\f410";
  }
  .fa-window-frame:before {
    content: "\e04f";
  }
  .fa-window-frame-open:before {
    content: "\e050";
  }
  .fa-window-maximize:before {
    content: "\f2d0";
  }
  .fa-window-minimize:before {
    content: "\f2d1";
  }
  .fa-window-restore:before {
    content: "\f2d2";
  }
  .fa-windows:before {
    content: "\f17a";
  }
  .fa-windsock:before {
    content: "\f777";
  }
  .fa-wine-bottle:before {
    content: "\f72f";
  }
  .fa-wine-glass:before {
    content: "\f4e3";
  }
  .fa-wine-glass-alt:before {
    content: "\f5ce";
  }
  .fa-wix:before {
    content: "\f5cf";
  }
  .fa-wizards-of-the-coast:before {
    content: "\f730";
  }
  .fa-wodu:before {
    content: "\e088";
  }
  .fa-wolf-pack-battalion:before {
    content: "\f514";
  }
  .fa-won-sign:before {
    content: "\f159";
  }
  .fa-wordpress:before {
    content: "\f19a";
  }
  .fa-wordpress-simple:before {
    content: "\f411";
  }
  .fa-wpbeginner:before {
    content: "\f297";
  }
  .fa-wpexplorer:before {
    content: "\f2de";
  }
  .fa-wpforms:before {
    content: "\f298";
  }
  .fa-wpressr:before {
    content: "\f3e4";
  }
  .fa-wreath:before {
    content: "\f7e2";
  }
  .fa-wrench:before {
    content: "\f0ad";
  }
  .fa-x-ray:before {
    content: "\f497";
  }
  .fa-xbox:before {
    content: "\f412";
  }
  .fa-xing:before {
    content: "\f168";
  }
  .fa-xing-square:before {
    content: "\f169";
  }
  .fa-y-combinator:before {
    content: "\f23b";
  }
  .fa-yahoo:before {
    content: "\f19e";
  }
  .fa-yammer:before {
    content: "\f840";
  }
  .fa-yandex:before {
    content: "\f413";
  }
  .fa-yandex-international:before {
    content: "\f414";
  }
  .fa-yarn:before {
    content: "\f7e3";
  }
  .fa-yelp:before {
    content: "\f1e9";
  }
  .fa-yen-sign:before {
    content: "\f157";
  }
  .fa-yin-yang:before {
    content: "\f6ad";
  }
  .fa-yoast:before {
    content: "\f2b1";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-youtube-square:before {
    content: "\f431";
  }
  .fa-zhihu:before {
    content: "\f63f";
  }
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  /*!
   * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license (Commercial License)
   */
  @font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('/static/fonts/fa-solid-900.woff2?v=5.15.3') format('woff2'), url('/static/fonts/fa-solid-900.woff?v=5.15.3') format('woff'), url('/static/fonts/fa-solid-900.ttf?v=5.15.3') format('truetype');
  }
  .fa,
  .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
  }
  @media (min-width: 600px) {
    .support-item {
      position: fixed;
      bottom: 60px;
    }
    .content-parent {
      position: relative;
    }
    .content-parent .app-nav {
      position: fixed;
      top: 0;
      z-index: 999;
      height: calc(100% + 100px);
      width: 178px;
      color: white;
      background-color: #0077b5;
    }
    .content-parent .app-nav .nav-toggle {
      font-size: 12px;
    }
    .content-parent .app-nav .nav-toggle .nav-toggle-item {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 20px;
      cursor: pointer;
      padding: 0 2px;
    }
    .content-parent .app-nav .nav-toggle .nav-toggle-item:last-child {
      display: none;
    }
    .content-parent .app-nav .nav-toggle .nav-toggle-icon {
      opacity: 0.7;
      line-height: initial;
      transition: opacity 0.1s linear;
    }
    .content-parent .app-nav .nav-toggle .nav-toggle-label {
      opacity: 0;
      transition: opacity 0.1s linear;
    }
    .content-parent .app-nav .nav-toggle-sm {
      display: none;
    }
    .content-parent .app-nav:hover .nav-toggle .nav-toggle-label {
      opacity: 0.5;
    }
    .content-parent .app-nav:hover .nav-toggle:hover .nav-toggle-icon,
    .content-parent .app-nav:hover .nav-toggle:hover .nav-toggle-label {
      opacity: 1;
    }
    .content-parent .app-nav .brand {
      display: block;
      position: relative;
      height: 60px;
      margin: 8px 14px 40px 14px;
    }
    .content-parent .app-nav .brand .brand-image {
      position: absolute;
      height: 60px;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1;
    }
    .content-parent .app-nav .brand .brand-image:nth-child(2) {
      opacity: 0;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item {
      display: flex;
      align-items: center;
      height: 48px;
      color: inherit;
      font-size: 16px;
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      padding-left: 15px;
      padding-right: 15px;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item.active {
      background-color: rgba(255, 255, 255, 0.25);
      box-shadow: inset 5px 0px 0px 0px white;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item:hover,
    .content-parent .app-nav .app-nav-group .app-nav-item:focus {
      text-decoration: none;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-hover {
      display: none;
      position: relative;
      left: 10px;
      white-space: nowrap;
      padding: 10px 22px;
      border-radius: 4px;
      background-color: white;
      color: #555;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-hover:after {
      display: block;
      position: absolute;
      top: 12px;
      left: -10px;
      content: " ";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0.1px;
      border-color: transparent #ffffff transparent transparent;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-label {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left;
              transform-origin: left;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-icon {
      margin-left: 10px;
      margin-right: 10px;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-icon.fa-users:before {
      margin-left: -2px;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-icon.players {
      background-image: url("/static/icons/player-icon-small.png");
      background-size: contain;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-icon.player-groups {
      background-image: url("/static/icons/players-icon-small.png");
      background-size: contain;
    }
    .content-parent .app-nav .app-nav-group .app-nav-more {
      display: none;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
    .content-parent .app-nav hr {
      margin: 10px 15px;
      border-color: rgba(255, 255, 255, 0.2);
    }
    .content-parent .app-nav .app-nav-footer {
      position: absolute;
      bottom: 110px;
      width: 100%;
    }
    .content-parent .app-nav .app-nav-footer .user-card {
      display: flex;
      align-items: center;
      margin: 0 15px;
      cursor: pointer;
    }
    .content-parent .app-nav .app-nav-footer .user-card .user-avatar {
      flex: 0 0 auto;
      border-radius: 50px;
    }
    .content-parent .app-nav .app-nav-footer .user-card .user-info {
      margin-left: 5px;
      width: 105px;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
    .content-parent .app-nav .app-nav-footer .user-card .user-info .user-name,
    .content-parent .app-nav .app-nav-footer .user-card .user-info .user-email {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .content-parent .user-popover,
    .content-parent .app-nav-popover {
      position: absolute;
      bottom: 0;
      left: 183px;
    }
    .content-parent .user-popover .dropdown-menu,
    .content-parent .app-nav-popover .dropdown-menu {
      position: relative;
      display: block;
      bottom: 0px;
      top: initial;
    }
    .content-parent .user-popover > .arrow,
    .content-parent .app-nav-popover > .arrow,
    .content-parent .user-popover > .arrow:after,
    .content-parent .app-nav-popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
    }
    .content-parent .user-popover > .arrow,
    .content-parent .app-nav-popover > .arrow {
      z-index: 1001;
      left: -10px;
      bottom: 10px;
      border-width: 11px;
      border-left-width: 0;
      border-right-color: rgba(0, 0, 0, 0.25);
    }
    .content-parent .user-popover > .arrow:after,
    .content-parent .app-nav-popover > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-width: 10px;
      border-left-width: 0;
      border-right-color: #fff;
    }
    .content-parent .app-content {
      margin: 20px 15px 0 193px;
      position: relative;
    }
    .app-nav-popover {
      display: none;
    }
    .app-nav-popover li {
      display: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
    .collapsed + script + .content-parent .app-nav {
      width: 66px;
    }
    .collapsed + script + .content-parent .app-nav .nav-toggle .nav-toggle-item:first-child {
      display: none;
    }
    .collapsed + script + .content-parent .app-nav .nav-toggle .nav-toggle-item:last-child {
      display: flex;
    }
    .collapsed + script + .content-parent .app-nav .brand {
      margin: 8px 12px 40px 12px;
    }
    .collapsed + script + .content-parent .app-nav .brand .brand-image:first-child {
      opacity: 0;
    }
    .collapsed + script + .content-parent .app-nav .brand .brand-image:last-child {
      opacity: 1;
    }
    .collapsed + script + .content-parent .app-nav .app-nav-group .app-nav-item:hover .app-nav-hover {
      display: block;
    }
    .collapsed + script + .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-label {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    .collapsed + script + .content-parent .app-nav .app-nav-footer .user-card .user-info {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    .collapsed + script + .content-parent .user-popover,
    .collapsed + script + .content-parent .app-nav-popover {
      left: 71px;
    }
    .collapsed + script + .content-parent .user-popover > .arrow,
    .collapsed + script + .content-parent .app-nav-popover > .arrow {
      left: -10px;
    }
    .collapsed + script + .content-parent .app-content {
      margin-left: 81px;
    }
    html[lang="de"] .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-label {
      font-size: 14px;
    }
  }
  @media (min-width: 600px) and (max-height: 775px) {
    .content-parent .app-nav .brand {
      margin-bottom: 20px;
    }
  }
  @media (min-width: 600px) and (max-height: 675px) {
    .content-parent .app-nav .brand {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  @media (min-width: 600px) and (max-height: 775px) {
    .content-parent .app-nav .app-nav-group .app-nav-item {
      height: 42px;
      line-height: 16px;
    }
  }
  @media (min-width: 600px) and (max-height: 675px) {
    .content-parent .app-nav .app-nav-group .app-nav-item {
      height: 30px;
      line-height: 14px;
    }
  }
  @media (min-width: 600px) and (max-height: 525px) {
    .app-nav-count-12 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-12 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 555px) {
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
  }
  @media (min-width: 600px) and (max-height: 495px) {
    .app-nav-count-11 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-11 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 525px) {
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
  }
  @media (min-width: 600px) and (max-height: 465px) {
    .app-nav-count-10 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-10 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 495px) {
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
  }
  @media (min-width: 600px) and (max-height: 435px) {
    .app-nav-count-9 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-9 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 465px) {
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
  }
  @media (min-width: 600px) and (max-height: 405px) {
    .app-nav-count-8 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-8 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 435px) {
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
  }
  @media (min-width: 600px) and (max-height: 375px) {
    .app-nav-count-7 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-7 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 405px) {
    .app-nav-count-7 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-7 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 6):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 5) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 30px;
    }
  }
  @media (min-width: 600px) and (max-height: 345px) {
    .app-nav-count-6 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-6 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 375px) {
    .app-nav-count-6 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-6 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-7 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-7 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 6):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 5) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-popover .dropdown-menu {
      top: 30px;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 7):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 6) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 40px;
    }
  }
  @media (min-width: 600px) and (max-height: 315px) {
    .app-nav-count-5 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-5 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 345px) {
    .app-nav-count-5 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-5 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-6 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-6 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-7 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-7 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 6):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 5) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-popover .dropdown-menu {
      top: 30px;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 7):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 6) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-popover .dropdown-menu {
      top: 40px;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 8):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 7) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 50px;
    }
  }
  @media (min-width: 600px) and (max-height: 285px) {
    .app-nav-count-4 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-4 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 315px) {
    .app-nav-count-4 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-4 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-5 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-5 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-6 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-6 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-7 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-7 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 6):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 5) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-popover .dropdown-menu {
      top: 30px;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 7):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 6) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-popover .dropdown-menu {
      top: 40px;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 8):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 7) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-popover .dropdown-menu {
      top: 50px;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 9):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 8) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 60px;
    }
  }
  @media (min-width: 600px) and (max-height: 255px) {
    .app-nav-count-3 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-3 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 285px) {
    .app-nav-count-3 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-3 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-4 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-4 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-5 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-5 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-6 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-6 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-7 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-7 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-7 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 6):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 5) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-popover .dropdown-menu {
      top: 30px;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 7):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 6) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-popover .dropdown-menu {
      top: 40px;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 8):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 7) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-popover .dropdown-menu {
      top: 50px;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 9):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 8) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-popover .dropdown-menu {
      top: 60px;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 10):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 9) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 70px;
    }
  }
  @media (min-width: 600px) and (max-height: 225px) {
    .app-nav-count-2 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-2 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 255px) {
    .app-nav-count-2 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-2 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-3 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-3 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-4 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-4 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-5 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-5 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-6 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-6 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-6 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
    .app-nav-count-7 .app-nav-child:nth-last-child(-n + 6):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-7 .app-nav-popover .app-nav-child:nth-last-child(-n + 5) {
      display: list-item;
    }
    .app-nav-count-7 .app-nav-popover .dropdown-menu {
      top: 30px;
    }
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 7):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 6) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-popover .dropdown-menu {
      top: 40px;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 8):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 7) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-popover .dropdown-menu {
      top: 50px;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 9):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 8) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-popover .dropdown-menu {
      top: 60px;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 10):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 9) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-popover .dropdown-menu {
      top: 70px;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 11):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 10) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 80px;
    }
  }
  @media (min-width: 600px) and (max-height: 195px) {
    .app-nav-count-1 .app-nav-more {
      display: flex !important;
    }
    .app-nav-count-1 .app-nav-popover {
      display: flex;
    }
  }
  @media (min-width: 600px) and (max-height: 225px) {
    .app-nav-count-1 .app-nav-child:nth-last-child(-n + 1):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-1 .app-nav-popover .app-nav-child:nth-last-child(-n + 0) {
      display: list-item;
    }
    .app-nav-count-2 .app-nav-child:nth-last-child(-n + 2):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-2 .app-nav-popover .app-nav-child:nth-last-child(-n + 1) {
      display: list-item;
    }
    .app-nav-count-3 .app-nav-child:nth-last-child(-n + 3):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-3 .app-nav-popover .app-nav-child:nth-last-child(-n + 2) {
      display: list-item;
    }
    .app-nav-count-4 .app-nav-child:nth-last-child(-n + 4):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-4 .app-nav-popover .app-nav-child:nth-last-child(-n + 3) {
      display: list-item;
    }
    .app-nav-count-5 .app-nav-child:nth-last-child(-n + 5):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-5 .app-nav-popover .app-nav-child:nth-last-child(-n + 4) {
      display: list-item;
    }
    .app-nav-count-5 .app-nav-popover .dropdown-menu {
      top: 20px;
    }
    .app-nav-count-6 .app-nav-child:nth-last-child(-n + 6):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-6 .app-nav-popover .app-nav-child:nth-last-child(-n + 5) {
      display: list-item;
    }
    .app-nav-count-6 .app-nav-popover .dropdown-menu {
      top: 30px;
    }
    .app-nav-count-7 .app-nav-child:nth-last-child(-n + 7):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-7 .app-nav-popover .app-nav-child:nth-last-child(-n + 6) {
      display: list-item;
    }
    .app-nav-count-7 .app-nav-popover .dropdown-menu {
      top: 40px;
    }
    .app-nav-count-8 .app-nav-child:nth-last-child(-n + 8):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-8 .app-nav-popover .app-nav-child:nth-last-child(-n + 7) {
      display: list-item;
    }
    .app-nav-count-8 .app-nav-popover .dropdown-menu {
      top: 50px;
    }
    .app-nav-count-9 .app-nav-child:nth-last-child(-n + 9):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-9 .app-nav-popover .app-nav-child:nth-last-child(-n + 8) {
      display: list-item;
    }
    .app-nav-count-9 .app-nav-popover .dropdown-menu {
      top: 60px;
    }
    .app-nav-count-10 .app-nav-child:nth-last-child(-n + 10):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-10 .app-nav-popover .app-nav-child:nth-last-child(-n + 9) {
      display: list-item;
    }
    .app-nav-count-10 .app-nav-popover .dropdown-menu {
      top: 70px;
    }
    .app-nav-count-11 .app-nav-child:nth-last-child(-n + 11):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-11 .app-nav-popover .app-nav-child:nth-last-child(-n + 10) {
      display: list-item;
    }
    .app-nav-count-11 .app-nav-popover .dropdown-menu {
      top: 80px;
    }
    .app-nav-count-12 .app-nav-child:nth-last-child(-n + 12):not(
                .app-nav-more
              ) {
      display: none;
    }
    .app-nav-count-12 .app-nav-popover .app-nav-child:nth-last-child(-n + 11) {
      display: list-item;
    }
    .app-nav-count-12 .app-nav-popover .dropdown-menu {
      top: 90px;
    }
  }
  @media (min-width: 600px) and (max-height: 775px) {
    .collapsed + script + .content-parent .app-nav .brand {
      margin: 8px 12px 20px 12px;
    }
  }
  @media (min-width: 600px) and (max-height: 675px) {
    .collapsed + script + .content-parent .app-nav .brand {
      margin: 0px 12px 0px 12px;
    }
  }
  @media (max-width: 599px) {
    .support-item {
      position: relative;
      bottom: initial;
    }
    .content-parent {
      position: relative;
    }
    .content-parent .app-nav {
      color: white;
      background-color: #0077b5;
      overflow: hidden;
    }
    .content-parent .app-nav.collapsed-sm {
      height: 50px;
    }
    .content-parent .app-nav .nav-toggle {
      display: none;
    }
    .content-parent .app-nav .nav-toggle-sm {
      display: block;
      margin-top: 8px;
      border-color: transparent;
    }
    .content-parent .app-nav .nav-toggle-sm:hover,
    .content-parent .app-nav .nav-toggle-sm:focus {
      background-color: #005481;
    }
    .content-parent .app-nav .nav-toggle-sm .icon-bar {
      background-color: #fff;
    }
    .content-parent .app-nav .brand {
      display: block;
      width: 150px;
      margin: 0 auto;
      padding: 10px 0px;
    }
    .content-parent .app-nav .brand .brand-image {
      display: block;
      height: 30px;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    .content-parent .app-nav .brand .brand-image:last-child {
      display: none;
    }
    .content-parent .app-nav .brand .brand-image:first-child {
      display: block;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item {
      display: flex;
      align-items: center;
      height: 42px;
      color: inherit;
      font-size: 16px;
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      padding-left: 15px;
      padding-right: 15px;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item.active {
      background-color: rgba(255, 255, 255, 0.25);
      box-shadow: inset 5px 0px 0px 0px white;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item:hover,
    .content-parent .app-nav .app-nav-group .app-nav-item:focus {
      text-decoration: none;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-hover {
      display: none;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-label {
      white-space: nowrap;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-icon {
      margin-left: 10px;
      margin-right: 10px;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-icon.players {
      background-image: url("/static/icons/player-icon-small.png");
      background-size: contain;
    }
    .content-parent .app-nav .app-nav-group .app-nav-item .app-nav-icon.player-groups {
      background-image: url("/static/icons/players-icon-small.png");
      background-size: contain;
    }
    .content-parent .app-nav .app-nav-group .app-nav-more {
      display: none;
    }
    .content-parent .app-nav hr {
      margin: 5px 15px;
      border-color: rgba(255, 255, 255, 0.2);
    }
    .content-parent .app-nav .app-nav-footer .user-card {
      display: flex;
      align-items: center;
      padding: 10px 15px;
      cursor: pointer;
    }
    .content-parent .app-nav .app-nav-footer .user-card .user-avatar {
      border-radius: 50px;
    }
    .content-parent .app-nav .app-nav-footer .user-card .user-info {
      margin-left: 5px;
    }
    .content-parent .app-nav .app-nav-footer .user-card .user-info .user-name,
    .content-parent .app-nav .app-nav-footer .user-card .user-info .user-email {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .content-parent .user-popover {
      padding: 0 10px 10px 10px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
    .content-parent .user-popover .dropdown-menu {
      display: block;
      position: static;
      bottom: 0;
      top: initial;
      left: initial;
      width: 100%;
      float: none;
    }
    .content-parent .user-popover .dropdown-menu > li > a {
      line-height: 2;
    }
    .content-parent .user-popover > .arrow {
      display: none;
    }
    .content-parent .app-content {
      margin: 20px 15px 0 15px;
      position: relative;
    }
  }
  .content-parent-logged-out .app-nav {
    color: white;
    background-color: #0077b5;
    overflow: hidden;
  }
  .content-parent-logged-out .app-nav a {
    color: inherit;
  }
  .content-parent-logged-out .app-nav a + a {
    margin-left: 10px;
  }
  .content-parent-logged-out .app-nav .brand {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
  @media (max-width: 767px) {
    .content-parent-logged-out .app-nav .brand {
      margin: 0 0 0 20px;
    }
  }
  .content-parent-logged-out .app-nav .brand .brand-image {
    display: block;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .content-parent-logged-out .app-nav .brand .brand-image:last-child {
    display: none;
  }
  .content-parent-logged-out .app-nav .brand .brand-image:first-child {
    display: block;
  }
  .content-parent-logged-out .app-content {
    margin: 20px 15px;
    position: relative;
  }
  .user-popover .dropdown-menu .important > a,
  .app-nav-popover .dropdown-menu .important > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    background-color: #ff7700;
  }
  .user-popover .dropdown-menu .important > a:hover,
  .app-nav-popover .dropdown-menu .important > a:hover,
  .user-popover .dropdown-menu .important > a:focus,
  .app-nav-popover .dropdown-menu .important > a:focus {
    color: #fff;
    background-color: #e66b00;
  }
  .navbar-static-top {
    border-width: 0;
  }
  .navbar-brand {
    padding: 0 20px 0 10px;
  }
  .navbar-brand img {
    max-height: 40px;
  }
  @media (max-width: 700px) {
    .navbar-brand {
      padding: 0;
    }
  }
  @media (max-width: 599px) {
    .navbar-brand {
      float: none;
      display: block;
      margin: 0 0 0 60px;
    }
    .navbar-brand img {
      margin: 0 auto;
    }
  }
  .navbar-inverse {
    box-shadow: inset 0px -10px 10px -11px rgba(0, 0, 0, 0.4), inset 0px 10px 10px -11px rgba(0, 0, 0, 0.4);
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
  }
  .navbar-main > li > a {
    font-size: 16px;
    padding-left: 23px;
    padding-right: 23px;
  }
  @media (max-width: 700px) {
    .navbar-main > li > a {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .navbar-main > .active > a {
    font-weight: bold;
  }
  .navbar-main.navbar-right > li > a {
    font-size: 14px;
  }
  .navbar-main.navbar-right > li > a:hover {
    text-decoration: underline;
  }
  .navbar-anonymous {
    padding-right: 10px;
  }
  @media (max-width: 599px) {
    .navbar-anonymous {
      padding-left: 10px;
    }
  }
  .navbar-anonymous .btn-default {
    border-color: transparent;
  }
  @media (max-width: 599px) {
    .navbar-anonymous .btn-default {
      width: 100%;
    }
  }
  .navbar-user .dropdown-toggle {
    height: 40px;
  }
  .navbar-user .dropdown-menu {
    right: -1px;
    border-top: 0;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  }
  .navbar-user .dropdown-menu li.important > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    background-color: #ff7700;
  }
  .navbar-user .dropdown-menu li.important > a:hover,
  .navbar-user .dropdown-menu li.important > a:focus {
    color: #fff;
    background-color: #e66b00;
  }
  .messages {
    position: absolute;
    text-align: center;
    top: -12px;
    width: 100%;
  }
  .messages.sticky {
    position: sticky;
    top: 20px;
    z-index: 9999;
    height: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .messages > .message {
    border-radius: 2px;
    border: 1px solid transparent;
    display: inline-block;
    line-height: 28px;
    padding: 0px 25px 0 15px;
    position: relative;
    z-index: 1001;
  }
  .messages > .message.message-success {
    background-color: #DFF0D8;
    border-color: #468847;
    color: #468847;
  }
  .messages > .message.message-success hr {
    border-top-color: #3d773e;
  }
  .messages > .message.message-success .alert-link {
    color: #356635;
  }
  .messages > .message.message-warning {
    background-color: #FCF8E3;
    border-color: #C09853;
    color: #c09853;
  }
  .messages > .message.message-warning hr {
    border-top-color: #b78c43;
  }
  .messages > .message.message-warning .alert-link {
    color: #a47e3c;
  }
  .messages > .message.message-error {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #b94a48;
  }
  .messages > .message.message-error hr {
    border-top-color: #a74240;
  }
  .messages > .message.message-error .alert-link {
    color: #953b39;
  }
  .messages > .message .dismiss {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: inherit;
    opacity: 0.5;
    position: absolute;
    right: 5px;
    top: 0;
  }
  .site-alert {
    padding: 8px;
    border: 1px solid transparent;
    text-align: center;
    margin: -20px -15px 20px -15px;
    position: relative;
  }
  .site-alert .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 10px;
  }
  .site-alert .dismiss {
    position: absolute;
    right: 15px;
    top: 1px;
    cursor: pointer;
    font-size: 1.5em;
  }
  .site-alert:not(.hidden) + .messages {
    top: 45px;
  }
  .site-alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  .site-alert-success hr {
    border-top-color: #c9e2b3;
  }
  .site-alert-success .alert-link {
    color: #2b542c;
  }
  .site-alert-success .btn-default {
    color: #fff;
    background-color: #3c763d;
    border-color: #2b542c;
  }
  .site-alert-success .btn-default:focus,
  .site-alert-success .btn-default.focus {
    color: #fff;
    background-color: #2b542c;
    border-color: #000000;
  }
  .site-alert-success .btn-default:hover {
    color: #fff;
    background-color: #2b542c;
    border-color: #162c17;
  }
  .site-alert-success .btn-default:active,
  .site-alert-success .btn-default.active,
  .open > .dropdown-toggle.site-alert-success .btn-default {
    color: #fff;
    background-color: #2b542c;
    border-color: #162c17;
  }
  .site-alert-success .btn-default:active:hover,
  .site-alert-success .btn-default.active:hover,
  .open > .dropdown-toggle.site-alert-success .btn-default:hover,
  .site-alert-success .btn-default:active:focus,
  .site-alert-success .btn-default.active:focus,
  .open > .dropdown-toggle.site-alert-success .btn-default:focus,
  .site-alert-success .btn-default:active.focus,
  .site-alert-success .btn-default.active.focus,
  .open > .dropdown-toggle.site-alert-success .btn-default.focus {
    color: #fff;
    background-color: #1f3d1f;
    border-color: #000000;
  }
  .site-alert-success .btn-default:active,
  .site-alert-success .btn-default.active,
  .open > .dropdown-toggle.site-alert-success .btn-default {
    background-image: none;
  }
  .site-alert-success .btn-default.disabled,
  .site-alert-success .btn-default[disabled],
  fieldset[disabled] .site-alert-success .btn-default,
  .site-alert-success .btn-default.disabled:hover,
  .site-alert-success .btn-default[disabled]:hover,
  fieldset[disabled] .site-alert-success .btn-default:hover,
  .site-alert-success .btn-default.disabled:focus,
  .site-alert-success .btn-default[disabled]:focus,
  fieldset[disabled] .site-alert-success .btn-default:focus,
  .site-alert-success .btn-default.disabled.focus,
  .site-alert-success .btn-default[disabled].focus,
  fieldset[disabled] .site-alert-success .btn-default.focus,
  .site-alert-success .btn-default.disabled:active,
  .site-alert-success .btn-default[disabled]:active,
  fieldset[disabled] .site-alert-success .btn-default:active,
  .site-alert-success .btn-default.disabled.active,
  .site-alert-success .btn-default[disabled].active,
  fieldset[disabled] .site-alert-success .btn-default.active {
    background-color: #3c763d;
    border-color: #2b542c;
  }
  .site-alert-success .btn-default .badge {
    color: #3c763d;
    background-color: #fff;
  }
  .site-alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #005481;
  }
  .site-alert-info hr {
    border-top-color: #a6e1ec;
  }
  .site-alert-info .alert-link {
    color: #00334e;
  }
  .site-alert-info .btn-default {
    color: #fff;
    background-color: #005481;
    border-color: #00334e;
  }
  .site-alert-info .btn-default:focus,
  .site-alert-info .btn-default.focus {
    color: #fff;
    background-color: #00334e;
    border-color: #000000;
  }
  .site-alert-info .btn-default:hover {
    color: #fff;
    background-color: #00334e;
    border-color: #000b11;
  }
  .site-alert-info .btn-default:active,
  .site-alert-info .btn-default.active,
  .open > .dropdown-toggle.site-alert-info .btn-default {
    color: #fff;
    background-color: #00334e;
    border-color: #000b11;
  }
  .site-alert-info .btn-default:active:hover,
  .site-alert-info .btn-default.active:hover,
  .open > .dropdown-toggle.site-alert-info .btn-default:hover,
  .site-alert-info .btn-default:active:focus,
  .site-alert-info .btn-default.active:focus,
  .open > .dropdown-toggle.site-alert-info .btn-default:focus,
  .site-alert-info .btn-default:active.focus,
  .site-alert-info .btn-default.active.focus,
  .open > .dropdown-toggle.site-alert-info .btn-default.focus {
    color: #fff;
    background-color: #001c2a;
    border-color: #000000;
  }
  .site-alert-info .btn-default:active,
  .site-alert-info .btn-default.active,
  .open > .dropdown-toggle.site-alert-info .btn-default {
    background-image: none;
  }
  .site-alert-info .btn-default.disabled,
  .site-alert-info .btn-default[disabled],
  fieldset[disabled] .site-alert-info .btn-default,
  .site-alert-info .btn-default.disabled:hover,
  .site-alert-info .btn-default[disabled]:hover,
  fieldset[disabled] .site-alert-info .btn-default:hover,
  .site-alert-info .btn-default.disabled:focus,
  .site-alert-info .btn-default[disabled]:focus,
  fieldset[disabled] .site-alert-info .btn-default:focus,
  .site-alert-info .btn-default.disabled.focus,
  .site-alert-info .btn-default[disabled].focus,
  fieldset[disabled] .site-alert-info .btn-default.focus,
  .site-alert-info .btn-default.disabled:active,
  .site-alert-info .btn-default[disabled]:active,
  fieldset[disabled] .site-alert-info .btn-default:active,
  .site-alert-info .btn-default.disabled.active,
  .site-alert-info .btn-default[disabled].active,
  fieldset[disabled] .site-alert-info .btn-default.active {
    background-color: #005481;
    border-color: #00334e;
  }
  .site-alert-info .btn-default .badge {
    color: #005481;
    background-color: #fff;
  }
  .site-alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  .site-alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .site-alert-warning .alert-link {
    color: #66512c;
  }
  .site-alert-warning .btn-default {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #66512c;
  }
  .site-alert-warning .btn-default:focus,
  .site-alert-warning .btn-default.focus {
    color: #fff;
    background-color: #66512c;
    border-color: #0d0a06;
  }
  .site-alert-warning .btn-default:hover {
    color: #fff;
    background-color: #66512c;
    border-color: #3b2f19;
  }
  .site-alert-warning .btn-default:active,
  .site-alert-warning .btn-default.active,
  .open > .dropdown-toggle.site-alert-warning .btn-default {
    color: #fff;
    background-color: #66512c;
    border-color: #3b2f19;
  }
  .site-alert-warning .btn-default:active:hover,
  .site-alert-warning .btn-default.active:hover,
  .open > .dropdown-toggle.site-alert-warning .btn-default:hover,
  .site-alert-warning .btn-default:active:focus,
  .site-alert-warning .btn-default.active:focus,
  .open > .dropdown-toggle.site-alert-warning .btn-default:focus,
  .site-alert-warning .btn-default:active.focus,
  .site-alert-warning .btn-default.active.focus,
  .open > .dropdown-toggle.site-alert-warning .btn-default.focus {
    color: #fff;
    background-color: #4d3d21;
    border-color: #0d0a06;
  }
  .site-alert-warning .btn-default:active,
  .site-alert-warning .btn-default.active,
  .open > .dropdown-toggle.site-alert-warning .btn-default {
    background-image: none;
  }
  .site-alert-warning .btn-default.disabled,
  .site-alert-warning .btn-default[disabled],
  fieldset[disabled] .site-alert-warning .btn-default,
  .site-alert-warning .btn-default.disabled:hover,
  .site-alert-warning .btn-default[disabled]:hover,
  fieldset[disabled] .site-alert-warning .btn-default:hover,
  .site-alert-warning .btn-default.disabled:focus,
  .site-alert-warning .btn-default[disabled]:focus,
  fieldset[disabled] .site-alert-warning .btn-default:focus,
  .site-alert-warning .btn-default.disabled.focus,
  .site-alert-warning .btn-default[disabled].focus,
  fieldset[disabled] .site-alert-warning .btn-default.focus,
  .site-alert-warning .btn-default.disabled:active,
  .site-alert-warning .btn-default[disabled]:active,
  fieldset[disabled] .site-alert-warning .btn-default:active,
  .site-alert-warning .btn-default.disabled.active,
  .site-alert-warning .btn-default[disabled].active,
  fieldset[disabled] .site-alert-warning .btn-default.active {
    background-color: #8a6d3b;
    border-color: #66512c;
  }
  .site-alert-warning .btn-default .badge {
    color: #8a6d3b;
    background-color: #fff;
  }
  .site-alert-danger,
  .site-alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  .site-alert-danger hr,
  .site-alert-error hr {
    border-top-color: #e4b9c0;
  }
  .site-alert-danger .alert-link,
  .site-alert-error .alert-link {
    color: #843534;
  }
  .site-alert-danger .btn,
  .site-alert-error .btn {
    color: #fff;
    background-color: #a94442;
    border-color: #843534;
  }
  .site-alert-danger .btn:focus,
  .site-alert-error .btn:focus,
  .site-alert-danger .btn.focus,
  .site-alert-error .btn.focus {
    color: #fff;
    background-color: #843534;
    border-color: #291010;
  }
  .site-alert-danger .btn:hover,
  .site-alert-error .btn:hover {
    color: #fff;
    background-color: #843534;
    border-color: #582422;
  }
  .site-alert-danger .btn:active,
  .site-alert-error .btn:active,
  .site-alert-danger .btn.active,
  .site-alert-error .btn.active,
  .open > .dropdown-toggle.site-alert-danger .btn,
  .open > .dropdown-toggle.site-alert-error .btn {
    color: #fff;
    background-color: #843534;
    border-color: #582422;
  }
  .site-alert-danger .btn:active:hover,
  .site-alert-error .btn:active:hover,
  .site-alert-danger .btn.active:hover,
  .site-alert-error .btn.active:hover,
  .open > .dropdown-toggle.site-alert-danger .btn:hover,
  .open > .dropdown-toggle.site-alert-error .btn:hover,
  .site-alert-danger .btn:active:focus,
  .site-alert-error .btn:active:focus,
  .site-alert-danger .btn.active:focus,
  .site-alert-error .btn.active:focus,
  .open > .dropdown-toggle.site-alert-danger .btn:focus,
  .open > .dropdown-toggle.site-alert-error .btn:focus,
  .site-alert-danger .btn:active.focus,
  .site-alert-error .btn:active.focus,
  .site-alert-danger .btn.active.focus,
  .site-alert-error .btn.active.focus,
  .open > .dropdown-toggle.site-alert-danger .btn.focus,
  .open > .dropdown-toggle.site-alert-error .btn.focus {
    color: #fff;
    background-color: #6b2b2a;
    border-color: #291010;
  }
  .site-alert-danger .btn:active,
  .site-alert-error .btn:active,
  .site-alert-danger .btn.active,
  .site-alert-error .btn.active,
  .open > .dropdown-toggle.site-alert-danger .btn,
  .open > .dropdown-toggle.site-alert-error .btn {
    background-image: none;
  }
  .site-alert-danger .btn.disabled,
  .site-alert-error .btn.disabled,
  .site-alert-danger .btn[disabled],
  .site-alert-error .btn[disabled],
  fieldset[disabled] .site-alert-danger .btn,
  fieldset[disabled] .site-alert-error .btn,
  .site-alert-danger .btn.disabled:hover,
  .site-alert-error .btn.disabled:hover,
  .site-alert-danger .btn[disabled]:hover,
  .site-alert-error .btn[disabled]:hover,
  fieldset[disabled] .site-alert-danger .btn:hover,
  fieldset[disabled] .site-alert-error .btn:hover,
  .site-alert-danger .btn.disabled:focus,
  .site-alert-error .btn.disabled:focus,
  .site-alert-danger .btn[disabled]:focus,
  .site-alert-error .btn[disabled]:focus,
  fieldset[disabled] .site-alert-danger .btn:focus,
  fieldset[disabled] .site-alert-error .btn:focus,
  .site-alert-danger .btn.disabled.focus,
  .site-alert-error .btn.disabled.focus,
  .site-alert-danger .btn[disabled].focus,
  .site-alert-error .btn[disabled].focus,
  fieldset[disabled] .site-alert-danger .btn.focus,
  fieldset[disabled] .site-alert-error .btn.focus,
  .site-alert-danger .btn.disabled:active,
  .site-alert-error .btn.disabled:active,
  .site-alert-danger .btn[disabled]:active,
  .site-alert-error .btn[disabled]:active,
  fieldset[disabled] .site-alert-danger .btn:active,
  fieldset[disabled] .site-alert-error .btn:active,
  .site-alert-danger .btn.disabled.active,
  .site-alert-error .btn.disabled.active,
  .site-alert-danger .btn[disabled].active,
  .site-alert-error .btn[disabled].active,
  fieldset[disabled] .site-alert-danger .btn.active,
  fieldset[disabled] .site-alert-error .btn.active {
    background-color: #a94442;
    border-color: #843534;
  }
  .site-alert-danger .btn .badge,
  .site-alert-error .btn .badge {
    color: #a94442;
    background-color: #fff;
  }
  html {
    position: relative;
    min-height: 100%;
  }
  body.body-padding {
    padding: 20px;
  }
  body.white-body {
    background-color: white;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: whiteSmoke;
    border-top: 1px solid #c7c7c7;
    line-height: 39px;
    text-align: center;
    font-size: 11px;
  }
  .footer .brand {
    margin-right: 16px;
  }
  .footer .brand strong {
    font-size: 12px;
  }
  .footer .separator {
    padding: 8px;
    color: #c7c7c7;
  }
  .footer a[rel="external"] {
    color: #555;
  }
  #intercom-container .intercom-launcher-button {
    background-color: #0077b5 !important;
    border-color: #0077b5 !important;
  }
  .pac-container {
    z-index: 9999;
  }
  .panel-heading {
    min-height: 40px;
  }
  .panel-heading:before,
  .panel-heading:after {
    content: " ";
    display: table;
  }
  .panel-heading:after {
    clear: both;
  }
  .panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffeeeeee', GradientType=0);
  }
  .panel-danger > .panel-heading {
    background-image: linear-gradient(to bottom, #f2dede 0%, #eccfcf 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffeccfcf', GradientType=0);
  }
  .panel-heading > h3 {
    font-weight: normal;
    font-size: 18px;
  }
  .panel-centered {
    max-width: 500px;
    margin: 0 auto 15px auto;
  }
  .panel-centered .panel-body-heading {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .panel-centered .panel-body {
    padding: 25px 40px 40px 40px;
  }
  .panel-centered .panel-body .text-break-all {
    word-break: break-all;
  }
  @media (max-width: 500px) {
    .panel-centered .panel-body {
      padding: 15px;
    }
  }
  .panel-centered .form-group label > em {
    font-weight: normal;
  }
  .panel-centered .form-action {
    line-height: 34px;
    margin-bottom: 0;
  }
  .panel-centered .form-action a.return {
    text-decoration: underline;
  }
  .modal-confirm .modal-body {
    word-break: break-word;
  }
  .modal-confirm .modal-body > :last-child {
    margin: 0;
  }
  .file-picker-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
  }
  .modal-file-picker.modal-abs .modal-dialog {
    -webkit-transform: initial;
            transform: initial;
  }
  .modal-file-picker .file-picker-iframe {
    height: calc(100vh - 147px);
  }
  .modal-file-picker .modal-header + .modal-body .file-picker-iframe {
    height: calc(100vh - 203px);
  }
  .modal-file-picker .modal-body {
    padding: 0;
  }
  .table-device-info tbody > tr:first-of-type > td {
    border-top: 0;
  }
  .table-device-info tbody > tr:nth-child(odd) {
    background-color: #e4e4e4;
  }
  .asteriskField {
    display: none;
  }
  .btn-google-login {
    color: #fff;
    background-color: #1267e9;
    border-color: #105dd1;
  }
  .btn-google-login:focus,
  .btn-google-login.focus {
    color: #fff;
    background-color: #0e52ba;
    border-color: #07285b;
  }
  .btn-google-login:hover {
    color: #fff;
    background-color: #0e52ba;
    border-color: #0c4399;
  }
  .btn-google-login:active,
  .btn-google-login.active,
  .open > .dropdown-toggle.btn-google-login {
    color: #fff;
    background-color: #0e52ba;
    border-color: #0c4399;
  }
  .btn-google-login:active:hover,
  .btn-google-login.active:hover,
  .open > .dropdown-toggle.btn-google-login:hover,
  .btn-google-login:active:focus,
  .btn-google-login.active:focus,
  .open > .dropdown-toggle.btn-google-login:focus,
  .btn-google-login:active.focus,
  .btn-google-login.active.focus,
  .open > .dropdown-toggle.btn-google-login.focus {
    color: #fff;
    background-color: #0c4399;
    border-color: #07285b;
  }
  .btn-google-login:active,
  .btn-google-login.active,
  .open > .dropdown-toggle.btn-google-login {
    background-image: none;
  }
  .btn-google-login.disabled,
  .btn-google-login[disabled],
  fieldset[disabled] .btn-google-login,
  .btn-google-login.disabled:hover,
  .btn-google-login[disabled]:hover,
  fieldset[disabled] .btn-google-login:hover,
  .btn-google-login.disabled:focus,
  .btn-google-login[disabled]:focus,
  fieldset[disabled] .btn-google-login:focus,
  .btn-google-login.disabled.focus,
  .btn-google-login[disabled].focus,
  fieldset[disabled] .btn-google-login.focus,
  .btn-google-login.disabled:active,
  .btn-google-login[disabled]:active,
  fieldset[disabled] .btn-google-login:active,
  .btn-google-login.disabled.active,
  .btn-google-login[disabled].active,
  fieldset[disabled] .btn-google-login.active {
    background-color: #1267e9;
    border-color: #105dd1;
  }
  .btn-google-login .badge {
    color: #1267e9;
    background-color: #fff;
  }
  .doodle {
    font-size: 24px;
    line-height: 24px;
    color: white;
  }
  .doodle h1,
  .doodle h2,
  .doodle h3 {
    text-shadow: 1px 2px 5px rgba(51, 51, 51, 0.2);
  }
  .doodle h2 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
  }
  .loading-indicator {
    pointer-events: none;
  }
  .loading-indicator:before {
    content: "";
    background: url("/static/img/loader.gif") 0 0 no-repeat transparent;
    width: 25px;
    height: 10px;
    display: inline-block;
  }
  .doodle-side-bar {
    color: #333333;
    min-height: 170px;
    padding: 20px 10px 10px;
    font-size: 18px;
  }
  @media (min-width: 768px) {
    .doodle-side-bar {
      font-size: 21px;
    }
  }
  .doodle-side-bar.doodle-campaign-group-edit {
    margin-top: -180px;
  }
  .doodle-side-bar.doodle-subscription .btn-upgrade {
    margin: 15px auto;
  }
  @media (max-width: 480px) {
    .doodle-side-bar.doodle-subscription .btn-upgrade {
      margin-left: -120px;
    }
  }
  .doodle-side-bar .img-responsive {
    margin: 0 auto;
  }
  .doodle-side-bar .doodle-content .doodle-title {
    margin-top: 0px;
    font-weight: 500;
  }
  .doodle-side-bar .doodle-content .doodle-text {
    font-weight: 300;
  }
  .doodle-bg-players {
    background: url("/static/img/doodles/players-bg.png") top left;
  }
  .doodle-bg-reports {
    background: url("/static/img/doodles/reports-bg.png") top left;
  }
  .doodle-bg-apps {
    background: url("/static/img/doodles/apps-bg.png") top left;
  }
  .doodle-bg-accounts {
    background: url("/static/img/doodles/accounts-bg.png") top left;
  }
  .doodle-bg-filebrowser {
    background: url("/static/img/doodles/filebrowser-bg.png") top left;
  }
  .full-page-message {
    z-index: 0;
    min-height: 400px;
    text-align: center;
    border-top: 45px solid transparent;
  }
  .list-group-item-neutral {
    color: #777777;
    background-color: #eeeeee;
  }
  a.list-group-item-neutral,
  button.list-group-item-neutral {
    color: #777777;
  }
  a.list-group-item-neutral .list-group-item-heading,
  button.list-group-item-neutral .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-neutral:hover,
  button.list-group-item-neutral:hover,
  a.list-group-item-neutral:focus,
  button.list-group-item-neutral:focus {
    color: #777777;
    background-color: #e2e2e2;
  }
  a.list-group-item-neutral.active,
  button.list-group-item-neutral.active,
  a.list-group-item-neutral.active:hover,
  button.list-group-item-neutral.active:hover,
  a.list-group-item-neutral.active:focus,
  button.list-group-item-neutral.active:focus {
    color: #fff;
    background-color: #777777;
    border-color: #777777;
  }
  .doodle-full-page {
    display: flex;
  }
  .doodle-full-page.doodle-column {
    flex-flow: column;
  }
  .doodle-full-page .doodle-title {
    font-size: 25px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .doodle-full-page .doodle-title {
      font-size: 30.1px;
    }
  }
  .doodle-full-page .doodle-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .doodle-full-page .doodle-text {
      font-size: 21px;
    }
  }
  .doodle-full-page .doodle-column-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .doodle-full-page .doodle-column-image .doodle-image {
    position: absolute;
    height: 100%;
    width: 100%;
    min-width: 250px;
  }
  .doodle-full-page .doodle-column-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
  }
  .doodle-full-page .doodle-column-content .doodle-blue-container {
    float: right;
    width: 100%;
    border: 35px solid;
    -o-border-image: url("/static/img/doodles/players-bg-text-3-columns-blue.png");
       border-image: url("/static/img/doodles/players-bg-text-3-columns-blue.png");
    border-image-slice: 35 fill;
    border-image-repeat: stretch;
  }
  .doodle-full-page .doodle-column-content .doodle-blue-container:before,
  .doodle-full-page .doodle-column-content .doodle-blue-container:after {
    content: " ";
    display: table;
  }
  .doodle-full-page .doodle-column-content .doodle-blue-container:after {
    clear: both;
  }
  .doodle-full-page.doodle-filebrowser {
    padding: 50px;
    height: 100%;
    transition: opacity 0.3s ease-out;
  }
  @media (max-width: 767px) {
    .doodle-full-page.doodle-filebrowser {
      padding: 0px 10px;
    }
  }
  .doodle-full-page.doodle-filebrowser .doodle-search-results {
    display: none;
  }
  .doodle-full-page.doodle-filebrowser.is-search .doodle-search-results {
    display: block;
  }
  .doodle-full-page.doodle-filebrowser.is-search .doodle-search-results + .doodle-empty-folder {
    display: none;
  }
  .doodle-full-page.doodle-filebrowser-info .doodle-column-content .doodle-text {
    text-align: center;
    color: black;
    max-width: 210px;
    /* ie 11 fix */
  }
  @media (max-width: 991px) {
    .doodle-full-page.doodle-filebrowser-info .doodle-column-content .doodle-text {
      max-width: 100%;
    }
  }
  .doodle-full-page.doodle-filebrowser-drop {
    padding-top: 10px;
    z-index: 50;
  }
  .doodle-full-page.doodle-filebrowser-drop .doodle-column-content {
    margin-top: -30px;
  }
  .doodle-flex {
    display: flex;
    align-items: center;
  }
  .doodle-flex .doodle-img {
    width: 45%;
    min-width: 430px;
  }
  .doodle-flex .doodle-text {
    flex: 1;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 20px 40px;
    gap: 16px;
  }
  .doodle-flex .doodle-text .doodle-title {
    font-weight: bold;
    font-size: 20px;
  }
  .doodle-flex .doodle-text .doodle-info {
    color: #33333399;
  }
  @media (max-width: 991px) {
    .doodle-flex {
      flex-direction: column;
    }
    .doodle-flex .doodle-img {
      width: 100%;
    }
  }
  .braintree-options-list > div {
    border-color: #ddd;
  }
  .braintree-sheet__container.braintree-sheet--active > div {
    border-color: #ddd;
  }
  .braintree-sheet__container.braintree-sheet--active > div .braintree-sheet__header {
    border-color: inherit;
  }
  .braintree-form__field {
    border-radius: 4px;
  }
  .braintree-form__field .braintree-form__hosted-field {
    border-radius: inherit;
  }
  .braintree-option {
    outline: none;
  }
  .braintree-large-button.braintree-toggle {
    outline: none;
    background: inherit;
  }
  .braintree-large-button.braintree-toggle > span {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .braintree-large-button.braintree-toggle > span:focus,
  .braintree-large-button.braintree-toggle > span:active:focus,
  .braintree-large-button.braintree-toggle > span.active:focus,
  .braintree-large-button.braintree-toggle > span.focus,
  .braintree-large-button.braintree-toggle > span:active.focus,
  .braintree-large-button.braintree-toggle > span.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .braintree-large-button.braintree-toggle > span:hover,
  .braintree-large-button.braintree-toggle > span:focus,
  .braintree-large-button.braintree-toggle > span.focus {
    color: #333;
    text-decoration: none;
  }
  .braintree-large-button.braintree-toggle > span:active,
  .braintree-large-button.braintree-toggle > span.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .braintree-large-button.braintree-toggle > span.disabled,
  .braintree-large-button.braintree-toggle > span[disabled],
  fieldset[disabled] .braintree-large-button.braintree-toggle > span {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
  }
  a.braintree-large-button.braintree-toggle > span.disabled,
  fieldset[disabled] a.braintree-large-button.braintree-toggle > span {
    pointer-events: none;
  }
  .braintree-large-button.braintree-toggle > span:focus,
  .braintree-large-button.braintree-toggle > span.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .braintree-large-button.braintree-toggle > span:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .braintree-large-button.braintree-toggle > span:active,
  .braintree-large-button.braintree-toggle > span.active,
  .open > .dropdown-toggle.braintree-large-button.braintree-toggle > span {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .braintree-large-button.braintree-toggle > span:active:hover,
  .braintree-large-button.braintree-toggle > span.active:hover,
  .open > .dropdown-toggle.braintree-large-button.braintree-toggle > span:hover,
  .braintree-large-button.braintree-toggle > span:active:focus,
  .braintree-large-button.braintree-toggle > span.active:focus,
  .open > .dropdown-toggle.braintree-large-button.braintree-toggle > span:focus,
  .braintree-large-button.braintree-toggle > span:active.focus,
  .braintree-large-button.braintree-toggle > span.active.focus,
  .open > .dropdown-toggle.braintree-large-button.braintree-toggle > span.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .braintree-large-button.braintree-toggle > span:active,
  .braintree-large-button.braintree-toggle > span.active,
  .open > .dropdown-toggle.braintree-large-button.braintree-toggle > span {
    background-image: none;
  }
  .braintree-large-button.braintree-toggle > span.disabled,
  .braintree-large-button.braintree-toggle > span[disabled],
  fieldset[disabled] .braintree-large-button.braintree-toggle > span,
  .braintree-large-button.braintree-toggle > span.disabled:hover,
  .braintree-large-button.braintree-toggle > span[disabled]:hover,
  fieldset[disabled] .braintree-large-button.braintree-toggle > span:hover,
  .braintree-large-button.braintree-toggle > span.disabled:focus,
  .braintree-large-button.braintree-toggle > span[disabled]:focus,
  fieldset[disabled] .braintree-large-button.braintree-toggle > span:focus,
  .braintree-large-button.braintree-toggle > span.disabled.focus,
  .braintree-large-button.braintree-toggle > span[disabled].focus,
  fieldset[disabled] .braintree-large-button.braintree-toggle > span.focus,
  .braintree-large-button.braintree-toggle > span.disabled:active,
  .braintree-large-button.braintree-toggle > span[disabled]:active,
  fieldset[disabled] .braintree-large-button.braintree-toggle > span:active,
  .braintree-large-button.braintree-toggle > span.disabled.active,
  .braintree-large-button.braintree-toggle > span[disabled].active,
  fieldset[disabled] .braintree-large-button.braintree-toggle > span.active {
    background-color: #fff;
    border-color: #ccc;
  }
  .braintree-large-button.braintree-toggle > span .badge {
    color: #fff;
    background-color: #333;
  }
  .doodle-payment {
    background: url("/static/img/doodles/players-bg-text-3-columns-blue.png") no-repeat center;
    background-size: 100% 100%;
    padding: 50px 40px;
    margin: auto;
    margin-bottom: 20px;
  }
  .doodle-payment.error {
    background-image: url("/static/img/doodles/players-bg-text-3-columns-red.png");
  }
  .doodle-payment h2 {
    margin-top: 0;
    font-size: 22px;
  }
  .doodle-payment p {
    font-size: 18px;
  }
  .doodle-light {
    background: url("/static/img/doodles/doodle-light-bg.png") no-repeat center;
    color: #005481;
    font-size: 18px;
    line-height: 1.1;
    height: 230px;
    margin: 0 auto;
    width: 480px;
    padding: 35px 25px 25px 45px;
  }
  .doodle-no-campaigns-in-player {
    background: url("/static/img/doodles/doodle-no-players-campaign.png") no-repeat right;
    color: #00657b;
    font-size: 18px;
    line-height: 1.1;
    height: 351px;
    padding: 10px 80px 25px 45px;
  }
  .doodle.list-small {
    background: url("/static/img/doodles/doodle-half-width.png") transparent no-repeat center top;
    background-size: 190px 105px;
    position: relative;
    margin: 0;
    border: 0;
    height: 115px;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 30px 15px 30px;
    background-position-y: 5px;
  }
  .doodle-list.players {
    background: url("/static/img/doodles/doodle-empty-player-group.png") transparent no-repeat;
    background-size: 100%;
    background-position: center center;
  }
  .doodle-list-group.players {
    background: url("/static/img/doodles/group-list-doodle.png") transparent no-repeat;
    background-size: 180px;
    background-position: 10%;
    margin-bottom: 5px;
  }
  .doodle-list-group-xs {
    background: url("/static/img/doodles/group-list-doodle-bg-02.png") transparent no-repeat;
    background-position: center center;
    background-size: 200px;
    height: 130px;
    padding: 10px 20px;
    line-height: 20px;
    text-align: center;
    color: #555555;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .doodle-list-group-xs > p {
    width: 140px;
    margin: 0 auto;
  }
  .doodle-list-group-xs .leading {
    font-size: 1.2em;
    line-height: 26px;
    padding: 5px 0 10px;
  }
  .doodle-list-group-text {
    float: right;
    width: 75%;
    height: 100px;
    margin: 0 auto 10px;
    padding: 12px 25px 12px;
    text-align: right;
    color: #555555;
    font-size: 22px;
    background: url("/static/img/doodles/group-list-doodle-bg-01.png") transparent no-repeat 50%;
  }
  .container-max {
    max-width: 988px;
    margin: 0 auto;
  }
  @media (max-width: 1008px) {
    .container-max {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  .container-centered {
    max-width: 768px;
    margin: 0 auto;
  }
  .panel-body-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-body-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-dialog {
    padding: 0;
  }
  .last-in-panel {
    margin-bottom: 0;
  }
  .no-padding {
    padding: 0;
  }
  .no-padding-right {
    padding-right: 0;
  }
  .no-padding-left {
    padding-left: 0;
  }
  .no-margin {
    margin: 0;
  }
  .margin-collapse :last-child {
    margin-bottom: 0;
  }
  .panel-footer .form-group.form-action {
    margin-bottom: 0;
  }
  .panel-footer .form-group.form-action span {
    line-height: 34px;
  }
  .panel-body .cc_flag {
    height: 20px;
  }
  .panel-body #id_cc_cvv {
    width: 60px;
  }
  .panel-body #div_id_cc_cvv {
    display: inline-block;
    margin-right: 30px;
  }
  .panel-body #div_id_cc_exp {
    display: inline-block;
    position: absolute;
    right: 31px;
  }
  .panel-body #div_id_cc_exp .ccexp {
    white-space: nowrap;
  }
  .panel-body #div_id_cc_exp .ccexp select {
    display: inline;
  }
  .panel-body #div_id_cc_exp .ccexp select:first-of-type {
    width: 60px;
  }
  .panel-body #div_id_cc_exp .ccexp select:last-of-type {
    width: 90px;
  }
  .panel-actions {
    padding: 6px 6px 6px 15px;
  }
  .modal-actions {
    padding: 0;
  }
  .panel-actions .bulk,
  .modal-actions .bulk {
    display: inline-block;
    min-height: 26px;
  }
  .panel-actions .bulk input,
  .modal-actions .bulk input {
    margin: 7px 36px 0 0;
  }
  .panel-actions .bulk-sm input,
  .modal-actions .bulk-sm input {
    margin: 9px 36px 0 0;
  }
  .panel-actions .title,
  .modal-actions .title {
    display: inline-block;
    min-height: 26px;
  }
  .panel-actions .listing-actions,
  .modal-actions .listing-actions {
    width: 100%;
    -ms-flex-negative: 1;
  }
  .panel-actions .listing-actions .players-available-message,
  .modal-actions .listing-actions .players-available-message {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    padding-top: 1px;
    line-height: 28px;
  }
  @media (max-width: 767px) {
    .panel-actions .listing-actions .players-available-message,
    .modal-actions .listing-actions .players-available-message {
      width: 100%;
      padding-rigth: 0px;
    }
  }
  .panel-actions .listing-actions .order-search,
  .modal-actions .listing-actions .order-search {
    position: relative;
    flex-grow: 1;
    height: initial;
    display: flex;
    top: initial;
    justify-content: flex-end;
  }
  @media (max-width: 767px) {
    .panel-actions .listing-actions .full-sm,
    .modal-actions .listing-actions .full-sm {
      margin-top: 10px;
      width: 100%;
    }
  }
  .panel-actions .listing-actions .search-form,
  .modal-actions .listing-actions .search-form {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: initial;
    -ms-flex-negative: 1;
  }
  @media (max-width: 600px) {
    .panel-actions .listing-actions .search-form,
    .modal-actions .listing-actions .search-form {
      display: block;
      max-width: initial;
    }
  }
  .panel-actions .listing-actions > .btn-wrapper,
  .modal-actions .listing-actions > .btn-wrapper,
  .panel-actions .listing-actions .btn-group,
  .modal-actions .listing-actions .btn-group {
    flex-shrink: 0;
    display: flex;
  }
  .panel-actions .listing-actions > .btn-wrapper > .btn,
  .modal-actions .listing-actions > .btn-wrapper > .btn,
  .panel-actions .listing-actions .btn-group > .btn,
  .modal-actions .listing-actions .btn-group > .btn,
  .panel-actions .listing-actions > .btn-wrapper button,
  .modal-actions .listing-actions > .btn-wrapper button,
  .panel-actions .listing-actions .btn-group button,
  .modal-actions .listing-actions .btn-group button {
    flex-grow: 1;
  }
  @media (max-width: 480px) {
    .panel-actions .listing-actions .full-sm > .btn-wrapper,
    .modal-actions .listing-actions .full-sm > .btn-wrapper,
    .panel-actions .listing-actions .btn-group,
    .modal-actions .listing-actions .btn-group {
      margin-bottom: 5px;
    }
    .panel-actions .listing-actions .full-sm > .btn-wrapper:first-child,
    .modal-actions .listing-actions .full-sm > .btn-wrapper:first-child,
    .panel-actions .listing-actions .btn-group:first-child,
    .modal-actions .listing-actions .btn-group:first-child {
      margin-left: 0px;
    }
  }
  .panel-actions .listing-actions > .btn,
  .modal-actions .listing-actions > .btn,
  .panel-actions .listing-actions .btn-group,
  .modal-actions .listing-actions .btn-group,
  .panel-actions .listing-actions button,
  .modal-actions .listing-actions button {
    margin-left: 5px;
    flex-shrink: 0;
  }
  .panel-actions .listing-actions .bulk-actions,
  .modal-actions .listing-actions .bulk-actions {
    display: block;
    padding-left: 40px;
    margin-bottom: 0px;
  }
  @media (max-width: 768px) {
    .panel-actions .listing-actions .bulk-actions a,
    .modal-actions .listing-actions .bulk-actions a,
    .panel-actions .listing-actions .bulk-actions input,
    .modal-actions .listing-actions .bulk-actions input,
    .panel-actions .listing-actions .bulk-actions button,
    .modal-actions .listing-actions .bulk-actions button,
    .panel-actions .listing-actions .bulk-actions select,
    .modal-actions .listing-actions .bulk-actions select {
      display: block;
      margin-bottom: 5px;
    }
  }
  .panel-actions .search,
  .modal-actions .search {
    display: inline-block;
  }
  .panel-actions .search input,
  .modal-actions .search input {
    font-size: 14px;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
    padding: 0 0 0 8px;
    height: 26px;
    width: 410px;
  }
  .col-md-8 .panel-actions .search input,
  .col-md-8 .modal-actions .search input,
  .col-md-9 .panel-actions .search input,
  .col-md-9 .modal-actions .search input {
    width: 300px;
  }
  .panel-actions .search button,
  .modal-actions .search button {
    height: 26px;
    padding: 4px 6px 5px 6px;
    color: #888;
    text-shadow: 0 1px 1px #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
  }
  .panel-actions .ordering,
  .modal-actions .ordering {
    float: right;
  }
  .panel-actions .ordering select,
  .modal-actions .ordering select {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    height: 26px;
    width: auto;
    background: #ffffff;
    font-size: 14px;
  }
  .panel-actions .ordering span,
  .modal-actions .ordering span {
    font-size: 12px;
    color: #777;
  }
  .panel-actions h3,
  .modal-actions h3 {
    line-height: 27px;
  }
  .panel-actions h3 .ordering,
  .modal-actions h3 .ordering {
    line-height: 23px;
  }
  .panel-actions h3.panel-title,
  .modal-actions h3.panel-title {
    display: inline-block;
  }
  .panel-actions > .btn.btn-sm,
  .modal-actions > .btn.btn-sm,
  .panel-actions > .pull-right > .btn.btn-sm,
  .modal-actions > .pull-right > .btn.btn-sm {
    line-height: normal;
  }
  .table-summary > thead,
  .table-summary > tfoot {
    font-size: 12px;
    background: #e4e4e4;
  }
  .table-summary > thead > tr > th,
  .table-summary > tfoot > tr > th {
    padding: 5px 15px;
  }
  .table-summary > tbody > tr > td {
    vertical-align: middle;
    padding: 5px 15px;
  }
  .table-summary > tbody > tr.blocked {
    color: #ddd;
  }
  .page-header {
    color: #005481;
    padding-left: 15px;
    margin: 0 0 20px 0;
  }
  .page-summary {
    font-size: 22px;
    color: #005481;
    border-left: 3px solid #005481;
    font-weight: 500;
    margin-top: 0;
    padding-left: 10px;
    min-height: 30px;
    line-height: 1.3;
  }
  .page-summary:before,
  .page-summary:after {
    content: " ";
    display: table;
  }
  .page-summary:after {
    clear: both;
  }
  .page-summary .extra-info {
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    color: #555;
    float: right;
  }
  .page-summary-link {
    cursor: pointer;
    margin-bottom: 10px;
  }
  .panel-sidebar-navigation .panel-sidebar-title {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    word-wrap: break-word;
  }
  .panel-sidebar-navigation .avatar {
    height: 38px;
    width: 38px;
    border-radius: 50px;
  }
  .panel-sidebar-navigation .list-group-item.active {
    padding: 11px 15px;
    background-color: #fff;
    border: 0;
    color: #005481;
    font-weight: 500;
    border-left: 3px solid #005481;
    box-shadow: inset 0 1px 0 #ddd, inset 0 -1px 0 #ddd;
  }
  .panel-sidebar-navigation .list-group-item.active .badge {
    color: #fff;
    background-color: #777777;
  }
  .panel .fade-out {
    opacity: 0.18;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .panel-custom-attributes .form-inline .btn {
    float: right !important;
  }
  @media (max-width: 767px) {
    .panel-custom-attributes .form-inline .btn {
      float: none !important;
    }
  }
  .panel-custom-attributes .panel-actions input.case {
    margin: 9px 15px 0px 0px;
  }
  .alert.alert-with-icon {
    display: flex;
    align-items: center;
  }
  .alert.alert-with-icon .fas {
    margin-right: 15px;
  }
  .alert.alert-compact {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    margin-bottom: 10px;
  }
  .alert.alert-compact.alert-with-icon .fas {
    margin-right: 7.5px;
  }
  .alert.alert-user-blocked-email {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .alert.alert-user-blocked-email .message {
    flex: 1;
    min-width: 200px;
  }
  .alert.alert-user-blocked-email .btn {
    margin-left: auto;
  }
  .modal.modal-danger .modal-body > p:first-child {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
    color: #a94442;
  }
  @media (min-width: 768px) {
    .modal.modal-danger .modal-body > p:first-child {
      font-size: 21px;
    }
  }
  .subscription-info th {
    text-align: right;
    color: gray;
    font-weight: normal;
  }
  .panel-billing-history h3.panel-title {
    display: inline;
  }
  .panel-billing-history .billing-history tr td:last-of-type {
    font-weight: bold;
    text-align: right;
  }
  .panel-billing-history .billing-history tr th:last-of-type {
    font-weight: bold;
    text-align: right;
  }
  .panel-billing-history .billing-history .currency {
    font-size: 80%;
    font-weight: normal;
  }
  body:not(.is-mobile) .vertical-custom-scroll-style::-webkit-scrollbar {
    display: block;
    width: 10px;
  }
  body:not(.is-mobile) .vertical-custom-scroll-style::-webkit-scrollbar-track:vertical {
    background-color: #eee;
  }
  body:not(.is-mobile) .vertical-custom-scroll-style::-webkit-scrollbar-thumb:vertical {
    background-color: #bbb;
    border-radius: 10px;
  }
  body:not(.is-mobile) .vertical-custom-scroll-style::-webkit-scrollbar-thumb:vertical:hover,
  body:not(.is-mobile) .vertical-custom-scroll-style::-webkit-scrollbar-thumb:vertical:active {
    background-color: #888;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar {
    display: block;
    height: 10px;
    width: 10px;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-track:vertical,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-track:horizontal {
    background-color: #eee;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:vertical,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:horizontal {
    background-color: #bbb;
    border-radius: 10px;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:vertical:hover,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:horizontal:hover,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:vertical:active,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:horizontal:active {
    background-color: #888;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar {
    display: block;
    height: 10px;
    width: 10px;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-track:vertical,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-track:horizontal {
    background-color: #eee;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:vertical,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:horizontal {
    background-color: #bbb;
    border-radius: 10px;
  }
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:vertical:hover,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:horizontal:hover,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:vertical:active,
  body:not(.is-mobile) .custom-scroll::-webkit-scrollbar-thumb:horizontal:active {
    background-color: #888;
  }
  .dropdown.font-picker.required .dropdown-toggle {
    background-position: 0px 0px;
  }
  .dropdown.font-picker.required .dropdown-toggle span:first-child {
    color: transparent;
  }
  .dropdown.font-picker.required .dropdown-menu .wrapper {
    background-position: 0px 0px;
  }
  .dropdown.font-picker.required .font-clear {
    display: none;
  }
  .dropdown.font-picker .dropdown-toggle {
    height: 58px;
    background: #ffffff;
    font-size: 1.2em;
    overflow: hidden;
  }
  .dropdown.font-picker .dropdown-toggle .toggle-bg {
    width: 98%;
    height: 78px;
    margin: -5px -10px;
    line-height: 58px;
    background: #fff url("/static/img/font-specimens-8colors.png") top left no-repeat;
    background-position: -8px 58px;
  }
  .dropdown.font-picker .dropdown-toggle .toggle-bg span {
    padding-left: 10px;
  }
  .dropdown.font-picker .dropdown-toggle .caret {
    margin-top: 20px;
  }
  .dropdown.font-picker .dropdown-toggle.chosen span:first-child {
    color: transparent;
  }
  .dropdown.font-picker .dropdown-toggle:active {
    box-shadow: none;
  }
  .dropdown.font-picker .dropdown-menu {
    position: fixed;
    top: 5%;
    bottom: 5%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.475);
  }
  .dropdown.font-picker .dropdown-menu .wrapper {
    background: #fff url("/static/img/font-specimens-8colors.png") top left no-repeat;
    background-position: 0px 58px;
  }
  .dropdown.font-picker .dropdown-menu .wrapper .last-custom-font {
    border-bottom: 1px solid black;
  }
  .dropdown.font-picker .dropdown-menu .wrapper .font-clear .font-item {
    text-decoration: none;
    color: #333333;
    font-size: 1.2em;
    padding: 18px 14px;
  }
  .dropdown.font-picker .dropdown-menu .wrapper .font-item {
    display: block;
    height: 58px;
    color: transparent;
  }
  .dropdown.font-picker .dropdown-menu .wrapper .font-item.selected {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .dropdown.font-picker .font-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .dropdown-menu > li > .dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #555;
    white-space: nowrap;
  }
  .dropdown-menu > li > .dropdown-item.clickable {
    cursor: pointer;
  }
  .dropdown-menu > li > .dropdown-item.clickable:hover,
  .dropdown-menu > li > .dropdown-item.clickable:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > li > .dropdown-item.muted {
    color: #777777;
  }
  .dropdown-menu > li > .dropdown-item.grouped {
    padding-left: 35px;
  }
  .panel-campaigns-in-player > .table {
    display: grid;
  }
  .panel-campaigns-in-player > .table .ui-sortable {
    cursor: move;
  }
  .panel-campaigns-in-player > .table .ui-sortable-helper {
    background-color: white;
    border: 1px solid #ddd;
  }
  .panel-campaigns-in-player > .table .ui-sortable-helper > td {
    border: 0;
  }
  .panel-campaigns-in-player > .table td {
    border: 0;
  }
  .panel-campaigns-in-player > .table td.thumb {
    grid-area: thumb;
    padding-left: 0;
    padding-top: 7px;
  }
  .panel-campaigns-in-player > .table td.thumb .paused-label {
    margin-bottom: 10px;
    align-self: flex-start;
  }
  .panel-campaigns-in-player > .table td.thumb .background-thumb {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 74px;
    width: 132px;
  }
  .panel-campaigns-in-player > .table td.bulk-check {
    grid-area: bulkcheck;
    text-align: center;
  }
  .panel-campaigns-in-player > .table td.rules {
    grid-area: rules;
  }
  @media (max-width: 991px) {
    .panel-campaigns-in-player > .table td.thumb {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .panel-campaigns-in-player > .table td.rules {
      display: block;
      padding: 0 8px 8px 0;
      border-top: 0;
    }
    .panel-campaigns-in-player > .table td.bulk-check {
      width: 42px;
    }
  }
  .panel-campaigns-in-player > .table .content-playback {
    display: grid;
    grid-template-areas: "bulkcheck thumb rules";
    grid-template-columns: 45px 140px 1fr;
  }
  .panel-campaigns-in-player > .table .content-playback:not(:first-of-type) {
    border-top: 1px solid #ddd;
  }
  .panel-campaigns-in-player > .table .content-playback .vue-restrictions {
    width: 100%;
  }
  .panel-campaigns-in-player > .table .content-playback > .vue-restrictions {
    margin-top: 10px;
  }
  .panel-campaigns-in-player > .table .content-playback .rule + .vue-restrictions {
    margin-top: 0;
    padding: 10px;
    border: 1px solid #f1f1f1;
  }
  .panel-campaigns-in-player > .table .content-playback .rule + .vue-restrictions .edit-icon > i {
    margin: 0;
  }
  @media (max-width: 991px) {
    .panel-campaigns-in-player > .table .content-playback {
      grid-template-areas: "bulkcheck thumb" "bulkcheck rules";
      grid-template-columns: 45px 1fr;
    }
  }
  @media (max-width: 767px) {
    .panel-campaigns-in-player > .table .content-playback {
      grid-template-areas: "bulkcheck thumb" "rules rules";
    }
    .panel-campaigns-in-player > .table .content-playback .thumb {
      margin-right: 42px;
    }
    .panel-campaigns-in-player > .table .content-playback .rules {
      padding-left: 8px;
    }
  }
  .panel-campaigns-in-player .rules .rule-container .rule {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
    background-color: #f1f1f1;
  }
  .panel-campaigns-in-player .rules .rule-container .rule .row-item {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .panel-campaigns-in-player .rules .rule-container .rule .row-item.column {
    flex-direction: column;
  }
  .panel-campaigns-in-player .rules .rule-container .restrictions,
  .panel-campaigns-in-player .rules .rule-container .interactivities {
    background-color: #f7f8fa;
    display: flex;
    flex-wrap: wrap;
  }
  .panel-campaigns-in-player .rules .rule-container .restrictions .row-item,
  .panel-campaigns-in-player .rules .rule-container .interactivities .row-item {
    display: flex;
    flex: 50%;
    padding: 10px;
    gap: 10px;
  }
  .panel-campaigns-in-player .rules .rule-container .restrictions:not(:first-of-type),
  .panel-campaigns-in-player .rules .rule-container .interactivities:not(:first-of-type) {
    border-top: 1px solid #ddd;
  }
  .panel-campaigns-in-player .rules .rule-container .restrictions.editable .row-item:nth-child(2),
  .panel-campaigns-in-player .rules .rule-container .interactivities.editable .row-item:nth-child(2) {
    flex: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
  .panel-campaigns-in-player .rules .rule-container .restrictions.editable .row-item.icon-edit,
  .panel-campaigns-in-player .rules .rule-container .interactivities.editable .row-item.icon-edit {
    justify-content: flex-end;
    flex: 30px;
    min-width: 30px;
  }
  @media (max-width: 991px) {
    .panel-campaigns-in-player .rules .rule-container .restrictions .row-item,
    .panel-campaigns-in-player .rules .rule-container .interactivities .row-item {
      flex: 100%;
    }
    .panel-campaigns-in-player .rules .rule-container .restrictions.editable .row-item:nth-child(1),
    .panel-campaigns-in-player .rules .rule-container .interactivities.editable .row-item:nth-child(1) {
      flex: calc(100% - 30px);
      min-width: calc(100% - 30px);
    }
    .panel-campaigns-in-player .rules .rule-container .restrictions.editable .row-item:nth-child(2),
    .panel-campaigns-in-player .rules .rule-container .interactivities.editable .row-item:nth-child(2) {
      order: 1;
    }
  }
  .panel-campaigns-in-player .rules .title-container {
    margin: 0 10px 10px 0;
    display: flex;
    justify-content: space-between;
  }
  .panel-campaigns-in-player .rules .title-container .title {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-right: 10px;
  }
  .panel-campaigns-in-player .rules .title-container .label-name {
    font-weight: bold;
  }
  .panel-campaigns-in-player .rules .title-container .action-icons {
    align-items: center;
  }
  .panel-campaigns-in-player .rules .title-container .sorting-indicator {
    display: none;
  }
  .panel-campaigns-in-player .rules .action-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
  }
  .panel-campaigns-in-player .rules .section-header {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 200;
  }
  .panel-campaigns-in-player .rules .table {
    margin-bottom: 0;
  }
  .panel-campaigns-in-player .rules .table .icon {
    position: relative;
    width: 30px;
  }
  .panel-campaigns-in-player .panel-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .panel-campaigns-in-player .panel-actions .pull-right {
    margin-left: auto;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder {
    color: #fff;
    background-color: #027cbb;
    border-color: #026ca2;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder:focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder.focus {
    color: #fff;
    background-color: #015b89;
    border-color: #001824;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder:hover {
    color: #fff;
    background-color: #015b89;
    border-color: #014466;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder:active,
  .panel-campaigns-in-player .panel-actions .btn-reorder.active,
  .open > .dropdown-toggle.panel-campaigns-in-player .panel-actions .btn-reorder {
    color: #fff;
    background-color: #015b89;
    border-color: #014466;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder:active:hover,
  .panel-campaigns-in-player .panel-actions .btn-reorder.active:hover,
  .open > .dropdown-toggle.panel-campaigns-in-player .panel-actions .btn-reorder:hover,
  .panel-campaigns-in-player .panel-actions .btn-reorder:active:focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder.active:focus,
  .open > .dropdown-toggle.panel-campaigns-in-player .panel-actions .btn-reorder:focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder:active.focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder.active.focus,
  .open > .dropdown-toggle.panel-campaigns-in-player .panel-actions .btn-reorder.focus {
    color: #fff;
    background-color: #014365;
    border-color: #001824;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder:active,
  .panel-campaigns-in-player .panel-actions .btn-reorder.active,
  .open > .dropdown-toggle.panel-campaigns-in-player .panel-actions .btn-reorder {
    background-image: none;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder.disabled,
  .panel-campaigns-in-player .panel-actions .btn-reorder[disabled],
  fieldset[disabled] .panel-campaigns-in-player .panel-actions .btn-reorder,
  .panel-campaigns-in-player .panel-actions .btn-reorder.disabled:hover,
  .panel-campaigns-in-player .panel-actions .btn-reorder[disabled]:hover,
  fieldset[disabled] .panel-campaigns-in-player .panel-actions .btn-reorder:hover,
  .panel-campaigns-in-player .panel-actions .btn-reorder.disabled:focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder[disabled]:focus,
  fieldset[disabled] .panel-campaigns-in-player .panel-actions .btn-reorder:focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder.disabled.focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder[disabled].focus,
  fieldset[disabled] .panel-campaigns-in-player .panel-actions .btn-reorder.focus,
  .panel-campaigns-in-player .panel-actions .btn-reorder.disabled:active,
  .panel-campaigns-in-player .panel-actions .btn-reorder[disabled]:active,
  fieldset[disabled] .panel-campaigns-in-player .panel-actions .btn-reorder:active,
  .panel-campaigns-in-player .panel-actions .btn-reorder.disabled.active,
  .panel-campaigns-in-player .panel-actions .btn-reorder[disabled].active,
  fieldset[disabled] .panel-campaigns-in-player .panel-actions .btn-reorder.active {
    background-color: #027cbb;
    border-color: #026ca2;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder .badge {
    color: #027cbb;
    background-color: #fff;
  }
  .panel-campaigns-in-player .panel-actions .btn-reorder .btn-label-sorting {
    display: none;
  }
  .panel-campaigns-in-player .panel-actions .bulk {
    display: flex;
    align-items: center;
  }
  .panel-campaigns-in-player .panel-actions .bulk input {
    margin: 0 13px 0 0;
  }
  .panel-campaigns-in-player .panel-actions .bulk .btn {
    line-height: normal;
    margin-right: 3px;
  }
  .panel-campaigns-in-player .panel-actions > .fas {
    vertical-align: middle;
    font-size: 1.1em;
    color: #333333;
  }
  .panel-campaigns-in-player .panel-title {
    display: flex;
    align-items: center;
  }
  .panel-campaigns-in-player.is-sorting .rules .sorting-indicator {
    display: block;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder {
    color: #fff;
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.focus {
    color: #fff;
    background-color: #cc5f00;
    border-color: #663000;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:hover {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:active,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.active,
  .open > .dropdown-toggle.panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:active:hover,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.active:hover,
  .open > .dropdown-toggle.panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:hover,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:active:focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.active:focus,
  .open > .dropdown-toggle.panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:active.focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.active.focus,
  .open > .dropdown-toggle.panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.focus {
    color: #fff;
    background-color: #a84f00;
    border-color: #663000;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:active,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.active,
  .open > .dropdown-toggle.panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder {
    background-image: none;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.disabled,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder[disabled],
  fieldset[disabled] .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.disabled:hover,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder[disabled]:hover,
  fieldset[disabled] .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:hover,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.disabled:focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder[disabled]:focus,
  fieldset[disabled] .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.disabled.focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder[disabled].focus,
  fieldset[disabled] .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.focus,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.disabled:active,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder[disabled]:active,
  fieldset[disabled] .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder:active,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.disabled.active,
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder[disabled].active,
  fieldset[disabled] .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder.active {
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder .badge {
    color: #ff7700;
    background-color: #fff;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder .btn-label {
    display: none;
  }
  .panel-campaigns-in-player.is-sorting .panel-actions .btn-reorder .btn-label-sorting {
    display: inline;
  }
  .panel-campaigns-in-player.is-sorting .bulk > [name="select"],
  .panel-campaigns-in-player.is-sorting .bulk-check > [name="select"],
  .panel-campaigns-in-player.is-sorting .li-edit {
    visibility: hidden;
  }
  .panel-campaigns-in-player .label {
    padding: 0.3em 0.6em;
  }
  .colored-url {
    color: #c7254e;
  }
  .panel-resources .panel-period {
    line-height: 27px;
  }
  .panel-resources .panel-period a {
    text-decoration: none;
    margin: 0 5px;
  }
  .panel-resources .panel-period a.badge {
    margin: 0;
  }
  .panel-resources .img-resource {
    margin: 0 auto;
  }
  .panel-events {
    height: 500px;
    position: relative;
  }
  .panel-events.maximized {
    height: calc(100vh - 40px);
  }
  .panel-events.maximized ~ * {
    display: none;
  }
  .panel-events.maximized .event-list {
    height: calc(100vh - 83px);
  }
  .panel-events .panel-actions {
    overflow: visible;
  }
  .panel-events .panel-actions .btn {
    margin-right: 6px;
  }
  .panel-events .event-list {
    height: 458px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
  }
  .panel-events .event-list .no-events {
    width: 100%;
    line-height: 458px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    background-color: #f7f7f7;
  }
  .panel-events .event-list .event {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 6px;
    font-weight: bold;
  }
  .panel-events .event-list .event.read {
    font-weight: normal;
  }
  .panel-events .event-list .event .severity {
    float: right;
    margin: 2px 10px;
  }
  .panel-events .event-list .event .label.label-error {
    background-color: #d9534f;
  }
  .panel-events .event-list .event .label.label-error[href]:hover,
  .panel-events .event-list .event .label.label-error[href]:focus {
    background-color: #c9302c;
  }
  .panel-events .event-list .event .label.label-fatal {
    background-color: #d9534f;
  }
  .panel-events .event-list .event .label.label-fatal[href]:hover,
  .panel-events .event-list .event .label.label-fatal[href]:focus {
    background-color: #c9302c;
  }
  .panel-events .event-list .event .label.label-app {
    background-color: #b082d9;
  }
  .panel-events .event-list .event .label.label-app[href]:hover,
  .panel-events .event-list .event .label.label-app[href]:focus {
    background-color: #975bcd;
  }
  .panel-events .event-list .event .label.label-debug,
  .panel-events .event-list .event .label.label-verbose,
  .panel-events .event-list .event .label.label-internal {
    background-color: #aaa;
  }
  .panel-events .event-list .event .label.label-debug[href]:hover,
  .panel-events .event-list .event .label.label-verbose[href]:hover,
  .panel-events .event-list .event .label.label-internal[href]:hover,
  .panel-events .event-list .event .label.label-debug[href]:focus,
  .panel-events .event-list .event .label.label-verbose[href]:focus,
  .panel-events .event-list .event .label.label-internal[href]:focus {
    background-color: #919191;
  }
  .panel-events .event-list .event .label.label-advert {
    background-color: #b082d9;
  }
  .panel-events .event-list .event .label.label-advert[href]:hover,
  .panel-events .event-list .event .label.label-advert[href]:focus {
    background-color: #975bcd;
  }
  .panel-events .event-list .event .timestamp {
    float: right;
    white-space: nowrap;
    min-width: 150px;
  }
  .panel-events .event-list .event.event-debug {
    background-color: #ffffff;
  }
  .panel-events .event-list .event.event-info {
    background-color: #ffffff;
  }
  .panel-events .event-list .event.event-warning {
    background-color: #fdf5e9;
  }
  .panel-events .event-list .event.event-error,
  .panel-events .event-list .event.event-fatal {
    background-color: #f7dad9;
  }
  .panel-events .event-list .event-new {
    display: flex;
    align-items: center;
  }
  .panel-events .event-list .event-new.display-raw {
    flex-wrap: wrap;
  }
  .panel-events .event-list .event-new.display-raw .break {
    flex-basis: 100%;
    height: 0;
  }
  .panel-events .event-list .event-new.display-raw pre {
    margin-top: 10px;
    flex-grow: 1;
  }
  .panel-events .event-list .event-new .label {
    margin: 2px 5px;
  }
  .panel-events .event-list .event-new .space {
    flex-grow: 1;
  }
  .panel-events .loading {
    bottom: 0px;
    right: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 15px;
    background: #fff;
    line-height: 30px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    font-weight: bold;
    color: #555555;
  }
  .panel-events .loading:before {
    content: "";
    background: url("/static/img/loader.gif") 0 0 no-repeat #fff;
    width: 25px;
    height: 10px;
    display: inline-block;
  }
  .panel-player-info .player-info {
    display: flex;
    flex-flow: wrap;
  }
  .panel-player-info .player-info-item {
    flex: 1 0 auto;
  }
  .panel-player-info .player-info-item > h4 {
    margin: 0;
    padding: 0 20px;
    line-height: 27px;
    background-color: #e4e4e4;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
  }
  .panel-player-info .player-info-item > p {
    margin: 0;
    padding: 5px 20px 15px 20px;
    height: calc(100% - 29px);
  }
  .panel-player-info .player-info-item .status {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .panel-footer.panel-footer-categories {
    display: flex;
  }
  .panel-footer.panel-footer-categories .title-category {
    margin-right: 10px;
  }
  .panel-footer.panel-footer-categories .label-category {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    display: inline-block;
    margin-bottom: 5px;
  }
  .panel-footer.panel-footer-categories .label-category .count {
    color: black;
    background-color: white;
    padding: 0 5px;
    border-radius: 10px;
  }
  .panel-footer.panel-footer-categories .label-category[data-type] {
    color: #fff;
  }
  .panel-footer.panel-footer-categories .label-category[data-type="image"] {
    background-color: #cfaa67;
  }
  .panel-footer.panel-footer-categories .label-category[data-type="video"] {
    background-color: #e69167;
  }
  .panel-footer.panel-footer-categories .label-category[data-type="widget"],
  .panel-footer.panel-footer-categories .label-category[data-type="widget-audio"],
  .panel-footer.panel-footer-categories .label-category[data-type="widget-automation"],
  .panel-footer.panel-footer-categories .label-category[data-type="widget-plugin"] {
    background-color: #b082d9;
  }
  .panel-footer.panel-footer-categories .label-category[data-type="composition"] {
    background-color: #82b4d9;
  }
  .panel-footer.panel-footer-categories .label-category[data-type="file-audio"] {
    background-color: #843c54;
  }
  .panel-footer.panel-footer-categories .label-category[data-type="file-mhtml"],
  .panel-footer.panel-footer-categories .label-category[data-type="file-html"],
  .panel-footer.panel-footer-categories .label-category[data-type="file-svg"],
  .panel-footer.panel-footer-categories .label-category[data-type="file-swf"] {
    background-color: #0077b5;
  }
  .panel-device-settings .table-partner tbody > tr:first-of-type th,
  .panel-device-settings .table-partner tbody > tr:first-of-type td {
    border-top: none;
  }
  .panel-device-settings .select-slider {
    width: 200px;
    display: inline-block;
  }
  .panel-device-settings .select-slider-selected-option {
    margin-left: 20px;
    display: inline-block;
  }
  .panel-device-settings .update-to-beta {
    margin-left: 20px;
    margin-top: -15px;
  }
  .panel-custom-branding canvas {
    display: block;
    margin: 0 auto;
  }
  .panel-working-hours .form-group {
    margin-bottom: 0;
  }
  .panel-rs232 .stop-bits {
    margin-top: 22px;
  }
  .panel-rs232 .config-item {
    padding: 15px;
  }
  .panel-rs232 .config-item > *:last-child {
    margin-bottom: 0;
  }
  .panel-rs232 .config-item > *:last-child .help-block {
    margin-bottom: 0;
  }
  .panel-rs232 .config-item .remove-btn {
    margin-top: -5px;
  }
  .panel-rs232 .config-item .table .command-name {
    width: 210px;
  }
  .panel-rs232 .config-item .table .command-retry {
    width: 75px;
  }
  .panel-rs232 .config-item .table .command-timeout {
    width: 100px;
  }
  .panel-window-config .row {
    margin-bottom: 0;
  }
  .panel-video-wall .table {
    margin-bottom: 0;
  }
  .panel-gpio-config .gpio-pins-flex {
    gap: 10px;
    align-items: flex-start;
  }
  .panel-gpio-config .gpio-pins-flex .gpio-pins-panel {
    flex: 1;
  }
  .panel-gpio-config .gpio-pins-flex .gpio-pins-panel .gpio-name {
    min-width: 55px;
  }
  .panel-working-hours .panel-heading,
  .panel-cubic .panel-heading,
  .panel-rs232 .panel-heading,
  .panel-window-config .panel-heading,
  .panel-video-wall .panel-heading,
  .panel-gpio-config .panel-heading,
  .bigquery-form .panel-heading {
    position: relative;
  }
  .panel-working-hours .panel-heading .panel-title,
  .panel-cubic .panel-heading .panel-title,
  .panel-rs232 .panel-heading .panel-title,
  .panel-window-config .panel-heading .panel-title,
  .panel-video-wall .panel-heading .panel-title,
  .panel-gpio-config .panel-heading .panel-title,
  .bigquery-form .panel-heading .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .panel-working-hours .panel-heading .form-group,
  .panel-cubic .panel-heading .form-group,
  .panel-rs232 .panel-heading .form-group,
  .panel-window-config .panel-heading .form-group,
  .panel-video-wall .panel-heading .form-group,
  .panel-gpio-config .panel-heading .form-group,
  .bigquery-form .panel-heading .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .panel-working-hours .panel-heading .form-group,
  .panel-cubic .panel-heading .form-group,
  .panel-rs232 .panel-heading .form-group,
  .panel-window-config .panel-heading .form-group,
  .panel-video-wall .panel-heading .form-group,
  .panel-gpio-config .panel-heading .form-group,
  .bigquery-form .panel-heading .form-group {
    margin-bottom: 0;
  }
  .panel-working-hours .table-summary .formset-error,
  .panel-cubic .table-summary .formset-error,
  .panel-rs232 .table-summary .formset-error,
  .panel-window-config .table-summary .formset-error,
  .panel-video-wall .table-summary .formset-error,
  .panel-gpio-config .table-summary .formset-error,
  .bigquery-form .table-summary .formset-error {
    display: inline-block;
  }
  .panel-working-hours .table-summary > thead > tr > td:first-of-type,
  .panel-cubic .table-summary > thead > tr > td:first-of-type,
  .panel-rs232 .table-summary > thead > tr > td:first-of-type,
  .panel-window-config .table-summary > thead > tr > td:first-of-type,
  .panel-video-wall .table-summary > thead > tr > td:first-of-type,
  .panel-gpio-config .table-summary > thead > tr > td:first-of-type,
  .bigquery-form .table-summary > thead > tr > td:first-of-type {
    text-align: left;
  }
  .panel-working-hours .table-summary > thead > tr > th,
  .panel-cubic .table-summary > thead > tr > th,
  .panel-rs232 .table-summary > thead > tr > th,
  .panel-window-config .table-summary > thead > tr > th,
  .panel-video-wall .table-summary > thead > tr > th,
  .panel-gpio-config .table-summary > thead > tr > th,
  .bigquery-form .table-summary > thead > tr > th,
  .panel-working-hours .table-summary > tbody > tr > td,
  .panel-cubic .table-summary > tbody > tr > td,
  .panel-rs232 .table-summary > tbody > tr > td,
  .panel-window-config .table-summary > tbody > tr > td,
  .panel-video-wall .table-summary > tbody > tr > td,
  .panel-gpio-config .table-summary > tbody > tr > td,
  .bigquery-form .table-summary > tbody > tr > td {
    text-align: center;
    padding: 5px;
    position: relative;
    border-top: 0;
  }
  .panel-working-hours .table-summary > tbody > tr > td,
  .panel-cubic .table-summary > tbody > tr > td,
  .panel-rs232 .table-summary > tbody > tr > td,
  .panel-window-config .table-summary > tbody > tr > td,
  .panel-video-wall .table-summary > tbody > tr > td,
  .panel-gpio-config .table-summary > tbody > tr > td,
  .bigquery-form .table-summary > tbody > tr > td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .panel-working-hours .table-summary > tbody > tr > td:first-child,
  .panel-cubic .table-summary > tbody > tr > td:first-child,
  .panel-rs232 .table-summary > tbody > tr > td:first-child,
  .panel-window-config .table-summary > tbody > tr > td:first-child,
  .panel-video-wall .table-summary > tbody > tr > td:first-child,
  .panel-gpio-config .table-summary > tbody > tr > td:first-child,
  .bigquery-form .table-summary > tbody > tr > td:first-child {
    border-left: 0;
  }
  .panel-working-hours .table-summary > tbody > tr > td .form-group,
  .panel-cubic .table-summary > tbody > tr > td .form-group,
  .panel-rs232 .table-summary > tbody > tr > td .form-group,
  .panel-window-config .table-summary > tbody > tr > td .form-group,
  .panel-video-wall .table-summary > tbody > tr > td .form-group,
  .panel-gpio-config .table-summary > tbody > tr > td .form-group,
  .bigquery-form .table-summary > tbody > tr > td .form-group {
    margin-bottom: 0;
  }
  .panel-working-hours .table-summary > tbody > tr > td .del-form-item,
  .panel-cubic .table-summary > tbody > tr > td .del-form-item,
  .panel-rs232 .table-summary > tbody > tr > td .del-form-item,
  .panel-window-config .table-summary > tbody > tr > td .del-form-item,
  .panel-video-wall .table-summary > tbody > tr > td .del-form-item,
  .panel-gpio-config .table-summary > tbody > tr > td .del-form-item,
  .bigquery-form .table-summary > tbody > tr > td .del-form-item {
    margin: 0 5px;
  }
  .panel-working-hours .table-summary > tbody > tr > td .del-form-item span.fas,
  .panel-cubic .table-summary > tbody > tr > td .del-form-item span.fas,
  .panel-rs232 .table-summary > tbody > tr > td .del-form-item span.fas,
  .panel-window-config .table-summary > tbody > tr > td .del-form-item span.fas,
  .panel-video-wall .table-summary > tbody > tr > td .del-form-item span.fas,
  .panel-gpio-config .table-summary > tbody > tr > td .del-form-item span.fas,
  .bigquery-form .table-summary > tbody > tr > td .del-form-item span.fas {
    top: 2px;
  }
  .panel-working-hours .table-summary > tfoot > tr > td label,
  .panel-cubic .table-summary > tfoot > tr > td label,
  .panel-rs232 .table-summary > tfoot > tr > td label,
  .panel-window-config .table-summary > tfoot > tr > td label,
  .panel-video-wall .table-summary > tfoot > tr > td label,
  .panel-gpio-config .table-summary > tfoot > tr > td label,
  .bigquery-form .table-summary > tfoot > tr > td label {
    margin-bottom: 0;
  }
  .panel-working-hours .table-summary > tfoot > tr > td span.fas,
  .panel-cubic .table-summary > tfoot > tr > td span.fas,
  .panel-rs232 .table-summary > tfoot > tr > td span.fas,
  .panel-window-config .table-summary > tfoot > tr > td span.fas,
  .panel-video-wall .table-summary > tfoot > tr > td span.fas,
  .panel-gpio-config .table-summary > tfoot > tr > td span.fas,
  .bigquery-form .table-summary > tfoot > tr > td span.fas {
    top: 2px;
  }
  .panel-working-hours .hours,
  .panel-cubic .hours,
  .panel-rs232 .hours,
  .panel-window-config .hours,
  .panel-video-wall .hours,
  .panel-gpio-config .hours,
  .bigquery-form .hours {
    width: 68px;
    padding: 2px;
    margin: 0 auto;
    text-align: center;
  }
  .panel-cubic .table-actions {
    width: 100px;
  }
  .panel-cubic .table-actions .delete-handler,
  .panel-cubic .table-actions .reorder-handler {
    display: inline-block;
    cursor: pointer;
    width: 40px;
  }
  .panel-cubic .tts-table tbody tr.ui-sortable-helper {
    background: white;
    border-top: 1px solid #ddd;
  }
  .panel-cubic .gain-curve-table tr td:nth-child(3) {
    width: 50px;
  }
  .panel-brightness-control .panel-heading {
    position: relative;
  }
  .panel-brightness-control .panel-heading .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .panel-brightness-control .panel-heading .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .panel-brightness-control .panel-body .slider-default-brightness {
    width: 350px;
    display: inline-block;
  }
  .panel-brightness-control .select-slider-selected-option {
    margin-left: 20px;
    display: inline-block;
    width: 30px;
  }
  .panel-brightness-control .brightness-input {
    display: none !important;
  }
  .panel-brightness-control .brightness-timeout {
    margin-top: 10px;
  }
  .panel-brightness-control .brightness-timeout .help-block {
    margin-bottom: 0;
  }
  .panel-brightness-control .slider-brightness {
    width: 300px;
    display: inline-block;
  }
  .action-form .form-group label > em {
    font-weight: normal;
  }
  .action-form .form-action {
    line-height: 34px;
    margin-bottom: 0;
  }
  .action-form .form-action a.return {
    text-decoration: underline;
  }
  .player-status {
    display: table;
    width: 120px;
    height: 30px;
    margin: 0 auto;
  }
  .player-status > .status {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
    text-align: center;
  }
  .player-status > .status > .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
  .player-status > .status > .icon.dynamic {
    -webkit-animation: sync-blink 2s infinite;
            animation: sync-blink 2s infinite;
  }
  .player-status > .status > .icon.wi-fi-3 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat 0px;
  }
  .player-status > .status > .icon.wi-fi-2 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat -24px;
  }
  .player-status > .status > .icon.wi-fi-1 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat -48px;
  }
  .player-status > .status > .icon.wi-fi-0 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat -72px;
  }
  .player-status > .status > .icon.sync.online {
    background: url("/static/icons/player-sync.png") no-repeat -48px;
  }
  .player-status > .status > .icon.sync.offline {
    background: url("/static/icons/player-sync.png") no-repeat -72px;
  }
  .player-status > .status > .icon.no-sync.online {
    background: url("/static/icons/player-sync.png") no-repeat -24px;
    -webkit-animation: sync-rotate 3s linear infinite;
            animation: sync-rotate 3s linear infinite;
  }
  .player-status > .status > .icon.no-sync.offline {
    background: url("/static/icons/player-sync.png") no-repeat 0px;
  }
  .player-status > .status > .count {
    display: inline;
    color: #fff;
    background-color: #777777;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
  }
  .player-status > .status > .count.count-error {
    background-color: #d9534f;
  }
  .player-status > .status > .desc {
    display: none;
    font-weight: bold;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
  }
  .player-status:hover > .status > .desc {
    display: block;
  }
  .player-status:hover > .status > .icon {
    display: none;
  }
  @-webkit-keyframes sync-blink {
    20% {
      opacity: 1;
    }
    50% {
      opacity: 0.8;
    }
    80% {
      opacity: 1;
    }
  }
  @keyframes sync-blink {
    20% {
      opacity: 1;
    }
    50% {
      opacity: 0.8;
    }
    80% {
      opacity: 1;
    }
  }
  @-webkit-keyframes sync-rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes sync-rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .changes-notice {
    margin: 5px 0 15px 0px;
  }
  .api-panel-permissions tr {
    border-top: solid 1px #ddd;
  }
  .panel-permissions.panel-flex .panel-actions {
    display: flex;
    align-items: center;
  }
  .panel-permissions.panel-flex .panel-actions input[type="checkbox"] {
    margin: 0;
  }
  .panel-permissions.panel-flex .spacer {
    flex-grow: 1;
  }
  .panel-permissions .table th,
  .panel-permissions .table td {
    padding: 5px 10px;
  }
  .panel-permissions .table td.bulk-check {
    width: 42px;
    text-align: center;
  }
  .panel-permissions .table tr.empty-permissions td {
    padding: 20px;
    font-weight: bold;
    text-align: center;
  }
  .panel-permissions .permission-mount {
    word-break: break-all;
    width: 33%;
  }
  .panel-permissions .permission-type {
    min-width: 60px;
  }
  .panel-permissions .permission-name {
    text-align: center;
    min-width: 76px;
  }
  .panel-permissions .panel-actions .bulk input {
    margin: 7px 26px 0 0;
  }
  .panel-permissions .panel-actions .input-group {
    width: 35%;
    float: right;
    z-index: 0;
  }
  .panel-permissions .panel-actions .input-group input {
    text-overflow: ellipsis;
  }
  .panel-permissions .padded-slider {
    padding-left: 50px;
    padding-right: 50px;
  }
  .panel-permissions .permission-actions {
    display: flex;
  }
  .panel-permissions .permission-actions > .btn {
    max-height: 34px;
    margin-left: 5px;
  }
  .panel-permissions .selectize-control.multi .selectize-input > div {
    word-break: break-all;
  }
  .panel-permissions .select-all-pages {
    text-align: center;
    background: #fafafa;
  }
  .uiv-paginator .pagination {
    margin-top: 0px;
  }
  .selectize-input > input::-webkit-input-placeholder {
    color: #999;
  }
  .selectize-input > input::-moz-placeholder {
    color: #999;
  }
  .selectize-input > input::-ms-input-placeholder {
    color: #999;
  }
  .selectize-input > input::placeholder {
    color: #999;
  }
  .panel-live {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .panel-live .stack {
    position: relative;
    margin: 0 auto;
  }
  .panel-live .stack > canvas {
    position: absolute;
    top: 0;
  }
  .panel-live .stack,
  .panel-live .panel-footer {
    display: none;
  }
  .panel-live.has-live-view .panel-body {
    position: relative;
    padding: 0;
  }
  .panel-live.has-live-view .panel-body .keyboard-container {
    position: absolute;
    display: flex;
    z-index: 1;
    top: 6px;
    right: 6px;
  }
  .panel-live.has-live-view .panel-body .keyboard-container .keyboard-field {
    height: initial;
    padding: 0 12px;
    border-radius: 4px 0 0 4px;
  }
  .panel-live.has-live-view .panel-body .keyboard-container .keyboard-send {
    padding-top: 6px;
    padding-bottom: 4px;
    border-radius: 0 4px 4px 0;
  }
  .panel-live.has-live-view .stack,
  .panel-live.has-live-view .panel-footer {
    display: block;
  }
  .panel-live.has-live-view .load-live-view,
  .panel-live.has-live-view .panel-live-info {
    display: none;
  }
  .panel-audit .extra {
    float: right;
    padding: 2px 3px;
    border: 1px solid;
    line-height: 1.4em;
    border-radius: 3px;
    white-space: nowrap;
    color: #333;
  }
  .panel-audit td.created em,
  .panel-audit td.created .fas {
    color: #5cb85c;
  }
  .panel-audit td.created .extra {
    border-color: #5cb85c;
    background-color: #dff0d8;
  }
  .panel-audit td.removed em,
  .panel-audit td.removed .fas {
    color: #d9534f;
  }
  .panel-audit td.removed .extra {
    border-color: #d9534f;
    background-color: #f2dede;
  }
  .panel-audit td.changed em,
  .panel-audit td.changed .fas {
    color: #5bc0de;
  }
  .panel-audit td.changed .extra {
    border-color: #5bc0de;
    background-color: #d9edf7;
  }
  .panel-audit td.failed em,
  .panel-audit td.failed .fas {
    color: #f0ad4e;
  }
  .panel-audit td.failed .extra {
    border-color: #f0ad4e;
    background-color: #fcf8e3;
  }
  .panel-audit .panel-actions .ordering {
    margin: 0 5px;
  }
  .ui-slider.ui-slider-horizontal {
    margin: 0 auto;
    height: 7px;
    border-radius: 3px;
    background-color: #ddd;
  }
  .ui-slider.ui-slider-horizontal .ui-slider-range {
    height: 7px;
    border-radius: 3px;
    background-color: #98df64;
  }
  .ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
    width: 15px;
    height: 15px;
    display: block;
  }
  .ui-slider.ui-slider-horizontal .ui-slider-handle.ui-state-default {
    background: #eee;
    border: 1px solid #999;
    border-radius: 10px;
  }
  .ui-slider.ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    border-color: #0077b5;
    box-shadow: 0 0 2px #0077b5;
  }
  .ui-slider.ui-slider-horizontal.ui-slider-processing {
    opacity: 0.5;
    pointer-events: none;
  }
  .player-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
  }
  .player-box a {
    display: block;
    font-size: 16px;
    line-height: 38px;
    background: #eaf1f2 url("/static/icons/bg-player.png") no-repeat 5px;
    vertical-align: middle;
    padding: 5px 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 38px;
    text-decoration: none;
  }
  .panel-sidebar-campaign .panel-sidebar-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .panel-sidebar-campaign .panel-sidebar-title .playlist {
    color: #6798e6;
  }
  .panel-sidebar-campaign .panel-sidebar-title .playlist:before {
    content: "\f5fd";
  }
  .panel-sidebar-campaign .panel-sidebar-title .campaign {
    color: #d982aa;
  }
  .panel-sidebar-campaign .panel-sidebar-title .campaign:before {
    content: "\f682";
  }
  .panel-sidebar-campaign .playlist-breadcrumb {
    margin-bottom: 10px;
  }
  .panel-sidebar-campaign .playlist-breadcrumb .crumb {
    font-size: 13px;
    color: #637282;
    opacity: 0.7;
  }
  .panel-sidebar-campaign .playlist-breadcrumb .crumb:last-child {
    opacity: 1;
  }
  .panel-sidebar-campaign .playlist-breadcrumb .separator {
    font-size: 13px;
    color: #637282;
    opacity: 0.7;
    min-width: 25px;
  }
  .panel-sidebar-campaign img {
    max-height: 121px;
  }
  .panel-campaign-players .player-thumb {
    text-decoration: none;
    display: block;
    width: 140px;
    height: 74px;
    border-radius: 4px;
    position: relative;
    background: url("/static/icons/play-icon.png") no-repeat 5px 45px;
    background-color: #bee2ef;
    padding: 3px 6px;
  }
  .panel-campaign-players .player-thumb.player-group-thumb {
    background: url("/static/icons/play-group-icon.png") no-repeat 5px 45px;
    background-color: #bee2ef;
  }
  .panel-campaign-players .player-thumb > .player-name {
    display: block;
    font-weight: bold;
    word-break: break-all;
    color: #333333;
  }
  .panel-campaign-players .player-thumb > .player-count {
    color: #777777;
    position: absolute;
    bottom: 8px;
    left: 35px;
  }
  .panel-campaign-players .player-thumb > .player-status-icons {
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
  .panel-campaign-players .player-thumb.player-alert {
    background-color: #f7ecb5;
  }
  .panel-campaign-players .player-thumb > .player-status-icons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 6px;
    position: absolute;
    right: 5px;
    bottom: 6px;
  }
  .panel-campaign-players .player-thumb > .player-status-icons .fas {
    margin-top: 5px;
    font-size: 14px;
    color: #855e0e;
  }
  .panel-campaign-players .visible-xs > .player-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .panel-campaign-players .table td.vue-restrictions {
    background-color: white;
  }
  .panel-campaign-players .table .player-item td.icon {
    width: 36px;
  }
  .panel-campaign-players .table .player-item .bulk-check {
    grid-area: "check";
    width: 42px;
    text-align: center;
  }
  .panel-campaign-players .table .player-item .thumb.hidden-xs {
    width: 160px;
  }
  .panel-campaign-players .table .player-item .rule .vue-restrictions {
    margin-bottom: 10px;
  }
  .panel-campaign-players .table .player-item .rule .interval-icon {
    margin-right: 5px;
  }
  .panel-campaign-players .rules hr {
    margin: 10px 0;
  }
  .panel-campaign-players .rules .label-category {
    margin-top: 2px;
  }
  .panel-campaign-players .rules .table {
    margin-bottom: 0;
  }
  .panel-campaign-players .rules .table td > .icon {
    width: 30px;
  }
  .panel-campaign-players .rules .table tr:first-of-type td {
    border-top: 0;
  }
  .panel-campaign-players .rules .table .description {
    width: 193px;
  }
  .panel-campaign-players .panel-title {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .panel-campaign-players .panel-actions .bulk input {
    display: inline-block;
    margin: 7px 10px 0 0;
  }
  .panel-campaign-restrictions > :first-child {
    margin-top: 0;
  }
  .panel-campaign-restrictions > .table {
    border: 1px solid #ddd;
    background-color: #f7f8fa;
  }
  .panel-campaign-restrictions > .vue-restrictions {
    margin-bottom: 15px;
  }
  .panel-campaign-restrictions > :last-child {
    margin-bottom: 0;
  }
  .nav-tabs-page {
    border-bottom: 0;
  }
  .nav-tabs-page:after {
    content: " ";
    width: 100%;
    display: block;
    position: absolute;
    border-bottom: 1px solid #ddd;
    top: 40px;
    z-index: -1;
    left: 0;
  }
  @media (max-width: 767px) {
    .nav-tabs-page:after {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .nav-tabs-page {
      border-radius: 4px;
      overflow: hidden;
      border: 2px solid #ddd;
      border-left: 0px;
      margin-bottom: 10px;
    }
  }
  .nav-tabs-page > li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  @media (max-width: 767px) {
    .nav-tabs-page > li {
      float: none;
      padding-bottom: 0px;
      border-bottom: 2px solid #ddd;
    }
  }
  .nav-tabs-page > li:last-child {
    border-bottom: 0px;
  }
  @media (min-width: 768px) {
    .nav-tabs-page > li:last-child {
      padding-right: 20px;
    }
  }
  .nav-tabs-page > li > a {
    font-size: 22px;
    border: 0;
    padding: 5px 16px 10px 16px;
    line-height: 1;
    min-height: 40px;
    color: #555555;
    border-radius: 0;
    background-color: transparent;
  }
  @media (max-width: 767px) {
    .nav-tabs-page > li > a {
      padding: 8px;
      border-left: 2px solid #ddd;
    }
  }
  .nav-tabs-page > li > a:hover,
  .nav-tabs-page > li > a:focus {
    background-color: transparent;
  }
  @media (max-width: 767px) {
    .nav-tabs-page > li > a:hover,
    .nav-tabs-page > li > a:focus {
      border-color: #ddd;
    }
  }
  .nav-tabs-page > li.active > a,
  .nav-tabs-page > li.active > a:hover,
  .nav-tabs-page > li.active > a:focus {
    border: 0;
    color: #005481;
    font-weight: 500;
    background-color: transparent;
  }
  @media (min-width: 768px) {
    .nav-tabs-page > li.active > a,
    .nav-tabs-page > li.active > a:hover,
    .nav-tabs-page > li.active > a:focus {
      border-bottom: 3px solid #005481;
    }
  }
  @media (max-width: 767px) {
    .nav-tabs-page > li.active > a,
    .nav-tabs-page > li.active > a:hover,
    .nav-tabs-page > li.active > a:focus {
      border-left: 3px solid #005481;
    }
  }
  .page-nav {
    position: relative;
    min-height: 40px;
  }
  .page-nav.page-nav-tabs {
    min-height: 52px;
  }
  .page-nav.page-nav-sub {
    margin-top: 0;
  }
  .page-nav:before,
  .page-nav:after {
    content: " ";
    display: table;
  }
  .page-nav:after {
    clear: both;
  }
  .page-nav .actions {
    position: relative;
    flex-grow: 1;
    height: initial;
    display: flex;
    top: initial;
    justify-content: flex-end;
  }
  @media (max-width: 767px) {
    .page-nav .actions {
      margin-bottom: 10px;
      width: 100%;
    }
    .page-nav .actions.header {
      margin-top: 0;
    }
  }
  @media (max-width: 992px) {
    .page-nav .actions {
      flex-direction: column;
      margin-bottom: 0;
    }
  }
  .page-nav .actions > .btn-wrapper {
    display: flex;
    flex-shrink: 0;
  }
  .page-nav .actions > .btn-wrapper > * {
    margin-left: 5px;
  }
  @media (max-width: 992px) {
    .page-nav .actions > .btn-wrapper > * {
      margin-bottom: 5px;
    }
    .page-nav .actions > .btn-wrapper > *:first-child {
      margin-left: 0px;
    }
  }
  @media (max-width: 992px) {
    .page-nav .actions > .btn-wrapper .btn:first-of-type {
      margin-left: auto;
    }
  }
  .page-nav .actions.padding-fix {
    right: 15px;
  }
  .page-nav .actions.header {
    margin-bottom: 10px;
  }
  @media (max-width: 992px) {
    .page-nav .actions {
      float: none;
    }
    .page-nav .actions > * {
      display: block;
      margin-bottom: 5px;
    }
  }
  .page-nav .actions .search-form {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: initial;
    -ms-flex-negative: 1;
  }
  .page-nav .actions-limit {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding-bottom: 10px;
  }
  .page-nav .info-icon {
    font-size: 21px;
    color: #005481;
    float: left;
    margin-top: 4px;
    margin-left: 9px;
  }
  .page-nav .info-icon:hover {
    color: #003c69;
  }
  .hint-dropdown {
    z-index: 1001;
    background: white;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    max-height: 500px;
    overflow: auto;
    top: 29px;
    padding: 0;
    border-radius: 0 0 4px 4px;
  }
  .hint-dropdown li.hint-item,
  .hint-dropdown li.help-item,
  .hint-dropdown li.hint-value {
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    min-height: 30px;
    color: #555555;
    cursor: pointer;
    text-align: left;
  }
  .hint-dropdown li.hint-item .hint-icon,
  .hint-dropdown li.help-item .hint-icon,
  .hint-dropdown li.hint-value .hint-icon,
  .hint-dropdown li.hint-item .hint-value-icon,
  .hint-dropdown li.help-item .hint-value-icon,
  .hint-dropdown li.hint-value .hint-value-icon {
    margin: 10px;
    color: #777777;
  }
  .hint-dropdown li.hint-item .hint-value-name,
  .hint-dropdown li.help-item .hint-value-name,
  .hint-dropdown li.hint-value .hint-value-name {
    margin: 10px 10px 10px 0;
    font-size: 0.9em;
  }
  .hint-dropdown li.hint-item .hint-info,
  .hint-dropdown li.help-item .hint-info,
  .hint-dropdown li.hint-value .hint-info {
    margin: 10px 10px 10px 0;
  }
  .hint-dropdown li.hint-item .hint-info .hint-title,
  .hint-dropdown li.help-item .hint-info .hint-title,
  .hint-dropdown li.hint-value .hint-info .hint-title {
    font-size: 0.9em;
    font-weight: bold;
  }
  .hint-dropdown li.hint-item .hint-info .hint-values,
  .hint-dropdown li.help-item .hint-info .hint-values,
  .hint-dropdown li.hint-value .hint-info .hint-values {
    font-size: 0.8em;
    color: #777777;
  }
  .hint-dropdown li.hint-item:hover,
  .hint-dropdown li.hint-value:hover,
  .hint-dropdown li.hint-item.focused,
  .hint-dropdown li.hint-value.focused {
    background: #eee;
    color: black;
  }
  .hint-dropdown li.hint-value:last-child {
    border-bottom: 0 solid transparent;
  }
  .hint-dropdown li.help-item {
    border-bottom: 0 solid transparent;
    padding: 10px 10px 10px 34px;
    font-size: 0.9em;
    font-weight: bold;
    cursor: auto;
  }
  .filter-search-form {
    vertical-align: middle;
    position: relative;
  }
  @media (max-width: 600px) {
    .filter-search-form {
      display: block;
      max-width: initial;
    }
  }
  .filter-search-form .input-search {
    padding-left: 32px;
  }
  .filter-search-form .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #999;
  }
  .filter-search-form .label-search-results {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 5px;
  }
  .filter-search-form .label-search-dismiss {
    position: absolute;
    top: 4px;
    padding: 5px;
  }
  .filter-search-form.input-small .fa-search {
    padding: 0;
    left: 10px;
    top: 7px;
  }
  .filter-search-form.input-small .label-search-results {
    top: 5px;
    right: 5px;
  }
  .fluid-column-wrapper .fluid-column-item {
    display: inline-block;
    width: 200px;
    margin: 10px;
  }
  @supports (display: grid) {
    .fluid-column-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      margin: -10px;
    }
    .fluid-column-wrapper .fluid-column-item {
      width: initial;
    }
  }
  .status {
    display: block;
    width: 24px;
    height: 24px;
  }
  .status.wi-fi-3.online.sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat 0px, url("/static/icons/player-sync.png") no-repeat -48px;
  }
  .status.wi-fi-2.online.sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat -24px, url("/static/icons/player-sync.png") no-repeat -48px;
  }
  .status.wi-fi-1.online.sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat -48px, url("/static/icons/player-sync.png") no-repeat -48px;
  }
  .status.wi-fi-3.online.no-sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat 0px, url("/static/icons/player-sync.png") no-repeat -24px;
  }
  .status.wi-fi-2.online.no-sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat -24px, url("/static/icons/player-sync.png") no-repeat -24px;
  }
  .status.wi-fi-1.online.no-sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat -48px, url("/static/icons/player-sync.png") no-repeat -24px;
  }
  .status.wi-fi-0.offline.sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat -72px, url("/static/icons/player-sync.png") no-repeat -72px;
  }
  .status.wi-fi-0.offline.no-sync {
    background: url("/static/icons/player-wi-fi.png") no-repeat -72px, url("/static/icons/player-sync.png") no-repeat 0px;
  }
  .status.wi-fi-3 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat 0px;
  }
  .status.wi-fi-2 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat -24px;
  }
  .status.wi-fi-1 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat -48px;
  }
  .status.wi-fi-0 {
    background: url("/static/icons/player-wi-fi-large.png") no-repeat -72px;
  }
  .status.online.sync {
    background: url("/static/icons/player-sync.png") no-repeat -48px;
  }
  .status.offline.sync {
    background: url("/static/icons/player-sync.png") no-repeat -72px;
  }
  .status.online.no-sync {
    background: url("/static/icons/player-sync.png") no-repeat -24px;
  }
  .status.offline.no-sync {
    background: url("/static/icons/player-sync.png") no-repeat 0px;
  }
  .panel-group .panel-selectable {
    border-color: #ddd;
  }
  .panel-group .panel-selectable.active {
    border-color: #026ca2;
  }
  .panel-group .panel-selectable.active .panel-heading {
    background-color: #027cbb;
    color: #fff;
  }
  .panel-group .panel-selectable.active .panel-heading a {
    color: #fff;
  }
  .panel-group .panel-selectable .panel-heading {
    background-color: #f8f8f8;
    color: #555555;
  }
  .panel-group .panel-selectable .panel-heading a {
    text-decoration: none;
    color: #555555;
  }
  .panel-group .panel-selectable .panel-heading input[type="radio"] {
    margin-right: 5px;
  }
  .panel-publishing h4 {
    font-weight: normal;
  }
  .panel-publishing .panel-item-selection.filtering .unfiltered-label {
    display: none;
  }
  .panel-publishing .panel-item-selection:not(.filtering) .filtered-label {
    display: none;
  }
  .panel-publishing .panel-item-selection .selection-actions {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .panel-publishing .panel-item-selection .available-items {
    padding: 0;
    height: 360px;
    overflow-y: auto;
  }
  .panel-publishing .panel-item-selection .available-items .item {
    display: flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    cursor: pointer;
  }
  .panel-publishing .panel-item-selection .available-items .item .name {
    flex-grow: 1;
    word-break: break-word;
    line-height: 1em;
  }
  .panel-publishing .panel-item-selection .available-items .item .name .fas {
    top: 2px;
  }
  .panel-publishing .panel-item-selection .available-items .item.selected {
    border-color: #026ca2;
    background-color: #027cbb;
    color: #fff;
  }
  .panel-publishing .panel-item-selection .available-items .item input[type="checkbox"] {
    margin: 0 5px;
  }
  .panel-publishing .panel-item-selection .available-items .item em {
    margin: 0 5px;
    white-space: nowrap;
    font-size: 10px;
  }
  .panel-publishing .panel-item-selection .available-items .item img {
    margin-left: 5px;
    max-width: 66px;
    max-height: 38px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .panel-publishing .panel-item-selection .available-items .item.player {
    background-image: url("/static/icons/play-icon.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }
  .panel-publishing .panel-item-selection .available-items .item.player em {
    right: 36px;
  }
  .panel-publishing .panel-item-selection .available-items .item.player-group {
    background-image: url("/static/icons/play-group-icon.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
  }
  .panel-publishing .col-middle {
    min-height: 486px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  @media (max-width: 992px) {
    .panel-publishing .col-middle {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-left: 0;
      border-right: 0;
      margin-top: 15px;
      min-height: 0;
    }
  }
  .panel-publishing .panel-when-rules .row {
    margin-bottom: 10px;
  }
  .panel-publishing .panel-when-rules .time-input {
    padding-left: 8px;
    padding-right: 8px;
  }
  .panel-publishing .panel-when-rules .time-input:focus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .panel-publishing .panel-when-rules .date-input {
    border-left: 0;
  }
  .panel-publishing .panel-when-rules .date-input:focus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .panel-publishing .panel-when-rules .weekdays ul {
    padding: 0;
    margin-bottom: 0;
  }
  .panel-publishing .panel-when-rules .weekdays ul li {
    display: inline-block;
    width: 31px;
  }
  .panel-publishing .panel-when-rules .weekdays ul li label {
    font-weight: normal;
  }
  .panel-publishing .panel-when-rules .bootstrap-datetimepicker-widget {
    left: auto !important;
    right: 0 !important;
  }
  .panel-publishing .panel-when-rules .input-group-addon .radio label {
    line-height: 20px;
  }
  .panel-publishing .panel-where-rules .map {
    margin: 15px -15px;
    width: calc(100% + 30px);
    min-height: 317px;
  }
  .panel-publishing .panel-where-rules .map img {
    width: 100%;
  }
  .panel-publishing .tag-list {
    display: none;
  }
  .panel-publishing .tag-list .panel-heading {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .panel-publishing .tag-list .tag-list-input {
    margin-top: -15px;
  }
  .panel-publishing .tag-control {
    margin-bottom: 15px;
  }
  .publishing-action {
    margin-bottom: 10px;
  }
  .publishing-action a {
    line-height: 34px;
  }
  .gmap {
    min-height: 275px;
    margin-bottom: 10px;
  }
  .gmap-search {
    position: absolute;
    margin-top: 10px;
    border: 1px solid transparent;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 12px;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
    display: none;
  }
  .gmap-search:focus {
    border-color: #4d90fe;
  }
  .gm-style .gmap-search {
    display: block !important;
  }
  .panel-players .select-all,
  .panel-players-group .select-all {
    background-color: #f4f6f8;
    display: none;
    height: 46px;
  }
  .panel-players .select-all.selecting,
  .panel-players-group .select-all.selecting {
    display: flex;
  }
  .panel-players .select-all .select-all-wrapper,
  .panel-players-group .select-all .select-all-wrapper {
    color: #637282;
    margin: auto;
  }
  .panel-players .select-all-server,
  .panel-players-group .select-all-server {
    color: #b0b7c0;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 12px;
    text-align: center;
  }
  .panel-players .select-all-server .select-all-wrapper,
  .panel-players-group .select-all-server .select-all-wrapper {
    margin: auto;
  }
  .panel-players .select-all-server .select-all-label,
  .panel-players-group .select-all-server .select-all-label,
  .panel-players .select-all-server .clear-selection-label,
  .panel-players-group .select-all-server .clear-selection-label {
    display: none;
  }
  .panel-players .select-all-server.all-selected .select-all-label,
  .panel-players-group .select-all-server.all-selected .select-all-label,
  .panel-players .select-all-server.all-server-selected .clear-selection-label,
  .panel-players-group .select-all-server.all-server-selected .clear-selection-label {
    display: inline-block;
  }
  .panel-players .select-all-server:hover,
  .panel-players-group .select-all-server:hover {
    color: #637282;
  }
  @media (max-width: 767px) {
    .panel-players .select-all-server,
    .panel-players-group .select-all-server {
      display: none;
    }
  }
  .panel-players .panel-heading .tagged-search,
  .panel-players-group .panel-heading .tagged-search {
    max-width: 147px;
  }
  @media (max-width: 767px) {
    .panel-players .panel-heading .tagged-search,
    .panel-players-group .panel-heading .tagged-search {
      max-width: 100%;
    }
  }
  .panel-players .panel-heading .players-list-checkbox,
  .panel-players-group .panel-heading .players-list-checkbox {
    padding: 5px 15px 0 0;
  }
  .panel-players .players-list-checkbox,
  .panel-players-group .players-list-checkbox {
    padding: 0 15px 0 10px;
    width: auto;
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    z-index: 90;
    margin-bottom: 0px;
  }
  .panel-players .panel-heading,
  .panel-players-group .panel-heading {
    overflow: inherit;
  }
  .panel-players .panel-heading .bulk-actions,
  .panel-players-group .panel-heading .bulk-actions {
    display: block;
    padding-left: 28px;
    margin-bottom: 0px;
  }
  @media (min-width: 767px) {
    .panel-players .panel-heading .bulk-actions .btn-delete,
    .panel-players-group .panel-heading .bulk-actions .btn-delete {
      float: right;
    }
  }
  @media (max-width: 768px) {
    .panel-players .panel-heading .bulk-actions > a,
    .panel-players-group .panel-heading .bulk-actions > a,
    .panel-players .panel-heading .bulk-actions > input,
    .panel-players-group .panel-heading .bulk-actions > input,
    .panel-players .panel-heading .bulk-actions > button,
    .panel-players-group .panel-heading .bulk-actions > button,
    .panel-players .panel-heading .bulk-actions > select,
    .panel-players-group .panel-heading .bulk-actions > select {
      display: block;
      margin-bottom: 5px;
      width: 100%;
    }
  }
  .panel-players .panel-heading .bulk-actions > button > img,
  .panel-players-group .panel-heading .bulk-actions > button > img {
    height: 15px;
    vertical-align: sub;
  }
  .panel-players .panel-player-list,
  .panel-players-group .panel-player-list {
    padding: 0px;
  }
  .panel-players .panel-player-list .info,
  .panel-players-group .panel-player-list .info {
    color: #777777;
  }
  .panel-players .panel-player-list .label,
  .panel-players-group .panel-player-list .label {
    color: #777777;
    font-weight: normal;
  }
  .panel-players .panel-player-list .details,
  .panel-players-group .panel-player-list .details {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 80;
  }
  .panel-players .panel-player-list .panel-player-list-item,
  .panel-players-group .panel-player-list .panel-player-list-item {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    max-width: 100%;
    min-height: 100px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-description,
  .panel-players-group .panel-player-list .panel-player-list-item .player-description {
    width: 100%;
    margin-bottom: 0;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block {
    display: flex;
    flex-wrap: initial;
    align-items: center;
    align-content: center;
    padding-left: 0;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: initial;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .player-name,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .player-name {
    word-wrap: break-word;
    margin: 5px 0;
    display: block;
    max-width: 100%;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .danger,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .danger {
    font-size: 12px;
    color: #d9534f;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .warning,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .warning {
    font-size: 12px;
    color: #c09853;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .info,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .info {
    font-size: 14px;
    margin: 0;
    color: #777777;
    display: block;
    max-width: 100%;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .info.device-note,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .info.device-note {
    margin-top: 5px;
    max-width: calc(100% - 30px);
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .info .text-warning,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .info .text-warning {
    position: relative;
    opacity: 0.9;
    z-index: 99;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .player-group-tag-list,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-first-block .details-wrapper .player-group-tag-list {
    margin-top: 5px;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block {
    display: flex;
    flex-wrap: initial;
    align-items: center;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
  }
  @media (max-width: 767px) {
    .panel-players .panel-player-list .panel-player-list-item .player-list-second-block,
    .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block {
      margin-bottom: 10px;
    }
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block .players-icon,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block .players-icon {
    display: flex;
    flex-wrap: initial;
    min-width: 10%;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 250px;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block .info,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block .info {
    margin-top: 10px;
    vertical-align: middle;
    display: inline-block;
    color: #777777;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block .icon-hv,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block .icon-hv {
    margin: 4px auto 0px;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block .icon-hv.no-sync.online,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block .icon-hv.no-sync.online {
    -webkit-animation: sync-rotate 3s linear infinite;
            animation: sync-rotate 3s linear infinite;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block .badge,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block .badge {
    background: #e4e4e4;
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 14px;
    color: #777777;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block .icon-status,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block .icon-status {
    min-height: 30px;
    padding: 0px 0px;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-second-block .icon-status > .label,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-second-block .icon-status > .label {
    display: none;
    margin-top: 12px;
    color: #777777;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block {
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: initial;
    align-items: center;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-around;
    width: 24.8%;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block .helper,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block .helper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block .helper .campaigns,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block .helper .campaigns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    z-index: 80;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block .helper .campaigns .image,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block .helper .campaigns .image {
    width: 120px;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block .helper .hint-small,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block .helper .hint-small {
    display: none;
    position: absolute;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block .helper .hint-small p,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block .helper .hint-small p {
    position: relative;
    top: 50%;
    text-shadow: 1px 2px 5px rgba(51, 51, 51, 0.8);
    line-height: 0;
    text-align: center;
    font-size: 14px;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block .helper .hint-small.hover,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block .helper .hint-small.hover {
    display: block;
    background-color: rgba(0, 122, 148, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 90;
    border-radius: 4px;
    -webkit-animation: fade 0.2s ease 0s 1 forwards;
            animation: fade 0.2s ease 0s 1 forwards;
  }
  .panel-players .panel-player-list .panel-player-list-item .player-list-third-block .btn-publish,
  .panel-players-group .panel-player-list .panel-player-list-item .player-list-third-block .btn-publish {
    position: relative;
    margin: 25px 0;
    z-index: 81;
  }
  .panel-players .panel-player-list .panel-player-list-item:not(.bg-danger):not(.bg-warning):hover,
  .panel-players-group .panel-player-list .panel-player-list-item:not(.bg-danger):not(.bg-warning):hover {
    background-color: #f5f5f5;
  }
  .panel-players .panel-player-list .panel-player-list-item:hover .icon-status > .label,
  .panel-players-group .panel-player-list .panel-player-list-item:hover .icon-status > .label {
    display: block;
  }
  .panel-players .panel-player-list .panel-player-list-item:hover .icon-status .icon-hv,
  .panel-players-group .panel-player-list .panel-player-list-item:hover .icon-status .icon-hv {
    display: none;
  }
  .panel-players .panel-player-list .panel-player-list-item:last-child,
  .panel-players-group .panel-player-list .panel-player-list-item:last-child {
    border-bottom: 0px;
  }
  .player-dashboard-search {
    padding-bottom: 10px;
  }
  .player-dashboard-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .player-dashboard-col {
    padding: 5px;
    padding-top: 0px;
  }
  .player-dashboard-col .panel-heading .tagged-search {
    max-width: 267px;
  }
  @media (max-width: 767px) {
    .player-dashboard-col .panel-heading .tagged-search {
      max-width: initial;
    }
  }
  .dashboard-container .panel-top-errors .status,
  .dashboard-container .panel-top-warnings .status {
    float: right;
    margin-right: 10px;
    margin-top: -2px;
  }
  .dashboard-container .panel-top-errors .badge {
    margin-top: 1px;
    background-color: #d9534f;
  }
  .dashboard-container .panel-top-warnings .badge {
    margin-top: 1px;
    background-color: #f0ad4e;
  }
  .dashboard-flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .dashboard-flex-container .dashboard-disk {
    flex: 1;
  }
  .dashboard-flex-container .dashboard-disk .disk-canvas {
    max-width: 135px;
    max-height: 135px;
  }
  .dashboard-flex-container .dashboard-graph {
    flex-grow: 1;
  }
  .dashboard-flex-container .dashboard-graph .graph-canvas {
    max-width: 504px;
    max-height: 135px;
  }
  .player-dashboard {
    margin: 0px 0px 5px;
  }
  .player-dashboard .panel-body {
    position: relative;
    min-height: 140px;
  }
  .player-dashboard .panel-body * {
    display: inline-block;
  }
  .player-dashboard .panel-body .legend {
    margin-left: 20px;
    vertical-align: top;
    text-align: left;
    padding: 0;
  }
  .player-dashboard .panel-body .legend > li {
    display: block;
    padding: 2px;
    line-height: 15px;
  }
  .player-dashboard .panel-body .legend > li.inactive {
    opacity: 0.2;
  }
  .player-dashboard .panel-body .legend > li > a {
    color: #333333;
  }
  .player-dashboard .panel-body .legend > li > a:hover,
  .player-dashboard .panel-body .legend > li > a:active,
  .player-dashboard .panel-body .legend > li > a:focus {
    text-decoration: none;
  }
  .player-dashboard .panel-body .legend > li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-right: 5px;
  }
  .player-dashboard .panel-body .canvas-dashboard {
    cursor: pointer;
  }
  .player-dashboard .panel-body .dashboard-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
  }
  .player-dashboard .panel-body .dashboard-label h5 {
    margin: 0;
  }
  .panel-players-group .players-group-list-checkbox {
    height: 20px;
    width: 20px;
    padding: 0 15px 0 10px;
    margin-bottom: 0;
    width: auto;
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    z-index: 90;
  }
  .panel-players-group .panel-heading {
    padding: 5px;
    line-height: 28px;
    overflow: inherit;
    display: flex;
  }
  .panel-players-group .panel-heading .players-group-list-checkbox {
    height: 30px;
  }
  .panel-players-group .panel-heading .bulk-actions {
    display: block;
    width: 100%;
  }
  @media (min-width: 767px) {
    .panel-players-group .panel-heading .bulk-actions .btn-delete {
      float: right;
    }
  }
  @media (max-width: 768px) {
    .panel-players-group .panel-heading .bulk-actions a,
    .panel-players-group .panel-heading .bulk-actions input,
    .panel-players-group .panel-heading .bulk-actions button,
    .panel-players-group .panel-heading .bulk-actions select {
      display: block;
      margin-bottom: 5px;
      width: 100%;
    }
  }
  .panel-players-group .panel-heading .bulk-actions a:last-child,
  .panel-players-group .panel-heading .bulk-actions input:last-child,
  .panel-players-group .panel-heading .bulk-actions button:last-child,
  .panel-players-group .panel-heading .bulk-actions select:last-child {
    margin-bottom: 0px;
  }
  .panel-player-group-list {
    padding: 0px;
  }
  .panel-player-group-list .label {
    color: #777777;
    font-weight: normal;
  }
  .panel-player-group-list .panel-player-group-list-item {
    width: 100%;
    height: 100%;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: flex;
    align-items: center;
    align-content: flex-start;
    min-height: 150px;
  }
  .panel-player-group-list .panel-player-group-list-item .details {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 80;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-first-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    padding: 0px;
  }
  @media (max-width: 991px) {
    .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block {
      padding-right: 10px;
    }
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .group-name {
    margin: 10px 0;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .group-info {
    color: #777777;
    margin: 10px 0;
    line-height: 20px;
    right: 7px;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 5px;
    margin-left: -4px;
    max-width: 720px;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb {
    text-decoration: none;
    display: inline-block;
    width: 19%;
    max-width: 136px;
    height: 74px;
    border-radius: 4px;
    position: relative;
    background: url("/static/icons/play-icon.png") no-repeat 6% 86%;
    background-color: #bee2ef;
    padding: 3px 6px;
    margin: 0 0.5% 0.5em 0.5%;
  }
  @media (max-width: 991px) {
    .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb {
      width: 24%;
      max-width: 152px;
    }
  }
  @media (max-width: 767px) {
    .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb {
      width: 32%;
      max-width: 202px;
    }
  }
  @media (max-width: 480px) {
    .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb {
      width: 48%;
      max-width: 178px;
    }
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb.more {
    background: transparent;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb > .player-name {
    display: block;
    font-weight: bold;
    word-break: break-all;
    color: #333333;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb > .player-count {
    color: #777777;
    position: absolute;
    bottom: 8px;
    left: 35px;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb.player-alert {
    background-color: #f7ecb5;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb > .player-status-icons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 6px;
    position: absolute;
    right: 5px;
    bottom: 6px;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-second-block .players-list .player-thumb > .player-status-icons .fas {
    margin-top: 5px;
    font-size: 14px;
    color: #855e0e;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: space-around;
    left: 3%;
    z-index: 90;
  }
  @media (max-width: 991px) {
    .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block {
      justify-content: center;
    }
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block .helper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block .helper .image {
    width: 180px;
    padding: 10px 10px;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block .helper .hint-small {
    display: none;
    position: absolute;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block .helper .hint-small p {
    position: relative;
    top: 50%;
    text-shadow: 1px 2px 5px rgba(51, 51, 51, 0.8);
    line-height: 0;
    text-align: center;
    font-size: 14px;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block .helper .hint-small.hover {
    display: block;
    background-color: rgba(0, 122, 148, 0.5);
    color: #fff;
    width: 110%;
    height: 100%;
    top: 0;
    left: -5%;
    border-radius: 4px;
    -webkit-animation: fade 0.2s ease 0s 1 forwards;
            animation: fade 0.2s ease 0s 1 forwards;
  }
  .panel-player-group-list .panel-player-group-list-item .player-group-list-third-block .helper .leading {
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .panel-player-group-list .panel-player-group-list-item:hover {
    background: #f5f5f5;
  }
  .panel-player-group-list .panel-player-group-list-item:last-child {
    border-bottom: 0px;
  }
  .players-group-edit {
    color: #555555;
  }
  .players-group-edit .panel-heading {
    padding: 5px;
  }
  .players-group-edit .panel-devices {
    padding-bottom: 5px;
  }
  .players-group-edit .panel-devices .empty-doodle {
    display: none;
  }
  .players-group-edit .panel-devices.empty-devices .empty-doodle {
    display: block;
  }
  .players-group-edit .panel-devices.empty-devices .no-results {
    display: none;
  }
  .players-group-edit .panel-devices .no-results {
    color: #005481;
    font-size: 18px;
    padding: 20px;
    width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  .players-group-edit .panel-devices .device-group-edit-well {
    padding: 15px;
    margin: 0 15px 10px;
  }
  .players-group-edit .panel-devices .devices-list {
    padding: 0 10px;
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .players-group-edit .panel-devices .devices-list .player-thumb {
    position: relative;
    width: 24%;
    height: 74px;
    margin: 0px 0.5% 1% 0.5%;
    float: left;
    cursor: pointer;
    background: url("/static/icons/play-icon.png") no-repeat 6% 86%;
    background-color: #eaf1f2;
    text-align: left;
    border-radius: 4px;
    padding: 3px 6px;
    -webkit-animation: fade 0.3s ease 0s 1 forwards;
            animation: fade 0.3s ease 0s 1 forwards;
  }
  @media (max-width: 991px) {
    .players-group-edit .panel-devices .devices-list .player-thumb {
      width: 32%;
    }
  }
  @media (max-width: 767px) {
    .players-group-edit .panel-devices .devices-list .player-thumb {
      width: 49%;
    }
  }
  .players-group-edit .panel-devices .devices-list .player-thumb.active {
    background-color: #eaf1f2;
    -webkit-animation: fade 0.3s ease 0s 1 forwards;
            animation: fade 0.3s ease 0s 1 forwards;
  }
  .players-group-edit .panel-devices .devices-list .player-thumb.active .player-name {
    color: #333333;
  }
  .players-group-edit .panel-devices .devices-list .player-thumb .player-name {
    display: block;
    font-weight: bold;
    word-break: break-all;
    color: #333333;
  }
  .players-group-edit .panel-devices .devices-list .player-thumb .player-count {
    color: #777777;
    position: absolute;
    bottom: 8px;
    left: 35px;
  }
  .players-group-edit .panel-devices .devices-list .player-thumb.player-alert {
    background-color: #f7ecb5;
  }
  .players-group-edit .panel-devices .devices-list .player-thumb > .player-status-icons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 6px;
    position: absolute;
    right: 5px;
    bottom: 6px;
  }
  .players-group-edit .panel-devices .devices-list .player-thumb > .player-status-icons .fas {
    margin-top: 5px;
    font-size: 14px;
    color: #855e0e;
  }
  .players-group-edit:not(.editable) .editable-only {
    display: none;
  }
  .players-group-edit.editable .devices-list .player-thumb.active {
    background-color: #005481;
  }
  .players-group-edit.editable .devices-list .player-thumb.active .player-name {
    color: #ffffff;
  }
  .players-group-edit:not(.filtering) .filtered-only {
    display: none;
  }
  .players-group-edit.filtering .unfiltered-only {
    display: none;
  }
  .panel-ftp-settings .ftp-form {
    display: inline;
  }
  .panel-ftp-settings .ftp-table th {
    padding-left: 20px;
  }
  .panel-ftp-settings .ftp-table td:nth-child(3) {
    padding: 7px;
  }
  .panel-saml-settings .table-summary {
    border: 1px solid #ddd;
  }
  .panel-saml-settings .table-summary .action-td {
    width: 37px;
    padding: 0;
  }
  .panel-saml-settings .checkbox .help-block {
    margin-bottom: 0;
  }
  @media (max-width: 599px) {
    .panel-logs .hljs {
      max-width: calc(100vw - 110px);
    }
  }
  @media (min-width: 600px) {
    .panel-logs .hljs {
      max-width: calc(100vw - 285px);
    }
    .collapsed + script + .content-parent .panel-logs .hljs {
      max-width: calc(100vw - 175px);
    }
  }
  .panel-general-settings .device-form-header {
    display: flex;
    background: #e4e4e4;
    border-bottom: 2px solid #ddd;
    padding: 5px 15px;
  }
  .panel-general-settings .device-form-header > :first-child {
    flex-grow: 1;
  }
  .panel-general-settings .device-form-item {
    display: flex;
    align-items: center;
  }
  .panel-general-settings .device-form-item .device-form-field {
    flex-grow: 1;
  }
  .panel-general-settings .device-form-item .device-form-field .text-warning {
    margin-bottom: 0;
  }
  .panel-general-settings .device-form-item .device-form-field .text-warning + .form-group {
    opacity: 0.5;
  }
  .panel-general-settings .device-form-item .device-form-field + .btn-apply,
  .panel-general-settings .device-form-item .device-form-field + div {
    margin-left: 30px;
  }
  .panel-general-settings.panel-general-settings-striped {
    padding: 0;
  }
  .panel-general-settings.panel-general-settings-striped .device-form-item {
    padding: 7.5px 15px;
  }
  .panel-general-settings.panel-general-settings-striped .device-form-item:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .panel-general-settings .email-alert-block hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .panel-general-settings .email-alert-block .blocked-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .panel-update-interval .select-slider {
    width: 350px;
    display: inline-block;
  }
  .panel-update-interval .select-slider-selected-option {
    margin-left: 20px;
    display: inline-block;
  }
  .panel-update-interval .interval-select {
    display: none !important;
  }
  .modal-global-settings-apply ul {
    padding-left: 0;
    margin: 0;
    margin-right: -15px;
  }
  .modal-global-settings-apply ul > li {
    display: inline-block;
    width: 179px;
    height: 60px;
    margin: 0 15px 10px 0;
    border-radius: 4px;
    position: relative;
    background: #bee2ef url("/static/icons/play-group-icon.png") no-repeat 6% 86%;
    padding: 3px 6px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .modal-global-settings-apply ul > li > input[type="checkbox"] {
    cursor: pointer;
  }
  .modal-global-settings-apply ul > li > .player-count {
    color: #777777;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-weight: normal;
  }
  .modal-global-settings-apply ul > li.selected {
    background-color: #31a1c9;
  }
  .centralize-main-content {
    float: none;
    margin: 0 auto;
  }
  .panel-live-monitor > .panel-heading {
    padding: 5px;
  }
  .panel-live-monitor > .panel-heading .panel-live-monitor-title {
    margin: 5px 0 0 10px;
  }
  .panel-live-monitor > .panel-body {
    min-height: 90px;
    padding: 5px;
  }
  @media (min-width: 768px) {
    .panel-live-monitor > .panel-body {
      min-height: 148px;
    }
  }
  .panel-live-monitor > .panel-body .col-xs-6,
  .panel-live-monitor > .panel-body .col-sm-3 {
    padding: 5px;
  }
  .panel-live-monitor > .panel-footer {
    padding: 4px 10px 0px 10px;
    text-align: right;
    min-height: 40px;
  }
  .panel-live-monitor > .panel-footer .text-hint {
    color: #777777;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
  }
  .panel-live-monitor > .panel-footer .pagination {
    margin: 0px;
  }
  .panel-live-monitor > .panel-footer .pagination > .active {
    pointer-events: none;
  }
  .panel-live-monitor > .panel-footer .pagination > :not(.active) {
    cursor: pointer;
  }
  .panel-player-location {
    margin-bottom: 5px;
  }
  .panel-player-location > .panel-heading {
    padding: 5px;
  }
  .panel-player-location > .panel-heading .panel-location-title {
    margin: 5px 0 0 10px;
  }
  .panel-player-location > .panel-heading .search-results {
    padding: 5px 15px;
    float: right;
    margin: 0 5px;
    height: 30px;
  }
  .panel-player-location > .panel-heading .search-results:not(.alert-warning) {
    cursor: pointer;
  }
  .panel-player-location > .panel-heading .heading-action {
    float: right;
  }
  @media (max-width: 767px) {
    .panel-player-location > .panel-heading .heading-action {
      margin-top: 5px;
    }
  }
  .panel-player-location > .panel-heading .heading-action .search-action {
    float: right;
    max-width: 300px;
  }
  @media (max-width: 767px) {
    .panel-player-location > .panel-heading .heading-action .search-action {
      max-width: none;
    }
  }
  .panel-player-location > .panel-body {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .panel-player-location .player-map {
    min-width: 100%;
    min-height: 500px;
  }
  .panel-player-location .player-map .preload {
    cursor: pointer;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 500px;
  }
  .panel-player-location .player-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 25%;
    height: 100%;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    opacity: 1;
  }
  .panel-player-location .player-info .panel-heading {
    padding: 15px;
    height: 52px;
    border-bottom: 1px solid #e5e5e5;
  }
  .panel-player-location .player-info .panel-body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 448px;
  }
  .panel-player-location .player-info .player-name {
    margin-top: 0;
    word-break: break-all;
  }
  .panel-player-location .player-info .player-name a,
  .panel-player-location .player-info .player-name a:hover {
    color: #333333;
  }
  .panel-player-location .player-info .player-last-seen .player-data:first-child,
  .panel-player-location .player-info .player-last-seen:hover .player-data:last-child {
    display: none;
  }
  .panel-player-location .player-info .player-last-seen:hover .player-data:first-child {
    display: block;
  }
  .panel-player-location .player-info .player-status {
    display: block;
    width: 80%;
    height: initial;
  }
  .panel-player-location .player-info .player-status .status {
    display: inline-block;
  }
  .panel-player-location .player-info .player-data {
    color: #777777;
    margin: 0 auto 20px auto;
  }
  .panel-player-location .player-info .player-campaign h5 {
    word-break: break-all;
  }
  .panel-player-location .player-info .player-campaign-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .panel-player-location .panel-footer .map-legend {
    display: flex;
  }
  .panel-player-location .panel-footer .map-legend .marker-image {
    width: 56px;
  }
  .panel-player-location .panel-footer .map-legend .marker-icon {
    align-self: center;
    float: left;
    margin-top: -5px;
    width: 14px;
    overflow: hidden;
  }
  .panel-player-location .panel-footer .map-legend .marker-icon .marker-grey {
    overflow: hidden;
  }
  .panel-player-location .panel-footer .map-legend .marker-icon .marker-green {
    margin-left: -14px;
  }
  .panel-player-location .panel-footer .map-legend .marker-icon .marker-red {
    margin-left: -28px;
  }
  .panel-player-location .panel-footer .map-legend .marker-icon .marker-yellow {
    margin-left: -42px;
  }
  .panel-player-location .panel-footer .map-legend .legend-label {
    align-self: center;
    float: left;
    padding: 0px 10px 0 5px;
    font-size: 1.2rem;
  }
  .badge.badge-info {
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 14px;
    background: #e4e4e4;
    color: #777;
  }
  .badge.badge-info .fas {
    font-size: 12px;
  }
  .panel-sidebar-navigation .content-tag-list {
    margin-top: 10px;
  }
  .content-tag-list .content-tag {
    position: relative;
    display: inline-block;
    margin: 5px 5px 0px 0px;
    padding: 0 6px;
    color: white;
    font-size: 11px;
    line-height: 20px;
    border-radius: 3px;
  }
  .content-tag-list .content-tag.campaign {
    background-color: #d982aa;
  }
  .content-tag-list .content-tag.playlist {
    background-color: #6798e6;
  }
  .content-tag-list .content-tag.audio-playlist {
    background-color: #843c54;
  }
  .panel-sidebar-navigation .player-group-tag-list {
    margin-bottom: 10px;
  }
  .player-group-tag-list {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .panel-sidebar-navigation .player-group-tag-list {
    text-align: center;
  }
  .content-attr-list {
    margin: 5px 0 0 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  .alert-info-tag {
    display: inline-block;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    line-height: 20px;
    padding: 0 6px;
    font-size: 11px;
    border-radius: 3px;
    margin: 0px 5px 5px 0px;
    border-style: solid;
  }
  .player-group-tag {
    position: relative;
    z-index: 99;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 0 6px;
    border-radius: 3px;
    background: #3ea7dd;
    color: white;
    font-size: 11px;
    line-height: 20px;
    word-break: break-all;
  }
  .player-group-tag.inverted {
    color: inherit;
    background-color: white;
    border: 1px solid #3ea7dd;
  }
  .player-group-tag:last-child {
    margin-right: 0px;
  }
  .player-group-tag .fas {
    color: #0077b5;
  }
  .player-group-tag .fas.fa-times {
    color: white;
  }
  .player-group-tag .remove-from-group {
    margin-left: 6px;
  }
  .player-group-tag .remove-from-group:hover {
    text-decoration: none;
  }
  .player-group-tag .search-group-name {
    padding: 0;
    color: white;
  }
  .player-group-tag:empty {
    margin: 0;
  }
  .player-group-attribute,
  .content-group-attribute {
    position: relative;
    z-index: 99;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 0 6px;
    border-radius: 3px;
    background: #e4e4e4;
    font-size: 11px;
    line-height: 20px;
    word-break: break-all;
  }
  .player-group-attribute > .link,
  .content-group-attribute > .link {
    color: #777777;
    text-decoration: none;
  }
  .player-group-attribute:last-child,
  .content-group-attribute:last-child {
    margin-right: 0px;
  }
  .player-group-attribute:empty,
  .content-group-attribute:empty {
    margin: 0;
  }
  .regions-panel .search-input {
    max-width: 360px;
    right: 5px;
  }
  @media (max-width: 767px) {
    .regions-panel .search-input {
      max-width: none;
    }
  }
  .regions-panel .pagination {
    margin: 15px 0 0;
  }
  .list-group-sessions .list-group-item {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  @media (max-width: 767px) {
    .list-group-sessions .list-group-item {
      flex-direction: column;
    }
  }
  .list-group-sessions .list-group-item .session-info {
    flex-grow: 1;
  }
  .panel-two-factor-auth .profile,
  .panel-ftp-settings .profile {
    padding: 15px;
  }
  .panel-two-factor-auth .profile .status-text,
  .panel-ftp-settings .profile .status-text {
    line-height: 33px;
  }
  .panel-two-factor-auth .text-status,
  .panel-ftp-settings .text-status {
    color: #000;
  }
  .panel-two-factor-auth .doodle-two-factor,
  .panel-ftp-settings .doodle-two-factor {
    background-image: url("/static/img/settings/2fa.png");
    background-repeat: no-repeat;
    display: block;
    width: 182px;
    height: 134px;
  }
  .panel-two-factor-auth .doodle-two-factor + .caption,
  .panel-ftp-settings .doodle-two-factor + .caption {
    padding: 9px 9px 0 9px;
  }
  .panel-two-factor-auth .doodle-two-factor.step-one,
  .panel-ftp-settings .doodle-two-factor.step-one {
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .panel-two-factor-auth .doodle-two-factor.step-two,
  .panel-ftp-settings .doodle-two-factor.step-two {
    background-position: -185px -4px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .panel-two-factor-auth .doodle-two-factor.step-tree,
  .panel-ftp-settings .doodle-two-factor.step-tree {
    background-position: -366px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .panel-two-factor-auth .qrcode-image,
  .panel-ftp-settings .qrcode-image {
    display: block;
    margin: 30px auto;
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  }
  .panel-two-factor-auth .two-factor-codes,
  .panel-ftp-settings .two-factor-codes {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
    margin: 25px 50px;
    font-family: monospace;
  }
  .panel-two-factor-auth .two-factor-codes > li,
  .panel-ftp-settings .two-factor-codes > li {
    line-height: 1.6;
    font-size: 19px;
  }
  .notification-stack {
    position: fixed;
    top: 82px;
    z-index: 1001;
    border-radius: 6px;
    overflow: hidden;
    left: 0;
  }
  .notification-stack .notification-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: left;
    list-style: circle inside;
  }
  .notification-stack .notification-list .notification-item {
    display: block;
    background-color: none;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 5px 10px;
    box-shadow: none;
    word-wrap: break-word;
  }
  .notification-stack .notification-list .notification-item:last-child {
    border-bottom: 1px solid;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .notification-stack .notification-list .notification-item:first-child {
    border-top: 1px solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .notification-stack .notification-list .notification-item.danger {
    border-color: #cc423d;
    background: #f2dede;
    color: #b52b27;
  }
  .notification-stack .notification-list .notification-item.success {
    border-color: #4d994d;
    background: #dff0d8;
    color: #3d8b3d;
  }
  .notification-stack .notification-list .notification-item.warning {
    border-color: #cc9d37;
    background: #fcf8e3;
    color: #df8a13;
  }
  .notification-stack .collapsed {
    display: none;
  }
  .notification-stack .close-notification {
    position: absolute;
    float: right;
    cursor: pointer;
    padding: 0 5px;
    margin: 8px 0;
    right: 20px;
    font-size: 16px;
    color: #777;
  }
  .file-picker-input {
    overflow-x: auto;
    cursor: pointer;
  }
  .file-picker-input .close-button {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #222222;
  }
  .file-picker-input .close-button:hover,
  .file-picker-input .close-button:active {
    text-decoration: none;
  }
  .file-picker-input .picker-file-thumb {
    position: relative;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px 0 0;
    float: left;
  }
  .file-picker-input .picker-file-thumb.is-dir {
    background-size: cover;
    background-position-y: 0;
    background-image: url("/static/img/folder-all-v2.png?_=v6");
  }
  .file-picker-input-multiple .sortable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: move;
  }
  .file-picker-input-multiple .sortable .fas {
    top: auto;
  }
  .file-picker-input-multiple .sortable .picker-file-name {
    flex-grow: 2;
    max-width: inherit;
    overflow: hidden;
    display: inline-flex;
    margin: 0 10px;
  }
  .file-picker-input-multiple .sortable .picker-file-thumb {
    margin-right: 5px;
    vertical-align: middle;
    float: initial;
  }
  .single-file-picker {
    max-width: inherit;
    position: relative;
    display: flex;
  }
  .single-file-picker .file-picker-input {
    overflow-x: auto;
    cursor: pointer;
    display: flex !important;
  }
  .single-file-picker .file-picker-input[disabled] {
    cursor: not-allowed;
  }
  .single-file-picker .file-picker-input span.picker-file-name {
    flex-grow: 2;
    max-width: inherit;
    overflow: hidden;
    display: inline-flex;
  }
  .single-file-picker .input-file-picker-addon {
    display: flex;
    width: auto;
  }
  .image-editor-iframe,
  .datasource-editor-iframe,
  .fullscreen-modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .filebrowser-modal.fullscreen-filebrowser-modal {
    padding: 0px !important;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen {
    width: 100%;
    padding: 0 30px;
  }
  @media (max-width: 767px) {
    .filebrowser-modal .modal-dialog.modal-fullscreen {
      width: inherit;
    }
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-content {
    margin: 0px;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-body {
    height: 100%;
    padding: 0;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    text-align: right;
    border-top: none;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    height: 70px;
    min-height: 70px;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header > div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .header-left {
    width: 176px;
    padding: 0;
    justify-content: center;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .header-left .brand {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
    background: none;
    border: none;
    outline: inherit;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .header-left .brand-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .header-center {
    flex: 1;
    padding: 0 25px;
    margin: 10px 0;
    border-left: 1px solid #e5e5e5;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .header-center .header-title {
    color: #333;
    font-weight: 600;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .header-right {
    padding: 0 25px;
    margin: 10px 0;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .header-right .btn {
    min-width: 95px;
    border-radius: 4px;
    margin: 0;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .btn-open-settings {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
    border: 1px solid #bbb;
    padding: 0;
    border-radius: 25px;
    cursor: pointer;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer#header .kind-icon.is-composition {
    color: #0077b5;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen {
    overflow-y: hidden;
    padding: 0px;
    margin: 0px;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen.hidden-navbar .modal-footer {
    display: none !important;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-content {
    border-radius: 0px;
    border: 0px;
    margin: 0px;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer button {
    border-radius: 2px;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-footer h4 {
    font-weight: 600;
    color: #637282;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-title {
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-fullscreen-save,
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-button {
    float: right;
  }
  .filebrowser-modal .modal-dialog.modal-fullscreen .modal-fullscreen-cancel {
    margin-left: 15px;
    float: left;
    border-color: #0077b5;
    color: #0077b5;
  }
  .filebrowser-modal.composer-filebrowser-modal {
    overflow-y: hidden;
  }
  .filebrowser-modal.composer-filebrowser-modal .modal-dialog.modal-fullscreen .modal-title {
    width: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  .filebrowser-modal.composer-filebrowser-modal .modal-dialog.modal-fullscreen .modal-title .text {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .filebrowser-modal.composer-filebrowser-modal .modal-dialog.modal-fullscreen .modal-fullscreen-cancel {
    margin-left: 0;
  }
  .filebrowser-modal.composer-filebrowser-modal .modal-dialog.modal-fullscreen .btn-open-settings {
    cursor: pointer;
    margin-left: 15px;
  }
  .filebrowser-modal.image-editor-save-modal {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
  }
  .filebrowser-modal.image-editor-save-modal .modal-body {
    padding: 15px !important;
  }
  .filebrowser-modal .modal-body {
    word-break: break-word;
  }
  .filebrowser-modal .modal-body img {
    max-height: 500px;
  }
  .filebrowser-modal .modal-body .modal-next,
  .filebrowser-modal .modal-body .modal-prev {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    cursor: pointer;
    margin-top: -25px;
  }
  .filebrowser-modal .modal-body .modal-next:hover,
  .filebrowser-modal .modal-body .modal-prev:hover {
    opacity: 0.5;
  }
  .filebrowser-modal .modal-body .modal-next {
    right: -60px;
  }
  .filebrowser-modal .modal-body .modal-prev {
    left: -60px;
  }
  .filebrowser-modal .modal-footer .btn-progress {
    position: relative;
  }
  .filebrowser-modal .modal-footer .btn-progress::before,
  .filebrowser-modal .modal-footer .btn-progress > span {
    position: relative;
    z-index: 1;
  }
  .filebrowser-modal .modal-footer .btn-progress .ui-progressbar-value {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #027cbb;
    opacity: 0.5;
  }
  .item-thumb {
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    box-shadow: none;
    border-radius: 3px;
  }
  .item-thumb:before {
    position: absolute;
    display: inline;
    bottom: 4px;
    right: 4px;
    border-radius: 3px 0;
    z-index: 20;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 0 5px;
  }
  .item-thumb.is-widget {
    box-shadow: 0 0 0 1px #b082d9;
    background-color: rgba(176, 138, 209, 0.05);
  }
  .item-thumb.is-widget:before {
    content: "app";
    background-color: #b082d9;
  }
  .item-thumb.is-widget-audio {
    box-shadow: 0 0 0 1px #b082d9;
    background-color: rgba(176, 138, 209, 0.05);
  }
  .item-thumb.is-widget-audio:before {
    content: "audio app";
    background-color: #b082d9;
  }
  .item-thumb.is-widget-automation {
    box-shadow: 0 0 0 1px #b082d9;
    background-color: rgba(176, 138, 209, 0.05);
  }
  .item-thumb.is-widget-automation:before {
    content: "automation app";
    background-color: #b082d9;
  }
  .item-thumb.is-widget-plugin {
    box-shadow: 0 0 0 1px #b082d9;
    background-color: rgba(176, 138, 209, 0.05);
  }
  .item-thumb.is-widget-plugin:before {
    content: "plugin app";
    background-color: #b082d9;
  }
  .item-thumb.is-image {
    box-shadow: 0 0 0 1px #cfaa67;
    background-color: rgba(197, 167, 113, 0.05);
  }
  .item-thumb.is-image:before {
    content: "image";
    background-color: #cfaa67;
  }
  .item-thumb.is-video {
    box-shadow: 0 0 0 1px #e69167;
    background-color: rgba(221, 148, 112, 0.05);
  }
  .item-thumb.is-video:before {
    content: "video";
    background-color: #e69167;
  }
  .item-thumb.is-composition {
    box-shadow: 0 0 0 1px #82b4d9;
    background-color: rgba(138, 179, 209, 0.05);
  }
  .item-thumb.is-composition:before {
    content: "comp.";
    background-color: #82b4d9;
  }
  .item-thumb.is-datasource {
    box-shadow: 0 0 0 1px #43bf96;
    background-color: rgba(80, 178, 146, 0.05);
    background-size: 100%;
    background-position-y: -805px;
  }
  .item-thumb.is-datasource:before {
    content: "datas.";
    background-color: #43bf96;
  }
  .item-thumb.is-campaign {
    box-shadow: 0 0 0 1px #d982aa;
    background-color: rgba(209, 138, 171, 0.05);
  }
  .item-thumb.is-campaign:before {
    content: "campaign";
    background-color: #d982aa;
  }
  .item-thumb.is-playlist {
    box-shadow: 0 0 0 1px #6798e6;
    background-color: rgba(112, 154, 221, 0.05);
  }
  .item-thumb.is-playlist:before {
    content: "playlist";
    background-color: #6798e6;
  }
  .item-thumb.is-audio-playlist {
    box-shadow: 0 0 0 1px #843c54;
    background-color: rgba(122, 70, 87, 0.05);
  }
  .item-thumb.is-audio-playlist:before {
    content: "audio playlist";
    background-color: #843c54;
  }
  .item-thumb.is-file-audio,
  .item-thumb.is-file-css,
  .item-thumb.is-file-csv,
  .item-thumb.is-file-font,
  .item-thumb.is-file-glb,
  .item-thumb.is-file-glts,
  .item-thumb.is-file-hdr,
  .item-thumb.is-file-html,
  .item-thumb.is-file-js,
  .item-thumb.is-file-json,
  .item-thumb.is-file-mhtml,
  .item-thumb.is-file-svg,
  .item-thumb.is-file-swf,
  .item-thumb.is-file-xlsx,
  .item-thumb.is-file-xml,
  .item-thumb.is-file-zip {
    background-image: url("/static/img/file-v2.png?_=v4");
    background-size: contain;
    box-shadow: 0 0 0 1px #0077b5;
    background-color: rgba(9, 116, 172, 0.05);
  }
  .item-thumb.is-file-audio:before,
  .item-thumb.is-file-css:before,
  .item-thumb.is-file-csv:before,
  .item-thumb.is-file-font:before,
  .item-thumb.is-file-glb:before,
  .item-thumb.is-file-glts:before,
  .item-thumb.is-file-hdr:before,
  .item-thumb.is-file-html:before,
  .item-thumb.is-file-js:before,
  .item-thumb.is-file-json:before,
  .item-thumb.is-file-mhtml:before,
  .item-thumb.is-file-svg:before,
  .item-thumb.is-file-swf:before,
  .item-thumb.is-file-xlsx:before,
  .item-thumb.is-file-xml:before,
  .item-thumb.is-file-zip:before {
    content: "file";
    background-color: #0077b5;
  }
  .item-thumb.is-file-mhtml:before {
    content: "mhtml";
  }
  .item-thumb.is-file-html:before {
    content: "html";
  }
  .item-thumb.is-file-css:before {
    content: "css";
  }
  .item-thumb.is-file-js:before {
    content: "js";
  }
  .item-thumb.is-file-swf:before {
    content: "swf";
  }
  .item-thumb.is-file-font:before {
    content: "font";
  }
  .item-thumb.is-file-audio:before {
    content: "audio";
  }
  .item-thumb.is-file-svg:before {
    content: "svg";
  }
  .item-thumb.is-file-xml:before {
    content: "xml";
  }
  .item-thumb.is-file-zip:before {
    content: "zip";
  }
  .panel-accounts .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .fixed-footer {
    position: relative;
    background: #f7f8fa;
    padding-bottom: 15px;
    width: 100%;
    z-index: 998;
  }
  .fixed-footer.fixed {
    background: rgba(231, 234, 240, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .fixed-footer.fixed .fixed-footer-content {
    position: relative;
    padding: 14px 0;
  }
  .form-flex {
    display: flex;
    align-items: center;
  }
  .form-flex > * {
    margin-right: 5px;
  }
  .form-flex > *:last-child {
    margin-right: 0;
  }
  .form-flex > input {
    flex-grow: 1;
  }
  .list-group-feeds .list-group-header {
    font-size: 12px;
    background: #e4e4e4;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .list-group-feeds samp {
    display: block;
    word-break: break-all;
    font-size: 1.1em;
  }
  .list-group-feeds hr {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .list-group-feeds .feed-state-success {
    background: linear-gradient(to bottom, white 0%, #dff0d8 100%);
  }
  .list-group-feeds .feed-state-danger {
    background: linear-gradient(to bottom, white 0%, #f2dede 100%);
  }
  .danger-invalid-media {
    color: #a94442;
    background-color: #f2dede;
    text-align: center;
    min-width: 100px;
    padding: 10px;
  }
  a.danger-invalid-media:hover,
  a.danger-invalid-media:focus {
    color: #843534;
  }
  a.danger-invalid-media:hover,
  a.danger-invalid-media:focus {
    background-color: #e4b9b9;
  }
  .usage-modal .selection-thumbnail-wrapper,
  .usage-modal .selection-thumbnail {
    min-width: 179px;
    height: 101px;
  }
  .usage-modal .selection-thumbnail {
    position: absolute;
  }
  .usage-modal .selection-thumbnail .item-thumb {
    background-color: white;
    width: 100%;
    height: 100%;
  }
  .usage-modal .selection-thumbnail .item-thumb:before {
    bottom: 0;
    right: 0;
  }
  .usage-modal .media-heading {
    margin-bottom: 15px;
    word-wrap: break-word;
  }
  .usage-modal .usage-content {
    padding: 0 15px;
  }
  .usage-modal .usage-content .usage-title {
    margin-top: 0;
  }
  .usage-modal .usage-content hr {
    margin-bottom: 10px;
  }
  .usage-modal .usage-content hr:last-child {
    display: none;
  }
  .usage-modal .jumbotron {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .usage-modal .warning {
    color: #f0ad4e;
  }
  .usage-modal .usage-row .usage-thumb {
    display: inline-flex;
    position: relative;
    background: #eee;
    width: 131px;
    height: 106px;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 6px;
  }
  .usage-modal .usage-row .usage-thumb:nth-child(6n) {
    margin-right: 0;
  }
  .usage-modal .usage-row .player-thumb {
    position: relative;
    background: url("/static/icons/play-icon.png") no-repeat 5px 45px;
    background-color: #bee2ef;
    padding: 3px 6px;
    height: 80px;
  }
  .usage-modal .usage-row .player-thumb.player-group-thumb {
    background: url("/static/icons/play-group-icon.png") no-repeat 5px 45px;
    background-color: #bee2ef;
  }
  .usage-modal .usage-row .player-thumb > .player-name {
    display: block;
    font-weight: bold;
    word-break: break-all;
    color: #333333;
  }
  .usage-modal .usage-row .player-thumb > .player-count {
    color: #777777;
    position: absolute;
    bottom: 8px;
    left: 35px;
  }
  .usage-modal .usage-row .player-thumb.player-alert {
    background-color: #f7ecb5;
  }
  .usage-modal .usage-row .player-thumb > .player-status-icons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 6px;
    position: absolute;
    right: 5px;
    bottom: 6px;
  }
  .usage-modal .usage-row .player-thumb > .player-status-icons .fas {
    margin-top: 5px;
    font-size: 14px;
    color: #855e0e;
  }
  .usage-modal .usage-row .widget-wrapper {
    border: 1px solid #ddd;
    padding: 2px;
  }
  .usage-modal .usage-row .widget-wrapper .widget-info {
    font-size: 12px;
    font-weight: bold;
    position: relative;
  }
  .usage-modal .usage-row .widget-wrapper .widget-info .widget-title {
    padding: 5px;
    overflow: hidden;
  }
  .usage-modal .usage-row .widget-wrapper .widget-info .widget-thumb {
    display: flex;
    align-items: center;
    height: 81px;
    max-width: 130px;
    width: 130px;
    overflow: hidden;
  }
  .usage-modal .usage-row .widget-wrapper .widget-info .widget-thumb img {
    margin: 0 auto;
    max-height: 81px;
    max-width: 100%;
    display: block;
  }
  .usage-modal .usage-row .flow-item {
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
    transition: box-shadow 250ms;
  }
  .usage-modal .usage-row .flow-item .name {
    width: 100%;
    margin: 0;
    color: #555;
    padding: 8px;
    font-size: 1em;
    position: absolute;
    background-color: #eee;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.19), 0 0 10px rgba(0, 0, 0, 0.23);
    word-wrap: break-word;
  }
  .usage-modal .usage-row .flow-item .thumb {
    margin: 30px auto 0 auto;
    padding: 28.125% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usage-modal .usage-row .flow-item[data-type="group"],
  .usage-modal .usage-row .flow-item[data-type="playlist"] {
    background-color: #1791d1;
  }
  .usage-modal .usage-row .flow-item[data-type="group"] .name,
  .usage-modal .usage-row .flow-item[data-type="playlist"] .name {
    color: #fff;
    background-color: #0077b5;
  }
  .audit-log-nav .actions .dropdown-menu li a {
    cursor: pointer;
  }
  .health-check .actions .dropdown-menu li {
    position: relative;
    height: 30px;
    white-space: nowrap;
    word-break: break-all;
  }
  .health-check .actions .dropdown-menu li input {
    margin-left: 10px;
    vertical-align: middle;
  }
  .health-check .actions .dropdown-menu li span.filter-label {
    vertical-align: sub;
    margin-right: 10px;
  }
  .health-check .actions .dropdown-menu .filter-checkbox {
    cursor: pointer;
  }
  .health-check .actions .dropdown-menu .filter-item {
    cursor: pointer;
  }
  .health-check .actions .dropdown-menu .filter-item:hover {
    background-color: #f7f8fa;
  }
  .health-check .actions .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    width: auto;
  }
  .health-check .actions .dropdown-menu span.fa-chevron-right {
    display: none;
  }
  .health-check .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
  }
  .health-check .dropdown-menu > li:hover > span.fa-chevron-right {
    display: block;
    margin-top: 7px;
    margin-right: 5px;
  }
  .health-check .health-load {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    border-top: solid 1px #ddd;
    background-color: #fcfcfc;
  }
  .health-check .health-load .fas {
    margin-right: 5px;
  }
  .health-check .health-clear {
    height: 120px;
    padding: 40px;
    text-align: center;
    font-size: 28px;
  }
  .health-check .panel-heading-health-check {
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .health-check .table-health-check .health-image {
    height: 80px;
    width: 200px;
    padding: 10px 37px;
  }
  .health-check .table-health-check .health-image .health-thumb,
  .health-check .table-health-check .health-image .player-thumb {
    display: block;
    height: 72px;
    width: 126px;
    border-radius: 5px;
  }
  .health-check .table-health-check .health-image .health-thumb {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .health-check .table-health-check .health-image .player-thumb .player-name {
    white-space: normal;
    overflow: hidden;
    max-height: 40px;
  }
  .health-check .table-health-check .health-image .health-thumb-relation {
    height: 46px;
    margin-right: -27px;
    margin-left: -27px;
  }
  .health-check .table-health-check .health-image .health-thumb-relation .health-thumb,
  .health-check .table-health-check .health-image .health-thumb-relation .health-player {
    display: inline-block;
  }
  .health-check .table-health-check .health-image .health-thumb-relation .health-thumb,
  .health-check .table-health-check .health-image .health-thumb-relation .player-thumb {
    height: 45px;
    width: 80px;
    border-radius: 3px;
  }
  .health-check .table-health-check .health-image .health-thumb-relation .health-thumb .player-name,
  .health-check .table-health-check .health-image .health-thumb-relation .player-thumb .player-name {
    position: absolute;
    font-size: 10px;
    max-width: 46px;
    max-height: 41px;
    margin-top: -2px;
  }
  .health-check .table-health-check .health-image .health-thumb-relation .health-thumb .player-status-icons,
  .health-check .table-health-check .health-image .health-thumb-relation .player-thumb .player-status-icons {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .health-check .table-health-check .health-image .health-thumb-relation .health-thumb.player-alert,
  .health-check .table-health-check .health-image .health-thumb-relation .player-thumb.player-alert {
    background-color: #f7ecb5;
  }
  .health-check .table-health-check .health-image .health-thumb-relation .health-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 15px 2px;
    border: 7px solid transparent;
    border-right: 0;
    border-left-color: #637282;
  }
  .health-check .table-health-check .health-image .media-thumb-item[data-type="datasource"] .health-thumb {
    background-size: 96%;
    background-position-y: -534px;
  }
  .health-check .table-health-check .health-kind {
    font-size: 1.5em;
  }
  .health-check .table-health-check .health-kind .info {
    color: #5bc0de;
  }
  .health-check .table-health-check .health-kind .info i:before {
    content: "\f05a";
  }
  .health-check .table-health-check .health-kind .warning {
    color: #f0ad4e;
  }
  .health-check .table-health-check .health-kind .warning i:before {
    content: "\f071";
  }
  .health-check .table-health-check .health-kind .error {
    color: #d9534f;
  }
  .health-check .table-health-check .health-kind .error i:before {
    content: "\f2f0";
  }
  .health-check .table-health-check .health-name {
    font-size: 1.1em;
  }
  .health-check .table-health-check .health-name .health-description {
    margin: 0;
    font-size: 14px;
  }
  .health-check .table-health-check .health-date {
    min-width: 130px;
  }
  .health-check .table-health-check .health-date p {
    margin: 0;
  }
  .health-check .table-health-check .health-action a,
  .health-check .table-health-check .health-action button {
    width: 100%;
  }
  .health-check .table-health-check .health-more .dropdown,
  .health-check .table-health-check .health-more .dropup {
    display: flex;
  }
  .health-check .table-health-check .health-more .dropdown .button-fix,
  .health-check .table-health-check .health-more .dropup .button-fix {
    flex-grow: 1;
  }
  .health-check .table-health-check .health-more .dropdown .button-fix .fas,
  .health-check .table-health-check .health-more .dropup .button-fix .fas {
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .health-check .table-health-check .health-more .dropdown .dropdown-menu .fas,
  .health-check .table-health-check .health-more .dropup .dropdown-menu .fas {
    width: 20px;
    text-align: center;
  }
  .format-help {
    position: relative;
    float: right;
  }
  .format-help-table td:nth-child(1) {
    white-space: nowrap;
  }
  .alert-list-app .badge.badge-player {
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #bee2ef;
    color: #333333;
    border-radius: 4px;
  }
  .alert-list-app .badge-player a {
    color: #333333;
  }
  .alert-list-app .badge-player .fas {
    color: #ebf6fb;
  }
  .alert-list-app .panel-body {
    padding: 0;
  }
  .alert-list-app .panel-body .alert-table {
    margin: 0;
    width: 100%;
  }
  .alert-list-app .panel-body .alert-table .alert-status,
  .alert-list-app .panel-body .alert-table .alert-last-occurrence,
  .alert-list-app .panel-body .alert-table .alert-action {
    width: 1px;
    white-space: nowrap;
  }
  .alert-list-app .panel-body .alert-table .alert-item {
    padding: 10px;
  }
  .alert-list-app .panel-body .alert-table .alert-item td {
    padding: 5px 15px;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-status {
    color: white;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-status div {
    border-radius: 10px;
    text-align: center;
    padding: 2px 10px;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-status div.ok {
    background-color: #53be4f;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-status div.error {
    background-color: #db231d;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-status div.no-data {
    background-color: dimgrey;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-name {
    font-size: 16px;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-name .alert-devices {
    font-size: 12px;
    margin: 5px 0px 0px 0px;
  }
  .alert-list-app .panel-body .alert-table .alert-item .alert-name .alert-devices .alert-text-info {
    height: 24px;
    vertical-align: middle;
    display: inline-block;
  }
  .media-thumb-item .media-thumb {
    height: 35px;
    width: 60px;
    display: block;
    border: 1px solid #0077b5;
    border-radius: 3px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .media-thumb-item .media-thumb.media-thumb-icon {
    position: relative;
  }
  .media-thumb-item .media-thumb.media-thumb-icon:before {
    content: "\f15b";
    width: 19px;
    font-family: "Font Awesome 5 Pro";
    color: white;
    font-size: 11px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #0077b5;
    border: 1px solid #0077b5;
    border-radius: 0 3px 0 3px;
    padding: 1px 0 1px 4px;
  }
  .media-thumb-item .media-thumb.media-thumb-icon.media-thumb-icon-md:before {
    font-size: 14px;
    width: 24px;
    padding: 1px 0 0 4px;
  }
  .media-thumb-item .media-thumb-muted {
    opacity: 50%;
  }
  .media-thumb-item .media-thumb-border {
    border-color: #0077b5 !important;
  }
  .media-thumb-item[data-type="image"] .media-thumb-border {
    border-color: #cfaa67 !important;
  }
  .media-thumb-item[data-type="image"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f03e";
    border-color: #cfaa67 !important;
    background-color: #cfaa67;
  }
  .media-thumb-item[data-type="video"] .media-thumb-border {
    border-color: #e69167 !important;
  }
  .media-thumb-item[data-type="video"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f008";
    border-color: #e69167 !important;
    background-color: #e69167;
  }
  .media-thumb-item[data-type="widget"] .media-thumb-border {
    border-color: #b082d9 !important;
  }
  .media-thumb-item[data-type="widget"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f135";
    border-color: #b082d9 !important;
    background-color: #b082d9;
  }
  .media-thumb-item[data-type="widget-audio"] .media-thumb-border {
    border-color: #b082d9 !important;
  }
  .media-thumb-item[data-type="widget-audio"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f8dd";
    border-color: #b082d9 !important;
    background-color: #b082d9;
  }
  .media-thumb-item[data-type="widget-automation"] .media-thumb-border {
    border-color: #b082d9 !important;
  }
  .media-thumb-item[data-type="widget-automation"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f544";
    border-color: #b082d9 !important;
    background-color: #b082d9;
  }
  .media-thumb-item[data-type="widget-plugin"] .media-thumb-border {
    border-color: #b082d9 !important;
  }
  .media-thumb-item[data-type="widget-plugin"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f1e6";
    border-color: #b082d9 !important;
    background-color: #b082d9;
  }
  .media-thumb-item[data-type="composition"] .media-thumb-border {
    border-color: #82b4d9 !important;
  }
  .media-thumb-item[data-type="composition"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f685";
    border-color: #82b4d9 !important;
    background-color: #82b4d9;
  }
  .media-thumb-item[data-type="composition"] .media-thumb-icon:before {
    padding: 2px 0px 1px 2px;
  }
  .media-thumb-item[data-type="campaign"] .media-thumb-border {
    border-color: #d982aa !important;
  }
  .media-thumb-item[data-type="campaign"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f682";
    border-color: #d982aa !important;
    background-color: #d982aa;
  }
  .media-thumb-item[data-type="group"] .media-thumb-border,
  .media-thumb-item[data-type="playlist"] .media-thumb-border {
    border-color: #6798e6 !important;
  }
  .media-thumb-item[data-type="group"] .media-thumb-icon:before,
  .media-thumb-item[data-type="playlist"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f5fd";
    border-color: #6798e6 !important;
    background-color: #6798e6;
  }
  .media-thumb-item[data-type="audio-playlist"] .media-thumb-border {
    border-color: #843c54 !important;
  }
  .media-thumb-item[data-type="audio-playlist"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f8c9";
    border-color: #843c54 !important;
    background-color: #843c54;
  }
  .media-thumb-item[data-type="file-audio"] .media-thumb-border {
    border-color: #843c54 !important;
  }
  .media-thumb-item[data-type="file-audio"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f001";
    border-color: #843c54 !important;
    background-color: #843c54;
  }
  .media-thumb-item[data-type="datasource"] .media-thumb-border {
    border-color: #43bf96 !important;
  }
  .media-thumb-item[data-type="datasource"] .media-thumb-icon:before {
    padding-left: 3px;
    content: "\f1c0";
    border-color: #43bf96 !important;
    background-color: #43bf96;
  }
  .panel-report .fp-input .fp-input-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .panel-report .fp-input .fp-input-box .fp-input-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 5px;
    border: 1px solid;
    border-radius: 3px;
  }
  .panel-report .fp-input .fp-input-box .fp-input-item .fp-input-image {
    width: 62px;
    border: none;
  }
  .panel-report .fp-input .fp-input-box .fp-input-item .fp-input-delete {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 15px;
  }
  .panel-report .fp-input .fp-input-box .fp-input-item .fp-input-name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    max-width: 335px;
    line-height: 1;
    max-height: 2em;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 28px;
  }
  .panel-report .fp-input .fp-input-box .fp-input-add {
    height: 37px;
    margin: 5px;
    padding-top: 2px;
    padding-bottom: 12px;
    border-radius: 3px;
  }
  .panel-report .fp-input .fp-input-box .fp-input-add i {
    font-size: 18px;
    margin-top: -10px;
  }
  .panel-report .fp-input .fp-input-box .fp-input-add p {
    font-size: 12px;
    margin-top: -5px;
  }
  .popover-file-info {
    max-width: 450px;
  }
  .popover-file-info .info {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .popover-file-info .actions {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .popover-file-info .form-group {
    margin-bottom: 5px;
  }
  .popover-file-info .form-group .btn-sm {
    line-height: 2;
  }
  .list-group .list-group {
    border-top: 1px solid #ddd;
    margin: 10px -15px -10px -15px;
  }
  .list-group .list-group .list-group-item {
    padding: 7px 15px;
    background-color: #fcfcfc;
    border-radius: 0 !important;
  }
  .list-group .list-group .list-group-item.active:first-child {
    box-shadow: inset 0 -1px 0 #ddd;
  }
  .list-group .list-group-item-toggable {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .list-group .list-group-item-toggable .list-group {
    display: none;
  }
  .list-group .list-group-item-toggable.open .list-group {
    display: block;
  }
  .ds-requirements-panel {
    margin-top: 5px;
  }
  .ds-requirements-panel .ds-panel-heading {
    min-height: 30px;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
  }
  .ds-requirements-panel .ds-panel-heading .fa-angle-down {
    position: absolute;
    right: 10px;
  }
  .ds-requirements-panel .align-center-items {
    display: flex;
    align-items: center;
  }
  .ds-requirements-panel .ds-requirements-body-panel {
    background-color: #fcfcfc;
  }
  .ds-requirements-panel .padding-left {
    padding-left: 5px;
  }
  .ds-requirements-panel .field-name-font {
    font-size: 13px;
    font-weight: 600;
  }
  .ds-requirements-panel .column-items {
    padding-left: 23px;
  }
  .ds-requirements-panel .not-connected {
    font-size: 80%;
    font-style: italic;
  }
  .ds-requirements-panel hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .ds-requirements-panel .info-icon {
    cursor: pointer;
    margin-left: 5px;
  }
  .ds-requirements-panel .dropdown-menu-item {
    padding: 0px 10px;
  }
  .form-control-v2 {
    color: #555555;
    padding: 5px 10px;
    height: 30px;
    border: 1px solid #d5d8dd;
    border-radius: 4px;
    background-color: white;
    font-size: 12px;
  }
  .form-control-v2:focus {
    box-shadow: 0px 0px 6px #0077b5;
    outline: 0;
    background-color: white;
    border-color: #66afe9;
  }
  .form-control-v2.form-control-search {
    background-color: #fafafa;
    border-radius: 2px;
  }
  .panel-ds-config .info-popover {
    font-size: 85%;
    opacity: 0.85;
  }
  .panel-ds-config .ds-config-body {
    border-bottom: 1px solid rgba(99, 114, 130, 0.15);
    background-color: #f4f6f8;
    padding: 20px 30px;
  }
  @media (min-width: 768px) {
    .panel-ds-config .ds-config-body {
      height: calc(100vh - 306px);
      overflow-y: auto;
    }
  }
  .panel-ds-config .ds-config-body .alert-compact {
    margin-bottom: 20px;
  }
  .panel-ds-config .ds-config-body .thumb-col,
  .panel-ds-config .ds-config-body .fields-col {
    padding-top: 15px;
  }
  .panel-ds-config .ds-config-body .format-settings {
    margin-top: 5px;
  }
  .panel-ds-config .ds-config-body .format-settings .format-thousand-separator {
    margin-top: 5px;
  }
  .panel-ds-config .ds-config-body .widget-default-icon {
    background-color: #b082d9;
    width: 100%;
    height: 150px;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 3px;
  }
  .panel-ds-config .ds-config-body .widget-default-icon .app-icon {
    font-size: 800%;
    flex: 1;
  }
  .panel-ds-config .ds-config-body .widget-thumb {
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .panel-ds-config .ds-config-body .ds-field {
    margin-top: 30px;
  }
  .panel-ds-config .ds-config-body .ds-field:first-child {
    margin-top: 0;
  }
  .panel-ds-config .ds-config-body .ds-field .ds-field-label {
    padding-bottom: 5px;
  }
  .panel-ds-config .ds-config-body .ds-field .ds-field-label .field-type {
    opacity: 0.8;
    font-size: 0.8em;
    float: right;
    margin-top: 2px;
  }
  .panel-ds-config .ds-config-body .ds-field .ds-column {
    display: flex;
    align-items: center;
  }
  .panel-ds-config .ds-config-body .ds-field .ds-column.ds-column-has-thumb {
    line-height: 50px;
  }
  .panel-ds-config .ds-config-body .ds-field .ds-column .column-label {
    flex: 1;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .panel-ds-config .ds-config-body .ds-field .ds-column .column-thumb {
    margin-left: 10px;
    width: 60px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .panel-ds-config .ds-config-body .ds-field .column-label-placeholder {
    color: #999;
  }
  .panel-ds-config .ds-config-body .ds-field .dropdown-icon {
    margin-left: 10px;
  }
  .panel-ds-config .ds-config-body .ds-field .dropdown-menu-candidates {
    overflow: auto;
    max-height: 200px;
    position: fixed;
  }
  @media (min-width: 768px) {
    .panel-ds-config .ds-config-footer-wrapper {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      max-height: 40vh;
      overflow-y: auto;
    }
    .panel-ds-config.ds-default-settings .ds-config-footer-wrapper {
      position: static;
    }
  }
  .panel-ds-config .ds-config-footer {
    color: #555;
    background-color: #ededed;
    padding: 10px 30px;
  }
  .panel-ds-config .ds-config-footer input {
    width: 75px;
  }
  .panel-ds-config .ds-config-footer > .separator {
    display: none;
  }
  .panel-ds-config .ds-config-footer .btn-filters {
    float: right;
  }
  .panel-ds-config .ds-config-footer .form-v2-label {
    margin-right: 5px;
  }
  .panel-ds-config .ds-config-footer .form-v2-flex {
    display: flex;
    align-items: center;
  }
  .panel-ds-config .ds-config-footer .form-v2-grow {
    flex-grow: 1;
  }
  @media (max-width: 767px) {
    .panel-ds-config .ds-config-footer select {
      max-width: 110px;
    }
  }
  @media (max-width: 991px) {
    .panel-ds-config .ds-config-footer .footer-header {
      line-height: 30px;
    }
    .panel-ds-config .ds-config-footer .form-v2-label {
      min-width: 65px;
    }
    .panel-ds-config .ds-config-footer .form-group-v2 {
      margin-top: 5px;
    }
  }
  @media (min-width: 992px) {
    .panel-ds-config .ds-config-footer {
      display: flex;
      align-items: center;
      position: sticky;
      top: 0;
    }
    .panel-ds-config .ds-config-footer > .separator {
      display: block;
      margin-left: 15px;
      margin-right: 15px;
      border-left: 1px solid #d5d8dd;
      height: 30px;
    }
    .panel-ds-config .ds-config-footer .btn-filters {
      order: 1;
    }
    .panel-ds-config .ds-config-footer select {
      max-width: 235px;
    }
    .panel-ds-config .ds-config-footer .form-group-v2 + .form-group-v2 {
      margin-left: 15px;
    }
  }
  .panel-ds-config .ds-skip-empty {
    color: #555;
    background-color: #ededed;
    padding: 5px 30px 5px 30px;
  }
  @media (min-width: 992px) {
    .panel-ds-config .ds-skip-empty {
      padding: 5px 30px 5px 120px;
    }
  }
  .panel-ds-config .ds-skip-empty > label {
    display: inline;
  }
  .panel-ds-config .ds-filters {
    border-top: 1px solid rgba(99, 114, 130, 0.15);
    display: block;
    background-color: #f4f6f8;
  }
  .panel-ds-config .ds-filters .ds-filter-header {
    padding: 10px 30px;
    min-height: 50px;
    line-height: 30px;
    border-bottom: 1px solid rgba(99, 114, 130, 0.15);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .panel-ds-config .ds-filters .ds-filter-header .alert-version {
    line-height: 1.16;
    margin: 0 0 0 auto;
  }
  .panel-ds-config .ds-filters .ds-filter-header .filter-control {
    flex: 1;
    min-width: 250px;
  }
  .panel-ds-config .ds-filters .ds-filter-header .btn {
    margin-top: 5px;
  }
  .panel-ds-config .ds-filters .ds-filter-header:last-child {
    border-bottom: 0;
  }
  .panel-ds-config .ds-filters .filter-row {
    padding: 10px 30px;
    border-bottom: 1px solid rgba(99, 114, 130, 0.15);
    display: flex;
    align-items: center;
  }
  .panel-ds-config .ds-filters .filter-row:last-child {
    border-bottom: 0;
  }
  .panel-ds-config .ds-filters .filter-column {
    width: 20%;
    margin-right: 10px;
  }
  .panel-ds-config .ds-filters .filter-operator {
    width: 20%;
    margin-right: 10px;
  }
  .panel-ds-config .ds-filters .filter-operator.no-args {
    width: 35%;
  }
  .panel-ds-config .ds-filters .filter-value {
    flex-grow: 1;
    display: flex;
  }
  .panel-ds-config .ds-filters .filter-value .form-control-v2 {
    flex-grow: 1;
  }
  .panel-ds-config .ds-filters .filter-actions {
    margin-left: 10px;
  }
  .panel-ds-config .ds-filters .filter-list .filter-value > select,
  .panel-ds-config .ds-filters .filter-list .filter-column,
  .panel-ds-config .ds-filters .filter-list .filter-operator {
    height: 34px;
  }
  .panel-ds-config .ds-filters .filter-list .filter-value .multiselect {
    margin-bottom: -6px;
  }
  @media (max-width: 767px) {
    .panel-ds-config .ds-filters .filter-row {
      display: block;
    }
    .panel-ds-config .ds-filters .filter-column {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px;
    }
    .panel-ds-config .ds-filters .filter-operator,
    .panel-ds-config .ds-filters .filter-operator.no-args {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px;
    }
    .panel-ds-config .ds-filters .filter-value {
      margin-bottom: 5px;
    }
    .panel-ds-config .ds-filters .filter-actions {
      margin-left: 0;
      display: flex;
      justify-content: flex-end;
    }
    .panel-ds-config .ds-filters .filter-actions .btn + .btn {
      margin-left: 5px;
    }
  }
  .panel-ds-config.ds-default-settings .filter-actions .btn {
    height: 30px;
    width: 30px;
    padding-top: 6px;
    padding-left: 6px;
  }
  .panel-ds-config.ds-default-settings #sortBy {
    margin-right: 5px;
  }
  .panel-ds-config.ds-default-settings .footer-header,
  .panel-ds-config.ds-default-settings .separator {
    display: none;
  }
  .panel-ds-config.ds-default-settings input.form-control-v2,
  .panel-ds-config.ds-default-settings select.form-control-v2 {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 3px;
    height: 30px;
    text-align: center;
  }
  .panel-ds-config.ds-default-settings .ds-config-body,
  .panel-ds-config.ds-default-settings .ds-config-footer,
  .panel-ds-config.ds-default-settings .ds-skip-empty,
  .panel-ds-config.ds-default-settings .ds-filters .ds-filter-header,
  .panel-ds-config.ds-default-settings .ds-filters .filter-row {
    color: #333333;
    padding: 10px 10px;
    background-color: #fff;
  }
  .panel-ds-config.ds-default-settings .ds-filters {
    padding: 0;
  }
  @media (max-width: 767px) {
    .panel-ds-config.ds-default-settings .ds-config-footer-wrapper {
      max-height: unset !important;
    }
  }
  .panel-social-accounts .table-data {
    line-height: 2;
  }
  .panel-social-accounts .child-account {
    background-color: #fafafa;
  }
  .panel-social-accounts .child-account td {
    border-top: 0;
  }
  .panel-social-accounts .child-account td:first-child {
    padding-left: 34px;
  }
  .ds-picker-container {
    margin: 10px;
  }
  .ds-picker-container .panel-icon {
    position: absolute;
    right: 20px;
  }
  .ds-picker-container .select-group-df ul.dropdown-menu {
    width: 100%;
  }
  .ds-picker-container .buttons-options-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .ds-picker-container .buttons-options-container > .btn {
    margin-left: 5px;
  }
  .default-df-info {
    margin: 10px;
  }
  .group-picker {
    margin-bottom: 10px;
  }
  .no-column-alert {
    color: #a94442;
    padding: 5px;
  }
  [v-cloak] {
    display: none !important;
  }
  .form-group-new-style {
    position: relative;
  }
  .form-group-new-style .form-control-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #555;
  }
  .form-group-new-style .form-control-icon + input {
    padding-left: 36px;
    background-color: #fafafa;
    border-radius: 3px;
  }
  .form-group-new-style .form-control-icon + input:focus {
    background-color: white;
  }
  .input-group-slider {
    display: flex;
    align-items: center;
    height: 34px;
  }
  .input-group-slider .icon {
    color: #027cbb;
    font-size: 18px;
    width: 40px;
    text-align: left;
  }
  .input-group-slider .vol-value {
    font-size: 14px;
    text-align: right;
    width: 40px;
    color: #555555;
  }
  .input-group-slider .vol-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #eeeeee;
    outline: none;
    border: 1px solid #ccc;
  }
  .input-group-slider .vol-slider:hover {
    opacity: 1;
  }
  .input-group-slider .vol-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #027cbb;
    border-color: #026ca2;
  }
  .input-group-slider .vol-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #027cbb;
    border-color: #026ca2;
  }
  .form-group-default .control-label {
    padding-top: 10px;
  }
  .input-group-default {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .input-group-default > :last-child {
    flex: 1;
  }
  .input-group-default .input-group .input-group-sel,
  .input-group-default .input-group input[type="radio"] {
    cursor: pointer !important;
  }
  .input-group-default .input-group .input-group-item,
  .input-group-default .input-group .input-group-fixed {
    cursor: pointer;
    border-left: solid 1px #ccc;
    background: white;
    color: gray;
    height: 34px;
  }
  .input-group-default .input-group .input-group-fixed {
    min-width: 50px;
  }
  .input-group-default .input-group .input-group-sel:last-child {
    flex: 1;
  }
  .input-group-default .input-group .input-group-sel > div {
    display: flex;
    align-items: center;
  }
  .input-group-default .input-group .input-group-sel > div span {
    padding-left: 5px;
  }
  .input-group-default .input-group .form-control,
  .input-group-default .input-group .boxed-slider {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group-default .input-group .input-group-dropdown:is(:last-child) .form-control {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .input-group-default input.input-group:focus {
    border-width: 1px 0px 1px 0px;
  }
  .boxed-slider {
    padding: 0px 10px;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 5px;
    border-style: solid;
  }
  .flex {
    display: flex;
    align-items: center;
  }
  .grow {
    flex-grow: 1;
  }
  .report-description-callout {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #027cbb;
  }
  .report-logo-position {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .report-logo-position .btn-choise-position {
    display: flex;
    flex: auto;
    gap: 10px;
    justify-content: center;
  }
  .report-logo-position .icons {
    display: flex;
    align-items: center;
  }
  .report-logo-position .icons + .label-position {
    font-size: 11px;
    line-height: 20px;
  }
  .report-logo-position .icons .icon-position {
    font-size: 12px;
  }
  .report-logo-position .icons.left,
  .report-logo-position .icons.right {
    gap: 4px;
  }
  .report-logo-position .icons.right {
    flex-direction: row-reverse;
  }
  .report-logo-position .icons.center {
    font-size: 10px;
    flex-direction: column;
  }
  .save-and-publish-device-count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .save-and-publish-device-count .status {
    -webkit-animation: sync-rotate 3s linear infinite;
            animation: sync-rotate 3s linear infinite;
    margin-right: 10px;
  }
  .alert-filter-op {
    display: inline-block;
  }
  .alert-filter-op > div {
    margin-bottom: 0;
  }
  .alert-filter-op select {
    width: unset;
  }
  .breadcrumb > li > a {
    color: #005481;
  }
  .text-campaign {
    color: #d982aa;
  }
  .device-listing-warning {
    z-index: 100;
  }
  .device-listing-warning .warning-icon {
    display: block;
    margin-top: 4px;
    font-size: 22px;
    color: #f0ad4e;
  }
  .icon-email-blocked {
    display: inline-flex;
    position: relative;
    width: 20px;
    height: 14px;
    color: #a94442;
    align-items: center;
    gap: 2px;
  }
  .icon-email-blocked::after {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
  }
  .icon-email-blocked::before {
    content: "\f12a";
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
  }
  .panel-plugins .plugin-item {
    display: flex;
    gap: 5px;
  }
  .panel-plugins .plugin-item .plugin-thumb {
    height: 75px;
  }
  .panel-notes .note-list-item {
    display: flex;
    gap: 5px;
  }
  .panel-notes .note-list-item.pinned {
    background-color: #fcf8e3;
  }
  .panel-notes .note-list-item.pinned .note-icon.pin {
    display: inline-block;
    color: #333;
  }
  .panel-notes .note-list-item .note-icon {
    display: none;
    color: #777777;
    cursor: pointer;
  }
  .panel-notes .note-list-item .note-icon:hover {
    color: #333;
  }
  .panel-notes .note-list-item .note-icon.pin {
    font-size: 17px;
  }
  .panel-notes .note-list-item .note-icon.edit {
    font-size: 16px;
  }
  .panel-notes .note-list-item:hover .note-icon {
    display: inline-block;
  }
  .panel-notes .note-list-item .note-container {
    width: 100%;
  }
  .panel-notes .note-list-item .note-container .note-header {
    margin-top: 10px;
    margin-left: 5px;
  }
  .panel-notes .note-list-item .note-container .note-header .note-author-name {
    margin-left: 5px;
  }
  .panel-notes .note-list-item .note-container .note-header .note-icons {
    float: right;
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .panel-notes .note-list-item .note-container .note-body {
    white-space: pre-wrap;
    word-break: break-word;
    margin-left: 52px;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .panel-notes .note-list-item .note-container .note-body:empty {
    margin-bottom: 5px;
  }
  .playlist-screen-compat {
    margin: -20px -15px 0 -15px;
    padding: 0 15px 15px;
  }
  @media (max-width: 599px) {
    .playlist-screen-compat .app-content {
      margin: 5px 0 0 0 !important;
    }
    .playlist-screen-compat .playlist-screen-compat {
      width: 100%;
      height: 100%;
      margin: 0;
    }
  }
  .playlist-screen-compat .playlist-header {
    margin: -5px -15px 15px -15px;
  }
  .playlist-screen-compat .playlist-header .title-area {
    min-height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #f8fafc;
  }
  .playlist-screen-compat .playlist-header .title-area > * {
    flex: 1;
  }
  .playlist-screen-compat .playlist-header .title-area .title-path {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    gap: 8px;
    margin: 0 15px;
    min-width: 0;
  }
  .playlist-screen-compat .playlist-header .title-area .title-path .path-carret {
    font-size: 17px;
  }
  .playlist-screen-compat .playlist-header .title-area .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .playlist-screen-compat .playlist-header .title-area .title .title-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .playlist-screen-compat .playlist-header .playlist-tabs {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    height: 40px;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
  }
  .playlist-screen-compat .playlist-header .playlist-tabs .tab-item {
    cursor: pointer;
    color: #333;
    text-decoration: none;
  }
  .playlist-screen-compat .playlist-header .playlist-tabs .tab-item.active {
    border-bottom: 2px solid #0077b5;
    padding-bottom: 8px;
    margin-top: 10px;
    font-weight: bold;
  }
  .playlist-screen-compat .playlist-header .playlist-tabs .tab-item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .add-note-modal {
    /* Trick for auto-expanding textareas: https://css-tricks.com/the-cleanest-trick-for-autogrowing-textareas/ */
  }
  .add-note-modal .grow-wrap {
    display: grid;
  }
  .add-note-modal .grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    word-break: break-word;
    visibility: hidden;
    border: 1px solid transparent;
  }
  .add-note-modal .grow-wrap > textarea {
    resize: none;
    overflow: hidden;
  }
  .add-note-modal .grow-wrap > textarea,
  .add-note-modal .grow-wrap::after {
    /* Identical styling required!! */
    padding: 1em;
    font: inherit;
    /* Place on top of each other */
    grid-area: 1 / 1 / 2 / 2;
  }
  a.device-note {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100;
    background-color: #fcf8e3;
  }
  a.device-note:hover {
    background-color: #fcf8e3;
  }
  a.device-note.dashboard-pinned {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(80%);
  }
  .bulk.bulk-flex {
    display: flex;
    align-items: center;
  }
  .bulk.bulk-flex input[name="select"] {
    margin: 0 13px 0 0;
  }
  .bulk.bulk-flex button {
    line-height: normal;
  }
  .extra-fields-app {
    margin-top: 20px;
  }
  .support-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: none;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 999999;
  }
  .support-loading {
    position: fixed;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .support-loading .fas {
    font-size: 50px;
    color: #0077b5;
  }
  .support-loaded {
    opacity: 1;
  }
  .filebrowser-v2 .file-move-target.ui-drop-hover {
    color: white !important;
    background-color: #ff7700 !important;
  }
  .filebrowser-v2 .selection-drag-hint,
  .filebrowser-v2 .selection-drag-hint-plain {
    position: fixed;
    z-index: 500;
    width: 50px;
    height: 50px;
  }
  .filebrowser-v2 .selection-drag-hint .item-thumb,
  .filebrowser-v2 .selection-drag-hint-plain .item-thumb {
    display: block;
    margin: 0 auto;
    left: 0 !important;
    border-radius: 0 !important;
    width: 32px !important;
    height: 18px !important;
  }
  .filebrowser-v2 .selection-drag-hint .item-thumb.is-dir,
  .filebrowser-v2 .selection-drag-hint-plain .item-thumb.is-dir,
  .filebrowser-v2 .selection-drag-hint .item-thumb.is-file,
  .filebrowser-v2 .selection-drag-hint-plain .item-thumb.is-file {
    width: 25px !important;
    height: 25px !important;
  }
  .filebrowser-v2 .selection-drag-hint:after {
    content: attr(data-file-count);
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 3;
    background-color: #00a6ff;
    border: 1px #ffffff solid;
    border-radius: 20px;
    color: #ffffff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
  }
  .filebrowser-v2 .panel-filebrowser {
    position: relative;
    overflow: hidden;
    margin: -20px -15px;
    border-radius: 0;
    border: none;
  }
  .filebrowser-v2 .panel-filebrowser .grid-view .checkbox {
    padding: 1px 1.4px;
  }
  .filebrowser-v2 .panel-filebrowser .checkbox {
    margin: 0;
    width: 14px;
    height: 14px;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    padding: 1px;
    cursor: pointer;
    border: 1px solid #637282;
    background: #ffffff;
    color: #637282;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser .checkbox {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser .checkbox.hide-cb-icon {
    color: #ffffff;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    box-shadow: none;
    border-radius: 3px;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb:before {
    position: absolute;
    width: 92%;
    display: inline;
    bottom: 0;
    right: unset;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
    padding: 0 5px;
    text-shadow: none;
    z-index: 0;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-datasource,
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-file {
    box-shadow: none;
    background-color: transparent;
    background-size: contain;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-file-font {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #009cbf;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-file-font:before {
    content: "\f15b";
    color: #009cbf;
    background-color: #f2fdff;
    box-shadow: 0 0 0 1px #009cbf;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-file-audio {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #843c54;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-file-audio:before {
    content: "\f001";
    color: #843c54;
    background-color: #ede1e6;
    box-shadow: 0 0 0 1px #843c54;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #b082d9;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget:before {
    content: "\f135";
    color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget-audio {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #b082d9;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget-audio:before {
    content: "\f8dd";
    color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget-automation {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #b082d9;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget-automation:before {
    content: "\f544";
    color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget-plugin {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #b082d9;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-widget-plugin:before {
    content: "\f1e6";
    color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-image {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #cfaa67;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-image:before {
    content: "\f03e";
    color: #cfaa67;
    background-color: #fff7cc;
    box-shadow: 0 0 0 1px #cfaa67;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-video {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #e69167;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-video:before {
    content: "\f008";
    color: #e69167;
    background-color: #fff7f2;
    box-shadow: 0 0 0 1px #e69167;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-composition {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #82b4d9;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-composition:before {
    content: "\f685";
    color: #82b4d9;
    background-color: #f2fbff;
    box-shadow: 0 0 0 1px #82b4d9;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-playlist {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #6798e6;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-playlist:before {
    content: "\f5fd";
    color: #6798e6;
    background-color: #f2f3ff;
    box-shadow: 0 0 0 1px #6798e6;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-audio-playlist {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #843c54;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-audio-playlist:before {
    content: "\f8c9";
    color: #843c54;
    background-color: #ede1e6;
    box-shadow: 0 0 0 1px #843c54;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-campaign {
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0 0 0 1px #d982aa;
    background-color: white;
    background-size: contain;
    background-image: none;
  }
  .filebrowser-v2 .panel-filebrowser .item-thumb.is-campaign:before {
    content: "\f682";
    color: #d982aa;
    background-color: #fff2f5;
    box-shadow: 0 0 0 1px #d982aa;
  }
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle .text {
    padding: 0 10px;
  }
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu li:not(.divider) {
    padding: 5px 0;
  }
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu li:not(.divider) a,
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu li:not(.divider) a:visited {
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #637282;
    padding: 3px 24px;
  }
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu li:not(.divider) a:hover,
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu li:not(.divider) a:active,
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu li:not(.divider) a:focus {
    background-color: transparent;
    color: #0077b5;
  }
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu .divider {
    margin: 5px 0;
  }
  .filebrowser-v2 .panel-filebrowser .dropdown-toggle + .dropdown-menu .fas {
    font-size: 16px;
    margin-right: 10px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading {
    background: none;
    border: none;
    height: 70px;
    padding: 20px 15px 10px 25px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .upload-actions > .btn-group > .btn-primary {
    padding-left: 20px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .upload-actions > .btn-group > .btn-primary .caret {
    margin-left: 10px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .upload-actions .dropdown-menu > li > a > .fas {
    margin-right: 5px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb {
    display: inline-block;
    background-color: #fff;
    color: #637282;
    padding-left: 10px;
    line-height: 30px;
    font-size: 20px;
    width: calc(100% - 415px);
  }
  @media (max-width: 768px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb {
      font-size: 16px;
      padding-left: 5px;
      padding-right: 5px;
      width: calc(100% - 130px);
    }
  }
  @media (max-width: 480px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb {
      width: calc(100% - 110px);
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb a:hover,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb a:active,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb a:visited,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb a:focus {
    text-decoration: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb a {
    color: rgba(99, 114, 130, 0.7);
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .btn-home {
    display: inline-block;
    padding: 0 8px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .file-search {
    color: #333;
    font-size: 12px;
    padding: 0 10px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list {
    display: flex;
    white-space: nowrap;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-separator {
    display: inline-block;
    font-size: 0.6em;
    top: -1px;
    color: #ccc;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-item-box {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-item-box.last-item {
    overflow: hidden;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-item-box:last-child .breadcrumb-item {
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-item-box .angle-right-icon {
    line-height: 30px;
    font-size: 18px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-item-box.visible {
    display: block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-item-box.visible:last-child {
    overflow: hidden;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .info-breadcrumb .breadcrumb-list .breadcrumb-item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .dropdown-menu-right {
    padding: 5px 10px;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions {
      flex-flow: column;
    }
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-item-composition {
      display: none;
    }
  }
  @media (max-width: 480px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-toggle {
      font-size: 15px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-toggle .text {
    padding: 0 10px;
  }
  @media (max-width: 480px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-toggle .text {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu li:not(.divider) {
    padding: 5px 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu li:not(.divider) a,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu li:not(.divider) a:visited {
    cursor: pointer;
    font-size: 14px;
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu li:not(.divider) a:hover,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu li:not(.divider) a:active,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu li:not(.divider) a:focus {
    background-color: transparent;
    color: #0077b5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu .divider {
    margin: 5px 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .dropdown-menu .fas {
    font-size: 16px;
    margin-right: 10px;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .file-actions .btn,
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .upload-actions .btn {
      margin-bottom: 5px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .filter-actions {
    position: relative;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .filter-actions .fas {
    margin-top: 13px;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .filter-actions .fas {
      margin-top: auto;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .filter-actions .search-form {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: initial;
    -ms-flex-negative: 1;
  }
  @media (max-width: 600px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .filter-actions .search-form {
      display: block;
      max-width: initial;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .filebrowser-actions .filter-actions .search-form input::-ms-clear {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group {
    width: 300px;
    height: 40px;
    float: right;
    margin-bottom: 0px;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-top: -5px;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.searching {
    width: 100%;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.searching {
      display: flex;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.searching .clear-icon {
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.searching .clear-icon i {
    display: block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.focused {
    box-shadow: 0px 0px 6px #0077b5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.focused .form-control,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.focused .search-icon,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group.focused .clear-icon {
    background-color: white;
    border-color: #66afe9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .input-group {
    display: block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .form-control {
    height: 40px;
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    background-color: #fafafa;
    box-shadow: none;
    font-family: "Font Awesome 5 Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .form-control {
      font-size: 16px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .input-group-btn {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .search-icon,
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .clear-icon {
    display: flex;
    height: 40px;
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fafafa;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .search-icon {
    border-radius: 2px 0 0 2px;
    border-right: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .search-icon + form input {
    padding-left: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .clear-icon {
    border-radius: 0 2px 2px 0;
    border-left: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .clear-icon i {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group i {
    margin: auto;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .hint-dropdown {
      max-height: 35%;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .form-group .hint-dropdown .hint-icon {
    font-size: 1.1em;
    margin: 10px 14px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .search-icon-mobile {
    display: none;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .search-icon-mobile {
      display: inline-block;
      position: absolute;
      background-color: #fafafa;
      border: solid 1px #d5d8dd;
      border-radius: 30px;
      height: 32px;
      width: 32px;
    }
    .filebrowser-v2 .panel-filebrowser > .panel-heading .search-icon-mobile.hidden {
      visibility: hidden;
    }
    .filebrowser-v2 .panel-filebrowser > .panel-heading .search-icon-mobile .fas {
      padding: 8px;
    }
  }
  @media (max-width: 480px) {
    .filebrowser-v2 .panel-filebrowser > .panel-heading .search-icon-mobile {
      float: right;
      margin-right: 5px;
      position: inherit;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .extra-settings {
    font-size: 15px;
    vertical-align: text-top;
    color: #637282;
    margin-left: 10px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .extra-settings:hover {
    color: #0077b5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .dropdown-view .active-label {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .dropdown-view .inactive-label {
    display: initial;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .dropdown-view .active .active-label {
    display: initial;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-heading .dropdown-view .active .inactive-label {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    overflow: hidden;
    /* ie 11 fix */
    flex-flow: row;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body {
      flex-flow: column-reverse;
      /* ie 11 fix */
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .drop-message {
    position: absolute;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left {
    position: relative;
    width: 100%;
    -ms-flex: 1 0 0px;
    /* ie 11 fix */
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left {
      flex-flow: row;
      border-top: 1px solid #ddd;
      -ms-flex: 0 0 auto;
      /* ie 11 fix */
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-content {
    position: relative;
    border-top: 1px solid rgba(99, 114, 130, 0.15);
    border-right: 1px solid rgba(99, 114, 130, 0.15);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: overlay;
    /* non webkit browsers */
    background-color: #f4f6f8;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-content .welcome-banner {
    width: 80%;
    max-width: 550px;
    margin: 60px auto;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-content .welcome-banner .welcome-icon {
    width: 130px;
    margin-right: 30px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-content .welcome-banner .media-body {
    color: #404144;
    font-size: 15px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-content .welcome-banner .media-body .welcome-title {
    color: #2c3e50;
    font-weight: bold;
    font-size: 25px;
  }
  @media (max-width: 992px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-content .welcome-banner {
      text-align: center;
    }
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-content .welcome-banner .welcome-icon {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .library-no-content {
    margin: 0 auto;
    padding: 15px;
    max-width: 642px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 100;
    margin: 0;
    width: 330px;
    border-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
    border-color: #dee2e6;
    box-shadow: 0px 0px 5px #dee2e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading {
    background: #ffffff;
    color: #637282;
    padding: 16px;
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading .panel-title {
    display: inline-block;
    font-size: 14px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading .panel-title + i {
    padding: 19px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading .pull-left,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading .info-breadcrumb {
    transition: opacity 0.4s ease;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading .pull-left.faded,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading .info-breadcrumb.faded {
    opacity: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-heading:before {
    top: -22px;
    left: 2%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack.collapsed .panel-heading .panel-title + i:before {
    content: "\f077";
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack.collapsed .panel-body {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body {
    max-height: 164px;
    overflow-y: auto;
    padding: 13px;
    margin: 2px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item {
    padding: 6px 0px;
    line-height: 1em;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .title .item-thumb {
    cursor: default;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .title .item-thumb:before {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: none;
    vertical-align: middle;
    font-size: 16px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.inactive .title {
    color: rgba(99, 114, 130, 0.4);
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions {
    display: inline-block;
    color: rgba(99, 114, 130, 0.4);
    float: right;
    font-size: 14px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .progress-info {
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .upload-retry {
    display: none;
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .upload-alert {
    color: #ffb145;
    display: none;
    cursor: help;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .upload-alert .failed-icon,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .upload-alert .retrying-icon {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .upload-success {
    color: #59b359;
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .upload-cancel:hover:before {
    cursor: pointer;
    content: "\f057";
    color: #333333;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .fas {
    text-align: center;
    width: 22px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .progress-ring {
    margin: -3px 2px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item .upload-actions .progress-ring .percentage {
    transition: stroke-dashoffset 0.35s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.success .progress-info,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.success .progress-ring,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.success .upload-alert,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.success .upload-retry {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.success .upload-success {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.failed .progress-info,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.failed .progress-ring,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.failed .upload-success {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.failed .upload-alert,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.failed .upload-retry,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.failed .upload-alert .failed-icon {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.retrying .progress-info,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.retrying .progress-ring,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.retrying .upload-success,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.retrying .upload-retry {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.retrying .upload-alert,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.retrying .upload-alert .retrying-icon {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.error .progress-info,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.error .progress-ring,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.error .upload-success,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.error .upload-retry {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .upload-stack .panel-body .upload-list .upload-item.error .upload-alert {
    color: #d9534f;
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .doodle-search-results {
    width: 335px;
    margin: auto;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .doodle-icon {
    height: 100%;
    font-size: 75px;
    margin-right: 25px;
    float: left;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .doodle-icon,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .doodle-title,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .doodle-text {
    opacity: 0.5;
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .doodle-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .doodle-text {
    font-size: 14px;
    font-weight: bold;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files {
    list-style: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .some-checked,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .all-checked,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .all-server,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .all-matches {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .some-checked.active,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .all-checked.active,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .all-server.active,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .all-matches.active {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all {
    background-color: #f4f6f8;
    display: none;
    height: 46px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all.selecting {
    display: flex;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all .select-all-wrapper {
    color: #637282;
    margin: auto;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server {
    color: #b0b7c0;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 12px;
    text-align: center;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server .select-all-wrapper {
    margin: auto;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server .select-all-label,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server .clear-selection-label {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server.all-selected .select-all-label,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server.all-server-selected .clear-selection-label {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server:hover {
    color: #637282;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .select-all-server {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header {
    display: block;
    margin-bottom: 8px;
    padding: 0px 30px;
    list-style: none;
    background: #fff;
  }
  @media (max-width: 480px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header {
      margin: 8px 0;
      padding: 0 8px 0 16px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .actions button {
    background-color: white;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header li {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-weight: 500;
    font-size: 13px;
    color: #637282;
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .checkbox-container {
    display: inline-block;
    width: 30px;
  }
  @media (max-width: 480px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .checkbox-container {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename {
    cursor: default;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .n-selected,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip {
    display: none;
    margin-left: 15px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .n-selected.selected,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip.searching {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .n-selected.on-page {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip {
    color: rgba(99, 114, 130, 0.7);
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .value {
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip.this-folder .in-folder {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip.not-this-folder .not-in-folder {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .in-folder,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .not-in-folder {
    display: none;
    border-radius: 3px;
    padding-left: 6px;
    margin-right: 4px;
    line-height: 24px;
    background-color: #59b359;
    color: #ffffff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .in-folder u,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .not-in-folder u {
    padding: 0 6px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .in-folder .remove,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .not-in-folder .remove {
    width: 24px;
    line-height: 25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .in-folder .remove:hover,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .filename .searching-tip .not-in-folder .remove:hover {
    background: #449544;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .order {
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .checkbox {
    left: 8px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .info-collapser {
    position: absolute;
    width: 20px;
    right: -7px;
    cursor: pointer;
    z-index: 2;
    top: 0;
  }
  @media (max-width: 480px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .info-collapser {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .info-collapser.inverted i {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files-header .dropdown-menu:before {
    top: -22px;
    left: 76%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs {
    display: none;
    float: right;
    padding: 3px;
    line-height: 1.1em;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 0.8em;
    color: #fff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs > * {
    display: none;
    padding: 0px 4px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.paused,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.interactivity,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.cycle,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.restricted,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.enabled-report,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.enabled-ivc,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.pdf-conversion-error {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.paused .is-paused {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.interactivity .has-interactivity {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.cycle .is-cycling {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.restricted .is-restricted {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.pdf-conversion-error .has-pdf-conversion-error {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.enabled-report .is-enabled-report {
    display: inline-block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .attrs.enabled-ivc .is-enabled-ivc {
    display: inline-block;
    width: 20px;
    height: 10px;
    background: center / contain no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIxMCAxMjUuOCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU1LjgxODQsMzguNzU3OCkiPjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGQ9Ik0zOS43LDUwLjRjMCwxLjEtOC43LDEyLjItMjEuNywxMi4yaDBDMy4zLDYyLjUtOC42LDQ5LjgtOC42LDM0LjFDLTguNiwxMy4zLDkuMSw1LjcsMTgsNS43di0yNC45Qy0yLjktMTkuMS0zMy4yLTIuNi0zMy4yLDM0YzAsMjkuMywyMi45LDUzLjEsNTEuMSw1My4xaDBjMjIuMiwwLDM2LjItMTUuMiwzNi4yLTE1LjZMMzkuNyw1MC40eiIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDEuNjM3NywxMDIuNTI4OCkiPjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGQ9Ik0xOC4yLTEwMi41bC01OS42LDg2Ljl2LTY1LjJoLTI0LjdWMjEuNGgyOS4zbDg0LjktMTIzLjlIMTguMnoiLz48L2c+PHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZD0iTTAsMjEuOGgyNC43djEwMi4xSDBWMjEuOHoiLz48L3N2Zz4=");
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon {
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-image {
    color: #cfaa67;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-video {
    color: #e69167;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-widget,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-widget-audio,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-widget-automation,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-widget-plugin {
    color: #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-composition {
    color: #82b4d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-datasource {
    color: #43bf96;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-playlist {
    color: #6798e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-audio-playlist {
    color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-campaign {
    color: #d982aa;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-file-audio {
    color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .share-content-icon.is-missing {
    color: #d63f3f;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-dir {
    background-image: url("/static/img/folder-all-v2.png?_=v6");
    background-size: 100%;
    background-position-y: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-dir.is-campaigns-dir {
    background-position-y: -25px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-dir.is-playlists-dir {
    background-position-y: -50px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-dir.is-apps-dir {
    background-position-y: -75px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-dir.is-public-dir {
    background-position-y: -100px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-dir.is-shared-dir {
    background-position-y: -125px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-dir.is-home-dir {
    background-position-y: -150px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-file {
    background-image: url("/static/img/folder-all-large-v2.png?_=v6");
    background-size: 164px 923px;
    box-shadow: 0 0 0 1px #009cbf;
    background-position-y: -646px;
    background-color: white;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-datasource {
    box-shadow: 0 0 0 1px #43bf96;
    background-position-y: -738px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-file-audio {
    box-shadow: 0 0 0 1px #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .files .file-item .item-thumb.is-file-audio.is-file {
    background-position-y: -830px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra {
    margin-left: -6px;
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown.open .fa-ellipsis-h {
    background-color: rgba(222, 226, 230, 0.5);
    border-radius: 100%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown.context {
    position: initial;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown.context .dropdown-menu:before {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-toggle {
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file {
    width: 200px;
    top: -25%;
    left: -190px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file:before {
    border: inset 8px;
    border-color: transparent transparent transparent #ffffff;
    border-left-style: solid;
    top: 15px;
    left: 100%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button-icon,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button-label {
    cursor: pointer;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button-icon {
    display: inline;
    margin-left: 16px;
    margin-right: 12px;
    padding: 0;
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button:hover .button-icon,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button:hover .button-label {
    color: #0077b5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button-delete:hover .button-icon,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button-delete:hover .button-label {
    color: #e64a45;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file .button-label {
    font-size: 14px;
    font-weight: 400;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file hr {
    margin: 5px 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-item {
    line-height: 29px;
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .dropdown-menu-file.opened {
    display: block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra .fas {
    padding: 4px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .margin-r-l-5 {
    margin: 0 5px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .actions.extra:hover .fa-ellipsis-h {
    background-color: rgba(222, 226, 230, 0.5);
    border-radius: 100%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files-header .actions .btn {
    padding: 0 7px;
    background-color: transparent;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .filetype,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .filedate,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .filesize {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .actions {
    float: right;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .actions.extra {
    display: block;
    margin-right: -8px;
    margin-top: -33px;
    margin-bottom: -3px;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .actions.extra {
      margin-top: -6px;
    }
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .actions.extra .fas {
      padding: 2px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .actions.extra .dropdown-toggle {
    visibility: hidden;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .actions.extra .dropdown-toggle {
      visibility: visible;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .actions.extra .fa-ellipsis-h {
    background-color: #dee2e6;
    border-radius: 100%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .separation {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files {
    margin: 10px 30.5px;
    padding: 0 0 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files {
      margin: 10px 16px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files.placeholder {
    padding: 0;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      grid-gap: 10px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .separation {
    display: block;
    width: 100%;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .separation {
      grid-column: 1 / -1;
      grid-row: auto;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .separation h4 {
    font-size: 13px;
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .separation hr {
    margin: 0 0 20px;
    border-top: solid 1px #dee2e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-list-padding {
    width: 89px;
    height: 1px;
    -ms-flex: 1 auto;
    /* ie 11 fix */
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item {
    position: relative;
    margin: 0 12px 12px 0;
    width: 150px;
    border: solid 1px transparent;
    border-radius: 4px;
    touch-action: manipulation;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item {
      width: auto;
      margin: 0;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:hover,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.ui-selecting {
    background-color: #ecf4f9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:hover input[type="checkbox"],
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item input[type="checkbox"]:checked {
    visibility: visible;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.drag {
    opacity: 0.5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.selected {
    background-color: #bae2f8;
    border: solid 1px #00a6ff;
    box-shadow: rgba(0, 119, 181, 0.25) 0 3px 6px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .checkbox {
    position: absolute;
    visibility: hidden;
    top: 6px;
    left: 6px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:hover .checkbox,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .checkbox.show-cb-icon {
    visibility: visible;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb {
    display: block;
    width: 92%;
    height: 80px;
    margin: 5px auto 0;
    background-repeat: no-repeat;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb:before {
    margin-bottom: 5px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .filename-container {
    display: initial;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .filename-container .filename {
    max-width: 100%;
    position: sticky;
    display: inline-block;
    color: #333;
    margin-left: 30px;
    margin-bottom: 2.5px;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    overflow: hidden;
    cursor: default;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .filename-container .filename {
      width: calc(100% - 55px);
    }
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .filename-container .filename {
      padding-right: 22px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .filename-container .filetag {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .filename-container .extra-settings {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .filename-container .attrs.list {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-widget ~ .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-widget-audio ~ .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-widget-automation ~ .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-widget-plugin ~ .attrs {
    background-color: #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-file-html ~ .attrs {
    background-color: #009cbf;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-image ~ .attrs {
    background-color: #cfaa67;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-video ~ .attrs {
    background-color: #e69167;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-composition ~ .attrs {
    background-color: #82b4d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-datasource ~ .attrs {
    background-color: #43bf96;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-playlist ~ .attrs {
    background-color: #6798e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-audio-playlist ~ .attrs {
    background-color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-campaign ~ .attrs {
    background-color: #d982aa;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .item-thumb.is-file-audio ~ .attrs {
    background-color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .attrs {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:hover .actions.extra .dropdown-toggle,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item .dropdown.open .dropdown-toggle {
    visibility: visible;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) {
    position: relative;
    max-width: 18%;
    margin: 1%;
    height: calc(98px + 1.5em);
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) {
      max-width: 100%;
      width: 100%;
      margin: 0px auto;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir).selected {
    box-shadow: 0px 0px 0px 3px #00a6ff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir):hover .btn.dropdown-toggle {
    visibility: hidden;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir):hover .filename-container .extra-settings {
    visibility: visible;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb {
    margin: 0;
    width: 100%;
    height: 95px;
    border-radius: 3px 3px 0 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb:before {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .filename-container {
    position: absolute;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    min-height: 1.5em;
    bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .filename-container .filename {
    width: calc(100% - 40px);
    line-height: 1.2em;
    max-height: 3.6em;
    margin-left: 10px;
    white-space: normal;
    word-break: break-all;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .filename-container .extra-settings {
    position: absolute;
    visibility: hidden;
    display: block;
    right: -5px;
    bottom: -5px;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .filename-container .extra-settings {
      bottom: auto;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .filename-container .extra-settings .fa-ellipsis-h {
    padding: 3px;
    color: #637282;
    background-color: #dee2e6;
    border-radius: 50%;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb + .filename-container {
    border-color: #009cbf;
    background-color: #f2fdff;
    box-shadow: 0 0 0 1px #009cbf;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f15b";
    color: #009cbf;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget + .filename-container {
    border-color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f135";
    color: #b082d9;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget-audio + .filename-container {
    border-color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget-audio + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f8dd";
    color: #b082d9;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget-automation + .filename-container {
    border-color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget-automation + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f544";
    color: #b082d9;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget-plugin + .filename-container {
    border-color: #b082d9;
    background-color: #f9f2ff;
    box-shadow: 0 0 0 1px #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-widget-plugin + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f1e6";
    color: #b082d9;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-image + .filename-container {
    border-color: #cfaa67;
    background-color: #fff7cc;
    box-shadow: 0 0 0 1px #cfaa67;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-image + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f03e";
    color: #cfaa67;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-video + .filename-container {
    border-color: #e69167;
    background-color: #fff7f2;
    box-shadow: 0 0 0 1px #e69167;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-video + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f008";
    color: #e69167;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-composition + .filename-container {
    border-color: #82b4d9;
    background-color: #f2fbff;
    box-shadow: 0 0 0 1px #82b4d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-composition + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f685";
    color: #82b4d9;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-datasource + .filename-container {
    border-color: #43bf96;
    background-color: #f2fffb;
    box-shadow: 0 0 0 1px #43bf96;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-datasource + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f1c0";
    color: #43bf96;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-playlist + .filename-container {
    border-color: #6798e6;
    background-color: #f2f3ff;
    box-shadow: 0 0 0 1px #6798e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-playlist + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f5fd";
    color: #6798e6;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-audio-playlist + .filename-container {
    border-color: #843c54;
    background-color: #ede1e6;
    box-shadow: 0 0 0 1px #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-audio-playlist + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f8c9";
    color: #843c54;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-campaign + .filename-container {
    border-color: #d982aa;
    background-color: #fff2f5;
    box-shadow: 0 0 0 1px #d982aa;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-campaign + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f682";
    color: #d982aa;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-file-audio + .filename-container {
    border-color: #843c54;
    background-color: #ede1e6;
    box-shadow: 0 0 0 1px #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-file-audio + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f001";
    color: #843c54;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-user-shared + .filename-container {
    border-color: #d982aa;
    background-color: #fff2f5;
    box-shadow: 0 0 0 1px #d982aa;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .item-thumb.is-user-shared + .filename-container:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    content: "\f1e0";
    color: #d982aa;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .actions.extra {
    visibility: hidden;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item:not(.dir) .actions.extra .dropdown-menu-file {
    visibility: visible;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 7px 9.5px;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir {
      padding: 7px 9.5px 7px 5px;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .checkbox {
    left: 6px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .item-thumb {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    vertical-align: middle;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .filename-container {
    flex: 1;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .filename-container .filename {
    margin-left: 5px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: default;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .filename-container .filename {
      width: calc(100% + 22px);
      max-height: 3em;
      word-break: break-all;
      white-space: normal;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .actions.extra {
    margin-right: -20px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .actions.extra {
      vertical-align: middle;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files {
    padding: 0px 30px 70px;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files {
      padding: 0 30px 70px 0;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files.placeholder {
    padding: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb:before {
    display: none !important;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-list-padding {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .separation {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item {
    position: relative;
    list-style: none;
    line-height: 29px;
    border: 1px solid #f4f6f8;
    border-bottom: 1px solid rgba(99, 114, 130, 0.15);
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item:hover,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item.ui-selecting {
    background-color: #ecf4f9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item.selected {
    background-color: #bae2f8;
    border-color: #00a6ff;
    color: #333333;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item.selected + .selected:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #bae2f8;
    top: -2px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item.selected .dropdown-toggle {
    color: #333333;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .checkbox-container {
    position: absolute;
    display: inline-block;
    width: 30px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .checkbox-container .checkbox {
    left: 7px;
    top: -1px;
    margin: 8px 0px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-datasource {
    box-shadow: none;
    background-color: transparent;
    background-size: contain;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget + .filename-container .filetag,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-audio + .filename-container .filetag,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-automation + .filename-container .filetag,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-plugin + .filename-container .filetag {
    border-color: #b082d9;
    background-color: #f9f2ff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget + .filename-container .filetag:before,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-audio + .filename-container .filetag:before,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-automation + .filename-container .filetag:before,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-plugin + .filename-container .filetag:before {
    color: #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget + .filename-container .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-audio + .filename-container .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-automation + .filename-container .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-widget-plugin + .filename-container .attrs {
    background-color: #b082d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-image + .filename-container .filetag {
    border-color: #cfaa67;
    background-color: #fff7cc;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-image + .filename-container .filetag:before {
    color: #cfaa67;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-image + .filename-container .attrs {
    background-color: #cfaa67;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-video + .filename-container .filetag {
    border-color: #e69167;
    background-color: #fff7f2;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-video + .filename-container .filetag:before {
    color: #e69167;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-video + .filename-container .attrs {
    background-color: #e69167;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-composition + .filename-container .filetag {
    border-color: #82b4d9;
    background-color: #f2fbff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-composition + .filename-container .filetag:before {
    color: #82b4d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-composition + .filename-container .attrs {
    background-color: #82b4d9;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-playlist + .filename-container .filetag {
    border-color: #6798e6;
    background-color: #f2f3ff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-playlist + .filename-container .filetag:before {
    color: #6798e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-playlist + .filename-container .attrs {
    background-color: #6798e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-audio-playlist + .filename-container .filetag {
    border-color: #843c54;
    background-color: #ede1e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-audio-playlist + .filename-container .filetag:before {
    color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-audio-playlist + .filename-container .attrs {
    background-color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-campaign + .filename-container .filetag {
    border-color: #d982aa;
    background-color: #fff2f5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-campaign + .filename-container .filetag:before {
    color: #d982aa;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-campaign + .filename-container .attrs {
    background-color: #d982aa;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-audio + .filename-container .filetag {
    border-color: #843c54;
    background-color: #ede1e6;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-audio + .filename-container .filetag:before {
    color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-audio + .filename-container .attrs {
    background-color: #843c54;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-svg + .filename-container .filetag,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-swf + .filename-container .filetag,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-html + .filename-container .filetag,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-mhtml + .filename-container .filetag {
    border-color: #0077b5;
    background-color: #f2fdff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-svg + .filename-container .filetag:before,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-swf + .filename-container .filetag:before,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-html + .filename-container .filetag:before,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-mhtml + .filename-container .filetag:before {
    color: #0077b5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-svg + .filename-container .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-swf + .filename-container .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-html + .filename-container .attrs,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file-mhtml + .filename-container .attrs {
    background-color: #0077b5;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container {
    display: inline-block;
    padding-left: 76px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container .filename {
    display: inline;
    width: auto;
    max-width: 100%;
    color: #333333;
    word-break: break-all;
    line-height: 1.4em;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container .filetag {
    display: inline;
    padding: 2px 3px;
    border: 1px solid;
    line-height: 1.4em;
    border-radius: 3px;
    margin-left: 20px;
    white-space: nowrap;
    color: #333;
    border-color: #009cbf;
    background-color: #f2fdff;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container .filetag:before {
    color: #009cbf;
    font-family: "Font Awesome 5 Pro";
    vertical-align: text-top;
    content: "\f02b";
    margin-right: 6px;
    font-weight: 600;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container .filetag.category::before {
    content: "\f024";
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container .filetag + .filetag {
    margin-left: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container .attrs {
    margin-top: 6px;
    margin-right: 6px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container .extra-settings {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .attrs.grid {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb {
    position: absolute;
    top: 6px;
    left: 33px;
    width: 32px;
    height: 18px;
    border-radius: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-dir {
    width: 25px;
    height: 25px;
    top: 3px;
    left: 36px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb:not(.is-dir) {
    background-position: center;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-file {
    width: 25px;
    height: 25px;
    top: 3px;
    left: 36px;
    background-image: url("/static/img/folder-all-v2.png?_=v6");
    background-size: 100%;
    background-position-y: -175px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .item-thumb.is-datasource {
    background-position-y: -200px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item span {
    display: inline-block;
    vertical-align: middle;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filename,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename {
    width: calc(50% - 56px);
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filename,
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename {
      width: calc(80% - 77.6px);
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filename-container,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container {
    width: calc(50% - 20px);
  }
  @media (max-width: 768px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filename-container,
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filename-container {
      width: calc(80% - 20px);
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filetype,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filetype {
    width: calc(15% - 10.8px);
  }
  @media (max-width: 1200px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filetype,
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filetype {
      display: none;
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filedate,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filedate {
    width: calc(25% - 18px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @media (max-width: 1200px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filedate,
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filedate {
      width: calc(35% - 18px);
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filesize,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filesize {
    width: calc(10% - 7.2px);
  }
  @media (max-width: 992px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filesize,
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filesize {
      width: calc(15% - 7.2px);
    }
  }
  @media (max-width: 992px) {
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .filesize,
    .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .filesize {
      width: calc(10% - 7.2px);
    }
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .actions,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .actions {
    text-align: center;
    float: right;
    width: 42px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .files-header .actions .btn,
  .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .list-view .file-item .actions .btn {
    padding: 0;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 38px;
    line-height: 41px;
    font-size: 15px;
    z-index: 10;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message .loading-text,
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message .error-text {
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: opacity 0.5s linear;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message .loading-text.hidden,
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message .error-text.hidden {
    z-index: 0;
    opacity: 0;
    display: block !important;
    background: #d9edf7;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message .loading-text {
    background: #f4f6f8;
    color: #637282;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message .loading-text i {
    margin-right: 10px;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message .error-text {
    display: none;
    background: #f2dede;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message.is-error .loading-text {
    display: none;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message.is-error .error-text {
    display: block;
  }
  .filebrowser-v2 .panel-filebrowser > .panel-body .loading-message.is-scroll {
    width: calc(100% - 16px);
    line-height: 70px;
    top: initial;
    bottom: 70px;
  }
  .filebrowser-v2 .panel-filebrowser .panel-tip {
    position: absolute;
    min-height: 40px;
    margin: 0 auto;
    font-size: 15px;
    clear: both;
    padding: 5px;
    text-align: left;
    height: auto;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  .filebrowser-v2 .panel-filebrowser .panel-tip .upload-list {
    margin-left: -40px;
    margin-bottom: 0;
    padding-top: 5px;
  }
  .filebrowser-v2 .panel-filebrowser .panel-tip .upload-list li {
    display: inline-block;
    position: relative;
    z-index: 50;
    padding: 3px 20px 3px 6px;
    margin-right: 5px;
    font-size: 12px;
    color: #0077b5;
    background: #ffffff;
    min-width: 150px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
  }
  .filebrowser-v2 .panel-filebrowser .panel-tip .upload-list li .ui-progressbar-value {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0077b5;
    opacity: 0.5;
    margin: 0;
  }
  .filebrowser-v2 .panel-filebrowser .panel-tip .upload-list li .cancel-upload {
    position: absolute;
    cursor: pointer;
    z-index: 20;
    top: 5px;
    right: 5px;
  }
  .filebrowser-v2 .panel-file-picker {
    border-radius: 0;
    box-shadow: 0 0 0 0;
    margin: 0;
  }
  .filebrowser-v2 .panel-file-picker.panel-filebrowser .panel-body.panel-file-list .grid-view .files .file-item .filename-container .filename {
    width: 100%;
  }
  .filebrowser-v2 .panel-people-picker .panel-heading {
    height: 66px;
    padding: 13px 15px;
  }
  .filebrowser-v2 .panel-people-picker .panel-heading .filebrowser-actions .filter-actions {
    width: 100%;
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .library-no-content .doodle-accounts {
    width: 396px;
    margin: auto;
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .library-no-content .doodle-accounts-search {
    width: 335px;
    margin: auto;
  }
  @supports (display: grid) {
    .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files .file-item.group {
    height: initial;
    min-height: 40px;
    padding: 0 9.5px;
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files .file-item.group .group-thumb {
    font-size: 22px;
    color: #1b80b3;
    margin-right: 3px;
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files .file-item.group .filename {
    font-size: 11px;
    margin: 5px;
    margin-right: 0;
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files .file-item.user .item-thumb {
    height: 61px;
    width: 61px;
    border-radius: 30px;
    background-size: cover;
    margin: 8px auto;
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files .file-item.user .filename,
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files .file-item.user .email {
    font-size: 12px;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .filebrowser-v2 .panel-people-picker .panel-file-list .file-panel-left .grid-view .files .file-item.user .email {
    opacity: 0.5;
  }
  .filebrowser-v2 .panel-people-picker .email-invite {
    display: flex;
    align-items: center;
    background-color: #ededed;
    padding: 10px 15px;
  }
  .filebrowser-v2 .panel-people-picker .email-invite .form-group {
    flex-grow: 1;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .filebrowser-v2 .panel-people-picker .email-invite .form-group input {
    background-color: #fafafa;
  }
  .filebrowser-v2 .panel-footer {
    background-color: white;
    border: none;
    width: 100%;
  }
  @media (max-width: 992px) {
    .filebrowser-v2 .panel-footer {
      display: none;
    }
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info {
    text-align: center;
    color: #333;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-footer .filebrowser-bottom-info {
      flex-flow: column;
    }
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .quota {
    align-self: center;
    position: relative;
    margin: auto;
    width: 65%;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-footer .filebrowser-bottom-info .quota {
      text-align: center;
    }
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .gray-quota-bar,
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .blue-quota-bar {
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .gray-quota-bar {
    background-color: #637282;
    opacity: 0.25;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .blue-quota-bar {
    background-color: #0077b5;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info hr {
    margin: 10px 0 0;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info a {
    color: #637282;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .info {
    align-self: center;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .drop-tip {
    align-self: center;
    margin: 0 0;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .popovers {
    align-self: center;
    padding: 10px 15px;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-footer .filebrowser-bottom-info .popovers .ftp {
      text-align: right;
    }
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .popovers .files {
    text-align: right;
  }
  @media (max-width: 767px) {
    .filebrowser-v2 .panel-footer .filebrowser-bottom-info .popovers .files {
      text-align: left;
    }
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .toggle-popover {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    float: none;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .toggle-popover:hover,
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .toggle-popover:active,
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .toggle-popover:visited,
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .toggle-popover:focus {
    text-decoration: none;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .remaining-space {
    border-radius: 3px;
    color: #666;
    font-size: 10px;
    margin: 10px 0 0;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .remaining-space.warning {
    padding: 5px;
    color: firebrick;
    background: rgba(255, 182, 193, 0.5);
    box-shadow: inset 0 0 5px #800d0d;
  }
  .filebrowser-v2 .panel-footer .filebrowser-bottom-info .remaining-space .available {
    font-weight: bold;
  }
  .filebrowser-v2-context-menu.dropdown-menu {
    grid-template-columns: 210px 210px;
  }
  .filebrowser-v2-context-menu.dropdown-menu .button {
    cursor: pointer;
    padding: 5px 0;
  }
  .filebrowser-v2-context-menu.dropdown-menu .button a,
  .filebrowser-v2-context-menu.dropdown-menu .button a:visited {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #637282;
  }
  .filebrowser-v2-context-menu.dropdown-menu .button a:hover,
  .filebrowser-v2-context-menu.dropdown-menu .button a:active,
  .filebrowser-v2-context-menu.dropdown-menu .button a:focus {
    background-color: transparent;
    color: #0077b5;
  }
  .filebrowser-v2-context-menu.dropdown-menu .button a:nth-child(2) {
    padding: 0;
    margin-top: 7px;
    opacity: 0.8;
    font-size: 0.7em;
  }
  .filebrowser-v2-context-menu.dropdown-menu .button a:nth-child(2) .fas {
    font-size: 1em;
  }
  .filebrowser-v2-context-menu.dropdown-menu .button a:nth-last-child(2) {
    padding-right: 6px;
  }
  .filebrowser-v2-context-menu.dropdown-menu .button-delete a:hover,
  .filebrowser-v2-context-menu.dropdown-menu .button-delete a:active,
  .filebrowser-v2-context-menu.dropdown-menu .button-delete a:focus {
    color: #e64a45;
  }
  .filebrowser-v2-context-menu.dropdown-menu .divider {
    margin: 5px 0;
    grid-column: span 2;
  }
  .filebrowser-v2-context-menu.dropdown-menu .divider:first-child {
    display: none;
  }
  .filebrowser-v2-context-menu.dropdown-menu label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
  }
  .filebrowser-v2-context-menu.dropdown-menu .fas {
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
  }
  .file-panel-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    position: relative;
    color: #333;
    font-size: 0.9em;
    width: 272px;
    min-width: 272px;
  }
  @media (max-width: 992px) {
    .file-panel-right {
      display: none;
    }
  }
  .file-panel-right .file-info-wrapper {
    padding: 30px 24px 0 24px;
  }
  .file-panel-right .panel-footer {
    padding: 0;
  }
  .file-panel-right .doodle-filebrowser-info {
    margin-top: 30px;
    width: 100%;
    padding: 30px 24px;
  }
  .file-panel-right .doodle-filebrowser-info .doodle-column-image {
    margin-bottom: 15px;
  }
  .file-panel-right .doodle-filebrowser-info .doodle-column-image .fas {
    color: rgba(99, 114, 130, 0.5);
    font-size: 80px;
  }
  .file-panel-right .doodle-filebrowser-info .doodle-text {
    font-weight: bold;
    font-size: 14px;
  }
  .file-panel-right .doodle-filebrowser-info .doodle-text .title {
    color: #333;
  }
  .file-panel-right .doodle-filebrowser-info .doodle-text .subtitle {
    color: #637282;
  }
  @media (max-width: 768px) {
    .file-panel-right {
      flex-flow: row;
      align-items: flex-start;
      justify-content: center;
      width: 100%;
      /* ie 11 fix */
      -ms-flex: 0 0 auto;
      /* ie 11 fix */
      padding: 10px 10px;
      border-left: 0;
    }
  }
  .file-panel-right .right-info-division {
    border-color: #dee2e6;
    width: 224px;
    margin: 16px 0 32px;
    overflow: hidden;
    /* firefox fix */
  }
  .file-panel-right .selection-thumbnail {
    position: relative;
    width: 224px;
    height: 126px;
  }
  .file-panel-right .selection-thumbnail .item-thumb {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: white;
  }
  .file-panel-right .selection-thumbnail .item-thumb:before {
    display: none;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-file,
  .file-panel-right .selection-thumbnail .item-thumb.is-datasource,
  .file-panel-right .selection-thumbnail .item-thumb.is-dir {
    background-image: url("/static/img/folder-all-large-v2.png?_=v6");
    background-size: 100%;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-dir {
    background-position-y: 0px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-campaigns-dir {
    background-position-y: -126px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-playlists-dir {
    background-position-y: -252px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-apps-dir {
    background-position-y: -378px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-public-dir {
    background-position-y: -504px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-shared-dir {
    background-position-y: -630px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-home-dir {
    background-position-y: -756px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-file {
    background-position-y: -882px;
  }
  .file-panel-right .selection-thumbnail .item-thumb.is-datasource {
    background-position-y: -1008px;
  }
  .file-panel-right .description-group {
    width: 100%;
  }
  .file-panel-right .description-group:last-child {
    margin-bottom: 20px;
  }
  .file-panel-right .description-group .guid {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  @media (max-width: 991px) {
    .file-panel-right .description-group {
      -ms-flex: 25%;
      /* ie 11 fix */
      padding: 5px 15px;
    }
  }
  .file-panel-right .description {
    height: auto;
    min-height: 14px;
    margin-bottom: 5px;
    display: flex;
  }
  .file-panel-right .description label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 40%;
    margin: 0;
    opacity: 0.7;
    color: #637282;
    font-size: 12px;
    font-weight: normal;
  }
  .file-panel-right .description span.value {
    flex: 1;
  }
  .file-panel-right .multiple-selection {
    margin-top: 10px;
  }
  .file-panel-right .multiple-selection .right-info-division {
    margin: 32px 0 0;
  }
  .file-panel-right .multiple-amount {
    font-size: 16px;
    font-weight: bold;
  }
  .file-panel-right .multiple-size label {
    width: auto;
  }
  .file-panel-right .name {
    padding: 10px 0;
    word-break: break-word;
    /* ie 11 fix */
    max-width: 224px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .file-panel-right .name {
      padding: 0;
    }
  }
  .file-panel-right .name + .selection-thumbnail {
    margin-top: 17px;
  }
  .file-panel-right .breadcrumb-wrapper {
    width: 100%;
    align-self: baseline;
    margin-bottom: 17px;
  }
  .file-panel-right .breadcrumb-wrapper .breadcrumb-list {
    display: inline;
    width: 100%;
    opacity: 0.8;
  }
  .file-panel-right .breadcrumb-wrapper .breadcrumb-item,
  .file-panel-right .breadcrumb-wrapper .fas {
    color: #637282;
    font-size: 13px;
  }
  .file-panel-right .breadcrumb-wrapper .fas {
    padding: 0 6px;
  }
  .file-panel-right .breadcrumb-wrapper .fas:first-child {
    display: none;
  }
  .file-panel-right .breadcrumb-wrapper .info-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
  }
  .file-panel-right .actions {
    width: 224px;
    word-break: break-word;
    padding-top: 34px;
  }
  .file-panel-right .actions .form-group {
    margin-bottom: 5px;
  }
  .file-panel-right .actions ul {
    padding: 0;
  }
  .file-panel-right .actions a:hover {
    text-decoration: none;
  }
  .file-panel-right .actions .divider {
    display: none;
  }
  .file-panel-right .actions .button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    height: 40px;
    padding: 0 9px;
  }
  .file-panel-right .actions .button a:nth-child(2) {
    display: none;
  }
  .file-panel-right .actions .button-icon {
    color: #637282;
    font-size: 18px;
    opacity: 0.5;
    display: block;
  }
  .file-panel-right .actions .button-icon + label {
    display: none;
  }
  .file-panel-right .actions .button-icon::before {
    display: inline-block;
    text-align: center;
    width: 20px;
  }
  .file-panel-right .actions .button-icon::after {
    content: attr(btn-action);
    width: 70px;
    margin: 25px 0 0 -45px;
    position: absolute;
    font-family: "Segoe UI", Roboto, Helvetica;
    font-size: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .file-panel-right .actions .button:hover .button-icon,
  .file-panel-right .actions .button:hover .button-icon::after {
    color: #1b80b3;
    opacity: 1;
  }
  .file-panel-right .actions .button-delete:hover .button-icon,
  .file-panel-right .actions .button-delete:hover .button-icon::after {
    color: #e64a45;
    opacity: 1;
  }
  @media (max-width: 767px) {
    .file-panel-right .actions {
      padding: 0;
    }
  }
  .file-panel-right .file-info {
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 5px;
    background: white;
  }
  .file-panel-right span.value {
    display: inline;
    font-size: 13px;
    line-height: 18px;
    margin-left: 5px;
    color: #333;
    word-break: break-word;
  }
  .file-info-modal .panel-footer {
    display: none;
  }
  .file-info-modal .close {
    position: absolute;
    right: 20px;
    z-index: 10;
  }
  .file-info-modal .modal-header {
    border-bottom: none;
  }
  @media (min-width: 768px) {
    .file-info-modal .modal-dialog {
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
    }
  }
  .file-info-modal .file-panel-right {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0;
    height: auto !important;
  }
  .file-info-modal .file-panel-right .file-info-wrapper {
    width: 100%;
    padding-top: 10px;
  }
  .file-info-modal .file-panel-right .name {
    margin-bottom: 15px;
    font-size: 1.5em;
    max-width: initial;
  }
  .file-info-modal .file-panel-right .breadcrumb-wrapper {
    margin: 5px 0 15px;
  }
  .file-info-modal .file-panel-right .selection-thumbnail {
    width: 248px;
    height: 141px;
    margin: 0 auto 20px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-campaigns-dir {
    background-position-y: -140px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-playlists-dir {
    background-position-y: -280px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-apps-dir {
    background-position-y: -419px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-public-dir {
    background-position-y: -558px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-shared-dir {
    background-position-y: -698px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-home-dir {
    background-position-y: -837px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-file {
    box-shadow: none;
    background-position-y: -976px;
  }
  .file-info-modal .file-panel-right .item-thumb.is-datasource {
    box-shadow: none;
    background-position-y: -1116px;
  }
  .file-info-modal .file-panel-right .description-group {
    padding: 0;
  }
  .file-info-modal .file-panel-right .description-group label {
    font-size: 13px;
  }
  .file-info-modal .file-panel-right .right-info-division {
    order: 1;
    width: 100%;
  }
  .file-info-modal .file-panel-right .actions {
    order: 2;
    width: 100%;
  }
  .file-info-modal .file-panel-right .actions .filebrowser-v2-context-menu {
    margin: 0;
  }
  .file-info-modal .file-panel-right .actions .button {
    display: block;
    height: auto;
    padding: 10px 0;
    text-align: left;
  }
  @media (max-width: 767px) {
    .file-info-modal .file-panel-right .actions .button.dropdown-item-composition {
      display: none;
    }
  }
  .file-info-modal .file-panel-right .actions .button-icon {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
  }
  .file-info-modal .file-panel-right .actions .button-icon:after {
    content: none;
  }
  .file-info-modal .file-panel-right .actions .button-label {
    color: #637282;
    display: inline-block;
    font-weight: 400;
  }
  .modal-preview .modal-body {
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc);
    background-size: 20px 20px, 20px 20px;
    background-position: 0 0, 10px 10px;
    padding: 0;
  }
  .modal-preview .modal-body > .preview-content {
    display: block;
    border: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .modal-preview.modal-preview-boxed .modal-body {
    padding: 15px;
  }
  .ce-filebrowser-v2-container {
    overflow: hidden;
    border-radius: 4px;
    padding: 15px 15px 0px 5px;
  }
  .ce-filebrowser-v2-container .filebrowser-v2 .panel-filebrowser > .panel-body .file-panel-left .grid-view .files .file-item.dir .filename-container .filename {
    width: calc(80% + 22px);
  }
  body > .alert {
    z-index: 3000;
  }
  .datasource-create-modal .group-box {
    margin: 20px 15px;
  }
  .datasource-create-modal .group-box .datasource-content {
    cursor: pointer;
  }
  .datasource-create-modal .panel-heading {
    display: flex;
    align-items: center;
  }
  .datasource-create-modal .panel-heading input[type="radio"] {
    margin-top: 0;
  }
  .datasource-import-sheet .modal-content {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
  }
  .datasource-import-sheet .modal-content hr {
    width: 100%;
  }
  @media (max-width: 768px) {
    .datasource-import-sheet .modal-content {
      height: calc(140vh - 300px);
    }
  }
  .datasource-import-sheet .modal-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .datasource-import-sheet .modal-footer {
    min-height: 65px;
  }
  .datasource-import-sheet details {
    margin-left: 10px;
  }
  .datasource-import-sheet .configured-table {
    table-layout: block;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .datasource-import-sheet .configured-table th {
    min-width: 100px;
  }
  .datasource-import-sheet .table-scroll-wrapper {
    overflow-x: auto;
    margin: 0px -15px;
    height: 100%;
  }
  .datasource-import-sheet .column-kind-header {
    margin-bottom: 0px;
    margin-top: 3px;
  }
  .datasource-import-sheet .prepare-source-wrapper .configure-wrapper .api-body {
    font-family: monospace;
  }
  .datasource-import-sheet .prepare-source-wrapper .configure-wrapper .headers-wrapper {
    margin-bottom: 10px;
  }
  .datasource-import-sheet .prepare-source-wrapper .configure-wrapper .headers-wrapper .input-group {
    margin-bottom: 5px;
  }
  .datasource-import-sheet .prepare-source-wrapper .configure-wrapper .headers-wrapper .input-group input {
    width: 50%;
  }
  .datasource-import-sheet .prepare-source-wrapper .configure-wrapper .headers-wrapper .add-header {
    display: block;
    margin-top: 15px;
  }
  .datasource-import-sheet .prepare-source-wrapper .breadcrumb-item a {
    cursor: pointer;
  }
  .datasource-import-sheet .prepare-source-wrapper .source-nodes {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .datasource-import-sheet .prepare-source-wrapper .repeating-node-wrapper {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .datasource-import-sheet .prepare-source-wrapper .repeating-node-wrapper .repeating-node {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 0 0 30%;
    padding: 10px;
    min-height: 130px;
    text-align: center;
  }
  .datasource-import-sheet .prepare-source-wrapper .repeating-node-wrapper .repeating-node .breadcrumb {
    margin: -10px;
  }
  .datasource-import-sheet .prepare-source-wrapper .repeating-node-wrapper .repeating-node:hover {
    border: 1px solid #0077b5;
  }
  .datasource-import-sheet .prepare-source-wrapper .properties-table .select-properties-row {
    cursor: pointer;
  }
  .datasource-import-sheet .prepare-source-wrapper .properties-table .col-name {
    min-width: 100px;
    word-break: break-all;
  }
  .datasource-import-sheet .prepare-source-wrapper .properties-table .col-break {
    word-break: break-all;
  }
  .datasource-import-sheet .prepare-source-wrapper .properties-table thead th {
    padding-bottom: 9px;
  }
  .datasource-import-sheet .prepare-source-wrapper .properties-table thead th:not(:first-child) {
    text-align: left;
  }
  .datasource-import-sheet .prepare-source-wrapper .properties-table tbody tr td:not(:first-child) {
    text-align: left;
  }
  .datasource-import-sheet .prepare-source-wrapper .properties-table tbody tr td:last-child {
    word-break: break-word;
  }
  .datasource-import-sheet .kind-table {
    margin-bottom: 0px;
    table-layout: fixed;
    word-break: break-all;
  }
  .datasource-import-sheet .kind-table th,
  .datasource-import-sheet .kind-table td {
    width: 150px;
  }
  .datasource-import-sheet .kind-table .dropdown-toggle {
    min-width: 90px;
  }
  .datasource-import-sheet .table th,
  .datasource-import-sheet .table td {
    text-align: center;
  }
  .datasource-import-sheet .table tbody td {
    vertical-align: middle;
    height: 50px;
  }
  .datasource-import-sheet .import-summary {
    text-align: center;
  }
  .datasource-import-sheet .import-summary .ellipsis {
    margin-bottom: 14px;
    font-size: 28px;
  }
  .datasource-import-sheet .import-config .delimiter {
    width: 70%;
  }
  .datasource-import-sheet .loading {
    z-index: 10000;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 42%;
  }
  .datasource-import-sheet .loading .fas {
    font-size: 30px;
  }
  .datasource-import-sheet.modal-loading .modal-body {
    height: 250px;
  }
  .datasource-import-sheet .select-import {
    text-align: center;
    margin-bottom: 20px;
  }
  .campaign-panel .selectize-control .selectize-input {
    overflow: initial;
  }
  .campaign-panel .campaign-name-error {
    display: none;
    position: absolute;
    right: 10px;
    top: 35px;
  }
  .campaign-panel .has-feedback .campaign-name-error {
    display: initial;
  }
  .layout-panel .panel-body {
    padding: 0;
    overflow-x: auto;
  }
  .layout-panel .panel-body.locked {
    opacity: 0.2;
    pointer-events: none;
  }
  .layout-panel .layout-preview-list {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    min-height: 176px;
    margin: 5px 5px 5px 5px;
  }
  .layout-panel .layout-preview-list .layout-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 156px;
    height: 156px;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
  }
  .layout-panel .layout-preview-list .layout-thumb .thumb-name {
    position: absolute;
    background: white;
    width: 100%;
    top: 0px;
    left: 0px;
    min-height: 24px;
    max-height: 34px;
    line-height: 14px;
    color: #444;
    padding: 4px 8px;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .layout-panel .layout-preview-list .layout-thumb .thumb-container {
    display: inline-block;
    padding: 0 2px 2px 0;
    border: 3px solid #9c9898;
    background: #eeeeee;
  }
  .layout-panel .layout-preview-list .layout-thumb .thumb-actions {
    position: absolute;
    background: white;
    width: 100%;
    bottom: 0px;
    left: 0px;
  }
  .layout-panel .layout-preview-list .layout-thumb .thumb-actions .button-thumb-layout {
    background: white;
    height: 24px;
    font-size: 9px;
    color: #444;
    border: 0px;
    font-weight: bold;
  }
  .layout-panel .layout-preview-list .layout-thumb .thumb-actions .button-thumb-layout:hover {
    text-decoration: underline;
  }
  .layout-panel .layout-preview-list .layout-thumb.selected {
    box-shadow: 0px 0px 0px 5px #027cbb;
    border: 1px solid transparent;
  }
  .layout-modal .resolution-cross {
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: -2px;
    top: 8px;
  }
  .layout-modal .canvas-container {
    margin: 0 auto 10px;
    box-shadow: 0px 0px 0px 2px black;
  }
  .layout-modal .layout-canvas-sticky {
    position: sticky;
    top: 5px;
  }
  .layout-modal .layout-canvas {
    padding: 0;
  }
  .layout-modal .region-panel .panel-heading,
  .layout-modal .region-panel .panel-body {
    padding: 0 15px;
    min-height: 30px;
  }
  .layout-modal .region-panel .region-row,
  .layout-modal .region-panel .region-heading {
    text-align: center;
    line-height: 30px;
  }
  .layout-modal .region-panel .region-row > div,
  .layout-modal .region-panel .region-heading > div {
    float: left;
    width: 22%;
    padding: 5px 1%;
  }
  .layout-modal .region-panel .region-row > div:first-child,
  .layout-modal .region-panel .region-heading > div:first-child {
    width: 12%;
  }
  .layout-modal .region-panel .region-row:nth-of-type(even) > div {
    background: #f2f2f2;
  }
  .layout-modal .region-panel.campaign-region-panel .region-row > div,
  .layout-modal .region-panel.campaign-region-panel .region-heading > div {
    width: 15%;
  }
  .layout-modal .region-panel.campaign-region-panel .region-row > div:first-child,
  .layout-modal .region-panel.campaign-region-panel .region-heading > div:first-child {
    width: 10%;
  }
  .layout-modal .region-panel.campaign-region-panel .region-row > div:nth-child(2),
  .layout-modal .region-panel.campaign-region-panel .region-heading > div:nth-child(2) {
    width: 30%;
  }
  .timeline-panel {
    position: relative;
  }
  .timeline-panel .panel-heading .timeline-actions {
    float: right;
    text-align: right;
  }
  .timeline-panel .panel-heading .timeline-actions .timeline-action-items {
    display: inline-block;
    vertical-align: bottom;
  }
  @media (max-width: 991px) {
    .timeline-panel .panel-heading .timeline-actions .timeline-action-items {
      margin-bottom: 5px;
    }
  }
  .timeline-panel .panel-heading .small-padding {
    padding: 0px 4px;
  }
  .timeline-panel .panel-heading .padding-left {
    padding: 0px 0px 0px 42px;
  }
  .timeline-panel .panel-heading .timeline-opt-group {
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    color: #555555;
  }
  .timeline-panel .panel-heading .duration-group {
    max-width: 200px;
  }
  .timeline-panel .panel-heading .duration-group .js-duration-variable {
    text-align: center;
  }
  .timeline-panel .panel-heading .duration {
    width: 190px;
  }
  .timeline-panel .panel-heading .duration .js-duration-mode {
    position: relative;
    min-width: 90px;
    text-align: left;
    text-transform: capitalize;
  }
  .timeline-panel .panel-heading .duration .js-duration-mode .caret {
    position: absolute;
    right: 6px;
    top: calc(50% - 2px);
  }
  .timeline-panel .panel-heading .zoom-group {
    max-width: 300px;
  }
  .timeline-panel .panel-heading .zoom-group .input-group-addon {
    background-color: #fff;
    color: #999;
  }
  .timeline-panel .panel-heading .zoom-group .input-group-addon:hover {
    color: #555;
    cursor: pointer;
  }
  .timeline-panel .panel-heading .zoom-group .input-group-addon:first-child {
    box-shadow: inset 1px 2px 1px -1px rgba(0, 0, 0, 0.075), inset 0px -2px 1px -1px rgba(0, 0, 0, 0.075);
  }
  .timeline-panel .panel-heading .zoom-group .input-group-addon:last-child {
    box-shadow: inset 0px 2px 1px -1px rgba(0, 0, 0, 0.075), inset -1px -2px 1px -1px rgba(0, 0, 0, 0.075);
  }
  .timeline-panel .panel-heading .zoom-group .zoom-slider {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: none;
    box-shadow: inset 0px 2px 1px -1px rgba(0, 0, 0, 0.075), inset 0px -2px 1px -1px rgba(0, 0, 0, 0.075);
  }
  .timeline-panel .panel-heading .zoom-group .zoom-slider .ui-slider {
    margin-top: 6px;
  }
  .timeline-panel .ruler-cover {
    position: absolute;
    width: 118px;
    height: 25px;
    background-color: #ffffff;
    box-shadow: 5px 0 8px -6px #333;
  }
  .timeline-panel .panel-body {
    padding-top: 0px;
    overflow-x: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .timeline-panel .media {
    overflow: visible;
    margin-top: 0px;
  }
  .timeline-panel .media:not(:first-child) {
    margin-top: 3px;
  }
  .timeline-panel .media.locked .media-left .timeline-lock {
    color: #0077b5;
  }
  .timeline-panel .media.locked .media-body .timeline-row {
    opacity: 0.2;
    pointer-events: none;
  }
  .timeline-panel .media.locked .media-body .timeline-row .timeline-item {
    cursor: default;
    padding-right: 5px;
  }
  .timeline-panel .media.locked .media-body .timeline-row .timeline-item .ui-resizable-e {
    display: none;
  }
  .timeline-panel .media.muted .media-left .audio-toggle {
    color: #0077b5;
  }
  .timeline-panel .media .media-left {
    background-color: #fff;
    position: absolute;
    z-index: 500;
    box-shadow: 5px 0 6px -6px #333;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
    padding-bottom: 2px;
  }
  .timeline-panel .media .media-left .region-box {
    position: relative;
    border: 1px dotted #ddd;
    margin-left: 10px;
    max-width: 98px;
    max-height: 64px;
  }
  .timeline-panel .media .media-left .region-box.is-master {
    border: solid #eecf6e;
    border-width: 2px;
  }
  .timeline-panel .media .media-left .region-box .layout-canvas {
    width: 78px;
    height: 60px;
    margin-left: 18px;
    align-items: center;
    display: flex;
  }
  .timeline-panel .media .media-left .region-box .layout-canvas .canvas-container {
    box-shadow: 0px 0px 0px 1px #9c9898;
    margin: 0px auto;
  }
  .timeline-panel .media .media-left .region-box .js-timeline-region.fas,
  .timeline-panel .media .media-left .region-box .js-timeline-region.fab {
    color: #0077b5;
    margin-left: 22px;
    width: 76px;
    height: 62px;
    padding: 15px 20px 15px 10px;
    font-size: 24pt;
    text-align: center;
  }
  .timeline-panel .media .media-left .region-box .options {
    position: absolute;
    color: #ccc;
    top: 0px;
    bottom: 1px;
    left: 0px;
    right: 0px;
    font-size: 10pt;
    padding: 12px 5px;
    cursor: default;
  }
  .timeline-panel .media .media-left .region-box .options .lock-unlock-icon {
    padding: 0px;
    margin-top: 10px;
    width: 12px;
    height: 13px;
    opacity: 0.3;
  }
  .timeline-panel .media .media-left .region-box .options .lock-unlock-icon[data-state="locked"] {
    opacity: 1;
  }
  .timeline-panel .media .media-left .region-box .options .fas {
    display: block;
  }
  .timeline-panel .media .media-left .region-box .options .fas:last-child {
    margin-top: 10px;
  }
  .timeline-panel .media .media-left .region-box .options .master-toggle {
    display: none;
  }
  .timeline-panel .media .media-left .region-box .options:hover {
    text-align: center;
    font-size: 20pt;
    padding: 12px 0px 12px 3px;
    color: #555;
    background-color: #fff;
  }
  .timeline-panel .media .media-left .region-box .options:hover .lock-unlock-icon {
    display: inline-block;
    height: 26px;
    width: 24px;
    margin: 6px 8px 0px 5px;
    cursor: pointer;
    opacity: 0.7;
  }
  .timeline-panel .media .media-left .region-box .options:hover .fas {
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px;
  }
  .timeline-panel .media .media-left .region-box .options:hover .fas:last-child {
    margin-top: 5px;
  }
  .timeline-panel .media .media-left .region-box .options:hover:before,
  .timeline-panel .media .media-left .region-box .options:hover:after {
    position: absolute;
    content: " ";
    top: calc(50% - 1em);
    font-size: 10pt;
    line-height: 2em;
  }
  .timeline-panel .media .media-left .region-box .options:hover:before {
    width: 0;
    height: 0;
    left: 100%;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid rgba(51, 51, 51, 0.8);
  }
  .timeline-panel .media .media-left .region-box .options:hover:after {
    left: calc(100% + 1em);
    content: attr(data-tooltip);
    white-space: nowrap;
    border-radius: 0 5px 5px 0;
    padding: 0px 6px;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
  }
  .timeline-panel .media .media-left .region-box .options.variable-duration:hover {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .timeline-panel .media .media-left .region-box .options.variable-duration:hover .lock-unlock-icon {
    margin: 0px 5px;
    height: 16px;
    width: 14px;
  }
  .timeline-panel .media .media-left .region-box .options.variable-duration:hover .master-toggle {
    display: inline-block;
    font-size: 18px;
    width: 14px;
    margin: 0px 5px;
  }
  .timeline-panel .media .media-left .region-box .options.variable-duration:hover .audio-toggle {
    font-size: 18px;
    width: 14px;
    margin: 0px 5px;
  }
  .timeline-panel .media .media-body {
    overflow: visible;
  }
  .timeline-panel .media .timeline-row {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    min-width: calc(100% - 126px);
    width: calc(100% - 126px);
    height: 64px;
    padding: 0px;
    margin: 0px 0px 0px 118px;
    list-style: none;
    overflow: hidden;
  }
  .timeline-panel .media .timeline-row.master-timeline {
    background: #fffcf2;
    border: solid #eecf6e;
    border-width: 2px 2px 2px 0px;
  }
  .timeline-panel .media .timeline-row.is-disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
  }
  .timeline-panel .media .timeline-row.is-disabled .timeline-item.ui-sortable-placeholder {
    display: none !important;
  }
  .timeline-panel .media .timeline-row .timeline-item {
    display: block;
    cursor: pointer;
    height: 100%;
    width: 150px;
    color: #fff;
    float: left;
    position: relative;
  }
  .timeline-panel .media .timeline-row .timeline-item.hide-content .icon-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.hide-content .title-wrapper {
    visibility: hidden;
  }
  .timeline-panel .media .timeline-row .timeline-item.ui-sortable-helper {
    opacity: 0.8;
  }
  .timeline-panel .media .timeline-row .timeline-item.ui-sortable-helper.remove:after {
    position: absolute;
    content: "\f1f8";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    font-size: 2em;
    color: #333;
    background-color: rgba(255, 255, 255, 0.6);
    line-height: 63px;
    -webkit-font-smoothing: antialiased;
  }
  .timeline-panel .media .timeline-row .timeline-item.ui-sortable-placeholder.sortable-placeholder {
    visibility: visible;
    box-shadow: none;
  }
  .timeline-panel .media .timeline-row .timeline-item.ui-sortable-placeholder.sortable-placeholder:before,
  .timeline-panel .media .timeline-row .timeline-item.ui-sortable-placeholder.sortable-placeholder:after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    width: 50%;
    height: 100%;
    font-size: 2em;
    color: #ccc;
    line-height: 63px;
    -webkit-font-smoothing: antialiased;
  }
  .timeline-panel .media .timeline-row .timeline-item.ui-sortable-placeholder.sortable-placeholder:before {
    content: "\f053";
    text-align: right;
  }
  .timeline-panel .media .timeline-row .timeline-item.ui-sortable-placeholder.sortable-placeholder:after {
    content: "\f054";
    text-align: left;
  }
  .timeline-panel .media .timeline-row .timeline-item:last-child {
    margin-right: 8px;
  }
  .timeline-panel .media .timeline-row .timeline-item:last-child:not(.sortable-placeholder):not(.ui-sortable-helper):not(
                [data-tooltip]
              ):before {
    position: absolute;
    display: block;
    content: " ";
    background: url("/static/icons/timeline-icons.png") no-repeat;
    top: calc(50% - 11px);
    left: calc(100% + 4px);
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position-y: -44px;
  }
  .timeline-panel .media .timeline-row .timeline-item:last-child.loop-disabled:not(.sortable-placeholder):not(
                .ui-sortable-helper
              ):not([data-tooltip]):before {
    background-position-y: -22px;
  }
  .timeline-panel .media .timeline-row .timeline-item:last-child.loop-ended:not(.sortable-placeholder):not(.ui-sortable-helper):not(
                [data-tooltip]
              ):before {
    background-position-y: 0px;
  }
  .timeline-panel .media .timeline-row .timeline-item:last-child.loop-hidden:not(.sortable-placeholder):not(.ui-sortable-helper):not(
                [data-tooltip]
              ):before {
    display: none;
  }
  .timeline-panel .media .timeline-row .timeline-item:last-child:not(.sortable-placeholder):not(.ui-sortable-helper):not(
                [data-tooltip]
              ):after {
    position: absolute;
    white-space: pre;
    padding-left: 30px;
    top: calc(50% - 1em);
    line-height: 1em;
    font-size: 1em;
    color: #555;
    left: 100%;
  }
  .timeline-panel .media .timeline-row .timeline-item .restrictions-wrapper {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 3px;
    line-height: 1.1em;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
    font-size: 0.8em;
  }
  .timeline-panel .media .timeline-row .timeline-item .restrictions-wrapper > * {
    padding: 0 4px;
  }
  .timeline-panel .media .timeline-row .timeline-item .duration-wrapper {
    padding: 3px;
    color: #ffffff;
    position: absolute;
    bottom: 1px;
    right: 1px;
    font-size: 11px;
    line-height: 1.1em;
    border-top-left-radius: 3px;
  }
  .timeline-panel .media .timeline-row .timeline-item .title-wrapper {
    max-height: 62px;
    overflow: hidden;
    cursor: move;
  }
  .timeline-panel .media .timeline-row .timeline-item .title-wrapper .title {
    display: table-cell;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 0.9em;
    line-height: 1.25em;
    margin: 0px auto;
    padding-right: 2px;
    height: 63px;
    color: #333333;
    word-break: break-all;
  }
  .timeline-panel .media .timeline-row .timeline-item .icon-wrapper {
    display: inline-block;
    padding: 1px 5px 0px 4px;
    line-height: 63px;
    font-size: 16px;
    cursor: move;
    float: left;
  }
  .timeline-panel .media .timeline-row .timeline-item .icon-wrapper .fas {
    width: 16px;
    text-align: center;
  }
  .timeline-panel .media .timeline-row .timeline-item .icon-wrapper .fas:before {
    content: "\f15b";
  }
  .timeline-panel .media .timeline-row .timeline-item .icon-share-wrapper {
    display: inline-block;
    padding: 0px 5px 0px 2px;
    line-height: 63px;
    font-size: 14px;
    cursor: move;
    float: left;
  }
  .timeline-panel .media .timeline-row .timeline-item .ui-resizable-e {
    right: 0px;
    width: 25px;
    cursor: col-resize;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .timeline-panel .media .timeline-row .timeline-item .ui-resizable-e:after {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    background: transparent url("/static/icons/cursor-resize.png") center center no-repeat;
    opacity: 0.6;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist {
    background-color: #f2f3ff;
    box-shadow: inset 0 0 0 1px #6798e6;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .fas {
    color: #6798e6;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .ui-resizable-e {
    background-color: #6798e6;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #5189e2;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .icon-wrapper .fas:before {
    content: "\f5fd";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .icon-wrapper .fas-share:before {
    content: "\f5fd";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .duration-wrapper {
    background: #6798e6;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-playlist .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist {
    background-color: #ede1e6;
    box-shadow: inset 0 0 0 1px #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .fas {
    color: #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .ui-resizable-e {
    background-color: #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #723449;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .icon-wrapper .fas:before {
    content: "\f8c9";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .icon-wrapper .fas-share:before {
    content: "\f8c9";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .duration-wrapper {
    background: #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-audio-playlist .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign {
    background-color: #fff2f5;
    box-shadow: inset 0 0 0 1px #d982aa;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .fas {
    color: #d982aa;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .ui-resizable-e {
    background-color: #d982aa;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #d36e9d;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .icon-wrapper .fas:before {
    content: "\f682";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .icon-wrapper .fas-share:before {
    content: "\f682";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .duration-wrapper {
    background: #d982aa;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-campaign .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image {
    background-color: #fff7cc;
    box-shadow: inset 0 0 0 1px #cfaa67;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image .fas {
    color: #cfaa67;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image .ui-resizable-e {
    background-color: #cfaa67;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #c99f54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image .icon-wrapper .fas:before {
    content: "\f03e";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image .icon-wrapper .fas-share:before {
    content: "\f03e";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-image .duration-wrapper {
    background: #cfaa67;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-image .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-image .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video {
    background-color: #fff7f2;
    box-shadow: inset 0 0 0 1px #e69167;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video .fas {
    color: #e69167;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video .ui-resizable-e {
    background-color: #e69167;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #e28151;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video .icon-wrapper .fas:before {
    content: "\f008";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video .icon-wrapper .fas-share:before {
    content: "\f008";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-video .duration-wrapper {
    background: #e69167;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-video .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-video .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget {
    background-color: #f9f2ff;
    box-shadow: inset 0 0 0 1px #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget .fas {
    color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget .ui-resizable-e {
    background-color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #a46ed3;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget .icon-wrapper .fas:before {
    content: "\f135";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget .icon-wrapper .fas-share:before {
    content: "\f135";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-widget .duration-wrapper {
    background: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-widget .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio {
    background-color: #f9f2ff;
    box-shadow: inset 0 0 0 1px #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .fas {
    color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .ui-resizable-e {
    background-color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #a46ed3;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .icon-wrapper .fas:before {
    content: "\f8dd";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .icon-wrapper .fas-share:before {
    content: "\f8dd";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .duration-wrapper {
    background: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-widget-audio .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation {
    background-color: #f9f2ff;
    box-shadow: inset 0 0 0 1px #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .fas {
    color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .ui-resizable-e {
    background-color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #a46ed3;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .icon-wrapper .fas:before {
    content: "\f544";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .icon-wrapper .fas-share:before {
    content: "\f544";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .duration-wrapper {
    background: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-widget-automation .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin {
    background-color: #f9f2ff;
    box-shadow: inset 0 0 0 1px #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .fas {
    color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .ui-resizable-e {
    background-color: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #a46ed3;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .icon-wrapper .fas:before {
    content: "\f1e6";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .icon-wrapper .fas-share:before {
    content: "\f1e6";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .duration-wrapper {
    background: #b082d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-widget-plugin .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition {
    background-color: #f2fbff;
    box-shadow: inset 0 0 0 1px #82b4d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition .fas {
    color: #82b4d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition .ui-resizable-e {
    background-color: #82b4d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #6ea8d3;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition .icon-wrapper .fas:before {
    content: "\f685";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition .icon-wrapper .fas-share:before {
    content: "\f685";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-composition .duration-wrapper {
    background: #82b4d9;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-composition .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-composition .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing {
    background-color: #d63f3f;
    box-shadow: inset 0 0 0 1px #d63f3f;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .fas {
    color: #d63f3f;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .ui-resizable-e {
    background-color: #d63f3f;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #cf2c2c;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .icon-wrapper .fas:before {
    content: "\f071";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .icon-wrapper .fas-share:before {
    content: "\f071";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-missing .duration-wrapper {
    background: #d63f3f;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-missing .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-missing .icon-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-missing .title-wrapper .title {
    color: #ffffff;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio {
    background-color: #ede1e6;
    box-shadow: inset 0 0 0 1px #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .fas {
    color: #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .ui-resizable-e {
    background-color: #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #723449;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .icon-wrapper .fas:before {
    content: "\f001";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .icon-wrapper .fas-share:before {
    content: "\f001";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .duration-wrapper {
    background: #843c54;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-audio .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip {
    background-color: #f2fdff;
    box-shadow: inset 0 0 0 1px #0077b5;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .fas {
    color: #0077b5;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .ui-resizable-e,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .ui-resizable-e {
    background-color: #0077b5;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .ui-resizable-e:after,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .ui-resizable-e:after {
    box-shadow: inset 0 0 0 1px #00669c;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .icon-wrapper .fas:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .icon-wrapper .fas:before {
    content: "\f15b";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .icon-wrapper .fas-share:before,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .icon-wrapper .fas-share:before {
    content: "\f15b";
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .restrictions-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .duration-wrapper,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .duration-wrapper {
    background: #0077b5;
  }
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .restrictions-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-css .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-font .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glb .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-glts .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-hdr .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-html .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-js .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-mhtml .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-svg .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-swf .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-xml .duration-wrapper .fas,
  .timeline-panel .media .timeline-row .timeline-item.is-file-zip .duration-wrapper .fas {
    color: white;
  }
  .timeline-panel .media .timeline-row .timeline-item[data-tooltip]:after {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    font-weight: bold;
    left: 100%;
    color: #333;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 7px;
    opacity: 1;
    top: calc(50% - 14px);
    width: auto;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 2px 2px 10px -2px #888;
  }
  .timeline-panel .media .timeline-row .separator {
    position: absolute;
    left: 100%;
    width: 8px;
    height: 1px;
  }
  .timeline-panel .audio-track .media:last-child,
  .timeline-panel .automation-track .media:last-child,
  .timeline-panel .audio-track.automation-track .media:nth-last-child(2) {
    margin-top: 15px;
  }
  .timeline-panel .audio-track .media:last-child .media-left,
  .timeline-panel .automation-track .media:last-child .media-left,
  .timeline-panel .audio-track.automation-track .media:nth-last-child(2) .media-left {
    height: 66px;
  }
  .timeline-properties.modal .modal-content .modal-pagination .btn-prev,
  .timeline-properties.modal .modal-content .modal-pagination .btn-next {
    position: absolute;
    font-size: 6em;
    top: calc(50% - 60px);
    opacity: 0.7;
    color: #fff;
  }
  .timeline-properties.modal .modal-content .modal-pagination .btn-prev:hover,
  .timeline-properties.modal .modal-content .modal-pagination .btn-next:hover {
    opacity: 0.9;
  }
  .timeline-properties.modal .modal-content .modal-pagination .btn-prev {
    left: -1em;
  }
  .timeline-properties.modal .modal-content .modal-pagination .btn-next {
    right: -1em;
  }
  .timeline-properties.modal .btn.mute .fas {
    top: 4px;
    font-size: 18px;
    line-height: 0.6;
  }
  .timeline-properties.modal .media {
    margin-bottom: 15px;
  }
  .timeline-properties.modal .media .media-body {
    display: inline-block;
    max-width: 50%;
    float: left;
  }
  .timeline-properties.modal .media .media-body .media-heading {
    word-break: break-word;
  }
  .timeline-properties.modal .media .media-right {
    position: relative;
    float: right;
  }
  .timeline-properties.modal .media .media-right.has-preview {
    cursor: pointer;
  }
  .timeline-properties.modal .media .media-right.has-preview:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    text-shadow: 0px 1px 0px #000;
    content: "\f065";
    font-size: 14pt;
    opacity: 0.8;
    color: #fff;
    bottom: 0px;
    right: 5px;
  }
  .timeline-properties.modal .media .media-right.has-preview:hover:after {
    opacity: 1;
  }
  .timeline-properties.modal .media .media-right .media-object {
    max-width: 170px;
    max-height: 96px;
  }
  .selection-drag-hint-plain.ui-draggable-dragging {
    position: absolute;
    z-index: 998;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: none;
    transform-origin: none;
  }
  .selection-drag-hint-plain.ui-draggable-dragging .item-thumb {
    position: absolute;
    display: block;
    width: 64px !important;
    height: 64px !important;
  }
  .selection-drag-hint-plain.ui-draggable-dragging .item-thumb.is-file {
    background-size: 164px 923px !important;
    background-position-y: -646px !important;
  }
  .modal .modal-dialog.preview-image .large-preview {
    max-width: 100%;
  }
  .lock-unlock-icon {
    display: inline-block;
    padding: 9px 8px 9px 9px;
    background-image: url("/static/icons/lock-unlock.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
  }
  .lock-unlock-icon[data-state="locked"],
  .lock-unlock-icon.is-locked {
    background-position: top left;
    opacity: 1;
  }
  .is-variable {
    opacity: 0.7;
  }
  .duration-mode-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
    background-image: url("/static/icons/duration-mode.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
  }
  .duration-mode-icon.is-automatic {
    background-position: top right;
  }
  .is-mobile .js-scrollable {
    padding-bottom: 50px;
  }
  .is-mobile .js-scrollable:after {
    content: attr(data-scrolltip);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: absolute;
    text-align: center;
    line-height: 50px;
    color: #bbb;
    width: 100%;
    left: 0;
  }
  .is-mobile .layout-panel .layout-preview-list {
    margin: 5px 5px 0px 5px;
  }
  .is-mobile .layout-panel .layout-preview-list .layout-thumb {
    margin: 10px 10px 0px 10px;
  }
  .is-mobile .custom-scroll-style {
    -webkit-overflow-scrolling: touch;
  }
  .is-mobile .custom-scroll-style.auto-scroll {
    -webkit-overflow-scrolling: auto;
  }
  body:not(.is-mobile) .custom-scroll-style::-webkit-scrollbar {
    display: block;
    height: 10px;
  }
  @media only screen and (max-width: 1024px) {
    body:not(.is-mobile) .custom-scroll-style::-webkit-scrollbar {
      height: 20px;
    }
  }
  body:not(.is-mobile) .custom-scroll-style::-webkit-scrollbar-track:horizontal {
    background-color: #eee;
  }
  body:not(.is-mobile) .custom-scroll-style::-webkit-scrollbar-thumb:horizontal {
    background-color: #bbb;
    border-radius: 10px;
  }
  body:not(.is-mobile) .custom-scroll-style::-webkit-scrollbar-thumb:horizontal:hover,
  body:not(.is-mobile) .custom-scroll-style::-webkit-scrollbar-thumb:horizontal:active {
    background-color: #888;
  }
  @media (min-width: 992px) {
    .campaign-header-wrapper {
      display: flex;
    }
    .campaign-header-wrapper > div:first-child {
      padding-right: 15px;
    }
    .campaign-header-wrapper .header-thumb {
      max-height: 121px;
    }
    .campaign-header-wrapper .campaign-panel {
      height: calc(100% - 20px);
    }
  }
  @media (min-width: 767px) {
    .full-height {
      height: 100%;
    }
  }
  .container-login {
    height: 100%;
    display: flex;
  }
  .container-login .panel-message {
    height: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    color: white;
    background-color: rgba(0, 119, 181, 0.85);
    position: relative;
  }
  .container-login .panel-message::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-image: url("/static/img/login-background.jpg");
    background-position: left;
    background-size: cover;
  }
  .container-login .panel-message .panel-message-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .container-login .panel-message .panel-message-content h1 {
    margin-top: 0;
    font-size: 52px;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .container-login .panel-message {
      display: none;
    }
  }
  .container-login .panel-iframe {
    background-color: #0077b5;
    height: 100%;
    flex-grow: 1;
  }
  @media (max-width: 767px) {
    .container-login .panel-iframe {
      display: none;
    }
  }
  .container-login .panel-iframe .login-iframe {
    height: 100%;
    width: 100%;
    display: block;
    border: 0;
    padding: 0;
  }
  .panel-login {
    background-color: #ffffff;
    width: calc(33.33333333%);
    min-width: 385px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  @media (max-width: 767px) {
    .panel-login {
      width: 100%;
      display: block;
    }
  }
  .panel-login .logo-wrapper {
    align-self: baseline;
    padding-top: 40px;
    padding-left: 40px;
  }
  @media (max-width: 991px) {
    .panel-login .logo-wrapper {
      padding-left: 20px;
    }
  }
  .panel-login .logo-wrapper .logo-blue {
    width: 200px;
  }
  .panel-login .form-wrapper {
    display: flex;
    flex-grow: 1;
    width: 100%;
    max-width: 480px;
    overflow-y: auto;
    padding: 20px 40px;
  }
  @media (max-width: 767px) {
    .panel-login .form-wrapper {
      max-width: unset;
      overflow-y: initial;
      margin-bottom: 213px;
    }
  }
  .panel-login .form-wrapper .syled-login-form {
    font-size: 15px;
    width: 100%;
    margin: auto;
  }
  .panel-login .form-wrapper .syled-login-form > :first-child {
    margin-top: 0;
  }
  .panel-login .form-wrapper .syled-login-form > :last-child {
    margin-bottom: 0;
  }
  .panel-login .form-wrapper .syled-login-form .alert-danger {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: #cc423d;
    padding: 10px;
    margin-bottom: 30px;
  }
  .panel-login .form-wrapper .syled-login-form .optional-tag {
    display: none;
  }
  .panel-login .form-wrapper .syled-login-form .triple-spacing {
    margin-bottom: 30px;
  }
  .panel-login .form-wrapper .syled-login-form .form-group > label {
    margin-bottom: 10px;
  }
  .panel-login .form-wrapper .syled-login-form .g-recaptcha {
    margin-bottom: 15px;
  }
  .panel-login .form-wrapper .syled-login-form .controls input,
  .panel-login .form-wrapper .syled-login-form .controls select {
    font-size: 16px;
    height: 42px;
  }
  .panel-login .form-wrapper .syled-login-form .btn-sign-in {
    font-size: 16px;
    width: 100%;
    line-height: 40px;
    padding: 0;
  }
  .panel-login a {
    text-decoration: underline;
  }
  .panel-login .footer-login {
    line-height: 71px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #f7f8fa;
  }
  @media (max-width: 766px) {
    .panel-login .footer-login {
      display: block;
      position: absolute;
      bottom: 0;
      text-align: center;
    }
  }
  .panel-login .footer-login a {
    vertical-align: middle;
    line-height: normal;
    font-size: 16px;
    color: #2c3e50;
  }
  .label-google-sign-in {
    border-bottom: 1px solid #e8eaec;
    line-height: 0;
    margin: 30px 0 27px 0;
  }
  .label-google-sign-in .or-with-line {
    background: #fff;
    font-weight: 100;
    padding: 0 20px;
  }
  .btn-google-sign-in {
    font-size: 16px;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #cecece;
    -o-border-image: url("/static/icons/btn-google-signin-light-normal-ios@2x.png");
       border-image: url("/static/icons/btn-google-signin-light-normal-ios@2x.png");
    border-image-slice: 10 10 10 80;
    border-image-width: 5px 5px 5px 40px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    height: 48px;
    line-height: 48px;
    width: 100%;
    color: #757575;
  }
  .alternative-login {
    margin-top: 30px;
    text-align: center;
    text-decoration: underline;
  }
  @media (max-width: 992px) {
    .modal-dialog-app-selection {
      width: auto;
      margin: 10px;
    }
  }
  @-webkit-keyframes loading-pulse {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    50% {
      background-color: rgba(0, 0, 0, 0.2);
    }
    100% {
      background-color: rgba(0, 0, 0, 0);
    }
  }
  @keyframes loading-pulse {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    50% {
      background-color: rgba(0, 0, 0, 0.2);
    }
    100% {
      background-color: rgba(0, 0, 0, 0);
    }
  }
  .app-panel.loading:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
    -webkit-animation: loading-pulse linear 2s infinite;
            animation: loading-pulse linear 2s infinite;
  }
  .app-panel .modal-header {
    padding: 0 10px;
  }
  .app-panel .modal-header .app-panel-header {
    height: 46px;
    display: flex;
    align-items: center;
  }
  .app-panel .modal-header .app-panel-header .h4 {
    text-align: center;
    color: #005481;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    flex-grow: 2;
  }
  .app-panel .modal-header .app-panel-header button {
    color: #0077b5;
    opacity: 1;
    margin-top: -4px;
  }
  .app-panel .modal-header .app-panel-header button.back-button {
    margin-top: 0;
    font-size: 16px;
  }
  .app-panel .no-apps-found {
    margin: 100px;
  }
  .app-panel .panel-widget-wrapper {
    background: #eee;
    display: flex;
    flex-flow: row;
    margin: 0px;
    height: calc(100vh - 130px);
  }
  @media (max-width: 768px) {
    .app-panel .panel-widget-wrapper {
      display: block;
      max-height: initial;
      height: 100%;
    }
  }
  .app-panel .panel-widget-scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
  }
  @media (max-width: 768px) {
    .app-panel .panel-widget-scrollbar {
      overflow-y: hidden;
    }
  }
  .app-panel .panel-widget-sidebar {
    flex: 1;
    background: white;
    padding: 0px;
  }
  .app-panel .panel-widget-sidebar .loading-indicator {
    margin: 200px 0;
    display: block;
    text-align: center;
  }
  .app-panel .panel-app-wrapper {
    flex: 1;
  }
  .app-panel .panel-widget-body {
    padding: 0px;
    height: calc(100vh - 130px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-x: hidden;
  }
  @media (max-width: 768px) {
    .app-panel .panel-widget-body {
      height: 100%;
      max-height: initial;
      overflow-y: hidden;
    }
  }
  .nav-panel-widgets.nav-pills > li {
    margin-top: 0px;
    border-bottom: 1px solid #eee;
  }
  .nav-panel-widgets.nav-pills > li > a {
    border-radius: 0px;
    color: #555555;
    padding: 10px 10px;
  }
  .nav-panel-widgets.nav-pills > li.active a {
    border-radius: 0px;
    background: white;
    color: #005481;
    border-left: 3px solid #005481;
    font-weight: 500;
  }
  .edit-app-well {
    padding-top: 15px;
    background: #eee;
    border-radius: 0px;
  }
  .edit-app-well .loading-indicator {
    padding: 0 0 15px;
    display: block;
    text-align: center;
  }
  .panel-widget-selection {
    flex: 3;
    padding: 5px 0px 15px 15px;
  }
  .panel-widget-selection .divisor {
    padding-left: 0;
  }
  .panel-widget-selection .divisor:not(:first-child) {
    margin-top: 5px;
  }
  .panel-widget-selection .divisor .title {
    color: #637282;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
    line-height: 35px;
    text-transform: capitalize;
  }
  .panel-widget-selection .panel-widget-selection-item {
    padding-left: 0;
  }
  .panel-widget-selection .carousel-featured-apps {
    margin: -5px 0 5px -15px;
  }
  .panel-widget-selection .carousel-featured-apps .carousel-shadow {
    height: 100%;
    width: 100%;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0001) 100%);
    position: absolute;
  }
  .panel-widget-selection .carousel-featured-apps .item img {
    width: 100%;
    height: 100%;
  }
  .panel-widget-selection .carousel-featured-apps .carousel-caption {
    left: 10%;
    right: 40%;
    text-align: left;
  }
  .panel-widget-selection .carousel-featured-apps .carousel-caption h3 {
    font-size: 32px;
  }
  @media (max-width: 768px) {
    .panel-widget-selection .carousel-featured-apps .carousel-caption h3 {
      font-size: 18px;
    }
  }
  .panel-widget-selection .carousel-featured-apps .carousel-control {
    width: 11%;
    background: transparent;
  }
  .panel-widget-selection .carousel-featured-apps .carousel-control .fas {
    position: absolute;
    top: 50%;
  }
  .panel-widget-selection .panel-body {
    padding: 15px 0;
  }
  .panel-widget-selection .panel-body .widget-wrapper {
    margin: 10px;
    width: 200px;
  }
  .panel-widget-selection .widget-wrapper {
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
  }
  .panel-widget-selection .widget-wrapper .new-widget {
    position: absolute;
    top: -13px;
    right: -10px;
    color: #ff7700;
    font-size: 34px;
    z-index: 1000;
  }
  .panel-widget-selection .widget-info {
    font-size: 12px;
    font-weight: bold;
    position: relative;
  }
  .panel-widget-selection .widget-info .widget-title {
    text-align: center;
    color: #005481;
    height: 25px;
    padding-top: 4px;
    overflow: hidden;
    padding-left: 5px;
    font-weight: bold;
  }
  .panel-widget-selection .widget-info .widget-title .widget-title-icons {
    float: right;
    margin-right: 4px;
  }
  .panel-widget-selection .widget-info .widget-title .widget-title-icons .fa-database {
    color: #43bf96;
  }
  .panel-widget-selection .widget-info > a {
    display: block;
  }
  .panel-widget-selection .widget-info .widget-thumb {
    overflow: hidden;
    width: 100%;
    height: 116px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .panel-widget-selection .widget-info .widget-thumb .widget-thumb-label {
    position: absolute;
    left: 0px;
    right: 0px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(67, 191, 150, 0.85);
    color: rgba(255, 255, 255, 0.85);
  }
  .panel-widget-selection .widget-info .widget-thumb:hover .widget-thumb-label {
    color: rgba(255, 255, 255, 0.3);
  }
  .panel-widget-selection .widget-info .widget-thumb:hover .widget-hover {
    display: block;
  }
  .panel-widget-selection .widget-info .widget-thumb .widget-hover {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    width: 100%;
    height: 116px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.3em;
    overflow: hidden;
  }
  .panel-widget-selection .widget-info .btn-actions {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .widget-row-details {
    height: calc(100vh - 145px);
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .widget-row-details {
      height: 100%;
      overflow: auto;
    }
  }
  .panel-settings-group {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .panel-settings-group .panel-body {
    padding: 0 15px;
  }
  .panel-settings-group .panel-body-heading {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .panel-settings-group .panel-body-heading:hover {
    text-decoration: underline;
  }
  .panel-settings-group .panel-body-heading .toggle-label {
    float: right;
    color: #777777;
    margin-top: 4px;
    font-size: 0.7em;
  }
  .panel-settings-group .panel-body-heading .toggle-label .toggle-show {
    display: none;
  }
  .panel-settings-group .panel-body-heading .toggle-label .toggle-hide {
    display: inline;
  }
  .panel-settings-group.collapsed .panel-body .panel-body-heading {
    margin-bottom: 10px;
  }
  .panel-settings-group.collapsed .panel-body .panel-body-heading .toggle-label .toggle-show {
    display: inline;
  }
  .panel-settings-group.collapsed .panel-body .panel-body-heading .toggle-label .toggle-hide {
    display: none;
  }
  .panel-settings-group.collapsed .panel-body > :not(.panel-body-heading) {
    display: none;
  }
  .panel-settings-group.custom-attributes-form .panel-body-heading:hover {
    text-decoration: none;
  }
  .panel-settings-group.custom-attributes-form .panel-body-heading:hover .attr-group-label {
    text-decoration: underline;
  }
  .panel-settings-group.custom-attributes-form .attr-group-label {
    font-size: 16px;
    font-weight: bold;
  }
  .panel-settings-group.custom-attributes-form .group-count {
    font-size: 12px;
  }
  .form-app-save {
    word-break: normal;
    min-height: calc(100vh - 145px);
  }
  .form-app-save .widget-title {
    margin: 0;
    padding-bottom: 10px;
    color: #0077b5;
    position: sticky;
    top: 0;
    background-color: #eee;
  }
  .form-app-save .widget-description {
    white-space: pre-line;
  }
  .form-app-save .widget-thumb {
    margin-bottom: 5px;
  }
  .form-app-save .widget-thumb img {
    margin: 0 auto;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding: 3px;
    background: white;
    max-height: 300px;
  }
  .form-app-save .details-wrapper {
    padding-left: 45px;
    height: calc(100vh - 145px);
    overflow-y: auto;
  }
  @media (max-width: 768px) {
    .form-app-save .details-wrapper {
      height: 100%;
      padding-right: 45px;
    }
  }
  .form-app-save .details-wrapper .widget-details {
    margin-top: 15px;
  }
  .form-app-save .details-wrapper .widget-details .widget-compatibility .compat-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .form-app-save .details-wrapper .widget-details .widget-compatibility .os-icon {
    opacity: 0.8;
    width: 24px;
  }
  .form-app-save .details-wrapper .widget-details .widget-compatibility .os-label {
    font-size: 12px;
    color: gray;
  }
  .form-app-save .settings-wrapper {
    height: 100%;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .form-app-save .settings-wrapper {
      padding-right: 15px;
    }
    .form-app-save .settings-wrapper .panel-default {
      border-color: #026ca2;
      margin-left: 5px;
      margin-right: 5px;
    }
  }
  .form-app-save .settings-wrapper .nav-tabs {
    border-bottom-color: #cccccc;
  }
  .form-app-save .settings-wrapper .nav-tabs li > a {
    padding-left: 30px;
    padding-right: 30px;
    color: #555555;
  }
  .form-app-save .settings-wrapper .nav-tabs > li.active > a {
    color: #005481;
    font-weight: 500;
    background-color: white;
  }
  .form-app-save .settings-wrapper .nav-tabs > li:not(.active) > a:hover {
    border-color: #eeeeee #eeeeee #cccccc;
  }
  .form-app-save .settings-wrapper .tab-content {
    overflow: auto;
    border-left: 1px solid #cccccc;
    padding: 10px 15px;
    padding-bottom: 100px !important;
    background-color: white;
    height: 100%;
  }
  .form-app-save .settings-wrapper .tab-content.has-action {
    box-shadow: 0px 54px 0px white;
  }
  .form-app-save .settings-wrapper .tab-content .config-language fieldset legend + .help-block {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .form-app-save .settings-wrapper .tab-content .config-language fieldset label {
    background-color: #eeeeee;
    border-radius: 1px;
    padding: 2px 10px;
  }
  .form-app-save .settings-wrapper .tab-content .config-language .optional-tag {
    display: none;
  }
  .form-app-save .settings-wrapper .tab-content #config-basic {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .form-app-save .settings-wrapper .tab-content #config-basic::-webkit-scrollbar {
    display: none;
  }
  .form-app-save .settings-wrapper .form-action {
    position: sticky;
    bottom: 0px;
    margin-bottom: 0;
    padding: 10px 15px;
    border-left: 1px solid #cccccc;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 998;
  }
  @media (max-width: 767px) {
    .form-app-save .settings-wrapper .form-action {
      position: relative;
      margin-bottom: 20px;
      background-color: transparent;
      border: 0;
      padding: 0;
      padding-right: 20px;
    }
  }
  .form-app-save .controls {
    position: relative;
  }
  .form-app-save .controls .bootstrap-datetimepicker-widget button[data-action] {
    background-color: #027cbb;
    border-color: #026ca2;
  }
  .form-app-save .btn-save {
    margin-left: 10px;
    color: #fff;
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .form-app-save .btn-save:focus,
  .form-app-save .btn-save.focus {
    color: #fff;
    background-color: #cc5f00;
    border-color: #663000;
  }
  .form-app-save .btn-save:hover {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .form-app-save .btn-save:active,
  .form-app-save .btn-save.active,
  .open > .dropdown-toggle.form-app-save .btn-save {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .form-app-save .btn-save:active:hover,
  .form-app-save .btn-save.active:hover,
  .open > .dropdown-toggle.form-app-save .btn-save:hover,
  .form-app-save .btn-save:active:focus,
  .form-app-save .btn-save.active:focus,
  .open > .dropdown-toggle.form-app-save .btn-save:focus,
  .form-app-save .btn-save:active.focus,
  .form-app-save .btn-save.active.focus,
  .open > .dropdown-toggle.form-app-save .btn-save.focus {
    color: #fff;
    background-color: #a84f00;
    border-color: #663000;
  }
  .form-app-save .btn-save:active,
  .form-app-save .btn-save.active,
  .open > .dropdown-toggle.form-app-save .btn-save {
    background-image: none;
  }
  .form-app-save .btn-save.disabled,
  .form-app-save .btn-save[disabled],
  fieldset[disabled] .form-app-save .btn-save,
  .form-app-save .btn-save.disabled:hover,
  .form-app-save .btn-save[disabled]:hover,
  fieldset[disabled] .form-app-save .btn-save:hover,
  .form-app-save .btn-save.disabled:focus,
  .form-app-save .btn-save[disabled]:focus,
  fieldset[disabled] .form-app-save .btn-save:focus,
  .form-app-save .btn-save.disabled.focus,
  .form-app-save .btn-save[disabled].focus,
  fieldset[disabled] .form-app-save .btn-save.focus,
  .form-app-save .btn-save.disabled:active,
  .form-app-save .btn-save[disabled]:active,
  fieldset[disabled] .form-app-save .btn-save:active,
  .form-app-save .btn-save.disabled.active,
  .form-app-save .btn-save[disabled].active,
  fieldset[disabled] .form-app-save .btn-save.active {
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .form-app-save .btn-save .badge {
    color: #ff7700;
    background-color: #fff;
  }
  .form-app-save .btn-save .loading-indicator {
    display: none;
  }
  .form-app-save.saving .btn-save {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .form-app-save.saving .btn-save:focus,
  .form-app-save.saving .btn-save.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .form-app-save.saving .btn-save:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .form-app-save.saving .btn-save:active,
  .form-app-save.saving .btn-save.active,
  .open > .dropdown-toggle.form-app-save.saving .btn-save {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .form-app-save.saving .btn-save:active:hover,
  .form-app-save.saving .btn-save.active:hover,
  .open > .dropdown-toggle.form-app-save.saving .btn-save:hover,
  .form-app-save.saving .btn-save:active:focus,
  .form-app-save.saving .btn-save.active:focus,
  .open > .dropdown-toggle.form-app-save.saving .btn-save:focus,
  .form-app-save.saving .btn-save:active.focus,
  .form-app-save.saving .btn-save.active.focus,
  .open > .dropdown-toggle.form-app-save.saving .btn-save.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .form-app-save.saving .btn-save:active,
  .form-app-save.saving .btn-save.active,
  .open > .dropdown-toggle.form-app-save.saving .btn-save {
    background-image: none;
  }
  .form-app-save.saving .btn-save.disabled,
  .form-app-save.saving .btn-save[disabled],
  fieldset[disabled] .form-app-save.saving .btn-save,
  .form-app-save.saving .btn-save.disabled:hover,
  .form-app-save.saving .btn-save[disabled]:hover,
  fieldset[disabled] .form-app-save.saving .btn-save:hover,
  .form-app-save.saving .btn-save.disabled:focus,
  .form-app-save.saving .btn-save[disabled]:focus,
  fieldset[disabled] .form-app-save.saving .btn-save:focus,
  .form-app-save.saving .btn-save.disabled.focus,
  .form-app-save.saving .btn-save[disabled].focus,
  fieldset[disabled] .form-app-save.saving .btn-save.focus,
  .form-app-save.saving .btn-save.disabled:active,
  .form-app-save.saving .btn-save[disabled]:active,
  fieldset[disabled] .form-app-save.saving .btn-save:active,
  .form-app-save.saving .btn-save.disabled.active,
  .form-app-save.saving .btn-save[disabled].active,
  fieldset[disabled] .form-app-save.saving .btn-save.active {
    background-color: #fff;
    border-color: #ccc;
  }
  .form-app-save.saving .btn-save .badge {
    color: #fff;
    background-color: #333;
  }
  .form-app-save.saving .btn-save .loading-indicator {
    display: inline;
  }
  .form-app-save.saving .btn-save .loading-indicator + span {
    display: none;
  }
  .form-app-save.saving .btn-save + .btn {
    display: none;
  }
  @media (max-width: 599px) {
    .new-app-modal button.close {
      display: none;
    }
  }
  @media (min-width: 600px) {
    .new-app-modal .filter-search-form {
      margin-top: -6px;
      float: right;
      min-width: 300px;
    }
  }
  .new-app-modal .nav-pills > li > a {
    padding: 5px 10px;
  }
  iframe.wysihtml5-sandbox {
    width: 100% !important;
  }
  textarea.rich-text-area {
    border-radius: 0 0 3px 3px;
  }
  .wysi-toolbar {
    font-size: 16px;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .wysi-toolbar a {
    display: inline;
    text-decoration: none;
    color: black;
    padding: 4px 0px 4px 6px;
  }
  .wysi-toolbar a:not(:first-child) {
    border-left: 1px solid #ccc;
  }
  .wysi-toolbar a:last-child {
    padding-right: 6px;
  }
  .wysi-toolbar > a:hover,
  .wysi-toolbar .wysihtml5-command-active {
    background-color: #ddd;
  }
  .wysi-toolbar ul {
    display: inline-block;
    position: relative;
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .wysi-toolbar ul.wysi-menu ul {
    position: absolute;
    white-space: nowrap;
    margin-top: 2px;
    margin-left: -20px;
    padding: 6px 0px;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 5px 5px 10px #ccc;
  }
  .wysi-toolbar ul.wysi-menu ul li a {
    display: block;
    width: 100%;
    padding: 2px 20px;
  }
  .wysi-toolbar ul.wysi-menu ul li:hover {
    background-color: #eeeeee;
  }
  .wysi-toolbar ul.wysi-menu:not(:hover) ul {
    display: none;
  }
  .wysi-toolbar ul.wysi-menu:hover {
    background-color: #ddd;
  }
  .wysi-toolbar > ul {
    margin-right: -5px;
    padding: 2px 7px 2px 6px;
    border-left: 1px solid #ccc;
  }
  .container-payment .payment-period-selector .btn.selected {
    color: #fff;
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .container-payment .payment-period-selector .btn.selected:focus,
  .container-payment .payment-period-selector .btn.selected.focus {
    color: #fff;
    background-color: #cc5f00;
    border-color: #663000;
  }
  .container-payment .payment-period-selector .btn.selected:hover {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .container-payment .payment-period-selector .btn.selected:active,
  .container-payment .payment-period-selector .btn.selected.active,
  .open > .dropdown-toggle.container-payment .payment-period-selector .btn.selected {
    color: #fff;
    background-color: #cc5f00;
    border-color: #a84f01;
  }
  .container-payment .payment-period-selector .btn.selected:active:hover,
  .container-payment .payment-period-selector .btn.selected.active:hover,
  .open > .dropdown-toggle.container-payment .payment-period-selector .btn.selected:hover,
  .container-payment .payment-period-selector .btn.selected:active:focus,
  .container-payment .payment-period-selector .btn.selected.active:focus,
  .open > .dropdown-toggle.container-payment .payment-period-selector .btn.selected:focus,
  .container-payment .payment-period-selector .btn.selected:active.focus,
  .container-payment .payment-period-selector .btn.selected.active.focus,
  .open > .dropdown-toggle.container-payment .payment-period-selector .btn.selected.focus {
    color: #fff;
    background-color: #a84f00;
    border-color: #663000;
  }
  .container-payment .payment-period-selector .btn.selected:active,
  .container-payment .payment-period-selector .btn.selected.active,
  .open > .dropdown-toggle.container-payment .payment-period-selector .btn.selected {
    background-image: none;
  }
  .container-payment .payment-period-selector .btn.selected.disabled,
  .container-payment .payment-period-selector .btn.selected[disabled],
  fieldset[disabled] .container-payment .payment-period-selector .btn.selected,
  .container-payment .payment-period-selector .btn.selected.disabled:hover,
  .container-payment .payment-period-selector .btn.selected[disabled]:hover,
  fieldset[disabled] .container-payment .payment-period-selector .btn.selected:hover,
  .container-payment .payment-period-selector .btn.selected.disabled:focus,
  .container-payment .payment-period-selector .btn.selected[disabled]:focus,
  fieldset[disabled] .container-payment .payment-period-selector .btn.selected:focus,
  .container-payment .payment-period-selector .btn.selected.disabled.focus,
  .container-payment .payment-period-selector .btn.selected[disabled].focus,
  fieldset[disabled] .container-payment .payment-period-selector .btn.selected.focus,
  .container-payment .payment-period-selector .btn.selected.disabled:active,
  .container-payment .payment-period-selector .btn.selected[disabled]:active,
  fieldset[disabled] .container-payment .payment-period-selector .btn.selected:active,
  .container-payment .payment-period-selector .btn.selected.disabled.active,
  .container-payment .payment-period-selector .btn.selected[disabled].active,
  fieldset[disabled] .container-payment .payment-period-selector .btn.selected.active {
    background-color: #ff7700;
    border-color: #e56c01;
  }
  .container-payment .payment-period-selector .btn.selected .badge {
    color: #ff7700;
    background-color: #fff;
  }
  .container-payment .input-player-amount {
    height: 40px;
    font-size: 18px;
  }
  .container-payment .currency-font {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
  }
  .container-payment .payment-summary-value {
    font-size: 16px;
    font-weight: bold;
  }
  .container-payment .cursor-pointer {
    cursor: pointer;
  }
  .container-payment .payment-methods {
    margin-bottom: 20px;
  }
  .container-payment .payment-methods .payment-method {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
  }
  .container-payment .payment-methods .payment-method input[type="radio"] {
    margin-right: 4px;
  }
  .container-payment .action-success {
    display: flex;
    align-items: center;
  }
  .container-payment .action-success p {
    margin: 0 0 0 5px;
    color: #737373;
  }
  /* Custom leaflet styles */
  .leaflet-top,
  .leaflet-bottom {
    z-index: 998 !important;
  }
  .leaflet-control.enabled .leaflet-control-draw-measure {
    background-color: #eee;
  }
  .leaflet-control-draw-measure {
    background-image: url("/static/img/measure-control.png");
  }
  .leaflet-draw-tooltip-subtext {
    color: #fff !important;
    font-size: 28px;
  }
  .leaflet-draw-tooltip {
    padding: 8px 8px 4px 8px !important;
  }
  .leaflet-draw-guide-dash {
    z-index: 10000 !important;
  }
  .leaflet-control {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  /* Regions app styles */
  .regions-panel {
    position: relative;
    margin: -20px -15px;
    border-radius: 0;
    border: none;
    /* Heading */
    /* Edit header */
    /* Sidebar */
  }
  .regions-panel .modal-close-button {
    display: none;
  }
  .regions-panel > .panel-heading {
    background: none;
    border-bottom: 1px solid rgba(99, 114, 130, 0.15);
    height: 65px;
    padding: 15px 15px 10px 25px;
  }
  .regions-panel > .panel-heading h1 {
    color: #637282;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 0px 30px;
    padding: 0 8px;
    flex-grow: 1;
  }
  .regions-panel > .panel-heading .new-button {
    width: 90px;
  }
  .regions-panel > .panel-heading .georegions-search-header {
    position: relative;
    display: flex;
    align-items: center;
  }
  .regions-panel > .panel-heading .filter-actions {
    display: flex;
    position: relative;
    width: 35%;
    height: 40px;
    margin-bottom: 0px;
  }
  @media (max-width: 767px) {
    .regions-panel > .panel-heading .filter-actions {
      display: none;
    }
  }
  .regions-panel > .panel-heading .filter-actions .fas {
    margin: auto;
  }
  @supports (display: grid) {
    .regions-panel > .panel-heading .filter-actions .fas {
      margin-top: auto;
    }
  }
  .regions-panel > .panel-heading .filter-actions .search-form {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: initial;
  }
  .regions-panel > .panel-heading .filter-actions.focused {
    box-shadow: 0px 0px 6px #0077b5;
  }
  .regions-panel > .panel-heading .filter-actions.focused .form-control,
  .regions-panel > .panel-heading .filter-actions.focused .search-icon,
  .regions-panel > .panel-heading .filter-actions.focused .clear-icon {
    background-color: white;
    border-color: #66afe9;
  }
  .regions-panel > .panel-heading .filter-actions .input-group {
    display: block;
  }
  .regions-panel > .panel-heading .filter-actions .form-control {
    height: 40px;
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    background-color: #fafafa;
    box-shadow: none;
    font-family: "Font Awesome 5 Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  @media (max-width: 767px) {
    .regions-panel > .panel-heading .filter-actions .form-control {
      font-size: 16px;
    }
  }
  .regions-panel > .panel-heading .filter-actions .input-group-btn {
    display: none;
  }
  .regions-panel > .panel-heading .filter-actions .search-icon,
  .regions-panel > .panel-heading .filter-actions .clear-icon {
    display: flex;
    height: 40px;
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fafafa;
  }
  .regions-panel > .panel-heading .filter-actions .search-icon {
    border-radius: 2px 0 0 2px;
    border-right: none;
  }
  .regions-panel > .panel-heading .filter-actions .search-icon + form input {
    padding-left: 0;
  }
  .regions-panel > .panel-heading .filter-actions .clear-icon {
    border-radius: 0 2px 2px 0;
    border-left: none;
  }
  .regions-panel > .panel-heading .filter-actions .clear-icon i {
    display: none;
  }
  .regions-panel .panel-body {
    padding: 0px;
    height: calc(100vh - 65px);
    display: flex;
  }
  .regions-panel .panel-body .panel-wrapper {
    display: flex;
    flex-grow: 1;
  }
  .regions-panel .panel-body .panel-wrapper .panel-map {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .regions-panel .panel-body .panel-wrapper .panel-map .georegions-map {
    display: flex;
    flex-grow: 1;
    width: 100%;
  }
  .regions-panel .panel-body .panel-wrapper .panel-map .georegions-map .leaflet-horizontalcenter {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin-top: 10px;
  }
  .regions-panel .panel-body .panel-wrapper .panel-map .georegions-map .autocompleteInput {
    margin: 0 auto;
    width: 230px;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  }
  .regions-panel .panel-body .panel-wrapper .panel-map .georegions-map .maps-container {
    flex-grow: 1;
    width: 100%;
  }
  .regions-panel .panel-body .panel-wrapper .panel-sidebar {
    width: 300px;
    height: 100%;
    border-left: 1px solid rgba(99, 114, 130, 0.15);
  }
  .regions-panel .georegions-edit-header {
    height: 65px;
    border-bottom: 1px solid rgba(99, 114, 130, 0.15);
  }
  .regions-panel .georegions-edit-header form {
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }
  .regions-panel .georegions-edit-header form label {
    white-space: nowrap;
    margin: 0 10px 0 0;
  }
  .regions-panel .georegions-edit-header form input {
    width: 100%;
  }
  .regions-panel .georegions-edit-header form button {
    width: 80px;
    margin-left: 10px;
  }
  .regions-panel .georegions-sidebar {
    height: 100%;
  }
  .regions-panel .georegions-sidebar .empty-results {
    text-align: center;
  }
  .regions-panel .georegions-sidebar .regions-list {
    height: 100%;
    overflow-y: auto;
    position: relative;
  }
  .regions-panel .georegions-sidebar .regions-list .region-item {
    border-bottom: 1px solid rgba(99, 114, 130, 0.15);
    padding: 5px 0 5px 10px;
    display: flex;
    align-items: center;
  }
  .regions-panel .georegions-sidebar .regions-list .region-item.active-region {
    box-shadow: inset 0px 0px 0px 2px #00a6ff;
  }
  .regions-panel .georegions-sidebar .regions-list .region-item.selected-region {
    background: #eee;
    box-shadow: inset 0px 0px 0px 2px #00a6ff;
  }
  .regions-panel .georegions-sidebar .regions-list .region-item.hover-region {
    background: #eee;
  }
  .regions-panel .georegions-sidebar .regions-list .region-color {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .regions-panel .georegions-sidebar .regions-list .region-name {
    margin-left: 10px;
    flex-grow: 1;
    cursor: pointer;
    word-break: break-word;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .regions-panel .georegions-sidebar .regions-list .region-actions {
    position: relative;
    display: flex;
  }
  .regions-panel .georegions-sidebar .regions-list .region-actions .dropdown-menu a {
    padding: 6px 15px;
    cursor: pointer;
  }
  .regions-panel .georegions-sidebar .regions-list .region-actions .hide-button {
    margin-right: 5px;
  }
  .regions-panel .georegions-sidebar .regions-list .region-actions button {
    text-decoration: none;
    color: #637282;
  }
  .regions-panel .georegions-sidebar .regions-list .region-actions button:focus {
    outline: none;
  }
  .regions-panel .georegions-sidebar .regions-list .region-actions button:hover {
    color: #0077b5;
  }
  .fullscreen-region {
    margin: 15px 15px 0px 15px;
  }
  .fullscreen-region .modal-close-button {
    color: #0077b5;
    border: 1px solid #0077b5;
    display: inline-block;
    margin-left: 5px;
  }
  .fullscreen-region .panel-heading {
    height: 56px;
    padding-top: 8px;
  }
  .fullscreen-region .regions-panel {
    margin-top: -15px;
  }
  
  /*******************************************************
  Variables
  *******************************************************/
  /*******************************************************
  Animation
  *******************************************************/
  @keyframes popIn {
    0% {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(1.1, 1);
    }
    50% {
      transform: scale(1.1, 1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  @keyframes popOut {
    0% {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(1.1, 1);
    }
    50% {
      transform: scale(1.1, 1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  @keyframes splashIn {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    25% {
      transform: scale(1.1);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.1);
      opacity: .9;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes splashOut {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    25% {
      transform: scale(1);
      opacity: 0.8;
    }
    50% {
      transform: scale(1);
      opacity: .9;
    }
    100% {
      transform: scale(0.5);
      opacity: 1;
    }
  }
  /*******************************************************
  Main Slider basics
  *******************************************************/
  .checkbox-toggle {
    position: relative;
  }
  .checkbox-toggle input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-toggle input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-toggle input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-toggle input + span > h4 {
    display: inline;
  }
  .form-horizontal [class^='checkbox'] input + span:after {
    top: 7px;
  }
  /*******************************************************
  Main Slider
  *******************************************************/
  .checkbox-slider {
    position: relative;
  }
  .checkbox-slider input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider input + span > h4 {
    display: inline;
  }
  .checkbox-slider input + span {
    padding-left: 40px;
  }
  .checkbox-slider input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  /*******************************************************
  Slider default
  *******************************************************/
  .checkbox-slider--default {
    position: relative;
  }
  .checkbox-slider--default input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider--default input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider--default input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--default input + span > h4 {
    display: inline;
  }
  .checkbox-slider--default input + span {
    padding-left: 40px;
  }
  .checkbox-slider--default input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--default input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--default input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--default input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--default input + span:after {
    background: #FFF;
    border: solid transparent 1px;
    background-clip: content-box;
  }
  .checkbox-slider--default input:checked + span:after {
    background: #5cb85c;
    border: solid transparent 1px;
    background-clip: content-box;
  }
  /*******************************************************
  Slider default rounded
  *******************************************************/
  .checkbox-slider--a-rounded {
    position: relative;
  }
  .checkbox-slider--a-rounded input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider--a-rounded input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider--a-rounded input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--a-rounded input + span > h4 {
    display: inline;
  }
  .checkbox-slider--a-rounded input + span {
    padding-left: 40px;
  }
  .checkbox-slider--a-rounded input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--a-rounded input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--a-rounded input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--a-rounded input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--a-rounded input + span:after {
    background: #FFF;
    border: solid transparent 1px;
    background-clip: content-box;
  }
  .checkbox-slider--a-rounded input:checked + span:after {
    background: #5cb85c;
    border: solid transparent 1px;
    background-clip: content-box;
  }
  .checkbox-slider--a-rounded input + span:after,
  .checkbox-slider--a-rounded input + span:before {
    border-radius: 4px;
  }
  .checkbox-slider--a-rounded input + span:after,
  .checkbox-slider--a-rounded input:checked + span:after {
    border: solid transparent 2px;
    background-clip: content-box;
  }
  /*******************************************************
  Slider default rounded Sizes
  *******************************************************/
  .checkbox-slider--a-rounded.checkbox-slider-sm input + span:before,
  .checkbox-slider--a-rounded.checkbox-slider-sm input + span:after {
    border-radius: 3px;
  }
  .checkbox-slider--a-rounded.checkbox-slider-md input + span:before,
  .checkbox-slider--a-rounded.checkbox-slider-md input + span:after {
    border-radius: 4px;
  }
  .checkbox-slider--a-rounded.checkbox-slider-lg input + span:before,
  .checkbox-slider--a-rounded.checkbox-slider-lg input + span:after {
    border-radius: 6px;
  }
  /*******************************************************
  Slider A
  *******************************************************/
  .checkbox-slider--a {
    position: relative;
  }
  .checkbox-slider--a input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider--a input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider--a input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--a input + span > h4 {
    display: inline;
  }
  .checkbox-slider--a input + span {
    padding-left: 40px;
  }
  .checkbox-slider--a input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--a input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--a input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--a input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--a input + span {
    padding-left: 60px;
  }
  .checkbox-slider--a input + span:before {
    content: "";
    width: 60px;
  }
  .checkbox-slider--a input + span:after {
    width: 40px;
    font-size: 10px;
    color: #000;
    content: "Off";
    border: solid transparent 1px;
    background-clip: content-box;
  }
  .checkbox-slider--a input:checked + span:after {
    content: "On";
    color: #fff;
    background: #5cb85c;
    border: solid transparent 1px;
    background-clip: content-box;
  }
  /*******************************************************
  Slider A SIZES
  *******************************************************/
  .checkbox-slider--a.checkbox-slider-sm input + span {
    padding-left: 30px;
  }
  .checkbox-slider--a.checkbox-slider-sm input + span:before {
    width: 30px;
  }
  .checkbox-slider--a.checkbox-slider-sm input + span:after {
    width: 20px;
    font-size: 5px;
  }
  .checkbox-slider--a.checkbox-slider-sm input:checked + span:after {
    margin-left: 10px;
  }
  .checkbox-slider--a.checkbox-slider-md input + span {
    padding-left: 90px;
  }
  .checkbox-slider--a.checkbox-slider-md input + span:before {
    width: 90px;
  }
  .checkbox-slider--a.checkbox-slider-md input + span:after {
    width: 60px;
    font-size: 15px;
  }
  .checkbox-slider--a.checkbox-slider-md input:checked + span:after {
    margin-left: 30px;
  }
  .checkbox-slider--a.checkbox-slider-lg input + span {
    padding-left: 120px;
  }
  .checkbox-slider--a.checkbox-slider-lg input + span:before {
    width: 120px;
  }
  .checkbox-slider--a.checkbox-slider-lg input + span:after {
    width: 80px;
    font-size: 20px;
  }
  .checkbox-slider--a.checkbox-slider-lg input:checked + span:after {
    margin-left: 40px;
  }
  /*******************************************************
  Slider B
  *******************************************************/
  .checkbox-slider--b {
    position: relative;
  }
  .checkbox-slider--b input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider--b input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider--b input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--b input + span > h4 {
    display: inline;
  }
  .checkbox-slider--b input + span {
    padding-left: 40px;
  }
  .checkbox-slider--b input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--b input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--b input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--b input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--b input + span {
    padding-left: 40px;
  }
  .checkbox-slider--b input + span:before {
    border-radius: 20px;
    width: 40px;
  }
  .checkbox-slider--b input + span:after {
    background: #FFF;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
  }
  .checkbox-slider--b input:not(:checked) + span:after {
    animation: popOut ease-in 0.3s normal;
  }
  .checkbox-slider--b input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    animation: popIn ease-in 0.3s normal;
  }
  .checkbox-slider--b input:checked + span:before {
    background: #5cb85c;
  }
  /*******************************************************
  Slider B Sizes
  *******************************************************/
  .checkbox-slider--b.checkbox-slider-md input + span:before {
    border-radius: 30px;
  }
  .checkbox-slider--b.checkbox-slider-md input + span:after {
    border-radius: 30px;
  }
  .checkbox-slider--b.checkbox-slider-lg input + span:before {
    border-radius: 40px;
  }
  .checkbox-slider--b.checkbox-slider-lg input + span:after {
    border-radius: 40px;
  }
  /*******************************************************
  Slider B-flat
  *******************************************************/
  .checkbox-slider--b-flat {
    position: relative;
  }
  .checkbox-slider--b-flat input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider--b-flat input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider--b-flat input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--b-flat input + span > h4 {
    display: inline;
  }
  .checkbox-slider--b-flat input + span {
    padding-left: 40px;
  }
  .checkbox-slider--b-flat input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--b-flat input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--b-flat input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--b-flat input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--b-flat input + span {
    padding-left: 40px;
  }
  .checkbox-slider--b-flat input + span:before {
    border-radius: 20px;
    width: 40px;
  }
  .checkbox-slider--b-flat input + span:after {
    background: #FFF;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
  }
  .checkbox-slider--b-flat input:not(:checked) + span:after {
    animation: popOut ease-in 0.3s normal;
  }
  .checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    animation: popIn ease-in 0.3s normal;
  }
  .checkbox-slider--b-flat input:checked + span:before {
    background: #5cb85c;
  }
  .checkbox-slider--b-flat.checkbox-slider-md input + span:before {
    border-radius: 30px;
  }
  .checkbox-slider--b-flat.checkbox-slider-md input + span:after {
    border-radius: 30px;
  }
  .checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
    border-radius: 40px;
  }
  .checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
    border-radius: 40px;
  }
  .checkbox-slider--b-flat input + span:before {
    box-shadow: none;
  }
  /*******************************************************
  Slider C
  *******************************************************/
  .checkbox-slider--c {
    position: relative;
  }
  .checkbox-slider--c input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider--c input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider--c input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--c input + span > h4 {
    display: inline;
  }
  .checkbox-slider--c input + span {
    padding-left: 40px;
  }
  .checkbox-slider--c input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--c input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--c input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--c input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--c input + span {
    padding-left: 40px;
  }
  .checkbox-slider--c input + span:before {
    height: 2px !important;
    top: 10px;
    box-shadow: none;
    width: 40px;
    background: #555555;
  }
  .checkbox-slider--c input + span:after {
    box-shadow: none;
    width: 20px;
    border: solid #555555 2px;
    border-radius: 20px;
  }
  .checkbox-slider--c input:checked + span:after {
    background: #5cb85c;
    margin-left: 20px;
    border: solid #5cb85c 2px;
    animation: splashIn ease-in 0.3s normal;
  }
  .checkbox-slider--c input:checked + span:before {
    background: #5cb85c;
  }
  /*******************************************************
  Slider C Sizes
  *******************************************************/
  .checkbox-slider--c.checkbox-slider-sm input + span:before {
    top: 4px;
  }
  .checkbox-slider--c.checkbox-slider-md input + span:before {
    top: 14px;
  }
  .checkbox-slider--c.checkbox-slider-md input + span:after {
    width: 30px;
    border-radius: 30px;
  }
  .checkbox-slider--c.checkbox-slider-lg input + span:before {
    top: 19px;
  }
  .checkbox-slider--c.checkbox-slider-lg input + span:after {
    width: 40px;
    border-radius: 40px;
  }
  .form-horizontal [class*='checkbox-slider--c'].checkbox-slider-sm input + span:before {
    top: 10px;
  }
  .form-horizontal [class*='checkbox-slider--c'].checkbox-slider-md input + span:before {
    top: 20px;
  }
  .form-horizontal [class*='checkbox-slider--c'].checkbox-slider-lg input + span:before {
    top: 25px;
  }
  /*******************************************************
  Slider C-weight
  *******************************************************/
  .checkbox-slider--c-weight {
    position: relative;
  }
  .checkbox-slider--c-weight input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-slider--c-weight input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-slider--c-weight input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--c-weight input + span > h4 {
    display: inline;
  }
  .checkbox-slider--c-weight input + span {
    padding-left: 40px;
  }
  .checkbox-slider--c-weight input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--c-weight input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--c-weight input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--c-weight input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--c-weight input + span {
    padding-left: 40px;
  }
  .checkbox-slider--c-weight input + span:before {
    height: 2px !important;
    top: 10px;
    box-shadow: none;
    width: 40px;
    background: #555555;
  }
  .checkbox-slider--c-weight input + span:after {
    box-shadow: none;
    width: 20px;
    border: solid #555555 2px;
    border-radius: 20px;
  }
  .checkbox-slider--c-weight input:checked + span:after {
    background: #5cb85c;
    margin-left: 20px;
    border: solid #5cb85c 2px;
    animation: splashIn ease-in 0.3s normal;
  }
  .checkbox-slider--c-weight input:checked + span:before {
    background: #5cb85c;
  }
  .checkbox-slider--c-weight.checkbox-slider-sm input + span:before {
    top: 4px;
  }
  .checkbox-slider--c-weight.checkbox-slider-md input + span:before {
    top: 14px;
  }
  .checkbox-slider--c-weight.checkbox-slider-md input + span:after {
    width: 30px;
    border-radius: 30px;
  }
  .checkbox-slider--c-weight.checkbox-slider-lg input + span:before {
    top: 19px;
  }
  .checkbox-slider--c-weight.checkbox-slider-lg input + span:after {
    width: 40px;
    border-radius: 40px;
  }
  .checkbox-slider--c-weight input + span:before {
    height: 1px !important;
  }
  .checkbox-slider--c-weight input:checked + span:before {
    height: 2px !important;
  }
  .checkbox-slider--c-weight input:not(:checked) + span:after {
    transform: scale(0.7);
    left: -6px;
  }
  /******************************************************
  State Disabled
  *******************************************************/
  .checkbox-slider--default input:disabled + span:after {
    background: #999999;
  }
  .checkbox-slider--default input:disabled + span:before {
    box-shadow: 0 0 0 black;
  }
  .checkbox-slider--default input:disabled + span {
    color: #999999;
  }
  .checkbox-slider--a-rounded input:disabled + span:after,
  .checkbox-slider--a input:disabled + span:after {
    background: #999999;
    color: #FFF;
  }
  .checkbox-slider--a-rounded input:disabled + span:before,
  .checkbox-slider--a input:disabled + span:before {
    box-shadow: 0 0 0 black;
  }
  .checkbox-slider--a-rounded input:disabled + span,
  .checkbox-slider--a input:disabled + span {
    color: #999999;
  }
  .checkbox-slider--b-flat input:disabled + span:after,
  .checkbox-slider--b input:disabled + span:after {
    border: solid transparent 2px;
    border-radius: 40px;
  }
  .checkbox-slider--b-flat input:disabled + span:before,
  .checkbox-slider--b input:disabled + span:before {
    box-shadow: 0 0 0 black;
  }
  .checkbox-slider--b-flat input:disabled + span,
  .checkbox-slider--b input:disabled + span {
    color: #999999;
  }
  .checkbox-slider--b-flat input:disabled:checked + span:before,
  .checkbox-slider--b input:disabled:checked + span:before {
    background: #999999;
  }
  .checkbox-slider--c-weight input:disabled:checked + span:after,
  .checkbox-slider--c input:disabled:checked + span:after {
    background: #999999;
  }
  .checkbox-slider--c-weight input:disabled + span:after,
  .checkbox-slider--c input:disabled + span:after {
    border-color: #999999;
  }
  .checkbox-slider--c-weight input:disabled + span:before,
  .checkbox-slider--c input:disabled + span:before {
    background: #999999;
  }
  .checkbox-slider--c-weight input:disabled + span,
  .checkbox-slider--c input:disabled + span {
    color: #999999;
  }
  /*******************************************************
  Indicators
  *******************************************************/
  input:checked + .indicator-primary {
    color: #337ab7;
  }
  input:checked + .indicator-success {
    color: #5cb85c;
  }
  input:checked + .indicator-info {
    color: #5bc0de;
  }
  input:checked + .indicator-warning {
    color: #f0ad4e;
  }
  input:checked + .indicator-danger {
    color: #d9534f;
  }
  /*******************************************************
  Sizes
  *******************************************************/
  .checkbox-slider-sm {
    line-height: 10px;
  }
  .checkbox-slider-sm input + span {
    padding-left: 20px;
  }
  .checkbox-slider-sm input + span:before {
    width: 20px;
  }
  .checkbox-slider-sm input + span:after,
  .checkbox-slider-sm input + span:before {
    height: 10px;
    line-height: 10px;
  }
  .checkbox-slider-sm input + span:after {
    width: 10px;
    vertical-align: middle;
  }
  .checkbox-slider-sm input:checked + span:after {
    margin-left: 10px;
  }
  .checkbox-slider-md {
    line-height: 30px;
  }
  .checkbox-slider-md input + span {
    padding-left: 60px;
  }
  .checkbox-slider-md input + span:before {
    width: 60px;
  }
  .checkbox-slider-md input + span:after,
  .checkbox-slider-md input + span:before {
    height: 30px;
    line-height: 30px;
  }
  .checkbox-slider-md input + span:after {
    width: 30px;
    vertical-align: middle;
  }
  .checkbox-slider-md input:checked + span:after {
    margin-left: 30px;
  }
  .checkbox-slider-lg {
    line-height: 40px;
  }
  .checkbox-slider-lg input + span {
    padding-left: 80px;
  }
  .checkbox-slider-lg input + span:before {
    width: 80px;
  }
  .checkbox-slider-lg input + span:after,
  .checkbox-slider-lg input + span:before {
    height: 40px;
    line-height: 40px;
  }
  .checkbox-slider-lg input + span:after {
    width: 40px;
    vertical-align: middle;
  }
  .checkbox-slider-lg input:checked + span:after {
    margin-left: 40px;
  }
  /*******************************************************
  Variations
  *******************************************************/
  .checkbox-slider-primary.checkbox-slider--default input:checked + span:after,
  .checkbox-slider-primary.checkbox-slider--a input:checked + span:after,
  .checkbox-slider-primary.checkbox-slider--a-rounded input:checked + span:after,
  .checkbox-slider-primary.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-primary.checkbox-slider--c-weight input:checked + span:after {
    background: #337ab7;
    background-clip: content-box;
  }
  .checkbox-slider-primary.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-primary.checkbox-slider--c-weight input:checked + span:after {
    border-color: #337ab7;
  }
  .checkbox-slider-primary.checkbox-slider--b input:checked + span:before,
  .checkbox-slider-primary.checkbox-slider--b-flat input:checked + span:before,
  .checkbox-slider-primary.checkbox-slider--c input:checked + span:before,
  .checkbox-slider-primary.checkbox-slider--c-weight input:checked + span:before {
    background: #337ab7;
  }
  .checkbox-slider-info.checkbox-slider--default input:checked + span:after,
  .checkbox-slider-info.checkbox-slider--a input:checked + span:after,
  .checkbox-slider-info.checkbox-slider--a-rounded input:checked + span:after,
  .checkbox-slider-info.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-info.checkbox-slider--c-weight input:checked + span:after {
    background: #5bc0de;
    background-clip: content-box;
  }
  .checkbox-slider-info.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-info.checkbox-slider--c-weight input:checked + span:after {
    border-color: #5bc0de;
  }
  .checkbox-slider-info.checkbox-slider--b input:checked + span:before,
  .checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
  .checkbox-slider-info.checkbox-slider--c input:checked + span:before,
  .checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
    background: #5bc0de;
  }
  .checkbox-slider-warning.checkbox-slider--default input:checked + span:after,
  .checkbox-slider-warning.checkbox-slider--a input:checked + span:after,
  .checkbox-slider-warning.checkbox-slider--a-rounded input:checked + span:after,
  .checkbox-slider-warning.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:after {
    background: #f0ad4e;
    background-clip: content-box;
  }
  .checkbox-slider-warning.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:after {
    border-color: #f0ad4e;
  }
  .checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
  .checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
  .checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
  .checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
    background: #f0ad4e;
  }
  .checkbox-slider-danger.checkbox-slider--default input:checked + span:after,
  .checkbox-slider-danger.checkbox-slider--a input:checked + span:after,
  .checkbox-slider-danger.checkbox-slider--a-rounded input:checked + span:after,
  .checkbox-slider-danger.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:after {
    background: #d9534f;
    background-clip: content-box;
  }
  .checkbox-slider-danger.checkbox-slider--c input:checked + span:after,
  .checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:after {
    border-color: #d9534f;
  }
  .checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
  .checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
  .checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
  .checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
    background: #d9534f;
  }
  
  .checkbox-slider--b-flat {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .checkbox-slider--b-flat input + span {
    padding-left: 30px;
  }
  
  .checkbox-slider--b-flat input + span:empty {
    padding-left: 20px;
  }
  
  .checkbox-slider--b-flat input:disabled + span:before,
  .checkbox-slider--b input:disabled + span:before {
    background: rgba(100, 100, 100, 0.07);
  }
  
  .checkbox-slider--b-flat input[disabled] + span {
    cursor: not-allowed;
  }