#automanager-io :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

#automanager-io html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

#automanager-io body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

#automanager-io hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#automanager-io h1,
#automanager-io h2,
#automanager-io h3,
#automanager-io h4,
#automanager-io h5,
#automanager-io h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

#automanager-io ol ol,
#automanager-io ul ul,
#automanager-io ol ul,
#automanager-io ul ol {
  margin-bottom: 0;
}

#automanager-io dt {
  font-weight: 700;
}

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

#automanager-io blockquote {
  margin: 0 0 1rem;
}

#automanager-io b,
#automanager-io strong {
  font-weight: bolder;
}

#automanager-io small {
  font-size: 80%;
}

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

#automanager-io sub {
  bottom: -.25em;
}

#automanager-io sup {
  top: -.5em;
}

#automanager-io a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

#automanager-io a:hover {
  color: #0056b3;
  text-decoration: none;
}

#automanager-io a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

#automanager-io a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

#automanager-io pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

#automanager-io figure {
  margin: 0 0 1rem;
}

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

#automanager-io svg {
  overflow: hidden;
  vertical-align: middle;
}

#automanager-io table {
  border-collapse: collapse;
}

#automanager-io caption {
  padding-top: 1rem 0;
  padding-bottom: 1rem 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

#automanager-io th {
  text-align: inherit;
}

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

#automanager-io button {
  border-radius: 0;
}

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

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

#automanager-io button,
#automanager-io input {
  overflow: visible;
}

#automanager-io button,
#automanager-io select {
  text-transform: none;
}

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

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

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

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

#automanager-io textarea {
  overflow: auto;
  resize: vertical;
}

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

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

#automanager-io progress {
  vertical-align: baseline;
}

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

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

#automanager-io [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

#automanager-io output {
  display: inline-block;
}

#automanager-io summary {
  display: list-item;
  cursor: pointer;
}

#automanager-io template {
  display: none;
}

#automanager-io [hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .list-inline-item {
  display: inline-block;
}

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

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

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

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

#automanager-io .blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

#automanager-io .figure {
  display: inline-block;
}

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

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

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

#automanager-io a > code {
  color: inherit;
}

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

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

#automanager-io pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

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

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

@media (min-width: 576px) {
  #automanager-io .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #automanager-io .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #automanager-io .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #automanager-io .container {
    max-width: 1140px;
  }
}

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

#automanager-io .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#automanager-io .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

#automanager-io .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

#automanager-io .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

#automanager-io .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

#automanager-io .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

#automanager-io .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

#automanager-io .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

#automanager-io .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

#automanager-io .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

#automanager-io .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

#automanager-io .order-first {
  order: -1;
}

#automanager-io .order-last {
  order: 13;
}

#automanager-io .order-0 {
  order: 0;
}

#automanager-io .order-1 {
  order: 1;
}

#automanager-io .order-2 {
  order: 2;
}

#automanager-io .order-3 {
  order: 3;
}

#automanager-io .order-4 {
  order: 4;
}

#automanager-io .order-5 {
  order: 5;
}

#automanager-io .order-6 {
  order: 6;
}

#automanager-io .order-7 {
  order: 7;
}

#automanager-io .order-8 {
  order: 8;
}

#automanager-io .order-9 {
  order: 9;
}

#automanager-io .order-10 {
  order: 10;
}

#automanager-io .order-11 {
  order: 11;
}

#automanager-io .order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  #automanager-io .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #automanager-io .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #automanager-io .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  #automanager-io .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  #automanager-io .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #automanager-io .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  #automanager-io .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  #automanager-io .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #automanager-io .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  #automanager-io .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  #automanager-io .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #automanager-io .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  #automanager-io .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  #automanager-io .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #automanager-io .order-sm-first {
    order: -1;
  }

  #automanager-io .order-sm-last {
    order: 13;
  }

  #automanager-io .order-sm-0 {
    order: 0;
  }

  #automanager-io .order-sm-1 {
    order: 1;
  }

  #automanager-io .order-sm-2 {
    order: 2;
  }

  #automanager-io .order-sm-3 {
    order: 3;
  }

  #automanager-io .order-sm-4 {
    order: 4;
  }

  #automanager-io .order-sm-5 {
    order: 5;
  }

  #automanager-io .order-sm-6 {
    order: 6;
  }

  #automanager-io .order-sm-7 {
    order: 7;
  }

  #automanager-io .order-sm-8 {
    order: 8;
  }

  #automanager-io .order-sm-9 {
    order: 9;
  }

  #automanager-io .order-sm-10 {
    order: 10;
  }

  #automanager-io .order-sm-11 {
    order: 11;
  }

  #automanager-io .order-sm-12 {
    order: 12;
  }

  #automanager-io .offset-sm-0 {
    margin-left: 0;
  }

  #automanager-io .offset-sm-1 {
    margin-left: 8.33333%;
  }

  #automanager-io .offset-sm-2 {
    margin-left: 16.66667%;
  }

  #automanager-io .offset-sm-3 {
    margin-left: 25%;
  }

  #automanager-io .offset-sm-4 {
    margin-left: 33.33333%;
  }

  #automanager-io .offset-sm-5 {
    margin-left: 41.66667%;
  }

  #automanager-io .offset-sm-6 {
    margin-left: 50%;
  }

  #automanager-io .offset-sm-7 {
    margin-left: 58.33333%;
  }

  #automanager-io .offset-sm-8 {
    margin-left: 66.66667%;
  }

  #automanager-io .offset-sm-9 {
    margin-left: 75%;
  }

  #automanager-io .offset-sm-10 {
    margin-left: 83.33333%;
  }

  #automanager-io .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  #automanager-io .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #automanager-io .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #automanager-io .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  #automanager-io .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  #automanager-io .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #automanager-io .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  #automanager-io .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  #automanager-io .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #automanager-io .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  #automanager-io .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  #automanager-io .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #automanager-io .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  #automanager-io .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  #automanager-io .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #automanager-io .order-md-first {
    order: -1;
  }

  #automanager-io .order-md-last {
    order: 13;
  }

  #automanager-io .order-md-0 {
    order: 0;
  }

  #automanager-io .order-md-1 {
    order: 1;
  }

  #automanager-io .order-md-2 {
    order: 2;
  }

  #automanager-io .order-md-3 {
    order: 3;
  }

  #automanager-io .order-md-4 {
    order: 4;
  }

  #automanager-io .order-md-5 {
    order: 5;
  }

  #automanager-io .order-md-6 {
    order: 6;
  }

  #automanager-io .order-md-7 {
    order: 7;
  }

  #automanager-io .order-md-8 {
    order: 8;
  }

  #automanager-io .order-md-9 {
    order: 9;
  }

  #automanager-io .order-md-10 {
    order: 10;
  }

  #automanager-io .order-md-11 {
    order: 11;
  }

  #automanager-io .order-md-12 {
    order: 12;
  }

  #automanager-io .offset-md-0 {
    margin-left: 0;
  }

  #automanager-io .offset-md-1 {
    margin-left: 8.33333%;
  }

  #automanager-io .offset-md-2 {
    margin-left: 16.66667%;
  }

  #automanager-io .offset-md-3 {
    margin-left: 25%;
  }

  #automanager-io .offset-md-4 {
    margin-left: 33.33333%;
  }

  #automanager-io .offset-md-5 {
    margin-left: 41.66667%;
  }

  #automanager-io .offset-md-6 {
    margin-left: 50%;
  }

  #automanager-io .offset-md-7 {
    margin-left: 58.33333%;
  }

  #automanager-io .offset-md-8 {
    margin-left: 66.66667%;
  }

  #automanager-io .offset-md-9 {
    margin-left: 75%;
  }

  #automanager-io .offset-md-10 {
    margin-left: 83.33333%;
  }

  #automanager-io .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  #automanager-io .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #automanager-io .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #automanager-io .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  #automanager-io .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  #automanager-io .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #automanager-io .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  #automanager-io .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  #automanager-io .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #automanager-io .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  #automanager-io .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  #automanager-io .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #automanager-io .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  #automanager-io .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  #automanager-io .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #automanager-io .order-lg-first {
    order: -1;
  }

  #automanager-io .order-lg-last {
    order: 13;
  }

  #automanager-io .order-lg-0 {
    order: 0;
  }

  #automanager-io .order-lg-1 {
    order: 1;
  }

  #automanager-io .order-lg-2 {
    order: 2;
  }

  #automanager-io .order-lg-3 {
    order: 3;
  }

  #automanager-io .order-lg-4 {
    order: 4;
  }

  #automanager-io .order-lg-5 {
    order: 5;
  }

  #automanager-io .order-lg-6 {
    order: 6;
  }

  #automanager-io .order-lg-7 {
    order: 7;
  }

  #automanager-io .order-lg-8 {
    order: 8;
  }

  #automanager-io .order-lg-9 {
    order: 9;
  }

  #automanager-io .order-lg-10 {
    order: 10;
  }

  #automanager-io .order-lg-11 {
    order: 11;
  }

  #automanager-io .order-lg-12 {
    order: 12;
  }

  #automanager-io .offset-lg-0 {
    margin-left: 0;
  }

  #automanager-io .offset-lg-1 {
    margin-left: 8.33333%;
  }

  #automanager-io .offset-lg-2 {
    margin-left: 16.66667%;
  }

  #automanager-io .offset-lg-3 {
    margin-left: 25%;
  }

  #automanager-io .offset-lg-4 {
    margin-left: 33.33333%;
  }

  #automanager-io .offset-lg-5 {
    margin-left: 41.66667%;
  }

  #automanager-io .offset-lg-6 {
    margin-left: 50%;
  }

  #automanager-io .offset-lg-7 {
    margin-left: 58.33333%;
  }

  #automanager-io .offset-lg-8 {
    margin-left: 66.66667%;
  }

  #automanager-io .offset-lg-9 {
    margin-left: 75%;
  }

  #automanager-io .offset-lg-10 {
    margin-left: 83.33333%;
  }

  #automanager-io .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  #automanager-io .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #automanager-io .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #automanager-io .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  #automanager-io .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  #automanager-io .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #automanager-io .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  #automanager-io .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  #automanager-io .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #automanager-io .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  #automanager-io .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  #automanager-io .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #automanager-io .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  #automanager-io .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  #automanager-io .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #automanager-io .order-xl-first {
    order: -1;
  }

  #automanager-io .order-xl-last {
    order: 13;
  }

  #automanager-io .order-xl-0 {
    order: 0;
  }

  #automanager-io .order-xl-1 {
    order: 1;
  }

  #automanager-io .order-xl-2 {
    order: 2;
  }

  #automanager-io .order-xl-3 {
    order: 3;
  }

  #automanager-io .order-xl-4 {
    order: 4;
  }

  #automanager-io .order-xl-5 {
    order: 5;
  }

  #automanager-io .order-xl-6 {
    order: 6;
  }

  #automanager-io .order-xl-7 {
    order: 7;
  }

  #automanager-io .order-xl-8 {
    order: 8;
  }

  #automanager-io .order-xl-9 {
    order: 9;
  }

  #automanager-io .order-xl-10 {
    order: 10;
  }

  #automanager-io .order-xl-11 {
    order: 11;
  }

  #automanager-io .order-xl-12 {
    order: 12;
  }

  #automanager-io .offset-xl-0 {
    margin-left: 0;
  }

  #automanager-io .offset-xl-1 {
    margin-left: 8.33333%;
  }

  #automanager-io .offset-xl-2 {
    margin-left: 16.66667%;
  }

  #automanager-io .offset-xl-3 {
    margin-left: 25%;
  }

  #automanager-io .offset-xl-4 {
    margin-left: 33.33333%;
  }

  #automanager-io .offset-xl-5 {
    margin-left: 41.66667%;
  }

  #automanager-io .offset-xl-6 {
    margin-left: 50%;
  }

  #automanager-io .offset-xl-7 {
    margin-left: 58.33333%;
  }

  #automanager-io .offset-xl-8 {
    margin-left: 66.66667%;
  }

  #automanager-io .offset-xl-9 {
    margin-left: 75%;
  }

  #automanager-io .offset-xl-10 {
    margin-left: 83.33333%;
  }

  #automanager-io .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

#automanager-io .table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

#automanager-io .table-borderless th,
#automanager-io .table-borderless td,
#automanager-io .table-borderless thead th,
#automanager-io .table-borderless tbody + tbody {
  border: 0;
}

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

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

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

#automanager-io .table-primary th,
#automanager-io .table-primary td,
#automanager-io .table-primary thead th,
#automanager-io .table-primary tbody + tbody {
  border-color: #7abaff;
}

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

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

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

#automanager-io .table-secondary th,
#automanager-io .table-secondary td,
#automanager-io .table-secondary thead th,
#automanager-io .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

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

#automanager-io .table-success th,
#automanager-io .table-success td,
#automanager-io .table-success thead th,
#automanager-io .table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

#automanager-io .table-info th,
#automanager-io .table-info td,
#automanager-io .table-info thead th,
#automanager-io .table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .table-light th,
#automanager-io .table-light td,
#automanager-io .table-light thead th,
#automanager-io .table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

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

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

#automanager-io .table-dark th,
#automanager-io .table-dark td,
#automanager-io .table-dark thead th,
#automanager-io .table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

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

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

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

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

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

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

#automanager-io .table-dark.table-bordered {
  border: 0;
}

#automanager-io .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

#automanager-io .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  #automanager-io .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  #automanager-io .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  #automanager-io .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  #automanager-io .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  #automanager-io .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  #automanager-io .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  #automanager-io .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  #automanager-io .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

#automanager-io .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

#automanager-io .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .form-control {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

#automanager-io .form-control-plaintext.form-control-sm,
#automanager-io .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

#automanager-io .form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

#automanager-io .form-control-lg {
  height: calc(2.9rem + 2px);
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

#automanager-io select.form-control[size],
#automanager-io select.form-control[multiple] {
  height: auto;
}

#automanager-io textarea.form-control {
  height: auto;
}

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

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

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

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

#automanager-io .form-check {
  position: relative;
  display: block;
  padding-left: 1.75rem;
}

#automanager-io .form-check-input {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.75rem;
}

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

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

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

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

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

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

#automanager-io .was-validated .form-control:valid,
#automanager-io .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3e%3cpath fill=%2328a745 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");
}

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

#automanager-io .was-validated .form-control:valid ~ .valid-feedback,
#automanager-io .was-validated .form-control:valid ~ .valid-tooltip,
#automanager-io .form-control.is-valid ~ .valid-feedback,
#automanager-io .form-control.is-valid ~ .valid-tooltip {
  display: block;
}

#automanager-io .was-validated textarea.form-control:valid,
#automanager-io textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

#automanager-io .was-validated .custom-select:valid,
#automanager-io .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 4 5%3e%3cpath fill=%23343a40 d=M2 0L0 2h4zm0 5L0 3h4z/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3e%3cpath fill=%2328a745 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") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

#automanager-io .was-validated .custom-select:valid ~ .valid-feedback,
#automanager-io .was-validated .custom-select:valid ~ .valid-tooltip,
#automanager-io .custom-select.is-valid ~ .valid-feedback,
#automanager-io .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

#automanager-io .was-validated .form-control-file:valid ~ .valid-feedback,
#automanager-io .was-validated .form-control-file:valid ~ .valid-tooltip,
#automanager-io .form-control-file.is-valid ~ .valid-feedback,
#automanager-io .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

#automanager-io .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
#automanager-io .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

#automanager-io .was-validated .form-control:invalid,
#automanager-io .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg fill=%23dc3545 viewBox=-2 -2 7 7%3e%3cpath stroke=%23d9534f d=M0 0l3 3m0-3L0 3/%3e%3ccircle r=.5/%3e%3ccircle cx=3 r=.5/%3e%3ccircle cy=3 r=.5/%3e%3ccircle cx=3 cy=3 r=.5/%3e%3c/svg%3E");
}

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

#automanager-io .was-validated .form-control:invalid ~ .invalid-feedback,
#automanager-io .was-validated .form-control:invalid ~ .invalid-tooltip,
#automanager-io .form-control.is-invalid ~ .invalid-feedback,
#automanager-io .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

#automanager-io .was-validated textarea.form-control:invalid,
#automanager-io textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

#automanager-io .was-validated .custom-select:invalid,
#automanager-io .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 4 5%3e%3cpath fill=%23343a40 d=M2 0L0 2h4zm0 5L0 3h4z/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg fill=%23dc3545 viewBox=-2 -2 7 7%3e%3cpath stroke=%23d9534f d=M0 0l3 3m0-3L0 3/%3e%3ccircle r=.5/%3e%3ccircle cx=3 r=.5/%3e%3ccircle cy=3 r=.5/%3e%3ccircle cx=3 cy=3 r=.5/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

#automanager-io .was-validated .custom-select:invalid ~ .invalid-feedback,
#automanager-io .was-validated .custom-select:invalid ~ .invalid-tooltip,
#automanager-io .custom-select.is-invalid ~ .invalid-feedback,
#automanager-io .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

#automanager-io .was-validated .form-control-file:invalid ~ .invalid-feedback,
#automanager-io .was-validated .form-control-file:invalid ~ .invalid-tooltip,
#automanager-io .form-control-file.is-invalid ~ .invalid-feedback,
#automanager-io .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

#automanager-io .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
#automanager-io .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

#automanager-io .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  #automanager-io .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  #automanager-io .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  #automanager-io .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  #automanager-io .form-inline .form-control-plaintext {
    display: inline-block;
  }

  #automanager-io .form-inline .input-group,
  #automanager-io .form-inline .custom-select {
    width: auto;
  }

  #automanager-io .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  #automanager-io .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  #automanager-io .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  #automanager-io .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

#automanager-io .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .btn {
    transition: none;
  }
}

#automanager-io .btn:hover {
  color: #212529;
  text-decoration: none;
}

#automanager-io .btn:focus,
#automanager-io .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#automanager-io .btn.disabled,
#automanager-io .btn:disabled {
  opacity: 0.65;
}

#automanager-io .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

#automanager-io .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

#automanager-io .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

#automanager-io .btn-primary:focus,
#automanager-io .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

#automanager-io .btn-primary.disabled,
#automanager-io .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

#automanager-io .btn-primary:not(:disabled):not(.disabled):active,
#automanager-io .btn-primary:not(:disabled):not(.disabled).active,
#automanager-io .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

#automanager-io .btn-primary:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-primary:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

#automanager-io .btn-secondary:focus,
#automanager-io .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

#automanager-io .btn-secondary:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-secondary:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

#automanager-io .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

#automanager-io .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

#automanager-io .btn-success:focus,
#automanager-io .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

#automanager-io .btn-success.disabled,
#automanager-io .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

#automanager-io .btn-success:not(:disabled):not(.disabled):active,
#automanager-io .btn-success:not(:disabled):not(.disabled).active,
#automanager-io .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

#automanager-io .btn-success:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-success:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

#automanager-io .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

#automanager-io .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

#automanager-io .btn-info:focus,
#automanager-io .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

#automanager-io .btn-info.disabled,
#automanager-io .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

#automanager-io .btn-info:not(:disabled):not(.disabled):active,
#automanager-io .btn-info:not(:disabled):not(.disabled).active,
#automanager-io .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

#automanager-io .btn-info:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-info:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

#automanager-io .btn-warning:focus,
#automanager-io .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

#automanager-io .btn-warning:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-warning:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

#automanager-io .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

#automanager-io .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

#automanager-io .btn-danger:focus,
#automanager-io .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

#automanager-io .btn-danger.disabled,
#automanager-io .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

#automanager-io .btn-danger:not(:disabled):not(.disabled):active,
#automanager-io .btn-danger:not(:disabled):not(.disabled).active,
#automanager-io .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

#automanager-io .btn-danger:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-danger:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

#automanager-io .btn-light:focus,
#automanager-io .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

#automanager-io .btn-light:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-light:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

#automanager-io .btn-dark:focus,
#automanager-io .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

#automanager-io .btn-dark:not(:disabled):not(.disabled):active:focus,
#automanager-io .btn-dark:not(:disabled):not(.disabled).active:focus,
#automanager-io .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

#automanager-io .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

#automanager-io .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

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

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

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

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

#automanager-io .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

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

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

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

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

#automanager-io .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

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

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

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

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

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

#automanager-io .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

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

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

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

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

#automanager-io .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

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

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

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

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

#automanager-io .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

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

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

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

#automanager-io .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

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

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

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

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

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

#automanager-io .btn-link {
  font-weight: 400;
  color: #007bff;
}

#automanager-io .btn-link:hover {
  color: #0056b3;
  text-decoration: none;
}

#automanager-io .btn-link:focus,
#automanager-io .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

#automanager-io .btn-link:disabled,
#automanager-io .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

#automanager-io .btn-lg,
#automanager-io .btn-group-lg > .btn {
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

#automanager-io .fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .fade {
    transition: none;
  }
}

#automanager-io .fade:not(.show) {
  opacity: 0;
}

#automanager-io .collapse:not(.show) {
  display: none;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .collapsing {
    transition: none;
  }
}

#automanager-io .dropup,
#automanager-io .dropright,
#automanager-io .dropdown,
#automanager-io .dropleft {
  position: relative;
}

#automanager-io .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;
}

#automanager-io .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

#automanager-io .dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  #automanager-io .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  #automanager-io .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  #automanager-io .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  #automanager-io .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

#automanager-io .dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  #automanager-io .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  #automanager-io .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  #automanager-io .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  #automanager-io .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

#automanager-io .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

#automanager-io .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;
}

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

#automanager-io .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

#automanager-io .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;
}

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

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

#automanager-io .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

#automanager-io .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

#automanager-io .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;
}

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

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

#automanager-io .dropdown-menu[x-placement^="top"],
#automanager-io .dropdown-menu[x-placement^="right"],
#automanager-io .dropdown-menu[x-placement^="bottom"],
#automanager-io .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

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

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

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

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

#automanager-io .dropdown-item.disabled,
#automanager-io .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

#automanager-io .dropdown-menu.show {
  display: block;
}

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

#automanager-io .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

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

#automanager-io .btn-group > .btn,
#automanager-io .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

#automanager-io .btn-group > .btn:hover,
#automanager-io .btn-group-vertical > .btn:hover {
  z-index: 1;
}

#automanager-io .btn-group > .btn:focus,
#automanager-io .btn-group > .btn:active,
#automanager-io .btn-group > .btn.active,
#automanager-io .btn-group-vertical > .btn:focus,
#automanager-io .btn-group-vertical > .btn:active,
#automanager-io .btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

#automanager-io .btn-group > .btn:not(:first-child),
#automanager-io .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

#automanager-io .dropdown-toggle-split::after,
#automanager-io .dropup .dropdown-toggle-split::after,
#automanager-io .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

#automanager-io .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

#automanager-io .btn-group-vertical > .btn,
#automanager-io .btn-group-vertical > .btn-group {
  width: 100%;
}

#automanager-io .btn-group-vertical > .btn:not(:first-child),
#automanager-io .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

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

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

#automanager-io .input-group > .form-control + .form-control,
#automanager-io .input-group > .form-control + .custom-select,
#automanager-io .input-group > .form-control + .custom-file,
#automanager-io .input-group > .form-control-plaintext + .form-control,
#automanager-io .input-group > .form-control-plaintext + .custom-select,
#automanager-io .input-group > .form-control-plaintext + .custom-file,
#automanager-io .input-group > .custom-select + .form-control,
#automanager-io .input-group > .custom-select + .custom-select,
#automanager-io .input-group > .custom-select + .custom-file,
#automanager-io .input-group > .custom-file + .form-control,
#automanager-io .input-group > .custom-file + .custom-select,
#automanager-io .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

#automanager-io .input-group > .form-control:focus,
#automanager-io .input-group > .custom-select:focus,
#automanager-io .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

#automanager-io .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

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

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

#automanager-io .input-group-prepend .btn:focus,
#automanager-io .input-group-append .btn:focus {
  z-index: 3;
}

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

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

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

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

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

#automanager-io .input-group-lg > .form-control:not(textarea),
#automanager-io .input-group-lg > .custom-select {
  height: calc(2.9rem + 2px);
}

#automanager-io .input-group-lg > .form-control,
#automanager-io .input-group-lg > .custom-select,
#automanager-io .input-group-lg > .input-group-prepend > .input-group-text,
#automanager-io .input-group-lg > .input-group-append > .input-group-text,
#automanager-io .input-group-lg > .input-group-prepend > .btn,
#automanager-io .input-group-lg > .input-group-append > .btn {
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

#automanager-io .input-group-sm > .form-control:not(textarea),
#automanager-io .input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

#automanager-io .input-group-sm > .form-control,
#automanager-io .input-group-sm > .custom-select,
#automanager-io .input-group-sm > .input-group-prepend > .input-group-text,
#automanager-io .input-group-sm > .input-group-append > .input-group-text,
#automanager-io .input-group-sm > .input-group-prepend > .btn,
#automanager-io .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

#automanager-io .input-group-lg > .custom-select,
#automanager-io .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

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

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

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

#automanager-io .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

#automanager-io .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

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

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

#automanager-io .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

#automanager-io .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

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

#automanager-io .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 viewBox=0 0 4 4%3e%3cpath stroke=%23fff d=M0 2h4/%3e%3c/svg%3e");
}

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

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

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

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

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

#automanager-io .custom-switch {
  padding-left: 2.25rem;
}

#automanager-io .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

#automanager-io .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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 screen and (prefers-reduced-motion: reduce) {
  #automanager-io .custom-switch .custom-control-label::after {
    transition: none;
  }
}

#automanager-io .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

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

#automanager-io .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 4 5%3e%3cpath fill=%23343a40 d=M2 0L0 2h4zm0 5L0 3h4z/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}

#automanager-io .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

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

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

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

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

#automanager-io .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

#automanager-io .custom-select-lg {
  height: calc(2.9rem + 2px);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  font-size: 1rem;
}

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

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

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

#automanager-io .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

#automanager-io .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

#automanager-io .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

#automanager-io .custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

#automanager-io .custom-range:focus {
  outline: none;
}

#automanager-io .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#automanager-io .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#automanager-io .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#automanager-io .custom-range::-moz-focus-outer {
  border: 0;
}

#automanager-io .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

#automanager-io .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

#automanager-io .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

#automanager-io .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .custom-range::-moz-range-thumb {
    transition: none;
  }
}

#automanager-io .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

#automanager-io .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

#automanager-io .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .custom-range::-ms-thumb {
    transition: none;
  }
}

#automanager-io .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

#automanager-io .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

#automanager-io .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

#automanager-io .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

#automanager-io .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

#automanager-io .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

#automanager-io .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

#automanager-io .custom-range:disabled::-moz-range-track {
  cursor: default;
}

#automanager-io .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

#automanager-io .custom-control-label::before,
#automanager-io .custom-file-label,
#automanager-io .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 screen and (prefers-reduced-motion: reduce) {
  #automanager-io .custom-control-label::before,
  #automanager-io .custom-file-label,
  #automanager-io .custom-select {
    transition: none;
  }
}

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

#automanager-io .nav-link {
  display: block;
  padding: 0.7rem 1rem;
}

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

#automanager-io .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

#automanager-io .nav-tabs .nav-link {
  border: 1px solid transparent;
}

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

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

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

#automanager-io .nav-tabs .dropdown-menu {
  margin-top: -1px;
}

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

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

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

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

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

#automanager-io .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

#automanager-io .navbar > .container,
#automanager-io .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#automanager-io .navbar-brand {
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

#automanager-io .navbar-brand:hover,
#automanager-io .navbar-brand:focus {
  text-decoration: none;
}

#automanager-io .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#automanager-io .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

#automanager-io .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

#automanager-io .navbar-text {
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

#automanager-io .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

#automanager-io .navbar-toggler {
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

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

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

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

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

@media (min-width: 576px) {
  #automanager-io .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  #automanager-io .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  #automanager-io .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #automanager-io .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #automanager-io .navbar-expand-sm > .container,
  #automanager-io .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  #automanager-io .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  #automanager-io .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #automanager-io .navbar-expand-md > .container,
  #automanager-io .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  #automanager-io .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  #automanager-io .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  #automanager-io .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #automanager-io .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #automanager-io .navbar-expand-md > .container,
  #automanager-io .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  #automanager-io .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  #automanager-io .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #automanager-io .navbar-expand-lg > .container,
  #automanager-io .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  #automanager-io .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  #automanager-io .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  #automanager-io .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #automanager-io .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #automanager-io .navbar-expand-lg > .container,
  #automanager-io .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  #automanager-io .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  #automanager-io .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  #automanager-io .navbar-expand-xl > .container,
  #automanager-io .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  #automanager-io .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  #automanager-io .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  #automanager-io .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #automanager-io .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #automanager-io .navbar-expand-xl > .container,
  #automanager-io .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  #automanager-io .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  #automanager-io .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

#automanager-io .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

#automanager-io .navbar-expand .navbar-toggler {
  display: none;
}

#automanager-io .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

#automanager-io .navbar-light .navbar-brand:hover,
#automanager-io .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

#automanager-io .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

#automanager-io .navbar-light .navbar-nav .nav-link:hover,
#automanager-io .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

#automanager-io .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

#automanager-io .navbar-light .navbar-nav .show > .nav-link,
#automanager-io .navbar-light .navbar-nav .active > .nav-link,
#automanager-io .navbar-light .navbar-nav .nav-link.show,
#automanager-io .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

#automanager-io .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .card-title {
  margin-bottom: 1.5rem;
}

#automanager-io .card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

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

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

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

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

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

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

#automanager-io .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.5rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

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

#automanager-io .card-img {
  width: 100%;
}

#automanager-io .card-img-top {
  width: 100%;
}

#automanager-io .card-img-bottom {
  width: 100%;
}

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

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

@media (min-width: 576px) {
  #automanager-io .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  #automanager-io .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

#automanager-io .card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  #automanager-io .card-group {
    flex-flow: row wrap;
  }

  #automanager-io .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  #automanager-io .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

#automanager-io .card-columns .card {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  #automanager-io .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  #automanager-io .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

#automanager-io .accordion .card {
  overflow: hidden;
}

#automanager-io .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

#automanager-io .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

#automanager-io .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#automanager-io .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#automanager-io .accordion .card .card-header {
  margin-bottom: -1px;
}

#automanager-io .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

#automanager-io .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

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

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

#automanager-io .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

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

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

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

#automanager-io .page-item:first-child .page-link {
  margin-left: 0;
}

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

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

#automanager-io .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

#automanager-io a.badge:hover,
#automanager-io a.badge:focus {
  text-decoration: none;
}

#automanager-io .badge:empty {
  display: none;
}

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

#automanager-io .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

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

#automanager-io a.badge-primary:hover,
#automanager-io a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

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

#automanager-io a.badge-secondary:hover,
#automanager-io a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

#automanager-io a.badge-success:hover,
#automanager-io a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

#automanager-io a.badge-info:hover,
#automanager-io a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

#automanager-io a.badge-warning:hover,
#automanager-io a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

#automanager-io a.badge-danger:hover,
#automanager-io a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

#automanager-io a.badge-light:hover,
#automanager-io a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

#automanager-io a.badge-dark:hover,
#automanager-io a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

#automanager-io .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  #automanager-io .jumbotron {
    padding: 4rem 2rem;
  }
}

#automanager-io .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

#automanager-io .alert-heading {
  color: inherit;
}

#automanager-io .alert-link {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

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

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

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

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

#automanager-io .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

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

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

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

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

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

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

#automanager-io .alert-dark .alert-link {
  color: #040505;
}

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

  to {
    background-position: 0 0;
  }
}

#automanager-io .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .progress-bar {
    transition: none;
  }
}

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

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

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

#automanager-io .media-body {
  flex: 1;
}

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

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

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

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

#automanager-io .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#automanager-io .list-group-item:last-child {
  margin-bottom: 0;
}

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

#automanager-io .list-group-item.disabled,
#automanager-io .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

#automanager-io .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

#automanager-io .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}

#automanager-io .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

#automanager-io .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

#automanager-io .close:hover {
  color: #000;
  text-decoration: none;
}

#automanager-io .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#automanager-io .close:not(:disabled):not(.disabled):hover,
#automanager-io .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

#automanager-io button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

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

#automanager-io .modal-open {
  overflow: hidden;
}

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

#automanager-io .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

#automanager-io .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

#automanager-io .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .modal.fade .modal-dialog {
    transition: none;
  }
}

#automanager-io .modal.show .modal-dialog {
  transform: none;
}

#automanager-io .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

#automanager-io .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

#automanager-io .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

#automanager-io .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

#automanager-io .modal-backdrop.fade {
  opacity: 0;
}

#automanager-io .modal-backdrop.show {
  opacity: 0.5;
}

#automanager-io .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
}

#automanager-io .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

#automanager-io .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

#automanager-io .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

#automanager-io .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

#automanager-io .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  #automanager-io .modal-dialog {
    max-width: 887px;
    margin: 1.75rem auto;
  }

  #automanager-io .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  #automanager-io .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  #automanager-io .modal-sm {
    max-width: 602px;
  }
}

@media (min-width: 992px) {
  #automanager-io .modal-lg,
  #automanager-io .modal-xl {
    max-width: 1172px;
  }
}

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

#automanager-io .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

#automanager-io .tooltip.show {
  opacity: 0.9;
}

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

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

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

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

#automanager-io .bs-tooltip-top .arrow::before,
#automanager-io .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

#automanager-io .bs-tooltip-right,
#automanager-io .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

#automanager-io .bs-tooltip-right .arrow,
#automanager-io .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

#automanager-io .bs-tooltip-right .arrow::before,
#automanager-io .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

#automanager-io .bs-tooltip-bottom,
#automanager-io .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

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

#automanager-io .bs-tooltip-bottom .arrow::before,
#automanager-io .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

#automanager-io .bs-tooltip-left,
#automanager-io .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

#automanager-io .bs-tooltip-left .arrow,
#automanager-io .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

#automanager-io .bs-tooltip-left .arrow::before,
#automanager-io .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

#automanager-io .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

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

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

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

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

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

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

#automanager-io .bs-popover-top .arrow::before,
#automanager-io .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

#automanager-io .bs-popover-top .arrow::after,
#automanager-io .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

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

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

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

#automanager-io .bs-popover-right .arrow::before,
#automanager-io .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

#automanager-io .bs-popover-right .arrow::after,
#automanager-io .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

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

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

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

#automanager-io .bs-popover-bottom .arrow::before,
#automanager-io .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

#automanager-io .bs-popover-bottom .arrow::after,
#automanager-io .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

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

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

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

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

#automanager-io .bs-popover-left .arrow::before,
#automanager-io .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

#automanager-io .bs-popover-left .arrow::after,
#automanager-io .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

#automanager-io .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

#automanager-io .popover-header:empty {
  display: none;
}

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

#automanager-io .carousel {
  position: relative;
}

#automanager-io .carousel.pointer-event {
  touch-action: pan-y;
}

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

#automanager-io .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

#automanager-io .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .carousel-item {
    transition: none;
  }
}

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

#automanager-io .carousel-item-next:not(.carousel-item-left),
#automanager-io .active.carousel-item-right {
  transform: translateX(100%);
}

#automanager-io .carousel-item-prev:not(.carousel-item-right),
#automanager-io .active.carousel-item-left {
  transform: translateX(-100%);
}

#automanager-io .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

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

#automanager-io .carousel-fade .active.carousel-item-left,
#automanager-io .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .carousel-fade .active.carousel-item-left,
  #automanager-io .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

#automanager-io .carousel-control-prev,
#automanager-io .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .carousel-control-prev,
  #automanager-io .carousel-control-next {
    transition: none;
  }
}

#automanager-io .carousel-control-prev:hover,
#automanager-io .carousel-control-prev:focus,
#automanager-io .carousel-control-next:hover,
#automanager-io .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

#automanager-io .carousel-control-prev {
  left: 0;
}

#automanager-io .carousel-control-next {
  right: 0;
}

#automanager-io .carousel-control-prev-icon,
#automanager-io .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

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

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

#automanager-io .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;
}

#automanager-io .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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .carousel-indicators li {
    transition: none;
  }
}

#automanager-io .carousel-indicators .active {
  opacity: 1;
}

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

#automanager-io .align-baseline {
  vertical-align: baseline !important;
}

#automanager-io .align-top {
  vertical-align: top !important;
}

#automanager-io .align-middle {
  vertical-align: middle !important;
}

#automanager-io .align-bottom {
  vertical-align: bottom !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .border-0 {
  border: 0 !important;
}

#automanager-io .border-top-0 {
  border-top: 0 !important;
}

#automanager-io .border-right-0 {
  border-right: 0 !important;
}

#automanager-io .border-bottom-0 {
  border-bottom: 0 !important;
}

#automanager-io .border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .rounded-pill {
  border-radius: 50rem !important;
}

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

#automanager-io .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#automanager-io .d-none {
  display: none !important;
}

#automanager-io .d-inline {
  display: inline !important;
}

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

#automanager-io .d-block {
  display: block !important;
}

#automanager-io .d-table {
  display: table !important;
}

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

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

#automanager-io .d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  #automanager-io .d-sm-none {
    display: none !important;
  }

  #automanager-io .d-sm-inline {
    display: inline !important;
  }

  #automanager-io .d-sm-inline-block {
    display: inline-block !important;
  }

  #automanager-io .d-sm-block {
    display: block !important;
  }

  #automanager-io .d-sm-table {
    display: table !important;
  }

  #automanager-io .d-sm-table-row {
    display: table-row !important;
  }

  #automanager-io .d-sm-table-cell {
    display: table-cell !important;
  }

  #automanager-io .d-sm-flex {
    display: flex !important;
  }

  #automanager-io .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  #automanager-io .d-md-none {
    display: none !important;
  }

  #automanager-io .d-md-inline {
    display: inline !important;
  }

  #automanager-io .d-md-inline-block {
    display: inline-block !important;
  }

  #automanager-io .d-md-block {
    display: block !important;
  }

  #automanager-io .d-md-table {
    display: table !important;
  }

  #automanager-io .d-md-table-row {
    display: table-row !important;
  }

  #automanager-io .d-md-table-cell {
    display: table-cell !important;
  }

  #automanager-io .d-md-flex {
    display: flex !important;
  }

  #automanager-io .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  #automanager-io .d-lg-none {
    display: none !important;
  }

  #automanager-io .d-lg-inline {
    display: inline !important;
  }

  #automanager-io .d-lg-inline-block {
    display: inline-block !important;
  }

  #automanager-io .d-lg-block {
    display: block !important;
  }

  #automanager-io .d-lg-table {
    display: table !important;
  }

  #automanager-io .d-lg-table-row {
    display: table-row !important;
  }

  #automanager-io .d-lg-table-cell {
    display: table-cell !important;
  }

  #automanager-io .d-lg-flex {
    display: flex !important;
  }

  #automanager-io .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  #automanager-io .d-xl-none {
    display: none !important;
  }

  #automanager-io .d-xl-inline {
    display: inline !important;
  }

  #automanager-io .d-xl-inline-block {
    display: inline-block !important;
  }

  #automanager-io .d-xl-block {
    display: block !important;
  }

  #automanager-io .d-xl-table {
    display: table !important;
  }

  #automanager-io .d-xl-table-row {
    display: table-row !important;
  }

  #automanager-io .d-xl-table-cell {
    display: table-cell !important;
  }

  #automanager-io .d-xl-flex {
    display: flex !important;
  }

  #automanager-io .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  #automanager-io .d-print-none {
    display: none !important;
  }

  #automanager-io .d-print-inline {
    display: inline !important;
  }

  #automanager-io .d-print-inline-block {
    display: inline-block !important;
  }

  #automanager-io .d-print-block {
    display: block !important;
  }

  #automanager-io .d-print-table {
    display: table !important;
  }

  #automanager-io .d-print-table-row {
    display: table-row !important;
  }

  #automanager-io .d-print-table-cell {
    display: table-cell !important;
  }

  #automanager-io .d-print-flex {
    display: flex !important;
  }

  #automanager-io .d-print-inline-flex {
    display: inline-flex !important;
  }
}

#automanager-io .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

#automanager-io .embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

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

#automanager-io .flex-row {
  flex-direction: row !important;
}

#automanager-io .flex-column {
  flex-direction: column !important;
}

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

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

#automanager-io .flex-wrap {
  flex-wrap: wrap !important;
}

#automanager-io .flex-nowrap {
  flex-wrap: nowrap !important;
}

#automanager-io .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

#automanager-io .flex-fill {
  flex: 1 1 auto !important;
}

#automanager-io .flex-grow-0 {
  flex-grow: 0 !important;
}

#automanager-io .flex-grow-1 {
  flex-grow: 1 !important;
}

#automanager-io .flex-shrink-0 {
  flex-shrink: 0 !important;
}

#automanager-io .flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

#automanager-io .justify-content-center {
  justify-content: center !important;
}

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

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

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

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

#automanager-io .align-items-center {
  align-items: center !important;
}

#automanager-io .align-items-baseline {
  align-items: baseline !important;
}

#automanager-io .align-items-stretch {
  align-items: stretch !important;
}

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

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

#automanager-io .align-content-center {
  align-content: center !important;
}

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

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

#automanager-io .align-content-stretch {
  align-content: stretch !important;
}

#automanager-io .align-self-auto {
  align-self: auto !important;
}

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

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

#automanager-io .align-self-center {
  align-self: center !important;
}

#automanager-io .align-self-baseline {
  align-self: baseline !important;
}

#automanager-io .align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  #automanager-io .flex-sm-row {
    flex-direction: row !important;
  }

  #automanager-io .flex-sm-column {
    flex-direction: column !important;
  }

  #automanager-io .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  #automanager-io .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  #automanager-io .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  #automanager-io .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  #automanager-io .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #automanager-io .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  #automanager-io .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  #automanager-io .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  #automanager-io .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  #automanager-io .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  #automanager-io .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  #automanager-io .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  #automanager-io .justify-content-sm-center {
    justify-content: center !important;
  }

  #automanager-io .justify-content-sm-between {
    justify-content: space-between !important;
  }

  #automanager-io .justify-content-sm-around {
    justify-content: space-around !important;
  }

  #automanager-io .align-items-sm-start {
    align-items: flex-start !important;
  }

  #automanager-io .align-items-sm-end {
    align-items: flex-end !important;
  }

  #automanager-io .align-items-sm-center {
    align-items: center !important;
  }

  #automanager-io .align-items-sm-baseline {
    align-items: baseline !important;
  }

  #automanager-io .align-items-sm-stretch {
    align-items: stretch !important;
  }

  #automanager-io .align-content-sm-start {
    align-content: flex-start !important;
  }

  #automanager-io .align-content-sm-end {
    align-content: flex-end !important;
  }

  #automanager-io .align-content-sm-center {
    align-content: center !important;
  }

  #automanager-io .align-content-sm-between {
    align-content: space-between !important;
  }

  #automanager-io .align-content-sm-around {
    align-content: space-around !important;
  }

  #automanager-io .align-content-sm-stretch {
    align-content: stretch !important;
  }

  #automanager-io .align-self-sm-auto {
    align-self: auto !important;
  }

  #automanager-io .align-self-sm-start {
    align-self: flex-start !important;
  }

  #automanager-io .align-self-sm-end {
    align-self: flex-end !important;
  }

  #automanager-io .align-self-sm-center {
    align-self: center !important;
  }

  #automanager-io .align-self-sm-baseline {
    align-self: baseline !important;
  }

  #automanager-io .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  #automanager-io .flex-md-row {
    flex-direction: row !important;
  }

  #automanager-io .flex-md-column {
    flex-direction: column !important;
  }

  #automanager-io .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  #automanager-io .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  #automanager-io .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  #automanager-io .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  #automanager-io .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #automanager-io .flex-md-fill {
    flex: 1 1 auto !important;
  }

  #automanager-io .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  #automanager-io .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  #automanager-io .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  #automanager-io .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  #automanager-io .justify-content-md-start {
    justify-content: flex-start !important;
  }

  #automanager-io .justify-content-md-end {
    justify-content: flex-end !important;
  }

  #automanager-io .justify-content-md-center {
    justify-content: center !important;
  }

  #automanager-io .justify-content-md-between {
    justify-content: space-between !important;
  }

  #automanager-io .justify-content-md-around {
    justify-content: space-around !important;
  }

  #automanager-io .align-items-md-start {
    align-items: flex-start !important;
  }

  #automanager-io .align-items-md-end {
    align-items: flex-end !important;
  }

  #automanager-io .align-items-md-center {
    align-items: center !important;
  }

  #automanager-io .align-items-md-baseline {
    align-items: baseline !important;
  }

  #automanager-io .align-items-md-stretch {
    align-items: stretch !important;
  }

  #automanager-io .align-content-md-start {
    align-content: flex-start !important;
  }

  #automanager-io .align-content-md-end {
    align-content: flex-end !important;
  }

  #automanager-io .align-content-md-center {
    align-content: center !important;
  }

  #automanager-io .align-content-md-between {
    align-content: space-between !important;
  }

  #automanager-io .align-content-md-around {
    align-content: space-around !important;
  }

  #automanager-io .align-content-md-stretch {
    align-content: stretch !important;
  }

  #automanager-io .align-self-md-auto {
    align-self: auto !important;
  }

  #automanager-io .align-self-md-start {
    align-self: flex-start !important;
  }

  #automanager-io .align-self-md-end {
    align-self: flex-end !important;
  }

  #automanager-io .align-self-md-center {
    align-self: center !important;
  }

  #automanager-io .align-self-md-baseline {
    align-self: baseline !important;
  }

  #automanager-io .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  #automanager-io .flex-lg-row {
    flex-direction: row !important;
  }

  #automanager-io .flex-lg-column {
    flex-direction: column !important;
  }

  #automanager-io .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  #automanager-io .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  #automanager-io .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  #automanager-io .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  #automanager-io .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #automanager-io .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  #automanager-io .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  #automanager-io .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  #automanager-io .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  #automanager-io .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  #automanager-io .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  #automanager-io .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  #automanager-io .justify-content-lg-center {
    justify-content: center !important;
  }

  #automanager-io .justify-content-lg-between {
    justify-content: space-between !important;
  }

  #automanager-io .justify-content-lg-around {
    justify-content: space-around !important;
  }

  #automanager-io .align-items-lg-start {
    align-items: flex-start !important;
  }

  #automanager-io .align-items-lg-end {
    align-items: flex-end !important;
  }

  #automanager-io .align-items-lg-center {
    align-items: center !important;
  }

  #automanager-io .align-items-lg-baseline {
    align-items: baseline !important;
  }

  #automanager-io .align-items-lg-stretch {
    align-items: stretch !important;
  }

  #automanager-io .align-content-lg-start {
    align-content: flex-start !important;
  }

  #automanager-io .align-content-lg-end {
    align-content: flex-end !important;
  }

  #automanager-io .align-content-lg-center {
    align-content: center !important;
  }

  #automanager-io .align-content-lg-between {
    align-content: space-between !important;
  }

  #automanager-io .align-content-lg-around {
    align-content: space-around !important;
  }

  #automanager-io .align-content-lg-stretch {
    align-content: stretch !important;
  }

  #automanager-io .align-self-lg-auto {
    align-self: auto !important;
  }

  #automanager-io .align-self-lg-start {
    align-self: flex-start !important;
  }

  #automanager-io .align-self-lg-end {
    align-self: flex-end !important;
  }

  #automanager-io .align-self-lg-center {
    align-self: center !important;
  }

  #automanager-io .align-self-lg-baseline {
    align-self: baseline !important;
  }

  #automanager-io .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  #automanager-io .flex-xl-row {
    flex-direction: row !important;
  }

  #automanager-io .flex-xl-column {
    flex-direction: column !important;
  }

  #automanager-io .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  #automanager-io .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  #automanager-io .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  #automanager-io .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  #automanager-io .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #automanager-io .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  #automanager-io .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  #automanager-io .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  #automanager-io .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  #automanager-io .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  #automanager-io .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  #automanager-io .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  #automanager-io .justify-content-xl-center {
    justify-content: center !important;
  }

  #automanager-io .justify-content-xl-between {
    justify-content: space-between !important;
  }

  #automanager-io .justify-content-xl-around {
    justify-content: space-around !important;
  }

  #automanager-io .align-items-xl-start {
    align-items: flex-start !important;
  }

  #automanager-io .align-items-xl-end {
    align-items: flex-end !important;
  }

  #automanager-io .align-items-xl-center {
    align-items: center !important;
  }

  #automanager-io .align-items-xl-baseline {
    align-items: baseline !important;
  }

  #automanager-io .align-items-xl-stretch {
    align-items: stretch !important;
  }

  #automanager-io .align-content-xl-start {
    align-content: flex-start !important;
  }

  #automanager-io .align-content-xl-end {
    align-content: flex-end !important;
  }

  #automanager-io .align-content-xl-center {
    align-content: center !important;
  }

  #automanager-io .align-content-xl-between {
    align-content: space-between !important;
  }

  #automanager-io .align-content-xl-around {
    align-content: space-around !important;
  }

  #automanager-io .align-content-xl-stretch {
    align-content: stretch !important;
  }

  #automanager-io .align-self-xl-auto {
    align-self: auto !important;
  }

  #automanager-io .align-self-xl-start {
    align-self: flex-start !important;
  }

  #automanager-io .align-self-xl-end {
    align-self: flex-end !important;
  }

  #automanager-io .align-self-xl-center {
    align-self: center !important;
  }

  #automanager-io .align-self-xl-baseline {
    align-self: baseline !important;
  }

  #automanager-io .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

#automanager-io .float-left {
  float: left !important;
}

#automanager-io .float-right {
  float: right !important;
}

#automanager-io .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  #automanager-io .float-sm-left {
    float: left !important;
  }

  #automanager-io .float-sm-right {
    float: right !important;
  }

  #automanager-io .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  #automanager-io .float-md-left {
    float: left !important;
  }

  #automanager-io .float-md-right {
    float: right !important;
  }

  #automanager-io .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  #automanager-io .float-lg-left {
    float: left !important;
  }

  #automanager-io .float-lg-right {
    float: right !important;
  }

  #automanager-io .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  #automanager-io .float-xl-left {
    float: left !important;
  }

  #automanager-io .float-xl-right {
    float: right !important;
  }

  #automanager-io .float-xl-none {
    float: none !important;
  }
}

#automanager-io .overflow-auto {
  overflow: auto !important;
}

#automanager-io .overflow-hidden {
  overflow: hidden !important;
}

#automanager-io .position-static {
  position: static !important;
}

#automanager-io .position-relative {
  position: relative !important;
}

#automanager-io .position-absolute {
  position: absolute !important;
}

#automanager-io .position-fixed {
  position: fixed !important;
}

#automanager-io .position-sticky {
  position: sticky !important;
}

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

#automanager-io .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;
  }
}

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

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

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

#automanager-io .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

#automanager-io .shadow-none {
  box-shadow: none !important;
}

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

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

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

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

#automanager-io .w-auto {
  width: auto !important;
}

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

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

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

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

#automanager-io .h-auto {
  height: auto !important;
}

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

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

#automanager-io .min-vw-100 {
  min-width: 100vw !important;
}

#automanager-io .min-vh-100 {
  min-height: 100vh !important;
}

#automanager-io .vw-100 {
  width: 100vw !important;
}

#automanager-io .vh-100 {
  height: 100vh !important;
}

#automanager-io .m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#automanager-io .p-0 {
  padding: 0 !important;
}

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

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

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

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

#automanager-io .p-1 {
  padding: 0.25rem !important;
}

#automanager-io .pt-1,
#automanager-io .py-1 {
  padding-top: 0.25rem !important;
}

#automanager-io .pr-1,
#automanager-io .px-1 {
  padding-right: 0.25rem !important;
}

#automanager-io .pb-1,
#automanager-io .py-1 {
  padding-bottom: 0.25rem !important;
}

#automanager-io .pl-1,
#automanager-io .px-1 {
  padding-left: 0.25rem !important;
}

#automanager-io .p-2 {
  padding: 0.5rem !important;
}

#automanager-io .pt-2,
#automanager-io .py-2 {
  padding-top: 0.5rem !important;
}

#automanager-io .pr-2,
#automanager-io .px-2 {
  padding-right: 0.5rem !important;
}

#automanager-io .pb-2,
#automanager-io .py-2 {
  padding-bottom: 0.5rem !important;
}

#automanager-io .pl-2,
#automanager-io .px-2 {
  padding-left: 0.5rem !important;
}

#automanager-io .p-3 {
  padding: 1rem !important;
}

#automanager-io .pt-3,
#automanager-io .py-3 {
  padding-top: 1rem !important;
}

#automanager-io .pr-3,
#automanager-io .px-3 {
  padding-right: 1rem !important;
}

#automanager-io .pb-3,
#automanager-io .py-3 {
  padding-bottom: 1rem !important;
}

#automanager-io .pl-3,
#automanager-io .px-3 {
  padding-left: 1rem !important;
}

#automanager-io .p-4 {
  padding: 1.5rem !important;
}

#automanager-io .pt-4,
#automanager-io .py-4 {
  padding-top: 1.5rem !important;
}

#automanager-io .pr-4,
#automanager-io .px-4 {
  padding-right: 1.5rem !important;
}

#automanager-io .pb-4,
#automanager-io .py-4 {
  padding-bottom: 1.5rem !important;
}

#automanager-io .pl-4,
#automanager-io .px-4 {
  padding-left: 1.5rem !important;
}

#automanager-io .p-5 {
  padding: 3rem !important;
}

#automanager-io .pt-5,
#automanager-io .py-5 {
  padding-top: 3rem !important;
}

#automanager-io .pr-5,
#automanager-io .px-5 {
  padding-right: 3rem !important;
}

#automanager-io .pb-5,
#automanager-io .py-5 {
  padding-bottom: 3rem !important;
}

#automanager-io .pl-5,
#automanager-io .px-5 {
  padding-left: 3rem !important;
}

#automanager-io .m-n1 {
  margin: -0.25rem !important;
}

#automanager-io .mt-n1,
#automanager-io .my-n1 {
  margin-top: -0.25rem !important;
}

#automanager-io .mr-n1,
#automanager-io .mx-n1 {
  margin-right: -0.25rem !important;
}

#automanager-io .mb-n1,
#automanager-io .my-n1 {
  margin-bottom: -0.25rem !important;
}

#automanager-io .ml-n1,
#automanager-io .mx-n1 {
  margin-left: -0.25rem !important;
}

#automanager-io .m-n2 {
  margin: -0.5rem !important;
}

#automanager-io .mt-n2,
#automanager-io .my-n2 {
  margin-top: -0.5rem !important;
}

#automanager-io .mr-n2,
#automanager-io .mx-n2 {
  margin-right: -0.5rem !important;
}

#automanager-io .mb-n2,
#automanager-io .my-n2 {
  margin-bottom: -0.5rem !important;
}

#automanager-io .ml-n2,
#automanager-io .mx-n2 {
  margin-left: -0.5rem !important;
}

#automanager-io .m-n3 {
  margin: -1rem !important;
}

#automanager-io .mt-n3,
#automanager-io .my-n3 {
  margin-top: -1rem !important;
}

#automanager-io .mr-n3,
#automanager-io .mx-n3 {
  margin-right: -1rem !important;
}

#automanager-io .mb-n3,
#automanager-io .my-n3 {
  margin-bottom: -1rem !important;
}

#automanager-io .ml-n3,
#automanager-io .mx-n3 {
  margin-left: -1rem !important;
}

#automanager-io .m-n4 {
  margin: -1.5rem !important;
}

#automanager-io .mt-n4,
#automanager-io .my-n4 {
  margin-top: -1.5rem !important;
}

#automanager-io .mr-n4,
#automanager-io .mx-n4 {
  margin-right: -1.5rem !important;
}

#automanager-io .mb-n4,
#automanager-io .my-n4 {
  margin-bottom: -1.5rem !important;
}

#automanager-io .ml-n4,
#automanager-io .mx-n4 {
  margin-left: -1.5rem !important;
}

#automanager-io .m-n5 {
  margin: -3rem !important;
}

#automanager-io .mt-n5,
#automanager-io .my-n5 {
  margin-top: -3rem !important;
}

#automanager-io .mr-n5,
#automanager-io .mx-n5 {
  margin-right: -3rem !important;
}

#automanager-io .mb-n5,
#automanager-io .my-n5 {
  margin-bottom: -3rem !important;
}

#automanager-io .ml-n5,
#automanager-io .mx-n5 {
  margin-left: -3rem !important;
}

#automanager-io .m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  #automanager-io .m-sm-0 {
    margin: 0 !important;
  }

  #automanager-io .mt-sm-0,
  #automanager-io .my-sm-0 {
    margin-top: 0 !important;
  }

  #automanager-io .mr-sm-0,
  #automanager-io .mx-sm-0 {
    margin-right: 0 !important;
  }

  #automanager-io .mb-sm-0,
  #automanager-io .my-sm-0 {
    margin-bottom: 0 !important;
  }

  #automanager-io .ml-sm-0,
  #automanager-io .mx-sm-0 {
    margin-left: 0 !important;
  }

  #automanager-io .m-sm-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  #automanager-io .m-sm-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  #automanager-io .m-sm-3 {
    margin: 1rem !important;
  }

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

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

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

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

  #automanager-io .m-sm-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  #automanager-io .m-sm-5 {
    margin: 3rem !important;
  }

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

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

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

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

  #automanager-io .p-sm-0 {
    padding: 0 !important;
  }

  #automanager-io .pt-sm-0,
  #automanager-io .py-sm-0 {
    padding-top: 0 !important;
  }

  #automanager-io .pr-sm-0,
  #automanager-io .px-sm-0 {
    padding-right: 0 !important;
  }

  #automanager-io .pb-sm-0,
  #automanager-io .py-sm-0 {
    padding-bottom: 0 !important;
  }

  #automanager-io .pl-sm-0,
  #automanager-io .px-sm-0 {
    padding-left: 0 !important;
  }

  #automanager-io .p-sm-1 {
    padding: 0.25rem !important;
  }

  #automanager-io .pt-sm-1,
  #automanager-io .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  #automanager-io .pr-sm-1,
  #automanager-io .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  #automanager-io .pb-sm-1,
  #automanager-io .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  #automanager-io .pl-sm-1,
  #automanager-io .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  #automanager-io .p-sm-2 {
    padding: 0.5rem !important;
  }

  #automanager-io .pt-sm-2,
  #automanager-io .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  #automanager-io .pr-sm-2,
  #automanager-io .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  #automanager-io .pb-sm-2,
  #automanager-io .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  #automanager-io .pl-sm-2,
  #automanager-io .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  #automanager-io .p-sm-3 {
    padding: 1rem !important;
  }

  #automanager-io .pt-sm-3,
  #automanager-io .py-sm-3 {
    padding-top: 1rem !important;
  }

  #automanager-io .pr-sm-3,
  #automanager-io .px-sm-3 {
    padding-right: 1rem !important;
  }

  #automanager-io .pb-sm-3,
  #automanager-io .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  #automanager-io .pl-sm-3,
  #automanager-io .px-sm-3 {
    padding-left: 1rem !important;
  }

  #automanager-io .p-sm-4 {
    padding: 1.5rem !important;
  }

  #automanager-io .pt-sm-4,
  #automanager-io .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  #automanager-io .pr-sm-4,
  #automanager-io .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  #automanager-io .pb-sm-4,
  #automanager-io .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  #automanager-io .pl-sm-4,
  #automanager-io .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  #automanager-io .p-sm-5 {
    padding: 3rem !important;
  }

  #automanager-io .pt-sm-5,
  #automanager-io .py-sm-5 {
    padding-top: 3rem !important;
  }

  #automanager-io .pr-sm-5,
  #automanager-io .px-sm-5 {
    padding-right: 3rem !important;
  }

  #automanager-io .pb-sm-5,
  #automanager-io .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  #automanager-io .pl-sm-5,
  #automanager-io .px-sm-5 {
    padding-left: 3rem !important;
  }

  #automanager-io .m-sm-n1 {
    margin: -0.25rem !important;
  }

  #automanager-io .mt-sm-n1,
  #automanager-io .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  #automanager-io .mr-sm-n1,
  #automanager-io .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  #automanager-io .mb-sm-n1,
  #automanager-io .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  #automanager-io .ml-sm-n1,
  #automanager-io .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  #automanager-io .m-sm-n2 {
    margin: -0.5rem !important;
  }

  #automanager-io .mt-sm-n2,
  #automanager-io .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  #automanager-io .mr-sm-n2,
  #automanager-io .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  #automanager-io .mb-sm-n2,
  #automanager-io .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  #automanager-io .ml-sm-n2,
  #automanager-io .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  #automanager-io .m-sm-n3 {
    margin: -1rem !important;
  }

  #automanager-io .mt-sm-n3,
  #automanager-io .my-sm-n3 {
    margin-top: -1rem !important;
  }

  #automanager-io .mr-sm-n3,
  #automanager-io .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  #automanager-io .mb-sm-n3,
  #automanager-io .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  #automanager-io .ml-sm-n3,
  #automanager-io .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  #automanager-io .m-sm-n4 {
    margin: -1.5rem !important;
  }

  #automanager-io .mt-sm-n4,
  #automanager-io .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  #automanager-io .mr-sm-n4,
  #automanager-io .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  #automanager-io .mb-sm-n4,
  #automanager-io .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  #automanager-io .ml-sm-n4,
  #automanager-io .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  #automanager-io .m-sm-n5 {
    margin: -3rem !important;
  }

  #automanager-io .mt-sm-n5,
  #automanager-io .my-sm-n5 {
    margin-top: -3rem !important;
  }

  #automanager-io .mr-sm-n5,
  #automanager-io .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  #automanager-io .mb-sm-n5,
  #automanager-io .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  #automanager-io .ml-sm-n5,
  #automanager-io .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  #automanager-io .m-sm-auto {
    margin: auto !important;
  }

  #automanager-io .mt-sm-auto,
  #automanager-io .my-sm-auto {
    margin-top: auto !important;
  }

  #automanager-io .mr-sm-auto,
  #automanager-io .mx-sm-auto {
    margin-right: auto !important;
  }

  #automanager-io .mb-sm-auto,
  #automanager-io .my-sm-auto {
    margin-bottom: auto !important;
  }

  #automanager-io .ml-sm-auto,
  #automanager-io .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  #automanager-io .m-md-0 {
    margin: 0 !important;
  }

  #automanager-io .mt-md-0,
  #automanager-io .my-md-0 {
    margin-top: 0 !important;
  }

  #automanager-io .mr-md-0,
  #automanager-io .mx-md-0 {
    margin-right: 0 !important;
  }

  #automanager-io .mb-md-0,
  #automanager-io .my-md-0 {
    margin-bottom: 0 !important;
  }

  #automanager-io .ml-md-0,
  #automanager-io .mx-md-0 {
    margin-left: 0 !important;
  }

  #automanager-io .m-md-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  #automanager-io .m-md-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  #automanager-io .m-md-3 {
    margin: 1rem !important;
  }

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

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

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

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

  #automanager-io .m-md-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  #automanager-io .m-md-5 {
    margin: 3rem !important;
  }

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

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

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

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

  #automanager-io .p-md-0 {
    padding: 0 !important;
  }

  #automanager-io .pt-md-0,
  #automanager-io .py-md-0 {
    padding-top: 0 !important;
  }

  #automanager-io .pr-md-0,
  #automanager-io .px-md-0 {
    padding-right: 0 !important;
  }

  #automanager-io .pb-md-0,
  #automanager-io .py-md-0 {
    padding-bottom: 0 !important;
  }

  #automanager-io .pl-md-0,
  #automanager-io .px-md-0 {
    padding-left: 0 !important;
  }

  #automanager-io .p-md-1 {
    padding: 0.25rem !important;
  }

  #automanager-io .pt-md-1,
  #automanager-io .py-md-1 {
    padding-top: 0.25rem !important;
  }

  #automanager-io .pr-md-1,
  #automanager-io .px-md-1 {
    padding-right: 0.25rem !important;
  }

  #automanager-io .pb-md-1,
  #automanager-io .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  #automanager-io .pl-md-1,
  #automanager-io .px-md-1 {
    padding-left: 0.25rem !important;
  }

  #automanager-io .p-md-2 {
    padding: 0.5rem !important;
  }

  #automanager-io .pt-md-2,
  #automanager-io .py-md-2 {
    padding-top: 0.5rem !important;
  }

  #automanager-io .pr-md-2,
  #automanager-io .px-md-2 {
    padding-right: 0.5rem !important;
  }

  #automanager-io .pb-md-2,
  #automanager-io .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  #automanager-io .pl-md-2,
  #automanager-io .px-md-2 {
    padding-left: 0.5rem !important;
  }

  #automanager-io .p-md-3 {
    padding: 1rem !important;
  }

  #automanager-io .pt-md-3,
  #automanager-io .py-md-3 {
    padding-top: 1rem !important;
  }

  #automanager-io .pr-md-3,
  #automanager-io .px-md-3 {
    padding-right: 1rem !important;
  }

  #automanager-io .pb-md-3,
  #automanager-io .py-md-3 {
    padding-bottom: 1rem !important;
  }

  #automanager-io .pl-md-3,
  #automanager-io .px-md-3 {
    padding-left: 1rem !important;
  }

  #automanager-io .p-md-4 {
    padding: 1.5rem !important;
  }

  #automanager-io .pt-md-4,
  #automanager-io .py-md-4 {
    padding-top: 1.5rem !important;
  }

  #automanager-io .pr-md-4,
  #automanager-io .px-md-4 {
    padding-right: 1.5rem !important;
  }

  #automanager-io .pb-md-4,
  #automanager-io .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  #automanager-io .pl-md-4,
  #automanager-io .px-md-4 {
    padding-left: 1.5rem !important;
  }

  #automanager-io .p-md-5 {
    padding: 3rem !important;
  }

  #automanager-io .pt-md-5,
  #automanager-io .py-md-5 {
    padding-top: 3rem !important;
  }

  #automanager-io .pr-md-5,
  #automanager-io .px-md-5 {
    padding-right: 3rem !important;
  }

  #automanager-io .pb-md-5,
  #automanager-io .py-md-5 {
    padding-bottom: 3rem !important;
  }

  #automanager-io .pl-md-5,
  #automanager-io .px-md-5 {
    padding-left: 3rem !important;
  }

  #automanager-io .m-md-n1 {
    margin: -0.25rem !important;
  }

  #automanager-io .mt-md-n1,
  #automanager-io .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  #automanager-io .mr-md-n1,
  #automanager-io .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  #automanager-io .mb-md-n1,
  #automanager-io .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  #automanager-io .ml-md-n1,
  #automanager-io .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  #automanager-io .m-md-n2 {
    margin: -0.5rem !important;
  }

  #automanager-io .mt-md-n2,
  #automanager-io .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  #automanager-io .mr-md-n2,
  #automanager-io .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  #automanager-io .mb-md-n2,
  #automanager-io .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  #automanager-io .ml-md-n2,
  #automanager-io .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  #automanager-io .m-md-n3 {
    margin: -1rem !important;
  }

  #automanager-io .mt-md-n3,
  #automanager-io .my-md-n3 {
    margin-top: -1rem !important;
  }

  #automanager-io .mr-md-n3,
  #automanager-io .mx-md-n3 {
    margin-right: -1rem !important;
  }

  #automanager-io .mb-md-n3,
  #automanager-io .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  #automanager-io .ml-md-n3,
  #automanager-io .mx-md-n3 {
    margin-left: -1rem !important;
  }

  #automanager-io .m-md-n4 {
    margin: -1.5rem !important;
  }

  #automanager-io .mt-md-n4,
  #automanager-io .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  #automanager-io .mr-md-n4,
  #automanager-io .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  #automanager-io .mb-md-n4,
  #automanager-io .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  #automanager-io .ml-md-n4,
  #automanager-io .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  #automanager-io .m-md-n5 {
    margin: -3rem !important;
  }

  #automanager-io .mt-md-n5,
  #automanager-io .my-md-n5 {
    margin-top: -3rem !important;
  }

  #automanager-io .mr-md-n5,
  #automanager-io .mx-md-n5 {
    margin-right: -3rem !important;
  }

  #automanager-io .mb-md-n5,
  #automanager-io .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  #automanager-io .ml-md-n5,
  #automanager-io .mx-md-n5 {
    margin-left: -3rem !important;
  }

  #automanager-io .m-md-auto {
    margin: auto !important;
  }

  #automanager-io .mt-md-auto,
  #automanager-io .my-md-auto {
    margin-top: auto !important;
  }

  #automanager-io .mr-md-auto,
  #automanager-io .mx-md-auto {
    margin-right: auto !important;
  }

  #automanager-io .mb-md-auto,
  #automanager-io .my-md-auto {
    margin-bottom: auto !important;
  }

  #automanager-io .ml-md-auto,
  #automanager-io .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  #automanager-io .m-lg-0 {
    margin: 0 !important;
  }

  #automanager-io .mt-lg-0,
  #automanager-io .my-lg-0 {
    margin-top: 0 !important;
  }

  #automanager-io .mr-lg-0,
  #automanager-io .mx-lg-0 {
    margin-right: 0 !important;
  }

  #automanager-io .mb-lg-0,
  #automanager-io .my-lg-0 {
    margin-bottom: 0 !important;
  }

  #automanager-io .ml-lg-0,
  #automanager-io .mx-lg-0 {
    margin-left: 0 !important;
  }

  #automanager-io .m-lg-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  #automanager-io .m-lg-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  #automanager-io .m-lg-3 {
    margin: 1rem !important;
  }

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

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

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

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

  #automanager-io .m-lg-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  #automanager-io .m-lg-5 {
    margin: 3rem !important;
  }

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

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

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

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

  #automanager-io .p-lg-0 {
    padding: 0 !important;
  }

  #automanager-io .pt-lg-0,
  #automanager-io .py-lg-0 {
    padding-top: 0 !important;
  }

  #automanager-io .pr-lg-0,
  #automanager-io .px-lg-0 {
    padding-right: 0 !important;
  }

  #automanager-io .pb-lg-0,
  #automanager-io .py-lg-0 {
    padding-bottom: 0 !important;
  }

  #automanager-io .pl-lg-0,
  #automanager-io .px-lg-0 {
    padding-left: 0 !important;
  }

  #automanager-io .p-lg-1 {
    padding: 0.25rem !important;
  }

  #automanager-io .pt-lg-1,
  #automanager-io .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  #automanager-io .pr-lg-1,
  #automanager-io .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  #automanager-io .pb-lg-1,
  #automanager-io .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  #automanager-io .pl-lg-1,
  #automanager-io .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  #automanager-io .p-lg-2 {
    padding: 0.5rem !important;
  }

  #automanager-io .pt-lg-2,
  #automanager-io .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  #automanager-io .pr-lg-2,
  #automanager-io .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  #automanager-io .pb-lg-2,
  #automanager-io .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  #automanager-io .pl-lg-2,
  #automanager-io .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  #automanager-io .p-lg-3 {
    padding: 1rem !important;
  }

  #automanager-io .pt-lg-3,
  #automanager-io .py-lg-3 {
    padding-top: 1rem !important;
  }

  #automanager-io .pr-lg-3,
  #automanager-io .px-lg-3 {
    padding-right: 1rem !important;
  }

  #automanager-io .pb-lg-3,
  #automanager-io .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  #automanager-io .pl-lg-3,
  #automanager-io .px-lg-3 {
    padding-left: 1rem !important;
  }

  #automanager-io .p-lg-4 {
    padding: 1.5rem !important;
  }

  #automanager-io .pt-lg-4,
  #automanager-io .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  #automanager-io .pr-lg-4,
  #automanager-io .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  #automanager-io .pb-lg-4,
  #automanager-io .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  #automanager-io .pl-lg-4,
  #automanager-io .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  #automanager-io .p-lg-5 {
    padding: 3rem !important;
  }

  #automanager-io .pt-lg-5,
  #automanager-io .py-lg-5 {
    padding-top: 3rem !important;
  }

  #automanager-io .pr-lg-5,
  #automanager-io .px-lg-5 {
    padding-right: 3rem !important;
  }

  #automanager-io .pb-lg-5,
  #automanager-io .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  #automanager-io .pl-lg-5,
  #automanager-io .px-lg-5 {
    padding-left: 3rem !important;
  }

  #automanager-io .m-lg-n1 {
    margin: -0.25rem !important;
  }

  #automanager-io .mt-lg-n1,
  #automanager-io .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  #automanager-io .mr-lg-n1,
  #automanager-io .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  #automanager-io .mb-lg-n1,
  #automanager-io .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  #automanager-io .ml-lg-n1,
  #automanager-io .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  #automanager-io .m-lg-n2 {
    margin: -0.5rem !important;
  }

  #automanager-io .mt-lg-n2,
  #automanager-io .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  #automanager-io .mr-lg-n2,
  #automanager-io .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  #automanager-io .mb-lg-n2,
  #automanager-io .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  #automanager-io .ml-lg-n2,
  #automanager-io .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  #automanager-io .m-lg-n3 {
    margin: -1rem !important;
  }

  #automanager-io .mt-lg-n3,
  #automanager-io .my-lg-n3 {
    margin-top: -1rem !important;
  }

  #automanager-io .mr-lg-n3,
  #automanager-io .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  #automanager-io .mb-lg-n3,
  #automanager-io .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  #automanager-io .ml-lg-n3,
  #automanager-io .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  #automanager-io .m-lg-n4 {
    margin: -1.5rem !important;
  }

  #automanager-io .mt-lg-n4,
  #automanager-io .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  #automanager-io .mr-lg-n4,
  #automanager-io .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  #automanager-io .mb-lg-n4,
  #automanager-io .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  #automanager-io .ml-lg-n4,
  #automanager-io .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  #automanager-io .m-lg-n5 {
    margin: -3rem !important;
  }

  #automanager-io .mt-lg-n5,
  #automanager-io .my-lg-n5 {
    margin-top: -3rem !important;
  }

  #automanager-io .mr-lg-n5,
  #automanager-io .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  #automanager-io .mb-lg-n5,
  #automanager-io .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  #automanager-io .ml-lg-n5,
  #automanager-io .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  #automanager-io .m-lg-auto {
    margin: auto !important;
  }

  #automanager-io .mt-lg-auto,
  #automanager-io .my-lg-auto {
    margin-top: auto !important;
  }

  #automanager-io .mr-lg-auto,
  #automanager-io .mx-lg-auto {
    margin-right: auto !important;
  }

  #automanager-io .mb-lg-auto,
  #automanager-io .my-lg-auto {
    margin-bottom: auto !important;
  }

  #automanager-io .ml-lg-auto,
  #automanager-io .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  #automanager-io .m-xl-0 {
    margin: 0 !important;
  }

  #automanager-io .mt-xl-0,
  #automanager-io .my-xl-0 {
    margin-top: 0 !important;
  }

  #automanager-io .mr-xl-0,
  #automanager-io .mx-xl-0 {
    margin-right: 0 !important;
  }

  #automanager-io .mb-xl-0,
  #automanager-io .my-xl-0 {
    margin-bottom: 0 !important;
  }

  #automanager-io .ml-xl-0,
  #automanager-io .mx-xl-0 {
    margin-left: 0 !important;
  }

  #automanager-io .m-xl-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  #automanager-io .m-xl-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  #automanager-io .m-xl-3 {
    margin: 1rem !important;
  }

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

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

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

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

  #automanager-io .m-xl-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  #automanager-io .m-xl-5 {
    margin: 3rem !important;
  }

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

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

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

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

  #automanager-io .p-xl-0 {
    padding: 0 !important;
  }

  #automanager-io .pt-xl-0,
  #automanager-io .py-xl-0 {
    padding-top: 0 !important;
  }

  #automanager-io .pr-xl-0,
  #automanager-io .px-xl-0 {
    padding-right: 0 !important;
  }

  #automanager-io .pb-xl-0,
  #automanager-io .py-xl-0 {
    padding-bottom: 0 !important;
  }

  #automanager-io .pl-xl-0,
  #automanager-io .px-xl-0 {
    padding-left: 0 !important;
  }

  #automanager-io .p-xl-1 {
    padding: 0.25rem !important;
  }

  #automanager-io .pt-xl-1,
  #automanager-io .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  #automanager-io .pr-xl-1,
  #automanager-io .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  #automanager-io .pb-xl-1,
  #automanager-io .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  #automanager-io .pl-xl-1,
  #automanager-io .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  #automanager-io .p-xl-2 {
    padding: 0.5rem !important;
  }

  #automanager-io .pt-xl-2,
  #automanager-io .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  #automanager-io .pr-xl-2,
  #automanager-io .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  #automanager-io .pb-xl-2,
  #automanager-io .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  #automanager-io .pl-xl-2,
  #automanager-io .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  #automanager-io .p-xl-3 {
    padding: 1rem !important;
  }

  #automanager-io .pt-xl-3,
  #automanager-io .py-xl-3 {
    padding-top: 1rem !important;
  }

  #automanager-io .pr-xl-3,
  #automanager-io .px-xl-3 {
    padding-right: 1rem !important;
  }

  #automanager-io .pb-xl-3,
  #automanager-io .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  #automanager-io .pl-xl-3,
  #automanager-io .px-xl-3 {
    padding-left: 1rem !important;
  }

  #automanager-io .p-xl-4 {
    padding: 1.5rem !important;
  }

  #automanager-io .pt-xl-4,
  #automanager-io .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  #automanager-io .pr-xl-4,
  #automanager-io .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  #automanager-io .pb-xl-4,
  #automanager-io .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  #automanager-io .pl-xl-4,
  #automanager-io .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  #automanager-io .p-xl-5 {
    padding: 3rem !important;
  }

  #automanager-io .pt-xl-5,
  #automanager-io .py-xl-5 {
    padding-top: 3rem !important;
  }

  #automanager-io .pr-xl-5,
  #automanager-io .px-xl-5 {
    padding-right: 3rem !important;
  }

  #automanager-io .pb-xl-5,
  #automanager-io .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  #automanager-io .pl-xl-5,
  #automanager-io .px-xl-5 {
    padding-left: 3rem !important;
  }

  #automanager-io .m-xl-n1 {
    margin: -0.25rem !important;
  }

  #automanager-io .mt-xl-n1,
  #automanager-io .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  #automanager-io .mr-xl-n1,
  #automanager-io .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  #automanager-io .mb-xl-n1,
  #automanager-io .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  #automanager-io .ml-xl-n1,
  #automanager-io .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  #automanager-io .m-xl-n2 {
    margin: -0.5rem !important;
  }

  #automanager-io .mt-xl-n2,
  #automanager-io .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  #automanager-io .mr-xl-n2,
  #automanager-io .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  #automanager-io .mb-xl-n2,
  #automanager-io .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  #automanager-io .ml-xl-n2,
  #automanager-io .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  #automanager-io .m-xl-n3 {
    margin: -1rem !important;
  }

  #automanager-io .mt-xl-n3,
  #automanager-io .my-xl-n3 {
    margin-top: -1rem !important;
  }

  #automanager-io .mr-xl-n3,
  #automanager-io .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  #automanager-io .mb-xl-n3,
  #automanager-io .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  #automanager-io .ml-xl-n3,
  #automanager-io .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  #automanager-io .m-xl-n4 {
    margin: -1.5rem !important;
  }

  #automanager-io .mt-xl-n4,
  #automanager-io .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  #automanager-io .mr-xl-n4,
  #automanager-io .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  #automanager-io .mb-xl-n4,
  #automanager-io .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  #automanager-io .ml-xl-n4,
  #automanager-io .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  #automanager-io .m-xl-n5 {
    margin: -3rem !important;
  }

  #automanager-io .mt-xl-n5,
  #automanager-io .my-xl-n5 {
    margin-top: -3rem !important;
  }

  #automanager-io .mr-xl-n5,
  #automanager-io .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  #automanager-io .mb-xl-n5,
  #automanager-io .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  #automanager-io .ml-xl-n5,
  #automanager-io .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  #automanager-io .m-xl-auto {
    margin: auto !important;
  }

  #automanager-io .mt-xl-auto,
  #automanager-io .my-xl-auto {
    margin-top: auto !important;
  }

  #automanager-io .mr-xl-auto,
  #automanager-io .mx-xl-auto {
    margin-right: auto !important;
  }

  #automanager-io .mb-xl-auto,
  #automanager-io .my-xl-auto {
    margin-bottom: auto !important;
  }

  #automanager-io .ml-xl-auto,
  #automanager-io .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

#automanager-io .text-justify {
  text-align: justify !important;
}

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

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

#automanager-io .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#automanager-io .text-left {
  text-align: left !important;
}

#automanager-io .text-right {
  text-align: right !important;
}

#automanager-io .text-center {
  text-align: center !important;
}

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

  #automanager-io .text-sm-right {
    text-align: right !important;
  }

  #automanager-io .text-sm-center {
    text-align: center !important;
  }
}

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

  #automanager-io .text-md-right {
    text-align: right !important;
  }

  #automanager-io .text-md-center {
    text-align: center !important;
  }
}

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

  #automanager-io .text-lg-right {
    text-align: right !important;
  }

  #automanager-io .text-lg-center {
    text-align: center !important;
  }
}

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

  #automanager-io .text-xl-right {
    text-align: right !important;
  }

  #automanager-io .text-xl-center {
    text-align: center !important;
  }
}

#automanager-io .text-lowercase {
  text-transform: lowercase !important;
}

#automanager-io .text-uppercase {
  text-transform: uppercase !important;
}

#automanager-io .text-capitalize {
  text-transform: capitalize !important;
}

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

#automanager-io .font-weight-lighter {
  font-weight: lighter !important;
}

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

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

#automanager-io .font-weight-bolder {
  font-weight: bolder !important;
}

#automanager-io .font-italic {
  font-style: italic !important;
}

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

#automanager-io .text-primary {
  color: #007bff !important;
}

#automanager-io a.text-primary:hover,
#automanager-io a.text-primary:focus {
  color: #0056b3 !important;
}

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

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

#automanager-io .text-success {
  color: #28a745 !important;
}

#automanager-io a.text-success:hover,
#automanager-io a.text-success:focus {
  color: #19692c !important;
}

#automanager-io .text-info {
  color: #17a2b8 !important;
}

#automanager-io a.text-info:hover,
#automanager-io a.text-info:focus {
  color: #0f6674 !important;
}

#automanager-io .text-warning {
  color: #ffc107 !important;
}

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

#automanager-io .text-danger {
  color: #dc3545 !important;
}

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

#automanager-io .text-light {
  color: #f8f9fa !important;
}

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

#automanager-io .text-dark {
  color: #343a40 !important;
}

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

#automanager-io .text-body {
  color: #212529 !important;
}

#automanager-io .text-muted {
  color: #6c757d !important;
}

#automanager-io .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

#automanager-io .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

#automanager-io .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#automanager-io .text-decoration-none {
  text-decoration: none !important;
}

#automanager-io .text-reset {
  color: inherit !important;
}

#automanager-io .visible {
  visibility: visible !important;
}

#automanager-io .invisible {
  visibility: hidden !important;
}

@media print {
  #automanager-io *,
  #automanager-io *::before,
  #automanager-io *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  #automanager-io a:not(.btn) {
    text-decoration: underline;
  }

  #automanager-io abbr[title]::after {
    content: " (" attr(title) ")";
  }

  #automanager-io pre {
    white-space: pre-wrap !important;
  }

  #automanager-io pre,
  #automanager-io blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  #automanager-io thead {
    display: table-header-group;
  }

  #automanager-io tr,
  #automanager-io img {
    page-break-inside: avoid;
  }

  #automanager-io p,
  #automanager-io h2,
  #automanager-io h3 {
    orphans: 3;
    widows: 3;
  }

  #automanager-io h2,
  #automanager-io h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  #automanager-io body {
    min-width: 992px !important;
  }

  #automanager-io .container {
    min-width: 992px !important;
  }

  #automanager-io .navbar {
    display: none;
  }

  #automanager-io .badge {
    border: 1px solid #000;
  }

  #automanager-io .table {
    border-collapse: collapse !important;
  }

  #automanager-io .table td,
  #automanager-io .table th {
    background-color: #fff !important;
  }

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

  #automanager-io .table-dark {
    color: inherit;
  }

  #automanager-io .table-dark th,
  #automanager-io .table-dark td,
  #automanager-io .table-dark thead th,
  #automanager-io .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  #automanager-io .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
#automanager-io .fa,
#automanager-io .fas,
#automanager-io .far,
#automanager-io .fal,
#automanager-io .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#automanager-io .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

#automanager-io .fa-xs {
  font-size: .75em;
}

#automanager-io .fa-sm {
  font-size: .875em;
}

#automanager-io .fa-1x {
  font-size: 1em;
}

#automanager-io .fa-2x {
  font-size: 2em;
}

#automanager-io .fa-3x {
  font-size: 3em;
}

#automanager-io .fa-4x {
  font-size: 4em;
}

#automanager-io .fa-5x {
  font-size: 5em;
}

#automanager-io .fa-6x {
  font-size: 6em;
}

#automanager-io .fa-7x {
  font-size: 7em;
}

#automanager-io .fa-8x {
  font-size: 8em;
}

#automanager-io .fa-9x {
  font-size: 9em;
}

#automanager-io .fa-10x {
  font-size: 10em;
}

#automanager-io .fa-fw {
  text-align: center;
  width: 1.25em;
}

#automanager-io .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

#automanager-io .fa-ul > li {
  position: relative;
}

#automanager-io .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

#automanager-io .fa-border {
  border: solid 0.08em #dee2e6;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

#automanager-io .fa-pull-left {
  float: left;
}

#automanager-io .fa-pull-right {
  float: right;
}

#automanager-io .fa.fa-pull-left,
#automanager-io .fas.fa-pull-left,
#automanager-io .far.fa-pull-left,
#automanager-io .fal.fa-pull-left,
#automanager-io .fab.fa-pull-left {
  margin-right: .3em;
}

#automanager-io .fa.fa-pull-right,
#automanager-io .fas.fa-pull-right,
#automanager-io .far.fa-pull-right,
#automanager-io .fal.fa-pull-right,
#automanager-io .fab.fa-pull-right {
  margin-left: .3em;
}

#automanager-io .fa-spin {
  animation: fa-spin 2s infinite linear;
}

#automanager-io .fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#automanager-io .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

#automanager-io .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

#automanager-io .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

#automanager-io .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

#automanager-io .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

#automanager-io .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

#automanager-io :root .fa-rotate-90,
#automanager-io :root .fa-rotate-180,
#automanager-io :root .fa-rotate-270,
#automanager-io :root .fa-flip-horizontal,
#automanager-io :root .fa-flip-vertical {
  filter: none;
}

#automanager-io .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

#automanager-io .fa-stack-1x,
#automanager-io .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#automanager-io .fa-stack-1x {
  line-height: inherit;
}

#automanager-io .fa-stack-2x {
  font-size: 2em;
}

#automanager-io .fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

#automanager-io .fa-500px:before {
  content: "\f26e";
}

#automanager-io .fa-abacus:before {
  content: "\f640";
}

#automanager-io .fa-accessible-icon:before {
  content: "\f368";
}

#automanager-io .fa-accusoft:before {
  content: "\f369";
}

#automanager-io .fa-acorn:before {
  content: "\f6ae";
}

#automanager-io .fa-acquisitions-incorporated:before {
  content: "\f6af";
}

#automanager-io .fa-ad:before {
  content: "\f641";
}

#automanager-io .fa-address-book:before {
  content: "\f2b9";
}

#automanager-io .fa-address-card:before {
  content: "\f2bb";
}

#automanager-io .fa-adjust:before {
  content: "\f042";
}

#automanager-io .fa-adn:before {
  content: "\f170";
}

#automanager-io .fa-adobe:before {
  content: "\f778";
}

#automanager-io .fa-adversal:before {
  content: "\f36a";
}

#automanager-io .fa-affiliatetheme:before {
  content: "\f36b";
}

#automanager-io .fa-air-freshener:before {
  content: "\f5d0";
}

#automanager-io .fa-alarm-clock:before {
  content: "\f34e";
}

#automanager-io .fa-algolia:before {
  content: "\f36c";
}

#automanager-io .fa-alicorn:before {
  content: "\f6b0";
}

#automanager-io .fa-align-center:before {
  content: "\f037";
}

#automanager-io .fa-align-justify:before {
  content: "\f039";
}

#automanager-io .fa-align-left:before {
  content: "\f036";
}

#automanager-io .fa-align-right:before {
  content: "\f038";
}

#automanager-io .fa-alipay:before {
  content: "\f642";
}

#automanager-io .fa-allergies:before {
  content: "\f461";
}

#automanager-io .fa-amazon:before {
  content: "\f270";
}

#automanager-io .fa-amazon-pay:before {
  content: "\f42c";
}

#automanager-io .fa-ambulance:before {
  content: "\f0f9";
}

#automanager-io .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

#automanager-io .fa-amilia:before {
  content: "\f36d";
}

#automanager-io .fa-analytics:before {
  content: "\f643";
}

#automanager-io .fa-anchor:before {
  content: "\f13d";
}

#automanager-io .fa-android:before {
  content: "\f17b";
}

#automanager-io .fa-angel:before {
  content: "\f779";
}

#automanager-io .fa-angellist:before {
  content: "\f209";
}

#automanager-io .fa-angle-double-down:before {
  content: "\f103";
}

#automanager-io .fa-angle-double-left:before {
  content: "\f100";
}

#automanager-io .fa-angle-double-right:before {
  content: "\f101";
}

#automanager-io .fa-angle-double-up:before {
  content: "\f102";
}

#automanager-io .fa-angle-down:before {
  content: "\f107";
}

#automanager-io .fa-angle-left:before {
  content: "\f104";
}

#automanager-io .fa-angle-right:before {
  content: "\f105";
}

#automanager-io .fa-angle-up:before {
  content: "\f106";
}

#automanager-io .fa-angry:before {
  content: "\f556";
}

#automanager-io .fa-angrycreative:before {
  content: "\f36e";
}

#automanager-io .fa-angular:before {
  content: "\f420";
}

#automanager-io .fa-ankh:before {
  content: "\f644";
}

#automanager-io .fa-app-store:before {
  content: "\f36f";
}

#automanager-io .fa-app-store-ios:before {
  content: "\f370";
}

#automanager-io .fa-apper:before {
  content: "\f371";
}

#automanager-io .fa-apple:before {
  content: "\f179";
}

#automanager-io .fa-apple-alt:before {
  content: "\f5d1";
}

#automanager-io .fa-apple-crate:before {
  content: "\f6b1";
}

#automanager-io .fa-apple-pay:before {
  content: "\f415";
}

#automanager-io .fa-archive:before {
  content: "\f187";
}

#automanager-io .fa-archway:before {
  content: "\f557";
}

#automanager-io .fa-arrow-alt-circle-down:before {
  content: "\f358";
}

#automanager-io .fa-arrow-alt-circle-left:before {
  content: "\f359";
}

#automanager-io .fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

#automanager-io .fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

#automanager-io .fa-arrow-alt-down:before {
  content: "\f354";
}

#automanager-io .fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

#automanager-io .fa-arrow-alt-from-left:before {
  content: "\f347";
}

#automanager-io .fa-arrow-alt-from-right:before {
  content: "\f348";
}

#automanager-io .fa-arrow-alt-from-top:before {
  content: "\f349";
}

#automanager-io .fa-arrow-alt-left:before {
  content: "\f355";
}

#automanager-io .fa-arrow-alt-right:before {
  content: "\f356";
}

#automanager-io .fa-arrow-alt-square-down:before {
  content: "\f350";
}

#automanager-io .fa-arrow-alt-square-left:before {
  content: "\f351";
}

#automanager-io .fa-arrow-alt-square-right:before {
  content: "\f352";
}

#automanager-io .fa-arrow-alt-square-up:before {
  content: "\f353";
}

#automanager-io .fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

#automanager-io .fa-arrow-alt-to-left:before {
  content: "\f34b";
}

#automanager-io .fa-arrow-alt-to-right:before {
  content: "\f34c";
}

#automanager-io .fa-arrow-alt-to-top:before {
  content: "\f34d";
}

#automanager-io .fa-arrow-alt-up:before {
  content: "\f357";
}

#automanager-io .fa-arrow-circle-down:before {
  content: "\f0ab";
}

#automanager-io .fa-arrow-circle-left:before {
  content: "\f0a8";
}

#automanager-io .fa-arrow-circle-right:before {
  content: "\f0a9";
}

#automanager-io .fa-arrow-circle-up:before {
  content: "\f0aa";
}

#automanager-io .fa-arrow-down:before {
  content: "\f063";
}

#automanager-io .fa-arrow-from-bottom:before {
  content: "\f342";
}

#automanager-io .fa-arrow-from-left:before {
  content: "\f343";
}

#automanager-io .fa-arrow-from-right:before {
  content: "\f344";
}

#automanager-io .fa-arrow-from-top:before {
  content: "\f345";
}

#automanager-io .fa-arrow-left:before {
  content: "\f060";
}

#automanager-io .fa-arrow-right:before {
  content: "\f061";
}

#automanager-io .fa-arrow-square-down:before {
  content: "\f339";
}

#automanager-io .fa-arrow-square-left:before {
  content: "\f33a";
}

#automanager-io .fa-arrow-square-right:before {
  content: "\f33b";
}

#automanager-io .fa-arrow-square-up:before {
  content: "\f33c";
}

#automanager-io .fa-arrow-to-bottom:before {
  content: "\f33d";
}

#automanager-io .fa-arrow-to-left:before {
  content: "\f33e";
}

#automanager-io .fa-arrow-to-right:before {
  content: "\f340";
}

#automanager-io .fa-arrow-to-top:before {
  content: "\f341";
}

#automanager-io .fa-arrow-up:before {
  content: "\f062";
}

#automanager-io .fa-arrows:before {
  content: "\f047";
}

#automanager-io .fa-arrows-alt:before {
  content: "\f0b2";
}

#automanager-io .fa-arrows-alt-h:before {
  content: "\f337";
}

#automanager-io .fa-arrows-alt-v:before {
  content: "\f338";
}

#automanager-io .fa-arrows-h:before {
  content: "\f07e";
}

#automanager-io .fa-arrows-v:before {
  content: "\f07d";
}

#automanager-io .fa-artstation:before {
  content: "\f77a";
}

#automanager-io .fa-assistive-listening-systems:before {
  content: "\f2a2";
}

#automanager-io .fa-asterisk:before {
  content: "\f069";
}

#automanager-io .fa-asymmetrik:before {
  content: "\f372";
}

#automanager-io .fa-at:before {
  content: "\f1fa";
}

#automanager-io .fa-atlas:before {
  content: "\f558";
}

#automanager-io .fa-atlassian:before {
  content: "\f77b";
}

#automanager-io .fa-atom:before {
  content: "\f5d2";
}

#automanager-io .fa-atom-alt:before {
  content: "\f5d3";
}

#automanager-io .fa-audible:before {
  content: "\f373";
}

#automanager-io .fa-audio-description:before {
  content: "\f29e";
}

#automanager-io .fa-autoprefixer:before {
  content: "\f41c";
}

#automanager-io .fa-avianex:before {
  content: "\f374";
}

#automanager-io .fa-aviato:before {
  content: "\f421";
}

#automanager-io .fa-award:before {
  content: "\f559";
}

#automanager-io .fa-aws:before {
  content: "\f375";
}

#automanager-io .fa-axe:before {
  content: "\f6b2";
}

#automanager-io .fa-axe-battle:before {
  content: "\f6b3";
}

#automanager-io .fa-baby:before {
  content: "\f77c";
}

#automanager-io .fa-baby-carriage:before {
  content: "\f77d";
}

#automanager-io .fa-backpack:before {
  content: "\f5d4";
}

#automanager-io .fa-backspace:before {
  content: "\f55a";
}

#automanager-io .fa-backward:before {
  content: "\f04a";
}

#automanager-io .fa-badge:before {
  content: "\f335";
}

#automanager-io .fa-badge-check:before {
  content: "\f336";
}

#automanager-io .fa-badge-dollar:before {
  content: "\f645";
}

#automanager-io .fa-badge-percent:before {
  content: "\f646";
}

#automanager-io .fa-badger-honey:before {
  content: "\f6b4";
}

#automanager-io .fa-balance-scale:before {
  content: "\f24e";
}

#automanager-io .fa-balance-scale-left:before {
  content: "\f515";
}

#automanager-io .fa-balance-scale-right:before {
  content: "\f516";
}

#automanager-io .fa-ball-pile:before {
  content: "\f77e";
}

#automanager-io .fa-ballot:before {
  content: "\f732";
}

#automanager-io .fa-ballot-check:before {
  content: "\f733";
}

#automanager-io .fa-ban:before {
  content: "\f05e";
}

#automanager-io .fa-band-aid:before {
  content: "\f462";
}

#automanager-io .fa-bandcamp:before {
  content: "\f2d5";
}

#automanager-io .fa-barcode:before {
  content: "\f02a";
}

#automanager-io .fa-barcode-alt:before {
  content: "\f463";
}

#automanager-io .fa-barcode-read:before {
  content: "\f464";
}

#automanager-io .fa-barcode-scan:before {
  content: "\f465";
}

#automanager-io .fa-bars:before {
  content: "\f0c9";
}

#automanager-io .fa-baseball:before {
  content: "\f432";
}

#automanager-io .fa-baseball-ball:before {
  content: "\f433";
}

#automanager-io .fa-basketball-ball:before {
  content: "\f434";
}

#automanager-io .fa-basketball-hoop:before {
  content: "\f435";
}

#automanager-io .fa-bat:before {
  content: "\f6b5";
}

#automanager-io .fa-bath:before {
  content: "\f2cd";
}

#automanager-io .fa-battery-bolt:before {
  content: "\f376";
}

#automanager-io .fa-battery-empty:before {
  content: "\f244";
}

#automanager-io .fa-battery-full:before {
  content: "\f240";
}

#automanager-io .fa-battery-half:before {
  content: "\f242";
}

#automanager-io .fa-battery-quarter:before {
  content: "\f243";
}

#automanager-io .fa-battery-slash:before {
  content: "\f377";
}

#automanager-io .fa-battery-three-quarters:before {
  content: "\f241";
}

#automanager-io .fa-bed:before {
  content: "\f236";
}

#automanager-io .fa-beer:before {
  content: "\f0fc";
}

#automanager-io .fa-behance:before {
  content: "\f1b4";
}

#automanager-io .fa-behance-square:before {
  content: "\f1b5";
}

#automanager-io .fa-bell:before {
  content: "\f0f3";
}

#automanager-io .fa-bell-school:before {
  content: "\f5d5";
}

#automanager-io .fa-bell-school-slash:before {
  content: "\f5d6";
}

#automanager-io .fa-bell-slash:before {
  content: "\f1f6";
}

#automanager-io .fa-bells:before {
  content: "\f77f";
}

#automanager-io .fa-bezier-curve:before {
  content: "\f55b";
}

#automanager-io .fa-bible:before {
  content: "\f647";
}

#automanager-io .fa-bicycle:before {
  content: "\f206";
}

#automanager-io .fa-bimobject:before {
  content: "\f378";
}

#automanager-io .fa-binoculars:before {
  content: "\f1e5";
}

#automanager-io .fa-biohazard:before {
  content: "\f780";
}

#automanager-io .fa-birthday-cake:before {
  content: "\f1fd";
}

#automanager-io .fa-bitbucket:before {
  content: "\f171";
}

#automanager-io .fa-bitcoin:before {
  content: "\f379";
}

#automanager-io .fa-bity:before {
  content: "\f37a";
}

#automanager-io .fa-black-tie:before {
  content: "\f27e";
}

#automanager-io .fa-blackberry:before {
  content: "\f37b";
}

#automanager-io .fa-blanket:before {
  content: "\f498";
}

#automanager-io .fa-blender:before {
  content: "\f517";
}

#automanager-io .fa-blender-phone:before {
  content: "\f6b6";
}

#automanager-io .fa-blind:before {
  content: "\f29d";
}

#automanager-io .fa-blog:before {
  content: "\f781";
}

#automanager-io .fa-blogger:before {
  content: "\f37c";
}

#automanager-io .fa-blogger-b:before {
  content: "\f37d";
}

#automanager-io .fa-bluetooth:before {
  content: "\f293";
}

#automanager-io .fa-bluetooth-b:before {
  content: "\f294";
}

#automanager-io .fa-bold:before {
  content: "\f032";
}

#automanager-io .fa-bolt:before {
  content: "\f0e7";
}

#automanager-io .fa-bomb:before {
  content: "\f1e2";
}

#automanager-io .fa-bone:before {
  content: "\f5d7";
}

#automanager-io .fa-bone-break:before {
  content: "\f5d8";
}

#automanager-io .fa-bong:before {
  content: "\f55c";
}

#automanager-io .fa-book:before {
  content: "\f02d";
}

#automanager-io .fa-book-alt:before {
  content: "\f5d9";
}

#automanager-io .fa-book-dead:before {
  content: "\f6b7";
}

#automanager-io .fa-book-heart:before {
  content: "\f499";
}

#automanager-io .fa-book-open:before {
  content: "\f518";
}

#automanager-io .fa-book-reader:before {
  content: "\f5da";
}

#automanager-io .fa-book-spells:before {
  content: "\f6b8";
}

#automanager-io .fa-bookmark:before {
  content: "\f02e";
}

#automanager-io .fa-books:before {
  content: "\f5db";
}

#automanager-io .fa-boot:before {
  content: "\f782";
}

#automanager-io .fa-booth-curtain:before {
  content: "\f734";
}

#automanager-io .fa-bow-arrow:before {
  content: "\f6b9";
}

#automanager-io .fa-bowling-ball:before {
  content: "\f436";
}

#automanager-io .fa-bowling-pins:before {
  content: "\f437";
}

#automanager-io .fa-box:before {
  content: "\f466";
}

#automanager-io .fa-box-alt:before {
  content: "\f49a";
}

#automanager-io .fa-box-ballot:before {
  content: "\f735";
}

#automanager-io .fa-box-check:before {
  content: "\f467";
}

#automanager-io .fa-box-fragile:before {
  content: "\f49b";
}

#automanager-io .fa-box-full:before {
  content: "\f49c";
}

#automanager-io .fa-box-heart:before {
  content: "\f49d";
}

#automanager-io .fa-box-open:before {
  content: "\f49e";
}

#automanager-io .fa-box-up:before {
  content: "\f49f";
}

#automanager-io .fa-box-usd:before {
  content: "\f4a0";
}

#automanager-io .fa-boxes:before {
  content: "\f468";
}

#automanager-io .fa-boxes-alt:before {
  content: "\f4a1";
}

#automanager-io .fa-boxing-glove:before {
  content: "\f438";
}

#automanager-io .fa-braille:before {
  content: "\f2a1";
}

#automanager-io .fa-brain:before {
  content: "\f5dc";
}

#automanager-io .fa-briefcase:before {
  content: "\f0b1";
}

#automanager-io .fa-briefcase-medical:before {
  content: "\f469";
}

#automanager-io .fa-broadcast-tower:before {
  content: "\f519";
}

#automanager-io .fa-broom:before {
  content: "\f51a";
}

#automanager-io .fa-browser:before {
  content: "\f37e";
}

#automanager-io .fa-brush:before {
  content: "\f55d";
}

#automanager-io .fa-btc:before {
  content: "\f15a";
}

#automanager-io .fa-bug:before {
  content: "\f188";
}

#automanager-io .fa-building:before {
  content: "\f1ad";
}

#automanager-io .fa-bullhorn:before {
  content: "\f0a1";
}

#automanager-io .fa-bullseye:before {
  content: "\f140";
}

#automanager-io .fa-bullseye-arrow:before {
  content: "\f648";
}

#automanager-io .fa-bullseye-pointer:before {
  content: "\f649";
}

#automanager-io .fa-burn:before {
  content: "\f46a";
}

#automanager-io .fa-buromobelexperte:before {
  content: "\f37f";
}

#automanager-io .fa-bus:before {
  content: "\f207";
}

#automanager-io .fa-bus-alt:before {
  content: "\f55e";
}

#automanager-io .fa-bus-school:before {
  content: "\f5dd";
}

#automanager-io .fa-business-time:before {
  content: "\f64a";
}

#automanager-io .fa-buysellads:before {
  content: "\f20d";
}

#automanager-io .fa-cabinet-filing:before {
  content: "\f64b";
}

#automanager-io .fa-calculator:before {
  content: "\f1ec";
}

#automanager-io .fa-calculator-alt:before {
  content: "\f64c";
}

#automanager-io .fa-calendar:before {
  content: "\f133";
}

#automanager-io .fa-calendar-alt:before {
  content: "\f073";
}

#automanager-io .fa-calendar-check:before {
  content: "\f274";
}

#automanager-io .fa-calendar-day:before {
  content: "\f783";
}

#automanager-io .fa-calendar-edit:before {
  content: "\f333";
}

#automanager-io .fa-calendar-exclamation:before {
  content: "\f334";
}

#automanager-io .fa-calendar-minus:before {
  content: "\f272";
}

#automanager-io .fa-calendar-plus:before {
  content: "\f271";
}

#automanager-io .fa-calendar-star:before {
  content: "\f736";
}

#automanager-io .fa-calendar-times:before {
  content: "\f273";
}

#automanager-io .fa-calendar-week:before {
  content: "\f784";
}

#automanager-io .fa-camera:before {
  content: "\f030";
}

#automanager-io .fa-camera-alt:before {
  content: "\f332";
}

#automanager-io .fa-camera-retro:before {
  content: "\f083";
}

#automanager-io .fa-campfire:before {
  content: "\f6ba";
}

#automanager-io .fa-campground:before {
  content: "\f6bb";
}

#automanager-io .fa-canadian-maple-leaf:before {
  content: "\f785";
}

#automanager-io .fa-candle-holder:before {
  content: "\f6bc";
}

#automanager-io .fa-candy-cane:before {
  content: "\f786";
}

#automanager-io .fa-candy-corn:before {
  content: "\f6bd";
}

#automanager-io .fa-cannabis:before {
  content: "\f55f";
}

#automanager-io .fa-capsules:before {
  content: "\f46b";
}

#automanager-io .fa-car:before {
  content: "\f1b9";
}

#automanager-io .fa-car-alt:before {
  content: "\f5de";
}

#automanager-io .fa-car-battery:before {
  content: "\f5df";
}

#automanager-io .fa-car-bump:before {
  content: "\f5e0";
}

#automanager-io .fa-car-crash:before {
  content: "\f5e1";
}

#automanager-io .fa-car-garage:before {
  content: "\f5e2";
}

#automanager-io .fa-car-mechanic:before {
  content: "\f5e3";
}

#automanager-io .fa-car-side:before {
  content: "\f5e4";
}

#automanager-io .fa-car-tilt:before {
  content: "\f5e5";
}

#automanager-io .fa-car-wash:before {
  content: "\f5e6";
}

#automanager-io .fa-caret-circle-down:before {
  content: "\f32d";
}

#automanager-io .fa-caret-circle-left:before {
  content: "\f32e";
}

#automanager-io .fa-caret-circle-right:before {
  content: "\f330";
}

#automanager-io .fa-caret-circle-up:before {
  content: "\f331";
}

#automanager-io .fa-caret-down:before {
  content: "\f0d7";
}

#automanager-io .fa-caret-left:before {
  content: "\f0d9";
}

#automanager-io .fa-caret-right:before {
  content: "\f0da";
}

#automanager-io .fa-caret-square-down:before {
  content: "\f150";
}

#automanager-io .fa-caret-square-left:before {
  content: "\f191";
}

#automanager-io .fa-caret-square-right:before {
  content: "\f152";
}

#automanager-io .fa-caret-square-up:before {
  content: "\f151";
}

#automanager-io .fa-caret-up:before {
  content: "\f0d8";
}

#automanager-io .fa-carrot:before {
  content: "\f787";
}

#automanager-io .fa-cart-arrow-down:before {
  content: "\f218";
}

#automanager-io .fa-cart-plus:before {
  content: "\f217";
}

#automanager-io .fa-cash-register:before {
  content: "\f788";
}

#automanager-io .fa-cat:before {
  content: "\f6be";
}

#automanager-io .fa-cauldron:before {
  content: "\f6bf";
}

#automanager-io .fa-cc-amazon-pay:before {
  content: "\f42d";
}

#automanager-io .fa-cc-amex:before {
  content: "\f1f3";
}

#automanager-io .fa-cc-apple-pay:before {
  content: "\f416";
}

#automanager-io .fa-cc-diners-club:before {
  content: "\f24c";
}

#automanager-io .fa-cc-discover:before {
  content: "\f1f2";
}

#automanager-io .fa-cc-jcb:before {
  content: "\f24b";
}

#automanager-io .fa-cc-mastercard:before {
  content: "\f1f1";
}

#automanager-io .fa-cc-paypal:before {
  content: "\f1f4";
}

#automanager-io .fa-cc-stripe:before {
  content: "\f1f5";
}

#automanager-io .fa-cc-visa:before {
  content: "\f1f0";
}

#automanager-io .fa-centercode:before {
  content: "\f380";
}

#automanager-io .fa-centos:before {
  content: "\f789";
}

#automanager-io .fa-certificate:before {
  content: "\f0a3";
}

#automanager-io .fa-chair:before {
  content: "\f6c0";
}

#automanager-io .fa-chair-office:before {
  content: "\f6c1";
}

#automanager-io .fa-chalkboard:before {
  content: "\f51b";
}

#automanager-io .fa-chalkboard-teacher:before {
  content: "\f51c";
}

#automanager-io .fa-charging-station:before {
  content: "\f5e7";
}

#automanager-io .fa-chart-area:before {
  content: "\f1fe";
}

#automanager-io .fa-chart-bar:before {
  content: "\f080";
}

#automanager-io .fa-chart-line:before {
  content: "\f201";
}

#automanager-io .fa-chart-line-down:before {
  content: "\f64d";
}

#automanager-io .fa-chart-network:before {
  content: "\f78a";
}

#automanager-io .fa-chart-pie:before {
  content: "\f200";
}

#automanager-io .fa-chart-pie-alt:before {
  content: "\f64e";
}

#automanager-io .fa-check:before {
  content: "\f00c";
}

#automanager-io .fa-check-circle:before {
  content: "\f058";
}

#automanager-io .fa-check-double:before {
  content: "\f560";
}

#automanager-io .fa-check-square:before {
  content: "\f14a";
}

#automanager-io .fa-chess:before {
  content: "\f439";
}

#automanager-io .fa-chess-bishop:before {
  content: "\f43a";
}

#automanager-io .fa-chess-bishop-alt:before {
  content: "\f43b";
}

#automanager-io .fa-chess-board:before {
  content: "\f43c";
}

#automanager-io .fa-chess-clock:before {
  content: "\f43d";
}

#automanager-io .fa-chess-clock-alt:before {
  content: "\f43e";
}

#automanager-io .fa-chess-king:before {
  content: "\f43f";
}

#automanager-io .fa-chess-king-alt:before {
  content: "\f440";
}

#automanager-io .fa-chess-knight:before {
  content: "\f441";
}

#automanager-io .fa-chess-knight-alt:before {
  content: "\f442";
}

#automanager-io .fa-chess-pawn:before {
  content: "\f443";
}

#automanager-io .fa-chess-pawn-alt:before {
  content: "\f444";
}

#automanager-io .fa-chess-queen:before {
  content: "\f445";
}

#automanager-io .fa-chess-queen-alt:before {
  content: "\f446";
}

#automanager-io .fa-chess-rook:before {
  content: "\f447";
}

#automanager-io .fa-chess-rook-alt:before {
  content: "\f448";
}

#automanager-io .fa-chevron-circle-down:before {
  content: "\f13a";
}

#automanager-io .fa-chevron-circle-left:before {
  content: "\f137";
}

#automanager-io .fa-chevron-circle-right:before {
  content: "\f138";
}

#automanager-io .fa-chevron-circle-up:before {
  content: "\f139";
}

#automanager-io .fa-chevron-double-down:before {
  content: "\f322";
}

#automanager-io .fa-chevron-double-left:before {
  content: "\f323";
}

#automanager-io .fa-chevron-double-right:before {
  content: "\f324";
}

#automanager-io .fa-chevron-double-up:before {
  content: "\f325";
}

#automanager-io .fa-chevron-down:before {
  content: "\f078";
}

#automanager-io .fa-chevron-left:before {
  content: "\f053";
}

#automanager-io .fa-chevron-right:before {
  content: "\f054";
}

#automanager-io .fa-chevron-square-down:before {
  content: "\f329";
}

#automanager-io .fa-chevron-square-left:before {
  content: "\f32a";
}

#automanager-io .fa-chevron-square-right:before {
  content: "\f32b";
}

#automanager-io .fa-chevron-square-up:before {
  content: "\f32c";
}

#automanager-io .fa-chevron-up:before {
  content: "\f077";
}

#automanager-io .fa-child:before {
  content: "\f1ae";
}

#automanager-io .fa-chimney:before {
  content: "\f78b";
}

#automanager-io .fa-chrome:before {
  content: "\f268";
}

#automanager-io .fa-church:before {
  content: "\f51d";
}

#automanager-io .fa-circle:before {
  content: "\f111";
}

#automanager-io .fa-circle-notch:before {
  content: "\f1ce";
}

#automanager-io .fa-city:before {
  content: "\f64f";
}

#automanager-io .fa-claw-marks:before {
  content: "\f6c2";
}

#automanager-io .fa-clipboard:before {
  content: "\f328";
}

#automanager-io .fa-clipboard-check:before {
  content: "\f46c";
}

#automanager-io .fa-clipboard-list:before {
  content: "\f46d";
}

#automanager-io .fa-clipboard-list-check:before {
  content: "\f737";
}

#automanager-io .fa-clipboard-prescription:before {
  content: "\f5e8";
}

#automanager-io .fa-clock:before {
  content: "\f017";
}

#automanager-io .fa-clone:before {
  content: "\f24d";
}

#automanager-io .fa-closed-captioning:before {
  content: "\f20a";
}

#automanager-io .fa-cloud:before {
  content: "\f0c2";
}

#automanager-io .fa-cloud-download:before {
  content: "\f0ed";
}

#automanager-io .fa-cloud-download-alt:before {
  content: "\f381";
}

#automanager-io .fa-cloud-drizzle:before {
  content: "\f738";
}

#automanager-io .fa-cloud-hail:before {
  content: "\f739";
}

#automanager-io .fa-cloud-hail-mixed:before {
  content: "\f73a";
}

#automanager-io .fa-cloud-meatball:before {
  content: "\f73b";
}

#automanager-io .fa-cloud-moon:before {
  content: "\f6c3";
}

#automanager-io .fa-cloud-moon-rain:before {
  content: "\f73c";
}

#automanager-io .fa-cloud-rain:before {
  content: "\f73d";
}

#automanager-io .fa-cloud-rainbow:before {
  content: "\f73e";
}

#automanager-io .fa-cloud-showers:before {
  content: "\f73f";
}

#automanager-io .fa-cloud-showers-heavy:before {
  content: "\f740";
}

#automanager-io .fa-cloud-sleet:before {
  content: "\f741";
}

#automanager-io .fa-cloud-snow:before {
  content: "\f742";
}

#automanager-io .fa-cloud-sun:before {
  content: "\f6c4";
}

#automanager-io .fa-cloud-sun-rain:before {
  content: "\f743";
}

#automanager-io .fa-cloud-upload:before {
  content: "\f0ee";
}

#automanager-io .fa-cloud-upload-alt:before {
  content: "\f382";
}

#automanager-io .fa-clouds:before {
  content: "\f744";
}

#automanager-io .fa-clouds-moon:before {
  content: "\f745";
}

#automanager-io .fa-clouds-sun:before {
  content: "\f746";
}

#automanager-io .fa-cloudscale:before {
  content: "\f383";
}

#automanager-io .fa-cloudsmith:before {
  content: "\f384";
}

#automanager-io .fa-cloudversify:before {
  content: "\f385";
}

#automanager-io .fa-club:before {
  content: "\f327";
}

#automanager-io .fa-cocktail:before {
  content: "\f561";
}

#automanager-io .fa-code:before {
  content: "\f121";
}

#automanager-io .fa-code-branch:before {
  content: "\f126";
}

#automanager-io .fa-code-commit:before {
  content: "\f386";
}

#automanager-io .fa-code-merge:before {
  content: "\f387";
}

#automanager-io .fa-codepen:before {
  content: "\f1cb";
}

#automanager-io .fa-codiepie:before {
  content: "\f284";
}

#automanager-io .fa-coffee:before {
  content: "\f0f4";
}

#automanager-io .fa-coffee-togo:before {
  content: "\f6c5";
}

#automanager-io .fa-coffin:before {
  content: "\f6c6";
}

#automanager-io .fa-cog:before {
  content: "\f013";
}

#automanager-io .fa-cogs:before {
  content: "\f085";
}

#automanager-io .fa-coins:before {
  content: "\f51e";
}

#automanager-io .fa-columns:before {
  content: "\f0db";
}

#automanager-io .fa-comment:before {
  content: "\f075";
}

#automanager-io .fa-comment-alt:before {
  content: "\f27a";
}

#automanager-io .fa-comment-alt-check:before {
  content: "\f4a2";
}

#automanager-io .fa-comment-alt-dollar:before {
  content: "\f650";
}

#automanager-io .fa-comment-alt-dots:before {
  content: "\f4a3";
}

#automanager-io .fa-comment-alt-edit:before {
  content: "\f4a4";
}

#automanager-io .fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

#automanager-io .fa-comment-alt-lines:before {
  content: "\f4a6";
}

#automanager-io .fa-comment-alt-minus:before {
  content: "\f4a7";
}

#automanager-io .fa-comment-alt-plus:before {
  content: "\f4a8";
}

#automanager-io .fa-comment-alt-slash:before {
  content: "\f4a9";
}

#automanager-io .fa-comment-alt-smile:before {
  content: "\f4aa";
}

#automanager-io .fa-comment-alt-times:before {
  content: "\f4ab";
}

#automanager-io .fa-comment-check:before {
  content: "\f4ac";
}

#automanager-io .fa-comment-dollar:before {
  content: "\f651";
}

#automanager-io .fa-comment-dots:before {
  content: "\f4ad";
}

#automanager-io .fa-comment-edit:before {
  content: "\f4ae";
}

#automanager-io .fa-comment-exclamation:before {
  content: "\f4af";
}

#automanager-io .fa-comment-lines:before {
  content: "\f4b0";
}

#automanager-io .fa-comment-minus:before {
  content: "\f4b1";
}

#automanager-io .fa-comment-plus:before {
  content: "\f4b2";
}

#automanager-io .fa-comment-slash:before {
  content: "\f4b3";
}

#automanager-io .fa-comment-smile:before {
  content: "\f4b4";
}

#automanager-io .fa-comment-times:before {
  content: "\f4b5";
}

#automanager-io .fa-comments:before {
  content: "\f086";
}

#automanager-io .fa-comments-alt:before {
  content: "\f4b6";
}

#automanager-io .fa-comments-alt-dollar:before {
  content: "\f652";
}

#automanager-io .fa-comments-dollar:before {
  content: "\f653";
}

#automanager-io .fa-compact-disc:before {
  content: "\f51f";
}

#automanager-io .fa-compass:before {
  content: "\f14e";
}

#automanager-io .fa-compass-slash:before {
  content: "\f5e9";
}

#automanager-io .fa-compress:before {
  content: "\f066";
}

#automanager-io .fa-compress-alt:before {
  content: "\f422";
}

#automanager-io .fa-compress-arrows-alt:before {
  content: "\f78c";
}

#automanager-io .fa-compress-wide:before {
  content: "\f326";
}

#automanager-io .fa-concierge-bell:before {
  content: "\f562";
}

#automanager-io .fa-confluence:before {
  content: "\f78d";
}

#automanager-io .fa-connectdevelop:before {
  content: "\f20e";
}

#automanager-io .fa-container-storage:before {
  content: "\f4b7";
}

#automanager-io .fa-contao:before {
  content: "\f26d";
}

#automanager-io .fa-conveyor-belt:before {
  content: "\f46e";
}

#automanager-io .fa-conveyor-belt-alt:before {
  content: "\f46f";
}

#automanager-io .fa-cookie:before {
  content: "\f563";
}

#automanager-io .fa-cookie-bite:before {
  content: "\f564";
}

#automanager-io .fa-copy:before {
  content: "\f0c5";
}

#automanager-io .fa-copyright:before {
  content: "\f1f9";
}

#automanager-io .fa-corn:before {
  content: "\f6c7";
}

#automanager-io .fa-couch:before {
  content: "\f4b8";
}

#automanager-io .fa-cow:before {
  content: "\f6c8";
}

#automanager-io .fa-cpanel:before {
  content: "\f388";
}

#automanager-io .fa-creative-commons:before {
  content: "\f25e";
}

#automanager-io .fa-creative-commons-by:before {
  content: "\f4e7";
}

#automanager-io .fa-creative-commons-nc:before {
  content: "\f4e8";
}

#automanager-io .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

#automanager-io .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

#automanager-io .fa-creative-commons-nd:before {
  content: "\f4eb";
}

#automanager-io .fa-creative-commons-pd:before {
  content: "\f4ec";
}

#automanager-io .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

#automanager-io .fa-creative-commons-remix:before {
  content: "\f4ee";
}

#automanager-io .fa-creative-commons-sa:before {
  content: "\f4ef";
}

#automanager-io .fa-creative-commons-sampling:before {
  content: "\f4f0";
}

#automanager-io .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

#automanager-io .fa-creative-commons-share:before {
  content: "\f4f2";
}

#automanager-io .fa-creative-commons-zero:before {
  content: "\f4f3";
}

#automanager-io .fa-credit-card:before {
  content: "\f09d";
}

#automanager-io .fa-credit-card-blank:before {
  content: "\f389";
}

#automanager-io .fa-credit-card-front:before {
  content: "\f38a";
}

#automanager-io .fa-cricket:before {
  content: "\f449";
}

#automanager-io .fa-critical-role:before {
  content: "\f6c9";
}

#automanager-io .fa-crop:before {
  content: "\f125";
}

#automanager-io .fa-crop-alt:before {
  content: "\f565";
}

#automanager-io .fa-cross:before {
  content: "\f654";
}

#automanager-io .fa-crosshairs:before {
  content: "\f05b";
}

#automanager-io .fa-crow:before {
  content: "\f520";
}

#automanager-io .fa-crown:before {
  content: "\f521";
}

#automanager-io .fa-css3:before {
  content: "\f13c";
}

#automanager-io .fa-css3-alt:before {
  content: "\f38b";
}

#automanager-io .fa-cube:before {
  content: "\f1b2";
}

#automanager-io .fa-cubes:before {
  content: "\f1b3";
}

#automanager-io .fa-curling:before {
  content: "\f44a";
}

#automanager-io .fa-cut:before {
  content: "\f0c4";
}

#automanager-io .fa-cuttlefish:before {
  content: "\f38c";
}

#automanager-io .fa-d-and-d:before {
  content: "\f38d";
}

#automanager-io .fa-d-and-d-beyond:before {
  content: "\f6ca";
}

#automanager-io .fa-dagger:before {
  content: "\f6cb";
}

#automanager-io .fa-dashcube:before {
  content: "\f210";
}

#automanager-io .fa-database:before {
  content: "\f1c0";
}

#automanager-io .fa-deaf:before {
  content: "\f2a4";
}

#automanager-io .fa-deer:before {
  content: "\f78e";
}

#automanager-io .fa-deer-rudolph:before {
  content: "\f78f";
}

#automanager-io .fa-delicious:before {
  content: "\f1a5";
}

#automanager-io .fa-democrat:before {
  content: "\f747";
}

#automanager-io .fa-deploydog:before {
  content: "\f38e";
}

#automanager-io .fa-deskpro:before {
  content: "\f38f";
}

#automanager-io .fa-desktop:before {
  content: "\f108";
}

#automanager-io .fa-desktop-alt:before {
  content: "\f390";
}

#automanager-io .fa-dev:before {
  content: "\f6cc";
}

#automanager-io .fa-deviantart:before {
  content: "\f1bd";
}

#automanager-io .fa-dewpoint:before {
  content: "\f748";
}

#automanager-io .fa-dharmachakra:before {
  content: "\f655";
}

#automanager-io .fa-dhl:before {
  content: "\f790";
}

#automanager-io .fa-diagnoses:before {
  content: "\f470";
}

#automanager-io .fa-diamond:before {
  content: "\f219";
}

#automanager-io .fa-diaspora:before {
  content: "\f791";
}

#automanager-io .fa-dice:before {
  content: "\f522";
}

#automanager-io .fa-dice-d10:before {
  content: "\f6cd";
}

#automanager-io .fa-dice-d12:before {
  content: "\f6ce";
}

#automanager-io .fa-dice-d20:before {
  content: "\f6cf";
}

#automanager-io .fa-dice-d4:before {
  content: "\f6d0";
}

#automanager-io .fa-dice-d6:before {
  content: "\f6d1";
}

#automanager-io .fa-dice-d8:before {
  content: "\f6d2";
}

#automanager-io .fa-dice-five:before {
  content: "\f523";
}

#automanager-io .fa-dice-four:before {
  content: "\f524";
}

#automanager-io .fa-dice-one:before {
  content: "\f525";
}

#automanager-io .fa-dice-six:before {
  content: "\f526";
}

#automanager-io .fa-dice-three:before {
  content: "\f527";
}

#automanager-io .fa-dice-two:before {
  content: "\f528";
}

#automanager-io .fa-digg:before {
  content: "\f1a6";
}

#automanager-io .fa-digital-ocean:before {
  content: "\f391";
}

#automanager-io .fa-digital-tachograph:before {
  content: "\f566";
}

#automanager-io .fa-diploma:before {
  content: "\f5ea";
}

#automanager-io .fa-directions:before {
  content: "\f5eb";
}

#automanager-io .fa-discord:before {
  content: "\f392";
}

#automanager-io .fa-discourse:before {
  content: "\f393";
}

#automanager-io .fa-divide:before {
  content: "\f529";
}

#automanager-io .fa-dizzy:before {
  content: "\f567";
}

#automanager-io .fa-dna:before {
  content: "\f471";
}

#automanager-io .fa-do-not-enter:before {
  content: "\f5ec";
}

#automanager-io .fa-dochub:before {
  content: "\f394";
}

#automanager-io .fa-docker:before {
  content: "\f395";
}

#automanager-io .fa-dog:before {
  content: "\f6d3";
}

#automanager-io .fa-dog-leashed:before {
  content: "\f6d4";
}

#automanager-io .fa-dollar-sign:before {
  content: "\f155";
}

#automanager-io .fa-dolly:before {
  content: "\f472";
}

#automanager-io .fa-dolly-empty:before {
  content: "\f473";
}

#automanager-io .fa-dolly-flatbed:before {
  content: "\f474";
}

#automanager-io .fa-dolly-flatbed-alt:before {
  content: "\f475";
}

#automanager-io .fa-dolly-flatbed-empty:before {
  content: "\f476";
}

#automanager-io .fa-donate:before {
  content: "\f4b9";
}

#automanager-io .fa-door-closed:before {
  content: "\f52a";
}

#automanager-io .fa-door-open:before {
  content: "\f52b";
}

#automanager-io .fa-dot-circle:before {
  content: "\f192";
}

#automanager-io .fa-dove:before {
  content: "\f4ba";
}

#automanager-io .fa-download:before {
  content: "\f019";
}

#automanager-io .fa-draft2digital:before {
  content: "\f396";
}

#automanager-io .fa-drafting-compass:before {
  content: "\f568";
}

#automanager-io .fa-dragon:before {
  content: "\f6d5";
}

#automanager-io .fa-draw-circle:before {
  content: "\f5ed";
}

#automanager-io .fa-draw-polygon:before {
  content: "\f5ee";
}

#automanager-io .fa-draw-square:before {
  content: "\f5ef";
}

#automanager-io .fa-dreidel:before {
  content: "\f792";
}

#automanager-io .fa-dribbble:before {
  content: "\f17d";
}

#automanager-io .fa-dribbble-square:before {
  content: "\f397";
}

#automanager-io .fa-dropbox:before {
  content: "\f16b";
}

#automanager-io .fa-drum:before {
  content: "\f569";
}

#automanager-io .fa-drum-steelpan:before {
  content: "\f56a";
}

#automanager-io .fa-drumstick:before {
  content: "\f6d6";
}

#automanager-io .fa-drumstick-bite:before {
  content: "\f6d7";
}

#automanager-io .fa-drupal:before {
  content: "\f1a9";
}

#automanager-io .fa-duck:before {
  content: "\f6d8";
}

#automanager-io .fa-dumbbell:before {
  content: "\f44b";
}

#automanager-io .fa-dumpster:before {
  content: "\f793";
}

#automanager-io .fa-dumpster-fire:before {
  content: "\f794";
}

#automanager-io .fa-dungeon:before {
  content: "\f6d9";
}

#automanager-io .fa-dyalog:before {
  content: "\f399";
}

#automanager-io .fa-ear:before {
  content: "\f5f0";
}

#automanager-io .fa-ear-muffs:before {
  content: "\f795";
}

#automanager-io .fa-earlybirds:before {
  content: "\f39a";
}

#automanager-io .fa-ebay:before {
  content: "\f4f4";
}

#automanager-io .fa-eclipse:before {
  content: "\f749";
}

#automanager-io .fa-eclipse-alt:before {
  content: "\f74a";
}

#automanager-io .fa-edge:before {
  content: "\f282";
}

#automanager-io .fa-edit:before {
  content: "\f044";
}

#automanager-io .fa-eject:before {
  content: "\f052";
}

#automanager-io .fa-elementor:before {
  content: "\f430";
}

#automanager-io .fa-elephant:before {
  content: "\f6da";
}

#automanager-io .fa-ellipsis-h:before {
  content: "\f141";
}

#automanager-io .fa-ellipsis-h-alt:before {
  content: "\f39b";
}

#automanager-io .fa-ellipsis-v:before {
  content: "\f142";
}

#automanager-io .fa-ellipsis-v-alt:before {
  content: "\f39c";
}

#automanager-io .fa-ello:before {
  content: "\f5f1";
}

#automanager-io .fa-ember:before {
  content: "\f423";
}

#automanager-io .fa-empire:before {
  content: "\f1d1";
}

#automanager-io .fa-empty-set:before {
  content: "\f656";
}

#automanager-io .fa-engine-warning:before {
  content: "\f5f2";
}

#automanager-io .fa-envelope:before {
  content: "\f0e0";
}

#automanager-io .fa-envelope-open:before {
  content: "\f2b6";
}

#automanager-io .fa-envelope-open-dollar:before {
  content: "\f657";
}

#automanager-io .fa-envelope-open-text:before {
  content: "\f658";
}

#automanager-io .fa-envelope-square:before {
  content: "\f199";
}

#automanager-io .fa-envira:before {
  content: "\f299";
}

#automanager-io .fa-equals:before {
  content: "\f52c";
}

#automanager-io .fa-eraser:before {
  content: "\f12d";
}

#automanager-io .fa-erlang:before {
  content: "\f39d";
}

#automanager-io .fa-ethereum:before {
  content: "\f42e";
}

#automanager-io .fa-ethernet:before {
  content: "\f796";
}

#automanager-io .fa-etsy:before {
  content: "\f2d7";
}

#automanager-io .fa-euro-sign:before {
  content: "\f153";
}

#automanager-io .fa-exchange:before {
  content: "\f0ec";
}

#automanager-io .fa-exchange-alt:before {
  content: "\f362";
}

#automanager-io .fa-exclamation:before {
  content: "\f12a";
}

#automanager-io .fa-exclamation-circle:before {
  content: "\f06a";
}

#automanager-io .fa-exclamation-square:before {
  content: "\f321";
}

#automanager-io .fa-exclamation-triangle:before {
  content: "\f071";
}

#automanager-io .fa-expand:before {
  content: "\f065";
}

#automanager-io .fa-expand-alt:before {
  content: "\f424";
}

#automanager-io .fa-expand-arrows:before {
  content: "\f31d";
}

#automanager-io .fa-expand-arrows-alt:before {
  content: "\f31e";
}

#automanager-io .fa-expand-wide:before {
  content: "\f320";
}

#automanager-io .fa-expeditedssl:before {
  content: "\f23e";
}

#automanager-io .fa-external-link:before {
  content: "\f08e";
}

#automanager-io .fa-external-link-alt:before {
  content: "\f35d";
}

#automanager-io .fa-external-link-square:before {
  content: "\f14c";
}

#automanager-io .fa-external-link-square-alt:before {
  content: "\f360";
}

#automanager-io .fa-eye:before {
  content: "\f06e";
}

#automanager-io .fa-eye-dropper:before {
  content: "\f1fb";
}

#automanager-io .fa-eye-evil:before {
  content: "\f6db";
}

#automanager-io .fa-eye-slash:before {
  content: "\f070";
}

#automanager-io .fa-facebook:before {
  content: "\f09a";
}

#automanager-io .fa-facebook-f:before {
  content: "\f39e";
}

#automanager-io .fa-facebook-messenger:before {
  content: "\f39f";
}

#automanager-io .fa-facebook-square:before {
  content: "\f082";
}

#automanager-io .fa-fantasy-flight-games:before {
  content: "\f6dc";
}

#automanager-io .fa-fast-backward:before {
  content: "\f049";
}

#automanager-io .fa-fast-forward:before {
  content: "\f050";
}

#automanager-io .fa-fax:before {
  content: "\f1ac";
}

#automanager-io .fa-feather:before {
  content: "\f52d";
}

#automanager-io .fa-feather-alt:before {
  content: "\f56b";
}

#automanager-io .fa-fedex:before {
  content: "\f797";
}

#automanager-io .fa-fedora:before {
  content: "\f798";
}

#automanager-io .fa-female:before {
  content: "\f182";
}

#automanager-io .fa-field-hockey:before {
  content: "\f44c";
}

#automanager-io .fa-fighter-jet:before {
  content: "\f0fb";
}

#automanager-io .fa-figma:before {
  content: "\f799";
}

#automanager-io .fa-file:before {
  content: "\f15b";
}

#automanager-io .fa-file-alt:before {
  content: "\f15c";
}

#automanager-io .fa-file-archive:before {
  content: "\f1c6";
}

#automanager-io .fa-file-audio:before {
  content: "\f1c7";
}

#automanager-io .fa-file-certificate:before {
  content: "\f5f3";
}

#automanager-io .fa-file-chart-line:before {
  content: "\f659";
}

#automanager-io .fa-file-chart-pie:before {
  content: "\f65a";
}

#automanager-io .fa-file-check:before {
  content: "\f316";
}

#automanager-io .fa-file-code:before {
  content: "\f1c9";
}

#automanager-io .fa-file-contract:before {
  content: "\f56c";
}

#automanager-io .fa-file-csv:before {
  content: "\f6dd";
}

#automanager-io .fa-file-download:before {
  content: "\f56d";
}

#automanager-io .fa-file-edit:before {
  content: "\f31c";
}

#automanager-io .fa-file-excel:before {
  content: "\f1c3";
}

#automanager-io .fa-file-exclamation:before {
  content: "\f31a";
}

#automanager-io .fa-file-export:before {
  content: "\f56e";
}

#automanager-io .fa-file-image:before {
  content: "\f1c5";
}

#automanager-io .fa-file-import:before {
  content: "\f56f";
}

#automanager-io .fa-file-invoice:before {
  content: "\f570";
}

#automanager-io .fa-file-invoice-dollar:before {
  content: "\f571";
}

#automanager-io .fa-file-medical:before {
  content: "\f477";
}

#automanager-io .fa-file-medical-alt:before {
  content: "\f478";
}

#automanager-io .fa-file-minus:before {
  content: "\f318";
}

#automanager-io .fa-file-pdf:before {
  content: "\f1c1";
}

#automanager-io .fa-file-plus:before {
  content: "\f319";
}

#automanager-io .fa-file-powerpoint:before {
  content: "\f1c4";
}

#automanager-io .fa-file-prescription:before {
  content: "\f572";
}

#automanager-io .fa-file-signature:before {
  content: "\f573";
}

#automanager-io .fa-file-spreadsheet:before {
  content: "\f65b";
}

#automanager-io .fa-file-times:before {
  content: "\f317";
}

#automanager-io .fa-file-upload:before {
  content: "\f574";
}

#automanager-io .fa-file-user:before {
  content: "\f65c";
}

#automanager-io .fa-file-video:before {
  content: "\f1c8";
}

#automanager-io .fa-file-word:before {
  content: "\f1c2";
}

#automanager-io .fa-fill:before {
  content: "\f575";
}

#automanager-io .fa-fill-drip:before {
  content: "\f576";
}

#automanager-io .fa-film:before {
  content: "\f008";
}

#automanager-io .fa-film-alt:before {
  content: "\f3a0";
}

#automanager-io .fa-filter:before {
  content: "\f0b0";
}

#automanager-io .fa-fingerprint:before {
  content: "\f577";
}

#automanager-io .fa-fire:before {
  content: "\f06d";
}

#automanager-io .fa-fire-alt:before {
  content: "\f7e4";
}

#automanager-io .fa-fire-extinguisher:before {
  content: "\f134";
}

#automanager-io .fa-fire-smoke:before {
  content: "\f74b";
}

#automanager-io .fa-firefox:before {
  content: "\f269";
}

#automanager-io .fa-fireplace:before {
  content: "\f79a";
}

#automanager-io .fa-first-aid:before {
  content: "\f479";
}

#automanager-io .fa-first-order:before {
  content: "\f2b0";
}

#automanager-io .fa-first-order-alt:before {
  content: "\f50a";
}

#automanager-io .fa-firstdraft:before {
  content: "\f3a1";
}

#automanager-io .fa-fish:before {
  content: "\f578";
}

#automanager-io .fa-fist-raised:before {
  content: "\f6de";
}

#automanager-io .fa-flag:before {
  content: "\f024";
}

#automanager-io .fa-flag-alt:before {
  content: "\f74c";
}

#automanager-io .fa-flag-checkered:before {
  content: "\f11e";
}

#automanager-io .fa-flag-usa:before {
  content: "\f74d";
}

#automanager-io .fa-flame:before {
  content: "\f6df";
}

#automanager-io .fa-flask:before {
  content: "\f0c3";
}

#automanager-io .fa-flask-poison:before {
  content: "\f6e0";
}

#automanager-io .fa-flask-potion:before {
  content: "\f6e1";
}

#automanager-io .fa-flickr:before {
  content: "\f16e";
}

#automanager-io .fa-flipboard:before {
  content: "\f44d";
}

#automanager-io .fa-flushed:before {
  content: "\f579";
}

#automanager-io .fa-fly:before {
  content: "\f417";
}

#automanager-io .fa-fog:before {
  content: "\f74e";
}

#automanager-io .fa-folder:before {
  content: "\f07b";
}

#automanager-io .fa-folder-minus:before {
  content: "\f65d";
}

#automanager-io .fa-folder-open:before {
  content: "\f07c";
}

#automanager-io .fa-folder-plus:before {
  content: "\f65e";
}

#automanager-io .fa-folder-times:before {
  content: "\f65f";
}

#automanager-io .fa-folders:before {
  content: "\f660";
}

#automanager-io .fa-font:before {
  content: "\f031";
}

#automanager-io .fa-font-awesome:before {
  content: "\f2b4";
}

#automanager-io .fa-font-awesome-alt:before {
  content: "\f35c";
}

#automanager-io .fa-font-awesome-flag:before {
  content: "\f425";
}

#automanager-io .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

#automanager-io .fa-fonticons:before {
  content: "\f280";
}

#automanager-io .fa-fonticons-fi:before {
  content: "\f3a2";
}

#automanager-io .fa-football-ball:before {
  content: "\f44e";
}

#automanager-io .fa-football-helmet:before {
  content: "\f44f";
}

#automanager-io .fa-forklift:before {
  content: "\f47a";
}

#automanager-io .fa-fort-awesome:before {
  content: "\f286";
}

#automanager-io .fa-fort-awesome-alt:before {
  content: "\f3a3";
}

#automanager-io .fa-forumbee:before {
  content: "\f211";
}

#automanager-io .fa-forward:before {
  content: "\f04e";
}

#automanager-io .fa-foursquare:before {
  content: "\f180";
}

#automanager-io .fa-fragile:before {
  content: "\f4bb";
}

#automanager-io .fa-free-code-camp:before {
  content: "\f2c5";
}

#automanager-io .fa-freebsd:before {
  content: "\f3a4";
}

#automanager-io .fa-frog:before {
  content: "\f52e";
}

#automanager-io .fa-frosty-head:before {
  content: "\f79b";
}

#automanager-io .fa-frown:before {
  content: "\f119";
}

#automanager-io .fa-frown-open:before {
  content: "\f57a";
}

#automanager-io .fa-fulcrum:before {
  content: "\f50b";
}

#automanager-io .fa-function:before {
  content: "\f661";
}

#automanager-io .fa-funnel-dollar:before {
  content: "\f662";
}

#automanager-io .fa-futbol:before {
  content: "\f1e3";
}

#automanager-io .fa-galactic-republic:before {
  content: "\f50c";
}

#automanager-io .fa-galactic-senate:before {
  content: "\f50d";
}

#automanager-io .fa-gamepad:before {
  content: "\f11b";
}

#automanager-io .fa-gas-pump:before {
  content: "\f52f";
}

#automanager-io .fa-gas-pump-slash:before {
  content: "\f5f4";
}

#automanager-io .fa-gavel:before {
  content: "\f0e3";
}

#automanager-io .fa-gem:before {
  content: "\f3a5";
}

#automanager-io .fa-genderless:before {
  content: "\f22d";
}

#automanager-io .fa-get-pocket:before {
  content: "\f265";
}

#automanager-io .fa-gg:before {
  content: "\f260";
}

#automanager-io .fa-gg-circle:before {
  content: "\f261";
}

#automanager-io .fa-ghost:before {
  content: "\f6e2";
}

#automanager-io .fa-gift:before {
  content: "\f06b";
}

#automanager-io .fa-gift-card:before {
  content: "\f663";
}

#automanager-io .fa-gifts:before {
  content: "\f79c";
}

#automanager-io .fa-gingerbread-man:before {
  content: "\f79d";
}

#automanager-io .fa-git:before {
  content: "\f1d3";
}

#automanager-io .fa-git-square:before {
  content: "\f1d2";
}

#automanager-io .fa-github:before {
  content: "\f09b";
}

#automanager-io .fa-github-alt:before {
  content: "\f113";
}

#automanager-io .fa-github-square:before {
  content: "\f092";
}

#automanager-io .fa-gitkraken:before {
  content: "\f3a6";
}

#automanager-io .fa-gitlab:before {
  content: "\f296";
}

#automanager-io .fa-gitter:before {
  content: "\f426";
}

#automanager-io .fa-glass-champagne:before {
  content: "\f79e";
}

#automanager-io .fa-glass-cheers:before {
  content: "\f79f";
}

#automanager-io .fa-glass-martini:before {
  content: "\f000";
}

#automanager-io .fa-glass-martini-alt:before {
  content: "\f57b";
}

#automanager-io .fa-glass-whiskey:before {
  content: "\f7a0";
}

#automanager-io .fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

#automanager-io .fa-glasses:before {
  content: "\f530";
}

#automanager-io .fa-glasses-alt:before {
  content: "\f5f5";
}

#automanager-io .fa-glide:before {
  content: "\f2a5";
}

#automanager-io .fa-glide-g:before {
  content: "\f2a6";
}

#automanager-io .fa-globe:before {
  content: "\f0ac";
}

#automanager-io .fa-globe-africa:before {
  content: "\f57c";
}

#automanager-io .fa-globe-americas:before {
  content: "\f57d";
}

#automanager-io .fa-globe-asia:before {
  content: "\f57e";
}

#automanager-io .fa-globe-europe:before {
  content: "\f7a2";
}

#automanager-io .fa-globe-snow:before {
  content: "\f7a3";
}

#automanager-io .fa-globe-stand:before {
  content: "\f5f6";
}

#automanager-io .fa-gofore:before {
  content: "\f3a7";
}

#automanager-io .fa-golf-ball:before {
  content: "\f450";
}

#automanager-io .fa-golf-club:before {
  content: "\f451";
}

#automanager-io .fa-goodreads:before {
  content: "\f3a8";
}

#automanager-io .fa-goodreads-g:before {
  content: "\f3a9";
}

#automanager-io .fa-google:before {
  content: "\f1a0";
}

#automanager-io .fa-google-drive:before {
  content: "\f3aa";
}

#automanager-io .fa-google-play:before {
  content: "\f3ab";
}

#automanager-io .fa-google-plus:before {
  content: "\f2b3";
}

#automanager-io .fa-google-plus-g:before {
  content: "\f0d5";
}

#automanager-io .fa-google-plus-square:before {
  content: "\f0d4";
}

#automanager-io .fa-google-wallet:before {
  content: "\f1ee";
}

#automanager-io .fa-gopuram:before {
  content: "\f664";
}

#automanager-io .fa-graduation-cap:before {
  content: "\f19d";
}

#automanager-io .fa-gratipay:before {
  content: "\f184";
}

#automanager-io .fa-grav:before {
  content: "\f2d6";
}

#automanager-io .fa-greater-than:before {
  content: "\f531";
}

#automanager-io .fa-greater-than-equal:before {
  content: "\f532";
}

#automanager-io .fa-grimace:before {
  content: "\f57f";
}

#automanager-io .fa-grin:before {
  content: "\f580";
}

#automanager-io .fa-grin-alt:before {
  content: "\f581";
}

#automanager-io .fa-grin-beam:before {
  content: "\f582";
}

#automanager-io .fa-grin-beam-sweat:before {
  content: "\f583";
}

#automanager-io .fa-grin-hearts:before {
  content: "\f584";
}

#automanager-io .fa-grin-squint:before {
  content: "\f585";
}

#automanager-io .fa-grin-squint-tears:before {
  content: "\f586";
}

#automanager-io .fa-grin-stars:before {
  content: "\f587";
}

#automanager-io .fa-grin-tears:before {
  content: "\f588";
}

#automanager-io .fa-grin-tongue:before {
  content: "\f589";
}

#automanager-io .fa-grin-tongue-squint:before {
  content: "\f58a";
}

#automanager-io .fa-grin-tongue-wink:before {
  content: "\f58b";
}

#automanager-io .fa-grin-wink:before {
  content: "\f58c";
}

#automanager-io .fa-grip-horizontal:before {
  content: "\f58d";
}

#automanager-io .fa-grip-lines:before {
  content: "\f7a4";
}

#automanager-io .fa-grip-lines-vertical:before {
  content: "\f7a5";
}

#automanager-io .fa-grip-vertical:before {
  content: "\f58e";
}

#automanager-io .fa-gripfire:before {
  content: "\f3ac";
}

#automanager-io .fa-grunt:before {
  content: "\f3ad";
}

#automanager-io .fa-guitar:before {
  content: "\f7a6";
}

#automanager-io .fa-gulp:before {
  content: "\f3ae";
}

#automanager-io .fa-h-square:before {
  content: "\f0fd";
}

#automanager-io .fa-h1:before {
  content: "\f313";
}

#automanager-io .fa-h2:before {
  content: "\f314";
}

#automanager-io .fa-h3:before {
  content: "\f315";
}

#automanager-io .fa-hacker-news:before {
  content: "\f1d4";
}

#automanager-io .fa-hacker-news-square:before {
  content: "\f3af";
}

#automanager-io .fa-hackerrank:before {
  content: "\f5f7";
}

#automanager-io .fa-hammer:before {
  content: "\f6e3";
}

#automanager-io .fa-hammer-war:before {
  content: "\f6e4";
}

#automanager-io .fa-hamsa:before {
  content: "\f665";
}

#automanager-io .fa-hand-heart:before {
  content: "\f4bc";
}

#automanager-io .fa-hand-holding:before {
  content: "\f4bd";
}

#automanager-io .fa-hand-holding-box:before {
  content: "\f47b";
}

#automanager-io .fa-hand-holding-heart:before {
  content: "\f4be";
}

#automanager-io .fa-hand-holding-magic:before {
  content: "\f6e5";
}

#automanager-io .fa-hand-holding-seedling:before {
  content: "\f4bf";
}

#automanager-io .fa-hand-holding-usd:before {
  content: "\f4c0";
}

#automanager-io .fa-hand-holding-water:before {
  content: "\f4c1";
}

#automanager-io .fa-hand-lizard:before {
  content: "\f258";
}

#automanager-io .fa-hand-paper:before {
  content: "\f256";
}

#automanager-io .fa-hand-peace:before {
  content: "\f25b";
}

#automanager-io .fa-hand-point-down:before {
  content: "\f0a7";
}

#automanager-io .fa-hand-point-left:before {
  content: "\f0a5";
}

#automanager-io .fa-hand-point-right:before {
  content: "\f0a4";
}

#automanager-io .fa-hand-point-up:before {
  content: "\f0a6";
}

#automanager-io .fa-hand-pointer:before {
  content: "\f25a";
}

#automanager-io .fa-hand-receiving:before {
  content: "\f47c";
}

#automanager-io .fa-hand-rock:before {
  content: "\f255";
}

#automanager-io .fa-hand-scissors:before {
  content: "\f257";
}

#automanager-io .fa-hand-spock:before {
  content: "\f259";
}

#automanager-io .fa-hands:before {
  content: "\f4c2";
}

#automanager-io .fa-hands-heart:before {
  content: "\f4c3";
}

#automanager-io .fa-hands-helping:before {
  content: "\f4c4";
}

#automanager-io .fa-hands-usd:before {
  content: "\f4c5";
}

#automanager-io .fa-handshake:before {
  content: "\f2b5";
}

#automanager-io .fa-handshake-alt:before {
  content: "\f4c6";
}

#automanager-io .fa-hanukiah:before {
  content: "\f6e6";
}

#automanager-io .fa-hashtag:before {
  content: "\f292";
}

#automanager-io .fa-hat-santa:before {
  content: "\f7a7";
}

#automanager-io .fa-hat-winter:before {
  content: "\f7a8";
}

#automanager-io .fa-hat-witch:before {
  content: "\f6e7";
}

#automanager-io .fa-hat-wizard:before {
  content: "\f6e8";
}

#automanager-io .fa-haykal:before {
  content: "\f666";
}

#automanager-io .fa-hdd:before {
  content: "\f0a0";
}

#automanager-io .fa-head-side:before {
  content: "\f6e9";
}

#automanager-io .fa-head-vr:before {
  content: "\f6ea";
}

#automanager-io .fa-heading:before {
  content: "\f1dc";
}

#automanager-io .fa-headphones:before {
  content: "\f025";
}

#automanager-io .fa-headphones-alt:before {
  content: "\f58f";
}

#automanager-io .fa-headset:before {
  content: "\f590";
}

#automanager-io .fa-heart:before {
  content: "\f004";
}

#automanager-io .fa-heart-broken:before {
  content: "\f7a9";
}

#automanager-io .fa-heart-circle:before {
  content: "\f4c7";
}

#automanager-io .fa-heart-rate:before {
  content: "\f5f8";
}

#automanager-io .fa-heart-square:before {
  content: "\f4c8";
}

#automanager-io .fa-heartbeat:before {
  content: "\f21e";
}

#automanager-io .fa-helicopter:before {
  content: "\f533";
}

#automanager-io .fa-helmet-battle:before {
  content: "\f6eb";
}

#automanager-io .fa-hexagon:before {
  content: "\f312";
}

#automanager-io .fa-highlighter:before {
  content: "\f591";
}

#automanager-io .fa-hiking:before {
  content: "\f6ec";
}

#automanager-io .fa-hippo:before {
  content: "\f6ed";
}

#automanager-io .fa-hips:before {
  content: "\f452";
}

#automanager-io .fa-hire-a-helper:before {
  content: "\f3b0";
}

#automanager-io .fa-history:before {
  content: "\f1da";
}

#automanager-io .fa-hockey-mask:before {
  content: "\f6ee";
}

#automanager-io .fa-hockey-puck:before {
  content: "\f453";
}

#automanager-io .fa-hockey-sticks:before {
  content: "\f454";
}

#automanager-io .fa-holly-berry:before {
  content: "\f7aa";
}

#automanager-io .fa-home:before {
  content: "\f015";
}

#automanager-io .fa-home-heart:before {
  content: "\f4c9";
}

#automanager-io .fa-hood-cloak:before {
  content: "\f6ef";
}

#automanager-io .fa-hooli:before {
  content: "\f427";
}

#automanager-io .fa-hornbill:before {
  content: "\f592";
}

#automanager-io .fa-horse:before {
  content: "\f6f0";
}

#automanager-io .fa-horse-head:before {
  content: "\f7ab";
}

#automanager-io .fa-hospital:before {
  content: "\f0f8";
}

#automanager-io .fa-hospital-alt:before {
  content: "\f47d";
}

#automanager-io .fa-hospital-symbol:before {
  content: "\f47e";
}

#automanager-io .fa-hot-tub:before {
  content: "\f593";
}

#automanager-io .fa-hotel:before {
  content: "\f594";
}

#automanager-io .fa-hotjar:before {
  content: "\f3b1";
}

#automanager-io .fa-hourglass:before {
  content: "\f254";
}

#automanager-io .fa-hourglass-end:before {
  content: "\f253";
}

#automanager-io .fa-hourglass-half:before {
  content: "\f252";
}

#automanager-io .fa-hourglass-start:before {
  content: "\f251";
}

#automanager-io .fa-house-damage:before {
  content: "\f6f1";
}

#automanager-io .fa-house-flood:before {
  content: "\f74f";
}

#automanager-io .fa-houzz:before {
  content: "\f27c";
}

#automanager-io .fa-hryvnia:before {
  content: "\f6f2";
}

#automanager-io .fa-html5:before {
  content: "\f13b";
}

#automanager-io .fa-hubspot:before {
  content: "\f3b2";
}

#automanager-io .fa-humidity:before {
  content: "\f750";
}

#automanager-io .fa-hurricane:before {
  content: "\f751";
}

#automanager-io .fa-i-cursor:before {
  content: "\f246";
}

#automanager-io .fa-ice-skate:before {
  content: "\f7ac";
}

#automanager-io .fa-icicles:before {
  content: "\f7ad";
}

#automanager-io .fa-id-badge:before {
  content: "\f2c1";
}

#automanager-io .fa-id-card:before {
  content: "\f2c2";
}

#automanager-io .fa-id-card-alt:before {
  content: "\f47f";
}

#automanager-io .fa-igloo:before {
  content: "\f7ae";
}

#automanager-io .fa-image:before {
  content: "\f03e";
}

#automanager-io .fa-images:before {
  content: "\f302";
}

#automanager-io .fa-imdb:before {
  content: "\f2d8";
}

#automanager-io .fa-inbox:before {
  content: "\f01c";
}

#automanager-io .fa-inbox-in:before {
  content: "\f310";
}

#automanager-io .fa-inbox-out:before {
  content: "\f311";
}

#automanager-io .fa-indent:before {
  content: "\f03c";
}

#automanager-io .fa-industry:before {
  content: "\f275";
}

#automanager-io .fa-industry-alt:before {
  content: "\f3b3";
}

#automanager-io .fa-infinity:before {
  content: "\f534";
}

#automanager-io .fa-info:before {
  content: "\f129";
}

#automanager-io .fa-info-circle:before {
  content: "\f05a";
}

#automanager-io .fa-info-square:before {
  content: "\f30f";
}

#automanager-io .fa-inhaler:before {
  content: "\f5f9";
}

#automanager-io .fa-instagram:before {
  content: "\f16d";
}

#automanager-io .fa-integral:before {
  content: "\f667";
}

#automanager-io .fa-intercom:before {
  content: "\f7af";
}

#automanager-io .fa-internet-explorer:before {
  content: "\f26b";
}

#automanager-io .fa-intersection:before {
  content: "\f668";
}

#automanager-io .fa-inventory:before {
  content: "\f480";
}

#automanager-io .fa-invision:before {
  content: "\f7b0";
}

#automanager-io .fa-ioxhost:before {
  content: "\f208";
}

#automanager-io .fa-italic:before {
  content: "\f033";
}

#automanager-io .fa-itunes:before {
  content: "\f3b4";
}

#automanager-io .fa-itunes-note:before {
  content: "\f3b5";
}

#automanager-io .fa-jack-o-lantern:before {
  content: "\f30e";
}

#automanager-io .fa-java:before {
  content: "\f4e4";
}

#automanager-io .fa-jedi:before {
  content: "\f669";
}

#automanager-io .fa-jedi-order:before {
  content: "\f50e";
}

#automanager-io .fa-jenkins:before {
  content: "\f3b6";
}

#automanager-io .fa-jira:before {
  content: "\f7b1";
}

#automanager-io .fa-joget:before {
  content: "\f3b7";
}

#automanager-io .fa-joint:before {
  content: "\f595";
}

#automanager-io .fa-joomla:before {
  content: "\f1aa";
}

#automanager-io .fa-journal-whills:before {
  content: "\f66a";
}

#automanager-io .fa-js:before {
  content: "\f3b8";
}

#automanager-io .fa-js-square:before {
  content: "\f3b9";
}

#automanager-io .fa-jsfiddle:before {
  content: "\f1cc";
}

#automanager-io .fa-kaaba:before {
  content: "\f66b";
}

#automanager-io .fa-kaggle:before {
  content: "\f5fa";
}

#automanager-io .fa-key:before {
  content: "\f084";
}

#automanager-io .fa-key-skeleton:before {
  content: "\f6f3";
}

#automanager-io .fa-keybase:before {
  content: "\f4f5";
}

#automanager-io .fa-keyboard:before {
  content: "\f11c";
}

#automanager-io .fa-keycdn:before {
  content: "\f3ba";
}

#automanager-io .fa-keynote:before {
  content: "\f66c";
}

#automanager-io .fa-khanda:before {
  content: "\f66d";
}

#automanager-io .fa-kickstarter:before {
  content: "\f3bb";
}

#automanager-io .fa-kickstarter-k:before {
  content: "\f3bc";
}

#automanager-io .fa-kidneys:before {
  content: "\f5fb";
}

#automanager-io .fa-kiss:before {
  content: "\f596";
}

#automanager-io .fa-kiss-beam:before {
  content: "\f597";
}

#automanager-io .fa-kiss-wink-heart:before {
  content: "\f598";
}

#automanager-io .fa-kite:before {
  content: "\f6f4";
}

#automanager-io .fa-kiwi-bird:before {
  content: "\f535";
}

#automanager-io .fa-knife-kitchen:before {
  content: "\f6f5";
}

#automanager-io .fa-korvue:before {
  content: "\f42f";
}

#automanager-io .fa-lambda:before {
  content: "\f66e";
}

#automanager-io .fa-lamp:before {
  content: "\f4ca";
}

#automanager-io .fa-landmark:before {
  content: "\f66f";
}

#automanager-io .fa-landmark-alt:before {
  content: "\f752";
}

#automanager-io .fa-language:before {
  content: "\f1ab";
}

#automanager-io .fa-laptop:before {
  content: "\f109";
}

#automanager-io .fa-laptop-code:before {
  content: "\f5fc";
}

#automanager-io .fa-laravel:before {
  content: "\f3bd";
}

#automanager-io .fa-lastfm:before {
  content: "\f202";
}

#automanager-io .fa-lastfm-square:before {
  content: "\f203";
}

#automanager-io .fa-laugh:before {
  content: "\f599";
}

#automanager-io .fa-laugh-beam:before {
  content: "\f59a";
}

#automanager-io .fa-laugh-squint:before {
  content: "\f59b";
}

#automanager-io .fa-laugh-wink:before {
  content: "\f59c";
}

#automanager-io .fa-layer-group:before {
  content: "\f5fd";
}

#automanager-io .fa-layer-minus:before {
  content: "\f5fe";
}

#automanager-io .fa-layer-plus:before {
  content: "\f5ff";
}

#automanager-io .fa-leaf:before {
  content: "\f06c";
}

#automanager-io .fa-leaf-heart:before {
  content: "\f4cb";
}

#automanager-io .fa-leaf-maple:before {
  content: "\f6f6";
}

#automanager-io .fa-leaf-oak:before {
  content: "\f6f7";
}

#automanager-io .fa-leanpub:before {
  content: "\f212";
}

#automanager-io .fa-lemon:before {
  content: "\f094";
}

#automanager-io .fa-less:before {
  content: "\f41d";
}

#automanager-io .fa-less-than:before {
  content: "\f536";
}

#automanager-io .fa-less-than-equal:before {
  content: "\f537";
}

#automanager-io .fa-level-down:before {
  content: "\f149";
}

#automanager-io .fa-level-down-alt:before {
  content: "\f3be";
}

#automanager-io .fa-level-up:before {
  content: "\f148";
}

#automanager-io .fa-level-up-alt:before {
  content: "\f3bf";
}

#automanager-io .fa-life-ring:before {
  content: "\f1cd";
}

#automanager-io .fa-lightbulb:before {
  content: "\f0eb";
}

#automanager-io .fa-lightbulb-dollar:before {
  content: "\f670";
}

#automanager-io .fa-lightbulb-exclamation:before {
  content: "\f671";
}

#automanager-io .fa-lightbulb-on:before {
  content: "\f672";
}

#automanager-io .fa-lightbulb-slash:before {
  content: "\f673";
}

#automanager-io .fa-lights-holiday:before {
  content: "\f7b2";
}

#automanager-io .fa-line:before {
  content: "\f3c0";
}

#automanager-io .fa-link:before {
  content: "\f0c1";
}

#automanager-io .fa-linkedin:before {
  content: "\f08c";
}

#automanager-io .fa-linkedin-in:before {
  content: "\f0e1";
}

#automanager-io .fa-linode:before {
  content: "\f2b8";
}

#automanager-io .fa-linux:before {
  content: "\f17c";
}

#automanager-io .fa-lips:before {
  content: "\f600";
}

#automanager-io .fa-lira-sign:before {
  content: "\f195";
}

#automanager-io .fa-list:before {
  content: "\f03a";
}

#automanager-io .fa-list-alt:before {
  content: "\f022";
}

#automanager-io .fa-list-ol:before {
  content: "\f0cb";
}

#automanager-io .fa-list-ul:before {
  content: "\f0ca";
}

#automanager-io .fa-location:before {
  content: "\f601";
}

#automanager-io .fa-location-arrow:before {
  content: "\f124";
}

#automanager-io .fa-location-circle:before {
  content: "\f602";
}

#automanager-io .fa-location-slash:before {
  content: "\f603";
}

#automanager-io .fa-lock:before {
  content: "\f023";
}

#automanager-io .fa-lock-alt:before {
  content: "\f30d";
}

#automanager-io .fa-lock-open:before {
  content: "\f3c1";
}

#automanager-io .fa-lock-open-alt:before {
  content: "\f3c2";
}

#automanager-io .fa-long-arrow-alt-down:before {
  content: "\f309";
}

#automanager-io .fa-long-arrow-alt-left:before {
  content: "\f30a";
}

#automanager-io .fa-long-arrow-alt-right:before {
  content: "\f30b";
}

#automanager-io .fa-long-arrow-alt-up:before {
  content: "\f30c";
}

#automanager-io .fa-long-arrow-down:before {
  content: "\f175";
}

#automanager-io .fa-long-arrow-left:before {
  content: "\f177";
}

#automanager-io .fa-long-arrow-right:before {
  content: "\f178";
}

#automanager-io .fa-long-arrow-up:before {
  content: "\f176";
}

#automanager-io .fa-loveseat:before {
  content: "\f4cc";
}

#automanager-io .fa-low-vision:before {
  content: "\f2a8";
}

#automanager-io .fa-luchador:before {
  content: "\f455";
}

#automanager-io .fa-luggage-cart:before {
  content: "\f59d";
}

#automanager-io .fa-lungs:before {
  content: "\f604";
}

#automanager-io .fa-lyft:before {
  content: "\f3c3";
}

#automanager-io .fa-mace:before {
  content: "\f6f8";
}

#automanager-io .fa-magento:before {
  content: "\f3c4";
}

#automanager-io .fa-magic:before {
  content: "\f0d0";
}

#automanager-io .fa-magnet:before {
  content: "\f076";
}

#automanager-io .fa-mail-bulk:before {
  content: "\f674";
}

#automanager-io .fa-mailchimp:before {
  content: "\f59e";
}

#automanager-io .fa-male:before {
  content: "\f183";
}

#automanager-io .fa-mandalorian:before {
  content: "\f50f";
}

#automanager-io .fa-mandolin:before {
  content: "\f6f9";
}

#automanager-io .fa-map:before {
  content: "\f279";
}

#automanager-io .fa-map-marked:before {
  content: "\f59f";
}

#automanager-io .fa-map-marked-alt:before {
  content: "\f5a0";
}

#automanager-io .fa-map-marker:before {
  content: "\f041";
}

#automanager-io .fa-map-marker-alt:before {
  content: "\f3c5";
}

#automanager-io .fa-map-marker-alt-slash:before {
  content: "\f605";
}

#automanager-io .fa-map-marker-check:before {
  content: "\f606";
}

#automanager-io .fa-map-marker-edit:before {
  content: "\f607";
}

#automanager-io .fa-map-marker-exclamation:before {
  content: "\f608";
}

#automanager-io .fa-map-marker-minus:before {
  content: "\f609";
}

#automanager-io .fa-map-marker-plus:before {
  content: "\f60a";
}

#automanager-io .fa-map-marker-question:before {
  content: "\f60b";
}

#automanager-io .fa-map-marker-slash:before {
  content: "\f60c";
}

#automanager-io .fa-map-marker-smile:before {
  content: "\f60d";
}

#automanager-io .fa-map-marker-times:before {
  content: "\f60e";
}

#automanager-io .fa-map-pin:before {
  content: "\f276";
}

#automanager-io .fa-map-signs:before {
  content: "\f277";
}

#automanager-io .fa-markdown:before {
  content: "\f60f";
}

#automanager-io .fa-marker:before {
  content: "\f5a1";
}

#automanager-io .fa-mars:before {
  content: "\f222";
}

#automanager-io .fa-mars-double:before {
  content: "\f227";
}

#automanager-io .fa-mars-stroke:before {
  content: "\f229";
}

#automanager-io .fa-mars-stroke-h:before {
  content: "\f22b";
}

#automanager-io .fa-mars-stroke-v:before {
  content: "\f22a";
}

#automanager-io .fa-mask:before {
  content: "\f6fa";
}

#automanager-io .fa-mastodon:before {
  content: "\f4f6";
}

#automanager-io .fa-maxcdn:before {
  content: "\f136";
}

#automanager-io .fa-medal:before {
  content: "\f5a2";
}

#automanager-io .fa-medapps:before {
  content: "\f3c6";
}

#automanager-io .fa-medium:before {
  content: "\f23a";
}

#automanager-io .fa-medium-m:before {
  content: "\f3c7";
}

#automanager-io .fa-medkit:before {
  content: "\f0fa";
}

#automanager-io .fa-medrt:before {
  content: "\f3c8";
}

#automanager-io .fa-meetup:before {
  content: "\f2e0";
}

#automanager-io .fa-megaphone:before {
  content: "\f675";
}

#automanager-io .fa-megaport:before {
  content: "\f5a3";
}

#automanager-io .fa-meh:before {
  content: "\f11a";
}

#automanager-io .fa-meh-blank:before {
  content: "\f5a4";
}

#automanager-io .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

#automanager-io .fa-memory:before {
  content: "\f538";
}

#automanager-io .fa-mendeley:before {
  content: "\f7b3";
}

#automanager-io .fa-menorah:before {
  content: "\f676";
}

#automanager-io .fa-mercury:before {
  content: "\f223";
}

#automanager-io .fa-meteor:before {
  content: "\f753";
}

#automanager-io .fa-microchip:before {
  content: "\f2db";
}

#automanager-io .fa-microphone:before {
  content: "\f130";
}

#automanager-io .fa-microphone-alt:before {
  content: "\f3c9";
}

#automanager-io .fa-microphone-alt-slash:before {
  content: "\f539";
}

#automanager-io .fa-microphone-slash:before {
  content: "\f131";
}

#automanager-io .fa-microscope:before {
  content: "\f610";
}

#automanager-io .fa-microsoft:before {
  content: "\f3ca";
}

#automanager-io .fa-mind-share:before {
  content: "\f677";
}

#automanager-io .fa-minus:before {
  content: "\f068";
}

#automanager-io .fa-minus-circle:before {
  content: "\f056";
}

#automanager-io .fa-minus-hexagon:before {
  content: "\f307";
}

#automanager-io .fa-minus-octagon:before {
  content: "\f308";
}

#automanager-io .fa-minus-square:before {
  content: "\f146";
}

#automanager-io .fa-mistletoe:before {
  content: "\f7b4";
}

#automanager-io .fa-mitten:before {
  content: "\f7b5";
}

#automanager-io .fa-mix:before {
  content: "\f3cb";
}

#automanager-io .fa-mixcloud:before {
  content: "\f289";
}

#automanager-io .fa-mizuni:before {
  content: "\f3cc";
}

#automanager-io .fa-mobile:before {
  content: "\f10b";
}

#automanager-io .fa-mobile-alt:before {
  content: "\f3cd";
}

#automanager-io .fa-mobile-android:before {
  content: "\f3ce";
}

#automanager-io .fa-mobile-android-alt:before {
  content: "\f3cf";
}

#automanager-io .fa-modx:before {
  content: "\f285";
}

#automanager-io .fa-monero:before {
  content: "\f3d0";
}

#automanager-io .fa-money-bill:before {
  content: "\f0d6";
}

#automanager-io .fa-money-bill-alt:before {
  content: "\f3d1";
}

#automanager-io .fa-money-bill-wave:before {
  content: "\f53a";
}

#automanager-io .fa-money-bill-wave-alt:before {
  content: "\f53b";
}

#automanager-io .fa-money-check:before {
  content: "\f53c";
}

#automanager-io .fa-money-check-alt:before {
  content: "\f53d";
}

#automanager-io .fa-monitor-heart-rate:before {
  content: "\f611";
}

#automanager-io .fa-monkey:before {
  content: "\f6fb";
}

#automanager-io .fa-monument:before {
  content: "\f5a6";
}

#automanager-io .fa-moon:before {
  content: "\f186";
}

#automanager-io .fa-moon-cloud:before {
  content: "\f754";
}

#automanager-io .fa-moon-stars:before {
  content: "\f755";
}

#automanager-io .fa-mortar-pestle:before {
  content: "\f5a7";
}

#automanager-io .fa-mosque:before {
  content: "\f678";
}

#automanager-io .fa-motorcycle:before {
  content: "\f21c";
}

#automanager-io .fa-mountain:before {
  content: "\f6fc";
}

#automanager-io .fa-mountains:before {
  content: "\f6fd";
}

#automanager-io .fa-mouse-pointer:before {
  content: "\f245";
}

#automanager-io .fa-mug-hot:before {
  content: "\f7b6";
}

#automanager-io .fa-mug-marshmallows:before {
  content: "\f7b7";
}

#automanager-io .fa-music:before {
  content: "\f001";
}

#automanager-io .fa-napster:before {
  content: "\f3d2";
}

#automanager-io .fa-narwhal:before {
  content: "\f6fe";
}

#automanager-io .fa-neos:before {
  content: "\f612";
}

#automanager-io .fa-network-wired:before {
  content: "\f6ff";
}

#automanager-io .fa-neuter:before {
  content: "\f22c";
}

#automanager-io .fa-newspaper:before {
  content: "\f1ea";
}

#automanager-io .fa-nimblr:before {
  content: "\f5a8";
}

#automanager-io .fa-nintendo-switch:before {
  content: "\f418";
}

#automanager-io .fa-node:before {
  content: "\f419";
}

#automanager-io .fa-node-js:before {
  content: "\f3d3";
}

#automanager-io .fa-not-equal:before {
  content: "\f53e";
}

#automanager-io .fa-notes-medical:before {
  content: "\f481";
}

#automanager-io .fa-npm:before {
  content: "\f3d4";
}

#automanager-io .fa-ns8:before {
  content: "\f3d5";
}

#automanager-io .fa-nutritionix:before {
  content: "\f3d6";
}

#automanager-io .fa-object-group:before {
  content: "\f247";
}

#automanager-io .fa-object-ungroup:before {
  content: "\f248";
}

#automanager-io .fa-octagon:before {
  content: "\f306";
}

#automanager-io .fa-odnoklassniki:before {
  content: "\f263";
}

#automanager-io .fa-odnoklassniki-square:before {
  content: "\f264";
}

#automanager-io .fa-oil-can:before {
  content: "\f613";
}

#automanager-io .fa-oil-temp:before {
  content: "\f614";
}

#automanager-io .fa-old-republic:before {
  content: "\f510";
}

#automanager-io .fa-om:before {
  content: "\f679";
}

#automanager-io .fa-omega:before {
  content: "\f67a";
}

#automanager-io .fa-opencart:before {
  content: "\f23d";
}

#automanager-io .fa-openid:before {
  content: "\f19b";
}

#automanager-io .fa-opera:before {
  content: "\f26a";
}

#automanager-io .fa-optin-monster:before {
  content: "\f23c";
}

#automanager-io .fa-ornament:before {
  content: "\f7b8";
}

#automanager-io .fa-osi:before {
  content: "\f41a";
}

#automanager-io .fa-otter:before {
  content: "\f700";
}

#automanager-io .fa-outdent:before {
  content: "\f03b";
}

#automanager-io .fa-page4:before {
  content: "\f3d7";
}

#automanager-io .fa-pagelines:before {
  content: "\f18c";
}

#automanager-io .fa-paint-brush:before {
  content: "\f1fc";
}

#automanager-io .fa-paint-brush-alt:before {
  content: "\f5a9";
}

#automanager-io .fa-paint-roller:before {
  content: "\f5aa";
}

#automanager-io .fa-palette:before {
  content: "\f53f";
}

#automanager-io .fa-palfed:before {
  content: "\f3d8";
}

#automanager-io .fa-pallet:before {
  content: "\f482";
}

#automanager-io .fa-pallet-alt:before {
  content: "\f483";
}

#automanager-io .fa-paper-plane:before {
  content: "\f1d8";
}

#automanager-io .fa-paperclip:before {
  content: "\f0c6";
}

#automanager-io .fa-parachute-box:before {
  content: "\f4cd";
}

#automanager-io .fa-paragraph:before {
  content: "\f1dd";
}

#automanager-io .fa-parking:before {
  content: "\f540";
}

#automanager-io .fa-parking-circle:before {
  content: "\f615";
}

#automanager-io .fa-parking-circle-slash:before {
  content: "\f616";
}

#automanager-io .fa-parking-slash:before {
  content: "\f617";
}

#automanager-io .fa-passport:before {
  content: "\f5ab";
}

#automanager-io .fa-pastafarianism:before {
  content: "\f67b";
}

#automanager-io .fa-paste:before {
  content: "\f0ea";
}

#automanager-io .fa-patreon:before {
  content: "\f3d9";
}

#automanager-io .fa-pause:before {
  content: "\f04c";
}

#automanager-io .fa-pause-circle:before {
  content: "\f28b";
}

#automanager-io .fa-paw:before {
  content: "\f1b0";
}

#automanager-io .fa-paw-alt:before {
  content: "\f701";
}

#automanager-io .fa-paw-claws:before {
  content: "\f702";
}

#automanager-io .fa-paypal:before {
  content: "\f1ed";
}

#automanager-io .fa-peace:before {
  content: "\f67c";
}

#automanager-io .fa-pegasus:before {
  content: "\f703";
}

#automanager-io .fa-pen:before {
  content: "\f304";
}

#automanager-io .fa-pen-alt:before {
  content: "\f305";
}

#automanager-io .fa-pen-fancy:before {
  content: "\f5ac";
}

#automanager-io .fa-pen-nib:before {
  content: "\f5ad";
}

#automanager-io .fa-pen-square:before {
  content: "\f14b";
}

#automanager-io .fa-pencil:before {
  content: "\f040";
}

#automanager-io .fa-pencil-alt:before {
  content: "\f303";
}

#automanager-io .fa-pencil-paintbrush:before {
  content: "\f618";
}

#automanager-io .fa-pencil-ruler:before {
  content: "\f5ae";
}

#automanager-io .fa-pennant:before {
  content: "\f456";
}

#automanager-io .fa-penny-arcade:before {
  content: "\f704";
}

#automanager-io .fa-people-carry:before {
  content: "\f4ce";
}

#automanager-io .fa-percent:before {
  content: "\f295";
}

#automanager-io .fa-percentage:before {
  content: "\f541";
}

#automanager-io .fa-periscope:before {
  content: "\f3da";
}

#automanager-io .fa-person-booth:before {
  content: "\f756";
}

#automanager-io .fa-person-carry:before {
  content: "\f4cf";
}

#automanager-io .fa-person-dolly:before {
  content: "\f4d0";
}

#automanager-io .fa-person-dolly-empty:before {
  content: "\f4d1";
}

#automanager-io .fa-person-sign:before {
  content: "\f757";
}

#automanager-io .fa-phabricator:before {
  content: "\f3db";
}

#automanager-io .fa-phoenix-framework:before {
  content: "\f3dc";
}

#automanager-io .fa-phoenix-squadron:before {
  content: "\f511";
}

#automanager-io .fa-phone:before {
  content: "\f095";
}

#automanager-io .fa-phone-office:before {
  content: "\f67d";
}

#automanager-io .fa-phone-plus:before {
  content: "\f4d2";
}

#automanager-io .fa-phone-slash:before {
  content: "\f3dd";
}

#automanager-io .fa-phone-square:before {
  content: "\f098";
}

#automanager-io .fa-phone-volume:before {
  content: "\f2a0";
}

#automanager-io .fa-php:before {
  content: "\f457";
}

#automanager-io .fa-pi:before {
  content: "\f67e";
}

#automanager-io .fa-pie:before {
  content: "\f705";
}

#automanager-io .fa-pied-piper:before {
  content: "\f2ae";
}

#automanager-io .fa-pied-piper-alt:before {
  content: "\f1a8";
}

#automanager-io .fa-pied-piper-hat:before {
  content: "\f4e5";
}

#automanager-io .fa-pied-piper-pp:before {
  content: "\f1a7";
}

#automanager-io .fa-pig:before {
  content: "\f706";
}

#automanager-io .fa-piggy-bank:before {
  content: "\f4d3";
}

#automanager-io .fa-pills:before {
  content: "\f484";
}

#automanager-io .fa-pinterest:before {
  content: "\f0d2";
}

#automanager-io .fa-pinterest-p:before {
  content: "\f231";
}

#automanager-io .fa-pinterest-square:before {
  content: "\f0d3";
}

#automanager-io .fa-place-of-worship:before {
  content: "\f67f";
}

#automanager-io .fa-plane:before {
  content: "\f072";
}

#automanager-io .fa-plane-alt:before {
  content: "\f3de";
}

#automanager-io .fa-plane-arrival:before {
  content: "\f5af";
}

#automanager-io .fa-plane-departure:before {
  content: "\f5b0";
}

#automanager-io .fa-play:before {
  content: "\f04b";
}

#automanager-io .fa-play-circle:before {
  content: "\f144";
}

#automanager-io .fa-playstation:before {
  content: "\f3df";
}

#automanager-io .fa-plug:before {
  content: "\f1e6";
}

#automanager-io .fa-plus:before {
  content: "\f067";
}

#automanager-io .fa-plus-circle:before {
  content: "\f055";
}

#automanager-io .fa-plus-hexagon:before {
  content: "\f300";
}

#automanager-io .fa-plus-octagon:before {
  content: "\f301";
}

#automanager-io .fa-plus-square:before {
  content: "\f0fe";
}

#automanager-io .fa-podcast:before {
  content: "\f2ce";
}

#automanager-io .fa-podium:before {
  content: "\f680";
}

#automanager-io .fa-podium-star:before {
  content: "\f758";
}

#automanager-io .fa-poll:before {
  content: "\f681";
}

#automanager-io .fa-poll-h:before {
  content: "\f682";
}

#automanager-io .fa-poll-people:before {
  content: "\f759";
}

#automanager-io .fa-poo:before {
  content: "\f2fe";
}

#automanager-io .fa-poo-storm:before {
  content: "\f75a";
}

#automanager-io .fa-poop:before {
  content: "\f619";
}

#automanager-io .fa-portrait:before {
  content: "\f3e0";
}

#automanager-io .fa-pound-sign:before {
  content: "\f154";
}

#automanager-io .fa-power-off:before {
  content: "\f011";
}

#automanager-io .fa-pray:before {
  content: "\f683";
}

#automanager-io .fa-praying-hands:before {
  content: "\f684";
}

#automanager-io .fa-prescription:before {
  content: "\f5b1";
}

#automanager-io .fa-prescription-bottle:before {
  content: "\f485";
}

#automanager-io .fa-prescription-bottle-alt:before {
  content: "\f486";
}

#automanager-io .fa-presentation:before {
  content: "\f685";
}

#automanager-io .fa-print:before {
  content: "\f02f";
}

#automanager-io .fa-print-slash:before {
  content: "\f686";
}

#automanager-io .fa-procedures:before {
  content: "\f487";
}

#automanager-io .fa-product-hunt:before {
  content: "\f288";
}

#automanager-io .fa-project-diagram:before {
  content: "\f542";
}

#automanager-io .fa-pumpkin:before {
  content: "\f707";
}

#automanager-io .fa-pushed:before {
  content: "\f3e1";
}

#automanager-io .fa-puzzle-piece:before {
  content: "\f12e";
}

#automanager-io .fa-python:before {
  content: "\f3e2";
}

#automanager-io .fa-qq:before {
  content: "\f1d6";
}

#automanager-io .fa-qrcode:before {
  content: "\f029";
}

#automanager-io .fa-question:before {
  content: "\f128";
}

#automanager-io .fa-question-circle:before {
  content: "\f059";
}

#automanager-io .fa-question-square:before {
  content: "\f2fd";
}

#automanager-io .fa-quidditch:before {
  content: "\f458";
}

#automanager-io .fa-quinscape:before {
  content: "\f459";
}

#automanager-io .fa-quora:before {
  content: "\f2c4";
}

#automanager-io .fa-quote-left:before {
  content: "\f10d";
}

#automanager-io .fa-quote-right:before {
  content: "\f10e";
}

#automanager-io .fa-quran:before {
  content: "\f687";
}

#automanager-io .fa-r-project:before {
  content: "\f4f7";
}

#automanager-io .fa-rabbit:before {
  content: "\f708";
}

#automanager-io .fa-rabbit-fast:before {
  content: "\f709";
}

#automanager-io .fa-racquet:before {
  content: "\f45a";
}

#automanager-io .fa-radiation:before {
  content: "\f7b9";
}

#automanager-io .fa-radiation-alt:before {
  content: "\f7ba";
}

#automanager-io .fa-rainbow:before {
  content: "\f75b";
}

#automanager-io .fa-raindrops:before {
  content: "\f75c";
}

#automanager-io .fa-ram:before {
  content: "\f70a";
}

#automanager-io .fa-ramp-loading:before {
  content: "\f4d4";
}

#automanager-io .fa-random:before {
  content: "\f074";
}

#automanager-io .fa-raspberry-pi:before {
  content: "\f7bb";
}

#automanager-io .fa-ravelry:before {
  content: "\f2d9";
}

#automanager-io .fa-react:before {
  content: "\f41b";
}

#automanager-io .fa-reacteurope:before {
  content: "\f75d";
}

#automanager-io .fa-readme:before {
  content: "\f4d5";
}

#automanager-io .fa-rebel:before {
  content: "\f1d0";
}

#automanager-io .fa-receipt:before {
  content: "\f543";
}

#automanager-io .fa-rectangle-landscape:before {
  content: "\f2fa";
}

#automanager-io .fa-rectangle-portrait:before {
  content: "\f2fb";
}

#automanager-io .fa-rectangle-wide:before {
  content: "\f2fc";
}

#automanager-io .fa-recycle:before {
  content: "\f1b8";
}

#automanager-io .fa-red-river:before {
  content: "\f3e3";
}

#automanager-io .fa-reddit:before {
  content: "\f1a1";
}

#automanager-io .fa-reddit-alien:before {
  content: "\f281";
}

#automanager-io .fa-reddit-square:before {
  content: "\f1a2";
}

#automanager-io .fa-redhat:before {
  content: "\f7bc";
}

#automanager-io .fa-redo:before {
  content: "\f01e";
}

#automanager-io .fa-redo-alt:before {
  content: "\f2f9";
}

#automanager-io .fa-registered:before {
  content: "\f25d";
}

#automanager-io .fa-renren:before {
  content: "\f18b";
}

#automanager-io .fa-repeat:before {
  content: "\f363";
}

#automanager-io .fa-repeat-1:before {
  content: "\f365";
}

#automanager-io .fa-repeat-1-alt:before {
  content: "\f366";
}

#automanager-io .fa-repeat-alt:before {
  content: "\f364";
}

#automanager-io .fa-reply:before {
  content: "\f3e5";
}

#automanager-io .fa-reply-all:before {
  content: "\f122";
}

#automanager-io .fa-replyd:before {
  content: "\f3e6";
}

#automanager-io .fa-republican:before {
  content: "\f75e";
}

#automanager-io .fa-researchgate:before {
  content: "\f4f8";
}

#automanager-io .fa-resolving:before {
  content: "\f3e7";
}

#automanager-io .fa-restroom:before {
  content: "\f7bd";
}

#automanager-io .fa-retweet:before {
  content: "\f079";
}

#automanager-io .fa-retweet-alt:before {
  content: "\f361";
}

#automanager-io .fa-rev:before {
  content: "\f5b2";
}

#automanager-io .fa-ribbon:before {
  content: "\f4d6";
}

#automanager-io .fa-ring:before {
  content: "\f70b";
}

#automanager-io .fa-road:before {
  content: "\f018";
}

#automanager-io .fa-robot:before {
  content: "\f544";
}

#automanager-io .fa-rocket:before {
  content: "\f135";
}

#automanager-io .fa-rocketchat:before {
  content: "\f3e8";
}

#automanager-io .fa-rockrms:before {
  content: "\f3e9";
}

#automanager-io .fa-route:before {
  content: "\f4d7";
}

#automanager-io .fa-route-highway:before {
  content: "\f61a";
}

#automanager-io .fa-route-interstate:before {
  content: "\f61b";
}

#automanager-io .fa-rss:before {
  content: "\f09e";
}

#automanager-io .fa-rss-square:before {
  content: "\f143";
}

#automanager-io .fa-ruble-sign:before {
  content: "\f158";
}

#automanager-io .fa-ruler:before {
  content: "\f545";
}

#automanager-io .fa-ruler-combined:before {
  content: "\f546";
}

#automanager-io .fa-ruler-horizontal:before {
  content: "\f547";
}

#automanager-io .fa-ruler-triangle:before {
  content: "\f61c";
}

#automanager-io .fa-ruler-vertical:before {
  content: "\f548";
}

#automanager-io .fa-running:before {
  content: "\f70c";
}

#automanager-io .fa-rupee-sign:before {
  content: "\f156";
}

#automanager-io .fa-rv:before {
  content: "\f7be";
}

#automanager-io .fa-sad-cry:before {
  content: "\f5b3";
}

#automanager-io .fa-sad-tear:before {
  content: "\f5b4";
}

#automanager-io .fa-safari:before {
  content: "\f267";
}

#automanager-io .fa-sass:before {
  content: "\f41e";
}

#automanager-io .fa-satellite:before {
  content: "\f7bf";
}

#automanager-io .fa-satellite-dish:before {
  content: "\f7c0";
}

#automanager-io .fa-save:before {
  content: "\f0c7";
}

#automanager-io .fa-scalpel:before {
  content: "\f61d";
}

#automanager-io .fa-scalpel-path:before {
  content: "\f61e";
}

#automanager-io .fa-scanner:before {
  content: "\f488";
}

#automanager-io .fa-scanner-keyboard:before {
  content: "\f489";
}

#automanager-io .fa-scanner-touchscreen:before {
  content: "\f48a";
}

#automanager-io .fa-scarecrow:before {
  content: "\f70d";
}

#automanager-io .fa-scarf:before {
  content: "\f7c1";
}

#automanager-io .fa-schlix:before {
  content: "\f3ea";
}

#automanager-io .fa-school:before {
  content: "\f549";
}

#automanager-io .fa-screwdriver:before {
  content: "\f54a";
}

#automanager-io .fa-scribd:before {
  content: "\f28a";
}

#automanager-io .fa-scroll:before {
  content: "\f70e";
}

#automanager-io .fa-scroll-old:before {
  content: "\f70f";
}

#automanager-io .fa-scrubber:before {
  content: "\f2f8";
}

#automanager-io .fa-scythe:before {
  content: "\f710";
}

#automanager-io .fa-sd-card:before {
  content: "\f7c2";
}

#automanager-io .fa-search:before {
  content: "\f002";
}

#automanager-io .fa-search-dollar:before {
  content: "\f688";
}

#automanager-io .fa-search-location:before {
  content: "\f689";
}

#automanager-io .fa-search-minus:before {
  content: "\f010";
}

#automanager-io .fa-search-plus:before {
  content: "\f00e";
}

#automanager-io .fa-searchengin:before {
  content: "\f3eb";
}

#automanager-io .fa-seedling:before {
  content: "\f4d8";
}

#automanager-io .fa-sellcast:before {
  content: "\f2da";
}

#automanager-io .fa-sellsy:before {
  content: "\f213";
}

#automanager-io .fa-server:before {
  content: "\f233";
}

#automanager-io .fa-servicestack:before {
  content: "\f3ec";
}

#automanager-io .fa-shapes:before {
  content: "\f61f";
}

#automanager-io .fa-share:before {
  content: "\f064";
}

#automanager-io .fa-share-all:before {
  content: "\f367";
}

#automanager-io .fa-share-alt:before {
  content: "\f1e0";
}

#automanager-io .fa-share-alt-square:before {
  content: "\f1e1";
}

#automanager-io .fa-share-square:before {
  content: "\f14d";
}

#automanager-io .fa-sheep:before {
  content: "\f711";
}

#automanager-io .fa-shekel-sign:before {
  content: "\f20b";
}

#automanager-io .fa-shield:before {
  content: "\f132";
}

#automanager-io .fa-shield-alt:before {
  content: "\f3ed";
}

#automanager-io .fa-shield-check:before {
  content: "\f2f7";
}

#automanager-io .fa-shield-cross:before {
  content: "\f712";
}

#automanager-io .fa-ship:before {
  content: "\f21a";
}

#automanager-io .fa-shipping-fast:before {
  content: "\f48b";
}

#automanager-io .fa-shipping-timed:before {
  content: "\f48c";
}

#automanager-io .fa-shirtsinbulk:before {
  content: "\f214";
}

#automanager-io .fa-shoe-prints:before {
  content: "\f54b";
}

#automanager-io .fa-shopping-bag:before {
  content: "\f290";
}

#automanager-io .fa-shopping-basket:before {
  content: "\f291";
}

#automanager-io .fa-shopping-cart:before {
  content: "\f07a";
}

#automanager-io .fa-shopware:before {
  content: "\f5b5";
}

#automanager-io .fa-shovel:before {
  content: "\f713";
}

#automanager-io .fa-shovel-snow:before {
  content: "\f7c3";
}

#automanager-io .fa-shower:before {
  content: "\f2cc";
}

#automanager-io .fa-shredder:before {
  content: "\f68a";
}

#automanager-io .fa-shuttle-van:before {
  content: "\f5b6";
}

#automanager-io .fa-shuttlecock:before {
  content: "\f45b";
}

#automanager-io .fa-sigma:before {
  content: "\f68b";
}

#automanager-io .fa-sign:before {
  content: "\f4d9";
}

#automanager-io .fa-sign-in:before {
  content: "\f090";
}

#automanager-io .fa-sign-in-alt:before {
  content: "\f2f6";
}

#automanager-io .fa-sign-language:before {
  content: "\f2a7";
}

#automanager-io .fa-sign-out:before {
  content: "\f08b";
}

#automanager-io .fa-sign-out-alt:before {
  content: "\f2f5";
}

#automanager-io .fa-signal:before {
  content: "\f012";
}

#automanager-io .fa-signal-1:before {
  content: "\f68c";
}

#automanager-io .fa-signal-2:before {
  content: "\f68d";
}

#automanager-io .fa-signal-3:before {
  content: "\f68e";
}

#automanager-io .fa-signal-4:before {
  content: "\f68f";
}

#automanager-io .fa-signal-alt:before {
  content: "\f690";
}

#automanager-io .fa-signal-alt-1:before {
  content: "\f691";
}

#automanager-io .fa-signal-alt-2:before {
  content: "\f692";
}

#automanager-io .fa-signal-alt-3:before {
  content: "\f693";
}

#automanager-io .fa-signal-alt-slash:before {
  content: "\f694";
}

#automanager-io .fa-signal-slash:before {
  content: "\f695";
}

#automanager-io .fa-signature:before {
  content: "\f5b7";
}

#automanager-io .fa-sim-card:before {
  content: "\f7c4";
}

#automanager-io .fa-simplybuilt:before {
  content: "\f215";
}

#automanager-io .fa-sistrix:before {
  content: "\f3ee";
}

#automanager-io .fa-sitemap:before {
  content: "\f0e8";
}

#automanager-io .fa-sith:before {
  content: "\f512";
}

#automanager-io .fa-skating:before {
  content: "\f7c5";
}

#automanager-io .fa-skeleton:before {
  content: "\f620";
}

#automanager-io .fa-sketch:before {
  content: "\f7c6";
}

#automanager-io .fa-ski-jump:before {
  content: "\f7c7";
}

#automanager-io .fa-ski-lift:before {
  content: "\f7c8";
}

#automanager-io .fa-skiing:before {
  content: "\f7c9";
}

#automanager-io .fa-skiing-nordic:before {
  content: "\f7ca";
}

#automanager-io .fa-skull:before {
  content: "\f54c";
}

#automanager-io .fa-skull-crossbones:before {
  content: "\f714";
}

#automanager-io .fa-skyatlas:before {
  content: "\f216";
}

#automanager-io .fa-skype:before {
  content: "\f17e";
}

#automanager-io .fa-slack:before {
  content: "\f198";
}

#automanager-io .fa-slack-hash:before {
  content: "\f3ef";
}

#automanager-io .fa-slash:before {
  content: "\f715";
}

#automanager-io .fa-sledding:before {
  content: "\f7cb";
}

#automanager-io .fa-sleigh:before {
  content: "\f7cc";
}

#automanager-io .fa-sliders-h:before {
  content: "\f1de";
}

#automanager-io .fa-sliders-h-square:before {
  content: "\f3f0";
}

#automanager-io .fa-sliders-v:before {
  content: "\f3f1";
}

#automanager-io .fa-sliders-v-square:before {
  content: "\f3f2";
}

#automanager-io .fa-slideshare:before {
  content: "\f1e7";
}

#automanager-io .fa-smile:before {
  content: "\f118";
}

#automanager-io .fa-smile-beam:before {
  content: "\f5b8";
}

#automanager-io .fa-smile-plus:before {
  content: "\f5b9";
}

#automanager-io .fa-smile-wink:before {
  content: "\f4da";
}

#automanager-io .fa-smog:before {
  content: "\f75f";
}

#automanager-io .fa-smoke:before {
  content: "\f760";
}

#automanager-io .fa-smoking:before {
  content: "\f48d";
}

#automanager-io .fa-smoking-ban:before {
  content: "\f54d";
}

#automanager-io .fa-sms:before {
  content: "\f7cd";
}

#automanager-io .fa-snake:before {
  content: "\f716";
}

#automanager-io .fa-snapchat:before {
  content: "\f2ab";
}

#automanager-io .fa-snapchat-ghost:before {
  content: "\f2ac";
}

#automanager-io .fa-snapchat-square:before {
  content: "\f2ad";
}

#automanager-io .fa-snow-blowing:before {
  content: "\f761";
}

#automanager-io .fa-snowboarding:before {
  content: "\f7ce";
}

#automanager-io .fa-snowflake:before {
  content: "\f2dc";
}

#automanager-io .fa-snowflakes:before {
  content: "\f7cf";
}

#automanager-io .fa-snowman:before {
  content: "\f7d0";
}

#automanager-io .fa-snowmobile:before {
  content: "\f7d1";
}

#automanager-io .fa-snowplow:before {
  content: "\f7d2";
}

#automanager-io .fa-socks:before {
  content: "\f696";
}

#automanager-io .fa-solar-panel:before {
  content: "\f5ba";
}

#automanager-io .fa-sort:before {
  content: "\f0dc";
}

#automanager-io .fa-sort-alpha-down:before {
  content: "\f15d";
}

#automanager-io .fa-sort-alpha-up:before {
  content: "\f15e";
}

#automanager-io .fa-sort-amount-down:before {
  content: "\f160";
}

#automanager-io .fa-sort-amount-up:before {
  content: "\f161";
}

#automanager-io .fa-sort-down:before {
  content: "\f0dd";
}

#automanager-io .fa-sort-numeric-down:before {
  content: "\f162";
}

#automanager-io .fa-sort-numeric-up:before {
  content: "\f163";
}

#automanager-io .fa-sort-up:before {
  content: "\f0de";
}

#automanager-io .fa-soundcloud:before {
  content: "\f1be";
}

#automanager-io .fa-sourcetree:before {
  content: "\f7d3";
}

#automanager-io .fa-spa:before {
  content: "\f5bb";
}

#automanager-io .fa-space-shuttle:before {
  content: "\f197";
}

#automanager-io .fa-spade:before {
  content: "\f2f4";
}

#automanager-io .fa-speakap:before {
  content: "\f3f3";
}

#automanager-io .fa-spider:before {
  content: "\f717";
}

#automanager-io .fa-spider-black-widow:before {
  content: "\f718";
}

#automanager-io .fa-spider-web:before {
  content: "\f719";
}

#automanager-io .fa-spinner:before {
  content: "\f110";
}

#automanager-io .fa-spinner-third:before {
  content: "\f3f4";
}

#automanager-io .fa-splotch:before {
  content: "\f5bc";
}

#automanager-io .fa-spotify:before {
  content: "\f1bc";
}

#automanager-io .fa-spray-can:before {
  content: "\f5bd";
}

#automanager-io .fa-square:before {
  content: "\f0c8";
}

#automanager-io .fa-square-full:before {
  content: "\f45c";
}

#automanager-io .fa-square-root:before {
  content: "\f697";
}

#automanager-io .fa-square-root-alt:before {
  content: "\f698";
}

#automanager-io .fa-squarespace:before {
  content: "\f5be";
}

#automanager-io .fa-squirrel:before {
  content: "\f71a";
}

#automanager-io .fa-stack-exchange:before {
  content: "\f18d";
}

#automanager-io .fa-stack-overflow:before {
  content: "\f16c";
}

#automanager-io .fa-staff:before {
  content: "\f71b";
}

#automanager-io .fa-stamp:before {
  content: "\f5bf";
}

#automanager-io .fa-star:before {
  content: "\f005";
}

#automanager-io .fa-star-and-crescent:before {
  content: "\f699";
}

#automanager-io .fa-star-christmas:before {
  content: "\f7d4";
}

#automanager-io .fa-star-exclamation:before {
  content: "\f2f3";
}

#automanager-io .fa-star-half:before {
  content: "\f089";
}

#automanager-io .fa-star-half-alt:before {
  content: "\f5c0";
}

#automanager-io .fa-star-of-david:before {
  content: "\f69a";
}

#automanager-io .fa-star-of-life:before {
  content: "\f621";
}

#automanager-io .fa-stars:before {
  content: "\f762";
}

#automanager-io .fa-staylinked:before {
  content: "\f3f5";
}

#automanager-io .fa-steam:before {
  content: "\f1b6";
}

#automanager-io .fa-steam-square:before {
  content: "\f1b7";
}

#automanager-io .fa-steam-symbol:before {
  content: "\f3f6";
}

#automanager-io .fa-steering-wheel:before {
  content: "\f622";
}

#automanager-io .fa-step-backward:before {
  content: "\f048";
}

#automanager-io .fa-step-forward:before {
  content: "\f051";
}

#automanager-io .fa-stethoscope:before {
  content: "\f0f1";
}

#automanager-io .fa-sticker-mule:before {
  content: "\f3f7";
}

#automanager-io .fa-sticky-note:before {
  content: "\f249";
}

#automanager-io .fa-stocking:before {
  content: "\f7d5";
}

#automanager-io .fa-stomach:before {
  content: "\f623";
}

#automanager-io .fa-stop:before {
  content: "\f04d";
}

#automanager-io .fa-stop-circle:before {
  content: "\f28d";
}

#automanager-io .fa-stopwatch:before {
  content: "\f2f2";
}

#automanager-io .fa-store:before {
  content: "\f54e";
}

#automanager-io .fa-store-alt:before {
  content: "\f54f";
}

#automanager-io .fa-strava:before {
  content: "\f428";
}

#automanager-io .fa-stream:before {
  content: "\f550";
}

#automanager-io .fa-street-view:before {
  content: "\f21d";
}

#automanager-io .fa-strikethrough:before {
  content: "\f0cc";
}

#automanager-io .fa-stripe:before {
  content: "\f429";
}

#automanager-io .fa-stripe-s:before {
  content: "\f42a";
}

#automanager-io .fa-stroopwafel:before {
  content: "\f551";
}

#automanager-io .fa-studiovinari:before {
  content: "\f3f8";
}

#automanager-io .fa-stumbleupon:before {
  content: "\f1a4";
}

#automanager-io .fa-stumbleupon-circle:before {
  content: "\f1a3";
}

#automanager-io .fa-subscript:before {
  content: "\f12c";
}

#automanager-io .fa-subway:before {
  content: "\f239";
}

#automanager-io .fa-suitcase:before {
  content: "\f0f2";
}

#automanager-io .fa-suitcase-rolling:before {
  content: "\f5c1";
}

#automanager-io .fa-sun:before {
  content: "\f185";
}

#automanager-io .fa-sun-cloud:before {
  content: "\f763";
}

#automanager-io .fa-sun-dust:before {
  content: "\f764";
}

#automanager-io .fa-sun-haze:before {
  content: "\f765";
}

#automanager-io .fa-sunrise:before {
  content: "\f766";
}

#automanager-io .fa-sunset:before {
  content: "\f767";
}

#automanager-io .fa-superpowers:before {
  content: "\f2dd";
}

#automanager-io .fa-superscript:before {
  content: "\f12b";
}

#automanager-io .fa-supple:before {
  content: "\f3f9";
}

#automanager-io .fa-surprise:before {
  content: "\f5c2";
}

#automanager-io .fa-suse:before {
  content: "\f7d6";
}

#automanager-io .fa-swatchbook:before {
  content: "\f5c3";
}

#automanager-io .fa-swimmer:before {
  content: "\f5c4";
}

#automanager-io .fa-swimming-pool:before {
  content: "\f5c5";
}

#automanager-io .fa-sword:before {
  content: "\f71c";
}

#automanager-io .fa-swords:before {
  content: "\f71d";
}

#automanager-io .fa-synagogue:before {
  content: "\f69b";
}

#automanager-io .fa-sync:before {
  content: "\f021";
}

#automanager-io .fa-sync-alt:before {
  content: "\f2f1";
}

#automanager-io .fa-syringe:before {
  content: "\f48e";
}

#automanager-io .fa-table:before {
  content: "\f0ce";
}

#automanager-io .fa-table-tennis:before {
  content: "\f45d";
}

#automanager-io .fa-tablet:before {
  content: "\f10a";
}

#automanager-io .fa-tablet-alt:before {
  content: "\f3fa";
}

#automanager-io .fa-tablet-android:before {
  content: "\f3fb";
}

#automanager-io .fa-tablet-android-alt:before {
  content: "\f3fc";
}

#automanager-io .fa-tablet-rugged:before {
  content: "\f48f";
}

#automanager-io .fa-tablets:before {
  content: "\f490";
}

#automanager-io .fa-tachometer:before {
  content: "\f0e4";
}

#automanager-io .fa-tachometer-alt:before {
  content: "\f3fd";
}

#automanager-io .fa-tachometer-alt-average:before {
  content: "\f624";
}

#automanager-io .fa-tachometer-alt-fast:before {
  content: "\f625";
}

#automanager-io .fa-tachometer-alt-fastest:before {
  content: "\f626";
}

#automanager-io .fa-tachometer-alt-slow:before {
  content: "\f627";
}

#automanager-io .fa-tachometer-alt-slowest:before {
  content: "\f628";
}

#automanager-io .fa-tachometer-average:before {
  content: "\f629";
}

#automanager-io .fa-tachometer-fast:before {
  content: "\f62a";
}

#automanager-io .fa-tachometer-fastest:before {
  content: "\f62b";
}

#automanager-io .fa-tachometer-slow:before {
  content: "\f62c";
}

#automanager-io .fa-tachometer-slowest:before {
  content: "\f62d";
}

#automanager-io .fa-tag:before {
  content: "\f02b";
}

#automanager-io .fa-tags:before {
  content: "\f02c";
}

#automanager-io .fa-tally:before {
  content: "\f69c";
}

#automanager-io .fa-tape:before {
  content: "\f4db";
}

#automanager-io .fa-tasks:before {
  content: "\f0ae";
}

#automanager-io .fa-taxi:before {
  content: "\f1ba";
}

#automanager-io .fa-teamspeak:before {
  content: "\f4f9";
}

#automanager-io .fa-teeth:before {
  content: "\f62e";
}

#automanager-io .fa-teeth-open:before {
  content: "\f62f";
}

#automanager-io .fa-telegram:before {
  content: "\f2c6";
}

#automanager-io .fa-telegram-plane:before {
  content: "\f3fe";
}

#automanager-io .fa-temperature-frigid:before {
  content: "\f768";
}

#automanager-io .fa-temperature-high:before {
  content: "\f769";
}

#automanager-io .fa-temperature-hot:before {
  content: "\f76a";
}

#automanager-io .fa-temperature-low:before {
  content: "\f76b";
}

#automanager-io .fa-tencent-weibo:before {
  content: "\f1d5";
}

#automanager-io .fa-tenge:before {
  content: "\f7d7";
}

#automanager-io .fa-tennis-ball:before {
  content: "\f45e";
}

#automanager-io .fa-terminal:before {
  content: "\f120";
}

#automanager-io .fa-text-height:before {
  content: "\f034";
}

#automanager-io .fa-text-width:before {
  content: "\f035";
}

#automanager-io .fa-th:before {
  content: "\f00a";
}

#automanager-io .fa-th-large:before {
  content: "\f009";
}

#automanager-io .fa-th-list:before {
  content: "\f00b";
}

#automanager-io .fa-the-red-yeti:before {
  content: "\f69d";
}

#automanager-io .fa-theater-masks:before {
  content: "\f630";
}

#automanager-io .fa-themeco:before {
  content: "\f5c6";
}

#automanager-io .fa-themeisle:before {
  content: "\f2b2";
}

#automanager-io .fa-thermometer:before {
  content: "\f491";
}

#automanager-io .fa-thermometer-empty:before {
  content: "\f2cb";
}

#automanager-io .fa-thermometer-full:before {
  content: "\f2c7";
}

#automanager-io .fa-thermometer-half:before {
  content: "\f2c9";
}

#automanager-io .fa-thermometer-quarter:before {
  content: "\f2ca";
}

#automanager-io .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

#automanager-io .fa-theta:before {
  content: "\f69e";
}

#automanager-io .fa-think-peaks:before {
  content: "\f731";
}

#automanager-io .fa-thumbs-down:before {
  content: "\f165";
}

#automanager-io .fa-thumbs-up:before {
  content: "\f164";
}

#automanager-io .fa-thumbtack:before {
  content: "\f08d";
}

#automanager-io .fa-thunderstorm:before {
  content: "\f76c";
}

#automanager-io .fa-thunderstorm-moon:before {
  content: "\f76d";
}

#automanager-io .fa-thunderstorm-sun:before {
  content: "\f76e";
}

#automanager-io .fa-ticket:before {
  content: "\f145";
}

#automanager-io .fa-ticket-alt:before {
  content: "\f3ff";
}

#automanager-io .fa-tilde:before {
  content: "\f69f";
}

#automanager-io .fa-times:before {
  content: "\f00d";
}

#automanager-io .fa-times-circle:before {
  content: "\f057";
}

#automanager-io .fa-times-hexagon:before {
  content: "\f2ee";
}

#automanager-io .fa-times-octagon:before {
  content: "\f2f0";
}

#automanager-io .fa-times-square:before {
  content: "\f2d3";
}

#automanager-io .fa-tint:before {
  content: "\f043";
}

#automanager-io .fa-tint-slash:before {
  content: "\f5c7";
}

#automanager-io .fa-tire:before {
  content: "\f631";
}

#automanager-io .fa-tire-flat:before {
  content: "\f632";
}

#automanager-io .fa-tire-pressure-warning:before {
  content: "\f633";
}

#automanager-io .fa-tire-rugged:before {
  content: "\f634";
}

#automanager-io .fa-tired:before {
  content: "\f5c8";
}

#automanager-io .fa-toggle-off:before {
  content: "\f204";
}

#automanager-io .fa-toggle-on:before {
  content: "\f205";
}

#automanager-io .fa-toilet:before {
  content: "\f7d8";
}

#automanager-io .fa-toilet-paper:before {
  content: "\f71e";
}

#automanager-io .fa-toilet-paper-alt:before {
  content: "\f71f";
}

#automanager-io .fa-tombstone:before {
  content: "\f720";
}

#automanager-io .fa-tombstone-alt:before {
  content: "\f721";
}

#automanager-io .fa-toolbox:before {
  content: "\f552";
}

#automanager-io .fa-tools:before {
  content: "\f7d9";
}

#automanager-io .fa-tooth:before {
  content: "\f5c9";
}

#automanager-io .fa-toothbrush:before {
  content: "\f635";
}

#automanager-io .fa-torah:before {
  content: "\f6a0";
}

#automanager-io .fa-torii-gate:before {
  content: "\f6a1";
}

#automanager-io .fa-tornado:before {
  content: "\f76f";
}

#automanager-io .fa-tractor:before {
  content: "\f722";
}

#automanager-io .fa-trade-federation:before {
  content: "\f513";
}

#automanager-io .fa-trademark:before {
  content: "\f25c";
}

#automanager-io .fa-traffic-cone:before {
  content: "\f636";
}

#automanager-io .fa-traffic-light:before {
  content: "\f637";
}

#automanager-io .fa-traffic-light-go:before {
  content: "\f638";
}

#automanager-io .fa-traffic-light-slow:before {
  content: "\f639";
}

#automanager-io .fa-traffic-light-stop:before {
  content: "\f63a";
}

#automanager-io .fa-train:before {
  content: "\f238";
}

#automanager-io .fa-tram:before {
  content: "\f7da";
}

#automanager-io .fa-transgender:before {
  content: "\f224";
}

#automanager-io .fa-transgender-alt:before {
  content: "\f225";
}

#automanager-io .fa-trash:before {
  content: "\f1f8";
}

#automanager-io .fa-trash-alt:before {
  content: "\f2ed";
}

#automanager-io .fa-treasure-chest:before {
  content: "\f723";
}

#automanager-io .fa-tree:before {
  content: "\f1bb";
}

#automanager-io .fa-tree-alt:before {
  content: "\f400";
}

#automanager-io .fa-tree-christmas:before {
  content: "\f7db";
}

#automanager-io .fa-tree-decorated:before {
  content: "\f7dc";
}

#automanager-io .fa-tree-large:before {
  content: "\f7dd";
}

#automanager-io .fa-trees:before {
  content: "\f724";
}

#automanager-io .fa-trello:before {
  content: "\f181";
}

#automanager-io .fa-triangle:before {
  content: "\f2ec";
}

#automanager-io .fa-tripadvisor:before {
  content: "\f262";
}

#automanager-io .fa-trophy:before {
  content: "\f091";
}

#automanager-io .fa-trophy-alt:before {
  content: "\f2eb";
}

#automanager-io .fa-truck:before {
  content: "\f0d1";
}

#automanager-io .fa-truck-container:before {
  content: "\f4dc";
}

#automanager-io .fa-truck-couch:before {
  content: "\f4dd";
}

#automanager-io .fa-truck-loading:before {
  content: "\f4de";
}

#automanager-io .fa-truck-monster:before {
  content: "\f63b";
}

#automanager-io .fa-truck-moving:before {
  content: "\f4df";
}

#automanager-io .fa-truck-pickup:before {
  content: "\f63c";
}

#automanager-io .fa-truck-plow:before {
  content: "\f7de";
}

#automanager-io .fa-truck-ramp:before {
  content: "\f4e0";
}

#automanager-io .fa-tshirt:before {
  content: "\f553";
}

#automanager-io .fa-tty:before {
  content: "\f1e4";
}

#automanager-io .fa-tumblr:before {
  content: "\f173";
}

#automanager-io .fa-tumblr-square:before {
  content: "\f174";
}

#automanager-io .fa-turkey:before {
  content: "\f725";
}

#automanager-io .fa-turtle:before {
  content: "\f726";
}

#automanager-io .fa-tv:before {
  content: "\f26c";
}

#automanager-io .fa-tv-retro:before {
  content: "\f401";
}

#automanager-io .fa-twitch:before {
  content: "\f1e8";
}

#automanager-io .fa-twitter:before {
  content: "\f099";
}

#automanager-io .fa-twitter-square:before {
  content: "\f081";
}

#automanager-io .fa-typo3:before {
  content: "\f42b";
}

#automanager-io .fa-uber:before {
  content: "\f402";
}

#automanager-io .fa-ubuntu:before {
  content: "\f7df";
}

#automanager-io .fa-uikit:before {
  content: "\f403";
}

#automanager-io .fa-umbrella:before {
  content: "\f0e9";
}

#automanager-io .fa-umbrella-beach:before {
  content: "\f5ca";
}

#automanager-io .fa-underline:before {
  content: "\f0cd";
}

#automanager-io .fa-undo:before {
  content: "\f0e2";
}

#automanager-io .fa-undo-alt:before {
  content: "\f2ea";
}

#automanager-io .fa-unicorn:before {
  content: "\f727";
}

#automanager-io .fa-union:before {
  content: "\f6a2";
}

#automanager-io .fa-uniregistry:before {
  content: "\f404";
}

#automanager-io .fa-universal-access:before {
  content: "\f29a";
}

#automanager-io .fa-university:before {
  content: "\f19c";
}

#automanager-io .fa-unlink:before {
  content: "\f127";
}

#automanager-io .fa-unlock:before {
  content: "\f09c";
}

#automanager-io .fa-unlock-alt:before {
  content: "\f13e";
}

#automanager-io .fa-untappd:before {
  content: "\f405";
}

#automanager-io .fa-upload:before {
  content: "\f093";
}

#automanager-io .fa-ups:before {
  content: "\f7e0";
}

#automanager-io .fa-usb:before {
  content: "\f287";
}

#automanager-io .fa-usd-circle:before {
  content: "\f2e8";
}

#automanager-io .fa-usd-square:before {
  content: "\f2e9";
}

#automanager-io .fa-user:before {
  content: "\f007";
}

#automanager-io .fa-user-alt:before {
  content: "\f406";
}

#automanager-io .fa-user-alt-slash:before {
  content: "\f4fa";
}

#automanager-io .fa-user-astronaut:before {
  content: "\f4fb";
}

#automanager-io .fa-user-chart:before {
  content: "\f6a3";
}

#automanager-io .fa-user-check:before {
  content: "\f4fc";
}

#automanager-io .fa-user-circle:before {
  content: "\f2bd";
}

#automanager-io .fa-user-clock:before {
  content: "\f4fd";
}

#automanager-io .fa-user-cog:before {
  content: "\f4fe";
}

#automanager-io .fa-user-crown:before {
  content: "\f6a4";
}

#automanager-io .fa-user-edit:before {
  content: "\f4ff";
}

#automanager-io .fa-user-friends:before {
  content: "\f500";
}

#automanager-io .fa-user-graduate:before {
  content: "\f501";
}

#automanager-io .fa-user-injured:before {
  content: "\f728";
}

#automanager-io .fa-user-lock:before {
  content: "\f502";
}

#automanager-io .fa-user-md:before {
  content: "\f0f0";
}

#automanager-io .fa-user-minus:before {
  content: "\f503";
}

#automanager-io .fa-user-ninja:before {
  content: "\f504";
}

#automanager-io .fa-user-plus:before {
  content: "\f234";
}

#automanager-io .fa-user-secret:before {
  content: "\f21b";
}

#automanager-io .fa-user-shield:before {
  content: "\f505";
}

#automanager-io .fa-user-slash:before {
  content: "\f506";
}

#automanager-io .fa-user-tag:before {
  content: "\f507";
}

#automanager-io .fa-user-tie:before {
  content: "\f508";
}

#automanager-io .fa-user-times:before {
  content: "\f235";
}

#automanager-io .fa-users:before {
  content: "\f0c0";
}

#automanager-io .fa-users-class:before {
  content: "\f63d";
}

#automanager-io .fa-users-cog:before {
  content: "\f509";
}

#automanager-io .fa-users-crown:before {
  content: "\f6a5";
}

#automanager-io .fa-usps:before {
  content: "\f7e1";
}

#automanager-io .fa-ussunnah:before {
  content: "\f407";
}

#automanager-io .fa-utensil-fork:before {
  content: "\f2e3";
}

#automanager-io .fa-utensil-knife:before {
  content: "\f2e4";
}

#automanager-io .fa-utensil-spoon:before {
  content: "\f2e5";
}

#automanager-io .fa-utensils:before {
  content: "\f2e7";
}

#automanager-io .fa-utensils-alt:before {
  content: "\f2e6";
}

#automanager-io .fa-vaadin:before {
  content: "\f408";
}

#automanager-io .fa-value-absolute:before {
  content: "\f6a6";
}

#automanager-io .fa-vector-square:before {
  content: "\f5cb";
}

#automanager-io .fa-venus:before {
  content: "\f221";
}

#automanager-io .fa-venus-double:before {
  content: "\f226";
}

#automanager-io .fa-venus-mars:before {
  content: "\f228";
}

#automanager-io .fa-viacoin:before {
  content: "\f237";
}

#automanager-io .fa-viadeo:before {
  content: "\f2a9";
}

#automanager-io .fa-viadeo-square:before {
  content: "\f2aa";
}

#automanager-io .fa-vial:before {
  content: "\f492";
}

#automanager-io .fa-vials:before {
  content: "\f493";
}

#automanager-io .fa-viber:before {
  content: "\f409";
}

#automanager-io .fa-video:before {
  content: "\f03d";
}

#automanager-io .fa-video-plus:before {
  content: "\f4e1";
}

#automanager-io .fa-video-slash:before {
  content: "\f4e2";
}

#automanager-io .fa-vihara:before {
  content: "\f6a7";
}

#automanager-io .fa-vimeo:before {
  content: "\f40a";
}

#automanager-io .fa-vimeo-square:before {
  content: "\f194";
}

#automanager-io .fa-vimeo-v:before {
  content: "\f27d";
}

#automanager-io .fa-vine:before {
  content: "\f1ca";
}

#automanager-io .fa-vk:before {
  content: "\f189";
}

#automanager-io .fa-vnv:before {
  content: "\f40b";
}

#automanager-io .fa-volcano:before {
  content: "\f770";
}

#automanager-io .fa-volleyball-ball:before {
  content: "\f45f";
}

#automanager-io .fa-volume:before {
  content: "\f6a8";
}

#automanager-io .fa-volume-down:before {
  content: "\f027";
}

#automanager-io .fa-volume-mute:before {
  content: "\f6a9";
}

#automanager-io .fa-volume-off:before {
  content: "\f026";
}

#automanager-io .fa-volume-slash:before {
  content: "\f2e2";
}

#automanager-io .fa-volume-up:before {
  content: "\f028";
}

#automanager-io .fa-vote-nay:before {
  content: "\f771";
}

#automanager-io .fa-vote-yea:before {
  content: "\f772";
}

#automanager-io .fa-vr-cardboard:before {
  content: "\f729";
}

#automanager-io .fa-vuejs:before {
  content: "\f41f";
}

#automanager-io .fa-walking:before {
  content: "\f554";
}

#automanager-io .fa-wallet:before {
  content: "\f555";
}

#automanager-io .fa-wand:before {
  content: "\f72a";
}

#automanager-io .fa-wand-magic:before {
  content: "\f72b";
}

#automanager-io .fa-warehouse:before {
  content: "\f494";
}

#automanager-io .fa-warehouse-alt:before {
  content: "\f495";
}

#automanager-io .fa-watch:before {
  content: "\f2e1";
}

#automanager-io .fa-watch-fitness:before {
  content: "\f63e";
}

#automanager-io .fa-water:before {
  content: "\f773";
}

#automanager-io .fa-water-lower:before {
  content: "\f774";
}

#automanager-io .fa-water-rise:before {
  content: "\f775";
}

#automanager-io .fa-weebly:before {
  content: "\f5cc";
}

#automanager-io .fa-weibo:before {
  content: "\f18a";
}

#automanager-io .fa-weight:before {
  content: "\f496";
}

#automanager-io .fa-weight-hanging:before {
  content: "\f5cd";
}

#automanager-io .fa-weixin:before {
  content: "\f1d7";
}

#automanager-io .fa-whale:before {
  content: "\f72c";
}

#automanager-io .fa-whatsapp:before {
  content: "\f232";
}

#automanager-io .fa-whatsapp-square:before {
  content: "\f40c";
}

#automanager-io .fa-wheat:before {
  content: "\f72d";
}

#automanager-io .fa-wheelchair:before {
  content: "\f193";
}

#automanager-io .fa-whistle:before {
  content: "\f460";
}

#automanager-io .fa-whmcs:before {
  content: "\f40d";
}

#automanager-io .fa-wifi:before {
  content: "\f1eb";
}

#automanager-io .fa-wifi-1:before {
  content: "\f6aa";
}

#automanager-io .fa-wifi-2:before {
  content: "\f6ab";
}

#automanager-io .fa-wifi-slash:before {
  content: "\f6ac";
}

#automanager-io .fa-wikipedia-w:before {
  content: "\f266";
}

#automanager-io .fa-wind:before {
  content: "\f72e";
}

#automanager-io .fa-wind-warning:before {
  content: "\f776";
}

#automanager-io .fa-window:before {
  content: "\f40e";
}

#automanager-io .fa-window-alt:before {
  content: "\f40f";
}

#automanager-io .fa-window-close:before {
  content: "\f410";
}

#automanager-io .fa-window-maximize:before {
  content: "\f2d0";
}

#automanager-io .fa-window-minimize:before {
  content: "\f2d1";
}

#automanager-io .fa-window-restore:before {
  content: "\f2d2";
}

#automanager-io .fa-windows:before {
  content: "\f17a";
}

#automanager-io .fa-windsock:before {
  content: "\f777";
}

#automanager-io .fa-wine-bottle:before {
  content: "\f72f";
}

#automanager-io .fa-wine-glass:before {
  content: "\f4e3";
}

#automanager-io .fa-wine-glass-alt:before {
  content: "\f5ce";
}

#automanager-io .fa-wix:before {
  content: "\f5cf";
}

#automanager-io .fa-wizards-of-the-coast:before {
  content: "\f730";
}

#automanager-io .fa-wolf-pack-battalion:before {
  content: "\f514";
}

#automanager-io .fa-won-sign:before {
  content: "\f159";
}

#automanager-io .fa-wordpress:before {
  content: "\f19a";
}

#automanager-io .fa-wordpress-simple:before {
  content: "\f411";
}

#automanager-io .fa-wpbeginner:before {
  content: "\f297";
}

#automanager-io .fa-wpexplorer:before {
  content: "\f2de";
}

#automanager-io .fa-wpforms:before {
  content: "\f298";
}

#automanager-io .fa-wpressr:before {
  content: "\f3e4";
}

#automanager-io .fa-wreath:before {
  content: "\f7e2";
}

#automanager-io .fa-wrench:before {
  content: "\f0ad";
}

#automanager-io .fa-x-ray:before {
  content: "\f497";
}

#automanager-io .fa-xbox:before {
  content: "\f412";
}

#automanager-io .fa-xing:before {
  content: "\f168";
}

#automanager-io .fa-xing-square:before {
  content: "\f169";
}

#automanager-io .fa-y-combinator:before {
  content: "\f23b";
}

#automanager-io .fa-yahoo:before {
  content: "\f19e";
}

#automanager-io .fa-yandex:before {
  content: "\f413";
}

#automanager-io .fa-yandex-international:before {
  content: "\f414";
}

#automanager-io .fa-yarn:before {
  content: "\f7e3";
}

#automanager-io .fa-yelp:before {
  content: "\f1e9";
}

#automanager-io .fa-yen-sign:before {
  content: "\f157";
}

#automanager-io .fa-yin-yang:before {
  content: "\f6ad";
}

#automanager-io .fa-yoast:before {
  content: "\f2b1";
}

#automanager-io .fa-youtube:before {
  content: "\f167";
}

#automanager-io .fa-youtube-square:before {
  content: "\f431";
}

#automanager-io .fa-zhihu:before {
  content: "\f63f";
}

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

#automanager-io .sr-only-focusable:active,
#automanager-io .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}

#automanager-io .fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

#automanager-io .far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

#automanager-io .fab {
  font-family: 'Font Awesome 5 Brands';
}
@charset "UTF-8";

/* Tables */

#automanager-io .table th {
  font-weight: 500;
}

/* Formulare */

#automanager-io .form-control {
  text-align: left;
}

#automanager-io .form-check {
  margin-top: 0.3rem;
}

#automanager-io .form-check.radio {
  padding-left: 0;
}

#automanager-io label.form-check-label,
#automanager-io .label.form-check-label {
  font-weight: normal;
}

#automanager-io label,
#automanager-io .label {
  font-weight: 500;
}

#automanager-io textarea.form-control {
  height: auto;
  min-height: 45px;
}

#automanager-io input.ng-invalid.ng-touched,
#automanager-io select.ng-invalid.ng-touched {
  border: 1px solid red;
}

#automanager-io input[type="radio"],
#automanager-io input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
}

#automanager-io input[type="radio"]:disabled + .form-check-label:before,
#automanager-io input[type="checkbox"]:disabled + .form-check-label:before {
  cursor: default;
}

/* Buttons */

#automanager-io .btn-icon {
  padding: 0;
  width: 36.79px;
  height: 36.79px;
  line-height: 36.79px;
}

@media (min-width: 576px) {
  #automanager-io .btn-icon {
    width: 42.6px;
    height: 42.6px;
    line-height: 42.6px;
  }
}

@media (min-width: 992px) {
  #automanager-io .btn-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

#automanager-io .btn-icon i {
  line-height: 36.79px;
}

@media (min-width: 576px) {
  #automanager-io .btn-icon i {
    line-height: 42.6px;
  }
}

@media (min-width: 992px) {
  #automanager-io .btn-icon i {
    line-height: 45px;
  }
}

#automanager-io .facebook,
#automanager-io .facebook:active,
#automanager-io .facebook:hover {
  border: 0 none;
  color: white;
  background: #4468B0;
}

#automanager-io .twitter,
#automanager-io .twitter:active,
#automanager-io .twitter:hover {
  border: 0 none;
  color: white;
  background: #27A2EF;
}

#automanager-io .instagram,
#automanager-io .instagram:active,
#automanager-io .instagram:hover,
#automanager-io .instagram:not(:disabled):not(.disabled):active,
#automanager-io .instagram:not(:disabled):not(.disabled).active {
  border: 0 none;
  color: white;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

#automanager-io .google-plus,
#automanager-io .google-plus:active,
#automanager-io .google-plus:hover {
  border: 0 none;
  color: white;
  background: #DE4A3F;
}

#automanager-io .xing,
#automanager-io .xing:active,
#automanager-io .xing:hover {
  border: 0 none;
  color: white;
  background: linear-gradient(#066568 0%, #0C888D 100%);
}

#automanager-io .linkedin,
#automanager-io .linkedin:active,
#automanager-io .linkedin:hover {
  border: 0 none;
  color: white;
  background: #0D77B3;
}

/* Opacity */

#automanager-io .opacity-0 {
  opacity: 0;
}

#automanager-io .opacity-10 {
  opacity: 0.1;
}

#automanager-io .opacity-20 {
  opacity: 0.2;
}

#automanager-io .opacity-30 {
  opacity: 0.3;
}

#automanager-io .opacity-40 {
  opacity: 0.4;
}

#automanager-io .opacity-50 {
  opacity: 0.5;
}

#automanager-io .opacity-60 {
  opacity: 0.6;
}

#automanager-io .opacity-70 {
  opacity: 0.7;
}

#automanager-io .opacity-80 {
  opacity: 0.8;
}

#automanager-io .opacity-90 {
  opacity: 0.9;
}

/*CO2-Effizienzlabel*/

#automanager-io .effizienzlabel {
  border: 1px solid #dee2e6;
  background-color: #fff;
  padding: 10px;
}

#automanager-io .effizienzlabel h4 {
  padding: 0;
  margin: 0;
}

#automanager-io .effizienzlabel .co2-hinweis {
  font-size: 1rem;
}

#automanager-io .effizienzlabel .co2-chart {
  position: relative;
}

#automanager-io .effizienzlabel .co2-chart ol {
  margin-bottom: 0;
}

#automanager-io .effizienzlabel .co2-chart-bar {
  display: table;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  padding: 2px 0 2px 5px;
  margin: 0 10px 2px 0;
  z-index: 1;
}

#automanager-io .effizienzlabel .co2-chart-bar:after {
  content: "";
  border: 14px solid transparent;
  border-left-color: inherit;
  position: absolute;
  right: -28px;
  top: 0;
  z-index: -1;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="A++"] {
  width: 20%;
  background-color: #009640;
  border-color: #009640;
  display: none;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="A+"] {
  width: 25%;
  background-color: #009640;
  border-color: #009640;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="A"] {
  width: 30%;
  background-color: #009640;
  border-color: #009640;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="B"] {
  width: 35%;
  background-color: #52ae32;
  border-color: #52ae32;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="C"] {
  width: 40%;
  background-color: #c8d400;
  border-color: #c8d400;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="D"] {
  width: 45%;
  background-color: #ffed00;
  border-color: #ffed00;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="E"] {
  width: 50%;
  background-color: #fbba00;
  border-color: #fbba00;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="F"] {
  width: 55%;
  background-color: #ec6608;
  border-color: #ec6608;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="G"] {
  width: 60%;
  background-color: #e30613;
  border-color: #e30613;
}

#automanager-io .effizienzlabel .co2-chart-bar[data-co2="H"] {
  width: 65%;
  background-color: #e30613;
  border-color: #e30613;
  display: none;
}

#automanager-io .effizienzlabel .co2-chart-current {
  position: absolute;
  right: 0;
  background-color: #000;
  text-align: right;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  width: 40px;
  padding: 7px 5px 7px;
  margin: 0;
  z-index: 1;
}

#automanager-io .effizienzlabel .co2-chart-current:after {
  content: "";
  border: 19px solid transparent;
  border-right-color: #000;
  position: absolute;
  left: -38px;
  top: 0;
  z-index: -1;
}

#automanager-io .effizienzlabel [data-rating="A++"] .co2-chart-current {
  top: -5px;
  display: none;
}

#automanager-io .effizienzlabel [data-rating="A+"] .co2-chart-current {
  top: -5px;
}

#automanager-io .effizienzlabel [data-rating="A"] .co2-chart-current {
  top: 25px;
}

#automanager-io .effizienzlabel [data-rating="B"] .co2-chart-current {
  top: 55px;
}

#automanager-io .effizienzlabel [data-rating="C"] .co2-chart-current {
  top: 85px;
}

#automanager-io .effizienzlabel [data-rating="D"] .co2-chart-current {
  top: 115px;
}

#automanager-io .effizienzlabel [data-rating="E"] .co2-chart-current {
  top: 145px;
}

#automanager-io .effizienzlabel [data-rating="F"] .co2-chart-current {
  top: 175px;
}

#automanager-io .effizienzlabel [data-rating="G"] .co2-chart-current {
  top: 205px;
}

#automanager-io .effizienzlabel [data-rating="H"] .co2-chart-current {
  top: 175px;
  display: none;
}

/* scrollicon */

#automanager-io .scrollicon {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 1rem;
  z-index: 1000;
  padding: 5px 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #007bff;
  font-size: 1.5rem;
  text-align: center;
}

#automanager-io .scrollicon i {
  color: white;
  line-height: 40px;
}

/* cookieconsent */

#automanager-io .cc-window {
  background-color: #e9ecef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

#automanager-io .cc-bottom {
  bottom: 11px;
}

#automanager-io .cc-link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  opacity: 1;
  padding: 0;
}

#automanager-io .cc-btn {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #007bff;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.5rem 1rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io .cc-btn {
    transition: none;
  }
}

#automanager-io .cc-btn:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

#automanager-io .fa-xs {
  font-size: 0.75rem;
}

#automanager-io .fa-sm {
  font-size: 0.875rem;
}

#automanager-io .fa-lg {
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: -.0667em;
}

#automanager-io .fa-1x {
  font-size: 1rem;
}

#automanager-io .fa-2x {
  font-size: 2rem;
}

#automanager-io .fa-3x {
  font-size: 3rem;
}

#automanager-io .fa-4x {
  font-size: 4rem;
}

#automanager-io .fa-5x {
  font-size: 5rem;
}

#automanager-io .fa-6x {
  font-size: 6rem;
}

#automanager-io .fa-7x {
  font-size: 7rem;
}

#automanager-io .fa-8x {
  font-size: 8rem;
}

#automanager-io .fa-9x {
  font-size: 9rem;
}

#automanager-io .fa-10x {
  font-size: 10rem;
}

#automanager-io .fa-fw {
  text-align: center;
  width: 1.5rem;
}

#automanager-io .fa-fw.fa-xs {
  width: 1rem;
}

#automanager-io .fa-fw.fa-sm {
  width: 1.25rem;
}

#automanager-io .fa-fw.fa-lg {
  width: 2rem;
}

#automanager-io .fa-fw.fa-1x {
  width: 1.25rem;
}

#automanager-io .fa-fw.fa-2x {
  width: 2.5rem;
}

#automanager-io .fa-fw.fa-3x {
  width: 3.75rem;
}

#automanager-io .fa-fw.fa-4x {
  width: 5rem;
}

#automanager-io .fa-fw.fa-5x {
  width: 6.25rem;
}

#automanager-io .fa-fw.fa-6x {
  width: 7.5rem;
}

#automanager-io .fa-fw.fa-7x {
  width: 8.75rem;
}

#automanager-io .fa-fw.fa-8x {
  width: 10rem;
}

#automanager-io .fa-fw.fa-9x {
  width: 11.25rem;
}

#automanager-io .fa-fw.fa-10x {
  width: 12.5rem;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: swap;
}

#automanager-io .fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: swap;
}

#automanager-io .far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: swap;
}

#automanager-io .fa,
#automanager-io .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
}

#automanager-io .fab {
  font-family: 'Font Awesome 5 Brands';
}

/* Styles for the automanager-io */

#automanager-io .no-break {
  white-space: nowrap;
}

#automanager-io * {
  outline: 0 !important;
}

#automanager-io ol,
#automanager-io ul,
#automanager-io dl {
  padding-left: 1.5rem;
}

#automanager-io section {
  position: relative;
}

#automanager-io .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#automanager-io img.bg-image {
  object-fit: cover;
}

#automanager-io h1 {
  margin-bottom: 1.5rem;
}

#automanager-io h2 {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.75rem;
}

#automanager-io h2:before {
  content: "//";
  color: #007bff;
  font-weight: bold;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  top: 10px;
}

/*
i {
    margin-right: 0.5rem;
}
*/

#automanager-io .spacer-xl {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

@media (min-width: 768px) {
  #automanager-io .spacer-xl {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
}

@media (min-width: 1200px) {
  #automanager-io .spacer-xl {
    padding-top: 12rem;
    padding-bottom: 16rem;
  }
}

/* Header */

#automanager-io #header {
  background-color: white;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io #header {
    transition: none;
  }
}

#automanager-io #header.fixed-top {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  #automanager-io #header.fixed-top {
    transition: none;
  }
}

@media (min-width: 768px) {
  #automanager-io #header.fixed-top > .container {
    display: none;
  }
}

#automanager-io #header.fixed-top + main {
  padding-top: 108px;
}

@media (min-width: 768px) {
  #automanager-io #header.fixed-top + main {
    padding-top: 167px;
  }
}

@media (max-width: 767.98px) {
  #automanager-io #header #branding {
    height: 110px;
  }

  #automanager-io #header #branding img {
    height: 110px;
    width: auto;
  }
}

/* Navigation */

@media (max-width: 767.98px) {
  #automanager-io #mainNav {
    margin-top: -110px;
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  #automanager-io #mainNav {
    background-color: #343a40;
  }

  #automanager-io #mainNav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
}

#automanager-io #mainNav .navbar-toggler {
  position: relative;
  left: calc(100% - 56px);
  top: -26px;
}

/* Hero - PKW Leitfaden */

@media (min-width: 576px) {
  #automanager-io .leitfaden-pkw {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: flex;
    background-color: #f8f9fa;
    opacity: 0.6;
  }
}

/* contact me: Adresse, Telefonnummer, E-Mail Adresse */

#automanager-io .contact-me li {
  text-align: left;
  font-weight: 500;
}

#automanager-io .contact-me .contact-me-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

#automanager-io .contact-me .contact-me-row span {
  width: 48px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  color: #007bff;
}

#automanager-io .contact-me .contact-me-row div {
  justify-content: center;
  flex-direction: column;
  display: flex;
}

#automanager-io #header .contact-me li {
  font-size: 1rem;
}

@media (min-width: 768px) {
  #automanager-io #header .contact-me li:not(:last-child) {
    margin-right: 2.5rem;
  }
}

#automanager-io #header .contact-me-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

@media (max-width: 991.98px) {
  #automanager-io #header .contact-me-row.telephone div,
  #automanager-io #header .contact-me-row.mail div {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #automanager-io #header .contact-me li:not(:first-child) {
    margin-right: 0;
  }

  #automanager-io #header .contact-me-row.telephone div,
  #automanager-io #header .contact-me-row.mail div {
    display: none;
  }
}

/* Haben Sie Fragen? */

#automanager-io #questions .contact-me li {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #automanager-io #questions .contact-me li:not(:last-child) {
    margin-right: 5rem;
  }
}

/* Google Maps */

#automanager-io #maps {
  height: 320px;
}

@media (min-width: 768px) {
  #automanager-io #maps {
    height: 450px;
  }
}

#automanager-io #maps iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* AMM 0€ Template */

@media (min-width: 576px) and (max-width: 767.98px) {
  #automanager-io .am0 #team .card {
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: wrap;
  }

  #automanager-io .am0 #team .card .card-img-top {
    max-width: 40%;
    flex: 0 0 40%;
    width: 100%;
  }

  #automanager-io .am0 #team .card .card-body {
    max-width: 60%;
    flex: 0 0 60%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left !important;
  }

  #automanager-io .am0 #team .card .card-title {
    padding-top: 2rem;
  }
}

/* AMM 1€ Template */

@media (min-width: 768px) {
  #automanager-io .am1 #contact {
    background-color: transparent !important;
    padding-top: 0 !important;
  }

  #automanager-io .am1 #contact.text-white {
    color: #212529 !important;
  }

  #automanager-io .am1 #contact .container {
    margin-top: -3rem;
    padding: 3rem 5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #f8f9fa;
  }
}