@charset "UTF-8";
@layer app-style {
  /* Roboto 400 */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Roboto-Regular.woff2") format("woff2");
    font-display: block;
  }
  /* Roboto 500 */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Roboto-Medium.woff2") format("woff2");
    font-display: block;
  }
  /* Lato 400 */
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Lato-Regular.woff2") format("woff2");
    font-display: block;
  }
  /* Lato 700 */
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/Lato-Bold.woff2") format("woff2");
    font-display: block;
  }
  /* Syne 600 */
  @font-face {
    font-family: "Syne";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/Syne-SemiBold.woff2") format("woff2");
    font-display: block;
  }
  @media print {
    *,
    *::before,
    *::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    a:not(.btn) {
      text-decoration: underline;
    }
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    @page {
      size: a3;
    }
    body {
      min-width: 992px !important;
    }
    .container {
      min-width: 992px !important;
    }
    .navbar {
      display: none;
    }
    .badge {
      border: 1px solid #000000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #ffffff !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #dee2e6 !important;
    }
    .table-dark {
      color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6;
    }
    .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
    }
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571429;
    color: #323552;
    text-align: left;
    background-color: #f1f5f9;
  }
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: #297ce0;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: rgb(23.8510204082, 87.7102040816, 164.6489795918);
    text-decoration: underline;
  }
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 12px 10px;
    padding-bottom: 12px 10px;
    color: #878787;
    text-align: left;
    caption-side: bottom;
  }
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [role=button] {
    cursor: pointer;
  }
  select {
    word-wrap: normal;
  }
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    cursor: pointer;
  }
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type=radio],
  input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none !important;
  }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.1;
  }
  h1, .h1 {
    font-size: 2.539rem;
  }
  h2, .h2 {
    font-size: 2.077rem;
  }
  h3, .h3 {
    font-size: 1.769rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 0.923rem;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  small,
  .small {
    font-size: 65%;
    font-weight: 400;
  }
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .blockquote-footer {
    display: block;
    font-size: 65%;
    color: #878787;
  }
  .blockquote-footer::before {
    content: "— ";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #f1f5f9;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    max-width: 100%;
    height: auto;
  }
  .figure {
    display: inline-block;
  }
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .figure-caption {
    font-size: 90%;
    color: #878787;
  }
  code {
    font-size: 87.5%;
    color: #297ce0;
    word-wrap: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 2px;
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container-sm, .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md, .container-sm, .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1140px;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .main-content > .CoreModule, .main-content > .CoreModuleLoader, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-first {
    order: -1;
  }
  .order-last {
    order: 13;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-sm-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-sm-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-sm-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-sm-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-sm-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-sm-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      order: -1;
    }
    .order-sm-last {
      order: 13;
    }
    .order-sm-0 {
      order: 0;
    }
    .order-sm-1 {
      order: 1;
    }
    .order-sm-2 {
      order: 2;
    }
    .order-sm-3 {
      order: 3;
    }
    .order-sm-4 {
      order: 4;
    }
    .order-sm-5 {
      order: 5;
    }
    .order-sm-6 {
      order: 6;
    }
    .order-sm-7 {
      order: 7;
    }
    .order-sm-8 {
      order: 8;
    }
    .order-sm-9 {
      order: 9;
    }
    .order-sm-10 {
      order: 10;
    }
    .order-sm-11 {
      order: 11;
    }
    .order-sm-12 {
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .offset-sm-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-md-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-md-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-md-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-md-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-md-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-md-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-md-12, .main-content > .CoreModule, .main-content > .CoreModuleLoader {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      order: -1;
    }
    .order-md-last {
      order: 13;
    }
    .order-md-0 {
      order: 0;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
    .order-md-4 {
      order: 4;
    }
    .order-md-5 {
      order: 5;
    }
    .order-md-6 {
      order: 6;
    }
    .order-md-7 {
      order: 7;
    }
    .order-md-8 {
      order: 8;
    }
    .order-md-9 {
      order: 9;
    }
    .order-md-10 {
      order: 10;
    }
    .order-md-11 {
      order: 11;
    }
    .order-md-12 {
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .offset-md-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-lg-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-lg-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-lg-12, .main-content > .CoreModule, .main-content > .CoreModuleLoader {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      order: -1;
    }
    .order-lg-last {
      order: 13;
    }
    .order-lg-0 {
      order: 0;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
    .order-lg-4 {
      order: 4;
    }
    .order-lg-5 {
      order: 5;
    }
    .order-lg-6 {
      order: 6;
    }
    .order-lg-7 {
      order: 7;
    }
    .order-lg-8 {
      order: 8;
    }
    .order-lg-9 {
      order: 9;
    }
    .order-lg-10 {
      order: 10;
    }
    .order-lg-11 {
      order: 11;
    }
    .order-lg-12 {
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .offset-lg-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-xl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-xl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-xl-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-xl-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-xl-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10, .main-content > .CoreModule, .main-content > .CoreModuleLoader {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-xl-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      order: -1;
    }
    .order-xl-last {
      order: 13;
    }
    .order-xl-0 {
      order: 0;
    }
    .order-xl-1 {
      order: 1;
    }
    .order-xl-2 {
      order: 2;
    }
    .order-xl-3 {
      order: 3;
    }
    .order-xl-4 {
      order: 4;
    }
    .order-xl-5 {
      order: 5;
    }
    .order-xl-6 {
      order: 6;
    }
    .order-xl-7 {
      order: 7;
    }
    .order-xl-8 {
      order: 8;
    }
    .order-xl-9 {
      order: 9;
    }
    .order-xl-10 {
      order: 10;
    }
    .order-xl-11 {
      order: 11;
    }
    .order-xl-12 {
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xl-11 {
      margin-left: 91.66666667%;
    }
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #323552;
  }
  .table th,
  .table td {
    padding: 12px 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  .table-sm th,
  .table-sm td {
    padding: 7px;
  }
  .table-bordered {
    border: 1px solid #dee2e6;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
  }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
  }
  .table-borderless th,
  .table-borderless td,
  .table-borderless thead th,
  .table-borderless tbody + tbody {
    border: 0;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
  }
  .table-hover tbody tr:hover {
    color: #323552;
    background-color: #f0f0f0;
  }
  .table-primary,
  .table-primary > th,
  .table-primary > td {
    background-color: rgb(195.08, 218.32, 246.32);
  }
  .table-primary th,
  .table-primary td,
  .table-primary thead th,
  .table-primary tbody + tbody {
    border-color: rgb(143.72, 186.88, 238.88);
  }
  .table-hover .table-primary:hover {
    background-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .table-secondary,
  .table-secondary > th,
  .table-secondary > td {
    background-color: rgb(221.4, 221.4, 221.4);
  }
  .table-secondary th,
  .table-secondary td,
  .table-secondary thead th,
  .table-secondary tbody + tbody {
    border-color: rgb(192.6, 192.6, 192.6);
  }
  .table-hover .table-secondary:hover {
    background-color: rgb(208.65, 208.65, 208.65);
  }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: rgb(208.65, 208.65, 208.65);
  }
  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: rgb(237.92, 246.88, 205.72);
  }
  .table-success th,
  .table-success td,
  .table-success thead th,
  .table-success tbody + tbody {
    border-color: rgb(223.28, 239.92, 163.48);
  }
  .table-hover .table-success:hover {
    background-color: rgb(230.332195122, 243.2726829268, 183.8273170732);
  }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: rgb(230.332195122, 243.2726829268, 183.8273170732);
  }
  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: rgb(195.08, 218.32, 246.32);
  }
  .table-info th,
  .table-info td,
  .table-info thead th,
  .table-info tbody + tbody {
    border-color: rgb(143.72, 186.88, 238.88);
  }
  .table-hover .table-info:hover {
    background-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .table-warning,
  .table-warning > th,
  .table-warning > td {
    background-color: rgb(253.88, 236.24, 185);
  }
  .table-warning th,
  .table-warning td,
  .table-warning thead th,
  .table-warning tbody + tbody {
    border-color: rgb(252.92, 220.16, 125);
  }
  .table-hover .table-warning:hover {
    background-color: rgb(253.4784251969, 229.5136220472, 159.9015748031);
  }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: rgb(253.4784251969, 229.5136220472, 159.9015748031);
  }
  .table-danger,
  .table-danger > th,
  .table-danger > td {
    background-color: rgb(250.52, 218.04, 217.2);
  }
  .table-danger th,
  .table-danger td,
  .table-danger thead th,
  .table-danger tbody + tbody {
    border-color: rgb(246.68, 186.36, 184.8);
  }
  .table-hover .table-danger:hover {
    background-color: rgb(247.818013245, 195.7486092715, 194.401986755);
  }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: rgb(247.818013245, 195.7486092715, 194.401986755);
  }
  .table-light,
  .table-light > th,
  .table-light > td {
    background-color: white;
  }
  .table-light th,
  .table-light td,
  .table-light thead th,
  .table-light tbody + tbody {
    border-color: white;
  }
  .table-hover .table-light:hover {
    background-color: rgb(242.25, 242.25, 242.25);
  }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: rgb(242.25, 242.25, 242.25);
  }
  .table-dark,
  .table-dark > th,
  .table-dark > td {
    background-color: rgb(197.6, 198.44, 206.56);
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgb(148.4, 149.96, 165.04);
  }
  .table-hover .table-dark:hover {
    background-color: rgb(183.7706349206, 184.813015873, 194.8893650794);
  }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: rgb(183.7706349206, 184.813015873, 194.8893650794);
  }
  .table-grey,
  .table-grey > th,
  .table-grey > td {
    background-color: rgb(240.72, 240.72, 240.72);
  }
  .table-grey th,
  .table-grey td,
  .table-grey thead th,
  .table-grey tbody + tbody {
    border-color: rgb(228.48, 228.48, 228.48);
  }
  .table-hover .table-grey:hover {
    background-color: rgb(227.97, 227.97, 227.97);
  }
  .table-hover .table-grey:hover > td,
  .table-hover .table-grey:hover > th {
    background-color: rgb(227.97, 227.97, 227.97);
  }
  .table-active,
  .table-active > th,
  .table-active > td {
    background-color: #f0f0f0;
  }
  .table-hover .table-active:hover {
    background-color: rgb(227.25, 227.25, 227.25);
  }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgb(227.25, 227.25, 227.25);
  }
  .table .thead-dark th {
    color: #ffffff;
    background-color: #3d3c3c;
    border-color: rgb(80.2830578512, 78.9669421488, 78.9669421488);
  }
  .table .thead-light th {
    color: #636c72;
    background-color: #dddddd;
    border-color: #dee2e6;
  }
  .table-dark {
    color: #ffffff;
    background-color: #3d3c3c;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: rgb(80.2830578512, 78.9669421488, 78.9669421488);
  }
  .table-dark.table-bordered {
    border: 0;
  }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 3.692rem;
    padding: 0.7692rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571429;
    color: #323552;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d5d8de;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control:focus {
    color: #323552;
    background-color: #ffffff;
    border-color: #297ce0;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
  }
  .form-control::placeholder {
    color: #878787;
    opacity: 1;
  }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f1f5f9;
    opacity: 1;
  }
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    appearance: none;
  }
  select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #323552;
  }
  select.form-control:focus::-ms-value {
    color: #323552;
    background-color: #ffffff;
  }
  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%;
  }
  .col-form-label {
    padding-top: calc(0.7692rem + 1px);
    padding-bottom: calc(0.7692rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.428571429;
  }
  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.15rem;
    line-height: 1.7;
  }
  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.7692rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.428571429;
    color: #323552;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  .form-control-sm {
    height: 4.385rem;
    padding: 0.25rem 8px;
    font-size: 0.85rem;
    line-height: 1.6;
    border-radius: 2px;
  }
  .form-control-lg {
    height: 2.846rem;
    padding: 0.5rem 12px;
    font-size: 1.15rem;
    line-height: 1.7;
    border-radius: 4px;
  }
  select.form-control[size], select.form-control[multiple] {
    height: auto;
  }
  textarea.form-control {
    height: auto;
  }
  .form-group {
    margin-bottom: 1.538rem;
  }
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .form-row > .col,
  .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #878787;
  }
  .form-check-label {
    margin-bottom: 0;
  }
  .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 1.385rem;
  }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 65%;
    color: #c2e24f;
  }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.85rem;
    line-height: 1.428571429;
    color: #212529;
    background-color: rgba(194, 226, 79, 0.9);
    border-radius: 2px;
  }
  .form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px;
  }
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: #c2e24f;
    padding-right: calc(1.428571429em + 1.5384rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23c2e24f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3571428573em + 0.3846rem) center;
    background-size: calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
  }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #c2e24f;
    box-shadow: 0 0 0 0 rgba(194, 226, 79, 0.25);
  }
  .was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
  }
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.428571429em + 1.5384rem);
    background-position: top calc(0.3571428573em + 0.3846rem) right calc(0.3571428573em + 0.3846rem);
  }
  .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #c2e24f;
    padding-right: calc(0.75em + 2.9038rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3c3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23c2e24f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem) no-repeat;
  }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #c2e24f;
    box-shadow: 0 0 0 0 rgba(194, 226, 79, 0.25);
  }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #c2e24f;
  }
  .was-validated .form-check-input:valid ~ .valid-feedback,
  .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #c2e24f;
  }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #c2e24f;
  }
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: rgb(209.1756097561, 233.2146341463, 122.7853658537);
    background-color: rgb(209.1756097561, 233.2146341463, 122.7853658537);
  }
  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(194, 226, 79, 0.25);
  }
  .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #c2e24f;
  }
  .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #c2e24f;
  }
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #c2e24f;
    box-shadow: 0 0 0 0 rgba(194, 226, 79, 0.25);
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 65%;
    color: #ef7b78;
  }
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.85rem;
    line-height: 1.428571429;
    color: #212529;
    background-color: rgba(239, 123, 120, 0.9);
    border-radius: 2px;
  }
  .form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px;
  }
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .invalid-tooltip,
  .is-invalid ~ .invalid-feedback,
  .is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #ef7b78;
    padding-right: calc(1.428571429em + 1.5384rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef7b78' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef7b78' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3571428573em + 0.3846rem) center;
    background-size: calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
  }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ef7b78;
    box-shadow: 0 0 0 0 rgba(239, 123, 120, 0.25);
  }
  .was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
  }
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.428571429em + 1.5384rem);
    background-position: top calc(0.3571428573em + 0.3846rem) right calc(0.3571428573em + 0.3846rem);
  }
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #ef7b78;
    padding-right: calc(0.75em + 2.9038rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3c3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef7b78' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef7b78' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem) no-repeat;
  }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ef7b78;
    box-shadow: 0 0 0 0 rgba(239, 123, 120, 0.25);
  }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ef7b78;
  }
  .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ef7b78;
  }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ef7b78;
  }
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: rgb(244.4039735099, 167.582781457, 165.5960264901);
    background-color: rgb(244.4039735099, 167.582781457, 165.5960264901);
  }
  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(239, 123, 120, 0.25);
  }
  .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ef7b78;
  }
  .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ef7b78;
  }
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #ef7b78;
    box-shadow: 0 0 0 0 rgba(239, 123, 120, 0.25);
  }
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .form-inline .form-check {
    width: 100%;
  }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
      display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto;
    }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
    }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
    }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center;
    }
    .form-inline .custom-control-label {
      margin-bottom: 0;
    }
  }
  .btn {
    display: inline-block;
    font-weight: 700;
    color: #323552;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.7692rem 0.75rem;
    font-size: 1rem;
    line-height: 1.428571429;
    border-radius: 2px;
    transition: none;
  }
  .btn:hover {
    color: #323552;
    text-decoration: none;
  }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
  }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
  }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-primary:hover {
    color: #ffffff;
    background-color: rgb(28.6908163265, 105.5081632653, 198.0591836735);
    border-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: rgb(28.6908163265, 105.5081632653, 198.0591836735);
    border-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
    box-shadow: 0 0 0 0 rgba(73.1, 143.65, 228.65, 0.5);
  }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
    border-color: rgb(25.4642857143, 93.6428571429, 175.7857142857);
  }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(73.1, 143.65, 228.65, 0.5);
  }
  .btn-secondary {
    color: #ffffff;
    background-color: #878787;
    border-color: #878787;
  }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: rgb(115.875, 115.875, 115.875);
    border-color: rgb(109.5, 109.5, 109.5);
  }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: rgb(115.875, 115.875, 115.875);
    border-color: rgb(109.5, 109.5, 109.5);
    box-shadow: 0 0 0 0 rgba(153, 153, 153, 0.5);
  }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #878787;
    border-color: #878787;
  }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: rgb(109.5, 109.5, 109.5);
    border-color: rgb(103.125, 103.125, 103.125);
  }
  .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(153, 153, 153, 0.5);
  }
  .btn-success {
    color: #212529;
    background-color: #c2e24f;
    border-color: #c2e24f;
  }
  .btn-success:hover {
    color: #212529;
    background-color: rgb(182.6182926829, 220.5890243902, 46.1609756098);
    border-color: rgb(178.4195121951, 218.0682926829, 35.9317073171);
  }
  .btn-success:focus, .btn-success.focus {
    color: #212529;
    background-color: rgb(182.6182926829, 220.5890243902, 46.1609756098);
    border-color: rgb(178.4195121951, 218.0682926829, 35.9317073171);
    box-shadow: 0 0 0 0 rgba(169.85, 197.65, 73.3, 0.5);
  }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #c2e24f;
    border-color: #c2e24f;
  }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: rgb(178.4195121951, 218.0682926829, 35.9317073171);
    border-color: rgb(169.4634146341, 207.1219512195, 34.1280487805);
  }
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(169.85, 197.65, 73.3, 0.5);
  }
  .btn-info {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-info:hover {
    color: #ffffff;
    background-color: rgb(28.6908163265, 105.5081632653, 198.0591836735);
    border-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: rgb(28.6908163265, 105.5081632653, 198.0591836735);
    border-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
    box-shadow: 0 0 0 0 rgba(73.1, 143.65, 228.65, 0.5);
  }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
    border-color: rgb(25.4642857143, 93.6428571429, 175.7857142857);
  }
  .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(73.1, 143.65, 228.65, 0.5);
  }
  .btn-warning {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05;
  }
  .btn-warning:hover {
    color: #212529;
    background-color: rgb(214.3208661417, 160.312007874, 3.4291338583);
    border-color: rgb(201.7716535433, 150.9251968504, 3.2283464567);
  }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: rgb(214.3208661417, 160.312007874, 3.4291338583);
    border-color: rgb(201.7716535433, 150.9251968504, 3.2283464567);
    box-shadow: 0 0 0 0 rgba(218.3, 165.35, 10.4, 0.5);
  }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05;
  }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: rgb(201.7716535433, 150.9251968504, 3.2283464567);
    border-color: rgb(189.2224409449, 141.5383858268, 3.0275590551);
  }
  .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(218.3, 165.35, 10.4, 0.5);
  }
  .btn-danger {
    color: #212529;
    background-color: #ef7b78;
    border-color: #ef7b78;
  }
  .btn-danger:hover {
    color: #ffffff;
    background-color: rgb(234.9470198675, 89.5629139073, 85.8029801325);
    border-color: rgb(233.5960264901, 78.417218543, 74.4039735099);
  }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: rgb(234.9470198675, 89.5629139073, 85.8029801325);
    border-color: rgb(233.5960264901, 78.417218543, 74.4039735099);
    box-shadow: 0 0 0 0 rgba(208.1, 110.1, 108.15, 0.5);
  }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #212529;
    background-color: #ef7b78;
    border-color: #ef7b78;
  }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: rgb(233.5960264901, 78.417218543, 74.4039735099);
    border-color: rgb(232.2450331126, 67.2715231788, 63.0049668874);
  }
  .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(208.1, 110.1, 108.15, 0.5);
  }
  .btn-light {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .btn-light:hover {
    color: #212529;
    background-color: rgb(235.875, 235.875, 235.875);
    border-color: rgb(229.5, 229.5, 229.5);
  }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: rgb(235.875, 235.875, 235.875);
    border-color: rgb(229.5, 229.5, 229.5);
    box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
  }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: rgb(229.5, 229.5, 229.5);
    border-color: rgb(223.125, 223.125, 223.125);
  }
  .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
  }
  .btn-dark {
    color: #ffffff;
    background-color: #323552;
    border-color: #323552;
  }
  .btn-dark:hover {
    color: #ffffff;
    background-color: rgb(35.5113636364, 37.6420454545, 58.2386363636);
    border-color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
  }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: rgb(35.5113636364, 37.6420454545, 58.2386363636);
    border-color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
    box-shadow: 0 0 0 0 rgba(80.75, 83.3, 107.95, 0.5);
  }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #323552;
    border-color: #323552;
  }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
    border-color: rgb(25.8522727273, 27.4034090909, 42.3977272727);
  }
  .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(80.75, 83.3, 107.95, 0.5);
  }
  .btn-grey {
    color: #212529;
    background-color: #cccccc;
    border-color: #cccccc;
  }
  .btn-grey:hover {
    color: #212529;
    background-color: rgb(184.875, 184.875, 184.875);
    border-color: rgb(178.5, 178.5, 178.5);
  }
  .btn-grey:focus, .btn-grey.focus {
    color: #212529;
    background-color: rgb(184.875, 184.875, 184.875);
    border-color: rgb(178.5, 178.5, 178.5);
    box-shadow: 0 0 0 0 rgba(178.35, 178.95, 179.55, 0.5);
  }
  .btn-grey.disabled, .btn-grey:disabled {
    color: #212529;
    background-color: #cccccc;
    border-color: #cccccc;
  }
  .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
    color: #212529;
    background-color: rgb(178.5, 178.5, 178.5);
    border-color: rgb(172.125, 172.125, 172.125);
  }
  .btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(178.35, 178.95, 179.55, 0.5);
  }
  .btn-outline-primary {
    color: #297ce0;
    border-color: #297ce0;
  }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(41, 124, 224, 0.5);
  }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #297ce0;
    background-color: transparent;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(41, 124, 224, 0.5);
  }
  .btn-outline-secondary {
    color: #878787;
    border-color: #878787;
  }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #878787;
    border-color: #878787;
  }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
  }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #878787;
    background-color: transparent;
  }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #878787;
    border-color: #878787;
  }
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
  }
  .btn-outline-success {
    color: #c2e24f;
    border-color: #c2e24f;
  }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #c2e24f;
    border-color: #c2e24f;
  }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0 rgba(194, 226, 79, 0.5);
  }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #c2e24f;
    background-color: transparent;
  }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #c2e24f;
    border-color: #c2e24f;
  }
  .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(194, 226, 79, 0.5);
  }
  .btn-outline-info {
    color: #297ce0;
    border-color: #297ce0;
  }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(41, 124, 224, 0.5);
  }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #297ce0;
    background-color: transparent;
  }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(41, 124, 224, 0.5);
  }
  .btn-outline-warning {
    color: #fbbc05;
    border-color: #fbbc05;
  }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05;
  }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(251, 188, 5, 0.5);
  }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fbbc05;
    background-color: transparent;
  }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fbbc05;
    border-color: #fbbc05;
  }
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(251, 188, 5, 0.5);
  }
  .btn-outline-danger {
    color: #ef7b78;
    border-color: #ef7b78;
  }
  .btn-outline-danger:hover {
    color: #212529;
    background-color: #ef7b78;
    border-color: #ef7b78;
  }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0 rgba(239, 123, 120, 0.5);
  }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ef7b78;
    background-color: transparent;
  }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ef7b78;
    border-color: #ef7b78;
  }
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(239, 123, 120, 0.5);
  }
  .btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
  }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .btn-outline-dark {
    color: #323552;
    border-color: #323552;
  }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #323552;
    border-color: #323552;
  }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(50, 53, 82, 0.5);
  }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #323552;
    background-color: transparent;
  }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #323552;
    border-color: #323552;
  }
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(50, 53, 82, 0.5);
  }
  .btn-outline-grey {
    color: #cccccc;
    border-color: #cccccc;
  }
  .btn-outline-grey:hover {
    color: #212529;
    background-color: #cccccc;
    border-color: #cccccc;
  }
  .btn-outline-grey:focus, .btn-outline-grey.focus {
    box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.5);
  }
  .btn-outline-grey.disabled, .btn-outline-grey:disabled {
    color: #cccccc;
    background-color: transparent;
  }
  .btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
    color: #212529;
    background-color: #cccccc;
    border-color: #cccccc;
  }
  .btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.5);
  }
  .btn-link {
    font-weight: 400;
    color: #297ce0;
    text-decoration: none;
  }
  .btn-link:hover {
    color: rgb(23.8510204082, 87.7102040816, 164.6489795918);
    text-decoration: underline;
  }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
  }
  .btn-link:disabled, .btn-link.disabled {
    color: #878787;
    pointer-events: none;
  }
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 12px;
    font-size: 1.15rem;
    line-height: 1.7;
    border-radius: 4px;
  }
  .btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 8px;
    font-size: 0.85rem;
    line-height: 1.6;
    border-radius: 2px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  input[type=submit].btn-block,
  input[type=reset].btn-block,
  input[type=button].btn-block {
    width: 100%;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.width {
      transition: none;
    }
  }
  .dropup,
  .dropright,
  .dropdown,
  .dropleft {
    position: relative;
  }
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #323552;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(226.95, 226.95, 226.95);
    border-radius: 2px;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  @media (min-width: 576px) {
    .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1200px) {
    .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
  }
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: rgb(21.6283783784, 24.25, 26.8716216216);
    text-decoration: none;
    background-color: #dddddd;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #297ce0;
  }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #878787;
    white-space: nowrap;
  }
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
  }
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover {
    z-index: 1;
  }
  .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .btn-toolbar .input-group {
    width: auto;
  }
  .btn-group > .btn:not(:first-child),
  .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn:not(:first-child),
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
  }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
  }
  .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 6px;
    padding-left: 6px;
  }
  .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 9px;
    padding-left: 9px;
  }
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
  }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
  }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group-toggle > .btn,
  .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
  }
  .btn-group-toggle > .btn input[type=radio],
  .btn-group-toggle > .btn input[type=checkbox],
  .btn-group-toggle > .btn-group > .btn input[type=radio],
  .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }
  .input-group > .form-control + .form-control,
  .input-group > .form-control + .custom-select,
  .input-group > .form-control + .custom-file,
  .input-group > .form-control-plaintext + .form-control,
  .input-group > .form-control-plaintext + .custom-select,
  .input-group > .form-control-plaintext + .custom-file,
  .input-group > .custom-select + .form-control,
  .input-group > .custom-select + .custom-select,
  .input-group > .custom-select + .custom-file,
  .input-group > .custom-file + .form-control,
  .input-group > .custom-file + .custom-select,
  .input-group > .custom-file + .custom-file {
    margin-left: -1px;
  }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
  }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .custom-file {
    display: flex;
    align-items: center;
  }
  .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group.has-validation > .form-control:nth-last-child(n+3),
  .input-group.has-validation > .custom-select:nth-last-child(n+3),
  .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group-prepend,
  .input-group-append {
    display: flex;
  }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
  }
  .input-group-prepend .btn:focus,
  .input-group-append .btn:focus {
    z-index: 3;
  }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px;
  }
  .input-group-prepend {
    margin-right: -1px;
  }
  .input-group-append {
    margin-left: -1px;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.7692rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571429;
    color: #323552;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f5f5;
    border: 1px solid #d5d8de;
    border-radius: 2px;
  }
  .input-group-text input[type=radio],
  .input-group-text input[type=checkbox] {
    margin-top: 0;
  }
  .input-group-lg > .form-control:not(textarea),
  .input-group-lg > .custom-select {
    height: 2.846rem;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .custom-select,
  .input-group-lg > .input-group-prepend > .input-group-text,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 12px;
    font-size: 1.15rem;
    line-height: 1.7;
    border-radius: 4px;
  }
  .input-group-sm > .form-control:not(textarea),
  .input-group-sm > .custom-select {
    height: 4.385rem;
  }
  .input-group-sm > .form-control,
  .input-group-sm > .custom-select,
  .input-group-sm > .input-group-prepend > .input-group-text,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 8px;
    font-size: 0.85rem;
    line-height: 1.6;
    border-radius: 2px;
  }
  .input-group-lg > .custom-select,
  .input-group-sm > .custom-select {
    padding-right: 1.75rem;
  }
  .input-group > .input-group-prepend > .btn,
  .input-group > .input-group-prepend > .input-group-text,
  .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
  .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
  .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
  .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
  .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > .input-group-append > .btn,
  .input-group > .input-group-append > .input-group-text,
  .input-group > .input-group-prepend:not(:first-child) > .btn,
  .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.428571429rem;
    padding-left: 3.8297rem;
    print-color-adjust: exact;
  }
  .custom-control-inline {
    display: inline-flex;
    margin-right: 1.385rem;
  }
  .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.692rem;
    height: 1.5602857145rem;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #297ce0;
    border-color: #ffffff;
    background-color: #ffffff;
  }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
  }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #297ce0;
  }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #878787;
  }
  .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #f1f5f9;
  }
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  .custom-control-label::before {
    position: absolute;
    top: -0.1317142855rem;
    left: -3.8297rem;
    display: block;
    width: 1.692rem;
    height: 1.692rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: 1px solid #adb5bd;
  }
  .custom-control-label::after {
    position: absolute;
    top: -0.1317142855rem;
    left: -3.8297rem;
    display: block;
    width: 1.692rem;
    height: 1.692rem;
    content: "";
    background: 50%/50% 50% no-repeat;
  }
  .custom-checkbox .custom-control-label::before {
    border-radius: 3px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
  }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #297ce0;
    background-color: #297ce0;
  }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23297ce0' d='M0 2h4'/%3e%3c/svg%3e");
  }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(41, 124, 224, 0.5);
  }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(41, 124, 224, 0.5);
  }
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
  }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(41, 124, 224, 0.5);
  }
  .custom-switch {
    padding-left: 5.0987rem;
  }
  .custom-switch .custom-control-label::before {
    left: -5.0987rem;
    width: 2.961rem;
    pointer-events: all;
    border-radius: 0.846rem;
  }
  .custom-switch .custom-control-label::after {
    top: calc(-0.1317142855rem + 2px);
    left: calc(-5.0987rem + 2px);
    width: calc(1.692rem - 4px);
    height: calc(1.692rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.846rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
      transition: none;
    }
  }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(1.269rem);
  }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(41, 124, 224, 0.5);
  }
  .custom-select {
    display: inline-block;
    width: 100%;
    height: 3.692rem;
    padding: 0.7692rem 1.75rem 0.7692rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571429;
    color: #323552;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3c3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #d5d8de;
    border-radius: 2px;
    appearance: none;
  }
  .custom-select:focus {
    border-color: #297ce0;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
  }
  .custom-select:focus::-ms-value {
    color: #323552;
    background-color: #ffffff;
  }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  .custom-select:disabled {
    color: #878787;
    background-color: #dddddd;
  }
  .custom-select::-ms-expand {
    display: none;
  }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #323552;
  }
  .custom-select-sm {
    height: 4.385rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 8px;
    font-size: 0.85rem;
  }
  .custom-select-lg {
    height: 2.846rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 12px;
    font-size: 1.15rem;
  }
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3.692rem;
    margin-bottom: 0;
  }
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 3.692rem;
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #297ce0;
    box-shadow: 0 0 0 0 transparent;
  }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f1f5f9;
  }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3.692rem;
    padding: 0.7692rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.428571429;
    color: #323552;
    background-color: #ffffff;
    border: 1px solid #d5d8de;
    border-radius: 2px;
  }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.428571429em + 1.5384rem);
    padding: 0.7692rem 0.75rem;
    line-height: 1.428571429;
    color: #323552;
    content: "Browse";
    background-color: #f5f5f5;
    border-left: inherit;
    border-radius: 0 2px 2px 0;
  }
  .custom-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
  }
  .custom-range:focus {
    outline: 0;
  }
  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f1f5f9, 0 0 0 0 transparent;
  }
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f1f5f9, 0 0 0 0 transparent;
  }
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f1f5f9, 0 0 0 0 transparent;
  }
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #297ce0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
      transition: none;
    }
  }
  .custom-range::-webkit-slider-thumb {
    appearance: none;
  }
  .custom-range::-webkit-slider-thumb:active {
    background-color: rgb(196.9142857143, 219.4428571429, 246.5857142857);
  }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #297ce0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
      transition: none;
    }
  }
  .custom-range::-moz-range-thumb {
    appearance: none;
  }
  .custom-range::-moz-range-thumb:active {
    background-color: rgb(196.9142857143, 219.4428571429, 246.5857142857);
  }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #297ce0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
      transition: none;
    }
  }
  .custom-range::-ms-thumb {
    appearance: none;
  }
  .custom-range::-ms-thumb:active {
    background-color: rgb(196.9142857143, 219.4428571429, 246.5857142857);
  }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
  }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
  }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
  }
  .custom-range:disabled::-moz-range-track {
    cursor: default;
  }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
  }
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none;
    }
  }
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }
  .nav-link.disabled {
    color: #878787;
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: #dddddd #dddddd #dee2e6;
  }
  .nav-tabs .nav-link.disabled {
    color: #878787;
    background-color: transparent;
    border-color: transparent;
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #636c72;
    background-color: #f1f5f9;
    border-color: #dee2e6 #dee2e6 #f1f5f9;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 2px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #297ce0;
  }
  .nav-fill > .nav-link,
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified > .nav-link,
  .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3928571428rem;
    padding-bottom: 0.3928571428rem;
    margin-right: 1rem;
    font-size: 1.15rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.15rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
  }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
  }
  .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
  }
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-dark .navbar-brand {
    color: #ffffff;
  }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar-dark .navbar-text a {
    color: #ffffff;
  }
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #ffffff;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.538rem;
  }
  .card-title {
    margin-bottom: 0.7692rem;
  }
  .card-subtitle {
    margin-top: -0.3846rem;
    margin-bottom: 0;
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link:hover {
    text-decoration: none;
  }
  .card-link + .card-link {
    margin-left: 1.538rem;
  }
  .card-header {
    padding: 0.7692rem 1.538rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: 2px 2px 0 0;
  }
  .card-footer {
    padding: 0.7692rem 1.538rem;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
    border-radius: 0 0 2px 2px;
  }
  .card-header-tabs {
    margin-right: -0.769rem;
    margin-bottom: -0.7692rem;
    margin-left: -0.769rem;
    border-bottom: 0;
  }
  .card-header-pills {
    margin-right: -0.769rem;
    margin-left: -0.769rem;
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 2px;
  }
  .card-img,
  .card-img-top,
  .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
  }
  .card-img,
  .card-img-top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .card-deck .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-deck {
      display: flex;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  .card-columns .card {
    margin-bottom: 0.7692rem;
  }
  @media (min-width: 576px) {
    .card-columns {
      column-count: 3;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  .accordion {
    overflow-anchor: none;
  }
  .accordion > .card {
    overflow: hidden;
  }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 20px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgb(244.8, 244.8, 244.8);
    border-radius: 2px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.6154rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.6154rem;
    color: #878787;
    content: "/";
  }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }
  .breadcrumb-item.active {
    color: rgb(76.5, 76.5, 76.5);
  }
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 2px;
  }
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323552;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  .page-link:hover {
    z-index: 2;
    color: rgb(23.8510204082, 87.7102040816, 164.6489795918);
    text-decoration: none;
    background-color: rgb(236.3, 236.3, 236.3);
    border-color: #dee2e6;
  }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
  }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .page-item.disabled .page-link {
    color: #878787;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
  }
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.15rem;
    line-height: 1.7;
  }
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .badge {
    display: inline-block;
    padding: 0.07692rem 0.6154rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    transition: none;
  }
  a.badge:hover, a.badge:focus {
    text-decoration: none;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .badge-pill {
    padding-right: 0.7em;
    padding-left: 0.7em;
    border-radius: 10rem;
  }
  .badge-primary {
    color: #ffffff;
    background-color: #297ce0;
  }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(41, 124, 224, 0.5);
  }
  .badge-secondary {
    color: #ffffff;
    background-color: #878787;
  }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: rgb(109.5, 109.5, 109.5);
  }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
  }
  .badge-success {
    color: #212529;
    background-color: #c2e24f;
  }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: rgb(178.4195121951, 218.0682926829, 35.9317073171);
  }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(194, 226, 79, 0.5);
  }
  .badge-info {
    color: #ffffff;
    background-color: #297ce0;
  }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(41, 124, 224, 0.5);
  }
  .badge-warning {
    color: #212529;
    background-color: #fbbc05;
  }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: rgb(201.7716535433, 150.9251968504, 3.2283464567);
  }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(251, 188, 5, 0.5);
  }
  .badge-danger {
    color: #212529;
    background-color: #ef7b78;
  }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #212529;
    background-color: rgb(233.5960264901, 78.417218543, 74.4039735099);
  }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(239, 123, 120, 0.5);
  }
  .badge-light {
    color: #212529;
    background-color: #ffffff;
  }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: rgb(229.5, 229.5, 229.5);
  }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .badge-dark {
    color: #ffffff;
    background-color: #323552;
  }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
  }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(50, 53, 82, 0.5);
  }
  .badge-grey {
    color: #212529;
    background-color: #cccccc;
  }
  a.badge-grey:hover, a.badge-grey:focus {
    color: #212529;
    background-color: rgb(178.5, 178.5, 178.5);
  }
  a.badge-grey:focus, a.badge-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.5);
  }
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #dddddd;
    border-radius: 4px;
  }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem;
    }
  }
  .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  .alert {
    position: relative;
    padding: 1.385rem 1.385rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2px;
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
  }
  .alert-dismissible {
    padding-right: 4.27rem;
  }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.385rem 1.385rem;
    color: inherit;
  }
  .alert-primary {
    color: rgb(21.32, 64.48, 116.48);
    background-color: rgb(212.2, 228.8, 248.8);
    border-color: rgb(195.08, 218.32, 246.32);
  }
  .alert-primary hr {
    border-top-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .alert-primary .alert-link {
    color: rgb(13.4294339623, 40.6158490566, 73.3705660377);
  }
  .alert-secondary {
    color: rgb(70.2, 70.2, 70.2);
    background-color: #e7e7e7;
    border-color: rgb(221.4, 221.4, 221.4);
  }
  .alert-secondary hr {
    border-top-color: rgb(208.65, 208.65, 208.65);
  }
  .alert-secondary .alert-link {
    color: rgb(44.7, 44.7, 44.7);
  }
  .alert-success {
    color: rgb(100.88, 117.52, 41.08);
    background-color: rgb(242.8, 249.2, 219.8);
    border-color: rgb(237.92, 246.88, 205.72);
  }
  .alert-success hr {
    border-top-color: rgb(230.332195122, 243.2726829268, 183.8273170732);
  }
  .alert-success .alert-link {
    color: rgb(68.4406557377, 79.7298360656, 27.8701639344);
  }
  .alert-info {
    color: rgb(21.32, 64.48, 116.48);
    background-color: rgb(212.2, 228.8, 248.8);
    border-color: rgb(195.08, 218.32, 246.32);
  }
  .alert-info hr {
    border-top-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .alert-info .alert-link {
    color: rgb(13.4294339623, 40.6158490566, 73.3705660377);
  }
  .alert-warning {
    color: rgb(130.52, 97.76, 2.6);
    background-color: rgb(254.2, 241.6, 205);
    border-color: rgb(253.88, 236.24, 185);
  }
  .alert-warning hr {
    border-top-color: rgb(253.4784251969, 229.5136220472, 159.9015748031);
  }
  .alert-warning .alert-link {
    color: rgb(80.51609375, 60.306875, 1.60390625);
  }
  .alert-danger {
    color: rgb(124.28, 63.96, 62.4);
    background-color: rgb(251.8, 228.6, 228);
    border-color: rgb(250.52, 218.04, 217.2);
  }
  .alert-danger hr {
    border-top-color: rgb(247.818013245, 195.7486092715, 194.401986755);
  }
  .alert-danger .alert-link {
    color: rgb(90.3273537604, 46.4864623955, 45.3526462396);
  }
  .alert-light {
    color: rgb(132.6, 132.6, 132.6);
    background-color: white;
    border-color: white;
  }
  .alert-light hr {
    border-top-color: rgb(242.25, 242.25, 242.25);
  }
  .alert-light .alert-link {
    color: rgb(107.1, 107.1, 107.1);
  }
  .alert-dark {
    color: rgb(26, 27.56, 42.64);
    background-color: rgb(214, 214.6, 220.4);
    border-color: rgb(197.6, 198.44, 206.56);
  }
  .alert-dark hr {
    border-top-color: rgb(183.7706349206, 184.813015873, 194.8893650794);
  }
  .alert-dark .alert-link {
    color: rgb(6.6818181818, 7.0827272727, 10.9581818182);
  }
  .alert-grey {
    color: rgb(106.08, 106.08, 106.08);
    background-color: rgb(244.8, 244.8, 244.8);
    border-color: rgb(240.72, 240.72, 240.72);
  }
  .alert-grey hr {
    border-top-color: rgb(227.97, 227.97, 227.97);
  }
  .alert-grey .alert-link {
    color: rgb(80.58, 80.58, 80.58);
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 3.077rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    display: flex;
    height: 3.077rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.9231rem;
    background-color: #f5f5f5;
    border-radius: 2px;
  }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #297ce0;
    transition: width 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none;
    }
  }
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 3.077rem 3.077rem;
  }
  .progress-bar-animated {
    animation: 2s linear infinite progress-bar-stripes;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none;
    }
  }
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-body {
    flex: 1;
  }
  .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 2px;
  }
  .list-group-item-action {
    width: 100%;
    color: #636c72;
    text-align: inherit;
  }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #636c72;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  .list-group-item-action:active {
    color: #323552;
    background-color: #dddddd;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #878787;
    pointer-events: none;
    background-color: rgb(236.3, 236.3, 236.3);
  }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  .list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
  }
  .list-group-horizontal {
    flex-direction: row;
  }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 2px;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 2px;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 2px;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 2px;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  .list-group-flush {
    border-radius: 0;
  }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px;
  }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  .list-group-item-primary {
    color: rgb(21.32, 64.48, 116.48);
    background-color: rgb(195.08, 218.32, 246.32);
  }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: rgb(21.32, 64.48, 116.48);
    background-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(21.32, 64.48, 116.48);
    border-color: rgb(21.32, 64.48, 116.48);
  }
  .list-group-item-secondary {
    color: rgb(70.2, 70.2, 70.2);
    background-color: rgb(221.4, 221.4, 221.4);
  }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: rgb(70.2, 70.2, 70.2);
    background-color: rgb(208.65, 208.65, 208.65);
  }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(70.2, 70.2, 70.2);
    border-color: rgb(70.2, 70.2, 70.2);
  }
  .list-group-item-success {
    color: rgb(100.88, 117.52, 41.08);
    background-color: rgb(237.92, 246.88, 205.72);
  }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: rgb(100.88, 117.52, 41.08);
    background-color: rgb(230.332195122, 243.2726829268, 183.8273170732);
  }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(100.88, 117.52, 41.08);
    border-color: rgb(100.88, 117.52, 41.08);
  }
  .list-group-item-info {
    color: rgb(21.32, 64.48, 116.48);
    background-color: rgb(195.08, 218.32, 246.32);
  }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: rgb(21.32, 64.48, 116.48);
    background-color: rgb(172.8065306122, 204.6853061224, 243.0934693878);
  }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(21.32, 64.48, 116.48);
    border-color: rgb(21.32, 64.48, 116.48);
  }
  .list-group-item-warning {
    color: rgb(130.52, 97.76, 2.6);
    background-color: rgb(253.88, 236.24, 185);
  }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: rgb(130.52, 97.76, 2.6);
    background-color: rgb(253.4784251969, 229.5136220472, 159.9015748031);
  }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(130.52, 97.76, 2.6);
    border-color: rgb(130.52, 97.76, 2.6);
  }
  .list-group-item-danger {
    color: rgb(124.28, 63.96, 62.4);
    background-color: rgb(250.52, 218.04, 217.2);
  }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: rgb(124.28, 63.96, 62.4);
    background-color: rgb(247.818013245, 195.7486092715, 194.401986755);
  }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(124.28, 63.96, 62.4);
    border-color: rgb(124.28, 63.96, 62.4);
  }
  .list-group-item-light {
    color: rgb(132.6, 132.6, 132.6);
    background-color: white;
  }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: rgb(132.6, 132.6, 132.6);
    background-color: rgb(242.25, 242.25, 242.25);
  }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(132.6, 132.6, 132.6);
    border-color: rgb(132.6, 132.6, 132.6);
  }
  .list-group-item-dark {
    color: rgb(26, 27.56, 42.64);
    background-color: rgb(197.6, 198.44, 206.56);
  }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: rgb(26, 27.56, 42.64);
    background-color: rgb(183.7706349206, 184.813015873, 194.8893650794);
  }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(26, 27.56, 42.64);
    border-color: rgb(26, 27.56, 42.64);
  }
  .list-group-item-grey {
    color: rgb(106.08, 106.08, 106.08);
    background-color: rgb(240.72, 240.72, 240.72);
  }
  .list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
    color: rgb(106.08, 106.08, 106.08);
    background-color: rgb(227.97, 227.97, 227.97);
  }
  .list-group-item-grey.list-group-item-action.active {
    color: #ffffff;
    background-color: rgb(106.08, 106.08, 106.08);
    border-color: rgb(106.08, 106.08, 106.08);
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  a.close.disabled {
    pointer-events: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.fade .modal-dialog {
    transform: translate(0, -50px);
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
  }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: 0.5;
  }
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.428571429;
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .modal-footer > * {
    margin: 0.25rem;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 600px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content;
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 700px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.85rem;
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: 0.9;
  }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: 0.4rem 0;
  }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0;
  }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000000;
  }
  .bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 0.4rem;
  }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000000;
  }
  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: 0.4rem 0;
  }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0;
  }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000000;
  }
  .bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 0.4rem;
  }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 2px;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.85rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 4px;
  }
  .popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: 0.5rem;
  }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
    bottom: calc(-0.5rem - 1px);
  }
  .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ffffff;
  }
  .bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: 0.5rem;
  }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 4px 0;
  }
  .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff;
  }
  .bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.5rem;
  }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
    top: calc(-0.5rem - 1px);
  }
  .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #ffffff;
  }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
  }
  .bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: 0.5rem;
  }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 4px 0;
  }
  .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff;
  }
  .popover-header {
    padding: 0.6154rem 1.077rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: rgb(247.35, 247.35, 247.35);
    border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .popover-header:empty {
    display: none;
  }
  .popover-body {
    padding: 0.6154rem 1.077rem;
    color: #323552;
  }
  .carousel {
    position: relative;
  }
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  .carousel-item-next:not(.carousel-item-left),
  .active.carousel-item-right {
    transform: translateX(100%);
  }
  .carousel-item-prev:not(.carousel-item-right),
  .active.carousel-item-left {
    transform: translateX(-100%);
  }
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none;
    }
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
      transition: none;
    }
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
  }
  .align-baseline {
    vertical-align: baseline !important;
  }
  .align-top {
    vertical-align: top !important;
  }
  .align-middle {
    vertical-align: middle !important;
  }
  .align-bottom {
    vertical-align: bottom !important;
  }
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-text-top {
    vertical-align: text-top !important;
  }
  .bg-primary {
    background-color: #297ce0 !important;
  }
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
    background-color: rgb(27.0775510204, 99.5755102041, 186.9224489796) !important;
  }
  .bg-secondary {
    background-color: #878787 !important;
  }
  a.bg-secondary:hover, a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
    background-color: rgb(109.5, 109.5, 109.5) !important;
  }
  .bg-success {
    background-color: #c2e24f !important;
  }
  a.bg-success:hover, a.bg-success:focus,
  button.bg-success:hover,
  button.bg-success:focus {
    background-color: rgb(178.4195121951, 218.0682926829, 35.9317073171) !important;
  }
  .bg-info {
    background-color: #297ce0 !important;
  }
  a.bg-info:hover, a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
    background-color: rgb(27.0775510204, 99.5755102041, 186.9224489796) !important;
  }
  .bg-warning {
    background-color: #fbbc05 !important;
  }
  a.bg-warning:hover, a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
    background-color: rgb(201.7716535433, 150.9251968504, 3.2283464567) !important;
  }
  .bg-danger {
    background-color: #ef7b78 !important;
  }
  a.bg-danger:hover, a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
    background-color: rgb(233.5960264901, 78.417218543, 74.4039735099) !important;
  }
  .bg-light {
    background-color: #ffffff !important;
  }
  a.bg-light:hover, a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
    background-color: rgb(229.5, 229.5, 229.5) !important;
  }
  .bg-dark {
    background-color: #323552 !important;
  }
  a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
    background-color: rgb(30.6818181818, 32.5227272727, 50.3181818182) !important;
  }
  .bg-grey {
    background-color: #cccccc !important;
  }
  a.bg-grey:hover, a.bg-grey:focus,
  button.bg-grey:hover,
  button.bg-grey:focus {
    background-color: rgb(178.5, 178.5, 178.5) !important;
  }
  .bg-white {
    background-color: #ffffff !important;
  }
  .bg-transparent {
    background-color: transparent !important;
  }
  .border {
    border: 1px solid #dee2e6 !important;
  }
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-top-0 {
    border-top: 0 !important;
  }
  .border-right-0 {
    border-right: 0 !important;
  }
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-left-0 {
    border-left: 0 !important;
  }
  .border-primary {
    border-color: #297ce0 !important;
  }
  .border-secondary {
    border-color: #878787 !important;
  }
  .border-success {
    border-color: #c2e24f !important;
  }
  .border-info {
    border-color: #297ce0 !important;
  }
  .border-warning {
    border-color: #fbbc05 !important;
  }
  .border-danger {
    border-color: #ef7b78 !important;
  }
  .border-light {
    border-color: #ffffff !important;
  }
  .border-dark {
    border-color: #323552 !important;
  }
  .border-grey {
    border-color: #cccccc !important;
  }
  .border-white {
    border-color: #ffffff !important;
  }
  .rounded-sm {
    border-radius: 2px !important;
  }
  .rounded {
    border-radius: 2px !important;
  }
  .rounded-top {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-right {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-bottom {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-left {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-lg {
    border-radius: 4px !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .rounded-pill {
    border-radius: 50rem !important;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-table {
    display: table !important;
  }
  .d-table-row {
    display: table-row !important;
  }
  .d-table-cell {
    display: table-cell !important;
  }
  .d-flex {
    display: flex !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: flex !important;
    }
    .d-md-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
  }
  @media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: flex !important;
    }
    .d-print-inline-flex {
      display: inline-flex !important;
    }
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-21by9::before {
    padding-top: 42.85714286%;
  }
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fill {
    flex: 1 1 auto !important;
  }
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-start {
    justify-content: flex-start !important;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .justify-content-around {
    justify-content: space-around !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .align-items-baseline {
    align-items: baseline !important;
  }
  .align-items-stretch {
    align-items: stretch !important;
  }
  .align-content-start {
    align-content: flex-start !important;
  }
  .align-content-end {
    align-content: flex-end !important;
  }
  .align-content-center {
    align-content: center !important;
  }
  .align-content-between {
    align-content: space-between !important;
  }
  .align-content-around {
    align-content: space-around !important;
  }
  .align-content-stretch {
    align-content: stretch !important;
  }
  .align-self-auto {
    align-self: auto !important;
  }
  .align-self-start {
    align-self: flex-start !important;
  }
  .align-self-end {
    align-self: flex-end !important;
  }
  .align-self-center {
    align-self: center !important;
  }
  .align-self-baseline {
    align-self: baseline !important;
  }
  .align-self-stretch {
    align-self: stretch !important;
  }
  @media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important;
    }
    .flex-sm-column {
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
      flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      justify-content: center !important;
    }
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
    .align-items-sm-start {
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      align-items: center !important;
    }
    .align-items-sm-baseline {
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      align-items: stretch !important;
    }
    .align-content-sm-start {
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      align-content: center !important;
    }
    .align-content-sm-between {
      align-content: space-between !important;
    }
    .align-content-sm-around {
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      align-self: auto !important;
    }
    .align-self-sm-start {
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      align-self: center !important;
    }
    .align-self-sm-baseline {
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important;
    }
    .flex-md-column {
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
      flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      justify-content: center !important;
    }
    .justify-content-md-between {
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      justify-content: space-around !important;
    }
    .align-items-md-start {
      align-items: flex-start !important;
    }
    .align-items-md-end {
      align-items: flex-end !important;
    }
    .align-items-md-center {
      align-items: center !important;
    }
    .align-items-md-baseline {
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      align-items: stretch !important;
    }
    .align-content-md-start {
      align-content: flex-start !important;
    }
    .align-content-md-end {
      align-content: flex-end !important;
    }
    .align-content-md-center {
      align-content: center !important;
    }
    .align-content-md-between {
      align-content: space-between !important;
    }
    .align-content-md-around {
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      align-content: stretch !important;
    }
    .align-self-md-auto {
      align-self: auto !important;
    }
    .align-self-md-start {
      align-self: flex-start !important;
    }
    .align-self-md-end {
      align-self: flex-end !important;
    }
    .align-self-md-center {
      align-self: center !important;
    }
    .align-self-md-baseline {
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important;
    }
    .flex-lg-column {
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
      flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      justify-content: center !important;
    }
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      align-items: center !important;
    }
    .align-items-lg-baseline {
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      align-items: stretch !important;
    }
    .align-content-lg-start {
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      align-content: center !important;
    }
    .align-content-lg-between {
      align-content: space-between !important;
    }
    .align-content-lg-around {
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      align-self: auto !important;
    }
    .align-self-lg-start {
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      align-self: center !important;
    }
    .align-self-lg-baseline {
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important;
    }
    .flex-xl-column {
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
      flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      justify-content: center !important;
    }
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
    .align-items-xl-start {
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      align-items: center !important;
    }
    .align-items-xl-baseline {
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      align-items: stretch !important;
    }
    .align-content-xl-start {
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      align-content: center !important;
    }
    .align-content-xl-between {
      align-content: space-between !important;
    }
    .align-content-xl-around {
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      align-self: auto !important;
    }
    .align-self-xl-start {
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      align-self: center !important;
    }
    .align-self-xl-baseline {
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      align-self: stretch !important;
    }
  }
  .float-left {
    float: left !important;
  }
  .float-right {
    float: right !important;
  }
  .float-none {
    float: none !important;
  }
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
    .float-sm-right {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
    .float-md-right {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
    .float-lg-left {
      float: left !important;
    }
    .float-lg-right {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
    .float-xl-right {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
  }
  .user-select-all {
    user-select: all !important;
  }
  .user-select-auto {
    user-select: auto !important;
  }
  .user-select-none {
    user-select: none !important;
  }
  .overflow-auto {
    overflow: auto !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: sticky !important;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  @supports (position: sticky) {
    .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  .shadow-none {
    box-shadow: none !important;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto !important;
  }
  .h-25 {
    height: 25% !important;
  }
  .h-50 {
    height: 50% !important;
  }
  .h-75 {
    height: 75% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-auto {
    height: auto !important;
  }
  .mw-100 {
    max-width: 100% !important;
  }
  .mh-100 {
    max-height: 100% !important;
  }
  .min-vw-100 {
    min-width: 100vw !important;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }
  .vw-100 {
    width: 100vw !important;
  }
  .vh-100 {
    height: 100vh !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .m-1 {
    margin: 0.3846153846rem !important;
  }
  .mt-1,
  .my-1 {
    margin-top: 0.3846153846rem !important;
  }
  .mr-1,
  .mx-1 {
    margin-right: 0.3846153846rem !important;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 0.3846153846rem !important;
  }
  .ml-1,
  .mx-1 {
    margin-left: 0.3846153846rem !important;
  }
  .m-2 {
    margin: 0.7692307692rem !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.7692307692rem !important;
  }
  .mr-2,
  .mx-2 {
    margin-right: 0.7692307692rem !important;
  }
  .mb-2,
  .my-2 {
    margin-bottom: 0.7692307692rem !important;
  }
  .ml-2,
  .mx-2 {
    margin-left: 0.7692307692rem !important;
  }
  .m-3 {
    margin: 1.154rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 1.154rem !important;
  }
  .mr-3,
  .mx-3 {
    margin-right: 1.154rem !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 1.154rem !important;
  }
  .ml-3,
  .mx-3 {
    margin-left: 1.154rem !important;
  }
  .m-4 {
    margin: 1.539rem !important;
  }
  .mt-4,
  .my-4 {
    margin-top: 1.539rem !important;
  }
  .mr-4,
  .mx-4 {
    margin-right: 1.539rem !important;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 1.539rem !important;
  }
  .ml-4,
  .mx-4 {
    margin-left: 1.539rem !important;
  }
  .m-5 {
    margin: 1.923rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 1.923rem !important;
  }
  .mr-5,
  .mx-5 {
    margin-right: 1.923rem !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 1.923rem !important;
  }
  .ml-5,
  .mx-5 {
    margin-left: 1.923rem !important;
  }
  .m-6 {
    margin: 2.308rem !important;
  }
  .mt-6,
  .my-6 {
    margin-top: 2.308rem !important;
  }
  .mr-6,
  .mx-6 {
    margin-right: 2.308rem !important;
  }
  .mb-6,
  .my-6 {
    margin-bottom: 2.308rem !important;
  }
  .ml-6,
  .mx-6 {
    margin-left: 2.308rem !important;
  }
  .m-7 {
    margin: 3.077rem !important;
  }
  .mt-7,
  .my-7 {
    margin-top: 3.077rem !important;
  }
  .mr-7,
  .mx-7 {
    margin-right: 3.077rem !important;
  }
  .mb-7,
  .my-7 {
    margin-bottom: 3.077rem !important;
  }
  .ml-7,
  .mx-7 {
    margin-left: 3.077rem !important;
  }
  .m-8 {
    margin: 3.851rem !important;
  }
  .mt-8,
  .my-8 {
    margin-top: 3.851rem !important;
  }
  .mr-8,
  .mx-8 {
    margin-right: 3.851rem !important;
  }
  .mb-8,
  .my-8 {
    margin-bottom: 3.851rem !important;
  }
  .ml-8,
  .mx-8 {
    margin-left: 3.851rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  .p-1 {
    padding: 0.3846153846rem !important;
  }
  .pt-1,
  .py-1 {
    padding-top: 0.3846153846rem !important;
  }
  .pr-1,
  .px-1 {
    padding-right: 0.3846153846rem !important;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 0.3846153846rem !important;
  }
  .pl-1,
  .px-1 {
    padding-left: 0.3846153846rem !important;
  }
  .p-2 {
    padding: 0.7692307692rem !important;
  }
  .pt-2,
  .py-2 {
    padding-top: 0.7692307692rem !important;
  }
  .pr-2,
  .px-2 {
    padding-right: 0.7692307692rem !important;
  }
  .pb-2,
  .py-2 {
    padding-bottom: 0.7692307692rem !important;
  }
  .pl-2,
  .px-2 {
    padding-left: 0.7692307692rem !important;
  }
  .p-3 {
    padding: 1.154rem !important;
  }
  .pt-3,
  .py-3 {
    padding-top: 1.154rem !important;
  }
  .pr-3,
  .px-3 {
    padding-right: 1.154rem !important;
  }
  .pb-3,
  .py-3 {
    padding-bottom: 1.154rem !important;
  }
  .pl-3,
  .px-3 {
    padding-left: 1.154rem !important;
  }
  .p-4 {
    padding: 1.539rem !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 1.539rem !important;
  }
  .pr-4,
  .px-4 {
    padding-right: 1.539rem !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 1.539rem !important;
  }
  .pl-4,
  .px-4 {
    padding-left: 1.539rem !important;
  }
  .p-5 {
    padding: 1.923rem !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 1.923rem !important;
  }
  .pr-5,
  .px-5 {
    padding-right: 1.923rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 1.923rem !important;
  }
  .pl-5,
  .px-5 {
    padding-left: 1.923rem !important;
  }
  .p-6 {
    padding: 2.308rem !important;
  }
  .pt-6,
  .py-6 {
    padding-top: 2.308rem !important;
  }
  .pr-6,
  .px-6 {
    padding-right: 2.308rem !important;
  }
  .pb-6,
  .py-6 {
    padding-bottom: 2.308rem !important;
  }
  .pl-6,
  .px-6 {
    padding-left: 2.308rem !important;
  }
  .p-7 {
    padding: 3.077rem !important;
  }
  .pt-7,
  .py-7 {
    padding-top: 3.077rem !important;
  }
  .pr-7,
  .px-7 {
    padding-right: 3.077rem !important;
  }
  .pb-7,
  .py-7 {
    padding-bottom: 3.077rem !important;
  }
  .pl-7,
  .px-7 {
    padding-left: 3.077rem !important;
  }
  .p-8 {
    padding: 3.851rem !important;
  }
  .pt-8,
  .py-8 {
    padding-top: 3.851rem !important;
  }
  .pr-8,
  .px-8 {
    padding-right: 3.851rem !important;
  }
  .pb-8,
  .py-8 {
    padding-bottom: 3.851rem !important;
  }
  .pl-8,
  .px-8 {
    padding-left: 3.851rem !important;
  }
  .m-n1 {
    margin: -0.3846153846rem !important;
  }
  .mt-n1,
  .my-n1 {
    margin-top: -0.3846153846rem !important;
  }
  .mr-n1,
  .mx-n1 {
    margin-right: -0.3846153846rem !important;
  }
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.3846153846rem !important;
  }
  .ml-n1,
  .mx-n1 {
    margin-left: -0.3846153846rem !important;
  }
  .m-n2 {
    margin: -0.7692307692rem !important;
  }
  .mt-n2,
  .my-n2 {
    margin-top: -0.7692307692rem !important;
  }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.7692307692rem !important;
  }
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.7692307692rem !important;
  }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.7692307692rem !important;
  }
  .m-n3 {
    margin: -1.154rem !important;
  }
  .mt-n3,
  .my-n3 {
    margin-top: -1.154rem !important;
  }
  .mr-n3,
  .mx-n3 {
    margin-right: -1.154rem !important;
  }
  .mb-n3,
  .my-n3 {
    margin-bottom: -1.154rem !important;
  }
  .ml-n3,
  .mx-n3 {
    margin-left: -1.154rem !important;
  }
  .m-n4 {
    margin: -1.539rem !important;
  }
  .mt-n4,
  .my-n4 {
    margin-top: -1.539rem !important;
  }
  .mr-n4,
  .mx-n4 {
    margin-right: -1.539rem !important;
  }
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.539rem !important;
  }
  .ml-n4,
  .mx-n4 {
    margin-left: -1.539rem !important;
  }
  .m-n5 {
    margin: -1.923rem !important;
  }
  .mt-n5,
  .my-n5 {
    margin-top: -1.923rem !important;
  }
  .mr-n5,
  .mx-n5 {
    margin-right: -1.923rem !important;
  }
  .mb-n5,
  .my-n5 {
    margin-bottom: -1.923rem !important;
  }
  .ml-n5,
  .mx-n5 {
    margin-left: -1.923rem !important;
  }
  .m-n6 {
    margin: -2.308rem !important;
  }
  .mt-n6,
  .my-n6 {
    margin-top: -2.308rem !important;
  }
  .mr-n6,
  .mx-n6 {
    margin-right: -2.308rem !important;
  }
  .mb-n6,
  .my-n6 {
    margin-bottom: -2.308rem !important;
  }
  .ml-n6,
  .mx-n6 {
    margin-left: -2.308rem !important;
  }
  .m-n7 {
    margin: -3.077rem !important;
  }
  .mt-n7,
  .my-n7 {
    margin-top: -3.077rem !important;
  }
  .mr-n7,
  .mx-n7 {
    margin-right: -3.077rem !important;
  }
  .mb-n7,
  .my-n7 {
    margin-bottom: -3.077rem !important;
  }
  .ml-n7,
  .mx-n7 {
    margin-left: -3.077rem !important;
  }
  .m-n8 {
    margin: -3.851rem !important;
  }
  .mt-n8,
  .my-n8 {
    margin-top: -3.851rem !important;
  }
  .mr-n8,
  .mx-n8 {
    margin-right: -3.851rem !important;
  }
  .mb-n8,
  .my-n8 {
    margin-bottom: -3.851rem !important;
  }
  .ml-n8,
  .mx-n8 {
    margin-left: -3.851rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.3846153846rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.3846153846rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.3846153846rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.3846153846rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.3846153846rem !important;
    }
    .m-sm-2 {
      margin: 0.7692307692rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.7692307692rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.7692307692rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.7692307692rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.7692307692rem !important;
    }
    .m-sm-3 {
      margin: 1.154rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1.154rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1.154rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1.154rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1.154rem !important;
    }
    .m-sm-4 {
      margin: 1.539rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.539rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.539rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.539rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.539rem !important;
    }
    .m-sm-5 {
      margin: 1.923rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 1.923rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 1.923rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 1.923rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 1.923rem !important;
    }
    .m-sm-6 {
      margin: 2.308rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
      margin-top: 2.308rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
      margin-right: 2.308rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
      margin-bottom: 2.308rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
      margin-left: 2.308rem !important;
    }
    .m-sm-7 {
      margin: 3.077rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
      margin-top: 3.077rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
      margin-right: 3.077rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
      margin-bottom: 3.077rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
      margin-left: 3.077rem !important;
    }
    .m-sm-8 {
      margin: 3.851rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
      margin-top: 3.851rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
      margin-right: 3.851rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
      margin-bottom: 3.851rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
      margin-left: 3.851rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.3846153846rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.3846153846rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.3846153846rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.3846153846rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.3846153846rem !important;
    }
    .p-sm-2 {
      padding: 0.7692307692rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.7692307692rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.7692307692rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.7692307692rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.7692307692rem !important;
    }
    .p-sm-3 {
      padding: 1.154rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1.154rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1.154rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1.154rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1.154rem !important;
    }
    .p-sm-4 {
      padding: 1.539rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.539rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.539rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.539rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.539rem !important;
    }
    .p-sm-5 {
      padding: 1.923rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 1.923rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 1.923rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 1.923rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 1.923rem !important;
    }
    .p-sm-6 {
      padding: 2.308rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
      padding-top: 2.308rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
      padding-right: 2.308rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
      padding-bottom: 2.308rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
      padding-left: 2.308rem !important;
    }
    .p-sm-7 {
      padding: 3.077rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
      padding-top: 3.077rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
      padding-right: 3.077rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
      padding-bottom: 3.077rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
      padding-left: 3.077rem !important;
    }
    .p-sm-8 {
      padding: 3.851rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
      padding-top: 3.851rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
      padding-right: 3.851rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
      padding-bottom: 3.851rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
      padding-left: 3.851rem !important;
    }
    .m-sm-n1 {
      margin: -0.3846153846rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.3846153846rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.3846153846rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.3846153846rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.3846153846rem !important;
    }
    .m-sm-n2 {
      margin: -0.7692307692rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.7692307692rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.7692307692rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.7692307692rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.7692307692rem !important;
    }
    .m-sm-n3 {
      margin: -1.154rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1.154rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1.154rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1.154rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1.154rem !important;
    }
    .m-sm-n4 {
      margin: -1.539rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.539rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.539rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.539rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.539rem !important;
    }
    .m-sm-n5 {
      margin: -1.923rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -1.923rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -1.923rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -1.923rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -1.923rem !important;
    }
    .m-sm-n6 {
      margin: -2.308rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
      margin-top: -2.308rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
      margin-right: -2.308rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
      margin-bottom: -2.308rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
      margin-left: -2.308rem !important;
    }
    .m-sm-n7 {
      margin: -3.077rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
      margin-top: -3.077rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
      margin-right: -3.077rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
      margin-bottom: -3.077rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
      margin-left: -3.077rem !important;
    }
    .m-sm-n8 {
      margin: -3.851rem !important;
    }
    .mt-sm-n8,
    .my-sm-n8 {
      margin-top: -3.851rem !important;
    }
    .mr-sm-n8,
    .mx-sm-n8 {
      margin-right: -3.851rem !important;
    }
    .mb-sm-n8,
    .my-sm-n8 {
      margin-bottom: -3.851rem !important;
    }
    .ml-sm-n8,
    .mx-sm-n8 {
      margin-left: -3.851rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.3846153846rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.3846153846rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.3846153846rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.3846153846rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.3846153846rem !important;
    }
    .m-md-2 {
      margin: 0.7692307692rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.7692307692rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.7692307692rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.7692307692rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.7692307692rem !important;
    }
    .m-md-3 {
      margin: 1.154rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1.154rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1.154rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1.154rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1.154rem !important;
    }
    .m-md-4 {
      margin: 1.539rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.539rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.539rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.539rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.539rem !important;
    }
    .m-md-5 {
      margin: 1.923rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 1.923rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 1.923rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 1.923rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 1.923rem !important;
    }
    .m-md-6 {
      margin: 2.308rem !important;
    }
    .mt-md-6,
    .my-md-6 {
      margin-top: 2.308rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
      margin-right: 2.308rem !important;
    }
    .mb-md-6,
    .my-md-6 {
      margin-bottom: 2.308rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
      margin-left: 2.308rem !important;
    }
    .m-md-7 {
      margin: 3.077rem !important;
    }
    .mt-md-7,
    .my-md-7 {
      margin-top: 3.077rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
      margin-right: 3.077rem !important;
    }
    .mb-md-7,
    .my-md-7 {
      margin-bottom: 3.077rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
      margin-left: 3.077rem !important;
    }
    .m-md-8 {
      margin: 3.851rem !important;
    }
    .mt-md-8,
    .my-md-8 {
      margin-top: 3.851rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
      margin-right: 3.851rem !important;
    }
    .mb-md-8,
    .my-md-8 {
      margin-bottom: 3.851rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
      margin-left: 3.851rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.3846153846rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.3846153846rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.3846153846rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.3846153846rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.3846153846rem !important;
    }
    .p-md-2 {
      padding: 0.7692307692rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.7692307692rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.7692307692rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.7692307692rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.7692307692rem !important;
    }
    .p-md-3 {
      padding: 1.154rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1.154rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1.154rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1.154rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1.154rem !important;
    }
    .p-md-4 {
      padding: 1.539rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.539rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.539rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.539rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.539rem !important;
    }
    .p-md-5 {
      padding: 1.923rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 1.923rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 1.923rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 1.923rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 1.923rem !important;
    }
    .p-md-6 {
      padding: 2.308rem !important;
    }
    .pt-md-6,
    .py-md-6 {
      padding-top: 2.308rem !important;
    }
    .pr-md-6,
    .px-md-6 {
      padding-right: 2.308rem !important;
    }
    .pb-md-6,
    .py-md-6 {
      padding-bottom: 2.308rem !important;
    }
    .pl-md-6,
    .px-md-6 {
      padding-left: 2.308rem !important;
    }
    .p-md-7 {
      padding: 3.077rem !important;
    }
    .pt-md-7,
    .py-md-7 {
      padding-top: 3.077rem !important;
    }
    .pr-md-7,
    .px-md-7 {
      padding-right: 3.077rem !important;
    }
    .pb-md-7,
    .py-md-7 {
      padding-bottom: 3.077rem !important;
    }
    .pl-md-7,
    .px-md-7 {
      padding-left: 3.077rem !important;
    }
    .p-md-8 {
      padding: 3.851rem !important;
    }
    .pt-md-8,
    .py-md-8 {
      padding-top: 3.851rem !important;
    }
    .pr-md-8,
    .px-md-8 {
      padding-right: 3.851rem !important;
    }
    .pb-md-8,
    .py-md-8 {
      padding-bottom: 3.851rem !important;
    }
    .pl-md-8,
    .px-md-8 {
      padding-left: 3.851rem !important;
    }
    .m-md-n1 {
      margin: -0.3846153846rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.3846153846rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.3846153846rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.3846153846rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.3846153846rem !important;
    }
    .m-md-n2 {
      margin: -0.7692307692rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.7692307692rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.7692307692rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.7692307692rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.7692307692rem !important;
    }
    .m-md-n3 {
      margin: -1.154rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1.154rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1.154rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1.154rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1.154rem !important;
    }
    .m-md-n4 {
      margin: -1.539rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.539rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.539rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.539rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.539rem !important;
    }
    .m-md-n5 {
      margin: -1.923rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -1.923rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -1.923rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -1.923rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -1.923rem !important;
    }
    .m-md-n6 {
      margin: -2.308rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
      margin-top: -2.308rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
      margin-right: -2.308rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
      margin-bottom: -2.308rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
      margin-left: -2.308rem !important;
    }
    .m-md-n7 {
      margin: -3.077rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
      margin-top: -3.077rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
      margin-right: -3.077rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
      margin-bottom: -3.077rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
      margin-left: -3.077rem !important;
    }
    .m-md-n8 {
      margin: -3.851rem !important;
    }
    .mt-md-n8,
    .my-md-n8 {
      margin-top: -3.851rem !important;
    }
    .mr-md-n8,
    .mx-md-n8 {
      margin-right: -3.851rem !important;
    }
    .mb-md-n8,
    .my-md-n8 {
      margin-bottom: -3.851rem !important;
    }
    .ml-md-n8,
    .mx-md-n8 {
      margin-left: -3.851rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.3846153846rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.3846153846rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.3846153846rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.3846153846rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.3846153846rem !important;
    }
    .m-lg-2 {
      margin: 0.7692307692rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.7692307692rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.7692307692rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.7692307692rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.7692307692rem !important;
    }
    .m-lg-3 {
      margin: 1.154rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1.154rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1.154rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1.154rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1.154rem !important;
    }
    .m-lg-4 {
      margin: 1.539rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.539rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.539rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.539rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.539rem !important;
    }
    .m-lg-5 {
      margin: 1.923rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 1.923rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 1.923rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 1.923rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 1.923rem !important;
    }
    .m-lg-6 {
      margin: 2.308rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
      margin-top: 2.308rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
      margin-right: 2.308rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
      margin-bottom: 2.308rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
      margin-left: 2.308rem !important;
    }
    .m-lg-7 {
      margin: 3.077rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
      margin-top: 3.077rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
      margin-right: 3.077rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
      margin-bottom: 3.077rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
      margin-left: 3.077rem !important;
    }
    .m-lg-8 {
      margin: 3.851rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
      margin-top: 3.851rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
      margin-right: 3.851rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
      margin-bottom: 3.851rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
      margin-left: 3.851rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.3846153846rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.3846153846rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.3846153846rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.3846153846rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.3846153846rem !important;
    }
    .p-lg-2 {
      padding: 0.7692307692rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.7692307692rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.7692307692rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.7692307692rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.7692307692rem !important;
    }
    .p-lg-3 {
      padding: 1.154rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1.154rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1.154rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1.154rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1.154rem !important;
    }
    .p-lg-4 {
      padding: 1.539rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.539rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.539rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.539rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.539rem !important;
    }
    .p-lg-5 {
      padding: 1.923rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 1.923rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 1.923rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 1.923rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 1.923rem !important;
    }
    .p-lg-6 {
      padding: 2.308rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
      padding-top: 2.308rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
      padding-right: 2.308rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
      padding-bottom: 2.308rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
      padding-left: 2.308rem !important;
    }
    .p-lg-7 {
      padding: 3.077rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
      padding-top: 3.077rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
      padding-right: 3.077rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
      padding-bottom: 3.077rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
      padding-left: 3.077rem !important;
    }
    .p-lg-8 {
      padding: 3.851rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
      padding-top: 3.851rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
      padding-right: 3.851rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
      padding-bottom: 3.851rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
      padding-left: 3.851rem !important;
    }
    .m-lg-n1 {
      margin: -0.3846153846rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.3846153846rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.3846153846rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.3846153846rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.3846153846rem !important;
    }
    .m-lg-n2 {
      margin: -0.7692307692rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.7692307692rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.7692307692rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.7692307692rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.7692307692rem !important;
    }
    .m-lg-n3 {
      margin: -1.154rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1.154rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1.154rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1.154rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1.154rem !important;
    }
    .m-lg-n4 {
      margin: -1.539rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.539rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.539rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.539rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.539rem !important;
    }
    .m-lg-n5 {
      margin: -1.923rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -1.923rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -1.923rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -1.923rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -1.923rem !important;
    }
    .m-lg-n6 {
      margin: -2.308rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
      margin-top: -2.308rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
      margin-right: -2.308rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
      margin-bottom: -2.308rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
      margin-left: -2.308rem !important;
    }
    .m-lg-n7 {
      margin: -3.077rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
      margin-top: -3.077rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
      margin-right: -3.077rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
      margin-bottom: -3.077rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
      margin-left: -3.077rem !important;
    }
    .m-lg-n8 {
      margin: -3.851rem !important;
    }
    .mt-lg-n8,
    .my-lg-n8 {
      margin-top: -3.851rem !important;
    }
    .mr-lg-n8,
    .mx-lg-n8 {
      margin-right: -3.851rem !important;
    }
    .mb-lg-n8,
    .my-lg-n8 {
      margin-bottom: -3.851rem !important;
    }
    .ml-lg-n8,
    .mx-lg-n8 {
      margin-left: -3.851rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.3846153846rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.3846153846rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.3846153846rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.3846153846rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.3846153846rem !important;
    }
    .m-xl-2 {
      margin: 0.7692307692rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.7692307692rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.7692307692rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.7692307692rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.7692307692rem !important;
    }
    .m-xl-3 {
      margin: 1.154rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1.154rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1.154rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1.154rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1.154rem !important;
    }
    .m-xl-4 {
      margin: 1.539rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.539rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.539rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.539rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.539rem !important;
    }
    .m-xl-5 {
      margin: 1.923rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 1.923rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 1.923rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 1.923rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 1.923rem !important;
    }
    .m-xl-6 {
      margin: 2.308rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
      margin-top: 2.308rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
      margin-right: 2.308rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
      margin-bottom: 2.308rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
      margin-left: 2.308rem !important;
    }
    .m-xl-7 {
      margin: 3.077rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
      margin-top: 3.077rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
      margin-right: 3.077rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
      margin-bottom: 3.077rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
      margin-left: 3.077rem !important;
    }
    .m-xl-8 {
      margin: 3.851rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
      margin-top: 3.851rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
      margin-right: 3.851rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
      margin-bottom: 3.851rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
      margin-left: 3.851rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.3846153846rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.3846153846rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.3846153846rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.3846153846rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.3846153846rem !important;
    }
    .p-xl-2 {
      padding: 0.7692307692rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.7692307692rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.7692307692rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.7692307692rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.7692307692rem !important;
    }
    .p-xl-3 {
      padding: 1.154rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1.154rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1.154rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1.154rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1.154rem !important;
    }
    .p-xl-4 {
      padding: 1.539rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.539rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.539rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.539rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.539rem !important;
    }
    .p-xl-5 {
      padding: 1.923rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 1.923rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 1.923rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 1.923rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 1.923rem !important;
    }
    .p-xl-6 {
      padding: 2.308rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
      padding-top: 2.308rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
      padding-right: 2.308rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
      padding-bottom: 2.308rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
      padding-left: 2.308rem !important;
    }
    .p-xl-7 {
      padding: 3.077rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
      padding-top: 3.077rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
      padding-right: 3.077rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
      padding-bottom: 3.077rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
      padding-left: 3.077rem !important;
    }
    .p-xl-8 {
      padding: 3.851rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
      padding-top: 3.851rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
      padding-right: 3.851rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
      padding-bottom: 3.851rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
      padding-left: 3.851rem !important;
    }
    .m-xl-n1 {
      margin: -0.3846153846rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.3846153846rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.3846153846rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.3846153846rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.3846153846rem !important;
    }
    .m-xl-n2 {
      margin: -0.7692307692rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.7692307692rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.7692307692rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.7692307692rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.7692307692rem !important;
    }
    .m-xl-n3 {
      margin: -1.154rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1.154rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1.154rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1.154rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1.154rem !important;
    }
    .m-xl-n4 {
      margin: -1.539rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.539rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.539rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.539rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.539rem !important;
    }
    .m-xl-n5 {
      margin: -1.923rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -1.923rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -1.923rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -1.923rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -1.923rem !important;
    }
    .m-xl-n6 {
      margin: -2.308rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
      margin-top: -2.308rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
      margin-right: -2.308rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
      margin-bottom: -2.308rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
      margin-left: -2.308rem !important;
    }
    .m-xl-n7 {
      margin: -3.077rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
      margin-top: -3.077rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
      margin-right: -3.077rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
      margin-bottom: -3.077rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
      margin-left: -3.077rem !important;
    }
    .m-xl-n8 {
      margin: -3.851rem !important;
    }
    .mt-xl-n8,
    .my-xl-n8 {
      margin-top: -3.851rem !important;
    }
    .mr-xl-n8,
    .mx-xl-n8 {
      margin-right: -3.851rem !important;
    }
    .mb-xl-n8,
    .my-xl-n8 {
      margin-bottom: -3.851rem !important;
    }
    .ml-xl-n8,
    .mx-xl-n8 {
      margin-left: -3.851rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  .text-justify {
    text-align: justify !important;
  }
  .text-wrap {
    white-space: normal !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
    .text-sm-right {
      text-align: right !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
    .text-md-right {
      text-align: right !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important;
    }
    .text-lg-right {
      text-align: right !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
    .text-xl-right {
      text-align: right !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .font-weight-light {
    font-weight: 300 !important;
  }
  .font-weight-lighter {
    font-weight: lighter !important;
  }
  .font-weight-normal {
    font-weight: 400 !important;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  .font-weight-bolder {
    font-weight: bolder !important;
  }
  .font-italic {
    font-style: italic !important;
  }
  .text-white {
    color: #ffffff !important;
  }
  .text-primary {
    color: #297ce0 !important;
  }
  a.text-primary:hover, a.text-primary:focus {
    color: rgb(23.8510204082, 87.7102040816, 164.6489795918) !important;
  }
  .text-secondary {
    color: #878787 !important;
  }
  a.text-secondary:hover, a.text-secondary:focus {
    color: rgb(96.75, 96.75, 96.75) !important;
  }
  .text-success {
    color: #c2e24f !important;
  }
  a.text-success:hover, a.text-success:focus {
    color: rgb(160.5073170732, 196.1756097561, 32.3243902439) !important;
  }
  .text-info {
    color: #297ce0 !important;
  }
  a.text-info:hover, a.text-info:focus {
    color: rgb(23.8510204082, 87.7102040816, 164.6489795918) !important;
  }
  .text-warning {
    color: #fbbc05 !important;
  }
  a.text-warning:hover, a.text-warning:focus {
    color: rgb(176.6732283465, 132.1515748031, 2.8267716535) !important;
  }
  .text-danger {
    color: #ef7b78 !important;
  }
  a.text-danger:hover, a.text-danger:focus {
    color: rgb(230.8940397351, 56.1258278146, 51.6059602649) !important;
  }
  .text-light {
    color: #ffffff !important;
  }
  a.text-light:hover, a.text-light:focus {
    color: rgb(216.75, 216.75, 216.75) !important;
  }
  .text-dark {
    color: #323552 !important;
  }
  a.text-dark:hover, a.text-dark:focus {
    color: rgb(21.0227272727, 22.2840909091, 34.4772727273) !important;
  }
  .text-grey {
    color: #cccccc !important;
  }
  a.text-grey:hover, a.text-grey:focus {
    color: rgb(165.75, 165.75, 165.75) !important;
  }
  .text-body {
    color: #323552 !important;
  }
  .text-muted {
    color: #878787 !important;
  }
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }
  .text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
  }
  .text-reset {
    color: inherit !important;
  }
  .visible {
    visibility: visible !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  /*------------------------------------------------------------------
  [General elements style]
  */
  html {
    height: 100%;
    overflow-x: hidden;
    font-size: 13.5px;
  }
  body {
    padding: 0;
    padding-right: 0 !important;
    background-color: #f1f5f9;
    height: 100%;
    line-height: 1.2em;
  }
  body.be-alt-bg {
    background-color: rgb(233.86, 239.9, 245.94);
  }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
  }
  p {
    font-size: inherit;
    line-height: 21px;
  }
  .activeLink {
    color: #4285f4 !important;
    cursor: pointer;
  }
  .isInvalid {
    border: 1px solid #ea4335;
  }
  canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .tableIcon {
    font-size: 17px;
  }
  .errorRow {
    background-color: rgba(255, 0, 0, 0.0784313725) !important;
  }
  .pendingRow {
    background-color: rgba(111, 133, 187, 0.0784313725) !important;
  }
  .successRow {
    background-color: rgba(60, 168, 90, 0.1803921569) !important;
  }
  .text-extra-muted {
    color: #cbcbcb;
  }
  .cursorPointer {
    cursor: pointer;
  }
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .iconSpin {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
  }
  .be-left-sidebar .left-sidebar-scroll {
    overflow-y: auto !important;
  }
  .left-sidebar-toggle:before {
    content: "\f197" !important;
    float: right;
    font-family: "Material Icons";
    font-size: 2.077rem;
    line-height: 22px;
    color: #c5c5c5;
    position: relative;
    top: 7px;
    left: -10px;
  }
  @media (max-width: 1000px) and (min-width: 767.98px) {
    .be-left-sidebar {
      width: 175px !important;
    }
    .be-content {
      margin-left: 175px !important;
    }
  }
  .addTransition {
    transition: all 0.3s ease;
  }
  .searchButtonContainer {
    float: right;
  }
  .searchButtonContainer:after {
    clear: both;
  }
  #chartLegends {
    display: flex;
    justify-content: center;
  }
  #chartLegends .legendBlock {
    text-align: center;
  }
  #chartLegends .legendBlock:before {
    content: "";
    width: 40px;
    height: 12px;
    background-color: rgba(50, 53, 82, 0.89);
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 10px 0 15px;
  }
  #chartLegends .legendBlock.daysActive:before {
    background-color: rgba(41, 124, 224, 0.89);
  }
  #chartLegends .legendBlock.overageCharge:before {
    background-color: rgba(239, 123, 120, 0.89);
  }
  #chartLegends .legendBlock.predictedMonthFee:before {
    background-color: rgba(50, 53, 82, 0.65);
  }
  #chartLegends .legendBlock.predictedMonthOverage:before {
    background-color: rgba(239, 123, 120, 0.65);
  }
  body.modal-open {
    overflow: visible;
  }
  .spinnerContainer {
    position: relative;
    padding-bottom: 30px;
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #5087ec;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: loaderSpin 1s infinite linear;
  }
  @keyframes loaderSpin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .datePickerButton {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .multipleDatePickerContainerLeft {
    position: relative;
  }
  .multipleDatePickerContainerLeft span {
    position: absolute;
    right: -5px;
    top: 25px;
  }
  #forgotPasswordGoBack {
    position: absolute;
    font-size: 25px;
    top: 20px;
    left: 20px;
  }
  .g-recaptcha {
    position: relative;
    left: 20px;
  }
  .cloudloopEmailLink {
    position: absolute;
    bottom: -35px;
    opacity: 0.5;
    right: 50%;
    transform: translate(50%);
  }
  #csvTable {
    max-height: 500px;
    overflow-y: auto;
  }
  .csvObjectsCount {
    position: relative;
    top: 34px;
  }
  .tableParent {
    display: block;
    overflow-x: auto;
    width: 100%;
    max-height: 80vh;
    overflow-y: overlay;
  }
  .tableParent tr td:last-child,
  .tableParent tr th:last-child {
    padding-right: 25px !important;
  }
  .greyRow {
    background-color: #f5f5f5;
  }
  .form-group.row label {
    white-space: inherit !important;
  }
  .parkTableContainer th {
    background-color: white;
  }
  @media (min-width: 767.98px) {
    .parkTableContainer .stickyHeaderContainer {
      top: 78px !important;
    }
  }
  @media (min-width: 767.98px) {
    body[version]:not([version^=master-]) .parkTableContainer .stickyHeaderContainer {
      top: 100px !important;
    }
  }
  .inlineDatePicker {
    display: inline-block;
    max-width: 100%;
    width: auto;
  }
  .dataLabel,
  .dataLabelHalf {
    margin-right: 10px;
    font-weight: bold;
    width: 20%;
    display: inline-block;
  }
  .dataLabelHalf {
    font-weight: normal;
  }
  @media (min-width: 768px) {
    .dataLabelHalf {
      width: 10%;
    }
  }
  .rotate90 {
    transform: rotate(90deg);
  }
  .urlTitle {
    width: 120px;
    display: inline-block;
  }
  select,
  .selectOrNewInput .inputEl {
    -webkit-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWRvd24gZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0yMDcuMDI5IDM4MS40NzZMMTIuNjg2IDE4Ny4xMzJjLTkuMzczLTkuMzczLTkuMzczLTI0LjU2OSAwLTMzLjk0MWwyMi42NjctMjIuNjY3YzkuMzU3LTkuMzU3IDI0LjUyMi05LjM3NSAzMy45MDEtLjA0TDIyNCAyODQuNTA1bDE1NC43NDUtMTU0LjAyMWM5LjM3OS05LjMzNSAyNC41NDQtOS4zMTcgMzMuOTAxLjA0bDIyLjY2NyAyMi42NjdjOS4zNzMgOS4zNzMgOS4zNzMgMjQuNTY5IDAgMzMuOTQxTDI0MC45NzEgMzgxLjQ3NmMtOS4zNzMgOS4zNzItMjQuNTY5IDkuMzcyLTMzLjk0MiAweiI+PC9wYXRoPjwvc3ZnPg==) no-repeat right 15px center;
    background-size: 10px;
    -moz-appearance: none;
    appearance: none;
  }
  @media (max-width: 991px) {
    .parkTable {
      display: block;
      overflow: auto;
    }
  }
  .maxHeightTable .tableContainer {
    max-height: 500px;
    overflow: auto;
  }
  .datetimepicker table tr td span.active.active {
    background-color: #4384f3 !important;
  }
  .fuelux .wizard label.col-form-label,
  .dataLabel {
    font-weight: normal !important;
  }
  .table > thead > tr > th,
  .btn,
  .badge,
  b,
  strong {
    font-weight: 500 !important;
  }
  #monthPicker,
  #monthPickerStart,
  #monthPickerEnd {
    width: 140px !important;
  }
  .slider-tick-container {
    display: none;
  }
  .slider-selection.tick-slider-selection {
    background-color: #4384f3 !important;
    background-image: none;
  }
  .iconButton {
    padding: 4px 6px 4px 7px;
    border-radius: 2px;
    background: #4384f3;
    color: white;
    cursor: pointer;
  }
  #clonePlan {
    position: relative;
    top: -2px;
  }
  .page-title .dropdown-menu {
    overflow: auto;
    max-height: 500px;
  }
  .definition dt {
    margin-top: 1rem;
    font-weight: normal;
    color: rgb(78.9772727273, 83.7159090909, 129.5227272727);
  }
  .definition dt:first-child {
    margin-top: 0;
  }
  .definition dd {
    font-size: 1.1538rem;
  }
  .form-control.StripeElement {
    padding-top: 15px;
  }
  .byte-toggle {
    min-width: 53px;
  }
  .modal.modal-ms {
    margin: auto;
    max-width: 400px;
  }
  .modal .spinnerContainer {
    padding-bottom: 40px;
  }
  .modal .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
  }
  .payment-modal .modal-title {
    font-size: 18px;
  }
  .payment-modal .spinnerContainer {
    height: 400px;
  }
  .hide-empty:empty {
    display: none;
  }
  .label {
    color: rgb(78.9772727273, 83.7159090909, 129.5227272727);
  }
  .pre-expand {
    border-radius: 3px;
    background-color: #eee;
    border: 1px solid #dedede;
    padding: 20px 20px 0 20px;
  }
  .pre-expand .control {
    text-align: center;
    background: #f8f8f8;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 5px;
    display: block;
  }
  .pre-expand pre {
    background: none;
    max-height: 100px;
    overflow: hidden;
    padding: 0;
  }
  .pre-expand .shrink {
    display: none;
  }
  .pre-expand.expanded pre {
    max-height: none;
    overflow: auto;
  }
  .pre-expand.expanded .control .expand {
    display: none;
  }
  .pre-expand.expanded .control .shrink {
    display: inline;
  }
  .table-striped-reverse tbody > tr:nth-of-type(even),
  .table-striped-reverse thead > tr {
    background-color: #f5f5f5;
  }
  .table-striped-reverse tbody > tr:nth-of-type(odd) {
    background-color: transparent;
  }
  .logo-img {
    transform: translateZ(0);
  }
  .tree {
    padding: 0 0 0 3px;
  }
  .tree li {
    list-style: none;
    line-height: 1.2;
    position: relative;
    padding-top: 1em;
    padding-left: 2em;
    color: #646464;
  }
  .tree li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    border-left: 1px solid #777;
    content: "";
  }
  .tree li:last-child:before {
    height: 1em;
    bottom: auto;
  }
  .tree li .tree-item {
    position: relative;
    display: inline-block;
  }
  .tree li .tree-item:after {
    position: absolute;
    top: 0;
    left: -2em;
    display: block;
    height: 1em;
    width: 1em;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    content: "";
  }
  .text-sm {
    font-size: 0.85rem;
  }
  .text-black {
    font-weight: 700;
  }
  .text-ocean {
    color: #297ce0;
  }
  .text-ocean-50 {
    color: #c9def7;
  }
  .device-subscriber {
    width: 120px;
    display: inline-block;
    margin-right: 20px;
  }
  .highlight {
    font-weight: bold;
  }
  .grid-container {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    justify-items: right;
  }
  .screen {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
    overflow: auto;
    align-items: center;
    justify-content: center;
  }
  .flag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .flag > img {
    width: 24px;
  }
  table.table td:first-child.totals-container,
  table.table td:last-child.totals-container {
    padding: 0;
  }
  table.table.totals tr {
    background-color: #eef3f8;
  }
  table.table.totals td {
    border-top: none;
  }
  table tr.totals th,
  table tr.totals td {
    background-color: #eef3f8;
    border-top: none;
    font-weight: normal;
  }
  table tr.totals.totals-fees th,
  table tr.totals.totals-fees td {
    border-top: 1px solid #dee2e6;
  }
  /*------------------------------------------------------------------
  	[Main wrapper]
  */
  .be-wrapper {
    min-height: 100%;
    padding-top: 82px;
  }
  @media (max-width: 575.98px) {
    .be-wrapper {
      overflow-x: hidden;
    }
  }
  @media print {
    .be-wrapper {
      padding-top: 0;
    }
  }
  @media (min-width: 768px) {
    .be-wrapper.be-boxed-layout {
      max-width: 1200px;
      position: relative;
      margin: 0 auto;
      overflow: hidden;
      background-color: rgb(244.57, 247.55, 250.53);
      display: flex;
      box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.05);
    }
  }
  /*------------------------------------------------------------------
  	[Top header]
  */
  .be-top-header {
    background-color: #ffffff;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    padding: 0;
  }
  @media (max-width: 767.98px) {
    .be-top-header {
      border-bottom-width: 0;
      position: relative;
      min-height: 0;
    }
  }
  .be-top-header .container-fluid, .be-top-header .container-sm, .be-top-header .container-md, .be-top-header .container-lg, .be-top-header .container-xl {
    padding: 0;
  }
  @media (max-width: 767.98px) {
    .be-nosidebar-left .be-top-header .container-fluid, .be-nosidebar-left .be-top-header .container-sm, .be-nosidebar-left .be-top-header .container-md, .be-nosidebar-left .be-top-header .container-lg, .be-nosidebar-left .be-top-header .container-xl {
      display: block;
    }
    .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse, .be-nosidebar-left .be-top-header .container-sm .navbar-collapse, .be-nosidebar-left .be-top-header .container-md .navbar-collapse, .be-nosidebar-left .be-top-header .container-lg .navbar-collapse, .be-nosidebar-left .be-top-header .container-xl .navbar-collapse {
      align-items: baseline;
    }
    .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-sm .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-md .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-lg .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-xl .navbar-collapse.collapse {
      display: none !important;
    }
    .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-sm .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-md .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-lg .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-xl .navbar-collapse.collapse.show {
      display: block !important;
    }
  }
  .be-top-header .be-navbar-header {
    display: flex;
    width: 230px;
  }
  .be-collapsible-sidebar .be-top-header .be-navbar-header {
    justify-content: space-between;
  }
  @media (max-width: 991.98px) {
    .be-nosidebar-left .be-top-header .be-navbar-header {
      width: auto;
    }
  }
  .be-top-header .be-navbar-header .navbar-brand {
    line-height: 81px;
    height: 81px;
    width: 142px;
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0 20px;
    margin: 0;
    display: block;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .be-top-header .be-navbar-header .navbar-brand {
      background-image: url("/img/logo-xx.png");
      background-size: 102px 27px;
    }
  }
  @media (max-width: 767.98px) {
    .be-top-header .be-navbar-header .navbar-brand {
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    .be-top-header .be-navbar-header .navbar-brand {
      margin-right: 10px;
    }
  }
  .be-nosidebar-left .be-top-header .be-navbar-header .navbar-brand {
    width: 142px;
  }
  .be-top-header .be-navbar-header .be-toggle-left-sidebar {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    float: right;
    padding: 0 15px;
  }
  .be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
    font-size: 1.615rem;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    line-height: 25px;
    vertical-align: middle;
  }
  @media (max-width: 767.98px) {
    .be-top-header .be-navbar-header {
      display: none;
    }
  }
  .be-top-header .page-title {
    font-size: 1.3rem;
    line-height: 81px;
    min-height: 81px;
    float: left;
    flex: 1 1 auto;
    padding: 0 20px;
    font-family: "Syne", sans-serif;
    color: #323552;
    font-weight: 600;
  }
  .be-nosidebar-left .be-top-header .page-title {
    padding-left: 10px;
  }
  @media (max-width: 767.98px) {
    .be-top-header .page-title {
      display: none;
    }
  }
  .be-top-header .navbar-nav > li > a.nav-link {
    line-height: 81px;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    font-size: 14px;
    padding: 0 18px;
    outline: none;
  }
  .be-top-header .navbar-nav > li > a.nav-link:hover, .be-top-header .navbar-nav > li > a.nav-link:focus {
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
  }
  @media (max-width: 991.98px) {
    .be-top-header .navbar-nav > li > a.nav-link {
      padding: 0 24px;
    }
  }
  .be-top-header .navbar-nav > li.show > a {
    color: #297ce0;
  }
  .be-top-header .navbar-nav > li.show > a:focus, .be-top-header .navbar-nav > li.show > a:active, .be-top-header .navbar-nav > li.show > a:hover {
    color: #297ce0;
  }
  .be-top-header .navbar-nav > li.dropdown > a .mdi-caret-down {
    font-size: 1.769rem;
    vertical-align: middle;
    margin-left: 3px;
  }
  .be-top-header .navbar-nav > li.dropdown .dropdown-menu {
    border-radius: 3px;
    margin-top: 12px;
    line-height: 20px;
  }
  .be-top-header .navbar-nav > li.dropdown .dropdown-menu > a {
    color: rgb(63.9090909091, 67.7436363636, 104.8109090909);
    padding: 10px 20px;
    min-width: 175px;
    line-height: 18px;
  }
  .be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:hover {
    background-color: #297ce0;
    color: #ffffff;
  }
  .be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:focus, .be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:active {
    background-color: transparent;
    color: rgb(63.9090909091, 67.7436363636, 104.8109090909);
  }
  .be-top-header .navbar-nav > li.dropdown .dropdown-menu:after, .be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    left: 42px;
    margin-left: -6px;
    position: absolute;
  }
  .be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: rgb(226.95, 226.95, 226.95);
    margin-left: -7px;
    top: -9px;
  }
  .be-top-header .navbar-collapse {
    border-width: 0;
  }
  @media (max-width: 767.98px) {
    .be-top-header .navbar-collapse {
      border-top: 1px solid #ffffff;
      max-height: none;
    }
  }
  @media (max-width: 767.98px) {
    .be-top-header .navbar-collapse .navbar-nav {
      background-color: white;
      margin: 0;
      padding: 15px 0;
    }
    .be-nosidebar-left .be-top-header .navbar-collapse .navbar-nav {
      width: 100%;
      flex-direction: column;
    }
    .be-top-header .navbar-collapse .navbar-nav > li > a {
      display: block;
      padding: 0 20px;
      color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
      font-size: 1.077rem;
      line-height: 38px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
    .be-top-header .navbar-collapse .navbar-nav > li > a .icon {
      line-height: 18px;
      font-size: 19px;
      min-width: 19px;
      margin-right: 9px;
      text-align: center;
      vertical-align: middle;
    }
    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .mdi-caret-down {
      float: right;
      line-height: 38px;
      color: rgb(206.55, 206.55, 206.55);
    }
    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
      background-color: rgb(247.86, 247.86, 247.86);
      padding: 10px 0;
      border-top: 1px solid rgb(239.7, 239.7, 239.7);
      border-right: 0;
      border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
      border-left: 0;
      border-radius: 0;
    }
    .be-nosidebar-left .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      box-shadow: none;
    }
    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:before, .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
      display: none;
    }
    .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > a {
      color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
      padding: 8px 15px 8px 49px;
      padding-left: 23px;
    }
  }
  .be-top-header .search-container {
    position: relative;
    flex: 1 1 auto;
    display: inline-block;
    height: 60px;
    padding: 10px 20px;
  }
  .be-top-header .search-container .input-group {
    max-width: 800px;
  }
  @media (max-width: 767.98px) {
    .be-top-header .search-container {
      display: none;
    }
  }
  .be-top-header .search-container .btn {
    height: 37px;
    font-size: 1rem;
    padding: 4px 12px;
    border-radius: 0;
  }
  .be-top-header .search-input {
    border-width: 1px;
    border-right: 0;
    color: #323552;
  }
  @media (max-width: 767.98px) {
    .be-top-header .search-input {
      background-color: #ffffff;
      color: #323552;
    }
  }
  .be-top-header .search-input:focus {
    background-color: #ffffff;
    color: rgb(127.5, 127.5, 127.5);
  }
  .be-top-header .search-input:focus::placeholder {
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .be-top-header .be-right-navbar {
    padding-right: 20px;
    width: calc(100% - 230px);
  }
  .be-top-header .be-right-navbar-flex {
    display: flex;
  }
  .be-top-header .be-right-navbar .navbar-nav {
    background-color: transparent;
  }
  @media (max-width: 767.98px) {
    .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link {
      color: #ffffff;
    }
    .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link:focus, .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link:active {
      color: #ffffff;
    }
    .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link {
      color: #ffffff;
    }
    .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:focus, .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:active, .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:hover {
      color: #ffffff;
    }
  }
  @media (max-width: 767.98px) {
    .be-top-header .be-right-navbar {
      padding-right: 0;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #297ce0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #297ce0;
      z-index: 1030;
    }
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-right-navbar {
      padding-right: 5px;
      position: relative;
    }
  }
  .be-nosidebar-left .be-top-header .be-right-navbar {
    width: auto;
    order: 2;
  }
  @media (max-width: 767.98px) {
    .be-nosidebar-left .be-top-header .be-right-navbar {
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .be-top-header .be-toggle-right-sidebar {
      margin-right: 0;
      padding-left: 5px;
      padding-right: 9px;
    }
  }
  .be-top-header .be-toggle-top-header-menu {
    display: none;
    background-color: #ffffff;
    padding: 16px 10px;
    color: #323552;
    font-weight: 300;
    font-size: 1.077rem;
    border-bottom: 1px solid #ffffff;
  }
  .be-top-header .be-toggle-top-header-menu:before {
    content: "\f2f8";
    float: right;
    font-family: "Material Icons";
    font-size: 2.077rem;
    line-height: 22px;
    color: rgb(206.55, 206.55, 206.55);
  }
  .be-top-header .be-toggle-top-header-menu.collapsed {
    border-bottom: 1px solid rgb(237.15, 237.15, 237.15);
    transition: border-bottom-color 0.4s ease;
  }
  .be-top-header .be-toggle-top-header-menu.collapsed:before {
    content: "\f2f2";
  }
  @media (max-width: 767.98px) {
    .be-top-header .be-toggle-top-header-menu {
      display: block;
    }
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header {
      position: fixed;
    }
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .container-fluid, .be-offcanvas-menu .be-top-header .container-sm, .be-offcanvas-menu .be-top-header .container-md, .be-offcanvas-menu .be-top-header .container-lg, .be-offcanvas-menu .be-top-header .container-xl {
      display: flex;
    }
  }
  .be-offcanvas-menu .be-top-header .be-navbar-header {
    width: 230px;
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-navbar-header {
      display: block;
      width: auto;
      background-color: #297ce0;
    }
  }
  .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar {
    padding-left: 25px;
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar {
      padding-left: 15px;
      padding-right: 13px;
    }
  }
  .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
    color: rgb(114.75, 114.75, 114.75);
    font-size: 1.846rem;
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
      color: #ffffff;
      overflow: hidden;
    }
  }
  .be-offcanvas-menu .be-top-header .navbar-brand {
    width: 142px;
  }
  .be-offcanvas-menu .be-top-header .be-toggle-left-sidebar {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    float: left;
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-top-header .be-toggle-left-sidebar {
      line-height: 62px;
      margin-top: -1px;
    }
  }
  .be-offcanvas-menu .be-top-header .be-toggle-left-sidebar .icon {
    font-size: 1.615rem;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    line-height: 25px;
    vertical-align: middle;
  }
  .be-color-header .be-top-header {
    background-color: #297ce0;
    border-bottom-color: #297ce0;
  }
  .be-color-header .be-top-header .be-navbar-header .navbar-brand {
    background-image: url("/img/logo-white.png");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .be-color-header .be-top-header .be-navbar-header .navbar-brand {
      background-image: url("/img/logo-white-xx.png");
    }
  }
  .be-color-header .be-top-header .page-title {
    color: #ffffff;
  }
  .be-color-header .be-top-header .be-right-navbar .navbar-nav > li > a {
    color: #ffffff;
  }
  .be-color-header .be-top-header .be-right-navbar .be-icons-nav > li.dropdown > a .icon {
    color: #ffffff;
  }
  .be-color-header .be-top-header .be-right-navbar .be-icons-nav > li.dropdown > a .indicator {
    background-color: #ffffff;
  }
  .be-color-header-success .be-top-header {
    background-color: #c2e24f;
    border-bottom-color: #c2e24f;
  }
  @media (max-width: 767.98px) {
    .be-color-header-success .be-top-header .be-right-navbar {
      background-color: #c2e24f;
      border-bottom-color: #c2e24f;
    }
  }
  .be-color-header-warning .be-top-header {
    background-color: #fbbc05;
    border-bottom-color: #fbbc05;
  }
  @media (max-width: 767.98px) {
    .be-color-header-warning .be-top-header .be-right-navbar {
      background-color: #fbbc05;
      border-bottom-color: #fbbc05;
    }
  }
  .be-color-header-danger .be-top-header {
    background-color: #ef7b78;
    border-bottom-color: #ef7b78;
  }
  @media (max-width: 767.98px) {
    .be-color-header-danger .be-top-header .be-right-navbar {
      background-color: #ef7b78;
      border-bottom-color: #ef7b78;
    }
  }
  @media (min-width: 768px) {
    .be-boxed-layout .be-top-header {
      max-width: 1200px;
      margin: 0 auto;
      z-index: 1032;
    }
  }
  .be-top-header .be-icons-nav {
    margin-right: 20px;
  }
  @media (min-width: 768px) {
    .be-right-navbar-flex .be-icons-nav {
      flex: 0 0 auto;
    }
  }
  @media (max-width: 991.98px) {
    .be-top-header .be-icons-nav {
      margin-right: 10px;
    }
  }
  .be-icons-nav > li.dropdown {
    position: static;
  }
  .be-icons-nav > li.dropdown > a {
    position: relative;
  }
  .navbar-expand .be-icons-nav > li.dropdown > a {
    padding: 0 10px;
  }
  .be-icons-nav > li.dropdown > a .icon {
    font-size: 1.846rem;
    vertical-align: middle;
    color: rgb(114.75, 114.75, 114.75);
  }
  .be-icons-nav > li.dropdown > a .icon.mdi-comment-more {
    font-size: 1.538rem;
    position: relative;
    top: 1px;
  }
  .be-icons-nav > li.dropdown > a .indicator {
    background-color: #297ce0;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 18px;
    right: 6px;
  }
  .be-icons-nav > li.dropdown > a:after {
    display: none;
    font-size: 1.231rem;
    margin-left: 6px;
  }
  @media (max-width: 767.98px) {
    .be-icons-nav > li.dropdown > a:after {
      display: inline-block;
    }
  }
  .be-icons-nav > li.dropdown .dropdown-toggle:after {
    content: "";
    margin: 0;
    border: 0;
  }
  .be-icons-nav > li.dropdown.show > a:after,
  .be-icons-nav > li.dropdown.show > a:before {
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -13px;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 1001;
  }
  .be-icons-nav > li.dropdown.show > a:before {
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: rgb(226.95, 226.95, 226.95);
    margin-left: -9px;
    bottom: -12px;
  }
  .be-icons-nav > li.dropdown .dropdown-menu {
    width: 300px;
    border-radius: 3px;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid hsl(0, 0%, 88%);
    box-sizing: content-box;
  }
  .be-icons-nav > li.dropdown .dropdown-menu .title {
    font-size: 1rem;
    color: rgb(138.465, 138.465, 138.465);
    text-align: center;
    padding: 10px 0 8px;
    border-bottom: 1px solid rgb(235.365, 235.365, 235.365);
  }
  .be-icons-nav > li.dropdown .dropdown-menu .title .badge {
    font-size: 0.6962rem;
    line-height: 10px;
    vertical-align: middle;
    margin-left: 4px;
    background-color: rgb(228.225, 228.225, 228.225);
    color: rgb(138.465, 138.465, 138.465);
    min-width: 17px;
    height: 17px;
    text-align: center;
    padding: 3px 6px;
  }
  .be-icons-nav > li.dropdown .dropdown-menu .title .badge-new {
    background-color: #297ce0;
    border-color: #297ce0;
    color: #ffffff;
  }
  .be-icons-nav > li.dropdown .dropdown-menu .footer a {
    background-color: rgb(249.9, 249.9, 249.9);
    font-size: 1rem;
    color: rgb(138.465, 138.465, 138.465);
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgb(235.365, 235.365, 235.365);
    display: block;
    outline: none;
  }
  .be-icons-nav > li.dropdown .dropdown-menu .footer a:hover {
    background-color: rgb(244.8, 244.8, 244.8);
  }
  .be-top-header .be-icons-nav > li.dropdown .dropdown-menu:after, .be-top-header .be-icons-nav > li.dropdown .dropdown-menu:before {
    display: none;
  }
  .be-icons-nav > li.dropdown.show > a {
    background-color: transparent;
  }
  .be-icons-nav > li.dropdown.show > a .icon {
    color: #297ce0;
  }
  @media (max-width: 767.98px) {
    .be-icons-nav > li.dropdown.show > a .icon {
      color: #ffffff;
    }
  }
  @media (max-width: 767.98px) {
    .be-icons-nav {
      float: right;
      flex: 0 0 auto;
    }
    .be-top-header .be-icons-nav {
      margin: 0 5px 0 0;
    }
    .be-icons-nav > li.dropdown {
      display: inline-block;
      margin-left: 3px;
    }
    .navbar-expand .be-icons-nav > li.dropdown > a {
      padding: 0 7px;
    }
    .be-icons-nav > li.dropdown > a .icon {
      color: #ffffff;
    }
    .be-icons-nav > li.dropdown > a .indicator {
      right: 2px;
      background-color: #ffffff;
    }
  }
  @media (max-width: 575.98px) {
    .be-icons-nav > li.dropdown .dropdown-menu {
      left: 0;
      top: 81px;
      width: 100%;
      box-shadow: none;
      border-width: 0;
    }
    .be-top-header .be-icons-nav > li.dropdown .dropdown-menu {
      border-radius: 0;
      margin-top: 1px;
    }
    .be-icons-nav > li.dropdown .dropdown-menu .footer a {
      border-bottom: 1px solid rgb(235.365, 235.365, 235.365);
    }
    .be-icons-nav > li.dropdown.show > a:before {
      display: none;
    }
    .be-icons-nav > li.dropdown.show > a:after {
      bottom: -1px;
    }
  }
  .be-user-nav {
    margin-right: 0;
  }
  @media (min-width: 768px) {
    .be-right-navbar-flex .be-user-nav {
      order: 1;
    }
  }
  .be-user-nav > li.dropdown > a {
    font-size: 0;
  }
  .navbar-expand .be-user-nav > li.dropdown > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  @media (max-width: 991.98px) {
    .navbar-expand .be-user-nav > li.dropdown > a {
      padding-left: 10px;
    }
  }
  .be-user-nav > li.dropdown > a img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
  }
  .be-user-nav > li.dropdown > a .user-name {
    margin-left: 8px;
    display: none;
    font-size: 1.077rem;
    line-height: 20px;
    vertical-align: middle;
  }
  .be-user-nav > li.dropdown > a:after {
    display: none;
    font-size: 1.231rem;
    margin-left: 6px;
  }
  @media (max-width: 767.98px) {
    .be-user-nav > li.dropdown > a:after {
      display: inline-block;
    }
  }
  .be-user-nav > li.dropdown .dropdown-menu {
    width: 220px;
    padding: 0 0 7px;
    left: -178px;
  }
  @media (max-width: 991.98px) {
    .be-user-nav > li.dropdown .dropdown-menu {
      left: -173px;
    }
  }
  .be-top-header .be-user-nav > li.dropdown .dropdown-menu a:focus, .be-top-header .be-user-nav > li.dropdown .dropdown-menu a:active {
    background-color: transparent;
    color: rgb(63.9090909091, 67.7436363636, 104.8109090909);
  }
  .be-top-header .be-user-nav > li.dropdown .dropdown-menu a:hover {
    background-color: rgb(244.8, 244.8, 244.8);
    color: rgb(63.9090909091, 67.7436363636, 104.8109090909);
  }
  .be-user-nav > li.dropdown .dropdown-menu a .icon {
    vertical-align: middle;
    margin-right: 6px;
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info {
    background-color: #297ce0;
    color: #ffffff;
    overflow: hidden;
    padding: 20px 15px 14px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 7px;
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info .user-name {
    display: block;
    font-size: 1.462rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info .user-position {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 13px;
    position: relative;
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info .user-position:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    left: 0;
    top: 5px;
    border: 1px solid hsl(0, 0%, 94%);
    border-radius: 50%;
    background-color: transparent;
    display: block;
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.online:after {
    background-color: rgb(222.8336585366, 239.707804878, 162.192195122);
    border-color: rgb(222.8336585366, 239.707804878, 162.192195122);
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.away:after {
    background-color: rgb(252.2047244094, 208.1791338583, 80.2952755906);
    border-color: rgb(252.2047244094, 208.1791338583, 80.2952755906);
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.busy:after {
    background-color: rgb(248.7271523179, 203.2490066225, 202.0728476821);
    border-color: rgb(248.7271523179, 203.2490066225, 202.0728476821);
  }
  .be-user-nav > li.dropdown .dropdown-menu .user-info .switch-status {
    float: right;
    margin-top: 5px;
  }
  .be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
    left: auto;
    right: 13px;
    border-bottom-color: #297ce0;
  }
  .be-top-header .be-user-nav > li.dropdown .dropdown-menu:before {
    display: none;
  }
  @media (max-width: 767.98px) {
    .be-user-nav {
      margin: 0;
      display: inline-block;
      flex: 0 1 auto;
      overflow: hidden;
    }
    .be-user-nav > li.dropdown > a {
      align-items: center;
      display: flex;
      height: 81px;
      white-space: nowrap;
    }
    .be-user-nav > li.dropdown > a:after {
      color: #ffffff;
    }
    .be-user-nav > li.dropdown > a img {
      flex: 0 0 auto;
    }
    .be-user-nav > li.dropdown > a .user-name {
      display: block;
      flex: 1 1 100%;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .be-user-nav > li.dropdown .dropdown-menu {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      background-color: #ffffff;
      position: fixed;
      top: 81px;
      left: 0;
      margin-left: 10px;
      margin-right: 10px;
      max-width: 220px;
    }
    .be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
      right: auto;
      left: 20px;
    }
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-user-nav > li.dropdown > a {
      padding-left: 0;
    }
    .be-offcanvas-menu .be-user-nav > li.dropdown > a img {
      display: none;
    }
    .be-offcanvas-menu .be-user-nav > li.dropdown > a .user-name {
      margin-left: 0;
    }
  }
  .be-notifications {
    padding-top: 0;
  }
  .float-right .be-notifications {
    left: auto;
    right: 25px;
  }
  .be-notifications .be-scroller {
    position: relative;
    height: 222px;
  }
  .be-notifications .be-scroller > .content > ul {
    list-style: none;
    padding-left: 0;
  }
  .be-notifications .notification {
    overflow: hidden;
    border-bottom: 1px solid rgb(235.365, 235.365, 235.365);
  }
  .be-notifications .notification > a {
    padding: 15px;
    display: block;
    overflow: hidden;
  }
  .be-notifications .notification > a .image {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: rgb(228.225, 228.225, 228.225);
    float: left;
    text-align: center;
    overflow: hidden;
  }
  .be-notifications .notification > a .image img {
    height: 38px;
    width: 38px;
    font-size: 1.923rem;
    color: rgb(131.0681818182, 135.6022727273, 179.4318181818);
    line-height: 36px;
  }
  .be-notifications .notification > a .notification-info {
    padding-left: 50px;
    line-height: 14px;
  }
  .be-notifications .notification > a .notification-info .text {
    font-weight: 500;
    color: rgb(138.465, 138.465, 138.465);
    font-size: 0.9231rem;
    line-height: 16px;
  }
  .be-notifications .notification > a .notification-info .user-name {
    color: #297ce0;
    font-size: 1rem;
  }
  .be-notifications .notification > a .notification-info .date {
    color: rgb(138.465, 138.465, 138.465);
    display: block;
    font-size: 0.6923rem;
    margin-top: 4px;
    text-transform: uppercase;
  }
  .be-notifications .notification.notification-unread {
    background-color: rgb(196.9142857143, 219.4428571429, 246.5857142857);
    border-bottom: 1px solid rgb(183.5502040816, 211.2620408163, 244.6497959184);
  }
  .be-notifications .notification.notification-unread > a {
    position: relative;
  }
  .be-notifications .notification.notification-unread > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 6px;
    height: 6px;
    background-color: #297ce0;
    border-radius: 50%;
  }
  .be-notifications .notification:hover {
    background-color: #297ce0;
  }
  .be-notifications .notification:hover > a {
    color: #ffffff;
  }
  .be-notifications .notification:hover > a .logo {
    background-color: rgb(29.0134693878, 106.6946938776, 200.2865306122);
  }
  .be-notifications .notification:hover > a .logo .icon {
    color: #ffffff;
  }
  .be-notifications .notification:hover > a .notification-info .circle {
    background: #ffffff;
  }
  .be-notifications .notification:hover > a .notification-info .text,
  .be-notifications .notification:hover > a .notification-info .date,
  .be-notifications .notification:hover > a .notification-info .user-name {
    color: #ffffff;
  }
  .be-notifications .notification:hover > a:after {
    background-color: #ffffff;
  }
  .be-notifications .notification:last-child {
    border-bottom: 0;
  }
  @media (max-width: 575.98px) {
    .navbar-nav .show .be-notifications {
      position: absolute;
      background-color: #ffffff;
    }
  }
  @media (max-width: 575.98px) {
    .navbar-nav .show .be-notifications {
      position: fixed;
    }
  }
  .be-connections {
    min-width: 304px;
  }
  .float-right .be-connections {
    left: auto;
    right: 25px;
  }
  .be-connections .content {
    padding: 20px 15px;
  }
  .be-connections .content .row {
    margin: 0;
  }
  .be-connections .content .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .be-connections .connection-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: rgb(114.75, 114.75, 114.75);
  }
  .be-connections .connection-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .be-connections .connection-item img {
    max-height: 35px;
    max-width: 35px;
  }
  .be-connections .connection-item:hover {
    background-color: transparent;
    border-color: rgb(235.365, 235.365, 235.365);
  }
  @media (max-width: 767.98px) {
    .float-right .be-connections {
      right: 5px;
    }
    .navbar-nav .show .be-connections {
      position: absolute;
      background-color: #ffffff;
    }
  }
  @media (max-width: 575.98px) {
    .be-connections {
      min-width: 260px;
    }
    .navbar-nav .show .be-connections {
      position: fixed;
    }
    .be-connections .content {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  /*------------------------------------------------------------------
  	[Left sidebar]
  */
  .be-left-sidebar {
    background-color: #ffffff;
    width: 230px;
    left: 0;
    position: absolute;
    z-index: 20;
  }
  @media print {
    .be-left-sidebar {
      display: none;
    }
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar {
    width: 60px;
  }
  @media (max-width: 767.98px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar {
      width: 100%;
    }
  }
  .be-left-sidebar .left-sidebar-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .be-left-sidebar .left-sidebar-spacer {
    height: 100%;
    display: table-row;
  }
  @media (min-width: 768px) {
    .be-left-sidebar .left-sidebar-spacer {
      display: table-row;
    }
  }
  .be-left-sidebar .left-sidebar-scroll {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .be-left-sidebar .left-sidebar-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 8px;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .left-sidebar-content {
    padding-top: 20px;
  }
  .be-left-sidebar .left-sidebar-toggle {
    display: none;
    background-color: #ffffff;
    padding: 16px 10px;
    color: #323552;
    font-weight: 300;
    font-size: 1.077rem;
  }
  .be-left-sidebar .left-sidebar-toggle:before {
    content: "\f2f2";
    float: right;
    font-family: "Material Icons";
    font-size: 2.077rem;
    line-height: 22px;
    color: rgb(206.55, 206.55, 206.55);
  }
  .be-left-sidebar .left-sidebar-toggle.open:before {
    content: "\f2f8";
  }
  @media (max-width: 767.98px) {
    .be-left-sidebar .left-sidebar-toggle {
      display: block;
    }
  }
  .be-left-sidebar .sidebar-elements {
    margin: 0;
    padding: 0;
  }
  .be-left-sidebar .sidebar-elements .divider {
    padding: 20px 20px 0;
    color: #323552;
    font-family: "Syne", sans-serif;
    line-height: 30px;
    font-weight: 600;
    font-size: 1.1rem;
  }
  @media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider {
      padding: 40px 0 0;
      height: 0;
      overflow: hidden;
      text-indent: -9999px;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider:first-child {
      display: none;
    }
  }
  .be-left-sidebar .sidebar-elements > li {
    list-style: none;
  }
  .be-left-sidebar .sidebar-elements > li > a {
    display: block;
    padding: 0 20px;
    color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
    font-size: 1.077rem;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a {
    text-overflow: clip;
  }
  .be-left-sidebar .sidebar-elements > li > a .icon {
    line-height: 18px;
    font-size: 19px;
    min-width: 19px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
  }
  @media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a span {
      display: none;
    }
  }
  .be-left-sidebar .sidebar-elements > li > a:hover {
    background-color: rgb(249.9, 249.9, 249.9);
  }
  .be-left-sidebar .sidebar-elements > li > a:hover > span {
    color: rgb(48.0681818182, 50.9522727273, 78.8318181818);
  }
  .be-left-sidebar .sidebar-elements > li > ul {
    border-top: 1px solid rgb(239.7, 239.7, 239.7);
    border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
  }
  .be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li > ul .nav-items .content > ul {
    display: block;
  }
  @media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > ul {
      border-top-width: 0;
      border-bottom-width: 0;
    }
  }
  .be-left-sidebar .sidebar-elements > li ul {
    display: none;
    background-color: rgb(247.86, 247.86, 247.86);
    padding: 10px 0;
    list-style: none;
    line-height: 20px;
  }
  .be-left-sidebar .sidebar-elements > li ul .title {
    display: none;
  }
  .be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li ul .content > ul {
    padding-left: 0;
  }
  @media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible {
      display: table;
      table-layout: fixed;
      position: fixed;
      left: 60px;
      top: 82px;
      height: 100%;
      z-index: 1031;
      padding: 0 0 82px;
      list-style: none;
      width: 232px;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .title {
      display: block;
      padding: 30px 25px;
      font-size: 1.385rem;
      color: rgb(114.75, 114.75, 114.75);
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items {
      display: table-row;
      height: 100%;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller {
      display: table-cell;
      position: relative;
      height: 100%;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller > .content {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul {
      border-color: transparent;
      padding: 0;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > a {
      padding-left: 25px;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > a {
      padding-left: 35px;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > a {
      padding-left: 45px;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 55px;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 65px;
    }
  }
  .be-left-sidebar .sidebar-elements > li ul li > a {
    padding: 8px 15px 8px 49px;
    color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .be-left-sidebar .sidebar-elements > li ul li > a .badge {
    border-radius: 2px;
    font-weight: 500;
    line-height: 9px;
    font-size: 0.85rem;
    padding: 4px 7px;
    margin-left: 4px;
    margin-top: 1px;
  }
  .be-left-sidebar .sidebar-elements > li ul li > a:hover {
    background-color: rgb(241.485, 241.485, 241.485);
  }
  .be-left-sidebar .sidebar-elements > li ul li.active > a {
    color: #297ce0;
  }
  .be-left-sidebar .sidebar-elements > li ul li ul {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .be-left-sidebar .sidebar-elements > li ul li > ul {
    padding: 5px 0;
  }
  .be-left-sidebar .sidebar-elements > li ul li > ul > li ul {
    padding: 5px 0;
  }
  .be-left-sidebar .sidebar-elements > li ul li > ul > li > a {
    padding-left: 59px;
  }
  .be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > a {
    padding-left: 69px;
  }
  .be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > a {
    padding-left: 79px;
  }
  .be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 89px;
  }
  .be-left-sidebar .sidebar-elements > li.active > a {
    padding-left: 20px;
    font-weight: 500;
    color: #297ce0;
  }
  .be-left-sidebar .sidebar-elements > li.active > a > span {
    color: #297ce0;
  }
  .be-left-sidebar .sidebar-elements > li.open > ul,
  .be-left-sidebar .sidebar-elements > li.open > ul .nav-items .content > ul {
    display: block;
  }
  @media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul {
      display: none;
    }
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul.visible {
      display: table;
    }
  }
  .be-left-sidebar .sidebar-elements li.parent > a:before {
    content: "\f2f2";
    float: right;
    font-family: "Material Icons";
    font-size: 1.615rem;
    color: rgb(206.55, 206.55, 206.55);
  }
  @media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements li.parent > a:before {
      display: none;
    }
  }
  .be-left-sidebar .sidebar-elements li.parent.open > a:before {
    content: "\f2f8";
  }
  .be-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
  @media (min-width: 768px) {
    .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .sub-menu.visible li.parent > a:before {
      display: block;
    }
  }
  @media (min-width: 768px) {
    .be-boxed-layout .be-left-sidebar {
      flex: 0 0 230px;
      position: relative;
    }
    .be-boxed-layout .be-left-sidebar:before {
      position: absolute;
    }
  }
  .be-left-sidebar:before {
    content: "";
    position: fixed;
    z-index: -1;
    width: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: inherit;
  }
  @media (max-width: 767.98px) {
    .be-left-sidebar:before {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .be-left-sidebar {
      width: 100%;
      background-color: white;
      border-bottom: 1px solid rgb(237.15, 237.15, 237.15);
      border-right-width: 0;
      position: relative;
    }
    .be-left-sidebar .left-sidebar-wrapper,
    .be-left-sidebar .left-sidebar-spacer,
    .be-left-sidebar .left-sidebar-scroll,
    .be-left-sidebar .left-sidebar-content {
      display: block;
      position: relative;
      overflow: visible;
    }
    .be-left-sidebar .left-sidebar-spacer {
      display: none;
      border-top: 2px solid #ffffff;
    }
    .be-left-sidebar .left-sidebar-spacer.open {
      display: block;
    }
    .be-left-sidebar .left-sidebar-content {
      padding-bottom: 20px;
    }
    .be-left-sidebar .sidebar-elements > li > a {
      text-align: left;
      position: relative;
    }
    .be-left-sidebar .sidebar-elements > li > a:hover {
      background-color: transparent;
    }
    .be-left-sidebar .sidebar-elements > li > a:hover > span {
      color: inherit;
    }
    .be-left-sidebar .sidebar-elements > li > ul {
      position: relative;
      height: auto;
      width: 100%;
      left: 0;
    }
    .be-left-sidebar .sidebar-elements > li > ul li > a:hover {
      background-color: transparent;
    }
    .be-left-sidebar .sidebar-elements > li > ul li > a:active {
      background-color: rgb(241.485, 241.485, 241.485);
    }
    .be-left-sidebar .sidebar-elements > li > ul > li.title {
      display: none;
    }
    .be-left-sidebar .sidebar-elements > li > ul > li.nav-items {
      display: block;
      height: auto;
    }
    .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller {
      height: auto;
      overflow: visible;
    }
    .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller > .content {
      padding-top: 0;
      overflow: visible;
      position: relative;
    }
    .be-left-sidebar .sidebar-elements > li:hover {
      background-color: inherit;
    }
    .be-left-sidebar .sidebar-elements > li:hover > ul {
      display: none;
    }
    .be-left-sidebar .sidebar-elements li.open > ul {
      display: block;
    }
  }
  .be-fixed-sidebar .be-left-sidebar {
    height: 100%;
    margin-top: 82px;
    padding-bottom: 82px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1029;
  }
  .be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
    position: absolute;
  }
  @media (max-width: 767.98px) {
    .be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
      position: relative;
    }
  }
  @media (max-width: 767.98px) {
    .be-fixed-sidebar .be-left-sidebar {
      margin-top: 0;
      position: static;
      height: auto;
      margin-top: 0;
      padding-bottom: 0;
    }
  }
  .be-fixed-sidebar .be-left-sidebar:before {
    top: 81px;
  }
  .be-offcanvas-menu .be-left-sidebar {
    position: fixed;
    height: 100%;
    top: 0;
    left: -240px;
    z-index: 1031;
    background-color: #ffffff;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.18);
    border-right-width: 0;
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar {
      width: 230px;
      left: 0;
      transform: translate3d(-105%, 0, 0);
    }
  }
  .be-offcanvas-menu .be-left-sidebar:before {
    left: -230px;
    border-right-width: 0;
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .left-sidebar-toggle {
      display: none;
    }
  }
  .be-offcanvas-menu .be-left-sidebar .be-toggle-left-sidebar {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    float: left;
  }
  .be-offcanvas-menu .be-left-sidebar .be-toggle-left-sidebar .icon {
    padding-left: 25px;
    font-size: 1.846rem;
    color: rgb(114.75, 114.75, 114.75);
    line-height: 25px;
    vertical-align: middle;
  }
  .be-offcanvas-menu .be-left-sidebar .menu-logo {
    height: 60px;
    width: 150px;
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    display: block;
    float: left;
  }
  .be-fixed-sidebar.be-offcanvas-menu .be-left-sidebar {
    margin-top: 82px;
    padding-bottom: 82px;
  }
  .be-animate .be-left-sidebar {
    transition: all 0.35s ease;
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .left-sidebar-wrapper {
      display: table;
    }
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .left-sidebar-spacer {
      display: table-row;
      border-top-width: 0;
    }
  }
  @media (max-width: 767.98px) {
    .be-fixed-sidebar.be-offcanvas-menu .be-left-sidebar .left-sidebar-content {
      position: absolute;
    }
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .progress-widget {
      display: block;
    }
  }
  @media (max-width: 767.98px) {
    .be-offcanvas-menu .be-left-sidebar .be-navbar-header {
      display: block;
    }
  }
  .be-offcanvas-menu .be-left-sidebar .be-navbar-header .navbar-brand {
    padding-left: 0;
    background-position: 0 center;
  }
  .be-left-sidebar .left-sidebar-top::after {
    display: block;
    clear: both;
    content: "";
  }
  .be-left-sidebar .left-sidebar-top {
    border-bottom: 1px solid rgb(237.15, 237.15, 237.15);
  }
  @media (min-width: 768px) {
    body.open-left-sidebar .be-left-sidebar {
      left: 0;
    }
  }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    body.open-left-sidebar .be-wrapper {
      overflow: hidden;
    }
    body.open-left-sidebar .be-left-sidebar {
      transform: translate3d(0, 0, 0);
    }
  }
  .be-left-sidebar .progress-widget {
    padding: 20px;
    cursor: pointer;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget {
    padding: 13px 14px;
    margin-top: 25px;
  }
  .be-fixed-sidebar .be-left-sidebar .progress-widget {
    margin-top: 0;
  }
  .be-left-sidebar .progress-widget .progress-data {
    color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
  }
  .be-left-sidebar .progress-widget .progress-value {
    float: right;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .progress-value {
    float: none;
    display: block;
    text-align: center;
    font-size: 0.8462rem;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .name {
    display: none;
  }
  .be-left-sidebar .progress-widget .progress {
    margin: 10px 0 0;
    height: 8px;
    background-color: rgb(244.8, 244.8, 244.8);
    border-radius: 2px;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .progress {
    height: 5px;
    margin-top: 7px;
  }
  .be-left-sidebar .progress-widget:hover {
    background-color: rgb(249.9, 249.9, 249.9);
  }
  .be-left-sidebar .progress-widget:hover .progress {
    background-color: rgb(239.7, 239.7, 239.7);
  }
  @media (max-width: 767.98px) {
    .be-left-sidebar .progress-widget {
      display: none;
    }
  }
  /*------------------------------------------------------------------
    [Right sidebar]
  */
  .be-right-sidebar {
    position: fixed;
    background-color: #fafafa;
    margin-top: 82px;
    padding-bottom: 82px;
    width: 290px;
    height: 100%;
    right: -290px;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgb(232.15, 232.15, 232.15);
    z-index: 1031;
  }
  .be-animate .be-right-sidebar {
    transition: all 0.35s ease;
  }
  @media (min-width: 768px) {
    .be-boxed-layout .be-right-sidebar {
      position: absolute;
    }
  }
  @media (min-width: 768px) {
    body.open-right-sidebar .be-right-sidebar {
      right: 0;
    }
  }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    body.open-right-sidebar .be-wrapper {
      overflow: hidden;
    }
    body.open-right-sidebar .be-right-sidebar {
      transform: translate3d(0, 0, 0);
    }
  }
  .be-right-sidebar .sb-content {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .be-right-sidebar .tab-navigation .nav-tabs {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
  }
  .be-right-sidebar .tab-navigation .nav-tabs > li.nav-item {
    margin-right: 0;
  }
  .be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link {
    background-color: rgb(242.35, 242.35, 242.35);
    border-width: 0;
    padding: 15px 10px;
    min-width: auto;
    font-size: 1.077rem;
  }
  .be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link .icon {
    font-size: 1.923rem;
    color: rgb(170.34, 170.34, 170.34);
  }
  .be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:hover {
    border: 0;
    background-color: rgb(246.175, 246.175, 246.175);
    color: rgb(46.1363636364, 48.9045454545, 75.6636363636);
  }
  .be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:focus {
    border: 0;
  }
  .be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link.active {
    color: #297ce0;
    background-color: transparent;
  }
  @media (max-width: 767.98px) {
    .be-right-sidebar .tab-navigation .nav-justified > li {
      display: table-cell;
    }
    .be-right-sidebar .tab-navigation .nav-justified > li > a {
      margin-bottom: 0;
      min-width: 40px;
    }
  }
  .be-right-sidebar .tab-panel {
    height: 100%;
    display: table-row;
  }
  .be-right-sidebar .tab-panel .tab-content {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
    background: transparent;
    display: table-cell;
    overflow: hidden;
  }
  .be-right-sidebar .tab-panel .tab-content .tab-pane {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .be-right-sidebar .tab-panel .tab-content .tab-pane > .content {
    overflow: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .be-right-sidebar .tab-panel .tab-content .tab-pane h2 {
    font-size: 1.154rem;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(234.7, 234.7, 234.7);
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 18px;
  }
  .be-right-sidebar .tab-panel .tab-content .bottom-input {
    position: relative;
    border-top: 1px solid rgb(242.35, 242.35, 242.35);
  }
  .be-right-sidebar .tab-panel .tab-content .bottom-input > input {
    border: 0;
    background-color: #fafafa;
    color: #323552;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 20px;
    outline: none;
  }
  .be-right-sidebar .tab-panel .tab-content .bottom-input > span {
    position: absolute;
    color: rgb(170.34, 170.34, 170.34);
    right: 15px;
    top: 50%;
    font-size: 1.538rem;
    margin-top: -10px;
    cursor: pointer;
  }
  .be-right-sidebar .tab-panel .tab-content .bottom-input > span:hover {
    color: rgb(208.59, 208.59, 208.59);
  }
  @media (max-width: 767.98px) {
    .be-right-sidebar {
      width: 290px;
      right: 0;
      transform: translate3d(100%, 0, 0);
      margin-top: 0;
      padding-bottom: 0;
    }
    .be-right-sidebar .tab-panel .tab-content > .chat {
      width: 100%;
    }
    .be-right-sidebar .tab-panel .tab-content > .chat .chat-contacts,
    .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
      width: 100%;
    }
    .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
      left: 100%;
    }
    .be-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
      left: -100%;
    }
  }
  @media (max-width: 320px) {
    .be-right-sidebar {
      width: 90%;
    }
  }
  .tab-chat {
    white-space: nowrap;
    font-size: 0;
    width: 290px;
  }
  .tab-chat h2 {
    margin: 30px 20px 15px;
    line-height: 1.1;
  }
  .tab-chat .contact-list {
    font-size: 0.9231rem;
  }
  .tab-chat .contact-list .user a {
    display: block;
    padding: 11px 25px;
    overflow: hidden;
  }
  .tab-chat .contact-list .user a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
  }
  .tab-chat .contact-list .user a .user-data,
  .tab-chat .contact-list .user a .user-data2 {
    padding-left: 40px;
    line-height: 16px;
  }
  .tab-chat .contact-list .user a .user-data .status,
  .tab-chat .contact-list .user a .user-data2 .status {
    background-color: #00b777;
    border-radius: 50%;
    float: right;
    width: 7px;
    height: 7px;
    position: relative;
    top: 5px;
  }
  .tab-chat .contact-list .user a .user-data .status.offline,
  .tab-chat .contact-list .user a .user-data2 .status.offline {
    background-color: #e65a5a;
  }
  .tab-chat .contact-list .user a .user-data .status.away,
  .tab-chat .contact-list .user a .user-data2 .status.away {
    background-color: #f2c329;
  }
  .tab-chat .contact-list .user a .user-data .name,
  .tab-chat .contact-list .user a .user-data2 .name {
    color: #323552;
    font-weight: 500;
    font-size: 1rem;
  }
  .tab-chat .contact-list .user a .user-data .message,
  .tab-chat .contact-list .user a .user-data2 .message {
    display: block;
    color: #999999;
    font-size: 1rem;
  }
  .tab-chat .contact-list .user a .user-data2 {
    margin-top: 7px;
  }
  .tab-chat .contact-list .user a:hover {
    background-color: rgb(244.9, 244.9, 244.9);
  }
  .tab-chat .contact-list-recent {
    margin-bottom: 30px;
  }
  .tab-chat .chat-contacts,
  .tab-chat .chat-window {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
    position: absolute;
    left: 0;
    transition: left 0.3s ease;
  }
  .tab-chat .chat-contacts .chat-sections {
    height: 100%;
    display: table-row;
  }
  .tab-chat .chat-contacts .chat-sections .be-scroller {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .tab-chat .chat-contacts .chat-sections .content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .tab-chat .chat-contacts .search {
    position: relative;
  }
  .tab-chat .chat-window {
    height: 100%;
    left: 290px;
    display: table;
    table-layout: fixed;
  }
  .tab-chat .chat-window .title {
    padding: 20px 10px;
    padding-right: 20px;
    overflow: hidden;
  }
  .tab-chat .chat-window .title .icon {
    font-size: 2.077rem;
    width: 27px;
    text-align: center;
    color: rgb(178.5, 178.5, 178.5);
    position: relative;
    vertical-align: middle;
    cursor: pointer;
  }
  .tab-chat .chat-window .title .user {
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 13px;
  }
  .tab-chat .chat-window .title .user img {
    height: 35px;
    width: 35x;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
  }
  .tab-chat .chat-window .title .user h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .tab-chat .chat-window .title .user span {
    display: block;
    font-size: 0.9231rem;
    color: #999999;
  }
  .tab-chat .chat-window .chat-messages {
    height: 100%;
    display: table-row;
    font-size: 1rem;
  }
  .tab-chat .chat-window .chat-messages .be-scroller {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: none;
  }
  .tab-chat .chat-window .chat-messages .content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .tab-chat .chat-window .chat-messages ul {
    outline: none;
    margin: 0;
    padding: 0;
  }
  .tab-chat .chat-window .chat-messages ul > li {
    display: block;
    list-style: none;
    padding: 9px 16px;
  }
  .tab-chat .chat-window .chat-messages ul > li .msg {
    position: relative;
    display: inline-block;
    background-color: rgb(49.9093877551, 129.453877551, 225.2906122449);
    color: #ffffff;
    font-size: 1rem;
    padding: 6px 8px;
    border-radius: 3px;
    white-space: normal;
    text-align: left;
    margin-left: 40px;
  }
  .tab-chat .chat-window .chat-messages ul > li .msg:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 7px;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgb(49.9093877551, 129.453877551, 225.2906122449);
    border-top: 6px solid transparent;
  }
  .tab-chat .chat-window .chat-messages ul > li.friend .msg {
    background-color: rgb(239.7, 239.7, 239.7);
    color: rgb(71.25, 75.525, 116.85);
    margin-left: 0;
    margin-right: 40px;
  }
  .tab-chat .chat-window .chat-messages ul > li.friend .msg:after {
    right: auto;
    left: -5px;
    border-left-width: 0;
    border-right: 5px solid rgb(239.7, 239.7, 239.7);
  }
  .tab-chat .chat-window .chat-messages ul > li.self {
    text-align: right;
  }
  .tab-chat .chat-window .chat-input {
    position: relative;
  }
  .tab-chat .chat-window .chat-input .input-wrapper {
    border-top: 1px solid rgb(242.35, 242.35, 242.35);
  }
  .tab-chat .chat-window .chat-input .input-wrapper > input {
    border: 0;
    background-color: #fafafa;
    color: rgb(178.5, 178.5, 178.5);
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    padding: 15px 20px;
    padding-left: 42px;
    padding-right: 40px;
    outline: none;
  }
  .tab-chat .chat-window .chat-input .input-wrapper > span {
    position: absolute;
    color: rgb(170.34, 170.34, 170.34);
    right: 15px;
    top: 50%;
    font-size: 1.538rem;
    margin-top: -10px;
    cursor: pointer;
  }
  .tab-chat .chat-window .chat-input .input-wrapper > span:hover {
    color: rgb(208.59, 208.59, 208.59);
  }
  .tab-chat .chat-window .chat-input .input-wrapper .photo {
    left: 15px;
    font-size: 1.692rem;
    top: 50%;
    right: auto;
  }
  .tab-chat.chat-opened .chat-contacts {
    left: -290px;
  }
  .tab-chat.chat-opened .chat-window {
    left: 0;
  }
  .tab-todo .todo-container {
    height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .tab-todo .todo-wrapper {
    display: table-row;
    height: 100%;
  }
  .tab-todo .be-scroller {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .tab-todo .todo-content {
    padding: 10px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tab-todo .category-title {
    display: block;
    font-size: 1.154rem;
    font-weight: 400;
    color: rgb(99.3863636364, 105.0795454545, 160.1136363636);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(234.7, 234.7, 234.7);
    margin-bottom: 15px;
  }
  .todo-list {
    list-style: none;
    padding: 4px 0 1px;
    margin-bottom: 15px;
  }
  .todo-list > li {
    margin: 0;
    padding: 0;
  }
  .todo-list > li .custom-checkbox {
    display: block;
    margin-right: 4px;
  }
  .todo-list > li .custom-checkbox.custom-control {
    margin-bottom: 0.7rem;
  }
  .todo-list > li .custom-checkbox input[type=checkbox] ~ .custom-control-label {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
  }
  .todo-list > li .custom-checkbox input[type=checkbox] ~ .custom-control-label::before {
    margin-top: 5px;
    margin-right: 8px;
  }
  .todo-list > li .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label {
    text-decoration: line-through;
    color: rgb(131.0681818182, 135.6022727273, 179.4318181818);
  }
  .todo-list > li .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after {
    margin-top: 5px;
  }
  .todo-list > li .custom-checkbox .delete {
    display: none;
    float: right;
    font-size: 1.308rem;
    color: rgb(162.75, 166.125, 198.75);
    line-height: 22px;
    margin-left: 5px;
    cursor: pointer;
  }
  .todo-list > li .custom-checkbox .delete:hover {
    color: rgb(99.3863636364, 105.0795454545, 160.1136363636);
  }
  .todo-list > li .custom-checkbox:hover .delete {
    display: inline-block;
  }
  .tab-settings .settings-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .tab-settings .be-scroller {
    padding: 10px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tab-settings .category-title {
    display: block;
    font-size: 1.154rem;
    font-weight: 400;
    color: rgb(99.3863636364, 105.0795454545, 160.1136363636);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(234.7, 234.7, 234.7);
    margin-bottom: 15px;
  }
  .settings-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .settings-list > li {
    margin: 0;
    padding: 5px 0;
    line-height: 24px;
    font-size: 1.077rem;
  }
  .settings-list > li .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .settings-list > li .switch-button {
    float: right;
    margin-left: 5px;
  }
  /*------------------------------------------------------------------
    [Main content]
  */
  .be-content {
    position: relative;
    left: 0;
    margin-left: 230px;
    min-height: 100%;
  }
  @media (max-width: 767.98px) {
    .be-content {
      margin-left: 0;
    }
  }
  @media print {
    .be-content {
      margin-left: 0;
    }
  }
  .be-nosidebar-left .be-content {
    margin-left: 0;
  }
  .be-collapsible-sidebar-collapsed .be-content {
    margin-left: 60px;
  }
  @media (max-width: 767.98px) {
    .be-collapsible-sidebar-collapsed .be-content {
      margin-left: 0;
    }
  }
  .be-offcanvas-menu .be-content {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .be-boxed-layout .be-content {
      margin-left: 0;
      overflow: hidden;
    }
  }
  .main-content {
    padding: 25px;
  }
  @media (max-width: 991.98px) {
    .main-content {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 30px;
    }
  }
  @media (max-width: 767.98px) {
    .main-content {
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 20px;
    }
  }
  @media (max-width: 575.98px) {
    .main-content {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  .be-no-padding .main-content {
    padding: 0;
  }
  /*------------------------------------------------------------------
    [Page head]
  */
  .page-header {
    display: flex;
    justify-content: space-between;
  }
  .toolbar-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .page-head {
    padding: 20px 25px 10px;
    position: relative;
  }
  @media print {
    .page-head {
      display: none;
    }
  }
  .page-head-title {
    display: block;
    margin-bottom: 5px;
    margin-top: 6px;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 2.154rem;
    color: hsl(0, 0%, 42%);
    line-height: 36px;
  }
  .page-head-description {
    display: block;
    color: hsl(0, 0%, 43%);
    font-size: 1.077rem;
    font-weight: 300;
  }
  .page-head .breadcrumb {
    background-color: transparent;
    padding: 3px 0;
    margin-bottom: 7px;
    line-height: 16px;
  }
  .page-head .breadcrumb > li {
    font-size: 1.077rem;
    font-weight: 300;
  }
  .page-head .breadcrumb > li + li:before {
    padding: 0 5px;
    color: hsl(0, 0%, 64%);
  }
  .page-head .breadcrumb > li > a {
    color: hsl(0, 0%, 37%);
  }
  .page-head .breadcrumb > li > a:hover {
    color: hsl(0, 0%, 19%);
  }
  .page-head .breadcrumb > .active {
    color: hsl(0, 0%, 48%);
  }
  @media (max-width: 767.98px) {
    .page-head {
      padding: 18px 10px 0;
      display: none;
    }
    .page-head-title {
      font-size: 1.846rem;
      line-height: 28px;
    }
  }
  /*------------------------------------------------------------------
    [Page aside]
  */
  .be-aside .main-content {
    margin-left: 280px;
    width: auto;
  }
  @media (max-width: 767.98px) {
    .be-aside .main-content {
      margin-left: inherit;
    }
  }
  .be-aside .be-content {
    height: 100%;
  }
  .be-aside .content {
    height: 100%;
  }
  .page-aside {
    background: none repeat scroll 0 0 #ffffff;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 230px;
    border-right: 1px solid rgb(229.5, 229.5, 229.5);
    margin-top: 82px;
    padding-bottom: 82px;
  }
  .no-border .page-aside {
    border-width: 0;
  }
  .page-aside .be-scroller {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .page-aside .content {
    padding: 20px 22px;
    position: relative;
  }
  @media (max-width: 767.98px) {
    .page-aside {
      width: 100%;
      display: block;
      height: auto;
      position: relative;
      margin-top: 0;
      padding-bottom: 0;
      left: 0;
      border-bottom: 2px solid rgb(242.25, 242.25, 242.25);
    }
  }
  .aside-header {
    margin-bottom: 5px;
  }
  .aside-header .title {
    display: block;
    margin: 16px 0 0;
    font-size: 27px;
    line-height: 27px;
    font-weight: 300;
  }
  .aside-header .navbar-toggle {
    background: rgba(0, 0, 0, 0);
    display: none;
    outline: none;
    border: 0;
    padding: 0 11px 0 0;
    text-align: right;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  @media (max-width: 767.98px) {
    .aside-header .navbar-toggle {
      display: block;
    }
  }
  .aside-header .navbar-toggle .icon {
    font-size: 1.538rem;
    color: rgb(178.5909090909, 181.3863636364, 208.4090909091);
  }
  .aside-header .description {
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    margin: 0;
  }
  .aside-nav {
    display: block;
    visibility: visible;
  }
  .aside-nav .nav li a {
    color: #323552;
    padding: 13px 22px;
  }
  .aside-nav .nav li.active a {
    color: #297ce0;
  }
  .aside-nav .nav li.active a .icon {
    color: #297ce0;
  }
  .aside-nav .nav li .badge {
    float: right;
    font-size: 0.9231rem;
    font-weight: 300;
    padding: 1px 7px;
  }
  .aside-nav .nav li .icon {
    font-size: 1.462rem;
    vertical-align: middle;
    text-align: center;
    min-width: 19px;
    margin-right: 3px;
    color: rgb(75.1136363636, 79.6204545455, 123.1863636364);
  }
  .aside-nav .title {
    display: block;
    color: rgb(131.0681818182, 135.6022727273, 179.4318181818);
    font-size: 0.8462rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 8px 22px 4px;
  }
  @media (max-width: 767.98px) {
    .aside-nav {
      border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    }
    .aside-nav.collapse {
      display: none;
    }
    .aside-nav.show {
      display: block;
    }
  }
  .be-aside-header {
    background-color: #ffffff;
    padding: 37px 25px;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .be-aside-header {
      padding: 20px 25px;
    }
  }
  .be-aside-header-title {
    display: block;
    margin: 3px 0 0;
    font-size: 1.769rem;
    font-weight: 300;
  }
  @media (max-width: 991.98px) {
    .be-aside-header-title {
      margin-bottom: 10px;
    }
  }
  .be-aside-header-title .icon {
    font-size: 1.769rem;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .be-aside-header-title .new-messages {
    font-size: 1rem;
    color: rgb(115.2272727273, 120.3409090909, 169.7727272727);
    margin-left: 3px;
  }
  .be-aside-header-filters {
    padding: 0 20px 30px;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    background-color: #ffffff;
    display: table;
    width: 100%;
  }
  .be-aside-header-filters .dropdown-toggle:after {
    display: inline-block;
  }
  .be-aside-header-filters > div {
    display: table-cell;
    vertical-align: middle;
  }
  @media (max-width: 991.98px) {
    .be-aside-header-filters > div {
      vertical-align: top;
    }
  }
  @media (max-width: 991.98px) {
    .be-aside-header-filters .btn-group + .btn-group {
      margin-left: 0;
    }
  }
  .be-aside-header-filters .be-select-all.be-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
  .be-aside-header-filters .be-select-all.be-checkbox label:before {
    margin-right: 18px;
  }
  .be-aside-header-filters .be-aside-header-filters-right {
    text-align: right;
  }
  .be-aside-header-filters input {
    margin-right: 8px;
  }
  .be-aside-pagination-indicator {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .be-aside-pagination-indicator {
      margin-right: 0;
    }
  }
  .be-aside-pagination-nav .btn {
    min-width: 30px;
  }
  .be-aside-pagination-nav .btn i {
    font-size: 1.615rem;
    vertical-align: middle;
  }
  /*------------------------------------------------------------------
    [Splash screen]
  */
  .be-splash-screen {
    background-color: #f1f5f9;
  }
  .be-splash-screen .be-wrapper {
    padding-top: 0;
  }
  .be-splash-screen .be-wrapper .be-content {
    margin: 0;
  }
  .splash-container {
    max-width: 401px;
    margin: 50px auto;
  }
  .splash-container .card {
    margin-bottom: 30px;
  }
  .splash-container .card .card-header {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .splash-container .card .card-body {
    padding: 20px 30px 15px;
  }
  .splash-container .card .card-body .custom-checkbox {
    display: inline-block;
    margin: 0;
  }
  @media (max-width: 767.98px) {
    .splash-container {
      margin-top: 50px;
    }
  }
  .splash-title {
    text-align: center;
    display: block;
    font-size: 1.308rem;
    font-weight: 300;
  }
  .splash-description {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 1rem;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    margin-top: 11px;
    padding-bottom: 10px;
  }
  .splash-footer {
    text-align: center;
  }
  /*------------------------------------------------------------------
  	[Scroll to top button]
  */
  .be-scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 14px;
    display: none;
    transition: background-color 0.2s ease;
    border-radius: 4px;
    z-index: 1071;
  }
  @media print {
    .be-scroll-top {
      display: none !important;
    }
  }
  .be-scroll-top:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .be-scroll-top:hover, .be-scroll-top:focus {
    color: #ffffff;
  }
  .be-scroll-top:before {
    content: "\f2fc";
    font-family: "Material Icons";
    font-size: 2.538rem;
    display: inline-block;
    vertical-align: middle;
  }
  /*------------------------------------------------------------------
    [Sub Navigation]
  */
  .be-sub-navigation {
    background-color: #f5f5f5;
    border-color: rgb(227.15, 227.15, 227.15);
    border-width: 0;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    padding: 0;
    margin-bottom: 18px;
  }
  @media (max-width: 767.98px) {
    .be-sub-navigation {
      background-color: #ffffff;
      border-bottom-width: 0;
      display: block;
    }
  }
  .be-sub-navigation .navbar-collapse {
    border-color: rgb(227.15, 227.15, 227.15);
    padding: 0;
    justify-content: center;
  }
  @media (max-width: 767.98px) {
    .be-sub-navigation .navbar-collapse {
      border-top: 1px solid #ffffff;
    }
  }
  .be-sub-navigation .navbar-nav {
    display: flex;
    float: none;
    justify-content: center;
  }
  @media (max-width: 767.98px) {
    .be-sub-navigation .navbar-nav {
      width: 100%;
      flex-direction: column;
      margin: 0;
      padding: 15px 0;
      background-color: white;
    }
  }
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #333;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.show {
    display: block;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.show > a,
  .be-sub-navigation .navbar-nav > li.nav-item.show > a:focus {
    color: #333333;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.show > a:hover {
    color: #297ce0;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu {
    margin-top: 12px;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:after, .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    left: 42px;
    margin-left: -6px;
    position: absolute;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before {
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: rgb(226.95, 226.95, 226.95);
    margin-left: -7px;
    top: -9px;
  }
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link {
    padding: 16px 15px;
    line-height: 18px;
    color: #777;
  }
  @media (max-width: 767.98px) {
    .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link {
      font-size: 1.077rem;
      padding: 10px 20px;
      color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
    }
  }
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle .mdi-caret-down {
    font-size: 1.385rem;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -2px;
  }
  @media (max-width: 767.98px) {
    .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle .mdi-caret-down {
      color: rgb(206.55, 206.55, 206.55);
      float: right;
      line-height: 1.3;
    }
  }
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle:after {
    display: none;
  }
  @media (max-width: 767.98px) {
    .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu {
      background-color: rgb(247.86, 247.86, 247.86);
      padding: 10px 0;
      border-top: 1px solid rgb(239.7, 239.7, 239.7);
      border-right: 0;
      border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
      border-left: 0;
      border-radius: 0;
      position: static;
      float: none;
      width: auto;
      box-shadow: none;
    }
    .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before, .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:after {
      display: none;
    }
    .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu > a {
      color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
      padding: 8px 15px 8px 49px;
      padding-left: 22px;
    }
  }
  .be-sub-navigation-collapse {
    padding: 16px 10px;
    color: #323552;
    border-bottom: 1px solid #ffffff;
    display: none;
  }
  .be-sub-navigation-collapse.collapsed {
    border-bottom: 1px solid rgb(237.15, 237.15, 237.15);
    transition: border-bottom-color 0.4s ease;
  }
  .be-sub-navigation-collapse.collapsed:before {
    content: "\f2f2";
  }
  .be-sub-navigation-collapse:before {
    content: "\f2f8";
    float: right;
    font-family: "Material Icons";
    font-size: 2.077rem;
    line-height: 22px;
    color: rgb(206.55, 206.55, 206.55);
  }
  .be-sub-navigation-collapse:focus {
    color: #323552;
  }
  .be-sub-navigation-collapse:hover {
    color: #333333;
  }
  @media (max-width: 767.98px) {
    .be-sub-navigation-collapse {
      display: block;
      width: 100%;
      font-size: 1.077rem;
      font-weight: 300;
    }
  }
  /*------------------------------------------------------------------
    [Forms]
  */
  /*------------------------------------------------------------------
    [Switch button]
  */
  .switch-button {
    display: inline-block;
    border-radius: 50px;
    background-color: rgb(178.5, 178.5, 178.5);
    width: 60px;
    height: 27px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
  }
  .switch-button input[type=checkbox] {
    display: none;
  }
  .switch-button label {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #fff inset;
    background-color: #ffffff;
    margin: 0;
    height: 19px;
    width: 19px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-clip: padding-box;
  }
  .switch-button label:before {
    position: absolute;
    font-size: 0.8462rem;
    font-weight: 600;
    z-index: 0;
    content: "OFF";
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    top: 0;
    text-align: right;
    padding-right: 10px;
    color: #ffffff;
  }
  .switch-button input[type=checkbox]:checked + span {
    background-color: #297ce0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
  }
  .switch-button input[type=checkbox]:checked + span label {
    float: right;
    border-color: rgb(30.3040816327, 111.4408163265, 209.1959183673);
  }
  .switch-button input[type=checkbox]:checked + span label:before {
    position: absolute;
    font-size: 0.8462rem;
    font-weight: 600;
    z-index: 0;
    content: "ON";
    color: #ffffff;
    left: 0;
    text-align: left;
    padding-left: 10px;
  }
  .switch-button.switch-button-yesno label:before {
    content: "NO";
  }
  .switch-button.switch-button-yesno input[type=checkbox]:checked + span label:before {
    content: "YES";
  }
  .switch-button.switch-button-xs {
    height: 20px;
    width: 53px;
    line-height: 16px;
  }
  .switch-button.switch-button-xs label {
    height: 12px;
    width: 12px;
  }
  .switch-button.switch-button-xs label:before {
    line-height: 21px;
  }
  .switch-button.switch-button-xs {
    width: 50px;
  }
  .switch-button.switch-button-sm {
    height: 24px;
    width: 57px;
    line-height: 20px;
  }
  .switch-button.switch-button-sm label {
    height: 16px;
    width: 16px;
  }
  .switch-button.switch-button-sm label:before {
    line-height: 25px;
  }
  .switch-button.switch-button-lg {
    height: 30px;
    width: 63px;
    line-height: 26px;
  }
  .switch-button.switch-button-lg label {
    height: 22px;
    width: 22px;
  }
  .switch-button.switch-button-lg label:before {
    line-height: 31px;
  }
  .switch-button.switch-button-lg {
    width: 65px;
  }
  .switch-button.switch-button-success {
    background-color: rgb(178.5, 178.5, 178.5);
  }
  .switch-button.switch-button-success label {
    border-color: rgb(170.85, 170.85, 170.85);
  }
  .switch-button.switch-button-success input[type=checkbox]:checked + span {
    background-color: #c2e24f;
  }
  .switch-button.switch-button-success input[type=checkbox]:checked + span label {
    border-color: rgb(186.412195122, 222.3926829268, 57.1073170732);
  }
  .switch-button.switch-button-warning {
    background-color: rgb(178.5, 178.5, 178.5);
  }
  .switch-button.switch-button-warning label {
    border-color: rgb(170.85, 170.85, 170.85);
  }
  .switch-button.switch-button-warning input[type=checkbox]:checked + span {
    background-color: #fbbc05;
  }
  .switch-button.switch-button-warning input[type=checkbox]:checked + span label {
    border-color: rgb(226.8700787402, 169.6988188976, 3.6299212598);
  }
  .switch-button.switch-button-danger {
    background-color: rgb(178.5, 178.5, 178.5);
  }
  .switch-button.switch-button-danger label {
    border-color: rgb(170.85, 170.85, 170.85);
  }
  .switch-button.switch-button-danger input[type=checkbox]:checked + span {
    background-color: #ef7b78;
  }
  .switch-button.switch-button-danger input[type=checkbox]:checked + span label {
    border-color: rgb(236.298013245, 100.7086092715, 97.201986755);
  }
  /*------------------------------------------------------------------
    [Elements]
  */
  /*------------------------------------------------------------------
    [Widgets]
  */
  .widget {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 3px;
  }
  .widget.widget-fullwidth {
    padding: 0;
  }
  .widget.widget-fullwidth .widget-head {
    padding: 20px 20px 10px;
    margin-bottom: 0;
  }
  @media (max-width: 575.98px) {
    .widget.widget-fullwidth .widget-head {
      padding-left: 15px;
      padding-left: 15px;
    }
  }
  .widget.widget-fullwidth .widget-chart-container .counter {
    left: 20px;
  }
  .widget.widget-fullwidth .chart-table table {
    margin-bottom: 0;
  }
  .widget.widget-small {
    margin-bottom: 20px;
  }
  .widget.widget-small.widget-fullwidth > .widget-head {
    padding: 20px 15px 10px;
  }
  .widget th {
    border-top: 0;
  }
  .widget-head {
    margin-bottom: 20px;
    display: block;
    border-radius: 3px 3px 0 0;
  }
  .widget-head::after {
    display: block;
    clear: both;
    content: "";
  }
  .widget-head .title {
    display: block;
    font-size: 1.385rem;
    font-weight: 300;
  }
  .widget-head .description {
    display: block;
    color: hsl(0, 0%, 62%);
    line-height: 22px;
    font-weight: 300;
  }
  .widget-head .tools {
    float: right;
    margin-left: 10px;
  }
  .widget-head .tools .icon {
    display: inline-block;
    font-size: 1.538rem;
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(186.15, 186.15, 186.15);
    min-width: 1.538rem;
    text-align: center;
  }
  .widget-head .tools .icon + .icon {
    margin-left: 2px;
  }
  .widget-head .tools .icon:hover {
    color: rgb(165.75, 165.75, 165.75);
  }
  .widget-head .tools .value {
    font-size: 1.846rem;
    line-height: 22px;
  }
  .widget-head .tools .dropdown {
    display: inline-block;
  }
  .widget-head .tools .dropdown-menu {
    right: 0;
    left: auto;
  }
  .widget-head .button-toolbar {
    float: right;
  }
  @media (max-width: 767.98px) {
    .widget-head .button-toolbar .btn-group {
      margin-bottom: 5px;
    }
  }
  .widget-head .button-toolbar .btn-group + * {
    margin-left: 7px;
  }
  .widget-head .button-toolbar .dropdown-menu {
    right: 0;
    left: auto;
  }
  .widget-chart-container {
    position: relative;
  }
  .widget-chart-container .counter {
    min-height: auto;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
  }
  .widget-chart-container .counter-inline {
    position: relative;
    display: inline-block;
  }
  .widget-chart-container .counter .value {
    font-size: 1.846rem;
  }
  .widget-chart-container .counter .desc {
    text-transform: uppercase;
    font-size: 0.8462rem;
    color: rgb(135.8204545455, 140.1806818182, 182.3295454545);
  }
  .widget-chart-container .counter-big .value {
    display: block;
    font-size: 2.077rem;
    line-height: 2.077rem;
    font-weight: 300;
    margin-bottom: 5px;
  }
  .widget-chart-container .indicator-equal .icon {
    color: #297ce0;
  }
  .widget-chart-container .indicator-positive .icon {
    color: #c2e24f;
  }
  .widget-chart-container .indicator-negative .icon {
    color: #ef7b78;
  }
  .widget-chart-container .indicator .icon {
    font-size: 1.923rem;
    margin-right: 7px;
    line-height: 24px;
    vertical-align: middle;
  }
  .widget-chart-container .indicator .number {
    font-size: 1.538rem;
    vertical-align: middle;
  }
  .widget-chart-info::after {
    display: block;
    clear: both;
    content: "";
  }
  @media (max-width: 767.98px) {
    .widget-chart-info + .widget-counter-group {
      margin-top: 15px;
    }
  }
  .widget-fullwidth .widget-chart-info {
    padding: 9px 20px 0;
  }
  .widget-counter-group {
    padding: 0 20px 10px;
  }
  .widget-counter-group-right {
    text-align: right;
  }
  .widget-counter-group .counter {
    position: static;
    display: inline-block;
  }
  .widget-counter-group .counter + .counter {
    margin-left: 20px;
  }
  /*------------------------------------------------------------------
    [Charts]
  */
  .chart-legend table {
    width: 100%;
  }
  .chart-legend table tr td {
    padding: 6px 0;
    vertical-align: middle;
  }
  .chart-legend-color > span {
    display: block;
    background-color: hsl(0, 0%, 95%);
    height: 10px;
    width: 10px;
  }
  .chart-legend-value {
    text-align: right;
  }
  .chart-legend-horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 14px;
  }
  .chart-legend-horizontal > li {
    display: inline-block;
  }
  .chart-legend-horizontal > li + li {
    margin-left: 14px;
  }
  .chart-legend-horizontal > li > span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: hsl(0, 0%, 95%);
    margin-right: 2px;
  }
  .chart-pie-counter {
    diplay: block;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 3.846rem;
    margin-top: -1.923rem;
    font-size: 3.846rem;
    font-weight: 300;
  }
  /*------------------------------------------------------------------
    [Colors]
  */
  .clr-primary {
    background-color: #297ce0;
  }
  .clr-success {
    background-color: #c2e24f;
  }
  .clr-warning {
    background-color: #fbbc05;
  }
  .clr-danger {
    background-color: #ef7b78;
  }
  .clr-grey {
    background-color: #cccccc;
  }
  /*------------------------------------------------------------------
    [Grid]
  */
  .bs-grid-block {
    border: 2px dashed rgb(181.024, 202.16, 223.296);
    font-weight: 300;
    font-size: 1.538rem;
    color: rgb(102.5545454545, 108.1318181818, 162.0454545455);
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
  }
  .bs-grid-block .content {
    display: table-cell;
    height: 177px;
    text-align: center;
    vertical-align: middle;
  }
  .bs-grid-block .content .size {
    display: block;
  }
  .bs-grid-block .content .device {
    line-height: 0;
  }
  .bs-grid-block .content .device:after {
    font-size: 1.154rem;
    content: "Large Desktop";
    color: #297ce0;
  }
  @media (max-width: 1199.98px) {
    .bs-grid-block .content .device:after {
      content: "Desktop";
      color: #297ce0;
    }
  }
  @media (max-width: 991.98px) {
    .bs-grid-block .content .device:after {
      content: "Laptop";
      color: #297ce0;
    }
  }
  @media (max-width: 767.98px) {
    .bs-grid-block .content .device:after {
      content: "Tablet";
      color: #c2e24f;
    }
  }
  @media (max-width: 575.98px) {
    .bs-grid-block .content .device:after {
      content: "Phone";
      color: #c2e24f;
    }
  }
  /*------------------------------------------------------------------
    [Icons]
  */
  .icon-container {
    background-color: #ffffff;
    padding: 20px;
    cursor: default;
  }
  .icon-container .icon {
    transition: background-color 300ms ease-in-out;
    background-color: rgb(244.8, 244.8, 244.8);
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 8px;
    padding: 12px;
    padding: 13px;
    text-align: center;
    vertical-align: middle;
  }
  .icon-container .icon span {
    transition: color 300ms ease-in-out;
    font-size: 1.923rem;
    color: rgb(82.8409090909, 87.8113636364, 135.8590909091);
  }
  .icon-container .icon:hover {
    background-color: #297ce0;
  }
  .icon-container .icon:hover span {
    color: #ffffff;
  }
  .icon-container .icon-class {
    transition: color 300ms ease-in-out;
    font-size: 1.385rem;
    font-weight: 300;
    vertical-align: middle;
    color: rgb(82.8409090909, 87.8113636364, 135.8590909091);
  }
  .icon-container:hover .icon {
    background-color: #297ce0;
  }
  .icon-container:hover .icon span {
    color: #ffffff;
  }
  .icon-container:hover .icon-class {
    color: #297ce0;
  }
  .be-icons-list.hide-icons .icon-category .row > div {
    display: none;
  }
  .be-icons-list.hide-icons .icon-category .row > div.icon-visible {
    display: block;
  }
  /*------------------------------------------------------------------
    Loader
  */
  .be-loading {
    position: relative;
  }
  .be-loading:after {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    z-index: 2;
  }
  .be-loading .be-spinner {
    display: none;
  }
  .be-loading-active:after {
    visibility: visible;
    opacity: 1;
  }
  .be-loading-active .be-spinner {
    display: block;
  }
  .be-loading .be-spinner {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    margin-right: -20px;
    z-index: 3;
  }
  .be-spinner svg {
    animation: be-spinner-rotation 1.4s linear infinite;
    stroke: #297ce0;
  }
  .be-spinner svg .circle {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: be-spinner-turn 1.4s ease-in-out infinite;
  }
  @keyframes be-spinner-rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  @keyframes be-spinner-turn {
    0% {
      stroke-dashoffset: 187;
    }
    50% {
      stroke-dashoffset: 46.75;
      transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 187;
      transform: rotate(450deg);
    }
  }
  /*------------------------------------------------------------------
    [Code]
  */
  /* Pretty printing styles. Used with prettify.js. */
  .prettyprint {
    font-size: 0.9231rem;
    line-height: 1.5;
  }
  /* Light Theme*/
  pre {
    color: #555555;
  }
  pre .pln {
    color: #777777;
  }
  pre .str {
    color: #dd1144;
  }
  pre .kwd {
    color: #445588;
  }
  pre .com {
    color: #b8b6b1;
  }
  pre .typ {
    color: #008080;
  }
  pre .lit {
    color: #dd1144;
  }
  pre .pun,
  pre .opn,
  pre .clo {
    color: #949494;
  }
  pre .tag {
    color: #4285f4;
  }
  pre .atn {
    color: hsl(5, 81%, 66%);
  }
  pre .atv {
    color: hsl(231, 73%, 66%);
  }
  pre .dec,
  pre .var {
    color: #dd1144;
  }
  pre .fun {
    color: #445588;
  }
  /*Dark Theme*/
  pre.be-code-dark {
    background-color: #4d4342;
    color: #ffffff;
  }
  pre.be-code-dark .pln {
    color: #ffffff;
  }
  pre.be-code-dark .str {
    color: #b5db99;
  }
  pre.be-code-dark .kwd {
    color: #e9c865;
  }
  pre.be-code-dark .com {
    color: #c3b8b7;
  }
  pre.be-code-dark .typ {
    color: #ff9787;
  }
  pre.be-code-dark .lit {
    color: #b5db99;
  }
  pre.be-code-dark .pun,
  pre.be-code-dark .opn,
  pre.be-code-dark .clo {
    color: #ffffff;
  }
  pre.be-code-dark .tag {
    color: #e9c865;
  }
  pre.be-code-dark .atn {
    color: #ff9787;
  }
  pre.be-code-dark .atv {
    color: #b5db99;
  }
  pre.be-code-dark .dec,
  pre.be-code-dark .var {
    color: #b5db99;
  }
  pre.be-code-dark .fun {
    color: #e9c865;
  }
  /* Specify class=linenums on a pre to get line numbering */
  ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
  } /* IE indents via margin-left */
  li.L0,
  li.L1,
  li.L2,
  li.L3,
  li.L5,
  li.L6,
  li.L7,
  li.L8 {
    list-style-type: none;
  }
  /* Alternate shading for lines */
  li.L1,
  li.L3,
  li.L5,
  li.L7,
  li.L9 {
    background: #eee;
  }
  /*------------------------------------------------------------------
    [Dividers inside panels]
  */
  .card-divider {
    margin: 10px 0;
    border-top: 1px solid rgb(242.25, 242.25, 242.25);
  }
  .card-divider-lg {
    margin: 15px 0;
  }
  .card-divider-xl {
    margin: 20px 0;
  }
  /*------------------------------------------------------------------
    [Pricing tables]
  */
  .pricing-tables {
    margin: 30px 0 20px;
  }
  .pricing-tables > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pricing-table {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    border-top: 3px solid rgb(201.45, 201.45, 201.45);
    padding: 35px 20px;
    background: #ffffff;
    text-align: center;
    margin: 0 0 20px;
  }
  .pricing-table-image {
    margin-bottom: 15px;
  }
  .pricing-table-image svg path {
    fill: rgb(165.75, 165.75, 165.75);
  }
  .pricing-table-title {
    font-size: 1.538rem;
    font-weight: 300;
  }
  .pricing-table-price {
    padding: 5px 0 20px;
  }
  .pricing-table-price .currency {
    vertical-align: top;
  }
  .pricing-table-price .value {
    font-size: 35px;
    line-height: 40px;
  }
  .pricing-table-price .frecuency {
    font-size: 1.538rem;
    font-weight: 300;
  }
  .pricing-table-features {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
  }
  .pricing-table-features > li {
    font-size: 1.077rem;
    font-weight: 300;
    line-height: 33px;
  }
  .pricing-table .btn {
    line-height: 36px;
    min-width: 120px;
  }
  .pricing-table-primary {
    border-color: #297ce0;
  }
  .pricing-table-primary .pricing-table-image svg path {
    fill: #297ce0;
  }
  .pricing-table-primary.pricing-table-color {
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .pricing-table-primary.pricing-table-color .card-divider {
    border-top-color: rgb(29.0134693878, 106.6946938776, 200.2865306122);
  }
  .pricing-table-warning {
    border-color: #fbbc05;
  }
  .pricing-table-warning .pricing-table-image svg path {
    fill: #fbbc05;
  }
  .pricing-table-warning.pricing-table-color {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    border-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .pricing-table-warning.pricing-table-color .card-divider {
    border-top-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
  }
  .pricing-table-success {
    border-color: #c2e24f;
  }
  .pricing-table-success .pricing-table-image svg path {
    fill: #c2e24f;
  }
  .pricing-table-success.pricing-table-color {
    background-color: #c2e24f;
    border-color: #c2e24f;
  }
  .pricing-table-success.pricing-table-color .card-divider {
    border-top-color: rgb(183.3770731707, 220.9497560976, 48.3502439024);
  }
  .pricing-table-danger {
    border-color: #ef7b78;
  }
  .pricing-table-danger .pricing-table-image svg path {
    fill: #ef7b78;
  }
  .pricing-table-danger.pricing-table-color {
    background-color: #ef7b78;
    border-color: #ef7b78;
  }
  .pricing-table-danger.pricing-table-color .card-divider {
    border-top-color: rgb(235.217218543, 91.7920529801, 88.082781457);
  }
  .pricing-table-color {
    color: #ffffff;
  }
  .pricing-table-color .pricing-table-image svg path {
    fill: #ffffff;
  }
  .pricing-table-color .card-divider {
    border-top-color: #ffffff;
  }
  .be-option-buttons {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-around;
  }
  .be-option-button {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #323552;
    padding: 12px 21px;
    border-radius: 3px;
    min-width: 107px;
  }
  .be-option-button:hover {
    background-color: #297ce0;
    color: #ffffff;
  }
  .be-option-button .icon {
    font-size: 1.615rem;
    font-weight: 400;
  }
  /*------------------------------------------------------------------
    [Timeline]
  */
  .timeline {
    margin: 0 auto 40px;
    padding: 0;
    padding-bottom: 20px;
    max-width: 840px;
    position: relative;
  }
  @media (max-width: 767.98px) {
    .timeline {
      padding: 0;
    }
  }
  .timeline:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: rgb(219.3, 219.3, 219.3);
    left: 170px;
    margin-left: -1px;
  }
  @media (max-width: 767.98px) {
    .timeline:before {
      left: 50%;
      margin-left: -1px;
      top: -35px;
    }
  }
  .timeline-item {
    position: relative;
    padding-left: 210px;
    list-style: none;
    margin-bottom: 30px;
  }
  @media (max-width: 767.98px) {
    .timeline-item {
      padding-left: 0;
      margin-top: 60px;
      margin-bottom: 0;
    }
  }
  .timeline-item:before {
    content: "";
    position: absolute;
    top: 34.5px;
    left: 162px;
    border: 2px solid #cccccc;
    width: 16px;
    height: 16px;
    background-color: rgb(237.15, 237.15, 237.15);
    border-radius: 50px;
  }
  @media (max-width: 767.98px) {
    .timeline-item:before {
      display: none;
    }
  }
  .timeline-item:nth-child(4n+1):before {
    border-color: #297ce0;
  }
  .timeline-item:nth-child(4n+2):before {
    border-color: #fbbc05;
  }
  .timeline-item:nth-child(4n+3):before {
    border-color: #c2e24f;
  }
  .timeline-item:nth-child(4n+4):before {
    border-color: #ef7b78;
  }
  .timeline-variant .timeline-item {
    padding-left: 0;
    margin: 30px 0 0;
  }
  @media (max-width: 767.98px) {
    .timeline-variant .timeline-item {
      margin-top: 60px;
    }
  }
  .timeline-variant .timeline-item.right {
    right: 0;
    padding-left: calc(50% + 45px);
  }
  @media (max-width: 767.98px) {
    .timeline-variant .timeline-item.right {
      padding: 0;
    }
  }
  .timeline-variant .timeline-item.left {
    left: 0;
    padding-right: calc(50% + 45px);
  }
  @media (max-width: 767.98px) {
    .timeline-variant .timeline-item.left {
      padding: 0;
    }
  }
  .timeline-variant .timeline-item.left .timeline-content:after {
    right: -5px;
    left: inherit;
  }
  .timeline-variant .timeline-item.left .timeline-content:before {
    right: -5px;
    left: inherit;
  }
  .timeline-variant .timeline-item.left .timeline-icon {
    left: initial;
    right: -67px;
  }
  @media (max-width: 767.98px) {
    .timeline-variant .timeline-item.left .timeline-icon {
      left: 50%;
      margin-left: -18px;
      top: -48px;
    }
  }
  .timeline-variant .timeline-item:before {
    display: none;
  }
  .timeline-date {
    position: absolute;
    display: block;
    left: 0;
    top: 34px;
    width: 145px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 767.98px) {
    .timeline-date {
      width: 100%;
      left: 0;
      top: -40px;
      text-align: center;
    }
    .timeline-date span {
      background-color: rgb(224.4, 224.4, 224.4);
      padding: 5px 8px;
      border-radius: 4px;
      line-height: 25px;
    }
  }
  .timeline-content {
    position: relative;
    background-color: #ffffff;
    padding: 25px 30px 25px 28px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    min-height: 85px;
  }
  .timeline-item-gallery .timeline-content {
    padding-bottom: 15px;
  }
  @media (max-width: 575.98px) {
    .timeline-content {
      padding: 15px 18px;
    }
  }
  .timeline-content:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    transform: rotate(45deg);
    top: 37.5px;
    left: -5px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.07);
    z-index: -1;
  }
  @media (max-width: 767.98px) {
    .timeline-content:after {
      display: none;
    }
  }
  .timeline-content:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 37.5px;
    left: -5px;
  }
  @media (max-width: 767.98px) {
    .timeline-content:before {
      display: none;
    }
  }
  .timeline-avatar {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    overflow: hidden;
    vertical-align: middle;
    float: left;
  }
  .timeline-avatar img {
    width: 100%;
    height: 100%;
  }
  .timeline-header {
    display: block;
    padding: 7px 0 0 46px;
  }
  @media (max-width: 767.98px) {
    .timeline-header {
      padding-top: 0;
    }
  }
  .timeline-variant .timeline-header {
    padding-top: 0;
    line-height: 16px;
  }
  .timeline-autor {
    display: inline-block;
    font-weight: 700;
  }
  .timeline-activity {
    display: inline-block;
    margin: 0;
  }
  .timeline-variant .timeline-activity {
    display: inline;
    line-height: 16px;
  }
  .timeline-time {
    float: right;
    color: rgb(170.85, 170.85, 170.85);
  }
  .timeline-variant .timeline-time {
    float: none;
    display: block;
    line-height: 21px;
  }
  .timeline-summary {
    color: rgb(137.7, 137.7, 137.7);
    margin-top: 4px;
  }
  .timeline-summary p {
    margin-bottom: 0;
  }
  .timeline-variant .timeline-summary {
    margin-top: 20px;
  }
  .timeline-variant .timeline-summary p {
    line-height: 16px;
  }
  .timeline-gallery {
    margin-top: 12px;
  }
  .timeline-variant .timeline-gallery {
    margin-top: 20px;
  }
  .timeline-gallery .gallery-thumbnail {
    display: inline-block;
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .timeline-blockquote {
    margin: 10px 0 0 5px;
    padding: 4px 10px;
    border-left: 4px solid rgb(224.4, 224.4, 224.4);
    color: rgb(137.7, 137.7, 137.7);
  }
  .timeline-variant .timeline-blockquote {
    margin-top: 20px;
  }
  .timeline-blockquote p {
    font-size: 1rem;
  }
  .timeline-blockquote footer {
    color: rgb(137.7, 137.7, 137.7);
  }
  /*Load more button*/
  @media (max-width: 767.98px) {
    .timeline-loadmore {
      text-align: center;
      padding: 0;
      margin-bottom: 40px;
      margin-top: 40px;
    }
  }
  .timeline-loadmore .load-more-btn {
    background-color: rgb(219.3, 219.3, 219.3);
    border-radius: 2px;
    padding: 5px 9px;
    color: rgb(66.3, 66.3, 66.3);
    outline: none;
    font-size: 0.92308rem;
    font-weight: 500;
    position: absolute;
    left: 131px;
  }
  @media (max-width: 767.98px) {
    .timeline-loadmore .load-more-btn {
      position: relative;
      left: 0;
    }
  }
  .timeline-loadmore:before {
    display: none;
  }
  .timeline-variant .timeline-loadmore {
    text-align: center;
    margin-bottom: 40px;
  }
  .timeline-variant .timeline-loadmore .load-more-btn {
    position: relative;
    left: initial;
  }
  /*------------------------------------------------------------------
    [Detailed items content like gallery & blockquote]
  */
  .timeline-item-detailed .timeline-time {
    line-height: 21px;
  }
  .timeline-item-detailed .timeline-header {
    line-height: 21px;
  }
  .timeline-variant .timeline-item-detailed .timeline-header {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 15px;
  }
  .timeline-item-detailed .timeline-avatar {
    vertical-align: top;
  }
  .timeline-variant {
    max-width: none;
    padding-bottom: 0;
  }
  .timeline-variant:before {
    left: 50%;
    z-index: -1;
    top: 70px;
  }
  .timeline-month {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 30px 0 15px;
    padding: 11px 0 12px;
    font-size: 1.385rem;
    background-color: #f1f5f9;
    font-weight: 300;
  }
  .timeline-month:first-child {
    margin-top: 0;
    padding-bottom: 5px;
  }
  .timeline-icon {
    position: absolute;
    color: #ffffff;
    top: 20.5px;
    left: -67px;
    width: 44px;
    height: 44px;
    font-size: 1.538rem;
    border: 2px solid #ffffff;
    text-align: center;
    background-color: rgb(237.15, 237.15, 237.15);
    border-radius: 50%;
  }
  @media (max-width: 767.98px) {
    .timeline-icon {
      left: 50%;
      margin-left: -18px;
      top: -48px;
      width: 38px;
      height: 38px;
      font-size: 1.385rem;
    }
  }
  .timeline-icon > .icon {
    line-height: 40px;
    vertical-align: middle;
  }
  @media (max-width: 767.98px) {
    .timeline-icon > .icon {
      line-height: 34px;
    }
  }
  .file .timeline-icon {
    background-color: #297ce0;
  }
  .comment .timeline-icon {
    background-color: #fbbc05;
  }
  .gallery .timeline-icon {
    background-color: #c2e24f;
  }
  .quote .timeline-icon {
    background-color: #ef7b78;
  }
  .table-filters-container {
    margin: 0;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  }
  .table-filters-container .custom-checkbox {
    white-space: nowrap;
  }
  .table-filters {
    padding: 25px;
    display: flex;
    flex-direction: column;
  }
  .table-filter-title {
    flex: 0 0 auto;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(119.85, 119.85, 119.85);
  }
  #slider-value {
    font-size: 1.462rem;
    font-weight: 400;
  }
  .filter-container {
    padding: 5px 0 15px;
  }
  /*------------------------------------------------------------------
    [Invoice]
  */
  .invoice {
    background-color: #ffffff;
    padding: 100px 100px 70px;
    color: rgb(140.25, 140.25, 140.25);
  }
  @media (max-width: 991.98px) {
    .invoice {
      padding: 50px 50px 35px;
    }
  }
  @media (max-width: 575.98px) {
    .invoice {
      padding: 35px 25px 15px;
    }
  }
  .invoice-header {
    margin-bottom: 100px;
  }
  @media (max-width: 991.98px) {
    .invoice-header {
      margin-bottom: 50px;
    }
  }
  @media (max-width: 575.98px) {
    .invoice-header > div {
      float: none;
      width: 100%;
    }
  }
  .invoice-logo {
    height: 54px;
    min-width: 204px;
    background-image: url("/img/logo-xx.png");
    background-repeat: no-repeat;
    background-position: 0;
  }
  @media (max-width: 991.98px) {
    .invoice-logo {
      height: 27px;
      width: 102px;
      background-image: url("/img/logo.png");
    }
  }
  @media (max-width: 575.98px) {
    .invoice-logo {
      margin: 0 auto 20px;
      float: none;
      min-width: auto;
    }
  }
  @media print {
    .invoice-logo {
      height: 27px !important;
      width: 102px !important;
      background-image: url("/img/logo.png") !important;
      display: block !important;
      background-repeat: no-repeat !important;
    }
  }
  .invoice-order {
    text-align: right;
  }
  @media (max-width: 575.98px) {
    .invoice-order {
      text-align: center;
    }
  }
  .invoice-id {
    display: block;
    font-size: 2.308rem;
    line-height: 2.308rem;
  }
  @media (max-width: 991.98px) {
    .invoice-id {
      font-size: 1.154rem;
      line-height: 1.3849rem;
    }
  }
  .incoice-date {
    display: block;
    font-size: 1.385rem;
  }
  @media (max-width: 991.98px) {
    .incoice-date {
      font-size: 1rem;
    }
  }
  .invoice-data {
    margin-bottom: 110px;
  }
  @media (max-width: 991.98px) {
    .invoice-data {
      margin-bottom: 55px;
    }
  }
  @media (max-width: 575.98px) {
    .invoice-data > div {
      float: none;
      width: 100%;
    }
  }
  @media (max-width: 575.98px) {
    .invoice-person {
      text-align: center;
    }
  }
  .invoice-person span {
    font-size: 1.385rem;
    line-height: 2rem;
    display: block;
  }
  @media (max-width: 991.98px) {
    .invoice-person span {
      font-size: 1.0004rem;
      line-height: 1.5385rem;
    }
  }
  .invoice-person .name {
    font-weight: 500;
  }
  .invoice-person:last-child {
    text-align: right;
  }
  @media (max-width: 575.98px) {
    .invoice-person:last-child {
      text-align: center;
    }
  }
  .invoice-payment-direction {
    text-align: center;
    position: relative;
    padding-top: 20px;
  }
  @media (max-width: 575.98px) {
    .invoice-payment-direction {
      padding: 20px;
    }
  }
  .invoice-payment-direction .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(247.35, 247.35, 247.35);
    font-size: 3.846rem;
    color: rgb(193.8, 193.8, 193.8);
    line-height: 80px;
  }
  @media (max-width: 991.98px) {
    .invoice-payment-direction .icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.923rem;
    }
  }
  @media (max-width: 575.98px) {
    .invoice-payment-direction .icon {
      transform: rotate(90deg);
    }
  }
  @media print {
    .invoice-payment-direction .icon {
      background-color: rgb(247.35, 247.35, 247.35) !important;
      color: rgb(193.8, 193.8, 193.8) !important;
    }
  }
  .invoice-details {
    width: 100%;
    font-size: 1.231rem;
  }
  @media (max-width: 991.98px) {
    .invoice-details {
      font-size: 0.8464rem;
    }
  }
  .invoice-details tr > td {
    padding: 20px 0;
  }
  @media (max-width: 991.98px) {
    .invoice-details tr > td {
      padding: 15px 0;
    }
  }
  .invoice-details th {
    text-align: right;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
  }
  .invoice-details th:first-child {
    text-align: left;
  }
  .invoice-details td.description, .invoice-details td.hours, .invoice-details td.amount, .invoice-details td.summary {
    border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
  }
  .invoice-details td.hours {
    text-align: right;
  }
  .invoice-details td.amount {
    text-align: right;
  }
  .invoice-details td.summary {
    color: rgb(196.35, 196.35, 196.35);
  }
  .invoice-details td.total {
    color: rgb(140.25, 140.25, 140.25);
    font-weight: 500;
  }
  .invoice-details td.total-value {
    font-size: 1.692rem;
    color: #297ce0;
  }
  @media (max-width: 991.98px) {
    .invoice-details td.total-value {
      font-size: 0.8464rem;
    }
  }
  .invoice-payment-method {
    margin-bottom: 75px;
  }
  @media (max-width: 991.98px) {
    .invoice-payment-method {
      margin-bottom: 37px;
    }
  }
  .invoice-payment-method span {
    font-size: 1.385rem;
    line-height: 2rem;
    display: block;
  }
  @media (max-width: 991.98px) {
    .invoice-payment-method span {
      font-size: 1.0004rem;
      line-height: 1.5385rem;
    }
  }
  .invoice-payment-method .title {
    font-weight: 500;
  }
  .invoice-message {
    font-size: 1.231rem;
    margin-bottom: 62px;
  }
  @media (max-width: 991.98px) {
    .invoice-message {
      font-size: 1rem;
    }
  }
  @media (max-width: 575.98px) {
    .invoice-message {
      margin-bottom: 31px;
    }
  }
  .invoice-message .title {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
  }
  .invoice-message p {
    line-height: 2rem;
  }
  @media (max-width: 991.98px) {
    .invoice-message p {
      line-height: 1.5385rem;
    }
  }
  .invoice-company-info {
    margin-bottom: 70px;
  }
  @media (max-width: 767.98px) {
    .invoice-company-info {
      margin-bottom: 35px;
    }
  }
  .invoice-company-info > div {
    border-left: 1px solid rgb(239.7, 239.7, 239.7);
    padding: 8px 40px;
  }
  @media (max-width: 767.98px) {
    .invoice-company-info > div {
      border: none;
      padding: 8px 15px;
    }
  }
  .invoice-company-info > div:first-child {
    border-left: none;
  }
  .invoice-company-info .summary {
    padding: 0 40px 0;
    line-height: 16px;
  }
  @media (max-width: 767.98px) {
    .invoice-company-info .summary {
      padding: 8px 15px;
    }
  }
  .invoice-company-info .summary .title {
    color: rgb(140.25, 140.25, 140.25);
    font-size: 1.077rem;
    line-height: 21px;
    font-weight: 500;
  }
  .invoice-company-info .summary p {
    line-height: 16px;
  }
  @media (max-width: 991.98px) {
    .invoice-company-info .phone {
      border-left-width: 0;
    }
  }
  .invoice-footer {
    text-align: center;
  }
  .invoice-footer .btn {
    min-width: 96px;
    font-size: 1.077rem;
  }
  @media print {
    .invoice-footer {
      display: none !important;
    }
  }
  /*------------------------------------------------------------------
    [Bootstrap elements]
  */
  /*------------------------------------------------------------------
    [Bootstrap grid]
  */
  @media (max-width: 575.98px) {
    .row {
      margin-left: -10px;
      margin-right: -10px;
    }
  }
  /*------------------------------------------------------------------
    [Images]
  */
  .img-rounded {
    border-radius: 4px;
  }
  /*------------------------------------------------------------------
    [Code]
  */
  pre {
    padding: 20px;
    border: 0;
    border-radius: 0;
    background-color: rgb(249.9, 249.9, 249.9);
    font-size: 0.9231rem;
    margin: 0 0 9px;
  }
  pre code {
    white-space: pre-wrap;
  }
  /*------------------------------------------------------------------
    [Buttons]
  */
  .btn {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 28px;
    border-radius: 2px;
  }
  .btn:active, .btn.active {
    box-shadow: none;
  }
  .btn:active:focus {
    outline: none;
  }
  .btn-secondary,
  .btn-light {
    color: #323552;
    background-color: #ffffff;
    border-color: rgb(219.3, 219.3, 219.3);
  }
  .btn-secondary:focus, .btn-secondary.focus,
  .btn-light:focus,
  .btn-light.focus {
    color: #323552;
    background-color: #ffffff;
    border-color: rgb(219.3, 219.3, 219.3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-secondary:hover, .btn-secondary.hover,
  .btn-light:hover,
  .btn-light.hover {
    color: #323552;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-color: rgb(186.15, 186.15, 186.15);
  }
  .btn-secondary:active, .btn-secondary.active, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle,
  .btn-light:active,
  .btn-light.active,
  .btn-light:not([disabled]):not(.disabled):active,
  .btn-light:not([disabled]):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
    color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
    background-color: rgb(226.95, 226.95, 226.95);
    border-color: rgb(186.15, 186.15, 186.15);
  }
  .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .btn-secondary:not([disabled]):not(.disabled):active:hover, .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled):active.focus, .btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active.focus, .show > .btn-secondary.dropdown-toggle:hover, .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle.focus,
  .btn-light:active:hover,
  .btn-light:active:focus,
  .btn-light:active.focus,
  .btn-light.active:hover,
  .btn-light.active:focus,
  .btn-light.active.focus,
  .btn-light:not([disabled]):not(.disabled):active:hover,
  .btn-light:not([disabled]):not(.disabled):active:focus,
  .btn-light:not([disabled]):not(.disabled):active.focus,
  .btn-light:not([disabled]):not(.disabled).active:hover,
  .btn-light:not([disabled]):not(.disabled).active:focus,
  .btn-light:not([disabled]):not(.disabled).active.focus,
  .show > .btn-light.dropdown-toggle:hover,
  .show > .btn-light.dropdown-toggle:focus,
  .show > .btn-light.dropdown-toggle.focus {
    color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
    background-color: rgb(226.95, 226.95, 226.95);
    border-color: rgb(186.15, 186.15, 186.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
  }
  .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle,
  .btn-light:active,
  .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-image: none;
  }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active,
  .btn-light.disabled,
  .btn-light.disabled:hover,
  .btn-light.disabled:focus,
  .btn-light.disabled.focus,
  .btn-light.disabled:active,
  .btn-light.disabled.active,
  .btn-light[disabled],
  .btn-light[disabled]:hover,
  .btn-light[disabled]:focus,
  .btn-light[disabled].focus,
  .btn-light[disabled]:active,
  .btn-light[disabled].active,
  fieldset[disabled] .btn-light,
  fieldset[disabled] .btn-light:hover,
  fieldset[disabled] .btn-light:focus,
  fieldset[disabled] .btn-light.focus,
  fieldset[disabled] .btn-light:active,
  fieldset[disabled] .btn-light.active {
    background-color: #ffffff;
    border-color: rgb(219.3, 219.3, 219.3);
  }
  .btn-secondary .icon,
  .btn-light .icon {
    color: rgb(77.0454545455, 81.6681818182, 126.3545454545);
  }
  .btn-secondary:active .icon,
  .btn-light:active .icon {
    color: rgb(57.7272727273, 61.1909090909, 94.6727272727);
  }
  .btn-secondary .badge,
  .btn-light .badge {
    color: #ffffff;
    background-color: #323552;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #297ce0;
    border-color: #297ce0;
    outline: none;
  }
  .btn-primary:hover, .btn-primary.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(27.0775510204, 99.5755102041, 186.9224489796);
    background-color: rgb(49.9093877551, 129.453877551, 225.2906122449);
    border-color: rgb(49.9093877551, 129.453877551, 225.2906122449);
    border-bottom-color: rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  .btn-primary:active, .btn-primary.active, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(27.0775510204, 99.5755102041, 186.9224489796);
    background-color: rgb(29.6587755102, 109.067755102, 204.7412244898);
    border-color: rgb(29.6587755102, 109.067755102, 204.7412244898);
    border-top-color: rgb(22.5604081633, 82.9640816327, 155.7395918367);
  }
  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary:not([disabled]):not(.disabled):active:hover, .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled):active.focus, .btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active.focus, .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(29.6587755102, 109.067755102, 204.7412244898);
    border-color: transparent;
    border-top-color: rgb(22.5604081633, 82.9640816327, 155.7395918367);
    box-shadow: inset 0 2px 0 rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  .btn-primary:active:hover .icon, .btn-primary:active:focus .icon, .btn-primary:active.focus .icon, .btn-primary.active:hover .icon, .btn-primary.active:focus .icon, .btn-primary.active.focus .icon, .btn-primary:not([disabled]):not(.disabled):active:hover .icon, .btn-primary:not([disabled]):not(.disabled):active:focus .icon, .btn-primary:not([disabled]):not(.disabled):active.focus .icon, .btn-primary:not([disabled]):not(.disabled).active:hover .icon, .btn-primary:not([disabled]):not(.disabled).active:focus .icon, .btn-primary:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-primary.dropdown-toggle:hover .icon, .show > .btn-primary.dropdown-toggle:focus .icon, .show > .btn-primary.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-primary:active, .btn-primary.active, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-image: none;
  }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #297ce0;
    border-color: #297ce0;
  }
  .btn-primary .badge {
    color: #297ce0;
    background-color: #ffffff;
  }
  .btn-danger {
    color: #ffffff;
    background-color: #ef7b78;
    border-color: #ef7b78;
  }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #ef7b78;
    border-color: #ef7b78;
    outline: none;
  }
  .btn-danger:hover, .btn-danger.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(233.5960264901, 78.417218543, 74.4039735099);
    background-color: rgb(240.080794702, 131.9165562914, 129.119205298);
    border-color: rgb(240.080794702, 131.9165562914, 129.119205298);
    border-bottom-color: rgb(233.5960264901, 78.417218543, 74.4039735099);
  }
  .btn-danger:active, .btn-danger.active, .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(233.5960264901, 78.417218543, 74.4039735099);
    background-color: rgb(235.757615894, 96.2503311258, 92.642384106);
    border-color: rgb(235.757615894, 96.2503311258, 92.642384106);
    border-top-color: rgb(229.8132450331, 47.2092715232, 42.4867549669);
  }
  .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .btn-danger:not([disabled]):not(.disabled):active:hover, .btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger:not([disabled]):not(.disabled):active.focus, .btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active.focus, .show > .btn-danger.dropdown-toggle:hover, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(235.757615894, 96.2503311258, 92.642384106);
    border-color: transparent;
    border-top-color: rgb(229.8132450331, 47.2092715232, 42.4867549669);
    box-shadow: inset 0 2px 0 rgb(233.5960264901, 78.417218543, 74.4039735099);
  }
  .btn-danger:active:hover .icon, .btn-danger:active:focus .icon, .btn-danger:active.focus .icon, .btn-danger.active:hover .icon, .btn-danger.active:focus .icon, .btn-danger.active.focus .icon, .btn-danger:not([disabled]):not(.disabled):active:hover .icon, .btn-danger:not([disabled]):not(.disabled):active:focus .icon, .btn-danger:not([disabled]):not(.disabled):active.focus .icon, .btn-danger:not([disabled]):not(.disabled).active:hover .icon, .btn-danger:not([disabled]):not(.disabled).active:focus .icon, .btn-danger:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-danger.dropdown-toggle:hover .icon, .show > .btn-danger.dropdown-toggle:focus .icon, .show > .btn-danger.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-danger:active, .btn-danger.active, .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    background-image: none;
  }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #ef7b78;
    border-color: #ef7b78;
  }
  .btn-danger .badge {
    color: #ef7b78;
    background-color: #ffffff;
  }
  .btn-warning {
    color: #ffffff;
    background-color: #fbbc05;
    border-color: #fbbc05;
  }
  .btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #fbbc05;
    border-color: #fbbc05;
    outline: none;
  }
  .btn-warning:hover, .btn-warning.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(201.7716535433, 150.9251968504, 3.2283464567);
    background-color: rgb(251.1606299213, 190.6905511811, 15.0393700787);
    border-color: rgb(251.1606299213, 190.6905511811, 15.0393700787);
    border-bottom-color: rgb(201.7716535433, 150.9251968504, 3.2283464567);
  }
  .btn-warning:active, .btn-warning.active, .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(201.7716535433, 150.9251968504, 3.2283464567);
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    border-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    border-top-color: rgb(166.6338582677, 124.6421259843, 2.6661417323);
  }
  .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .btn-warning:not([disabled]):not(.disabled):active:hover, .btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning:not([disabled]):not(.disabled):active.focus, .btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active.focus, .show > .btn-warning.dropdown-toggle:hover, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    border-color: transparent;
    border-top-color: rgb(166.6338582677, 124.6421259843, 2.6661417323);
    box-shadow: inset 0 2px 0 rgb(201.7716535433, 150.9251968504, 3.2283464567);
  }
  .btn-warning:active:hover .icon, .btn-warning:active:focus .icon, .btn-warning:active.focus .icon, .btn-warning.active:hover .icon, .btn-warning.active:focus .icon, .btn-warning.active.focus .icon, .btn-warning:not([disabled]):not(.disabled):active:hover .icon, .btn-warning:not([disabled]):not(.disabled):active:focus .icon, .btn-warning:not([disabled]):not(.disabled):active.focus .icon, .btn-warning:not([disabled]):not(.disabled).active:hover .icon, .btn-warning:not([disabled]):not(.disabled).active:focus .icon, .btn-warning:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-warning.dropdown-toggle:hover .icon, .show > .btn-warning.dropdown-toggle:focus .icon, .show > .btn-warning.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-warning:active, .btn-warning.active, .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    background-image: none;
  }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #fbbc05;
    border-color: #fbbc05;
  }
  .btn-warning .badge {
    color: #fbbc05;
    background-color: #ffffff;
  }
  .btn-success {
    color: #ffffff;
    background-color: #c2e24f;
    border-color: #c2e24f;
  }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #c2e24f;
    border-color: #c2e24f;
    outline: none;
  }
  .btn-success:hover, .btn-success.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(178.4195121951, 218.0682926829, 35.9317073171);
    background-color: rgb(197.0351219512, 227.4429268293, 87.7570731707);
    border-color: rgb(197.0351219512, 227.4429268293, 87.7570731707);
    border-bottom-color: rgb(178.4195121951, 218.0682926829, 35.9317073171);
  }
  .btn-success:active, .btn-success.active, .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(178.4195121951, 218.0682926829, 35.9317073171);
    background-color: rgb(184.8946341463, 221.6712195122, 52.7287804878);
    border-color: rgb(184.8946341463, 221.6712195122, 52.7287804878);
    border-top-color: rgb(153.3424390244, 187.4185365854, 30.8814634146);
  }
  .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .btn-success:not([disabled]):not(.disabled):active:hover, .btn-success:not([disabled]):not(.disabled):active:focus, .btn-success:not([disabled]):not(.disabled):active.focus, .btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active.focus, .show > .btn-success.dropdown-toggle:hover, .show > .btn-success.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(184.8946341463, 221.6712195122, 52.7287804878);
    border-color: transparent;
    border-top-color: rgb(153.3424390244, 187.4185365854, 30.8814634146);
    box-shadow: inset 0 2px 0 rgb(178.4195121951, 218.0682926829, 35.9317073171);
  }
  .btn-success:active:hover .icon, .btn-success:active:focus .icon, .btn-success:active.focus .icon, .btn-success.active:hover .icon, .btn-success.active:focus .icon, .btn-success.active.focus .icon, .btn-success:not([disabled]):not(.disabled):active:hover .icon, .btn-success:not([disabled]):not(.disabled):active:focus .icon, .btn-success:not([disabled]):not(.disabled):active.focus .icon, .btn-success:not([disabled]):not(.disabled).active:hover .icon, .btn-success:not([disabled]):not(.disabled).active:focus .icon, .btn-success:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-success.dropdown-toggle:hover .icon, .show > .btn-success.dropdown-toggle:focus .icon, .show > .btn-success.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-success:active, .btn-success.active, .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background-image: none;
  }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #c2e24f;
    border-color: #c2e24f;
  }
  .btn-success .badge {
    color: #c2e24f;
    background-color: #ffffff;
  }
  .btn-xs {
    padding: 0 6px;
    font-size: 0.8462rem;
    line-height: 18px;
    border-radius: 1px;
  }
  .btn-sm, .btn-group-sm > .btn {
    padding: 0 8px;
    font-size: 1rem;
    line-height: 22px;
    border-radius: 2px;
  }
  .btn-lg, .btn-group-lg > .btn {
    padding: 0 12px;
    font-size: 1.1538rem;
    line-height: 38px;
    border-radius: 3px;
    font-weight: 500;
  }
  .btn-xl {
    padding: 0 12px;
    font-size: 1.1538rem;
    line-height: 43px;
    border-radius: 3px;
    font-weight: 500;
  }
  .btn-rounded {
    border-radius: 15px;
  }
  .btn-rounded.btn-xs {
    border-radius: 10px;
  }
  .btn-rounded.btn-sm, .btn-group-sm > .btn-rounded.btn {
    border-radius: 12px;
  }
  .btn-rounded.btn-lg, .btn-group-lg > .btn-rounded.btn {
    border-radius: 20px;
  }
  .btn-hspace {
    margin-right: 5px;
  }
  .btn-vspace {
    margin-bottom: 5px;
  }
  .btn-space {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .btn-facebook .icon {
    color: #5d82d1;
  }
  .btn-facebook:active .icon, .btn-facebook.active .icon, .show > .btn-facebook.dropdown-toggle .icon {
    color: #5d82d1;
  }
  .btn-facebook:active:hover .icon, .btn-facebook:active:focus .icon, .btn-facebook:active.focus .icon, .btn-facebook.active:hover .icon, .btn-facebook.active:focus .icon, .btn-facebook.active.focus .icon, .show > .btn-facebook.dropdown-toggle:hover .icon, .show > .btn-facebook.dropdown-toggle:focus .icon, .show > .btn-facebook.dropdown-toggle.focus .icon {
    color: #5d82d1;
  }
  .btn-twitter .icon {
    color: #50bff5;
  }
  .btn-twitter:active .icon, .btn-twitter.active .icon, .show > .btn-twitter.dropdown-toggle .icon {
    color: #50bff5;
  }
  .btn-twitter:active:hover .icon, .btn-twitter:active:focus .icon, .btn-twitter:active.focus .icon, .btn-twitter.active:hover .icon, .btn-twitter.active:focus .icon, .btn-twitter.active.focus .icon, .show > .btn-twitter.dropdown-toggle:hover .icon, .show > .btn-twitter.dropdown-toggle:focus .icon, .show > .btn-twitter.dropdown-toggle.focus .icon {
    color: #50bff5;
  }
  .btn-google-plus .icon {
    color: #eb5e4c;
  }
  .btn-google-plus:active .icon, .btn-google-plus.active .icon, .show > .btn-google-plus.dropdown-toggle .icon {
    color: #eb5e4c;
  }
  .btn-google-plus:active:hover .icon, .btn-google-plus:active:focus .icon, .btn-google-plus:active.focus .icon, .btn-google-plus.active:hover .icon, .btn-google-plus.active:focus .icon, .btn-google-plus.active.focus .icon, .show > .btn-google-plus.dropdown-toggle:hover .icon, .show > .btn-google-plus.dropdown-toggle:focus .icon, .show > .btn-google-plus.dropdown-toggle.focus .icon {
    color: #eb5e4c;
  }
  .btn-dribbble .icon {
    color: #f7659c;
  }
  .btn-dribbble:active .icon, .btn-dribbble.active .icon, .show > .btn-dribbble.dropdown-toggle .icon {
    color: #f7659c;
  }
  .btn-dribbble:active:hover .icon, .btn-dribbble:active:focus .icon, .btn-dribbble:active.focus .icon, .btn-dribbble.active:hover .icon, .btn-dribbble.active:focus .icon, .btn-dribbble.active.focus .icon, .show > .btn-dribbble.dropdown-toggle:hover .icon, .show > .btn-dribbble.dropdown-toggle:focus .icon, .show > .btn-dribbble.dropdown-toggle.focus .icon {
    color: #f7659c;
  }
  .btn-flickr .icon {
    color: #0063dc;
  }
  .btn-flickr:active .icon, .btn-flickr.active .icon, .show > .btn-flickr.dropdown-toggle .icon {
    color: #0063dc;
  }
  .btn-flickr:active:hover .icon, .btn-flickr:active:focus .icon, .btn-flickr:active.focus .icon, .btn-flickr.active:hover .icon, .btn-flickr.active:focus .icon, .btn-flickr.active.focus .icon, .show > .btn-flickr.dropdown-toggle:hover .icon, .show > .btn-flickr.dropdown-toggle:focus .icon, .show > .btn-flickr.dropdown-toggle.focus .icon {
    color: #0063dc;
  }
  .btn-linkedin .icon {
    color: #238cc8;
  }
  .btn-linkedin:active .icon, .btn-linkedin.active .icon, .show > .btn-linkedin.dropdown-toggle .icon {
    color: #238cc8;
  }
  .btn-linkedin:active:hover .icon, .btn-linkedin:active:focus .icon, .btn-linkedin:active.focus .icon, .btn-linkedin.active:hover .icon, .btn-linkedin.active:focus .icon, .btn-linkedin.active.focus .icon, .show > .btn-linkedin.dropdown-toggle:hover .icon, .show > .btn-linkedin.dropdown-toggle:focus .icon, .show > .btn-linkedin.dropdown-toggle.focus .icon {
    color: #238cc8;
  }
  .btn-youtube .icon {
    color: #ef4e41;
  }
  .btn-youtube:active .icon, .btn-youtube.active .icon, .show > .btn-youtube.dropdown-toggle .icon {
    color: #ef4e41;
  }
  .btn-youtube:active:hover .icon, .btn-youtube:active:focus .icon, .btn-youtube:active.focus .icon, .btn-youtube.active:hover .icon, .btn-youtube.active:focus .icon, .btn-youtube.active.focus .icon, .show > .btn-youtube.dropdown-toggle:hover .icon, .show > .btn-youtube.dropdown-toggle:focus .icon, .show > .btn-youtube.dropdown-toggle.focus .icon {
    color: #ef4e41;
  }
  .btn-pinterest .icon {
    color: #e13138;
  }
  .btn-pinterest:active .icon, .btn-pinterest.active .icon, .show > .btn-pinterest.dropdown-toggle .icon {
    color: #e13138;
  }
  .btn-pinterest:active:hover .icon, .btn-pinterest:active:focus .icon, .btn-pinterest:active.focus .icon, .btn-pinterest.active:hover .icon, .btn-pinterest.active:focus .icon, .btn-pinterest.active.focus .icon, .show > .btn-pinterest.dropdown-toggle:hover .icon, .show > .btn-pinterest.dropdown-toggle:focus .icon, .show > .btn-pinterest.dropdown-toggle.focus .icon {
    color: #e13138;
  }
  .btn-github .icon {
    color: #333;
  }
  .btn-github:active .icon, .btn-github.active .icon, .show > .btn-github.dropdown-toggle .icon {
    color: #333;
  }
  .btn-github:active:hover .icon, .btn-github:active:focus .icon, .btn-github:active.focus .icon, .btn-github.active:hover .icon, .btn-github.active:focus .icon, .btn-github.active.focus .icon, .show > .btn-github.dropdown-toggle:hover .icon, .show > .btn-github.dropdown-toggle:focus .icon, .show > .btn-github.dropdown-toggle.focus .icon {
    color: #333;
  }
  .btn-tumblr .icon {
    color: #426d9b;
  }
  .btn-tumblr:active .icon, .btn-tumblr.active .icon, .show > .btn-tumblr.dropdown-toggle .icon {
    color: #426d9b;
  }
  .btn-tumblr:active:hover .icon, .btn-tumblr:active:focus .icon, .btn-tumblr:active.focus .icon, .btn-tumblr.active:hover .icon, .btn-tumblr.active:focus .icon, .btn-tumblr.active.focus .icon, .show > .btn-tumblr.dropdown-toggle:hover .icon, .show > .btn-tumblr.dropdown-toggle:focus .icon, .show > .btn-tumblr.dropdown-toggle.focus .icon {
    color: #426d9b;
  }
  .btn-dropbox .icon {
    color: #007ee5;
  }
  .btn-dropbox:active .icon, .btn-dropbox.active .icon, .show > .btn-dropbox.dropdown-toggle .icon {
    color: #007ee5;
  }
  .btn-dropbox:active:hover .icon, .btn-dropbox:active:focus .icon, .btn-dropbox:active.focus .icon, .btn-dropbox.active:hover .icon, .btn-dropbox.active:focus .icon, .btn-dropbox.active.focus .icon, .show > .btn-dropbox.dropdown-toggle:hover .icon, .show > .btn-dropbox.dropdown-toggle:focus .icon, .show > .btn-dropbox.dropdown-toggle.focus .icon {
    color: #007ee5;
  }
  .btn-evernote .icon {
    color: #2dbe60;
  }
  .btn-evernote:active .icon, .btn-evernote.active .icon, .show > .btn-evernote.dropdown-toggle .icon {
    color: #2dbe60;
  }
  .btn-evernote:active:hover .icon, .btn-evernote:active:focus .icon, .btn-evernote:active.focus .icon, .btn-evernote.active:hover .icon, .btn-evernote.active:focus .icon, .btn-evernote.active.focus .icon, .show > .btn-evernote.dropdown-toggle:hover .icon, .show > .btn-evernote.dropdown-toggle:focus .icon, .show > .btn-evernote.dropdown-toggle.focus .icon {
    color: #2dbe60;
  }
  .btn-social {
    min-width: 31px;
    padding: 0 8px;
  }
  .btn-social .icon {
    font-size: 1.308rem;
  }
  .btn-color.btn-facebook .icon {
    color: #ffffff;
  }
  .btn-color.btn-facebook {
    color: #ffffff;
    background-color: #5d82d1;
    border-color: #5d82d1;
  }
  .btn-color.btn-facebook:focus, .btn-color.btn-facebook.focus {
    color: #ffffff;
    background-color: #5d82d1;
    border-color: #5d82d1;
    outline: none;
  }
  .btn-color.btn-facebook:hover, .btn-color.btn-facebook.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(55.5096153846, 100.1586538462, 195.4903846154);
    background-color: rgb(100.9442307692, 136.1298076923, 211.2557692308);
    border-color: rgb(100.9442307692, 136.1298076923, 211.2557692308);
    border-bottom-color: rgb(55.5096153846, 100.1586538462, 195.4903846154);
  }
  .btn-color.btn-facebook:active, .btn-color.btn-facebook.active, .btn-color.btn-facebook:not([disabled]):not(.disabled):active, .btn-color.btn-facebook:not([disabled]):not(.disabled).active, .show > .btn-color.btn-facebook.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(55.5096153846, 100.1586538462, 195.4903846154);
    background-color: rgb(69.1673076923, 111.6105769231, 202.2326923077);
    border-color: rgb(69.1673076923, 111.6105769231, 202.2326923077);
    border-top-color: rgb(47.6144230769, 85.9129807692, 167.6855769231);
  }
  .btn-color.btn-facebook:active:hover, .btn-color.btn-facebook:active:focus, .btn-color.btn-facebook:active.focus, .btn-color.btn-facebook.active:hover, .btn-color.btn-facebook.active:focus, .btn-color.btn-facebook.active.focus, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:hover, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:focus, .btn-color.btn-facebook:not([disabled]):not(.disabled):active.focus, .btn-color.btn-facebook:not([disabled]):not(.disabled).active:hover, .btn-color.btn-facebook:not([disabled]):not(.disabled).active:focus, .btn-color.btn-facebook:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-facebook.dropdown-toggle:hover, .show > .btn-color.btn-facebook.dropdown-toggle:focus, .show > .btn-color.btn-facebook.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(69.1673076923, 111.6105769231, 202.2326923077);
    border-color: transparent;
    border-top-color: rgb(47.6144230769, 85.9129807692, 167.6855769231);
    box-shadow: inset 0 2px 0 rgb(55.5096153846, 100.1586538462, 195.4903846154);
  }
  .btn-color.btn-facebook:active:hover .icon, .btn-color.btn-facebook:active:focus .icon, .btn-color.btn-facebook:active.focus .icon, .btn-color.btn-facebook.active:hover .icon, .btn-color.btn-facebook.active:focus .icon, .btn-color.btn-facebook.active.focus .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-facebook.dropdown-toggle:hover .icon, .show > .btn-color.btn-facebook.dropdown-toggle:focus .icon, .show > .btn-color.btn-facebook.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-facebook:active, .btn-color.btn-facebook.active, .btn-color.btn-facebook:not([disabled]):not(.disabled):active, .btn-color.btn-facebook:not([disabled]):not(.disabled).active, .show > .btn-color.btn-facebook.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-facebook.disabled, .btn-color.btn-facebook.disabled:hover, .btn-color.btn-facebook.disabled:focus, .btn-color.btn-facebook.disabled.focus, .btn-color.btn-facebook.disabled:active, .btn-color.btn-facebook.disabled.active, .btn-color.btn-facebook[disabled], .btn-color.btn-facebook[disabled]:hover, .btn-color.btn-facebook[disabled]:focus, .btn-color.btn-facebook[disabled].focus, .btn-color.btn-facebook[disabled]:active, .btn-color.btn-facebook[disabled].active, fieldset[disabled] .btn-color.btn-facebook, fieldset[disabled] .btn-color.btn-facebook:hover, fieldset[disabled] .btn-color.btn-facebook:focus, fieldset[disabled] .btn-color.btn-facebook.focus, fieldset[disabled] .btn-color.btn-facebook:active, fieldset[disabled] .btn-color.btn-facebook.active {
    background-color: #5d82d1;
    border-color: #5d82d1;
  }
  .btn-color.btn-facebook .badge {
    color: #5d82d1;
    background-color: #ffffff;
  }
  .btn-color.btn-twitter .icon {
    color: #ffffff;
  }
  .btn-color.btn-twitter {
    color: #ffffff;
    background-color: #50bff5;
    border-color: #50bff5;
  }
  .btn-color.btn-twitter:focus, .btn-color.btn-twitter.focus {
    color: #ffffff;
    background-color: #50bff5;
    border-color: #50bff5;
    outline: none;
  }
  .btn-color.btn-twitter:hover, .btn-color.btn-twitter.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(31.7567567568, 173.3567567568, 242.2432432432);
    background-color: rgb(89.6486486486, 194.5286486486, 245.5513513514);
    border-color: rgb(89.6486486486, 194.5286486486, 245.5513513514);
    border-bottom-color: rgb(31.7567567568, 173.3567567568, 242.2432432432);
  }
  .btn-color.btn-twitter:active, .btn-color.btn-twitter.active, .btn-color.btn-twitter:not([disabled]):not(.disabled):active, .btn-color.btn-twitter:not([disabled]):not(.disabled).active, .show > .btn-color.btn-twitter.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(31.7567567568, 173.3567567568, 242.2432432432);
    background-color: rgb(51.0540540541, 180.4140540541, 243.3459459459);
    border-color: rgb(51.0540540541, 180.4140540541, 243.3459459459);
    border-top-color: rgb(12.8810810811, 155.8610810811, 225.4189189189);
  }
  .btn-color.btn-twitter:active:hover, .btn-color.btn-twitter:active:focus, .btn-color.btn-twitter:active.focus, .btn-color.btn-twitter.active:hover, .btn-color.btn-twitter.active:focus, .btn-color.btn-twitter.active.focus, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:hover, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:focus, .btn-color.btn-twitter:not([disabled]):not(.disabled):active.focus, .btn-color.btn-twitter:not([disabled]):not(.disabled).active:hover, .btn-color.btn-twitter:not([disabled]):not(.disabled).active:focus, .btn-color.btn-twitter:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-twitter.dropdown-toggle:hover, .show > .btn-color.btn-twitter.dropdown-toggle:focus, .show > .btn-color.btn-twitter.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(51.0540540541, 180.4140540541, 243.3459459459);
    border-color: transparent;
    border-top-color: rgb(12.8810810811, 155.8610810811, 225.4189189189);
    box-shadow: inset 0 2px 0 rgb(31.7567567568, 173.3567567568, 242.2432432432);
  }
  .btn-color.btn-twitter:active:hover .icon, .btn-color.btn-twitter:active:focus .icon, .btn-color.btn-twitter:active.focus .icon, .btn-color.btn-twitter.active:hover .icon, .btn-color.btn-twitter.active:focus .icon, .btn-color.btn-twitter.active.focus .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-twitter.dropdown-toggle:hover .icon, .show > .btn-color.btn-twitter.dropdown-toggle:focus .icon, .show > .btn-color.btn-twitter.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-twitter:active, .btn-color.btn-twitter.active, .btn-color.btn-twitter:not([disabled]):not(.disabled):active, .btn-color.btn-twitter:not([disabled]):not(.disabled).active, .show > .btn-color.btn-twitter.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-twitter.disabled, .btn-color.btn-twitter.disabled:hover, .btn-color.btn-twitter.disabled:focus, .btn-color.btn-twitter.disabled.focus, .btn-color.btn-twitter.disabled:active, .btn-color.btn-twitter.disabled.active, .btn-color.btn-twitter[disabled], .btn-color.btn-twitter[disabled]:hover, .btn-color.btn-twitter[disabled]:focus, .btn-color.btn-twitter[disabled].focus, .btn-color.btn-twitter[disabled]:active, .btn-color.btn-twitter[disabled].active, fieldset[disabled] .btn-color.btn-twitter, fieldset[disabled] .btn-color.btn-twitter:hover, fieldset[disabled] .btn-color.btn-twitter:focus, fieldset[disabled] .btn-color.btn-twitter.focus, fieldset[disabled] .btn-color.btn-twitter:active, fieldset[disabled] .btn-color.btn-twitter.active {
    background-color: #50bff5;
    border-color: #50bff5;
  }
  .btn-color.btn-twitter .badge {
    color: #50bff5;
    background-color: #ffffff;
  }
  .btn-color.btn-google-plus .icon {
    color: #ffffff;
  }
  .btn-color.btn-google-plus {
    color: #ffffff;
    background-color: #eb5e4c;
    border-color: #eb5e4c;
  }
  .btn-color.btn-google-plus:focus, .btn-color.btn-google-plus.focus {
    color: #ffffff;
    background-color: #eb5e4c;
    border-color: #eb5e4c;
    outline: none;
  }
  .btn-color.btn-google-plus:hover, .btn-color.btn-google-plus.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(229.8743718593, 52.7386934673, 30.1256281407);
    background-color: rgb(236.0251256281, 102.2522613065, 85.1748743719);
    border-color: rgb(236.0251256281, 102.2522613065, 85.1748743719);
    border-bottom-color: rgb(229.8743718593, 52.7386934673, 30.1256281407);
  }
  .btn-color.btn-google-plus:active, .btn-color.btn-google-plus.active, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active, .show > .btn-color.btn-google-plus.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(229.8743718593, 52.7386934673, 30.1256281407);
    background-color: rgb(231.9246231156, 69.2432160804, 48.4753768844);
    border-color: rgb(231.9246231156, 69.2432160804, 48.4753768844);
    border-top-color: rgb(201.7572864322, 42.8311557789, 22.5427135678);
  }
  .btn-color.btn-google-plus:active:hover, .btn-color.btn-google-plus:active:focus, .btn-color.btn-google-plus:active.focus, .btn-color.btn-google-plus.active:hover, .btn-color.btn-google-plus.active:focus, .btn-color.btn-google-plus.active.focus, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:hover, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:focus, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active.focus, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active:hover, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active:focus, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-google-plus.dropdown-toggle:hover, .show > .btn-color.btn-google-plus.dropdown-toggle:focus, .show > .btn-color.btn-google-plus.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(231.9246231156, 69.2432160804, 48.4753768844);
    border-color: transparent;
    border-top-color: rgb(201.7572864322, 42.8311557789, 22.5427135678);
    box-shadow: inset 0 2px 0 rgb(229.8743718593, 52.7386934673, 30.1256281407);
  }
  .btn-color.btn-google-plus:active:hover .icon, .btn-color.btn-google-plus:active:focus .icon, .btn-color.btn-google-plus:active.focus .icon, .btn-color.btn-google-plus.active:hover .icon, .btn-color.btn-google-plus.active:focus .icon, .btn-color.btn-google-plus.active.focus .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-google-plus.dropdown-toggle:hover .icon, .show > .btn-color.btn-google-plus.dropdown-toggle:focus .icon, .show > .btn-color.btn-google-plus.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-google-plus:active, .btn-color.btn-google-plus.active, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active, .btn-color.btn-google-plus:not([disabled]):not(.disabled).active, .show > .btn-color.btn-google-plus.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-google-plus.disabled, .btn-color.btn-google-plus.disabled:hover, .btn-color.btn-google-plus.disabled:focus, .btn-color.btn-google-plus.disabled.focus, .btn-color.btn-google-plus.disabled:active, .btn-color.btn-google-plus.disabled.active, .btn-color.btn-google-plus[disabled], .btn-color.btn-google-plus[disabled]:hover, .btn-color.btn-google-plus[disabled]:focus, .btn-color.btn-google-plus[disabled].focus, .btn-color.btn-google-plus[disabled]:active, .btn-color.btn-google-plus[disabled].active, fieldset[disabled] .btn-color.btn-google-plus, fieldset[disabled] .btn-color.btn-google-plus:hover, fieldset[disabled] .btn-color.btn-google-plus:focus, fieldset[disabled] .btn-color.btn-google-plus.focus, fieldset[disabled] .btn-color.btn-google-plus:active, fieldset[disabled] .btn-color.btn-google-plus.active {
    background-color: #eb5e4c;
    border-color: #eb5e4c;
  }
  .btn-color.btn-google-plus .badge {
    color: #eb5e4c;
    background-color: #ffffff;
  }
  .btn-color.btn-dribbble .icon {
    color: #ffffff;
  }
  .btn-color.btn-dribbble {
    color: #ffffff;
    background-color: #f7659c;
    border-color: #f7659c;
  }
  .btn-color.btn-dribbble:focus, .btn-color.btn-dribbble.focus {
    color: #ffffff;
    background-color: #f7659c;
    border-color: #f7659c;
    outline: none;
  }
  .btn-color.btn-dribbble:hover, .btn-color.btn-dribbble.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(244.4814814815, 52.5185185185, 124.8333333333);
    background-color: rgb(247.5037037037, 110.6962962963, 162.2333333333);
    border-color: rgb(247.5037037037, 110.6962962963, 162.2333333333);
    border-bottom-color: rgb(244.4814814815, 52.5185185185, 124.8333333333);
  }
  .btn-color.btn-dribbble:active, .btn-color.btn-dribbble.active, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active, .show > .btn-color.btn-dribbble.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(244.4814814815, 52.5185185185, 124.8333333333);
    background-color: rgb(245.4888888889, 71.9111111111, 137.3);
    border-color: rgb(245.4888888889, 71.9111111111, 137.3);
    border-top-color: rgb(242.7185185185, 18.5814814815, 103.0166666667);
  }
  .btn-color.btn-dribbble:active:hover, .btn-color.btn-dribbble:active:focus, .btn-color.btn-dribbble:active.focus, .btn-color.btn-dribbble.active:hover, .btn-color.btn-dribbble.active:focus, .btn-color.btn-dribbble.active.focus, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:hover, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:focus, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active.focus, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active:hover, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active:focus, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-dribbble.dropdown-toggle:hover, .show > .btn-color.btn-dribbble.dropdown-toggle:focus, .show > .btn-color.btn-dribbble.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(245.4888888889, 71.9111111111, 137.3);
    border-color: transparent;
    border-top-color: rgb(242.7185185185, 18.5814814815, 103.0166666667);
    box-shadow: inset 0 2px 0 rgb(244.4814814815, 52.5185185185, 124.8333333333);
  }
  .btn-color.btn-dribbble:active:hover .icon, .btn-color.btn-dribbble:active:focus .icon, .btn-color.btn-dribbble:active.focus .icon, .btn-color.btn-dribbble.active:hover .icon, .btn-color.btn-dribbble.active:focus .icon, .btn-color.btn-dribbble.active.focus .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-dribbble.dropdown-toggle:hover .icon, .show > .btn-color.btn-dribbble.dropdown-toggle:focus .icon, .show > .btn-color.btn-dribbble.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-dribbble:active, .btn-color.btn-dribbble.active, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active, .btn-color.btn-dribbble:not([disabled]):not(.disabled).active, .show > .btn-color.btn-dribbble.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-dribbble.disabled, .btn-color.btn-dribbble.disabled:hover, .btn-color.btn-dribbble.disabled:focus, .btn-color.btn-dribbble.disabled.focus, .btn-color.btn-dribbble.disabled:active, .btn-color.btn-dribbble.disabled.active, .btn-color.btn-dribbble[disabled], .btn-color.btn-dribbble[disabled]:hover, .btn-color.btn-dribbble[disabled]:focus, .btn-color.btn-dribbble[disabled].focus, .btn-color.btn-dribbble[disabled]:active, .btn-color.btn-dribbble[disabled].active, fieldset[disabled] .btn-color.btn-dribbble, fieldset[disabled] .btn-color.btn-dribbble:hover, fieldset[disabled] .btn-color.btn-dribbble:focus, fieldset[disabled] .btn-color.btn-dribbble.focus, fieldset[disabled] .btn-color.btn-dribbble:active, fieldset[disabled] .btn-color.btn-dribbble.active {
    background-color: #f7659c;
    border-color: #f7659c;
  }
  .btn-color.btn-dribbble .badge {
    color: #f7659c;
    background-color: #ffffff;
  }
  .btn-color.btn-flickr .icon {
    color: #ffffff;
  }
  .btn-color.btn-flickr {
    color: #ffffff;
    background-color: #0063dc;
    border-color: #0063dc;
  }
  .btn-color.btn-flickr:focus, .btn-color.btn-flickr.focus {
    color: #ffffff;
    background-color: #0063dc;
    border-color: #0063dc;
    outline: none;
  }
  .btn-color.btn-flickr:hover, .btn-color.btn-flickr.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0, 76.05, 169);
    background-color: rgb(0, 103.59, 230.2);
    border-color: rgb(0, 103.59, 230.2);
    border-bottom-color: rgb(0, 76.05, 169);
  }
  .btn-color.btn-flickr:active, .btn-color.btn-flickr.active, .btn-color.btn-flickr:not([disabled]):not(.disabled):active, .btn-color.btn-flickr:not([disabled]):not(.disabled).active, .show > .btn-color.btn-flickr.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(0, 76.05, 169);
    background-color: rgb(0, 85.23, 189.4);
    border-color: rgb(0, 85.23, 189.4);
    border-top-color: rgb(0, 59.985, 133.3);
  }
  .btn-color.btn-flickr:active:hover, .btn-color.btn-flickr:active:focus, .btn-color.btn-flickr:active.focus, .btn-color.btn-flickr.active:hover, .btn-color.btn-flickr.active:focus, .btn-color.btn-flickr.active.focus, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:hover, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:focus, .btn-color.btn-flickr:not([disabled]):not(.disabled):active.focus, .btn-color.btn-flickr:not([disabled]):not(.disabled).active:hover, .btn-color.btn-flickr:not([disabled]):not(.disabled).active:focus, .btn-color.btn-flickr:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-flickr.dropdown-toggle:hover, .show > .btn-color.btn-flickr.dropdown-toggle:focus, .show > .btn-color.btn-flickr.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(0, 85.23, 189.4);
    border-color: transparent;
    border-top-color: rgb(0, 59.985, 133.3);
    box-shadow: inset 0 2px 0 rgb(0, 76.05, 169);
  }
  .btn-color.btn-flickr:active:hover .icon, .btn-color.btn-flickr:active:focus .icon, .btn-color.btn-flickr:active.focus .icon, .btn-color.btn-flickr.active:hover .icon, .btn-color.btn-flickr.active:focus .icon, .btn-color.btn-flickr.active.focus .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-flickr.dropdown-toggle:hover .icon, .show > .btn-color.btn-flickr.dropdown-toggle:focus .icon, .show > .btn-color.btn-flickr.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-flickr:active, .btn-color.btn-flickr.active, .btn-color.btn-flickr:not([disabled]):not(.disabled):active, .btn-color.btn-flickr:not([disabled]):not(.disabled).active, .show > .btn-color.btn-flickr.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-flickr.disabled, .btn-color.btn-flickr.disabled:hover, .btn-color.btn-flickr.disabled:focus, .btn-color.btn-flickr.disabled.focus, .btn-color.btn-flickr.disabled:active, .btn-color.btn-flickr.disabled.active, .btn-color.btn-flickr[disabled], .btn-color.btn-flickr[disabled]:hover, .btn-color.btn-flickr[disabled]:focus, .btn-color.btn-flickr[disabled].focus, .btn-color.btn-flickr[disabled]:active, .btn-color.btn-flickr[disabled].active, fieldset[disabled] .btn-color.btn-flickr, fieldset[disabled] .btn-color.btn-flickr:hover, fieldset[disabled] .btn-color.btn-flickr:focus, fieldset[disabled] .btn-color.btn-flickr.focus, fieldset[disabled] .btn-color.btn-flickr:active, fieldset[disabled] .btn-color.btn-flickr.active {
    background-color: #0063dc;
    border-color: #0063dc;
  }
  .btn-color.btn-flickr .badge {
    color: #0063dc;
    background-color: #ffffff;
  }
  .btn-color.btn-linkedin .icon {
    color: #ffffff;
  }
  .btn-color.btn-linkedin {
    color: #ffffff;
    background-color: #238cc8;
    border-color: #238cc8;
  }
  .btn-color.btn-linkedin:focus, .btn-color.btn-linkedin.focus {
    color: #ffffff;
    background-color: #238cc8;
    border-color: #238cc8;
    outline: none;
  }
  .btn-color.btn-linkedin:hover, .btn-color.btn-linkedin.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(27.4042553191, 109.6170212766, 156.5957446809);
    background-color: rgb(36.5191489362, 146.0765957447, 208.6808510638);
    border-color: rgb(36.5191489362, 146.0765957447, 208.6808510638);
    border-bottom-color: rgb(27.4042553191, 109.6170212766, 156.5957446809);
  }
  .btn-color.btn-linkedin:active, .btn-color.btn-linkedin.active, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active, .show > .btn-color.btn-linkedin.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(27.4042553191, 109.6170212766, 156.5957446809);
    background-color: rgb(30.4425531915, 121.770212766, 173.9574468085);
    border-color: rgb(30.4425531915, 121.770212766, 173.9574468085);
    border-top-color: rgb(22.0872340426, 88.3489361702, 126.2127659574);
  }
  .btn-color.btn-linkedin:active:hover, .btn-color.btn-linkedin:active:focus, .btn-color.btn-linkedin:active.focus, .btn-color.btn-linkedin.active:hover, .btn-color.btn-linkedin.active:focus, .btn-color.btn-linkedin.active.focus, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:hover, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:focus, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active.focus, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active:hover, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active:focus, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-linkedin.dropdown-toggle:hover, .show > .btn-color.btn-linkedin.dropdown-toggle:focus, .show > .btn-color.btn-linkedin.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(30.4425531915, 121.770212766, 173.9574468085);
    border-color: transparent;
    border-top-color: rgb(22.0872340426, 88.3489361702, 126.2127659574);
    box-shadow: inset 0 2px 0 rgb(27.4042553191, 109.6170212766, 156.5957446809);
  }
  .btn-color.btn-linkedin:active:hover .icon, .btn-color.btn-linkedin:active:focus .icon, .btn-color.btn-linkedin:active.focus .icon, .btn-color.btn-linkedin.active:hover .icon, .btn-color.btn-linkedin.active:focus .icon, .btn-color.btn-linkedin.active.focus .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-linkedin.dropdown-toggle:hover .icon, .show > .btn-color.btn-linkedin.dropdown-toggle:focus .icon, .show > .btn-color.btn-linkedin.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-linkedin:active, .btn-color.btn-linkedin.active, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active, .btn-color.btn-linkedin:not([disabled]):not(.disabled).active, .show > .btn-color.btn-linkedin.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-linkedin.disabled, .btn-color.btn-linkedin.disabled:hover, .btn-color.btn-linkedin.disabled:focus, .btn-color.btn-linkedin.disabled.focus, .btn-color.btn-linkedin.disabled:active, .btn-color.btn-linkedin.disabled.active, .btn-color.btn-linkedin[disabled], .btn-color.btn-linkedin[disabled]:hover, .btn-color.btn-linkedin[disabled]:focus, .btn-color.btn-linkedin[disabled].focus, .btn-color.btn-linkedin[disabled]:active, .btn-color.btn-linkedin[disabled].active, fieldset[disabled] .btn-color.btn-linkedin, fieldset[disabled] .btn-color.btn-linkedin:hover, fieldset[disabled] .btn-color.btn-linkedin:focus, fieldset[disabled] .btn-color.btn-linkedin.focus, fieldset[disabled] .btn-color.btn-linkedin:active, fieldset[disabled] .btn-color.btn-linkedin.active {
    background-color: #238cc8;
    border-color: #238cc8;
  }
  .btn-color.btn-linkedin .badge {
    color: #238cc8;
    background-color: #ffffff;
  }
  .btn-color.btn-youtube .icon {
    color: #ffffff;
  }
  .btn-color.btn-youtube {
    color: #ffffff;
    background-color: #ef4e41;
    border-color: #ef4e41;
  }
  .btn-color.btn-youtube:focus, .btn-color.btn-youtube.focus {
    color: #ffffff;
    background-color: #ef4e41;
    border-color: #ef4e41;
    outline: none;
  }
  .btn-color.btn-youtube:hover, .btn-color.btn-youtube.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(233.3495145631, 35.6165048544, 19.6504854369);
    background-color: rgb(239.7922330097, 86.7640776699, 74.4077669903);
    border-color: rgb(239.7922330097, 86.7640776699, 74.4077669903);
    border-bottom-color: rgb(233.3495145631, 35.6165048544, 19.6504854369);
  }
  .btn-color.btn-youtube:active, .btn-color.btn-youtube.active, .btn-color.btn-youtube:not([disabled]):not(.disabled):active, .btn-color.btn-youtube:not([disabled]):not(.disabled).active, .show > .btn-color.btn-youtube.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(233.3495145631, 35.6165048544, 19.6504854369);
    background-color: rgb(236.6233009709, 51.7077669903, 36.7766990291);
    border-color: rgb(236.6233009709, 51.7077669903, 36.7766990291);
    border-top-color: rgb(200.4223300971, 30.590776699, 16.8776699029);
  }
  .btn-color.btn-youtube:active:hover, .btn-color.btn-youtube:active:focus, .btn-color.btn-youtube:active.focus, .btn-color.btn-youtube.active:hover, .btn-color.btn-youtube.active:focus, .btn-color.btn-youtube.active.focus, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:hover, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:focus, .btn-color.btn-youtube:not([disabled]):not(.disabled):active.focus, .btn-color.btn-youtube:not([disabled]):not(.disabled).active:hover, .btn-color.btn-youtube:not([disabled]):not(.disabled).active:focus, .btn-color.btn-youtube:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-youtube.dropdown-toggle:hover, .show > .btn-color.btn-youtube.dropdown-toggle:focus, .show > .btn-color.btn-youtube.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(236.6233009709, 51.7077669903, 36.7766990291);
    border-color: transparent;
    border-top-color: rgb(200.4223300971, 30.590776699, 16.8776699029);
    box-shadow: inset 0 2px 0 rgb(233.3495145631, 35.6165048544, 19.6504854369);
  }
  .btn-color.btn-youtube:active:hover .icon, .btn-color.btn-youtube:active:focus .icon, .btn-color.btn-youtube:active.focus .icon, .btn-color.btn-youtube.active:hover .icon, .btn-color.btn-youtube.active:focus .icon, .btn-color.btn-youtube.active.focus .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-youtube.dropdown-toggle:hover .icon, .show > .btn-color.btn-youtube.dropdown-toggle:focus .icon, .show > .btn-color.btn-youtube.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-youtube:active, .btn-color.btn-youtube.active, .btn-color.btn-youtube:not([disabled]):not(.disabled):active, .btn-color.btn-youtube:not([disabled]):not(.disabled).active, .show > .btn-color.btn-youtube.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-youtube.disabled, .btn-color.btn-youtube.disabled:hover, .btn-color.btn-youtube.disabled:focus, .btn-color.btn-youtube.disabled.focus, .btn-color.btn-youtube.disabled:active, .btn-color.btn-youtube.disabled.active, .btn-color.btn-youtube[disabled], .btn-color.btn-youtube[disabled]:hover, .btn-color.btn-youtube[disabled]:focus, .btn-color.btn-youtube[disabled].focus, .btn-color.btn-youtube[disabled]:active, .btn-color.btn-youtube[disabled].active, fieldset[disabled] .btn-color.btn-youtube, fieldset[disabled] .btn-color.btn-youtube:hover, fieldset[disabled] .btn-color.btn-youtube:focus, fieldset[disabled] .btn-color.btn-youtube.focus, fieldset[disabled] .btn-color.btn-youtube:active, fieldset[disabled] .btn-color.btn-youtube.active {
    background-color: #ef4e41;
    border-color: #ef4e41;
  }
  .btn-color.btn-youtube .badge {
    color: #ef4e41;
    background-color: #ffffff;
  }
  .btn-color.btn-pinterest .icon {
    color: #ffffff;
  }
  .btn-color.btn-pinterest {
    color: #ffffff;
    background-color: #e13138;
    border-color: #e13138;
  }
  .btn-color.btn-pinterest:focus, .btn-color.btn-pinterest.focus {
    color: #ffffff;
    background-color: #e13138;
    border-color: #e13138;
    outline: none;
  }
  .btn-color.btn-pinterest:hover, .btn-color.btn-pinterest.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(194.6525423729, 28.3474576271, 34.9618644068);
    background-color: rgb(226.2966101695, 57.9033898305, 64.6008474576);
    border-color: rgb(226.2966101695, 57.9033898305, 64.6008474576);
    border-bottom-color: rgb(194.6525423729, 28.3474576271, 34.9618644068);
  }
  .btn-color.btn-pinterest:active, .btn-color.btn-pinterest.active, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active, .show > .btn-color.btn-pinterest.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(194.6525423729, 28.3474576271, 34.9618644068);
    background-color: rgb(212.4593220339, 30.9406779661, 38.1601694915);
    border-color: rgb(212.4593220339, 30.9406779661, 38.1601694915);
    border-top-color: rgb(163.4906779661, 23.8093220339, 29.3648305085);
  }
  .btn-color.btn-pinterest:active:hover, .btn-color.btn-pinterest:active:focus, .btn-color.btn-pinterest:active.focus, .btn-color.btn-pinterest.active:hover, .btn-color.btn-pinterest.active:focus, .btn-color.btn-pinterest.active.focus, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:hover, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:focus, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active.focus, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active:hover, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active:focus, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-pinterest.dropdown-toggle:hover, .show > .btn-color.btn-pinterest.dropdown-toggle:focus, .show > .btn-color.btn-pinterest.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(212.4593220339, 30.9406779661, 38.1601694915);
    border-color: transparent;
    border-top-color: rgb(163.4906779661, 23.8093220339, 29.3648305085);
    box-shadow: inset 0 2px 0 rgb(194.6525423729, 28.3474576271, 34.9618644068);
  }
  .btn-color.btn-pinterest:active:hover .icon, .btn-color.btn-pinterest:active:focus .icon, .btn-color.btn-pinterest:active.focus .icon, .btn-color.btn-pinterest.active:hover .icon, .btn-color.btn-pinterest.active:focus .icon, .btn-color.btn-pinterest.active.focus .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-pinterest.dropdown-toggle:hover .icon, .show > .btn-color.btn-pinterest.dropdown-toggle:focus .icon, .show > .btn-color.btn-pinterest.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-pinterest:active, .btn-color.btn-pinterest.active, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active, .btn-color.btn-pinterest:not([disabled]):not(.disabled).active, .show > .btn-color.btn-pinterest.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-pinterest.disabled, .btn-color.btn-pinterest.disabled:hover, .btn-color.btn-pinterest.disabled:focus, .btn-color.btn-pinterest.disabled.focus, .btn-color.btn-pinterest.disabled:active, .btn-color.btn-pinterest.disabled.active, .btn-color.btn-pinterest[disabled], .btn-color.btn-pinterest[disabled]:hover, .btn-color.btn-pinterest[disabled]:focus, .btn-color.btn-pinterest[disabled].focus, .btn-color.btn-pinterest[disabled]:active, .btn-color.btn-pinterest[disabled].active, fieldset[disabled] .btn-color.btn-pinterest, fieldset[disabled] .btn-color.btn-pinterest:hover, fieldset[disabled] .btn-color.btn-pinterest:focus, fieldset[disabled] .btn-color.btn-pinterest.focus, fieldset[disabled] .btn-color.btn-pinterest:active, fieldset[disabled] .btn-color.btn-pinterest.active {
    background-color: #e13138;
    border-color: #e13138;
  }
  .btn-color.btn-pinterest .badge {
    color: #e13138;
    background-color: #ffffff;
  }
  .btn-color.btn-github .icon {
    color: #ffffff;
  }
  .btn-color.btn-github {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
  }
  .btn-color.btn-github:focus, .btn-color.btn-github.focus {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
    outline: none;
  }
  .btn-color.btn-github:hover, .btn-color.btn-github.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(25.5, 25.5, 25.5);
    background-color: rgb(56.1, 56.1, 56.1);
    border-color: rgb(56.1, 56.1, 56.1);
    border-bottom-color: rgb(25.5, 25.5, 25.5);
  }
  .btn-color.btn-github:active, .btn-color.btn-github.active, .btn-color.btn-github:not([disabled]):not(.disabled):active, .btn-color.btn-github:not([disabled]):not(.disabled).active, .show > .btn-color.btn-github.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(25.5, 25.5, 25.5);
    background-color: rgb(35.7, 35.7, 35.7);
    border-color: rgb(35.7, 35.7, 35.7);
    border-top-color: rgb(7.65, 7.65, 7.65);
  }
  .btn-color.btn-github:active:hover, .btn-color.btn-github:active:focus, .btn-color.btn-github:active.focus, .btn-color.btn-github.active:hover, .btn-color.btn-github.active:focus, .btn-color.btn-github.active.focus, .btn-color.btn-github:not([disabled]):not(.disabled):active:hover, .btn-color.btn-github:not([disabled]):not(.disabled):active:focus, .btn-color.btn-github:not([disabled]):not(.disabled):active.focus, .btn-color.btn-github:not([disabled]):not(.disabled).active:hover, .btn-color.btn-github:not([disabled]):not(.disabled).active:focus, .btn-color.btn-github:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-github.dropdown-toggle:hover, .show > .btn-color.btn-github.dropdown-toggle:focus, .show > .btn-color.btn-github.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(35.7, 35.7, 35.7);
    border-color: transparent;
    border-top-color: rgb(7.65, 7.65, 7.65);
    box-shadow: inset 0 2px 0 rgb(25.5, 25.5, 25.5);
  }
  .btn-color.btn-github:active:hover .icon, .btn-color.btn-github:active:focus .icon, .btn-color.btn-github:active.focus .icon, .btn-color.btn-github.active:hover .icon, .btn-color.btn-github.active:focus .icon, .btn-color.btn-github.active.focus .icon, .btn-color.btn-github:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-github:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-github:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-github:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-github:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-github:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-github.dropdown-toggle:hover .icon, .show > .btn-color.btn-github.dropdown-toggle:focus .icon, .show > .btn-color.btn-github.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-github:active, .btn-color.btn-github.active, .btn-color.btn-github:not([disabled]):not(.disabled):active, .btn-color.btn-github:not([disabled]):not(.disabled).active, .show > .btn-color.btn-github.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-github.disabled, .btn-color.btn-github.disabled:hover, .btn-color.btn-github.disabled:focus, .btn-color.btn-github.disabled.focus, .btn-color.btn-github.disabled:active, .btn-color.btn-github.disabled.active, .btn-color.btn-github[disabled], .btn-color.btn-github[disabled]:hover, .btn-color.btn-github[disabled]:focus, .btn-color.btn-github[disabled].focus, .btn-color.btn-github[disabled]:active, .btn-color.btn-github[disabled].active, fieldset[disabled] .btn-color.btn-github, fieldset[disabled] .btn-color.btn-github:hover, fieldset[disabled] .btn-color.btn-github:focus, fieldset[disabled] .btn-color.btn-github.focus, fieldset[disabled] .btn-color.btn-github:active, fieldset[disabled] .btn-color.btn-github.active {
    background-color: #333;
    border-color: #333;
  }
  .btn-color.btn-github .badge {
    color: #333;
    background-color: #ffffff;
  }
  .btn-color.btn-tumblr .icon {
    color: #ffffff;
  }
  .btn-color.btn-tumblr {
    color: #ffffff;
    background-color: #426d9b;
    border-color: #426d9b;
  }
  .btn-color.btn-tumblr:focus, .btn-color.btn-tumblr.focus {
    color: #ffffff;
    background-color: #426d9b;
    border-color: #426d9b;
    outline: none;
  }
  .btn-color.btn-tumblr:hover, .btn-color.btn-tumblr.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(50.7692307692, 83.8461538462, 119.2307692308);
    background-color: rgb(69.0461538462, 114.0307692308, 162.1538461538);
    border-color: rgb(69.0461538462, 114.0307692308, 162.1538461538);
    border-bottom-color: rgb(50.7692307692, 83.8461538462, 119.2307692308);
  }
  .btn-color.btn-tumblr:active, .btn-color.btn-tumblr.active, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active, .show > .btn-color.btn-tumblr.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(50.7692307692, 83.8461538462, 119.2307692308);
    background-color: rgb(56.8615384615, 93.9076923077, 133.5384615385);
    border-color: rgb(56.8615384615, 93.9076923077, 133.5384615385);
    border-top-color: rgb(40.1076923077, 66.2384615385, 94.1923076923);
  }
  .btn-color.btn-tumblr:active:hover, .btn-color.btn-tumblr:active:focus, .btn-color.btn-tumblr:active.focus, .btn-color.btn-tumblr.active:hover, .btn-color.btn-tumblr.active:focus, .btn-color.btn-tumblr.active.focus, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:hover, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:focus, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active.focus, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active:hover, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active:focus, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-tumblr.dropdown-toggle:hover, .show > .btn-color.btn-tumblr.dropdown-toggle:focus, .show > .btn-color.btn-tumblr.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(56.8615384615, 93.9076923077, 133.5384615385);
    border-color: transparent;
    border-top-color: rgb(40.1076923077, 66.2384615385, 94.1923076923);
    box-shadow: inset 0 2px 0 rgb(50.7692307692, 83.8461538462, 119.2307692308);
  }
  .btn-color.btn-tumblr:active:hover .icon, .btn-color.btn-tumblr:active:focus .icon, .btn-color.btn-tumblr:active.focus .icon, .btn-color.btn-tumblr.active:hover .icon, .btn-color.btn-tumblr.active:focus .icon, .btn-color.btn-tumblr.active.focus .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-tumblr.dropdown-toggle:hover .icon, .show > .btn-color.btn-tumblr.dropdown-toggle:focus .icon, .show > .btn-color.btn-tumblr.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-tumblr:active, .btn-color.btn-tumblr.active, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active, .btn-color.btn-tumblr:not([disabled]):not(.disabled).active, .show > .btn-color.btn-tumblr.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-tumblr.disabled, .btn-color.btn-tumblr.disabled:hover, .btn-color.btn-tumblr.disabled:focus, .btn-color.btn-tumblr.disabled.focus, .btn-color.btn-tumblr.disabled:active, .btn-color.btn-tumblr.disabled.active, .btn-color.btn-tumblr[disabled], .btn-color.btn-tumblr[disabled]:hover, .btn-color.btn-tumblr[disabled]:focus, .btn-color.btn-tumblr[disabled].focus, .btn-color.btn-tumblr[disabled]:active, .btn-color.btn-tumblr[disabled].active, fieldset[disabled] .btn-color.btn-tumblr, fieldset[disabled] .btn-color.btn-tumblr:hover, fieldset[disabled] .btn-color.btn-tumblr:focus, fieldset[disabled] .btn-color.btn-tumblr.focus, fieldset[disabled] .btn-color.btn-tumblr:active, fieldset[disabled] .btn-color.btn-tumblr.active {
    background-color: #426d9b;
    border-color: #426d9b;
  }
  .btn-color.btn-tumblr .badge {
    color: #426d9b;
    background-color: #ffffff;
  }
  .btn-color.btn-dropbox .icon {
    color: #ffffff;
  }
  .btn-color.btn-dropbox {
    color: #ffffff;
    background-color: #007ee5;
    border-color: #007ee5;
  }
  .btn-color.btn-dropbox:focus, .btn-color.btn-dropbox.focus {
    color: #ffffff;
    background-color: #007ee5;
    border-color: #007ee5;
    outline: none;
  }
  .btn-color.btn-dropbox:hover, .btn-color.btn-dropbox.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0, 97.9388646288, 178);
    background-color: rgb(0, 131.6122270742, 239.2);
    border-color: rgb(0, 131.6122270742, 239.2);
    border-bottom-color: rgb(0, 97.9388646288, 178);
  }
  .btn-color.btn-dropbox:active, .btn-color.btn-dropbox.active, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active, .show > .btn-color.btn-dropbox.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(0, 97.9388646288, 178);
    background-color: rgb(0, 109.1633187773, 198.4);
    border-color: rgb(0, 109.1633187773, 198.4);
    border-top-color: rgb(0, 78.296069869, 142.3);
  }
  .btn-color.btn-dropbox:active:hover, .btn-color.btn-dropbox:active:focus, .btn-color.btn-dropbox:active.focus, .btn-color.btn-dropbox.active:hover, .btn-color.btn-dropbox.active:focus, .btn-color.btn-dropbox.active.focus, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:hover, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:focus, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active.focus, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active:hover, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active:focus, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-dropbox.dropdown-toggle:hover, .show > .btn-color.btn-dropbox.dropdown-toggle:focus, .show > .btn-color.btn-dropbox.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(0, 109.1633187773, 198.4);
    border-color: transparent;
    border-top-color: rgb(0, 78.296069869, 142.3);
    box-shadow: inset 0 2px 0 rgb(0, 97.9388646288, 178);
  }
  .btn-color.btn-dropbox:active:hover .icon, .btn-color.btn-dropbox:active:focus .icon, .btn-color.btn-dropbox:active.focus .icon, .btn-color.btn-dropbox.active:hover .icon, .btn-color.btn-dropbox.active:focus .icon, .btn-color.btn-dropbox.active.focus .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-dropbox.dropdown-toggle:hover .icon, .show > .btn-color.btn-dropbox.dropdown-toggle:focus .icon, .show > .btn-color.btn-dropbox.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-dropbox:active, .btn-color.btn-dropbox.active, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active, .btn-color.btn-dropbox:not([disabled]):not(.disabled).active, .show > .btn-color.btn-dropbox.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-dropbox.disabled, .btn-color.btn-dropbox.disabled:hover, .btn-color.btn-dropbox.disabled:focus, .btn-color.btn-dropbox.disabled.focus, .btn-color.btn-dropbox.disabled:active, .btn-color.btn-dropbox.disabled.active, .btn-color.btn-dropbox[disabled], .btn-color.btn-dropbox[disabled]:hover, .btn-color.btn-dropbox[disabled]:focus, .btn-color.btn-dropbox[disabled].focus, .btn-color.btn-dropbox[disabled]:active, .btn-color.btn-dropbox[disabled].active, fieldset[disabled] .btn-color.btn-dropbox, fieldset[disabled] .btn-color.btn-dropbox:hover, fieldset[disabled] .btn-color.btn-dropbox:focus, fieldset[disabled] .btn-color.btn-dropbox.focus, fieldset[disabled] .btn-color.btn-dropbox:active, fieldset[disabled] .btn-color.btn-dropbox.active {
    background-color: #007ee5;
    border-color: #007ee5;
  }
  .btn-color.btn-dropbox .badge {
    color: #007ee5;
    background-color: #ffffff;
  }
  .btn-color.btn-evernote .icon {
    color: #ffffff;
  }
  .btn-color.btn-evernote {
    color: #ffffff;
    background-color: #2dbe60;
    border-color: #2dbe60;
  }
  .btn-color.btn-evernote:focus, .btn-color.btn-evernote.focus {
    color: #ffffff;
    background-color: #2dbe60;
    border-color: #2dbe60;
    outline: none;
  }
  .btn-color.btn-evernote:hover, .btn-color.btn-evernote.hover {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(35.2340425532, 148.7659574468, 75.1659574468);
    background-color: rgb(46.9531914894, 198.2468085106, 100.1668085106);
    border-color: rgb(46.9531914894, 198.2468085106, 100.1668085106);
    border-bottom-color: rgb(35.2340425532, 148.7659574468, 75.1659574468);
  }
  .btn-color.btn-evernote:active, .btn-color.btn-evernote.active, .btn-color.btn-evernote:not([disabled]):not(.disabled):active, .btn-color.btn-evernote:not([disabled]):not(.disabled).active, .show > .btn-color.btn-evernote.dropdown-toggle {
    color: #ffffff;
    box-shadow: inset 0 2px 0 rgb(35.2340425532, 148.7659574468, 75.1659574468);
    background-color: rgb(39.1404255319, 165.2595744681, 83.4995744681);
    border-color: rgb(39.1404255319, 165.2595744681, 83.4995744681);
    border-top-color: rgb(28.3978723404, 119.9021276596, 60.5821276596);
  }
  .btn-color.btn-evernote:active:hover, .btn-color.btn-evernote:active:focus, .btn-color.btn-evernote:active.focus, .btn-color.btn-evernote.active:hover, .btn-color.btn-evernote.active:focus, .btn-color.btn-evernote.active.focus, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:hover, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:focus, .btn-color.btn-evernote:not([disabled]):not(.disabled):active.focus, .btn-color.btn-evernote:not([disabled]):not(.disabled).active:hover, .btn-color.btn-evernote:not([disabled]):not(.disabled).active:focus, .btn-color.btn-evernote:not([disabled]):not(.disabled).active.focus, .show > .btn-color.btn-evernote.dropdown-toggle:hover, .show > .btn-color.btn-evernote.dropdown-toggle:focus, .show > .btn-color.btn-evernote.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgb(39.1404255319, 165.2595744681, 83.4995744681);
    border-color: transparent;
    border-top-color: rgb(28.3978723404, 119.9021276596, 60.5821276596);
    box-shadow: inset 0 2px 0 rgb(35.2340425532, 148.7659574468, 75.1659574468);
  }
  .btn-color.btn-evernote:active:hover .icon, .btn-color.btn-evernote:active:focus .icon, .btn-color.btn-evernote:active.focus .icon, .btn-color.btn-evernote.active:hover .icon, .btn-color.btn-evernote.active:focus .icon, .btn-color.btn-evernote.active.focus .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled):active.focus .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled).active:hover .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled).active:focus .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-color.btn-evernote.dropdown-toggle:hover .icon, .show > .btn-color.btn-evernote.dropdown-toggle:focus .icon, .show > .btn-color.btn-evernote.dropdown-toggle.focus .icon {
    color: #ffffff;
  }
  .btn-color.btn-evernote:active, .btn-color.btn-evernote.active, .btn-color.btn-evernote:not([disabled]):not(.disabled):active, .btn-color.btn-evernote:not([disabled]):not(.disabled).active, .show > .btn-color.btn-evernote.dropdown-toggle {
    background-image: none;
  }
  .btn-color.btn-evernote.disabled, .btn-color.btn-evernote.disabled:hover, .btn-color.btn-evernote.disabled:focus, .btn-color.btn-evernote.disabled.focus, .btn-color.btn-evernote.disabled:active, .btn-color.btn-evernote.disabled.active, .btn-color.btn-evernote[disabled], .btn-color.btn-evernote[disabled]:hover, .btn-color.btn-evernote[disabled]:focus, .btn-color.btn-evernote[disabled].focus, .btn-color.btn-evernote[disabled]:active, .btn-color.btn-evernote[disabled].active, fieldset[disabled] .btn-color.btn-evernote, fieldset[disabled] .btn-color.btn-evernote:hover, fieldset[disabled] .btn-color.btn-evernote:focus, fieldset[disabled] .btn-color.btn-evernote.focus, fieldset[disabled] .btn-color.btn-evernote:active, fieldset[disabled] .btn-color.btn-evernote.active {
    background-color: #2dbe60;
    border-color: #2dbe60;
  }
  .btn-color.btn-evernote .badge {
    color: #2dbe60;
    background-color: #ffffff;
  }
  .btn .icon {
    font-size: 1.231rem;
    line-height: 15px;
    vertical-align: middle;
  }
  .btn .icon.icon-left {
    margin-right: 1px;
  }
  .btn .icon.icon-right {
    margin-left: 1px;
  }
  .btn .icon.fa {
    font-size: 1.154rem;
  }
  .btn.btn-lg .icon, .btn-group-lg > .btn .icon {
    font-size: 1.615rem;
    line-height: 20px;
  }
  .btn.btn-sm .icon, .btn-group-sm > .btn .icon {
    font-size: 1.154rem;
    line-height: 15px;
  }
  .btn.btn-xs .icon {
    font-size: 1.077rem;
    line-height: 14px;
  }
  .btn-group .btn.dropdown-toggle.btn-primary, .btn-group .btn.dropdown-toggle.btn-success, .btn-group .btn.dropdown-toggle.btn-warning, .btn-group .btn.dropdown-toggle.btn-danger {
    border-right-color: transparent;
  }
  .btn-group .btn.dropdown-toggle.btn-primary:hover, .btn-group .btn.dropdown-toggle.btn-success:hover, .btn-group .btn.dropdown-toggle.btn-warning:hover, .btn-group .btn.dropdown-toggle.btn-danger:hover {
    border-right-color: transparent;
  }
  .btn.dropdown-toggle .mdi-chevron-down,
  .btn.dropdown-toggle .mdi-chevron-up {
    font-size: 1.385rem;
    vertical-align: middle;
    line-height: 17px;
  }
  .btn.dropdown-toggle .icon-dropdown {
    font-size: 1.385rem;
    line-height: 17px;
    margin-left: 6px;
  }
  .btn.dropdown-toggle .icon-dropdown-left {
    margin-left: 0;
    margin-right: 6px;
  }
  .btn-big {
    padding: 10px 13px;
    text-align: center;
    line-height: 13px;
    min-width: 62px;
  }
  .btn-big > .icon {
    display: block;
    font-size: 2rem;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .btn-outline.btn-primary {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
  }
  .btn-outline.btn-primary:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .btn-outline.btn-primary:hover + .btn {
    border-left-color: transparent;
  }
  .btn-outline.btn-primary:active, .btn-outline.btn-primary.active {
    background-color: #ffffff;
    color: #297ce0;
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-primary:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
  }
  .btn-outline.btn-secondary:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .btn-outline.btn-secondary:hover + .btn {
    border-left-color: transparent;
  }
  .btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active {
    background-color: #ffffff;
    color: rgb(216.75, 216.75, 216.75);
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-secondary:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-success {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
  }
  .btn-outline.btn-success:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .btn-outline.btn-success:hover + .btn {
    border-left-color: transparent;
  }
  .btn-outline.btn-success:active, .btn-outline.btn-success.active {
    background-color: #ffffff;
    color: #c2e24f;
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-success:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-warning {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
  }
  .btn-outline.btn-warning:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .btn-outline.btn-warning:hover + .btn {
    border-left-color: transparent;
  }
  .btn-outline.btn-warning:active, .btn-outline.btn-warning.active {
    background-color: #ffffff;
    color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-warning:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-danger {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
  }
  .btn-outline.btn-danger:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .btn-outline.btn-danger:hover + .btn {
    border-left-color: transparent;
  }
  .btn-outline.btn-danger:active, .btn-outline.btn-danger.active {
    background-color: #ffffff;
    color: #ef7b78;
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-outline.btn-danger:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .btn-group > .btn.btn-secondary:hover + .btn, .btn-group > .btn.btn-secondary.active + .btn,
  .input-group-btn > .btn.btn-secondary:hover + .btn,
  .input-group-btn > .btn.btn-secondary.active + .btn,
  .input-group-prepend > .btn.btn-secondary:hover + .btn,
  .input-group-prepend > .btn.btn-secondary.active + .btn,
  .input-group-append > .btn.btn-secondary:hover + .btn,
  .input-group-append > .btn.btn-secondary.active + .btn {
    border-left-color: rgb(186.15, 186.15, 186.15);
  }
  .btn-group > .btn.btn-primary,
  .input-group-btn > .btn.btn-primary,
  .input-group-prepend > .btn.btn-primary,
  .input-group-append > .btn.btn-primary {
    border-left-color: rgb(29.0134693878, 106.6946938776, 200.2865306122);
    border-right-color: rgb(29.0134693878, 106.6946938776, 200.2865306122);
  }
  .btn-group > .btn.btn-primary:hover, .btn-group > .btn.btn-primary:active, .btn-group > .btn.btn-primary.active,
  .input-group-btn > .btn.btn-primary:hover,
  .input-group-btn > .btn.btn-primary:active,
  .input-group-btn > .btn.btn-primary.active,
  .input-group-prepend > .btn.btn-primary:hover,
  .input-group-prepend > .btn.btn-primary:active,
  .input-group-prepend > .btn.btn-primary.active,
  .input-group-append > .btn.btn-primary:hover,
  .input-group-append > .btn.btn-primary:active,
  .input-group-append > .btn.btn-primary.active {
    border-left-color: rgb(25.1416326531, 92.4563265306, 173.5583673469);
    border-right-color: rgb(25.1416326531, 92.4563265306, 173.5583673469);
    border-bottom-color: transparent;
  }
  .btn-group > .btn.btn-primary.active, .btn-group > .btn.btn-primary:active,
  .input-group-btn > .btn.btn-primary.active,
  .input-group-btn > .btn.btn-primary:active,
  .input-group-prepend > .btn.btn-primary.active,
  .input-group-prepend > .btn.btn-primary:active,
  .input-group-append > .btn.btn-primary.active,
  .input-group-append > .btn.btn-primary:active {
    box-shadow: inset 0 2px 0 rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  .btn-group > .btn.btn-primary:hover + .btn, .btn-group > .btn.btn-primary:active + .btn, .btn-group > .btn.btn-primary.active + .btn,
  .input-group-btn > .btn.btn-primary:hover + .btn,
  .input-group-btn > .btn.btn-primary:active + .btn,
  .input-group-btn > .btn.btn-primary.active + .btn,
  .input-group-prepend > .btn.btn-primary:hover + .btn,
  .input-group-prepend > .btn.btn-primary:active + .btn,
  .input-group-prepend > .btn.btn-primary.active + .btn,
  .input-group-append > .btn.btn-primary:hover + .btn,
  .input-group-append > .btn.btn-primary:active + .btn,
  .input-group-append > .btn.btn-primary.active + .btn {
    border-left-color: rgb(25.1416326531, 92.4563265306, 173.5583673469);
  }
  .btn-group > .btn.btn-primary:first-child,
  .input-group-btn > .btn.btn-primary:first-child,
  .input-group-prepend > .btn.btn-primary:first-child,
  .input-group-append > .btn.btn-primary:first-child {
    border-left-color: transparent;
  }
  .btn-group > .btn.btn-primary:last-child,
  .input-group-btn > .btn.btn-primary:last-child,
  .input-group-prepend > .btn.btn-primary:last-child,
  .input-group-append > .btn.btn-primary:last-child {
    border-right-color: transparent;
  }
  .btn-group > .btn.btn-success,
  .input-group-btn > .btn.btn-success,
  .input-group-prepend > .btn.btn-success,
  .input-group-append > .btn.btn-success {
    border-left-color: rgb(183.3770731707, 220.9497560976, 48.3502439024);
    border-right-color: rgb(183.3770731707, 220.9497560976, 48.3502439024);
  }
  .btn-group > .btn.btn-success:hover, .btn-group > .btn.btn-success:active, .btn-group > .btn.btn-success.active,
  .input-group-btn > .btn.btn-success:hover,
  .input-group-btn > .btn.btn-success:active,
  .input-group-btn > .btn.btn-success.active,
  .input-group-prepend > .btn.btn-success:hover,
  .input-group-prepend > .btn.btn-success:active,
  .input-group-prepend > .btn.btn-success.active,
  .input-group-append > .btn.btn-success:hover,
  .input-group-append > .btn.btn-success:active,
  .input-group-append > .btn.btn-success.active {
    border-left-color: rgb(167.672195122, 204.9326829268, 33.7673170732);
    border-right-color: rgb(167.672195122, 204.9326829268, 33.7673170732);
    border-bottom-color: transparent;
  }
  .btn-group > .btn.btn-success.active, .btn-group > .btn.btn-success:active,
  .input-group-btn > .btn.btn-success.active,
  .input-group-btn > .btn.btn-success:active,
  .input-group-prepend > .btn.btn-success.active,
  .input-group-prepend > .btn.btn-success:active,
  .input-group-append > .btn.btn-success.active,
  .input-group-append > .btn.btn-success:active {
    box-shadow: inset 0 2px 0 rgb(178.4195121951, 218.0682926829, 35.9317073171);
  }
  .btn-group > .btn.btn-success:hover + .btn, .btn-group > .btn.btn-success:active + .btn, .btn-group > .btn.btn-success.active + .btn,
  .input-group-btn > .btn.btn-success:hover + .btn,
  .input-group-btn > .btn.btn-success:active + .btn,
  .input-group-btn > .btn.btn-success.active + .btn,
  .input-group-prepend > .btn.btn-success:hover + .btn,
  .input-group-prepend > .btn.btn-success:active + .btn,
  .input-group-prepend > .btn.btn-success.active + .btn,
  .input-group-append > .btn.btn-success:hover + .btn,
  .input-group-append > .btn.btn-success:active + .btn,
  .input-group-append > .btn.btn-success.active + .btn {
    border-left-color: rgb(167.672195122, 204.9326829268, 33.7673170732);
  }
  .btn-group > .btn.btn-success:first-child,
  .input-group-btn > .btn.btn-success:first-child,
  .input-group-prepend > .btn.btn-success:first-child,
  .input-group-append > .btn.btn-success:first-child {
    border-left-color: transparent;
  }
  .btn-group > .btn.btn-success:last-child,
  .input-group-btn > .btn.btn-success:last-child,
  .input-group-prepend > .btn.btn-success:last-child,
  .input-group-append > .btn.btn-success:last-child {
    border-right-color: transparent;
  }
  .btn-group > .btn.btn-warning,
  .input-group-btn > .btn.btn-warning,
  .input-group-prepend > .btn.btn-warning,
  .input-group-append > .btn.btn-warning {
    border-left-color: rgb(216.8307086614, 162.1893700787, 3.4692913386);
    border-right-color: rgb(216.8307086614, 162.1893700787, 3.4692913386);
  }
  .btn-group > .btn.btn-warning:hover, .btn-group > .btn.btn-warning:active, .btn-group > .btn.btn-warning.active,
  .input-group-btn > .btn.btn-warning:hover,
  .input-group-btn > .btn.btn-warning:active,
  .input-group-btn > .btn.btn-warning.active,
  .input-group-prepend > .btn.btn-warning:hover,
  .input-group-prepend > .btn.btn-warning:active,
  .input-group-prepend > .btn.btn-warning.active,
  .input-group-append > .btn.btn-warning:hover,
  .input-group-append > .btn.btn-warning:active,
  .input-group-append > .btn.btn-warning.active {
    border-left-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
    border-right-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
    border-bottom-color: transparent;
  }
  .btn-group > .btn.btn-warning.active, .btn-group > .btn.btn-warning:active,
  .input-group-btn > .btn.btn-warning.active,
  .input-group-btn > .btn.btn-warning:active,
  .input-group-prepend > .btn.btn-warning.active,
  .input-group-prepend > .btn.btn-warning:active,
  .input-group-append > .btn.btn-warning.active,
  .input-group-append > .btn.btn-warning:active {
    box-shadow: inset 0 2px 0 rgb(201.7716535433, 150.9251968504, 3.2283464567);
  }
  .btn-group > .btn.btn-warning:hover + .btn, .btn-group > .btn.btn-warning:active + .btn, .btn-group > .btn.btn-warning.active + .btn,
  .input-group-btn > .btn.btn-warning:hover + .btn,
  .input-group-btn > .btn.btn-warning:active + .btn,
  .input-group-btn > .btn.btn-warning.active + .btn,
  .input-group-prepend > .btn.btn-warning:hover + .btn,
  .input-group-prepend > .btn.btn-warning:active + .btn,
  .input-group-prepend > .btn.btn-warning.active + .btn,
  .input-group-append > .btn.btn-warning:hover + .btn,
  .input-group-append > .btn.btn-warning:active + .btn,
  .input-group-append > .btn.btn-warning.active + .btn {
    border-left-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
  }
  .btn-group > .btn.btn-warning:first-child,
  .input-group-btn > .btn.btn-warning:first-child,
  .input-group-prepend > .btn.btn-warning:first-child,
  .input-group-append > .btn.btn-warning:first-child {
    border-left-color: transparent;
  }
  .btn-group > .btn.btn-warning:last-child,
  .input-group-btn > .btn.btn-warning:last-child,
  .input-group-prepend > .btn.btn-warning:last-child,
  .input-group-append > .btn.btn-warning:last-child {
    border-right-color: transparent;
  }
  .btn-group > .btn.btn-danger,
  .input-group-btn > .btn.btn-danger,
  .input-group-prepend > .btn.btn-danger,
  .input-group-append > .btn.btn-danger {
    border-left-color: rgb(235.217218543, 91.7920529801, 88.082781457);
    border-right-color: rgb(235.217218543, 91.7920529801, 88.082781457);
  }
  .btn-group > .btn.btn-danger:hover, .btn-group > .btn.btn-danger:active, .btn-group > .btn.btn-danger.active,
  .input-group-btn > .btn.btn-danger:hover,
  .input-group-btn > .btn.btn-danger:active,
  .input-group-btn > .btn.btn-danger.active,
  .input-group-prepend > .btn.btn-danger:hover,
  .input-group-prepend > .btn.btn-danger:active,
  .input-group-prepend > .btn.btn-danger.active,
  .input-group-append > .btn.btn-danger:hover,
  .input-group-append > .btn.btn-danger:active,
  .input-group-append > .btn.btn-danger.active {
    border-left-color: rgb(231.9748344371, 65.042384106, 60.7251655629);
    border-right-color: rgb(231.9748344371, 65.042384106, 60.7251655629);
    border-bottom-color: transparent;
  }
  .btn-group > .btn.btn-danger.active, .btn-group > .btn.btn-danger:active,
  .input-group-btn > .btn.btn-danger.active,
  .input-group-btn > .btn.btn-danger:active,
  .input-group-prepend > .btn.btn-danger.active,
  .input-group-prepend > .btn.btn-danger:active,
  .input-group-append > .btn.btn-danger.active,
  .input-group-append > .btn.btn-danger:active {
    box-shadow: inset 0 2px 0 rgb(233.5960264901, 78.417218543, 74.4039735099);
  }
  .btn-group > .btn.btn-danger:hover + .btn, .btn-group > .btn.btn-danger:active + .btn, .btn-group > .btn.btn-danger.active + .btn,
  .input-group-btn > .btn.btn-danger:hover + .btn,
  .input-group-btn > .btn.btn-danger:active + .btn,
  .input-group-btn > .btn.btn-danger.active + .btn,
  .input-group-prepend > .btn.btn-danger:hover + .btn,
  .input-group-prepend > .btn.btn-danger:active + .btn,
  .input-group-prepend > .btn.btn-danger.active + .btn,
  .input-group-append > .btn.btn-danger:hover + .btn,
  .input-group-append > .btn.btn-danger:active + .btn,
  .input-group-append > .btn.btn-danger.active + .btn {
    border-left-color: rgb(231.9748344371, 65.042384106, 60.7251655629);
  }
  .btn-group > .btn.btn-danger:first-child,
  .input-group-btn > .btn.btn-danger:first-child,
  .input-group-prepend > .btn.btn-danger:first-child,
  .input-group-append > .btn.btn-danger:first-child {
    border-left-color: transparent;
  }
  .btn-group > .btn.btn-danger:last-child,
  .input-group-btn > .btn.btn-danger:last-child,
  .input-group-prepend > .btn.btn-danger:last-child,
  .input-group-append > .btn.btn-danger:last-child {
    border-right-color: transparent;
  }
  .btn-group > .btn:last-of-type:not(.btn-secondary),
  .input-group-btn > .btn:last-of-type:not(.btn-secondary),
  .input-group-prepend > .btn:last-of-type:not(.btn-secondary),
  .input-group-append > .btn:last-of-type:not(.btn-secondary) {
    border-right-color: transparent;
  }
  .btn-group > .btn:last-of-type:not(.btn-secondary):hover,
  .input-group-btn > .btn:last-of-type:not(.btn-secondary):hover,
  .input-group-prepend > .btn:last-of-type:not(.btn-secondary):hover,
  .input-group-append > .btn:last-of-type:not(.btn-secondary):hover {
    border-right-color: transparent;
  }
  .btn-group > .btn + .dropdown-toggle,
  .input-group-btn > .btn + .dropdown-toggle,
  .input-group-prepend > .btn + .dropdown-toggle,
  .input-group-append > .btn + .dropdown-toggle {
    padding-left: 7px;
    padding-right: 7px;
  }
  .btn-group:first-child,
  .input-group-btn:first-child,
  .input-group-prepend:first-child,
  .input-group-append:first-child {
    border-right-color: transparent;
  }
  .btn-group:last-child,
  .input-group-btn:last-child,
  .input-group-prepend:last-child,
  .input-group-append:last-child {
    border-right-color: transparent;
  }
  .btn-group.open > .btn.btn-primary:hover, .btn-group.open > .btn.btn-success:hover, .btn-group.open > .btn.btn-warning:hover, .btn-group.open > .btn.btn-danger:hover,
  .input-group-btn.open > .btn.btn-primary:hover,
  .input-group-btn.open > .btn.btn-success:hover,
  .input-group-btn.open > .btn.btn-warning:hover,
  .input-group-btn.open > .btn.btn-danger:hover,
  .input-group-prepend.open > .btn.btn-primary:hover,
  .input-group-prepend.open > .btn.btn-success:hover,
  .input-group-prepend.open > .btn.btn-warning:hover,
  .input-group-prepend.open > .btn.btn-danger:hover,
  .input-group-append.open > .btn.btn-primary:hover,
  .input-group-append.open > .btn.btn-success:hover,
  .input-group-append.open > .btn.btn-warning:hover,
  .input-group-append.open > .btn.btn-danger:hover {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-group.open > .btn + .btn-primary, .btn-group.open > .btn + .btn-success, .btn-group.open > .btn + .btn-warning, .btn-group.open > .btn + .btn-danger,
  .input-group-btn.open > .btn + .btn-primary,
  .input-group-btn.open > .btn + .btn-success,
  .input-group-btn.open > .btn + .btn-warning,
  .input-group-btn.open > .btn + .btn-danger,
  .input-group-prepend.open > .btn + .btn-primary,
  .input-group-prepend.open > .btn + .btn-success,
  .input-group-prepend.open > .btn + .btn-warning,
  .input-group-prepend.open > .btn + .btn-danger,
  .input-group-append.open > .btn + .btn-primary,
  .input-group-append.open > .btn + .btn-success,
  .input-group-append.open > .btn + .btn-warning,
  .input-group-append.open > .btn + .btn-danger {
    border-left-color: rgba(0, 0, 0, 0.15);
  }
  .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 .btn,
  .btn-group-justified .btn-group .btn {
    width: 100%;
  }
  .btn-group-justified .btn .dropdown-menu,
  .btn-group-justified .btn-group .dropdown-menu {
    left: auto;
  }
  .btn-group-justified > .btn {
    border-right-width: 0;
  }
  .btn-group-justified > .btn:last-child {
    border-right-width: 1px;
  }
  .btn-group-vertical > .btn.btn-secondary:hover, .btn-group-vertical > .btn.btn-secondary:focus {
    box-shadow: none;
  }
  .btn-group-vertical > .btn.btn-secondary:active, .btn-group-vertical > .btn.btn-secondary.active {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
  }
  .btn-group-vertical > .btn.btn-primary {
    border-top-color: rgb(29.0134693878, 106.6946938776, 200.2865306122);
    border-bottom-color: rgb(29.0134693878, 106.6946938776, 200.2865306122);
  }
  .btn-group-vertical > .btn.btn-primary:hover, .btn-group-vertical > .btn.btn-primary:active, .btn-group-vertical > .btn.btn-primary.active {
    box-shadow: none;
    border-top-color: rgb(25.1416326531, 92.4563265306, 173.5583673469);
    border-bottom-color: rgb(25.1416326531, 92.4563265306, 173.5583673469);
  }
  .btn-group-vertical > .btn.btn-primary:first-child {
    border-top-color: transparent;
  }
  .btn-group-vertical > .btn.btn-primary:last-child {
    border-bottom-color: transparent;
  }
  .btn-group-vertical > .btn.btn-primary:active, .btn-group-vertical > .btn.btn-primary.active {
    box-shadow: inset 0 1px 0 rgb(25.1416326531, 92.4563265306, 173.5583673469);
    border-top-color: rgb(25.1416326531, 92.4563265306, 173.5583673469);
    border-bottom-color: rgb(25.1416326531, 92.4563265306, 173.5583673469);
  }
  .btn-group-vertical > .btn.btn-success {
    border-top-color: rgb(183.3770731707, 220.9497560976, 48.3502439024);
    border-bottom-color: rgb(183.3770731707, 220.9497560976, 48.3502439024);
  }
  .btn-group-vertical > .btn.btn-success:hover, .btn-group-vertical > .btn.btn-success:active, .btn-group-vertical > .btn.btn-success.active {
    box-shadow: none;
    border-top-color: rgb(167.672195122, 204.9326829268, 33.7673170732);
    border-bottom-color: rgb(167.672195122, 204.9326829268, 33.7673170732);
  }
  .btn-group-vertical > .btn.btn-success:first-child {
    border-top-color: transparent;
  }
  .btn-group-vertical > .btn.btn-success:last-child {
    border-bottom-color: transparent;
  }
  .btn-group-vertical > .btn.btn-success:active, .btn-group-vertical > .btn.btn-success.active {
    box-shadow: inset 0 1px 0 rgb(167.672195122, 204.9326829268, 33.7673170732);
    border-top-color: rgb(167.672195122, 204.9326829268, 33.7673170732);
    border-bottom-color: rgb(167.672195122, 204.9326829268, 33.7673170732);
  }
  .btn-group-vertical > .btn.btn-warning {
    border-top-color: rgb(216.8307086614, 162.1893700787, 3.4692913386);
    border-bottom-color: rgb(216.8307086614, 162.1893700787, 3.4692913386);
  }
  .btn-group-vertical > .btn.btn-warning:hover, .btn-group-vertical > .btn.btn-warning:active, .btn-group-vertical > .btn.btn-warning.active {
    box-shadow: none;
    border-top-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
    border-bottom-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
  }
  .btn-group-vertical > .btn.btn-warning:first-child {
    border-top-color: transparent;
  }
  .btn-group-vertical > .btn.btn-warning:last-child {
    border-bottom-color: transparent;
  }
  .btn-group-vertical > .btn.btn-warning:active, .btn-group-vertical > .btn.btn-warning.active {
    box-shadow: inset 0 1px 0 rgb(186.7125984252, 139.661023622, 2.9874015748);
    border-top-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
    border-bottom-color: rgb(186.7125984252, 139.661023622, 2.9874015748);
  }
  .btn-group-vertical > .btn.btn-danger {
    border-top-color: rgb(235.217218543, 91.7920529801, 88.082781457);
    border-bottom-color: rgb(235.217218543, 91.7920529801, 88.082781457);
  }
  .btn-group-vertical > .btn.btn-danger:hover, .btn-group-vertical > .btn.btn-danger:active, .btn-group-vertical > .btn.btn-danger.active {
    box-shadow: none;
    border-top-color: rgb(231.9748344371, 65.042384106, 60.7251655629);
    border-bottom-color: rgb(231.9748344371, 65.042384106, 60.7251655629);
  }
  .btn-group-vertical > .btn.btn-danger:first-child {
    border-top-color: transparent;
  }
  .btn-group-vertical > .btn.btn-danger:last-child {
    border-bottom-color: transparent;
  }
  .btn-group-vertical > .btn.btn-danger:active, .btn-group-vertical > .btn.btn-danger.active {
    box-shadow: inset 0 1px 0 rgb(231.9748344371, 65.042384106, 60.7251655629);
    border-top-color: rgb(231.9748344371, 65.042384106, 60.7251655629);
    border-bottom-color: rgb(231.9748344371, 65.042384106, 60.7251655629);
  }
  .input-group-btn > .btn + .dropdown-toggle,
  .input-group-prepend > .btn + .dropdown-toggle,
  .input-group-append > .btn + .dropdown-toggle {
    padding-left: 9px;
    padding-right: 9px;
  }
  /*Breadcrumbs*/
  .breadcrumb {
    background-color: rgb(244.8, 244.8, 244.8);
    margin-bottom: 18px;
    padding: 7px 20px 6px;
    line-height: 16px;
  }
  .breadcrumb .icon {
    font-size: 1.231rem;
  }
  .breadcrumb > li + li:before {
    color: rgb(76.5, 76.5, 76.5);
  }
  .breadcrumb > .active {
    color: rgb(76.5, 76.5, 76.5);
  }
  /*------------------------------------------------------------------
    [Cards]
  */
  .card {
    background-color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
    border-width: 0;
    border-radius: 3px;
    display: block;
  }
  .card th {
    border-top: 0;
    vertical-align: middle;
  }
  .card.flex-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .card-body {
    padding: 8px 20px 20px;
    border-radius: 0 0 3px 3px;
  }
  .card-right {
    padding-top: 1.5384rem;
    padding-bottom: 1.5384rem;
    margin: 0 1.538rem;
  }
  .card-right-expand {
    margin-right: 0;
    flex-grow: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
  }
  .card-header {
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5384rem;
    margin: 0 1.538rem;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    background-color: transparent;
  }
  .card-header .tools {
    float: right;
    font-size: 0;
  }
  .card-header .tools > a {
    display: inline-block;
  }
  .card-header .tools .icon {
    display: inline-block;
    font-size: 1.538rem;
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(186.15, 186.15, 186.15);
    min-width: 1.538rem;
    text-align: center;
  }
  .card-header .tools .icon + .icon {
    margin-left: 2px;
  }
  .card-header .tools .icon:hover {
    color: rgb(165.75, 165.75, 165.75);
  }
  .card-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0;
  }
  .card-subtitle {
    display: block;
    font-size: 1rem;
    color: rgb(112.2, 112.2, 112.2);
    margin-top: 0;
    margin-bottom: 0.4615rem;
  }
  .card-header-divider {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    margin: 0 1.538rem 8px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.2307rem;
  }
  .card-header-divider .card-subtitle {
    margin-top: 0;
    margin-bottom: 0;
  }
  .card-flat {
    border: none;
    box-shadow: none;
  }
  .card-border {
    box-shadow: none;
    border: 1px solid rgb(211.65, 211.65, 211.65);
  }
  .card-contrast .card-header {
    margin: 0;
    padding: 20px 20px 11px;
  }
  .card-contrast .card-body {
    padding-top: 16px;
  }
  .card-header-contrast {
    background-color: rgb(244.8, 244.8, 244.8);
  }
  .card-body-contrast {
    background-color: rgb(244.8, 244.8, 244.8);
  }
  .card-border-color {
    border-top: 3px solid rgb(201.45, 201.45, 201.45);
  }
  .card-border-color-primary {
    border-top-color: #297ce0;
  }
  .card-border-color-danger {
    border-top-color: #ef7b78;
  }
  .card-border-color-warning {
    border-top-color: #fbbc05;
  }
  .card-border-color-success {
    border-top-color: #c2e24f;
  }
  .card-border-color-dark {
    border-top-color: #323552;
  }
  .card-full .card-header {
    margin: 0;
    padding-left: 1.538rem;
    padding-right: 1.538rem;
  }
  .card-full .card-header .card-title {
    border-width: 0;
  }
  .card-full-color .card-header {
    color: #ffffff;
    padding: 27px 20px 15px;
    margin: 0;
  }
  .card-full-color .card-header .card-subtitle,
  .card-full-color .card-header .icon {
    color: #ffffff;
  }
  .card-full-color .card-body {
    padding: 20px;
  }
  .card-full-primary {
    background-color: #297ce0;
    color: #ffffff;
  }
  .card-full-primary .card-header-contrast {
    background-color: rgb(54.3640816327, 132.1808163265, 225.9359183673);
    padding: 20px 20px 15px;
    margin: 0;
  }
  .card-full-primary .tools .icon {
    color: #ffffff;
  }
  .card-full-primary .tools .icon:hover {
    color: rgb(29.6587755102, 109.067755102, 204.7412244898);
  }
  .card-full-success {
    background-color: #c2e24f;
    color: #ffffff;
  }
  .card-full-success .card-header-contrast {
    background-color: rgb(198.5526829268, 228.1643902439, 92.1356097561);
    padding: 20px 20px 15px;
    margin: 0;
  }
  .card-full-success .tools .icon {
    color: #ffffff;
  }
  .card-full-success .tools .icon:hover {
    color: rgb(184.8946341463, 221.6712195122, 52.7287804878);
  }
  .card-full-warning {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    color: #ffffff;
  }
  .card-full-warning .card-header-contrast {
    background-color: rgb(236.9094488189, 177.2082677165, 3.7905511811);
    padding: 20px 20px 15px;
    margin: 0;
  }
  .card-full-warning .tools .icon {
    color: #ffffff;
  }
  .card-full-warning .tools .icon:hover {
    color: rgb(191.7322834646, 143.4157480315, 3.0677165354);
  }
  .card-full-danger {
    background-color: #ef7b78;
    color: #ffffff;
  }
  .card-full-danger .card-header-contrast {
    background-color: rgb(240.621192053, 136.3748344371, 133.678807947);
    padding: 20px 20px 15px;
    margin: 0;
  }
  .card-full-danger .tools .icon {
    color: #ffffff;
  }
  .card-full-danger .tools .icon:hover {
    color: rgb(235.757615894, 96.2503311258, 92.642384106);
  }
  .card-full {
    background-color: rgb(188.7, 188.7, 188.7);
    color: #ffffff;
  }
  .card-full .card-header-contrast {
    background-color: rgb(196.35, 196.35, 196.35);
    padding: 20px 20px 15px;
    margin: 0;
  }
  .card-full .tools .icon {
    color: #ffffff;
  }
  .card-full .tools .icon:hover {
    color: rgb(173.4, 173.4, 173.4);
  }
  .card-full-dark {
    background-color: #323552;
    color: #ffffff;
  }
  .card-full-dark .card-header-contrast {
    background-color: rgb(55.7954545455, 59.1431818182, 91.5045454545);
    padding: 20px 20px 15px;
    margin: 0;
  }
  .card-full-dark .tools .icon {
    color: #ffffff;
  }
  .card-full-dark .tools .icon:hover {
    color: rgb(38.4090909091, 40.7136363636, 62.9909090909);
  }
  .card-table .card-body {
    padding: 0;
  }
  .card-fullwidth .card-header {
    margin: 0;
    padding-left: 1.538rem;
    padding-right: 1.538rem;
  }
  .card-fullwidth .card-body {
    padding-top: 16px;
  }
  /*------------------------------------------------------------------
    [Dropdown menu]
  */
  .dropdown-toggle:after {
    display: none;
  }
  .dropdown-showcase {
    margin: 0;
  }
  .dropdown-showcase .showcase {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 6px;
  }
  .dropdown-menu {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    padding: 7px 0px;
    min-width: 185px;
    line-height: 18px;
  }
  .dropdown-menu > .dropdown-item {
    font-weight: 400;
    color: rgb(63.9090909091, 67.7436363636, 104.8109090909);
    padding: 8px 20px;
  }
  .dropdown-menu > .dropdown-item .icon {
    font-size: 1.231rem;
    line-height: normal;
    vertical-align: middle;
    margin-right: 8px;
    color: rgb(104.55, 104.55, 104.55);
  }
  .dropdown-menu > .dropdown-item:focus, .dropdown-menu > .dropdown-item:active {
    background-color: transparent;
    color: rgb(63.9090909091, 67.7436363636, 104.8109090909);
  }
  .dropdown-menu > .dropdown-item:hover {
    background-color: rgb(244.8, 244.8, 244.8);
  }
  .dropdown-menu .btn-group .btn {
    font-size: 1.231rem;
    color: rgb(104.55, 104.55, 104.55);
    padding: 0 20px;
  }
  .dropdown-menu .dropdown-divider {
    margin: 6px 0;
    border-color: rgb(226.95, 226.95, 226.95);
  }
  .dropdown-header {
    padding: 5px 20px 1px;
    font-weight: 600;
    color: rgb(185.5609090909, 188.1013636364, 212.6590909091);
    cursor: default;
  }
  .dropdown-tools {
    text-align: center;
  }
  .dropdown-menu-primary {
    border-color: transparent;
    background-color: #297ce0;
  }
  .dropdown-menu-primary.dropdown-menu > .dropdown-item {
    color: #ffffff;
  }
  .dropdown-menu-primary.dropdown-menu > .dropdown-item:focus, .dropdown-menu-primary.dropdown-menu > .dropdown-item:active {
    color: #ffffff;
  }
  .dropdown-menu-primary.dropdown-menu > .dropdown-item:hover {
    background-color: rgb(30.3040816327, 111.4408163265, 209.1959183673);
    color: #ffffff;
  }
  .dropdown-menu-primary.dropdown-menu > .dropdown-item .icon {
    color: #ffffff;
  }
  .dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn {
    background-color: transparent;
    color: #ffffff;
    border-color: rgb(121.1844897959, 173.0848979592, 235.6155102041);
    border-width: 2px;
  }
  .dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
    border-left-color: transparent;
  }
  .dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn.active {
    background-color: #ffffff;
    color: #297ce0;
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-primary .dropdown-divider {
    border-color: rgb(30.3040816327, 111.4408163265, 209.1959183673);
  }
  .dropdown-menu-success {
    border-color: transparent;
    background-color: #c2e24f;
  }
  .dropdown-menu-success.dropdown-menu > .dropdown-item {
    color: #ffffff;
  }
  .dropdown-menu-success.dropdown-menu > .dropdown-item:focus, .dropdown-menu-success.dropdown-menu > .dropdown-item:active {
    color: #ffffff;
  }
  .dropdown-menu-success.dropdown-menu > .dropdown-item:hover {
    background-color: rgb(186.412195122, 222.3926829268, 57.1073170732);
    color: #ffffff;
  }
  .dropdown-menu-success.dropdown-menu > .dropdown-item .icon {
    color: #ffffff;
  }
  .dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn {
    background-color: transparent;
    color: #ffffff;
    border-color: rgb(221.316097561, 238.9863414634, 157.8136585366);
    border-width: 2px;
  }
  .dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
    border-left-color: transparent;
  }
  .dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn.active {
    background-color: #ffffff;
    color: #c2e24f;
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-success .dropdown-divider {
    border-color: rgb(186.412195122, 222.3926829268, 57.1073170732);
  }
  .dropdown-menu-warning {
    border-color: transparent;
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .dropdown-menu-warning.dropdown-menu > .dropdown-item {
    color: #ffffff;
  }
  .dropdown-menu-warning.dropdown-menu > .dropdown-item:focus, .dropdown-menu-warning.dropdown-menu > .dropdown-item:active {
    color: #ffffff;
  }
  .dropdown-menu-warning.dropdown-menu > .dropdown-item:hover {
    background-color: rgb(196.7519685039, 147.1704724409, 3.1480314961);
    color: #ffffff;
  }
  .dropdown-menu-warning.dropdown-menu > .dropdown-item .icon {
    color: #ffffff;
  }
  .dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn {
    background-color: transparent;
    color: #ffffff;
    border-color: rgb(251.9637795276, 204.1433070866, 65.2362204724);
    border-width: 2px;
  }
  .dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
    border-left-color: transparent;
  }
  .dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn.active {
    background-color: #ffffff;
    color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-warning .dropdown-divider {
    border-color: rgb(196.7519685039, 147.1704724409, 3.1480314961);
  }
  .dropdown-menu-danger {
    border-color: transparent;
    background-color: #ef7b78;
  }
  .dropdown-menu-danger.dropdown-menu > .dropdown-item {
    color: #ffffff;
  }
  .dropdown-menu-danger.dropdown-menu > .dropdown-item:focus, .dropdown-menu-danger.dropdown-menu > .dropdown-item:active {
    color: #ffffff;
  }
  .dropdown-menu-danger.dropdown-menu > .dropdown-item:hover {
    background-color: rgb(236.298013245, 100.7086092715, 97.201986755);
    color: #ffffff;
  }
  .dropdown-menu-danger.dropdown-menu > .dropdown-item .icon {
    color: #ffffff;
  }
  .dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn {
    background-color: transparent;
    color: #ffffff;
    border-color: rgb(248.7271523179, 203.2490066225, 202.0728476821);
    border-width: 2px;
  }
  .dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:hover {
    border-color: #ffffff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
    border-left-color: transparent;
  }
  .dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn.active {
    background-color: #ffffff;
    color: #ef7b78;
    border-color: transparent;
    border-width: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu-danger .dropdown-divider {
    border-color: rgb(236.298013245, 100.7086092715, 97.201986755);
  }
  /*------------------------------------------------------------------
    [Collapse cards style]
  */
  .accordion {
    margin-bottom: 40px;
    padding: 0;
  }
  .accordion .card {
    margin: 0;
    padding: 0;
    border-radius: 3px;
  }
  .accordion .card + .card {
    margin-top: 0.384rem;
  }
  .accordion .card-header {
    padding: 0;
    margin: 0;
    border-radius: 3px;
  }
  .accordion .card-header button {
    font-size: 1.385rem;
    font-weight: 300;
    padding: 1.385rem 1.692rem;
    display: block;
    color: #297ce0;
    width: 100%;
    color: #323552;
    background-color: transparent;
    text-align: left;
  }
  .accordion .card-header button.btn {
    box-shadow: none;
    border: 0;
  }
  .accordion .card-header button .icon {
    transition: transform 200ms ease-in-out;
    font-size: 1.923rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 10px;
  }
  .accordion .card-header button[aria-expanded=true] {
    color: #297ce0;
  }
  .accordion .card-header button[aria-expanded=true] .icon {
    transform: rotate(90deg);
  }
  .accordion .card-body {
    padding: 0 1.538rem 1.538rem 1.538rem;
    border-top: 0;
    line-height: 22px;
    border-radius: 0 0 3px 3px;
  }
  .accordion-color .card .card-header button {
    color: #ffffff;
  }
  .accordion-color .card .card-header button[aria-expanded=true] {
    color: #ffffff;
  }
  .form-check {
    margin-bottom: 0.5rem;
  }
  .custom-control {
    min-height: 1.692rem;
    min-width: 1.692rem;
    margin-bottom: 0.923rem;
  }
  .custom-control-input .custom-control-label {
    line-height: 1.6;
  }
  .custom-control-input:checked ~ .custom-control-label::after {
    color: #297ce0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #297ce0;
  }
  .custom-control-input:checked ~ .custom-control-color::after {
    background-color: #297ce0;
    color: #ffffff;
    border-radius: 3px;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-color::after {
    border-radius: 50%;
  }
  .custom-checkbox .custom-control-label::before {
    content: "";
    width: 1.699rem;
    height: 1.699rem;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "\f26b";
    font-size: 1.5452rem;
    font-family: "Material Icons";
    font-weight: normal;
    text-align: center;
    line-height: 1.1;
  }
  .custom-radio .custom-control-label::before {
    border: 1px solid #d5d8de;
    width: 1.77592rem;
    height: 1.77592rem;
    content: "";
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    content: "\f26d";
    width: 1.77592rem;
    height: 1.77592rem;
    font-size: 1rem;
    font-family: "Material Icons";
    text-align: center;
    line-height: 1.8;
  }
  .custom-radio-icon {
    padding: 7px 0;
    width: 52px;
    height: 52px;
  }
  .custom-radio-icon .custom-control-label::after,
  .custom-radio-icon .custom-control-label::before {
    display: none;
  }
  .custom-radio-icon .custom-control-label {
    cursor: pointer;
    margin: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #d5d8de;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    vertical-align: middle;
    color: rgb(99.3863636364, 105.0795454545, 160.1136363636);
  }
  .custom-radio-icon .custom-control-label:hover {
    border-color: rgb(184.44, 189.48, 199.56);
  }
  .custom-radio-icon input[type=radio]:checked + .custom-control-label {
    border-color: #297ce0;
    color: #297ce0;
    background-color: #ffffff;
  }
  .custom-radio-icon input[type=radio]:checked + .custom-control-label i {
    color: #297ce0;
  }
  .custom-radio-icon input[type=radio]:focus + .custom-control-label {
    box-shadow: none;
  }
  .was-validated .form-control-feedback:valid, .form-control-feedback.is-valid,
  .was-validated .col-form-label:valid,
  .col-form-label.is-valid,
  .was-validated .form-check-label:valid,
  .form-check-label.is-valid,
  .was-validated .custom-control:valid,
  .custom-control.is-valid {
    color: #323552;
  }
  .was-validated .form-control:valid, .form-control.is-valid,
  .was-validated .custom-select:valid,
  .custom-select.is-valid {
    border-color: #c2e24f;
  }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: none;
  }
  .was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
    border-color: #c2e24f;
  }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit;
  }
  .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
    box-shadow: none;
  }
  .was-validated .custom-control-input:valid ~ .custom-control-label::after, .custom-control-input.is-valid ~ .custom-control-label::after {
    color: #c2e24f;
  }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #ffffff;
    border-color: #c2e24f;
    color: #c2e24f;
  }
  .was-validated .custom-control-input:checked:valid ~ .custom-control-color::after, .custom-control-input:checked.is-valid ~ .custom-control-color::after {
    background-color: #c2e24f;
    color: #ffffff;
  }
  .was-validated .form-control-feedback:invalid, .form-control-feedback.is-invalid,
  .was-validated .col-form-label:invalid,
  .col-form-label.is-invalid,
  .was-validated .form-check-label:invalid,
  .form-check-label.is-invalid,
  .was-validated .custom-control:invalid,
  .custom-control.is-invalid {
    color: #323552;
  }
  .was-validated .form-control:invalid, .form-control.is-invalid,
  .was-validated .custom-select:invalid,
  .custom-select.is-invalid {
    border-color: #ef7b78;
  }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: none;
  }
  .was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
    border-color: #ef7b78;
  }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit;
  }
  .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
    box-shadow: none;
  }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::after, .custom-control-input.is-invalid ~ .custom-control-label::after {
    color: #ef7b78;
  }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffffff;
    border-color: #ef7b78;
    color: #ef7b78;
  }
  .was-validated .custom-control-input:checked:invalid ~ .custom-control-color::after, .custom-control-input:checked.is-invalid ~ .custom-control-color::after {
    background-color: #ef7b78;
    color: #ffffff;
  }
  .custom-control-sm {
    min-width: 1.38462rem;
    min-height: 1.38462rem;
  }
  .custom-control-sm.custom-control {
    top: 2px;
  }
  .custom-control-sm .custom-control-input ~ .custom-control-label::before {
    width: 1.38462rem;
    height: 1.38462rem;
  }
  .custom-control-sm .custom-control-input:checked ~ .custom-control-label::after {
    width: 1.38462rem;
    height: 1.38462rem;
    font-size: 15px;
    right: 0;
    line-height: 1.3;
    vertical-align: top;
  }
  .be-addon .dropdown-toggle:after {
    display: inline-block;
  }
  .custom-select {
    border-radius: 0;
  }
  .custom-select:focus {
    box-shadow: 0 0 0 transparent;
  }
  /*------------------------------------------------------------------
    [Tabs]
  */
  .nav-tabs {
    background-color: #ffffff;
    border-bottom: 2px solid rgb(234.6, 234.6, 234.6);
  }
  .nav-tabs > li.nav-item {
    margin-bottom: -2px;
    margin-right: 2px;
  }
  .nav-tabs > li.nav-item a.nav-link {
    padding: 11px 20px;
    margin-right: 0;
    min-width: 60px;
    text-align: center;
    border-radius: 0;
    color: #323552;
    border-width: 0;
  }
  .nav-tabs > li.nav-item a.nav-link .icon {
    font-size: 1.538rem;
    vertical-align: middle;
    margin-right: 6px;
    line-height: 17px;
  }
  .nav-tabs > li.nav-item a.nav-link:hover {
    background: transparent;
    color: #297ce0;
  }
  .nav-tabs > li.nav-item a.nav-link:active {
    background-color: transparent;
  }
  .nav-tabs > li.nav-item a.nav-link.active {
    background: transparent;
    border-bottom: 2px solid #297ce0;
  }
  .nav-tabs > li.nav-item a.nav-link.active .icon {
    color: #555;
  }
  .nav-tabs > li.nav-item a.nav-link.active:hover, .nav-tabs > li.nav-item a.nav-link.active:focus {
    color: #323552;
  }
  .tab-content {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 0 0 3px 3px;
  }
  .tab-content .tab-pane h1:first-child,
  .tab-content .tab-pane h2:first-child,
  .tab-content .tab-pane h3:first-child,
  .tab-content .tab-pane h4:first-child,
  .tab-content .tab-pane h5:first-child,
  .tab-content .tab-pane h6:first-child {
    margin-top: 5px;
  }
  .nav-tabs-success > li.nav-item a.nav-link:hover, .nav-tabs-success > li.nav-item a.nav-link:focus {
    color: #c2e24f;
  }
  .nav-tabs-success > li.nav-item a.nav-link.active {
    border-bottom: 2px solid #c2e24f;
  }
  .nav-tabs-warning > li.nav-item a.nav-link:hover, .nav-tabs-warning > li.nav-item a.nav-link:focus {
    color: #fbbc05;
  }
  .nav-tabs-warning > li.nav-item a.nav-link.active {
    border-bottom: 2px solid #fbbc05;
  }
  .nav-tabs-danger > li.nav-item a.nav-link:hover, .nav-tabs-danger > li.nav-item a.nav-link:focus {
    color: #ef7b78;
  }
  .nav-tabs-danger > li.nav-item a.nav-link.active {
    border-bottom: 2px solid #ef7b78;
  }
  /*------------------------------------------------------------------
    [Tooltips]
  */
  .tooltip {
    font-size: 0.952rem;
    line-height: 1.5;
  }
  /*------------------------------------------------------------------
    [Modals]
  */
  .modal-content {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #ffffff;
    color: #323552;
    border: none;
  }
  .modal-header {
    border: 0;
    padding: 19px;
  }
  .modal-header h1,
  .modal-header h2,
  .modal-header h3,
  .modal-header h4,
  .modal-header h5,
  .modal-header h6 {
    display: block;
    margin: 0;
  }
  .modal-header .close {
    font-size: 1.538rem;
    opacity: 0.4;
    text-shadow: none;
    margin-top: -17px;
  }
  .modal-header .close:hover {
    opacity: 0.8;
  }
  .modal-header .close:focus {
    outline: none;
  }
  .modal-body {
    padding: 10px 20px 20px;
  }
  .modal-body .row:last-child .form-group {
    margin-bottom: 0;
  }
  .modal-main-icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: normal;
    font-size: 3.846rem;
  }
  .modal-footer {
    padding: 20px;
    border: none;
  }
  .modal-footer > :not(:first-child) {
    margin-left: 4px;
  }
  .modal-footer > :not(:last-child) {
    margin-right: 4px;
  }
  .modal-open .modal {
    padding: 0 !important;
  }
  .modal-full-color .modal-header {
    padding: 19px;
  }
  .modal-full-color .modal-content {
    color: #ffffff;
    background-color: transparent;
  }
  .modal-full-color .modal-content .close {
    color: #ffffff;
    line-height: 40px;
    opacity: 0.6;
  }
  .modal-full-color .modal-content .close:hover {
    opacity: 1;
  }
  .modal-full-color .modal-content .modal-footer {
    border: none;
  }
  .modal-full-color .btn-secondary {
    border-width: 2px;
    border-color: transparent;
  }
  .modal-full-color .btn-primary,
  .modal-full-color .btn-success,
  .modal-full-color .btn-warning,
  .modal-full-color .btn-danger {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
  }
  .modal-full-color .btn-primary:focus,
  .modal-full-color .btn-success:focus,
  .modal-full-color .btn-warning:focus,
  .modal-full-color .btn-danger:focus {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .modal-full-color .btn-primary:hover,
  .modal-full-color .btn-primary .hover,
  .modal-full-color .btn-success:hover,
  .modal-full-color .btn-success .hover,
  .modal-full-color .btn-warning:hover,
  .modal-full-color .btn-warning .hover,
  .modal-full-color .btn-danger:hover,
  .modal-full-color .btn-danger .hover {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
  }
  .modal-full-color .btn-primary:not([disabled]):not(.disabled):active, .modal-full-color .btn-primary:not([disabled]):not(.disabled).active, .modal-full-color .btn-primary.active, .modal-full-color .btn-primary:active,
  .modal-full-color .btn-success:not([disabled]):not(.disabled):active,
  .modal-full-color .btn-success:not([disabled]):not(.disabled).active,
  .modal-full-color .btn-success.active,
  .modal-full-color .btn-success:active,
  .modal-full-color .btn-warning:not([disabled]):not(.disabled):active,
  .modal-full-color .btn-warning:not([disabled]):not(.disabled).active,
  .modal-full-color .btn-warning.active,
  .modal-full-color .btn-warning:active,
  .modal-full-color .btn-danger:not([disabled]):not(.disabled):active,
  .modal-full-color .btn-danger:not([disabled]):not(.disabled).active,
  .modal-full-color .btn-danger.active,
  .modal-full-color .btn-danger:active {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
  }
  .modal-full-color-success .modal-header {
    background-color: #c2e24f;
  }
  .modal-full-color-success .modal-body,
  .modal-full-color-success .modal-footer {
    background-color: #c2e24f;
  }
  .modal-full-color-success .btn-secondary {
    color: #c2e24f;
  }
  .modal-full-color-success .btn-secondary:active {
    color: #c2e24f;
  }
  .modal-full-color-primary .modal-header {
    background-color: #297ce0;
  }
  .modal-full-color-primary .modal-body,
  .modal-full-color-primary .modal-footer {
    background-color: #297ce0;
  }
  .modal-full-color-primary .btn-secondary {
    color: #297ce0;
  }
  .modal-full-color-primary .btn-secondary:active {
    color: #297ce0;
  }
  .modal-full-color-warning .modal-header {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .modal-full-color-warning .modal-body,
  .modal-full-color-warning .modal-footer {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .modal-full-color-warning .btn-secondary {
    color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .modal-full-color-warning .btn-secondary:active {
    color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .modal-full-color-danger .modal-header {
    background-color: #ef7b78;
  }
  .modal-full-color-danger .modal-body,
  .modal-full-color-danger .modal-footer {
    background-color: #ef7b78;
  }
  .modal-full-color-danger .btn-secondary {
    color: #ef7b78;
  }
  .modal-full-color-danger .btn-secondary:active {
    color: #ef7b78;
  }
  .modal-full-color-dark .modal-header {
    background-color: #323552;
  }
  .modal-full-color-dark .modal-body,
  .modal-full-color-dark .modal-footer {
    background-color: #323552;
  }
  .modal-full-color-dark .btn-secondary {
    color: #323552;
  }
  .modal-full-color-dark .btn-secondary:active {
    color: #323552;
  }
  .full-width {
    width: 90%;
    max-width: none;
  }
  @media (max-width: 767.98px) {
    .full-width {
      width: 100%;
    }
  }
  .full-width.modal-container {
    width: 100%;
  }
  @media (max-width: 767.98px) {
    .full-width.modal-container {
      width: 100%;
    }
  }
  .full-width.modal-container .modal-content {
    width: 81%;
  }
  @media (max-width: 767.98px) {
    .full-width.modal-container .modal-content {
      width: 100%;
    }
  }
  .full-width .modal-content {
    width: 100%;
    max-width: none;
  }
  .custom-width .modal-dialog {
    width: 700px;
    max-width: none;
  }
  .custom-width .modal-content {
    width: 700px;
    max-width: none;
  }
  @media (max-width: 767.98px) {
    .custom-width .modal-content,
    .custom-width .modal-dialog,
    .custom-width .modal-header {
      width: 100% !important;
    }
  }
  .colored-header .modal-content .modal-header {
    background-color: rgb(229.5, 229.5, 229.5);
    color: #ffffff;
    padding: 30px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .colored-header .modal-content .modal-header .modal-title {
    font-size: 1.538rem;
  }
  .colored-header .modal-content .modal-header .close {
    color: rgba(0, 0, 0, 0.7);
    margin-top: -13px;
  }
  .colored-header .modal-content .modal-body {
    padding: 35px 20px 20px;
    background-color: #ffffff;
    color: #323552;
  }
  .colored-header .modal-content .modal-footer {
    background-color: #ffffff;
  }
  .colored-header-success .modal-content .modal-header {
    background-color: #c2e24f;
  }
  .colored-header-primary .modal-content .modal-header {
    background-color: #297ce0;
  }
  .colored-header-warning .modal-content .modal-header {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .colored-header-danger .modal-content .modal-header {
    background-color: #ef7b78;
  }
  .colored-header-dark .modal-content .modal-header {
    background-color: #323552;
  }
  @media (max-width: 767.98px) {
    .modal-dialog {
      margin: 0 auto;
    }
  }
  .be-modal-open {
    overflow-x: visible;
  }
  /*------------------------------------------------------------------
    [Alerts]
  */
  .alert {
    padding: 0;
    position: relative;
    line-height: 25px;
    border-width: 0;
    margin-bottom: 18px;
    color: #ffffff;
  }
  .alert .icon {
    width: 55px;
    font-size: 1.846rem;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    display: table-cell;
    cursor: default;
    padding-top: 1px;
  }
  .alert .icon span {
    width: 25px;
  }
  .alert .close {
    position: absolute;
    font-size: 1.538rem;
    right: 1.385rem;
    text-shadow: none;
    padding: 1.5388rem 0;
    opacity: 0.2;
  }
  .alert .message {
    display: table-cell;
    padding: 1.385rem 2.1542rem 1.385rem 0.231rem;
    border-left-width: 0;
  }
  @media (max-width: 575.98px) {
    .alert .message {
      padding: 1.385rem 2.539rem 1.385rem 0.231rem;
    }
  }
  .alert .message > p,
  .alert .message > ul {
    margin-bottom: 0;
  }
  .alert .message > p + p {
    margin-top: 5px;
  }
  .alert-primary {
    background-color: rgb(36.5453061224, 121.2730612245, 223.3546938776);
  }
  .alert-success {
    background-color: rgb(192.4824390244, 225.2785365854, 74.6214634146);
  }
  .alert-info {
    background-color: rgb(212.7869565217, 235.0043478261, 246.1130434783);
  }
  .alert-warning {
    background-color: rgb(246.9488188976, 184.7177165354, 3.9511811024);
  }
  .alert-danger {
    background-color: rgb(238.459602649, 118.5417218543, 115.440397351);
  }
  .alert-dismissible.alert-primary .close {
    color: rgb(14.1714285714, 52.1142857143, 97.8285714286);
  }
  .alert-dismissible.alert-primary .close:hover {
    opacity: 0.5;
  }
  .alert-dismissible.alert-success .close {
    color: rgb(106.7707317073, 130.4975609756, 21.5024390244);
  }
  .alert-dismissible.alert-success .close:hover {
    opacity: 0.5;
  }
  .alert-dismissible.alert-warning .close {
    color: rgb(101.3779527559, 75.8307086614, 1.6220472441);
  }
  .alert-dismissible.alert-warning .close:hover {
    opacity: 0.5;
  }
  .alert-dismissible.alert-danger .close {
    color: rgb(184.1721854305, 25.9205298013, 21.8278145695);
  }
  .alert-dismissible.alert-danger .close:hover {
    opacity: 0.5;
  }
  .alert-contrast {
    padding: 0;
    position: relative;
  }
  .alert-contrast > .icon {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.08);
  }
  .alert-contrast > .message {
    display: table-cell;
    padding: 1.385rem 1.385rem;
    border-left-width: 0;
    color: #ffffff;
  }
  @media (max-width: 575.98px) {
    .alert-contrast > .message {
      padding: 1.385rem 2.539rem 1.385rem 1.385rem;
    }
  }
  .alert-icon {
    background-color: #ffffff;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
  }
  .alert-icon > .icon {
    position: relative;
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    color: #ffffff;
  }
  .alert-icon > .icon:after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 11px solid #ffffff;
    -moz-transform: scale(0.9999);
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
  }
  .alert-icon > .message {
    display: table-cell;
    padding: 1.385rem 1.385rem;
    color: #323552;
    border: 1px solid rgb(211.65, 211.65, 211.65);
    border-left-width: 0;
  }
  @media (max-width: 575.98px) {
    .alert-icon > .message {
      padding: 1.385rem 2.539rem 1.385rem 1.385rem;
    }
  }
  .alert-icon.alert-dismissible .close {
    color: #323552;
    opacity: 0.35;
  }
  .alert-icon.alert-dismissible .close:hover {
    opacity: 0.5;
  }
  .alert-icon.alert-primary > .icon {
    background-color: #297ce0;
  }
  .alert-icon.alert-primary > .icon:after {
    border-left-color: #297ce0;
  }
  .alert-icon.alert-success > .icon {
    background-color: #c2e24f;
  }
  .alert-icon.alert-success > .icon:after {
    border-left-color: #c2e24f;
  }
  .alert-icon.alert-warning > .icon {
    background-color: #fbbc05;
  }
  .alert-icon.alert-warning > .icon:after {
    border-left-color: #fbbc05;
  }
  .alert-icon.alert-danger > .icon {
    background-color: #ef7b78;
  }
  .alert-icon.alert-danger > .icon:after {
    border-left-color: #ef7b78;
  }
  .alert-icon-border.alert-primary .message {
    border-color: #297ce0;
  }
  .alert-icon-border.alert-success .message {
    border-color: #c2e24f;
  }
  .alert-icon-border.alert-warning .message {
    border-color: #fbbc05;
  }
  .alert-icon-border.alert-danger .message {
    border-color: #ef7b78;
  }
  .alert-icon.alert-icon-colored {
    border: 1px solid rgb(211.65, 211.65, 211.65);
  }
  .alert-icon.alert-icon-colored > .icon {
    position: relative;
    background-color: rgb(247.86, 247.86, 247.86);
    border-width: 0;
  }
  .alert-icon.alert-icon-colored > .icon:after {
    border-left-color: rgb(247.86, 247.86, 247.86);
    position: absolute;
    right: -11px;
    top: 50%;
    margin-top: -11px;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 11px solid rgb(247.86, 247.86, 247.86);
    -moz-transform: scale(0.9999);
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
  }
  .alert-icon.alert-icon-colored > .message {
    border-width: 0;
  }
  .alert-icon.alert-icon-colored.alert-primary > .icon {
    color: #297ce0;
  }
  .alert-icon.alert-icon-colored.alert-success > .icon {
    color: #c2e24f;
  }
  .alert-icon.alert-icon-colored.alert-warning > .icon {
    color: #fbbc05;
  }
  .alert-icon.alert-icon-colored.alert-danger > .icon {
    color: #ef7b78;
  }
  .alert-simple {
    border: 1px solid rgb(211.65, 211.65, 211.65);
    background-color: #ffffff;
    color: #323552;
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
  }
  .alert-simple.alert-primary > .icon {
    color: #297ce0;
  }
  .alert-simple.alert-success > .icon {
    color: #c2e24f;
  }
  .alert-simple.alert-warning > .icon {
    color: #fbbc05;
  }
  .alert-simple.alert-danger > .icon {
    color: #ef7b78;
  }
  /*------------------------------------------------------------------
    [Tables]
  */
  .table > thead > tr > th {
    border-bottom-width: 2px;
    font-weight: 700;
  }
  .table > thead.primary > tr > th {
    color: #297ce0;
  }
  .table > thead.success > tr > th {
    color: #c2e24f;
  }
  .table > tbody > tr > td {
    font-weight: 400;
    vertical-align: middle;
  }
  .table-condensed > thead > tr > th {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .table-bordered > thead > tr > th {
    padding: 14px 10px;
  }
  .table-bordered tbody > tr td:first-child {
    padding-left: 10px;
  }
  .table-bordered tbody > tr td:last-child {
    padding-right: 10px;
  }
  .table-primary,
  .table-primary > th,
  .table-primary > td {
    background-color: #297ce0;
    color: #ffffff;
  }
  .table-hover .table-primary:hover {
    background-color: rgb(30.3040816327, 111.4408163265, 209.1959183673);
    color: #ffffff;
  }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: rgb(30.3040816327, 111.4408163265, 209.1959183673);
    color: #ffffff;
  }
  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: #c2e24f;
    color: #ffffff;
  }
  .table-hover .table-success:hover {
    background-color: rgb(186.412195122, 222.3926829268, 57.1073170732);
    color: #ffffff;
  }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: rgb(186.412195122, 222.3926829268, 57.1073170732);
    color: #ffffff;
  }
  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: #297ce0;
    color: #ffffff;
  }
  .table-hover .table-info:hover {
    background-color: rgb(30.3040816327, 111.4408163265, 209.1959183673);
    color: #ffffff;
  }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: rgb(30.3040816327, 111.4408163265, 209.1959183673);
    color: #ffffff;
  }
  .table-warning,
  .table-warning > th,
  .table-warning > td {
    background-color: #fbbc05;
    color: #ffffff;
  }
  .table-hover .table-warning:hover {
    background-color: rgb(226.8700787402, 169.6988188976, 3.6299212598);
    color: #ffffff;
  }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: rgb(226.8700787402, 169.6988188976, 3.6299212598);
    color: #ffffff;
  }
  .table-danger,
  .table-danger > th,
  .table-danger > td {
    background-color: #ef7b78;
    color: #ffffff;
  }
  .table-hover .table-danger:hover {
    background-color: rgb(236.298013245, 100.7086092715, 97.201986755);
    color: #ffffff;
  }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: rgb(236.298013245, 100.7086092715, 97.201986755);
    color: #ffffff;
  }
  .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
  .table-responsive tbody > tr > td {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  @media (max-width: 767.98px) {
    .table-responsive tbody > tr > td {
      white-space: nowrap;
    }
  }
  .table tr th .custom-control,
  .table tr td .custom-control {
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }
  .table tr th .custom-control .custom-control-indicator,
  .table tr td .custom-control .custom-control-indicator {
    top: 0;
  }
  .table tr th.important,
  .table tr td.important {
    font-weight: bold !important;
  }
  .table tr th.actions,
  .table tr td.actions {
    text-align: center;
  }
  .table tr th.actions .icon,
  .table tr td.actions .icon {
    color: rgb(160.65, 160.65, 160.65);
    font-size: 1.3846rem;
    line-height: 18px;
  }
  .table tr th.actions .icon:hover,
  .table tr td.actions .icon:hover {
    color: rgb(127.5, 127.5, 127.5);
  }
  .table tbody tr td.user-avatar img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }
  @media (max-width: 767.98px) {
    .table tbody tr td.user-avatar img {
      display: none;
    }
  }
  .table tbody tr td.cell-detail span {
    display: block;
  }
  .table tbody tr td.cell-detail .cell-detail-description {
    display: block;
    font-size: 0.8462rem;
    color: #999999;
  }
  .table tbody tr td.user-info img {
    float: left;
  }
  .table tbody tr td.user-info span {
    padding-left: 40px;
  }
  @media (max-width: 767.98px) {
    .table tbody tr td.user-info span {
      padding-left: 0;
    }
  }
  .table tbody tr td.milestone {
    min-width: 100px;
  }
  .table tbody tr td.milestone span {
    display: block;
    font-size: 0.8462rem;
    color: #999999;
    margin-bottom: 6px;
  }
  .table tbody tr td.milestone span.completed {
    float: right;
  }
  .table tbody tr td.milestone .progress {
    height: 6px;
    background-color: rgb(229.5, 229.5, 229.5);
    margin-bottom: 0;
  }
  .table tbody tr td.milestone .progress .progress-bar {
    border-radius: 2px;
  }
  .table tbody tr.online td:first-child {
    border-left: 3px solid #297ce0;
    padding-left: 17px;
  }
  .table .number {
    text-align: right;
  }
  .table.table-borderless tbody tr td {
    border-top-width: 0;
  }
  .card-table table {
    margin-bottom: 0;
  }
  .card-table tr th:first-child,
  .card-table tr td:first-child {
    padding-left: 20px;
  }
  .card-table tr th:last-child,
  .card-table tr td:last-child {
    padding-right: 20px;
  }
  .card-table thead tr th {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  /*------------------------------------------------------------------
    [Badges]
  */
  .badge {
    font-size: 0.8462rem;
    font-weight: 700;
    line-height: 1.55;
    border: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .badge-primary {
    color: #ffffff;
    background-color: #297ce0;
    border: transparent;
  }
  .badge-secondary {
    background-color: #ffffff;
    color: #323552;
  }
  .badge-success {
    color: #ffffff;
    background-color: #c2e24f;
    border: transparent;
  }
  .badge-info {
    color: #ffffff;
    background-color: #297ce0;
    border: transparent;
  }
  .badge-warning {
    color: #ffffff;
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
    border: transparent;
  }
  .badge-danger {
    color: #ffffff;
    background-color: #ef7b78;
    border: transparent;
  }
  .popover {
    font-size: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .popover .popover-header {
    margin: 0;
  }
  .popover.bottom > .arrow {
    border-bottom-color: rgb(247.35, 247.35, 247.35);
    top: -10px;
  }
  .popover.bottom > .arrow:after {
    background-color: transparent;
    top: -2px;
    margin-left: -10px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-top-width: 1px;
    z-index: -1;
  }
  /*------------------------------------------------------------------
    [List group]
  */
  .list-group-item {
    padding: 13px 15px;
  }
  .list-group-item.active .icon {
    color: #ffffff !important;
  }
  .list-group-item.active .badge {
    background: #ffffff;
    color: #297ce0;
  }
  .list-group-item.active + .active {
    border-top: solid 1px #ffffff;
  }
  .list-group-item .icon {
    margin-right: 18px;
    font-size: 1.231rem;
  }
  .list-group-item .text {
    flex: 1 1 auto;
  }
  .list-group-item .badge {
    flex: 0 0 auto;
  }
  .active .list-group-item .badge {
    background: #ffffff;
    color: #297ce0;
  }
  /*------------------------------------------------------------------
    [Typography]
  */
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    font-weight: 300;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  h4 small,
  h4 .small,
  .h4 small,
  .h4 .small,
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small,
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 75%;
  }
  p {
    margin: 0 0 15px;
  }
  .lead {
    font-size: 1.616rem;
    line-height: 26px;
  }
  p small,
  p .small {
    font-size: 0.8462rem;
  }
  mark,
  .mark {
    background-color: rgb(254.5338582677, 247.1921259843, 225.8661417323);
    padding: 0;
  }
  .text-bold {
    font-weight: 500 !important;
  }
  .text-success a {
    color: #c2e24f !important;
  }
  .text-success aa:hover, .text-success aa:focus {
    color: rgb(160.5073170732, 196.1756097561, 32.3243902439) !important;
  }
  .text-warning a {
    color: #fbbc05 !important;
  }
  .text-warning aa:hover, .text-warning aa:focus {
    color: rgb(176.6732283465, 132.1515748031, 2.8267716535) !important;
  }
  .text-danger a {
    color: #ef7b78 !important;
  }
  .text-danger aa:hover, .text-danger aa:focus {
    color: rgb(230.8940397351, 56.1258278146, 51.6059602649) !important;
  }
  ul,
  ol {
    line-height: 20px;
  }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    padding-left: 25px;
  }
  .list-unstyled ul,
  .list-unstyled ol {
    padding-left: 40px;
  }
  blockquote,
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  blockquote p,
  .blockquote p {
    margin-bottom: 18px;
  }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child,
  .blockquote p:last-child,
  .blockquote ul:last-child,
  .blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer,
  blockquote small,
  blockquote .small,
  .blockquote footer,
  .blockquote small,
  .blockquote .small {
    font-size: 1rem;
  }
  .display-heading {
    font-size: 40px;
    font-weight: 100;
    margin: 20px 0 15px;
  }
  @media (max-width: 767.98px) {
    .display-heading {
      font-size: 32px;
    }
  }
  .display-description {
    font-size: 18px;
    font-weight: 100;
    line-height: 29px;
    margin: 0 0 50px;
  }
  @media (max-width: 767.98px) {
    .display-description {
      font-size: 15px;
      line-height: 24px;
    }
  }
  address {
    line-height: 20px;
  }
  /*------------------------------------------------------------------
    [Progress bars]
  */
  .progress {
    height: 22px;
    box-shadow: none;
  }
  .progress-bar {
    box-shadow: none;
    line-height: 22px;
  }
  /*------------------------------------------------------------------
    [Pagination]
  */
  .pagination {
    padding-left: 0;
    border-radius: 2px;
  }
  .page-item:first-child .page-link {
    border-radius: 2px;
  }
  .page-item:last-child .page-link {
    border-radius: 2px;
  }
  .pagination-rounded .page-item:first-child .page-link {
    border-radius: 50%;
  }
  .pagination-rounded .page-item:last-child .page-link {
    border-radius: 50%;
  }
  .page-link {
    font-size: 1.077rem;
    line-height: 14px;
    font-weight: 400;
    padding: 0.7692rem 0.9231rem;
    color: #323552;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 4px;
  }
  .page-link > span {
    line-height: 12px;
  }
  .pagination-rounded .page-link {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 14px;
  }
  /*------------------------------------------------------------------
    [Forms]
  */
  .form-control {
    border-width: 1px;
    border-top-color: #bdc0c7;
    box-shadow: none;
    padding: 10px 12px;
    font-size: 1.1538rem;
    transition: none;
    height: 3.692rem;
  }
  .form-control[multiple] {
    padding: 0;
  }
  .form-control[multiple] option {
    padding: 8px 12px;
  }
  .col-form-label {
    padding-bottom: 0;
  }
  @media (max-width: 575.98px) {
    .col-form-label {
      padding-bottom: 8px;
    }
  }
  input.form-control,
  textarea.form-control {
    -webkit-appearance: none;
  }
  textarea.form-control,
  select[multiple],
  select[size] {
    height: auto;
  }
  label {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 8px;
    color: rgb(78.9772727273, 83.7159090909, 129.5227272727);
  }
  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .inputfile + label {
    padding: 0 10px;
    font-size: 1rem;
    line-height: 28px;
    border: 1px solid transparent;
    border-color: #d5d8de;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
  }
  .inputfile + label i {
    margin-right: 10px;
  }
  .form-control-xs {
    height: 30px;
    font-size: 0.9231rem;
    padding: 6px 9px;
  }
  select.form-control-xs:not([size]):not([multiple]) {
    height: 3.1384rem;
  }
  .form-control-sm {
    height: 37px;
    font-size: 1rem;
    padding: 4px 12px;
  }
  .form-control-lg {
    height: 57px;
    padding: 12px 14px;
    font-size: 1.385rem;
    font-weight: 300;
    border-radius: 2px;
  }
  .form-group.row {
    margin-bottom: 0;
    padding: 12px 0;
  }
  .form-horizontal .form-group.row .col-form-label {
    text-align: right;
  }
  .form-group.row label {
    white-space: nowrap;
  }
  .input-group-prepend .custom-control,
  .input-group-append .custom-control {
    width: 1.77592rem;
    height: 1.77592rem;
    top: 2px;
  }
  .input-group-prepend .input-group-text,
  .input-group-append .input-group-text {
    padding: 10px 12px;
  }
  .input-group-prepend .custom-control, .input-group-append .custom-control {
    margin: 0;
  }
  .custom-select {
    line-height: 1.2;
    padding: 0.7692rem 1.75rem 0.7692rem 0.75rem;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  input:not([type=checkbox]).form-control-success,
  input:not([type=checkbox]).form-control-error {
    padding: 10px 45px 10px 12px;
  }
  input:not([type=checkbox]).form-control-success + span,
  input:not([type=checkbox]).form-control-error + span {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.923rem;
    background-size: 1.846rem 1.846rem;
    font-size: 19px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    pointer-events: none;
  }
  input:not([type=checkbox]).form-control-success.is-valid + span,
  input:not([type=checkbox]).form-control-error.is-valid + span {
    color: #c2e24f;
  }
  input:not([type=checkbox]).form-control-success.is-invalid + span,
  input:not([type=checkbox]).form-control-error.is-invalid + span {
    color: #ef7b78;
  }
  /*------------------------------------------------------------------
    [Input Groups]
  */
  .input-search input {
    border: 1px solid #d5d8de;
    border-radius: 0;
    display: block;
    font-size: 1rem;
  }
  .input-search input:focus {
    background-color: transparent;
  }
  .input-search .input-group-btn {
    position: absolute;
    right: 0;
    display: block;
    width: auto;
    top: 1px;
    right: 1px;
    z-index: 3;
  }
  .input-search .input-group-btn button {
    box-shadow: none;
    border: none;
    height: 3.5382rem;
  }
  .input-search .input-group-btn button:active {
    background-color: transparent;
    box-shadow: none;
  }
  .input-search .input-group-btn button .icon {
    font-size: 1.923rem;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .input-search .input-group-btn button:hover .icon {
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
  }
  .input-search.input-group-lg .input-group-btn button {
    height: 2.6922rem;
  }
  .input-search.input-group-sm .input-group-btn button {
    height: 2.693rem;
  }
  .input-search.input-group-sm .input-group-btn button .icon {
    font-size: 1.692rem;
  }
  .table tr th .custom-control.custom-checkbox,
  .table tr td .custom-control.custom-checkbox {
    padding-left: 2.1377rem;
  }
  .progress {
    position: relative;
  }
  .progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #000;
  }
  .progress span.has-majority {
    color: #fff;
  }
  .alert > .message-actions .action {
    margin-top: 15px;
  }
  .alert-light > .icon {
    color: #737373;
  }
  @media (min-width: 576px) {
    .alert > .message-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .alert > .message-actions .action {
      margin-top: 0;
      margin-left: 20px;
    }
  }
  .custom-checkbox {
    display: flex;
  }
  select.form-control {
    padding: 10px 40px 10px 12px;
  }
  .badge.badge-sm {
    font-size: 0.75rem;
  }
  .terms-modal .modal-body {
    padding-bottom: 0;
  }
  .terms-modal .modal-dialog {
    max-width: 65%;
    min-height: calc(100% - 4rem);
  }
  .terms-modal .modal-footer {
    border-top: 1px solid #dddddd;
    padding: 2rem;
    margin-top: 0.5rem;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  /* For the TopBar to silence bootstrap */
  #topBar > div > .h-24 {
    height: 81px;
  }
  #topBar a.text-ocean {
    color: #297ce0;
  }
  #topBar a.text-ocean:hover {
    color: #297ce0;
  }
  #topBar .px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  #topBar button {
    outline: 0;
  }
  #topBar button p {
    margin: 0;
  }
  #topBar h1 {
    margin: 0;
    font-size: 1.29808rem !important;
    line-height: 1.81731rem !important;
  }
  #topBar p.profile-name {
    margin: 0;
    font-size: 1.03846rem;
    line-height: 1.246155rem;
  }
  #topBar p.profile-email {
    font-size: 0.90865rem;
    line-height: 1.29808rem;
    font-weight: 700;
    margin: 0;
    color: #94a3b8;
  }
  /*------------------------------------------------------------------
    [Custom pages]
  */
  /*------------------------------------------------------------------
    [Login]
  */
  .row.login-tools {
    padding: 15px 0 0;
    margin-bottom: 16px;
  }
  .login-forgot-password {
    line-height: 2.3;
    text-align: right;
  }
  .login-submit,
  .row.login-submit {
    padding: 19px 0 0;
    margin-bottom: 1.3842rem;
  }
  .login-submit .btn,
  .row.login-submit .btn {
    width: 100%;
  }
  .login-submit > div:first-child,
  .row.login-submit > div:first-child {
    padding-right: 10px;
  }
  .login-submit > div:last-child,
  .row.login-submit > div:last-child {
    padding-left: 10px;
  }
  #sso {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .be-login .card .card-header {
    margin-bottom: 0 !important;
  }
  /*------------------------------------------------------------------
    [Error pages]
  */
  .be-error .error-container {
    text-align: center;
    margin-top: 100px;
  }
  @media (max-width: 767.98px) {
    .be-error .error-container {
      margin-top: 50px;
    }
  }
  .be-error .error-number {
    display: block;
    font-size: 11.54rem;
    font-weight: 700;
    line-height: 240px;
    margin-bottom: 30px;
    max-height: 240px;
  }
  .be-error .error-number:after {
    padding-top: 0.25%;
    display: block;
    content: "";
  }
  @media (max-width: 767.98px) {
    .be-error .error-number {
      padding: 20px 0;
      font-size: 6.923rem;
      margin-bottom: 10px;
      line-height: 100px;
    }
  }
  .be-error .error-description {
    font-size: 2.308rem;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;
  }
  @media (max-width: 767.98px) {
    .be-error .error-description {
      font-size: 1.462rem;
    }
  }
  .be-error .error-goback-text {
    font-size: 1.692rem;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  @media (max-width: 767.98px) {
    .be-error .error-goback-text {
      font-size: 1.15rem;
    }
  }
  .be-error .error-goback-button {
    margin-bottom: 30px;
  }
  .be-error .error-goback-button .btn {
    min-width: 153px;
    text-align: center;
  }
  /*------------------------------------------------------------------
    [Page 404]
  */
  .be-error-404 .error-container .error-number {
    background: url("/img/404-bg.png") no-repeat center center;
    background-size: contain;
  }
  @media (max-width: 575.98px) {
    .be-error-404 .error-container .error-number {
      padding: 0;
      font-size: 5.385rem;
    }
  }
  @media (max-width: 340px) {
    .be-error-404 .error-container .error-number {
      font-size: 3.846rem;
    }
  }
  @media (max-width: 295px) {
    .be-error-404 .error-container .error-number {
      font-size: 3.077rem;
    }
  }
  /*------------------------------------------------------------------
    [Sign up]
  */
  .splash-container.sign-up {
    max-width: 433px;
    margin: 10px auto;
  }
  .splash-container.sign-up .card .card-header {
    margin-bottom: 0;
  }
  .signup-password.row {
    padding: 0;
    margin-bottom: 1.3842rem;
  }
  .signup-password .btn {
    width: 100%;
  }
  .signup-password > div:first-child {
    padding-right: 10px;
  }
  .signup-password > div:last-child {
    padding-left: 10px;
  }
  /*------------------------------------------------------------------
    [Forgot password]
  */
  .splash-container.forgot-password .card .card-header {
    margin-bottom: 5px;
  }
  /*------------------------------------------------------------------
    [Gallery]
  */
  .gallery-container .item {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .gallery-container .item .photo {
    background: #ffffff;
  }
  .gallery-container .item .photo .img {
    position: relative;
  }
  .gallery-container .item .photo .img img {
    width: 100%;
  }
  .gallery-container .item .photo .img .over {
    top: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(41, 124, 224, 0.8);
    transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    overflow: hidden;
  }
  .gallery-container .item .photo .img .over .info-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    margin-top: -80px;
    transition: margin-top 200ms ease-in-out;
  }
  .gallery-container .item .photo .img .over .info {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0;
    text-align: center;
    color: #ffffff;
    padding: 0 10px;
  }
  .gallery-container .item .photo .img .over .title {
    font-size: 1.38462rem;
    font-weight: 300;
  }
  .gallery-container .item .photo .img .over .description {
    margin: 10px 0 18px;
    line-height: 15px;
  }
  .gallery-container .item .photo .img .over .func a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  .gallery-container .item .photo .img .over .func a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .gallery-container .item .photo .img .over .func a i {
    font-size: 1.385rem;
    color: #ffffff;
    line-height: 30px;
  }
  .gallery-container .item .photo .img:hover .over {
    opacity: 1;
  }
  .gallery-container .item .photo .img:hover .over .info-wrapper {
    margin-top: 0;
  }
  .gallery-container .item .photo .description {
    line-height: 20px;
    display: table;
    width: 100%;
  }
  .gallery-container .item .photo .description .icon {
    display: table-cell;
    background-color: rgb(229.5, 229.5, 229.5);
    padding: 20px;
    vertical-align: middle;
    width: 20px;
  }
  .gallery-container .item .photo .description .icon a {
    color: rgb(59.6590909091, 63.2386363636, 97.8409090909);
  }
  .gallery-container .item .photo .description .icon a i {
    font-size: 2.308rem;
  }
  @media (max-width: 575.98px) {
    .gallery-container .item .photo .description .icon a i {
      font-size: 1.538rem;
    }
  }
  .gallery-container .item .photo .description .icon a:hover {
    color: #297ce0;
  }
  @media (max-width: 575.98px) {
    .gallery-container .item .photo .description .icon {
      padding: 15px;
    }
  }
  .gallery-container .item .photo .description .desc {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
  }
  .gallery-container .item .photo .description .desc h4 {
    margin: 0;
    font-size: 1.385rem;
  }
  @media (max-width: 575.98px) {
    .gallery-container .item .photo .description .desc h4 {
      font-size: 1.154rem;
    }
  }
  .gallery-container .item .photo .description .desc span {
    color: rgb(115.2272727273, 120.3409090909, 169.7727272727);
    font-size: 0.9231rem;
    font-weight: 300;
  }
  @media (max-width: 575.98px) {
    .gallery-container .item .photo .description .desc {
      padding: 10px;
    }
  }
  .gallery-container .item.w2 {
    width: 50%;
  }
  @media (max-width: 1199.98px) {
    .gallery-container .item {
      width: 33.333%;
    }
  }
  @media (max-width: 991.98px) {
    .gallery-container .item {
      width: 50%;
    }
  }
  @media (max-width: 575.98px) {
    .gallery-container {
      max-width: 767px;
    }
    .gallery-container .item {
      width: 100%;
      padding: 0;
    }
    .gallery-container .item.w2 {
      width: 100%;
    }
  }
  .aside-compose {
    text-align: center;
    padding: 20px 25px;
    margin-top: 10px;
  }
  .email-inbox-header {
    background-color: #ffffff;
    padding: 37px 25px;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .email-inbox-header {
      padding: 20px 25px;
    }
  }
  .email-title {
    display: block;
    margin: 3px 0 0;
    font-size: 1.769rem;
    font-weight: 300;
  }
  @media (max-width: 991.98px) {
    .email-title {
      margin-bottom: 10px;
    }
  }
  .email-title .icon {
    font-size: 1.769rem;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .email-title .new-messages {
    font-size: 1rem;
    color: rgb(115.2272727273, 120.3409090909, 169.7727272727);
    margin-left: 3px;
  }
  .email-filters {
    padding: 0 20px 30px;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    background-color: #ffffff;
    display: table;
    width: 100%;
  }
  .email-filters .dropdown-toggle:after {
    display: inline-block;
  }
  .email-filters > div {
    display: table-cell;
    vertical-align: middle;
  }
  @media (max-width: 991.98px) {
    .email-filters > div {
      vertical-align: top;
    }
  }
  .email-filters .btn-group + .btn-group {
    margin-left: 10px;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .email-filters .btn-group + .btn-group {
      margin-left: 0;
      margin-top: 10px;
    }
  }
  @media (max-width: 575.98px) {
    .email-filters .btn-group + .btn-group {
      margin-left: 0;
      margin-top: 10px;
    }
  }
  .email-filters .be-select-all.custom-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0.5rem 1rem 0 0;
  }
  .email-filters .be-select-all.custom-checkbox .custom-control-label::before {
    margin-right: 18px;
  }
  .email-filters .email-filters-right {
    text-align: right;
  }
  .email-filters input {
    margin-right: 8px;
  }
  .email-pagination-indicator {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .email-pagination-indicator {
      margin-right: 0;
    }
  }
  .email-pagination-nav .btn {
    min-width: 30px;
  }
  .email-pagination-nav .btn i {
    font-size: 1.615rem;
    vertical-align: middle;
  }
  .email-list {
    background: #ffffff;
  }
  .email-list-item {
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    padding: 14px 20px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background-color: rgb(249.9, 249.9, 249.9);
  }
  .email-list-item--unread {
    background-color: #ffffff;
  }
  .email-list-item--unread:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    top: -1px;
    bottom: -1px;
    left: 0;
    background-color: #297ce0;
  }
  .email-list-item--unread .email-list-detail .from,
  .email-list-item--unread .email-list-detail .date {
    font-weight: 500;
  }
  .email-list-item .icon {
    margin-right: 7px;
    font-size: 1.154rem;
    vertical-align: middle;
    color: rgb(78.9772727273, 83.7159090909, 129.5227272727);
  }
  .email-list-item .from {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 3px 0;
  }
  .email-list-item .msg {
    margin: 0;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .email-list-item:hover {
    background-color: rgb(247.35, 247.35, 247.35);
  }
  .email-list-detail,
  .email-list-actions {
    vertical-align: top;
    display: table-cell;
  }
  .email-list-actions {
    width: 40px;
  }
  .email-list-actions .custom-checkbox {
    padding: 0;
    margin-top: 2px;
  }
  .email-list-actions .custom-checkbox.custom-control {
    margin-bottom: 0;
  }
  .email-list-actions .favorite {
    display: block;
    padding-top: 2px;
    padding-left: 3px;
    line-height: 15px;
  }
  .email-list-actions .favorite span {
    font-size: 1.538rem;
    line-height: 17px;
    color: rgb(178.5909090909, 181.3863636364, 208.4090909091);
  }
  .email-list-actions .favorite:hover span {
    color: rgb(115.2272727273, 120.3409090909, 169.7727272727);
  }
  .email-list-actions .favorite.active span {
    color: #ffc600;
  }
  .email-head {
    background-color: #ffffff;
  }
  .email-head-title {
    padding: 25px 25px;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    display: block;
    font-weight: 400;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    font-size: 1.769rem;
  }
  .email-head-title .icon {
    color: rgb(104.55, 104.55, 104.55);
    margin-right: 12px;
    vertical-align: middle;
    line-height: 31px;
    position: relative;
    top: -1px;
    float: left;
    font-size: 1.538rem;
  }
  .email-head-subject {
    padding: 25px 25px;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  }
  .email-head-subject .title {
    display: block;
    font-size: 1.769rem;
    font-weight: 300;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
  }
  .email-head-subject .title > a .icon {
    color: rgb(178.5909090909, 181.3863636364, 208.4090909091);
    font-size: 1.385rem;
    margin-right: 6px;
    vertical-align: middle;
    line-height: 31px;
    position: relative;
    top: -1px;
  }
  .email-head-subject .title > a:hover .icon {
    color: rgb(115.2272727273, 120.3409090909, 169.7727272727);
  }
  .email-head-subject .title > a.active .icon {
    color: #ffc600;
  }
  .email-head-subject .icons {
    font-size: 1.538rem;
    float: right;
  }
  .email-head-subject .icons .icon {
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
    margin-left: 12px;
    vertical-align: middle;
  }
  .email-head-subject .icons .icon:hover {
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
  }
  .email-head-sender {
    padding: 13px 25px;
    line-height: 40px;
  }
  .email-head-sender .avatar {
    float: left;
    margin-right: 10px;
  }
  .email-head-sender .avatar img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
  }
  .email-head-sender .sender {
    font-size: 1.15rem;
  }
  .email-head-sender .sender .actions {
    display: inline-block;
    position: relative;
  }
  .email-head-sender .sender .icon {
    font-size: 1.538rem;
    line-height: 16px;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    margin-left: 7px;
  }
  .email-head-sender .sender .icon i {
    line-height: 16px;
    vertical-align: middle;
  }
  .email-head-sender .date {
    float: right;
  }
  .email-head-sender .date a {
    vertical-align: middle;
    margin-right: 5px;
  }
  .email-head-sender .date .icon {
    font-size: 1.538rem;
  }
  .email-body {
    background-color: #ffffff;
    border-top: 1px solid rgb(229.5, 229.5, 229.5);
    padding: 30px 28px;
  }
  .email-body p {
    line-height: 25px;
    margin-bottom: 20px;
  }
  .email-body p:last-child {
    margin-bottom: 0;
  }
  .email-attachments {
    background-color: #ffffff;
    padding: 25px 28px;
    border-top: 1px solid rgb(229.5, 229.5, 229.5);
  }
  .email-attachments .title {
    display: block;
    font-weight: 500;
  }
  .email-attachments .title span {
    font-weight: 400;
  }
  .email-attachments ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
  }
  .email-attachments ul > li {
    line-height: 23px;
  }
  .email-attachments ul > li a {
    color: #323552;
    font-weight: 500;
  }
  .email-attachments ul > li a:hover {
    color: #297ce0;
  }
  .email-attachments ul > li span {
    font-weight: 400;
  }
  .email-attachments ul > li .icon {
    vertical-align: middle;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
    margin-right: 2px;
  }
  .compose-title {
    font-weight: 400;
    font-size: 1.769rem;
    height: auto;
    padding: 25px 23px;
    border: 0;
    width: 100%;
    outline: none;
    background-color: #ffffff;
  }
  .compose-title .icon {
    float: left;
    font-size: 1.538rem;
    margin-right: 15px;
    color: rgb(104.55, 104.55, 104.55);
    margin-top: 6px;
  }
  .email-compose-fields {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    padding: 30px 30px 20px;
  }
  .email-compose-fields label {
    padding-top: 15px;
  }
  .email.editor {
    background-color: #ffffff;
    padding: 30px;
  }
  .email.editor .note-toolbar {
    border: 0;
  }
  .email.editor .form-group {
    text-align: right;
    margin-top: 15px;
  }
  .email.editor .form-group .icon {
    font-size: 1.769rem;
  }
  .code-editor {
    height: 100%;
  }
  .aside-content .nav {
    display: block;
  }
  .aside-content .nav li a {
    display: block;
    position: relative;
  }
  .aside-content .nav li a:hover {
    text-decoration: none;
    background-color: #f1f5f9;
  }
  .code-editor #console {
    height: 100%;
  }
  .code-editor #console .CodeMirror {
    height: 100%;
  }
  .codeditor .page-title {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .codeditor .description {
    color: #888;
  }
  .page-aside.codeditor .compose {
    margin-top: 10px;
    font-size: 1.077rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 25px;
  }
  .page-aside.codeditor + .main-content {
    height: calc(100vh - 82px);
    width: auto;
  }
  @media (max-width: 767.98px) {
    .page-aside.codeditor + .main-content {
      height: auto;
    }
  }
  .page-aside.codeditor .compose .btn {
    width: 100%;
    border: 0;
    border-radius: 3px !important;
    max-width: 180px;
  }
  .page-aside.codeditor .mail-nav {
    display: block;
    margin-top: 13px;
    padding: 0;
  }
  .page-aside.codeditor .mail-nav ul li {
    margin: 0;
  }
  .page-aside.codeditor .mail-nav ul li a {
    border-radius: 0;
    color: #555;
    padding: 12px 15px;
  }
  .page-aside.codeditor .mail-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.01);
  }
  .page-aside.codeditor .mail-nav ul li.active a {
    color: #555;
    background: rgba(0, 0, 0, 0.025);
  }
  .page-aside.codeditor .mail-nav ul li a .label {
    border-radius: 2px;
  }
  .page-aside.codeditor .mail-nav ul li a .label.label-default {
    background: #d4d4d4;
  }
  .page-aside.codeditor .mail-nav ul li a .label.label1 {
    background: #19b698;
  }
  .page-aside.codeditor .mail-nav ul li a .label.label2 {
    background: #e85647;
  }
  .page-aside.codeditor .mail-nav ul li a .label.label3 {
    background: #f4a425;
  }
  .page-aside.codeditor ul li a span.unsaved {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -5px;
    content: "";
    background-color: #297ce0;
    border-radius: 100%;
    display: block;
    height: 10px;
    width: 10px;
    line-height: 10px;
  }
  .page-aside.codeditor .mail-nav ul li a i {
    font-size: 1.077rem;
    width: 24px;
    text-align: center;
  }
  .page-aside.codeditor .mail-nav .title {
    color: #888;
    margin: 5px 0 0 0;
    padding: 8px 13px 4px;
    border-bottom: 1px solid #e5e5e5;
  }
  /*inbox*/
  .mail-inbox .head {
    background: #fff;
    padding: 20px 25px;
  }
  .mail-inbox .head h3 {
    margin: 9px 0 15px 0;
  }
  .mail-inbox .head h3 span {
    color: #888;
    font-weight: 300;
    font-size: 1.231rem;
  }
  .mail-inbox .head input[type=text] {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) inset;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
  }
  .mail-inbox .head input[type=text]:focus {
    border-color: rgb(185.9017857143, 222.3526785714, 253.0982142857);
  }
  .mail-inbox .filters {
    padding: 9px 20px 10px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .mail-inbox .filters .checkbox {
    margin-right: 8px;
  }
  .mail-inbox .mails {
    background: #fff;
  }
  .mail-inbox .mails .item {
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 20px;
    display: table;
    width: 100%;
    cursor: pointer;
  }
  .mail-inbox .mails .item:nth-child(even) {
    background: rgba(0, 0, 0, 0.015);
  }
  .mail-inbox .mails .item:hover {
    background: rgba(0, 0, 0, 0.035);
  }
  .mail-inbox .mails .item > div {
    vertical-align: top;
    display: table-cell;
  }
  .mail-inbox .mails .item > div:first-child {
    width: 35px;
  }
  .mail-inbox .mails .item > div:first-child > div {
    margin-top: 2px;
  }
  .mail-inbox .checkbox {
    background-color: #fff;
  }
  .mail-inbox .mails .item .from {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 3px 0;
  }
  .mail-inbox .mails .item .date i {
    margin-right: 7px;
    font-size: 1.077rem;
  }
  .mail-inbox .mails .item .msg {
    font-size: 0.9231rem;
    margin: 0;
  }
  /*Message*/
  .message .head {
    background: #fff;
    padding: 20px 25px 24px;
  }
  .message .head h3 {
    margin: 9px 0 15px 0;
  }
  .message .head h3 span {
    font-weight: 300;
    font-size: 1.538rem;
    float: right;
  }
  .message .head h3 span a {
    color: #888;
    margin-right: 15px;
  }
  .message .head h4 span {
    font-weight: 100;
    font-size: 1.154rem;
    float: right;
  }
  .message .head h4 span a {
    color: #fea200;
    margin-right: 10px;
  }
  .message .mail {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 30px;
    font-size: 2rem;
  }
  .message .mail p {
    font-size: 1.154rem;
    font-weight: 100;
  }
  .message .mails .item {
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 20px;
    display: table;
    width: 100%;
    cursor: pointer;
  }
  .message .mails .item:nth-child(even) {
    background: rgba(0, 0, 0, 0.015);
  }
  .message .mails .item:hover {
    background: rgba(0, 0, 0, 0.035);
  }
  .message .mails .item > div {
    vertical-align: top;
    display: table-cell;
  }
  .message .mails .item > div:first-child {
    width: 35px;
  }
  .message .mails .item > div:first-child > div {
    margin-top: 2px;
  }
  .message .checkbox {
    background-color: #fff;
  }
  .message .mails .item .from {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 3px 0;
  }
  .message .mails .item .date i {
    margin-right: 7px;
    font-size: 1.077rem;
  }
  .message .mails .item .msg {
    font-size: 0.9231rem;
    margin: 0;
  }
  @media (max-width: 767px) {
    .cl-mcont.aside {
      display: block;
    }
    .page-aside.codeditor {
      display: block;
    }
    .aside .content {
      display: block;
    }
    .page-aside > div {
      width: 100%;
    }
    .cl-mcont.aside > .content {
      display: block;
    }
    .page-aside.codeditor .mail-nav ul li {
      display: block;
    }
    .page-aside.codeditor .mail-nav {
      margin-top: 0;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #e5e5e5;
    }
    .page-aside.codeditor .mail-nav .compose {
      border-top: 1px solid #e5e5e5;
      background: #fcfcfc;
    }
    .page-aside.codeditor div.content {
      border-bottom: 1px solid #e5e5e5;
    }
    .page-aside.codeditor .mail-nav.collapse.show {
      display: block;
    }
    .page-aside.codeditor .mail-nav.collapse {
      display: none;
    }
    .message .mail {
      border-top: 0;
    }
  }
  .CodeMirror {
    height: auto;
  }
  .CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .be-booking-promos.row {
    padding: 26px;
  }
  @media (max-width: 767.98px) {
    .be-booking-promos.row {
      margin: 0;
      padding: 15px 0;
    }
  }
  .be-booking-promo {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 3px;
    background-color: #ffffff;
    border-left: 3px solid #297ce0;
    padding: 23px 30px 26px;
    margin-bottom: 26px;
  }
  @media (max-width: 575.98px) {
    .be-booking-promo {
      flex-direction: column;
    }
  }
  .be-booking-promo.be-booking-promo-danger {
    border-left-color: #ef7b78;
  }
  .be-booking-promo.be-booking-promo-warning {
    border-left-color: #fbbc05;
  }
  .be-booking-promo.be-booking-promo-success {
    border-left-color: #c2e24f;
  }
  .be-booking-promo.be-booking-promo-soldout {
    border-left-color: rgb(226.95, 226.95, 226.95);
  }
  .be-booking-promo.be-booking-promo-soldout:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 72px 72px 0;
    border-color: transparent;
    border-right-color: rgb(226.95, 226.95, 226.95);
  }
  .be-booking-promo.be-booking-promo-soldout .be-soldout-title {
    position: absolute;
    font-size: 0.8462rem;
    color: rgb(150.45, 150.45, 150.45);
    top: 20px;
    right: 5px;
    transform: rotate(45deg);
  }
  .be-booking-desc {
    flex: 0 1 60%;
  }
  @media (max-width: 575.98px) {
    .be-booking-desc {
      margin-bottom: 20px;
      text-align: center;
    }
  }
  .be-booking-desc-title {
    padding-bottom: 15px;
    font-size: 1.538rem;
    margin: 0 0 13px;
    border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  }
  .be-booking-desc-details {
    font-size: 1.077rem;
  }
  .be-booking-promo-price {
    text-align: center;
  }
  .be-booking-promo-amount {
    position: relative;
    margin: 3px 0 19px;
  }
  .be-booking-promo-soldout .be-booking-promo-amount {
    margin-top: 41px;
  }
  .be-booking-promo-amount .currency {
    font-size: 1.154rem;
    line-height: 1;
    vertical-align: top;
  }
  .be-booking-promo-amount .price {
    font-size: 3.154rem;
    line-height: 1;
  }
  .be-booking-promo-amount .frecuency {
    font-size: 1.769rem;
    line-height: 1;
    font-weight: 300;
  }
  .btn.be-booking-btn-price {
    padding: 0 21px;
    line-height: 34px;
  }
  .be-booking-promo-big {
    padding: 25px 30px 35px;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .be-booking-promo-big .be-booking-desc-title {
    font-size: 1.538rem;
    font-weight: 400;
  }
  .be-booking-promo-big .be-promo-big-title {
    position: absolute;
    font-size: 1.462rem;
    color: #ffffff;
    top: 13px;
    right: 14px;
  }
  .be-booking-promo-big:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 72px 72px 0;
    border-color: transparent;
  }
  .be-booking-promo-big.be-booking-promo-danger .be-booking-desc-title {
    color: #ef7b78;
  }
  .be-booking-promo-big.be-booking-promo-danger:before {
    border-right-color: #ef7b78;
  }
  .be-booking-promo-big.be-booking-promo-primary .be-booking-desc-title {
    color: #297ce0;
  }
  .be-booking-promo-big.be-booking-promo-primary:before {
    border-right-color: #297ce0;
  }
  .be-booking-promo-big.be-booking-promo-success .be-booking-desc-title {
    color: #c2e24f;
  }
  .be-booking-promo-big.be-booking-promo-success:before {
    border-right-color: #c2e24f;
  }
  .be-booking-promo-big.be-booking-promo-warning .be-booking-desc-title {
    color: #fbbc05;
  }
  .be-booking-promo-big.be-booking-promo-warning:before {
    border-right-color: #fbbc05;
  }
  .be-booking-promo-color {
    color: #ffffff;
  }
  .be-booking-promo-color.be-booking-promo-danger {
    background-color: #ef7b78;
  }
  .be-booking-promo-color.be-booking-promo-primary {
    background-color: #297ce0;
  }
  .be-booking-promo-color.be-booking-promo-success {
    background-color: #c2e24f;
  }
  .be-booking-promo-color.be-booking-promo-warning {
    background-color: #fbbc05;
  }
  .registration {
    width: 100%;
    min-height: calc(100vh - 97px);
    justify-content: center;
    align-items: flex-start;
    color: #333552;
  }
  .registration__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .registration__header {
    background-color: #fff;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 16px 24px;
    align-items: center;
    border-bottom: solid 1px #e5e7eb;
  }
  .registration__header > div {
    text-align: right;
    flex: 1;
    display: none;
  }
  .registration__header > div:first-child {
    text-align: left;
    flex: 1;
    display: block;
  }
  .registration__body {
    padding: 24px 24px 16px 24px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .registration__body div.form {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .registration__body .info + .helpbox {
    margin-bottom: 32px;
  }
  .registration__footer {
    background-color: #fff;
    height: 100px;
    width: 100%;
    display: flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #abd7f0;
  }
  .registration__footer #registerAccount {
    display: block;
  }
  .registration__footer #login {
    display: none;
  }
  .registration__footer.success #registerAccount {
    display: none;
  }
  .registration__footer.success #login {
    display: block;
  }
  .registration h1 {
    padding-bottom: 8px;
    border-bottom: solid 2px #297ce0;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .registration label {
    font-size: 1.1rem;
    color: #333552;
  }
  .registration p.info {
    font-size: 1.1rem;
    margin: 0 0 32px 0;
  }
  .registration .g-recaptcha {
    left: 0;
  }
  .registration .recaptcha-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
  }
  .registration button#registerAccount {
    padding: 0 16px;
    font-size: 1.8rem;
    line-height: 4rem;
    border-radius: 3px;
    font-weight: 500;
  }
  .registration span.rc-anchor-error-msg {
    width: 220px;
    display: block;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .registration .alert {
    line-height: 1.2rem;
  }
  .registration .alert.alert-success.alert-dismissible {
    background-color: #3bb015;
  }
  .registration .alert-contrast > .message {
    padding: 1rem;
  }
  .registration .form-validation-inline {
    display: flex;
    flex-wrap: wrap;
  }
  .registration .form-validation-inline label,
  .registration .form-validation-inline span {
    flex: 0 0 50%;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .registration .form-validation-inline span {
    text-align: right;
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .registration #carousel {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin: 40px 0 24px;
    display: none;
  }
  .registration #carousel #carousel-wrap {
    border: none;
    width: 300px;
    height: 160px;
    margin: 0 auto;
    box-shadow: 0 2px 6px rgba(65, 11, 16, 0.15);
    border-radius: 5px;
    overflow: hidden;
    display: block;
  }
  .registration #carousel #carousel-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .registration #carousel #carousel-wrap ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 300px;
    height: 160px;
  }
  .registration #carousel #carousel-wrap li p,
  .registration #carousel #carousel-wrap li div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 160px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8rem;
    padding: 8px;
  }
  .registration #carousel #carousel-wrap li div {
    padding: 0;
    background-size: cover;
  }
  .registration #carousel .carousel-dots {
    display: flex;
    text-align: center;
    margin: 8px auto 0;
    justify-content: center;
  }
  .registration #carousel .carousel-dots .dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .registration #carousel .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eeeeee;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
  }
  .registration #carousel .dot.active {
    background-color: #2579df;
  }
  .registration #carousel .dot:hover {
    background-color: #aaa;
  }
  .registration .currency-select {
    display: flex;
    align-items: center;
  }
  .registration .currency-select div:first-child {
    width: 60%;
    padding-right: 8px;
  }
  .registration .currency-select div span {
    cursor: pointer;
    color: #999;
    text-decoration: underline;
  }
  @media (min-width: 780px) {
    .registration {
      display: flex;
    }
    .registration__content {
      width: 90%;
      max-width: 1024px;
    }
    .registration__header {
      background-color: transparent;
      height: 100px;
      width: 100%;
      display: flex;
      flex-direction: row;
      padding: 16px 24px;
      align-items: center;
    }
    .registration__body div.form {
      flex-direction: row;
    }
    .registration__body div.form > div {
      flex: 1;
      padding-left: 24px;
      padding-right: 0;
      border-left: solid 1px #abd7f0;
    }
    .registration__body div.form > div:first-child {
      padding-right: 24px;
      padding-left: 0;
      border: none;
    }
  }
  .helpbox {
    display: flex;
    width: 100%;
    border-radius: 2px;
    background-color: rgb(102, 161, 255);
  }
  .helpbox a {
    color: rgb(255, 255, 255);
  }
  .helpbox__accent {
    display: flex;
    width: 60px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: rgb(114, 168, 255);
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(255, 255, 255);
  }
  .helpbox_main {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding-left: 1.385rem;
    padding-right: 1.385rem;
    padding-top: 1.385rem;
    color: rgb(255, 255, 255);
  }
  .helpbox_text {
    flex: 1 1 0%;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .helpbox_text a {
    text-decoration: underline;
  }
  .helpbox__action {
    margin-top: auto;
    padding-bottom: 1rem;
    text-align: center;
  }
  .helpbox__button {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.375rem;
    background-color: rgb(37, 99, 235);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  /*------------------------------------------------------------------
    [dataTables]
  */
  table.dataTable {
    margin: 0 !important;
    border-collapse: collapse !important;
  }
  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:before,
  table.dataTable thead .sorting_desc:after {
    font-size: 1.538rem;
    bottom: 0.5rem;
  }
  div.dataTables_wrapper {
    flex-flow: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }
  div.dataTables_wrapper div.dataTables_info {
    color: rgb(75.1136363636, 79.6204545455, 123.1863636364);
    padding-top: 5px;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0;
    justify-content: flex-end;
  }
  div.dataTables_wrapper div.dataTables_length label,
  div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgb(75.1136363636, 79.6204545455, 123.1863636364);
  }
  div.dataTables_wrapper div.dataTables_length label {
    justify-content: flex-start;
  }
  div.dataTables_wrapper div.dataTables_length label select.form-control-sm {
    height: 37px;
    padding: 2px;
    margin: 0 5px;
  }
  div.dataTables_wrapper div.dataTables_filter label {
    justify-content: flex-end;
  }
  div.dataTables_wrapper div.dataTables_filter label select {
    padding: 2px;
  }
  .be-datatable-header {
    border-bottom: 1px solid #dee2e6;
    margin: 2px 0 0;
    padding: 15px 10px 22px;
  }
  .be-datatable-header .dt-buttons .btn embed {
    outline: none;
  }
  .be-datatable-footer {
    margin: 0;
    padding: 15px 3px 13px;
    background-color: rgb(247.35, 247.35, 247.35);
    border-top: 1px solid #dee2e6;
  }
  /*------------------------------------------------------------------
    [Bootstrap dateTime Picker]
  */
  .datetimepicker {
    padding: 4px 12px;
  }
  .datetimepicker.input-group {
    padding: 4px 0;
  }
  .datetimepicker .input-group-append > button {
    padding: 0 13px;
    font-size: 1.846rem;
    line-height: 23px;
  }
  .datetimepicker .input-group-append > button > i {
    vertical-align: middle;
  }
  .datetimepicker.input-group-sm .input-group-append > button {
    font-size: 1.538rem;
    line-height: 21px;
    padding: 0 11px;
  }
  .datetimepicker.input-group-lg .input-group-append > button {
    padding: 0 15px;
  }
  .datetimepicker table {
    border-collapse: separate;
    border-spacing: 7px 2px;
  }
  .datetimepicker table thead tr th {
    padding: 10px 4px 8px;
  }
  .datetimepicker table thead tr th.prev, .datetimepicker table thead tr th.next {
    padding: 0;
  }
  .datetimepicker table thead tr th.prev > .icon, .datetimepicker table thead tr th.next > .icon {
    font-size: 1.615rem;
  }
  .datetimepicker table thead tr th.prev:hover, .datetimepicker table thead tr th.next:hover {
    background-color: transparent;
    color: #297ce0;
  }
  .datetimepicker table thead tr th.switch {
    font-weight: 600;
    font-size: 1.077rem;
  }
  .datetimepicker table thead tr th.switch:hover {
    background-color: transparent;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
  }
  .datetimepicker table thead tr th.dow {
    font-weight: 400;
    font-size: 1.077rem;
    padding-top: 10px;
  }
  .datetimepicker table tbody tr td {
    line-height: 31px;
    padding: 0 8px;
  }
  .datetimepicker table tbody tr td.day {
    border-radius: 50%;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .datetimepicker table tbody tr td.day.old, .datetimepicker table tbody tr td.day.new {
    color: rgb(162.75, 166.125, 198.75);
  }
  .datetimepicker table tbody tr td.day.active {
    background: #297ce0;
    color: #ffffff;
    text-shadow: none;
  }
  .datetimepicker table tbody tr td.day.active:hover {
    background: rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  .datetimepicker table tbody tr td .year,
  .datetimepicker table tbody tr td .month,
  .datetimepicker table tbody tr td .hour,
  .datetimepicker table tbody tr td .minute {
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .datetimepicker table tbody tr td .year.old, .datetimepicker table tbody tr td .year.new,
  .datetimepicker table tbody tr td .month.old,
  .datetimepicker table tbody tr td .month.new,
  .datetimepicker table tbody tr td .hour.old,
  .datetimepicker table tbody tr td .hour.new,
  .datetimepicker table tbody tr td .minute.old,
  .datetimepicker table tbody tr td .minute.new {
    color: rgb(162.75, 166.125, 198.75);
  }
  .datetimepicker table tbody tr td .year.active,
  .datetimepicker table tbody tr td .month.active,
  .datetimepicker table tbody tr td .hour.active,
  .datetimepicker table tbody tr td .minute.active {
    background: #297ce0;
    color: #ffffff;
    text-shadow: none;
  }
  .datetimepicker table tbody tr td .year.active:hover,
  .datetimepicker table tbody tr td .month.active:hover,
  .datetimepicker table tbody tr td .hour.active:hover,
  .datetimepicker table tbody tr td .minute.active:hover {
    background: rgb(27.0775510204, 99.5755102041, 186.9224489796);
  }
  .datetimepicker table tbody tr td fieldset legend {
    font-size: 1.308rem;
    font-weight: 400;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    margin-bottom: 5px;
  }
  .datetimepicker.dropdown-menu {
    border-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
  }
  .datetimepicker.dropdown-menu:before {
    border-bottom-color: rgba(0, 0, 0, 0.08);
  }
  /*------------------------------------------------------------------
    [DropZone]
  */
  form.dropzone {
    position: relative;
    border: 2px dashed rgb(181.024, 202.16, 223.296);
    padding: 70px 60px 80px;
    background: transparent;
  }
  form.dropzone .icon {
    background-color: rgb(229.5, 229.5, 229.5);
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
  }
  form.dropzone .icon span {
    font-size: 4.615rem;
    color: rgb(82.8409090909, 87.8113636364, 135.8590909091);
  }
  form.dropzone h2 {
    margin-bottom: 30px;
    font-size: 3.077rem;
    font-weight: 300;
  }
  form.dropzone .note {
    font-size: 1.231rem;
  }
  form.dropzone .dz-preview.dz-file-preview .dz-image, form.dropzone .dz-preview.dz-image-preview .dz-image {
    border: 3px solid #297ce0;
    border-radius: 3px;
    background: rgb(237.15, 237.15, 237.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  form.dropzone .dz-preview.dz-file-preview.dz-error .dz-image, form.dropzone .dz-preview.dz-image-preview.dz-error .dz-image {
    border-color: #ef7b78;
  }
  form.dropzone .dz-preview.dz-file-preview.dz-success .dz-image, form.dropzone .dz-preview.dz-image-preview.dz-success .dz-image {
    border-color: #297ce0;
  }
  form.dropzone .dz-preview .dz-details .dz-filename span,
  form.dropzone .dz-preview .dz-details .dz-size span {
    background: transparent;
  }
  form.dropzone .dz-preview .dz-error-message {
    word-break: break-word;
  }
  .dropzone-mobile-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .tooltip-chart {
    display: flex;
  }
  .tooltip-chart .content-chart {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 3px;
    padding: 5px 12px 5px;
    position: relative;
  }
  .tooltip-chart .content-chart:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -5px;
    margin-left: 50%;
    left: -5px;
  }
  .tooltip-chart .content-chart.arrow-none:before {
    display: none;
  }
  .tooltip-chart .content-chart span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: -2px;
    text-align: center;
    color: rgb(152.3673469388, 192.1734693878, 240.1326530612);
  }
  .tooltip-chart .content-chart .label {
    font-size: 11px;
    text-align: center;
  }
  .tooltip-chart .content-chart .label .label-x,
  .tooltip-chart .content-chart .label .label-y {
    display: inline-block;
  }
  /*------------------------------------------------------------------
    [Full calendar]
  */
  .full-calendar .fc-toolbar {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .full-calendar .fc-view-container .fc-event-container .fc-event {
    background: #297ce0;
    border-color: rgb(28.3681632653, 104.3216326531, 195.8318367347);
    color: #ffffff;
    border-radius: 0;
  }
  .full-calendar .fc-view-container .fc-border-separate .fc-today {
    background-color: rgb(247.35, 247.35, 247.35);
  }
  .full-calendar .fc-view-container .fc-cell-overlay {
    background-color: fade(#297ce0, 50%);
  }
  .full-calendar .fc-button {
    color: #323552;
    background: #ffffff;
    border-color: rgb(219.3, 219.3, 219.3);
    height: auto;
    padding: 10px;
    font-size: 1rem;
    line-height: 28px;
  }
  .full-calendar .fc-button:focus, .full-calendar .fc-button.focus {
    color: #323552;
    background-color: #ffffff;
    border-color: rgb(219.3, 219.3, 219.3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    outline: none;
  }
  .full-calendar .fc-button:hover, .full-calendar .fc-button.hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-color: rgb(186.15, 186.15, 186.15);
  }
  .full-calendar .fc-button:active, .full-calendar .fc-button.fc-state-active, .full-calendar .fc-button.active, .open > .full-calendar .fc-button.dropdown-toggle {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
    color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
    background-color: rgb(226.95, 226.95, 226.95);
    border-color: rgb(186.15, 186.15, 186.15);
  }
  .full-calendar .fc-button:active:hover, .full-calendar .fc-button:active:focus, .full-calendar .fc-button:active.focus, .full-calendar .fc-button.fc-state-active:hover, .full-calendar .fc-button.fc-state-active:focus, .full-calendar .fc-button.fc-state-active.focus, .full-calendar .fc-button.active:hover, .full-calendar .fc-button.active:focus, .full-calendar .fc-button.active.focus, .open > .full-calendar .fc-button.dropdown-toggle:hover, .open > .full-calendar .fc-button.dropdown-toggle:focus, .open > .full-calendar .fc-button.dropdown-toggle.focus {
    color: rgb(30.6818181818, 32.5227272727, 50.3181818182);
    background-color: rgb(226.95, 226.95, 226.95);
    border-color: rgb(186.15, 186.15, 186.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
  }
  .full-calendar .fc-button:active, .full-calendar .fc-button.active, .open > .full-calendar .fc-button.dropdown-toggle {
    background-image: none;
  }
  .full-calendar .fc-button.disabled, .full-calendar .fc-button.disabled:hover, .full-calendar .fc-button.disabled:focus, .full-calendar .fc-button.disabled.focus, .full-calendar .fc-button.disabled:active, .full-calendar .fc-button.disabled.active, .full-calendar .fc-button[disabled], .full-calendar .fc-button[disabled]:hover, .full-calendar .fc-button[disabled]:focus, .full-calendar .fc-button[disabled].focus, .full-calendar .fc-button[disabled]:active, .full-calendar .fc-button[disabled].active, fieldset[disabled] .full-calendar .fc-button, fieldset[disabled] .full-calendar .fc-button:hover, fieldset[disabled] .full-calendar .fc-button:focus, fieldset[disabled] .full-calendar .fc-button.focus, fieldset[disabled] .full-calendar .fc-button:active, fieldset[disabled] .full-calendar .fc-button.active {
    background-color: #ffffff;
    border-color: rgb(219.3, 219.3, 219.3);
  }
  .full-calendar .fc-button.fc-prev-button, .full-calendar .fc-button.fc-next-button {
    padding-left: 7px;
    padding-right: 7px;
  }
  .full-calendar .fc-button .fc-icon:after {
    position: static;
    font-weight: 400;
    font-size: 1.615rem;
  }
  .full-calendar .fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .full-calendar .fc-state-default.fc-corner-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  @media (max-width: 767.98px) {
    .full-calendar {
      max-width: 767px;
    }
    .full-calendar .fc-toolbar .fc-left,
    .full-calendar .fc-toolbar .fc-center,
    .full-calendar .fc-toolbar .fc-right {
      text-align: center;
      display: block;
      width: 100%;
    }
    .full-calendar .fc-toolbar .fc-left {
      padding-bottom: 20px;
    }
    .full-calendar .fc-toolbar .fc-center {
      padding: 0;
    }
  }
  .fullcalendar-external-events .fc-event {
    margin: 2px 0;
    padding: 5px;
    background: #297ce0;
    color: #ffffff;
    font-size: 0.85em;
    cursor: pointer;
    display: inline-block;
    border-width: 0;
  }
  .fullcalendar-external-events p input {
    margin-top: 15px;
  }
  .fullcalendar-external-events p label {
    font-weight: 300;
    vertical-align: middle;
  }
  /*------------------------------------------------------------------
    [Perfect Scrollbar]
  */
  /*Perfect Scrollbar*/
  .ps-container > .ps-scrollbar-y-rail {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    right: 0;
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 6px;
  }
  /*------------------------------------------------------------------
    [Notifications]
  */
  #gritter-notice-wrapper {
    width: 360px;
    top: 82px;
  }
  .gritter-item-wrapper {
    background: url("/lib-6e7347e9/jquery.gritter/images/gritter-bg.png");
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  }
  .gritter-item-wrapper .gritter-item {
    font-family: "Open Sans", sans-serif;
    background: transparent;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .gritter-item-wrapper .gritter-item .gritter-img-container {
    display: table-cell;
    width: 26%;
    vertical-align: middle;
    text-align: center;
    background-color: rgb(40.3409090909, 42.7613636364, 66.1590909091);
  }
  .gritter-item-wrapper .gritter-item .gritter-img-container .gritter-image {
    float: none;
  }
  .gritter-item-wrapper .gritter-item .gritter-content {
    width: auto;
  }
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
    padding: 15px 35px 17px 15px;
    color: rgb(216.75, 216.75, 216.75);
    width: 267px;
    display: table-cell;
  }
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close {
    display: block;
    top: 0;
    right: 0;
    left: auto;
    height: 30px;
    width: 30px;
    font-size: 0;
    background: transparent;
    text-indent: inherit;
    opacity: 0.4;
  }
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:hover, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:hover {
    opacity: 0.8;
  }
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:after, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:after {
    content: "\f136";
    font-family: "Material Icons";
    color: #ffffff;
    font-size: 1.538rem;
    text-shadow: none;
    line-height: 35px;
    margin-left: 7px;
  }
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-title, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-title {
    text-shadow: none;
    font-weight: 300;
    font-size: 1.308rem;
  }
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image p, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image p {
    font-size: 0.9231rem;
    line-height: 19px;
  }
  .gritter-item-wrapper .gritter-item .gritter-content .gritter-without-image {
    border-left: 0;
  }
  .gritter-item-wrapper.img-rounded {
    border-radius: 0;
  }
  .gritter-item-wrapper.img-rounded .gritter-img-container .gritter-image {
    border-radius: 50%;
  }
  .gritter-item-wrapper.clean {
    background: #ffffff;
  }
  .gritter-item-wrapper.clean .gritter-item {
    color: #323552;
  }
  .gritter-item-wrapper.clean .gritter-item .gritter-img-container {
    background-color: rgb(249.9, 249.9, 249.9);
  }
  .gritter-item-wrapper.clean .gritter-item .gritter-content {
    color: #323552;
  }
  .gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close {
    opacity: 0.5;
  }
  .gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close:after {
    color: #323552;
  }
  .gritter-item-wrapper.color .gritter-item .gritter-content {
    color: #ffffff;
  }
  .gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close {
    opacity: 0.7;
  }
  .gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close:hover {
    opacity: 1;
  }
  .gritter-item-wrapper.primary {
    background: #297ce0;
  }
  .gritter-item-wrapper.success {
    background: #c2e24f;
  }
  .gritter-item-wrapper.warning {
    background: #fbbc05;
  }
  .gritter-item-wrapper.danger {
    background: #ef7b78;
  }
  .gritter-item-wrapper.dark {
    background: #323552;
  }
  .gritter-item-wrapper.facebook {
    background: #5d82d1;
  }
  .gritter-item-wrapper.facebook .gritter-item .gritter-img-container {
    background-color: rgb(81.0836538462, 120.8052884615, 205.6163461538);
  }
  .gritter-item-wrapper.twitter {
    background: #50bff5;
  }
  .gritter-item-wrapper.twitter .gritter-item .gritter-img-container {
    background-color: rgb(65.527027027, 185.707027027, 244.172972973);
  }
  .gritter-item-wrapper.google-plus {
    background: #eb5e4c;
  }
  .gritter-item-wrapper.google-plus .gritter-item .gritter-img-container {
    background-color: rgb(233.4623115578, 81.6216080402, 62.2376884422);
  }
  .gritter-item-wrapper.dribbble {
    background: #f7659c;
  }
  .gritter-item-wrapper.dribbble .gritter-item .gritter-img-container {
    background-color: rgb(246.2444444444, 86.4555555556, 146.65);
  }
  .gritter-item-wrapper.flickr {
    background: #0063dc;
  }
  .gritter-item-wrapper.flickr .gritter-item .gritter-img-container {
    background-color: rgb(0, 92.115, 204.7);
  }
  .gritter-item-wrapper.linkedin {
    background: #238cc8;
  }
  .gritter-item-wrapper.linkedin .gritter-item .gritter-img-container {
    background-color: rgb(32.7212765957, 130.885106383, 186.9787234043);
  }
  .gritter-item-wrapper.youtube {
    background: #ef4e41;
  }
  .gritter-item-wrapper.youtube .gritter-item .gritter-img-container {
    background-color: rgb(237.8116504854, 64.8538834951, 50.8883495146);
  }
  .gritter-item-wrapper.pinterest {
    background: #e13138;
  }
  .gritter-item-wrapper.pinterest .gritter-item .gritter-img-container {
    background-color: rgb(223.0550847458, 35.6449152542, 43.0987288136);
  }
  .gritter-item-wrapper.github {
    background: #333;
  }
  .gritter-item-wrapper.github .gritter-item .gritter-img-container {
    background-color: rgb(43.35, 43.35, 43.35);
  }
  .gritter-item-wrapper.tumblr {
    background: #426d9b;
  }
  .gritter-item-wrapper.tumblr .gritter-item .gritter-img-container {
    background-color: rgb(61.4307692308, 101.4538461538, 144.2692307692);
  }
  .ms-container .ms-selectable {
    background-color: transparent;
  }
  .ms-container .ms-selectable li.ms-hover,
  .ms-container .ms-selection li.ms-hover {
    background-color: #297ce0;
  }
  .ms-container .ms-list {
    background-color: #ffffff;
  }
  .ms-container .ms-list.ms-focus {
    box-shadow: none;
    border-color: #297ce0;
  }
  .ms-container .search-input {
    height: 30px;
    margin-bottom: 10px;
  }
  /*------------------------------------------------------------------
    [Select2]
  */
  .select2-container--default .select2-selection--single,
  .select2-container--default .select2-selection--multiple {
    border: 0.07692rem solid #d5d8de;
    border-radius: 2px;
  }
  .select2-container--default .select2-selection--single {
    height: 3.692rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
    height: 3.53816rem;
    line-height: 3.53816rem;
    font-size: 1.077rem;
    color: #323552;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    right: 25px;
    font-size: 1.538rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.5382rem;
    width: 30px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f2f9";
    font-family: "Material Icons";
    font-size: 1.923rem;
    font-weight: normal;
    line-height: 3.5382rem;
    color: #323552;
  }
  .select2-container--default .select2-selection--multiple {
    min-height: 3.53816rem;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 8px;
    margin-right: 0;
    font-size: 1.538rem;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 12px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    background-color: rgb(242.25, 242.25, 242.25);
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
    border-width: 0;
    padding: 4px 6px;
    line-height: 18px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgb(78.9772727273, 83.7159090909, 129.5227272727);
    margin-right: 3px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgb(59.6590909091, 63.2386363636, 97.8409090909);
  }
  .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    line-height: 2rem;
  }
  .select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0.07692rem solid #d5d8de;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    content: "\f2f9";
  }
  .select2-container--default .select2-results__group {
    font-size: 0.9231rem;
    color: rgb(69.3181818182, 73.4772727273, 113.6818181818);
  }
  .select2-container--default .select2-results__option {
    padding: 10px 6px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgb(247.35, 247.35, 247.35);
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #297ce0;
  }
  .select2-container--default .select2-dropdown {
    border-width: 0.07692rem;
    border-color: #d5d8de;
  }
  .select2-container--default .select2-dropdown--above {
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
  }
  .select2-container--default .select2-dropdown--below {
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .select2-container--default .select2-search--dropdown {
    background-color: rgb(241.56, 242.52, 244.44);
    border-bottom: 0.07692rem solid #d5d8de;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    border-width: 0;
    outline: none;
  }
  /*------------------------------------------------------------------
    [Slider]
  */
  /*Slider*/
  .slider.slider-vertical {
    margin-right: 13px;
  }
  .slider.slider-vertical .slider-handle {
    margin-left: -1px;
  }
  .slider.slider-horizontal {
    height: 24px;
  }
  .slider.slider-horizontal .slider-track {
    height: 8px;
  }
  .slider-selection {
    background: #297ce0;
    border: 1px solid #297ce0;
    box-shadow: none;
  }
  .slider-track {
    background: rgb(242.25, 242.25, 242.25);
    box-shadow: none;
  }
  .slider-handle {
    opacity: 1;
    background: #ffffff;
    border: 1px solid rgb(239.7, 239.7, 239.7);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    height: 22px;
    width: 22px;
    transition: box-shadow 200ms ease-in-out;
  }
  /*------------------------------------------------------------------
    [Nestable list]
  */
  .dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 1rem;
    line-height: 20px;
  }
  .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dd-list .dd-item .dd-handle,
  .dd-list .dd3-item .dd-handle {
    cursor: default;
    display: block;
    margin: 5px 0;
    padding: 7px 10px;
    text-decoration: none;
    border: 1px solid rgb(221.85, 221.85, 221.85);
    background: #ffffff;
  }
  .dd-list .dd-item .dd-handle:hover,
  .dd-list .dd3-item .dd-handle:hover {
    color: #ffffff;
    background: #297ce0;
    border-color: #297ce0;
  }
  .dd-list .dd-item > button,
  .dd-list .dd3-item > button {
    font-family: "Material Icons";
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 8px 2px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 1.231rem;
    line-height: 1;
    text-align: center;
  }
  .dd-list .dd-item > button:before,
  .dd-list .dd3-item > button:before {
    content: "\f278";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }
  .dd-list .dd-item > button[data-action=collapse]:before,
  .dd-list .dd3-item > button[data-action=collapse]:before {
    content: "\f273";
  }
  .dd-list .dd-item .dd3-content,
  .dd-list .dd3-item .dd3-content {
    display: block;
    margin: 5px 0;
    padding: 7px 10px 7px 40px;
    text-decoration: none;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid rgb(221.85, 221.85, 221.85);
  }
  .dd-list .dd-item .dd3-content:hover,
  .dd-list .dd3-item .dd3-content:hover {
    background: #ffffff;
  }
  .dd-list .dd-item .dd3-handle,
  .dd-list .dd3-item .dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: all-scroll;
    width: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #297ce0;
    background: #297ce0;
    height: 36px;
  }
  .dd-list .dd-item .dd3-handle:before,
  .dd-list .dd3-item .dd3-handle:before {
    content: "=";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #ffffff;
    font-size: 1.769rem;
    line-height: 24px;
    font-weight: normal;
  }
  .dd-list .dd-item .dd3-handle:hover,
  .dd-list .dd3-item .dd3-handle:hover {
    background: rgb(63.2734693878, 137.6346938776, 227.2265306122);
    border-color: rgb(63.2734693878, 137.6346938776, 227.2265306122);
  }
  .dd-list .dd3-item > button {
    margin-left: 35px;
  }
  .dd-list .dd-item,
  .dd-list .dd-empty,
  .dd-list .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 1rem;
    line-height: 20px;
  }
  .dd-list .dd-placeholder,
  .dd-list .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #fff;
    border: 1px dashed rgb(178.5, 178.5, 178.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dd-list .dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
  }
  .dd-list .dd-collapsed .dd-list {
    display: none;
  }
  .dd-list.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
  }
  .dd-list.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
  }
  .dd-list.dd-dragel .dd-handle,
  .dd-list.dd-dragel .dd3-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .dd-list .dd-list {
    padding-left: 30px;
  }
  /*------------------------------------------------------------------
    [Parsley]
  */
  .parsley-errors-list.filled {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px 20px;
    position: relative;
    background-color: #ef7b78;
    color: #ffffff;
  }
  .parsley-errors-list.filled:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-bottom: 7px solid #ef7b78;
    -moz-transform: scale(0.9999);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .parsley-errors-list.filled > li {
    list-style: none;
  }
  /*------------------------------------------------------------------
    [Summernote]
  */
  .note-editor.note-frame {
    margin-bottom: 0;
    border-width: 0;
    box-shadow: none;
  }
  .note-editor.note-frame .note-toolbar {
    margin: 0;
    padding-bottom: 5px;
  }
  .note-editor.note-frame .note-toolbar .btn .fa {
    font-size: 1.077rem;
  }
  .note-editor.note-frame .note-toolbar > .btn-group {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
  }
  .note-editor.note-frame .note-toolbar > .btn-group .btn-light {
    border-color: #d5d8de;
  }
  .note-editor.note-frame .note-toolbar > .btn-group .btn-light:hover {
    border-color: #bdbdbd;
  }
  .note-editor.note-frame .note-toolbar > .btn-group .btn-light:not([disabled]):not(.disabled):active, .note-editor.note-frame .note-toolbar > .btn-group .btn-light:not([disabled]):not(.disabled).active, .show > .note-editor.note-frame .note-toolbar > .btn-group .btn-light.dropdown-toggle {
    border-color: rgb(186.15, 186.15, 186.15);
  }
  .note-editor.note-frame .note-toolbar > .btn-group .btn-light.dropdown-toggle:after {
    display: inline-block;
  }
  .note-editor.note-frame .note-toolbar > .btn-group .btn-light + .dropdown-menu blockquote {
    padding: 10px 20px;
  }
  .note-editor.note-frame .note-toolbar .note-color .dropdown-toggle {
    padding-left: 5px;
    width: 20px;
  }
  .note-editor.note-frame .note-statusbar {
    background-color: rgb(246.075, 246.075, 246.075);
  }
  .note-editor.note-frame .note-statusbar .note-resizebar {
    height: auto;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .note-editor.note-frame .note-editable {
    border: 1px solid #d5d8de;
    padding: 10px 12px;
    margin-top: 6px;
    border-radius: 0;
  }
  .note-editor.note-frame .note-editing-area .note-editable {
    color: #323552;
  }
  /*------------------------------------------------------------------
    [Vector Maps]
  */
  .jvectormap-zoomin,
  .jvectormap-zoomout {
    line-height: 11px;
  }
  .jqvmap-zoomin,
  .jqvmap-zoomout {
    width: 30px;
    height: 30px;
    background-color: hsl(0, 0%, 85%);
    color: #7a7a7a;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    border-radius: 0;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .jqvmap-zoomin:hover,
  .jqvmap-zoomout:hover {
    background-color: hsl(0, 0%, 79%);
  }
  .jqvmap-zoomin {
    left: 43px;
  }
  /*------------------------------------------------------------------
    [Wizard]
  */
  .fuelux .wizard {
    *zoom: 1;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-color: #f9f9f9;
    position: relative;
    min-height: 48px;
    overflow: hidden;
  }
  .fuelux .wizard:before,
  .fuelux .wizard:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .fuelux .wizard:after {
    clear: both;
  }
  .fuelux .wizard > .steps-container > .steps {
    list-style: none outside none;
    padding: 0;
    margin: 0;
  }
  .fuelux .wizard > .steps-container > .steps.previous-disabled li.complete {
    cursor: default;
  }
  .fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
    background: #f3f4f5;
    color: #468847;
    cursor: default;
  }
  .fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
  }
  .fuelux .wizard > .steps-container > .steps li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 46px;
    line-height: 46px;
    position: relative;
    background: #ededed;
    color: #999999;
    font-size: 1.231rem;
    cursor: not-allowed;
  }
  .fuelux .wizard > .steps-container > .steps li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
  }
  .fuelux .wizard > .steps-container > .steps li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #ededed;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
  }
  .fuelux .wizard > .steps-container > .steps li.complete {
    background: #f3f4f5;
    color: #468847;
  }
  .fuelux .wizard > .steps-container > .steps li.complete:hover {
    background: #e7eff8;
    cursor: pointer;
  }
  .fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8;
  }
  .fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
  }
  .fuelux .wizard > .steps-container > .steps li.active {
    background: #f1f6fc;
    color: #3a87ad;
    cursor: default;
  }
  .fuelux .wizard > .steps-container > .steps li.active .chevron:before {
    border-left: 14px solid #f1f6fc;
  }
  .fuelux .wizard > .steps-container > .steps li.active .badge {
    background-color: #3a87ad;
  }
  .fuelux .wizard > .steps-container > .steps li .badge {
    margin-right: 8px;
  }
  .fuelux .wizard > .steps-container > .steps li .badge-success {
    background-color: #468847;
  }
  .fuelux .wizard > .steps-container > .steps li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
  }
  .fuelux .wizard > .actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 46px;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4;
  }
  .fuelux .wizard > .actions a {
    line-height: 45px;
    font-size: 0.9231rem;
    margin-right: 8px;
  }
  .fuelux .wizard > .actions .btn-prev[disabled] {
    cursor: not-allowed;
  }
  .fuelux .wizard > .actions .btn-prev span {
    margin-right: 5px;
  }
  .fuelux .wizard > .actions .btn-next[disabled] {
    cursor: not-allowed;
  }
  .fuelux .wizard > .actions .btn-next span {
    margin-left: 5px;
  }
  .fuelux .wizard .step-content {
    border-top: 1px solid #d4d4d4;
    padding: 10px;
    float: left;
    width: 100%;
  }
  .fuelux .wizard .step-content .step-pane {
    display: none;
  }
  .fuelux .wizard .step-content > .active {
    display: block;
  }
  .fuelux .wizard .step-content > .active .btn-group .active {
    display: inline-block;
  }
  .fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
    display: none;
  }
  .fuelux .wizard.complete > .actions .glyphicon-arrow-right {
    margin-left: 0;
  }
  .block-wizard {
    padding: 0;
  }
  .fuelux .wizard {
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #ffffff;
  }
  .fuelux .wizard label.col-form-label {
    font-weight: 600;
  }
  .fuelux .wizard .wizard-title {
    margin: 10px 0 0;
  }
  .fuelux .wizard > .actions {
    line-height: 48px;
    background: rgb(247.35, 247.35, 247.35);
    padding: 0;
    font-size: 0;
  }
  .fuelux .wizard > .actions .btn {
    line-height: 48px;
    border-width: 0;
    border-radius: 0;
    vertical-align: top;
    padding: 0 14px;
    box-shadow: none;
    font-weight: 400;
    color: hsl(0, 0%, 58%);
  }
  .fuelux .wizard > .actions .btn:focus, .fuelux .wizard > .actions .btn:active {
    box-shadow: none;
    border-width: 0;
  }
  .fuelux .wizard > .actions .btn:hover {
    background-color: rgb(247.35, 247.35, 247.35);
  }
  .fuelux .wizard > .actions .btn:first-child {
    border-right: 1px solid #d4d4d4;
  }
  .fuelux .wizard > .actions .btn .icon {
    font-size: 1.308rem;
    line-height: 17px;
    position: relative;
    top: -1px;
    color: hsl(0, 0%, 58%);
  }
  .fuelux .wizard > .actions .btn.btn-previous i {
    margin-right: 5px;
  }
  .fuelux .wizard > .actions .btn.btn-next i {
    margin-left: 5px;
  }
  .fuelux .wizard > .steps-container > .steps > li {
    height: 48px;
    background-color: rgb(247.35, 247.35, 247.35);
  }
  .fuelux .wizard > .steps-container > .steps > li .chevron {
    border-left-color: rgb(224.4, 224.4, 224.4);
  }
  .fuelux .wizard > .steps-container > .steps > li .chevron:before {
    border-left: 14px solid rgb(247.35, 247.35, 247.35);
  }
  .fuelux .wizard > .steps-container > .steps li {
    font-size: 1.154rem;
  }
  .fuelux .wizard > .steps-container > .steps li:first-child {
    border-radius: 0;
  }
  .fuelux .wizard > .steps-container > .steps li.active {
    background: #ffffff;
    color: #297ce0;
  }
  .fuelux .wizard > .steps-container > .steps li.active .chevron:before {
    -moz-transform: scale(0.9999);
    border-left: 14px solid #ffffff;
  }
  .fuelux .wizard > .steps-container > .steps li.complete {
    color: #ffffff;
    background: #297ce0;
  }
  .fuelux .wizard > .steps-container > .steps li.complete .chevron {
    border-left-color: rgb(28.3681632653, 104.3216326531, 195.8318367347);
  }
  .fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
    border-left: 14px solid #297ce0;
  }
  .fuelux .wizard > .steps-container > .steps li.complete:hover {
    background: rgb(54.3640816327, 132.1808163265, 225.9359183673);
  }
  .fuelux .wizard > .steps-container > .steps li.complete:hover .chevron {
    border-left-color: rgb(29.6587755102, 109.067755102, 204.7412244898);
  }
  .fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
    border-left-color: rgb(54.3640816327, 132.1808163265, 225.9359183673);
  }
  .fuelux .wizard > .steps-container > .steps li .chevron {
    -moz-transform: scale(0.9999);
  }
  .fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
    color: #ffffff;
    background: #297ce0;
  }
  .fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #297ce0;
  }
  .fuelux .wizard > .actions button {
    font-size: 0.9231rem;
  }
  .fuelux .wizard > .actions button i {
    font-size: 0.8462rem;
    line-height: 17px;
  }
  .fuelux .wizard > .actions button.btn-prev i {
    margin-right: 3px;
  }
  .fuelux .wizard > .actions button.btn-next i {
    margin-left: 3px;
  }
  .fuelux .wizard .step-content {
    padding: 20px 30px;
    clear: both;
    border-top: 1px solid #e2e2e2;
  }
  @media (max-width: 767px) {
    .wizard-row .fuelux {
      position: static;
    }
  }
  /*------------------------------------------------------------------
    [Calendar Widget]
  */
  .widget-calendar .ui-datepicker {
    position: relative;
    margin: 10px 0 32px;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    cursor: default;
    line-height: 24px;
    margin: 0 2.3em;
    text-align: center;
    font-weight: 300;
    font-size: 1.385rem;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: -5px;
    width: 1.8em;
    color: #323552;
    font-size: 1.923rem;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    overflow: hidden;
    display: block;
    text-indent: -99999px;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after,
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
    cursor: pointer;
    content: "\f2fa";
    font-family: "Material Icons";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    text-indent: 0;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 8px;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 2px;
  }
  .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
    content: "\f2fb";
    right: 2px;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar {
    width: 100%;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td:first-child,
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr th:first-child {
    padding-left: 0;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td:last-child,
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr th:last-child {
    padding-right: 0;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar th {
    border: 0;
    padding: 3px;
    text-align: center;
    font-weight: 400;
    color: #323552;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar th span {
    font-size: 1.077rem;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td {
    border: 0;
    padding: 6px 0;
    text-align: center;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a {
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a:hover {
    color: #323552;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active, .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
    background-color: rgb(229.5, 229.5, 229.5);
    border-radius: 50%;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
    background-color: #297ce0;
    color: #ffffff;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td.has-events a {
    position: relative;
    background-color: rgb(196.9142857143, 219.4428571429, 246.5857142857);
    border-radius: 50%;
  }
  .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-other-month a {
    color: hsl(0, 0%, 80%);
  }
  .widget-calendar .ui-datepicker.ui-datepicker-6rows {
    margin-bottom: 28px;
  }
  .widget-calendar .ui-datepicker.ui-datepicker-6rows table.ui-datepicker-calendar tr td {
    padding: 3px 0;
  }
  .widget.widget-map .map-container > div {
    height: 229px;
  }
  /*------------------------------------------------------------------
    [Tile widgets]
  */
  .widget.widget-tile {
    padding: 24px 20px;
    margin-bottom: 25px;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .widget.widget-tile .data-info {
    display: table-cell;
    text-align: right;
  }
  .widget.widget-tile .data-info .value {
    font-size: 1.693rem;
    font-weight: 300;
  }
  .widget.widget-tile .data-info .indicator {
    font-size: 1.923rem;
    margin-right: 7px;
    line-height: 24px;
    vertical-align: middle;
  }
  .widget.widget-tile .data-info .indicator-equal {
    color: #297ce0;
  }
  .widget.widget-tile .data-info .indicator-positive {
    color: #c2e24f;
  }
  .widget.widget-tile .data-info .indicator-negative {
    color: #ef7b78;
  }
  .widget.widget-tile .data-info .desc {
    font-size: 1.077rem;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .widget.widget-tile .chart {
    width: 85px;
    min-height: 45px;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
  }
  .widget.widget-tile.widget-tile-wide {
    display: table;
    width: 100%;
  }
  .widget.widget-tile.widget-tile-wide > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .widget.widget-tile.widget-tile-wide .data-info {
    vertical-align: top;
  }
  .widget.widget-tile.widget-tile-wide .data-info .title {
    font-size: 1.231rem;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .widget.widget-tile.widget-tile-wide .data-info .desc {
    color: rgb(127.5, 127.5, 127.5);
    font-size: 0.9231rem;
  }
  .widget.widget-tile.widget-tile-wide .tile-value {
    text-align: right;
  }
  .widget.widget-tile.widget-tile-wide .tile-value > span {
    display: block;
    padding-right: 10px;
    font-weight: 300;
    font-size: 2.385rem;
  }
  .widget.widget-tile.widget-tile-wide .icon {
    float: none;
    line-height: 43px;
    vertical-align: top;
    margin-right: 5px;
  }
  /*------------------------------------------------------------------
    [User profile widget]
  */
  .user-display {
    margin-bottom: 30px;
    border-radius: 2px;
    background-color: #ffffff;
  }
  .user-display-bg {
    max-height: 300px;
    overflow: hidden;
  }
  .user-display-bg img {
    width: 100%;
    border-radius: 2px 2px 0 0;
  }
  @media (max-width: 767.98px) {
    .user-display-bg img {
      min-height: 130px;
    }
  }
  .user-display-bottom {
    position: relative;
    padding: 11px 20px;
  }
  .user-display-avatar {
    position: absolute;
    left: 20px;
    top: -50px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .user-display-avatar img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #ffffff;
  }
  .user-display-info {
    line-height: 20px;
    padding-left: 130px;
  }
  .user-display-info .name {
    display: block;
    font-size: 1.385rem;
    font-weight: 500;
    line-height: 22px;
  }
  .user-display-info .nick {
    line-height: 21px;
    color: rgb(73.1818181818, 77.5727272727, 120.0181818182);
  }
  .user-display-details {
    margin-top: 15px;
  }
  .user-display-details .title {
    text-transform: uppercase;
    font-size: 0.9231rem;
    color: rgb(73.1818181818, 77.5727272727, 120.0181818182);
  }
  .user-display-details .counter {
    font-size: 1.385rem;
  }
  /*------------------------------------------------------------------
    [User info list widget]
  */
  .user-info-list table {
    width: 100%;
    table-layout: fixed;
  }
  .user-info-list table tr td {
    padding: 12px 0;
  }
  .user-info-list table tr td.icon {
    width: 33px;
  }
  .user-info-list table tr td.icon > span {
    font-size: 1.538rem;
    vertical-align: middle;
    margin-bottom: 1px;
  }
  .user-info-list table tr td.item {
    width: 34%;
  }
  /*------------------------------------------------------------------
    [User current progress widget]
  */
  .user-progress {
    margin-bottom: 15px;
  }
  .user-progress .title {
    display: block;
    margin-bottom: 10px;
  }
  .user-progress .value {
    display: block;
    text-align: right;
    font-size: 1.385rem;
    padding-top: 18px;
    overflow-wrap: normal;
  }
  .user-progress .progress {
    height: 10px;
    border-radius: 5px;
    margin-bottom: 0;
  }
  .user-progress .progress-bar {
    border-radius: 5px;
  }
  .user-progress-small {
    margin-bottom: 20px;
  }
  .user-progress-small .title {
    display: inline-block;
  }
  .user-progress-small .progress {
    margin-top: 5px;
    height: 5px;
  }
  /*------------------------------------------------------------------
    [User timeline widget]
  */
  .user-timeline {
    padding: 0;
    margin: 5px 0 15px;
    list-style: none;
    position: relative;
  }
  .user-timeline:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    height: 100%;
    width: 2px;
    background-color: #297ce0;
  }
  .user-timeline:after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -2px;
    height: 8px;
    width: 8px;
    background-color: #297ce0;
    border-radius: 50%;
  }
  .user-timeline > li {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-bottom: 27px;
  }
  .user-timeline > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #297ce0;
  }
  .user-timeline > li.latest:before {
    background-color: #297ce0;
  }
  .user-timeline-date {
    text-transform: uppercase;
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
    margin-bottom: 8px;
  }
  .user-timeline-title {
    font-weight: 500;
  }
  .user-timeline-compact .user-timeline-date {
    float: right;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 22px;
  }
  .user-timeline-compact .user-timeline-title {
    font-size: 1.385rem;
    font-weight: 300;
  }
  .user-timeline-compact .user-timeline-description {
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
    margin-top: 4px;
  }
  .user-timeline-compact:before {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .user-timeline-compact:after {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .user-timeline-compact > li {
    padding-bottom: 35px;
  }
  .user-timeline-compact > li:last-child {
    padding-bottom: 25px;
  }
  .user-timeline-compact > li:before {
    border: 1px solid rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .user-timeline-compact > li.latest:before {
    background-color: rgb(221.8503937008, 165.9440944882, 3.5496062992);
  }
  .card-header {
    font-family: "Syne", sans-serif;
    color: #323552;
  }
  .card-subtitle {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    padding-bottom: 0.2rem;
  }
  /**
   * The .card-table class removes all padding from the card.
   * We have some cards that contain additional
   */
  .card.card-table .card-content {
    padding-left: 1.538rem;
    padding-right: 1.538rem;
  }
  .card-table tr th:first-child[style*=none] + th {
    padding-left: 20px;
  }
  .card-table tr td:first-child[style*=none] + td {
    padding-left: 20px;
  }
  .table-row-details td {
    vertical-align: top !important;
  }
  .table-row-details .card {
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: none;
  }
  .table-row-details .card .card-header {
    font-family: inherit;
    color: inherit;
    font-weight: 500;
    font-size: 1rem;
    padding: 7px 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0;
  }
  .table-row-details .card .card-body {
    padding: 7px 20px;
  }
  .table-row-details .card table {
    width: 100%;
    background-color: transparent;
  }
  .badge-success,
  .btn-success {
    color: #323552;
  }
  .btn-success:hover {
    color: rgb(88.6363636364, 93.9545454545, 145.3636363636);
  }
  .btn-none {
    box-shadow: none;
  }
  .contentHolder {
    overflow: auto;
  }
  .contentHolder .buttonContainer {
    font-family: "Lato", sans-serif;
    display: inline-block;
    position: absolute;
    right: 1.538rem;
  }
  .contentHolder .buttonContainer .mdi {
    font-size: 17px;
    position: relative;
    top: 2px;
    left: -2px;
    padding-left: 4px;
  }
  .contentHolder .buttonContainer .mdi-eye,
  .contentHolder .buttonContainer .mdi-copy,
  .contentHolder .buttonContainer .mdi-layers-off {
    left: -4px;
  }
  .contentHolder .buttonContainer .mdi-copy,
  .contentHolder .buttonContainer .mdi-layers {
    left: -3px;
  }
  .contentHolder .buttonContainer button:not(.full) {
    width: 35px;
  }
  .contentHolder .inlineDatePicker {
    display: inline-block;
    max-width: 100%;
    width: auto;
  }
  #hexDumpContainer {
    position: relative;
    overflow: auto;
    max-width: 645px;
  }
  @media (max-width: 991px) {
    #hexDumpContainer {
      max-width: 370px;
    }
  }
  #hexDumpContainer #hexCopy {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #hexdump {
    width: 100%;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #hexdump span {
    font: 0.85em "Courier New", Courier, mono;
  }
  #hexdump #line-number {
    color: #666666;
  }
  #hexdump span[data-string-id] {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 14px;
    color: #000000;
    width: 12px;
    text-align: center;
  }
  #hexdump span.ui-selecting {
    background: #fcfde0;
    text-shadow: #fff 0 1px 0;
  }
  #hexdump span.ui-selected {
    background: #4eabf7;
    color: #fff;
    text-shadow: #000 0 1px 0;
  }
  #hexdump span[data-string-null=true] {
    width: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 15px;
  }
  #searchTableHolderContainer .detailedAreaTitle {
    display: inline-block;
    width: 140px;
    font-weight: bold;
    float: left;
    clear: both;
    min-height: 1px;
  }
  #searchTableHolderContainer .detailAreaDataHolder {
    display: inline-block;
    width: calc(100% - 150px);
  }
  #searchTableHolderContainer .payloadTd {
    position: relative;
  }
  #searchTableHolderContainer .payloadTd .payloadCell {
    position: absolute;
    left: 7px;
    right: 0;
    top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #searchTableHolderContainer .bgMo {
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
  }
  #searchTableHolderContainer .bgMt {
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
  }
  #searchTableHolderContainer .detailsRow {
    background-color: #fff;
  }
  #searchTableHolderContainer .detailsRow td {
    max-width: 1px;
  }
  #searchTableHolderContainer #googleMapsContainer {
    width: 100%;
    height: 250px;
  }
  #searchTableHolderContainer .messageDataRow {
    padding-top: 5px;
    padding-bottom: 20px;
    margin-left: 24px;
  }
  #searchTableHolderContainer .noDataRow {
    padding-left: 20px;
  }
  #TextToHex #plainText {
    height: 110px;
  }
  #TextToHex #hexText {
    height: 190px;
  }
  .rangeSlider {
    position: relative;
    padding-top: 3px;
  }
  .rangeSlider .slider {
    z-index: 100;
    width: calc(100% - 5px) !important;
  }
  .rangeSlider .maxValue {
    position: absolute;
    right: 0;
  }
  .rangeSlider .minValue,
  .rangeSlider .maxValue {
    font-size: 13px;
  }
  .selectOrNewInput {
    position: relative;
  }
  .selectOrNewInput .inputNote {
    margin-top: 5px;
  }
  .selectOrNewInput .inputEl {
    padding-right: 60px;
  }
  .selectOrNewInput .inputEl + .inputClear {
    position: absolute;
    top: 18px;
    right: 40px;
    font-weight: bold;
    cursor: pointer;
    color: #404040 !important;
    font-size: 13px !important;
  }
  .selectOrNewInput .inputEl.form-control-error + .inputClear {
    top: 0;
    right: 3px;
  }
  .selectOrNewInput .optionsContainer {
    padding: 0;
    background-color: #fff;
    border: 1px solid #bdc0c6;
    position: absolute;
    z-index: 2;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
  }
  .selectOrNewInput .optionsContainer.hide {
    display: none;
  }
  .selectOrNewInput .optionsContainer .selectOption {
    padding: 10px 20px;
    border-bottom: 1px solid #bdc0c6;
    cursor: pointer;
  }
  .selectOrNewInput .optionsContainer .selectOption:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .actionButton:hover div {
    background-color: "#1f6ed4";
  }
  .actionButton button {
    display: flex;
    width: 6rem;
    flex-direction: column;
    align-items: center;
    vertical-align: top;
    border: 0;
    font-size: 1.039rem;
  }
  .actionButton button div {
    background-color: #297ce0;
    margin-bottom: 2px;
    display: flex;
    height: 3.1rem;
    width: 3.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  .actionButton button span {
    color: #64748b;
  }
  .btn.btn-primary {
    background-color: #297ce0;
    color: white;
  }
  .btn.btn-primary:disabled {
    opacity: 0.65;
  }
  .btn.btn-danger {
    background-color: #ef7b78;
    color: white;
  }
  .btn.btn-danger:disabled {
    opacity: 0.65;
  }
  .prepaid-account {
    /* NOTE: Temporary hack to hide the Fees table
    for PREPAID/TOPUP accounts only */
  }
  .prepaid-account #feesTableHolder {
    display: none;
  }
  .prepaid-account {
    /* NOTE: Temporary hack to hide the COST column
    of the Usage table for PREPAID/TOPUP accounts only */
  }
  .prepaid-account #usageTableHolder table th:last-of-type,
  .prepaid-account #usageTableHolder table td:last-of-type {
    display: none;
  }
  .prepaid-account {
    /* NOTE: Temporary hack to hide the COST and USAGE FEES column
    of the Billing table for PREPAID/TOPUP accounts only */
  }
  .prepaid-account .ManageBillingCertus table th:nth-last-child(2),
  .prepaid-account .ManageBillingCertus table td:nth-last-child(2) {
    display: none;
  }
  .prepaid-account .ManageBillingCertus table th:nth-last-child(6),
  .prepaid-account .ManageBillingCertus table td:nth-last-child(6) {
    display: none;
  }
  .prepaid-account .contentHolder .buttonContainer .mdi-eye,
  .prepaid-account .contentHolder .buttonContainer .mdi-copy,
  .prepaid-account .contentHolder .buttonContainer .mdi-layers-off {
    left: -5px;
  }
  .prepaid-account #invoiceTableCard #invoiceTable #cpaPending,
  .prepaid-account #invoiceTableCard #invoiceTable #cpaReady,
  .prepaid-account #invoiceTableCard #invoiceTable #cpaInvalid {
    display: none !important;
  }
  .prepaid-account .ManageBillingCertus .card-header {
    display: none;
  }
  .prepaid-account a {
    color: #297ce0;
  }
  .prepaid-account .CoreModule.tab-group ul.nav.nav-tabs {
    display: none;
  }
  .prepaid-account .CoreModule.tab-group .tab-content {
    padding: 0;
  }
  .prepaid-account.tab-wrapper {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    background-color: #fff;
  }
  .prepaid-account .nav-tabs {
    background-color: transparent;
  }
  .prepaid-account .nav-tabs > li.nav-item {
    margin: 0;
  }
  .prepaid-account .nav-tabs > li.nav-item a.nav-link {
    border: 0;
    border-radius: 3px;
  }
  .prepaid-account .nav-tabs > li.nav-item a.nav-link.active {
    border-bottom-width: 3px;
    border-color: #297ce0;
    border-style: solid;
    margin-bottom: -3px;
  }
  .prepaid-account.subscriber.subscriber-events button#createNote {
    background-color: #297ce0;
  }
  .prepaid-account #invoiceTableCard .card-header {
    display: none;
  }
  .prepaid-account #invoiceTableCard #cpaPending.mt-2 {
    margin-top: 15px !important;
  }
  .prepaid-account.devices #search-form, .prepaid-account.devices .contentHolder {
    display: none !important;
  }
  .tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
  }
  [data-tippy-root] {
    max-width: calc(100vw - 10px);
  }
  .tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity;
  }
  .tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0;
  }
  .tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
  }
  .tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0;
  }
  .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
  }
  .tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0;
  }
  .tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
  }
  .tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0;
  }
  .tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
  }
  .tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  }
  .tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
  }
  .tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
  }
  .tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
  }
  .transitionCellWidth {
    width: 200px;
  }
  .transitionRow {
    height: 53px;
  }
  .transitionRow.even {
    background-color: #f5f5f5;
  }
  .wooSelectSubscribers h3 {
    display: inline-block;
  }
  .wooSelectSubscribers #typeButtonContainer {
    display: inline-block;
    float: right;
    clear: both;
  }
  .wooSelectSubscribers #typeButtonContainer button {
    display: inline-block;
  }
  .wooSelectSubscribers #searchTableHolderContainer,
  .wooSelectSubscribers #selectedTableHolderContainer {
    overflow: auto;
    max-height: 600px;
  }
  .wooSelectSubscribers #searchTableHolderContainer .custom-checkbox,
  .wooSelectSubscribers #selectedTableHolderContainer .custom-checkbox {
    position: relative;
    left: 25px;
  }
  .wooSelectSubscribers button span {
    pointer-events: none;
  }
  .wooSelectSubscribers .unselectButton {
    display: none;
  }
  .wooSelectSubscribers .selectedSubscriber {
    background-color: #cce5ff !important;
  }
  .wooSelectSubscribers .selectedSubscriber .selectButton {
    display: none;
  }
  .wooSelectSubscribers .selectedSubscriber .unselectButton {
    display: inline-block;
  }
  #selectedTableHolderContainer .selectButton {
    display: none;
  }
  #selectedTableHolderContainer .unselectButton {
    display: inline-block;
  }
  .wizard-title {
    font-family: "Lato", sans-serif;
  }
  .sbdDataDatePickers input,
  .sbdDataDatePickers label {
    display: inline-block;
  }
  .sbdDataDatePickers input {
    width: 46%;
  }
  .sbdDataDatePickers label {
    width: 5%;
  }
  .largeIcon {
    font-size: 20px;
  }
  .tooltip-inner {
    max-width: 400px;
  }
  .tooltip-inner .planData {
    text-align: left;
  }
  .tooltip-inner .planData strong {
    display: inline-block;
    width: 110px;
  }
  .boldRow td {
    font-weight: bold !important;
  }
  .managePlans th {
    cursor: pointer;
  }
  .managePlans #tableMakerSearch {
    width: 200px;
    position: absolute;
    right: 75px;
    top: 16px;
    height: 40px;
  }
  .managePlans .groupSelect {
    width: 200px;
    height: 40px;
  }
  .managePlans #filterArea {
    margin-top: 15px;
  }
  .managePlans #filterArea .row .col-4 {
    margin-bottom: 25px;
  }
  .managePlans #filterArea #showAudit {
    margin-top: 34px;
    padding-right: 10px;
  }
  .managePlans #filterArea #clearFilters {
    margin-top: 34px;
  }
  #attachDetachPlans .filterArea {
    padding-top: 10px;
  }
  .page-header .card-header {
    padding-bottom: 1.5384rem;
  }
  .subscriberTools .buttonRow {
    position: relative;
    top: -38px;
  }
  .subscriberTools .buttonCard {
    padding-bottom: 0;
    padding-top: 0;
    height: 5px;
  }
  .banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 2px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    z-index: 1040;
    min-height: 22px;
  }
  .banner:empty {
    display: none;
  }
  @media (min-width: 768px) {
    .banner:nth-child(1) {
      top: 0px;
    }
    .banner:nth-child(1) + .be-wrapper {
      padding-top: 104px;
    }
    .banner:nth-child(1) + .be-wrapper .navbar {
      top: 22px;
    }
    .banner:nth-child(1) + .be-wrapper .be-left-sidebar {
      margin-top: 103px;
      padding-bottom: 103px;
    }
    .banner:nth-child(1) + .be-wrapper #topBar {
      margin-top: 22px;
    }
    .banner:nth-child(2) {
      top: 22px;
    }
    .banner:nth-child(2) + .be-wrapper {
      padding-top: 126px;
    }
    .banner:nth-child(2) + .be-wrapper .navbar {
      top: 44px;
    }
    .banner:nth-child(2) + .be-wrapper .be-left-sidebar {
      margin-top: 125px;
      padding-bottom: 125px;
    }
    .banner:nth-child(2) + .be-wrapper #topBar {
      margin-top: 44px;
    }
    .banner:nth-child(3) {
      top: 44px;
    }
    .banner:nth-child(3) + .be-wrapper {
      padding-top: 148px;
    }
    .banner:nth-child(3) + .be-wrapper .navbar {
      top: 66px;
    }
    .banner:nth-child(3) + .be-wrapper .be-left-sidebar {
      margin-top: 147px;
      padding-bottom: 147px;
    }
    .banner:nth-child(3) + .be-wrapper #topBar {
      margin-top: 66px;
    }
  }
  .banner.bg-danger a {
    color: white;
    text-decoration: underline;
  }
  .banner.bg-warning {
    color: #584500;
  }
  .cookie-prompt {
    position: fixed;
    right: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    padding: 1.25rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0 12px rgba(160, 160, 160, 0.6);
    border: 1px solid rgb(229, 231, 235);
  }
  @media (min-width: 480px) {
    .cookie-prompt {
      left: auto;
      right: 2.5rem;
      bottom: 2.5rem;
    }
  }
  .main-content > .CoreModuleLoader {
    max-width: initial;
  }
  .main-content > .CoreModule {
    max-width: initial;
  }
}