@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap);
/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0088cc;
  --secondary: #f26622;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d61010;
  --light: #f8f9fa;
  --dark: #343a40;
  --linkedin: #007bb5;
  --facebook: #425bb4;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #0088cc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
    color: #005580;
    text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
}
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%;
}
.offset-sm-2 {
    margin-left: 16.66667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.33333%;
}
.offset-sm-5 {
    margin-left: 41.66667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.33333%;
}
.offset-sm-8 {
    margin-left: 66.66667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.33333%;
}
.offset-sm-11 {
    margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
.col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%;
}
.offset-md-2 {
    margin-left: 16.66667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.33333%;
}
.offset-md-5 {
    margin-left: 41.66667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.33333%;
}
.offset-md-8 {
    margin-left: 66.66667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.33333%;
}
.offset-md-11 {
    margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%;
}
.offset-lg-2 {
    margin-left: 16.66667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.33333%;
}
.offset-lg-5 {
    margin-left: 41.66667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.33333%;
}
.offset-lg-8 {
    margin-left: 66.66667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.33333%;
}
.offset-lg-11 {
    margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.66667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.33333%;
}
.offset-xl-5 {
    margin-left: 41.66667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.33333%;
}
.offset-xl-8 {
    margin-left: 66.66667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.33333%;
}
.offset-xl-11 {
    margin-left: 91.66667%;
}
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8def1;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac1e4;
}
.table-hover .table-primary:hover {
  background-color: #a3d4ed;
}
.table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a3d4ed;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fbd4c1;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f8af8c;
}
.table-hover .table-secondary:hover {
  background-color: #f9c3a9;
}
.table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f9c3a9;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4bcbc;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ea8383;
}
.table-hover .table-danger:hover {
  background-color: #f0a6a6;
}
.table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f0a6a6;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-linkedin,
.table-linkedin > th,
.table-linkedin > td {
  background-color: #b8daea;
}
.table-linkedin th,
.table-linkedin td,
.table-linkedin thead th,
.table-linkedin tbody + tbody {
  border-color: #7abad9;
}
.table-hover .table-linkedin:hover {
  background-color: #a4d0e4;
}
.table-hover .table-linkedin:hover > td,
  .table-hover .table-linkedin:hover > th {
    background-color: #a4d0e4;
}
.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #cad1ea;
}
.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody + tbody {
  border-color: #9daad8;
}
.table-hover .table-facebook:hover {
  background-color: #b8c1e3;
}
.table-hover .table-facebook:hover > td,
  .table-hover .table-facebook:hover > th {
    background-color: #b8c1e3;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
      border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
      border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
      border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
      border: 0;
}
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 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.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
      -webkit-transition: none;
      transition: none;
}
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #4dc4ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d61010;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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(214, 16, 16, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d61010;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d61010' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d61010' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #d61010;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d61010;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d61010' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d61010' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #d61010;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d61010;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d61010;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #d61010;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ef2a2a;
  background-color: #ef2a2a;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d61010;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d61010;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d61010;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0;
}
.form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
}
.form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
}
.form-inline .form-control-plaintext {
      display: inline-block;
}
.form-inline .input-group,
    .form-inline .custom-select {
      width: auto;
}
.form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0;
}
.form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
}
.form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.form-inline .custom-control-label {
      margin-bottom: 0;
}
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
      -webkit-transition: none;
      transition: none;
}
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
    color: #fff;
    background-color: #006fa6;
    border-color: #006699;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #006fa6;
    border-color: #006699;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006699;
    border-color: #005e8c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #f26622;
  border-color: #f26622;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #e1520d;
    border-color: #d54e0d;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #e1520d;
    border-color: #d54e0d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #f26622;
    border-color: #f26622;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #d54e0d;
    border-color: #c8490c;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #d61010;
  border-color: #d61010;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b20d0d;
    border-color: #a70c0c;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b20d0d;
    border-color: #a70c0c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d61010;
    border-color: #d61010;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a70c0c;
    border-color: #9b0c0c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}
.btn-linkedin:hover {
    color: #fff;
    background-color: #00618f;
    border-color: #005882;
}
.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #00618f;
    border-color: #005882;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005882;
    border-color: #005075;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linkedin.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
}
.btn-facebook {
  color: #fff;
  background-color: #425bb4;
  border-color: #425bb4;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #384d98;
    border-color: #34488f;
}
.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #384d98;
    border-color: #34488f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #425bb4;
    border-color: #425bb4;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #34488f;
    border-color: #314385;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
}
.btn-outline-primary {
  color: #0088cc;
  border-color: #0088cc;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0088cc;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}
.btn-outline-secondary {
  color: #f26622;
  border-color: #f26622;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #f26622;
    border-color: #f26622;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f26622;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f26622;
    border-color: #f26622;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #d61010;
  border-color: #d61010;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #d61010;
    border-color: #d61010;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d61010;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d61010;
    border-color: #d61010;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-linkedin {
  color: #007bb5;
  border-color: #007bb5;
}
.btn-outline-linkedin:hover {
    color: #fff;
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
    color: #007bb5;
    background-color: transparent;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-outline-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-linkedin.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}
.btn-outline-facebook {
  color: #425bb4;
  border-color: #425bb4;
}
.btn-outline-facebook:hover {
    color: #fff;
    background-color: #425bb4;
    border-color: #425bb4;
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
    color: #425bb4;
    background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-outline-facebook.dropdown-toggle {
    color: #fff;
    background-color: #425bb4;
    border-color: #425bb4;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-facebook.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #0088cc;
  text-decoration: none;
}
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
      -webkit-transition: none;
      transition: none;
}
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
      -webkit-transition: none;
      transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
    right: auto;
    left: 0;
}
.dropdown-menu-sm-right {
    right: 0;
    left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
    right: auto;
    left: 0;
}
.dropdown-menu-md-right {
    right: 0;
    left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
    right: auto;
    left: 0;
}
.dropdown-menu-lg-right {
    right: 0;
    left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
    right: auto;
    left: 0;
}
.dropdown-menu-xl-right {
    right: 0;
    left: auto;
}
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0088cc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px;
}
.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3;
}
.input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0088cc;
    background-color: #0088cc;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #4dc4ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #80d5ff;
    border-color: #80d5ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.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;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0088cc;
  background-color: #0088cc;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 136, 204, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 136, 204, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 136, 204, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 136, 204, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
    border-color: #4dc4ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #4dc4ff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0088cc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
      background-color: #80d5ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0088cc;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
}
}
.custom-range::-moz-range-thumb:active {
      background-color: #80d5ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0088cc;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
}
}
.custom-range::-ms-thumb:active {
      background-color: #80d5ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none;
}
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent;
}
.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0088cc;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
      display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
      display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
      display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
      display: none;
}
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
      position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
}
.navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
}
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0;
}
.card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
}
.card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0;
}
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
      display: inline-block;
      width: 100%;
}
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
}
.accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0088cc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #005580;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.badge {
      -webkit-transition: none;
      transition: none;
}
}
a.badge:hover, a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #0088cc;
}
a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #006699;
}
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #f26622;
}
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #d54e0d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #d61010;
}
a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #a70c0c;
}
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.badge-linkedin {
  color: #fff;
  background-color: #007bb5;
}
a.badge-linkedin:hover, a.badge-linkedin:focus {
    color: #fff;
    background-color: #005882;
}
a.badge-linkedin:focus, a.badge-linkedin.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}
.badge-facebook {
  color: #fff;
  background-color: #425bb4;
}
a.badge-facebook:hover, a.badge-facebook:focus {
    color: #fff;
    background-color: #34488f;
}
a.badge-facebook:focus, a.badge-facebook.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
      padding: 4rem 2rem;
}
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
  color: #00476a;
  background-color: #cce7f5;
  border-color: #b8def1;
}
.alert-primary hr {
    border-top-color: #a3d4ed;
}
.alert-primary .alert-link {
    color: #002537;
}
.alert-secondary {
  color: #7e3512;
  background-color: #fce0d3;
  border-color: #fbd4c1;
}
.alert-secondary hr {
    border-top-color: #f9c3a9;
}
.alert-secondary .alert-link {
    color: #51220c;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
  color: #6f0808;
  background-color: #f7cfcf;
  border-color: #f4bcbc;
}
.alert-danger hr {
    border-top-color: #f0a6a6;
}
.alert-danger .alert-link {
    color: #3f0505;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
.alert-linkedin {
  color: #00405e;
  background-color: #cce5f0;
  border-color: #b8daea;
}
.alert-linkedin hr {
    border-top-color: #a4d0e4;
}
.alert-linkedin .alert-link {
    color: #001d2b;
}
.alert-facebook {
  color: #222f5e;
  background-color: #d9def0;
  border-color: #cad1ea;
}
.alert-facebook hr {
    border-top-color: #b8c1e3;
}
.alert-facebook .alert-link {
    color: #141c39;
}
@-webkit-keyframes progress-bar-stripes {
from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0088cc;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
      -webkit-transition: none;
      transition: none;
}
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
      -webkit-animation: none;
              animation: none;
}
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
}
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0;
}
.list-group-item-primary {
  color: #00476a;
  background-color: #b8def1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00476a;
    background-color: #a3d4ed;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00476a;
    border-color: #00476a;
}
.list-group-item-secondary {
  color: #7e3512;
  background-color: #fbd4c1;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #7e3512;
    background-color: #f9c3a9;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7e3512;
    border-color: #7e3512;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
  color: #6f0808;
  background-color: #f4bcbc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6f0808;
    background-color: #f0a6a6;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6f0808;
    border-color: #6f0808;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.list-group-item-linkedin {
  color: #00405e;
  background-color: #b8daea;
}
.list-group-item-linkedin.list-group-item-action:hover, .list-group-item-linkedin.list-group-item-action:focus {
    color: #00405e;
    background-color: #a4d0e4;
}
.list-group-item-linkedin.list-group-item-action.active {
    color: #fff;
    background-color: #00405e;
    border-color: #00405e;
}
.list-group-item-facebook {
  color: #222f5e;
  background-color: #cad1ea;
}
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
    color: #222f5e;
    background-color: #b8c1e3;
}
.list-group-item-facebook.list-group-item-action.active {
    color: #fff;
    background-color: #222f5e;
    border-color: #222f5e;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
}
}
.modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
      content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
}
.modal-sm {
    max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
  .modal-xl {
    max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
    max-width: 1140px;
}
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
      -webkit-transition: none;
      transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            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;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
        -webkit-transition: none;
        transition: none;
}
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}
}
@keyframes spinner-grow {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
}
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #0088cc !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #006699 !important;
}
.bg-secondary {
  background-color: #f26622 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d54e0d !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #d61010 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a70c0c !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-linkedin {
  background-color: #007bb5 !important;
}
a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #005882 !important;
}
.bg-facebook {
  background-color: #425bb4 !important;
}
a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #34488f !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0088cc !important;
}
.border-secondary {
  border-color: #f26622 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #d61010 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-linkedin {
  border-color: #007bb5 !important;
}
.border-facebook {
  border-color: #425bb4 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
    display: none !important;
}
.d-sm-inline {
    display: inline !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-block {
    display: block !important;
}
.d-sm-table {
    display: table !important;
}
.d-sm-table-row {
    display: table-row !important;
}
.d-sm-table-cell {
    display: table-cell !important;
}
.d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
    display: none !important;
}
.d-md-inline {
    display: inline !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.d-md-block {
    display: block !important;
}
.d-md-table {
    display: table !important;
}
.d-md-table-row {
    display: table-row !important;
}
.d-md-table-cell {
    display: table-cell !important;
}
.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
}
.d-lg-inline {
    display: inline !important;
}
.d-lg-inline-block {
    display: inline-block !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-table {
    display: table !important;
}
.d-lg-table-row {
    display: table-row !important;
}
.d-lg-table-cell {
    display: table-cell !important;
}
.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
    display: none !important;
}
.d-xl-inline {
    display: inline !important;
}
.d-xl-inline-block {
    display: inline-block !important;
}
.d-xl-block {
    display: block !important;
}
.d-xl-table {
    display: table !important;
}
.d-xl-table-row {
    display: table-row !important;
}
.d-xl-table-cell {
    display: table-cell !important;
}
.d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media print {
.d-print-none {
    display: none !important;
}
.d-print-inline {
    display: inline !important;
}
.d-print-inline-block {
    display: inline-block !important;
}
.d-print-block {
    display: block !important;
}
.d-print-table {
    display: table !important;
}
.d-print-table-row {
    display: table-row !important;
}
.d-print-table-cell {
    display: table-cell !important;
}
.d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
    float: left !important;
}
.float-sm-right {
    float: right !important;
}
.float-sm-none {
    float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
    float: left !important;
}
.float-md-right {
    float: right !important;
}
.float-md-none {
    float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
    float: left !important;
}
.float-lg-right {
    float: right !important;
}
.float-lg-none {
    float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
    float: left !important;
}
.float-xl-right {
    float: right !important;
}
.float-xl-none {
    float: none !important;
}
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: #0000000d !important;
          box-shadow: #0000000d !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-w-35 {
  width: 35% !important;
}
.w-w-40 {
  width: 40% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-w-35 {
  height: 35% !important;
}
.h-w-40 {
  height: 40% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
    margin: 0 !important;
}
.mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
}
.mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
}
.mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
}
.ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
}
.m-sm-1 {
    margin: 0.25rem !important;
}
.mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
}
.mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
}
.mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
}
.ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
}
.m-sm-2 {
    margin: 0.5rem !important;
}
.mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
}
.mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
}
.mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
}
.ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
}
.m-sm-3 {
    margin: 1rem !important;
}
.mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
}
.mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
}
.mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
}
.ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
}
.m-sm-4 {
    margin: 1.5rem !important;
}
.mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
}
.mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
}
.mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
}
.ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
}
.m-sm-5 {
    margin: 3rem !important;
}
.mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
}
.mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
}
.mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
}
.ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
}
.p-sm-0 {
    padding: 0 !important;
}
.pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
}
.pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
}
.pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
}
.pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
}
.p-sm-1 {
    padding: 0.25rem !important;
}
.pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
}
.pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
}
.pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
}
.pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
}
.p-sm-2 {
    padding: 0.5rem !important;
}
.pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
}
.pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
}
.pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
}
.pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
}
.p-sm-3 {
    padding: 1rem !important;
}
.pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
}
.pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
}
.pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
}
.pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
}
.p-sm-4 {
    padding: 1.5rem !important;
}
.pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
}
.pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
}
.pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
}
.pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
}
.p-sm-5 {
    padding: 3rem !important;
}
.pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
}
.pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
}
.pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
}
.pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
}
.m-sm-n1 {
    margin: -0.25rem !important;
}
.mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
}
.mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
}
.mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
}
.m-sm-n2 {
    margin: -0.5rem !important;
}
.mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
}
.mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
}
.mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
}
.m-sm-n3 {
    margin: -1rem !important;
}
.mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
}
.mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
}
.mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
}
.ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
}
.m-sm-n4 {
    margin: -1.5rem !important;
}
.mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
}
.mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
}
.mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
}
.m-sm-n5 {
    margin: -3rem !important;
}
.mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
}
.mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
}
.mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
}
.ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
}
.m-sm-auto {
    margin: auto !important;
}
.mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
}
.mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
}
.mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
}
.ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
    margin: 0 !important;
}
.mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
}
.mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
}
.mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
}
.ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
}
.m-md-1 {
    margin: 0.25rem !important;
}
.mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
}
.mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
}
.mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
}
.ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
}
.m-md-2 {
    margin: 0.5rem !important;
}
.mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
}
.mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
}
.mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
}
.ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
}
.m-md-3 {
    margin: 1rem !important;
}
.mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
}
.mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
}
.mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
}
.ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
}
.m-md-4 {
    margin: 1.5rem !important;
}
.mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
}
.mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
}
.mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
}
.ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
}
.m-md-5 {
    margin: 3rem !important;
}
.mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
}
.mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
}
.mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
}
.ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
}
.p-md-0 {
    padding: 0 !important;
}
.pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
}
.pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
}
.pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
}
.pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
}
.p-md-1 {
    padding: 0.25rem !important;
}
.pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
}
.pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
}
.pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
}
.pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
}
.p-md-2 {
    padding: 0.5rem !important;
}
.pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
}
.pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
}
.pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
}
.pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
}
.p-md-3 {
    padding: 1rem !important;
}
.pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
}
.pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
}
.pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
}
.pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
}
.p-md-4 {
    padding: 1.5rem !important;
}
.pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
}
.pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
}
.pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
}
.pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
}
.p-md-5 {
    padding: 3rem !important;
}
.pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
}
.pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
}
.pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
}
.pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
}
.m-md-n1 {
    margin: -0.25rem !important;
}
.mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
}
.mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
}
.mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
}
.m-md-n2 {
    margin: -0.5rem !important;
}
.mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
}
.mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
}
.mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
}
.m-md-n3 {
    margin: -1rem !important;
}
.mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
}
.mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
}
.mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
}
.ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
}
.m-md-n4 {
    margin: -1.5rem !important;
}
.mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
}
.mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
}
.mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
}
.m-md-n5 {
    margin: -3rem !important;
}
.mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
}
.mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
}
.mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
}
.ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
}
.m-md-auto {
    margin: auto !important;
}
.mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
}
.mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
}
.mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
}
.ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
    margin: 0 !important;
}
.mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
}
.mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
}
.mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
}
.ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
}
.m-lg-1 {
    margin: 0.25rem !important;
}
.mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
}
.mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
}
.mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
}
.ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
}
.m-lg-2 {
    margin: 0.5rem !important;
}
.mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
}
.mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
}
.mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
}
.ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
}
.m-lg-3 {
    margin: 1rem !important;
}
.mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
}
.mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
}
.mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
}
.ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
}
.m-lg-4 {
    margin: 1.5rem !important;
}
.mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
}
.mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
}
.mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
}
.ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
}
.m-lg-5 {
    margin: 3rem !important;
}
.mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
}
.mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
}
.mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
}
.ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
}
.p-lg-0 {
    padding: 0 !important;
}
.pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
}
.pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
}
.pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
}
.pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
}
.p-lg-1 {
    padding: 0.25rem !important;
}
.pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
}
.pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
}
.pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
}
.pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
}
.p-lg-2 {
    padding: 0.5rem !important;
}
.pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
}
.pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
}
.pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
}
.pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
}
.p-lg-3 {
    padding: 1rem !important;
}
.pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
}
.pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
}
.pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
}
.pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
}
.p-lg-4 {
    padding: 1.5rem !important;
}
.pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
}
.pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
}
.pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
}
.pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
}
.p-lg-5 {
    padding: 3rem !important;
}
.pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
}
.pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
}
.pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
}
.pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
}
.m-lg-n1 {
    margin: -0.25rem !important;
}
.mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
}
.mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
}
.mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
}
.m-lg-n2 {
    margin: -0.5rem !important;
}
.mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
}
.mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
}
.mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
}
.m-lg-n3 {
    margin: -1rem !important;
}
.mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
}
.mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
}
.mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
}
.ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
}
.m-lg-n4 {
    margin: -1.5rem !important;
}
.mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
}
.mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
}
.mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
}
.m-lg-n5 {
    margin: -3rem !important;
}
.mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
}
.mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
}
.mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
}
.ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
}
.m-lg-auto {
    margin: auto !important;
}
.mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
}
.mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
}
.mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
}
.ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
    margin: 0 !important;
}
.mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
}
.mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
}
.mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
}
.ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
}
.m-xl-1 {
    margin: 0.25rem !important;
}
.mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
}
.mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
}
.mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
}
.ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
}
.m-xl-2 {
    margin: 0.5rem !important;
}
.mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
}
.mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
}
.mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
}
.ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
}
.m-xl-3 {
    margin: 1rem !important;
}
.mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
}
.mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
}
.mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
}
.ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
}
.m-xl-4 {
    margin: 1.5rem !important;
}
.mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
}
.mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
}
.mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
}
.ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
}
.m-xl-5 {
    margin: 3rem !important;
}
.mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
}
.mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
}
.mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
}
.ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
}
.p-xl-0 {
    padding: 0 !important;
}
.pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
}
.pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
}
.pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
}
.pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
}
.p-xl-1 {
    padding: 0.25rem !important;
}
.pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
}
.pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
}
.pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
}
.pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
}
.p-xl-2 {
    padding: 0.5rem !important;
}
.pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
}
.pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
}
.pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
}
.pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
}
.p-xl-3 {
    padding: 1rem !important;
}
.pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
}
.pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
}
.pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
}
.pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
}
.p-xl-4 {
    padding: 1.5rem !important;
}
.pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
}
.pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
}
.pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
}
.pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
}
.p-xl-5 {
    padding: 3rem !important;
}
.pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
}
.pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
}
.pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
}
.pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
}
.m-xl-n1 {
    margin: -0.25rem !important;
}
.mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
}
.mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
}
.mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
}
.m-xl-n2 {
    margin: -0.5rem !important;
}
.mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
}
.mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
}
.mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
}
.m-xl-n3 {
    margin: -1rem !important;
}
.mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
}
.mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
}
.mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
}
.ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
}
.m-xl-n4 {
    margin: -1.5rem !important;
}
.mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
}
.mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
}
.mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
}
.m-xl-n5 {
    margin: -3rem !important;
}
.mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
}
.mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
}
.mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
}
.ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
}
.m-xl-auto {
    margin: auto !important;
}
.mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
}
.mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
}
.mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
}
.ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
}
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
    text-align: left !important;
}
.text-sm-right {
    text-align: right !important;
}
.text-sm-center {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
    text-align: left !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-center {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
    text-align: left !important;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-center {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
    text-align: left !important;
}
.text-xl-right {
    text-align: right !important;
}
.text-xl-center {
    text-align: center !important;
}
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #0088cc !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #005580 !important;
}
.text-secondary {
  color: #f26622 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #bc450b !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #d61010 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #8f0b0b !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-linkedin {
  color: #007bb5 !important;
}
a.text-linkedin:hover, a.text-linkedin:focus {
  color: #004769 !important;
}
.text-facebook {
  color: #425bb4 !important;
}
a.text-facebook:hover, a.text-facebook:focus {
  color: #2d3f7c !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
*,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre {
    white-space: pre-wrap !important;
}
pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
tr,
  img {
    page-break-inside: avoid;
}
p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}
h2,
  h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
body {
    min-width: 992px !important;
}
.container {
    min-width: 992px !important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table td,
    .table th {
      background-color: #fff !important;
}
.table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
}
.table-dark {
    color: inherit;
}
.table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6;
}
.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
      -webkit-transition: none;
      transition: none;
}
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
    color: #fff;
    background-color: #006fa6;
    border-color: #006699;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #006fa6;
    border-color: #006699;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006699;
    border-color: #005e8c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #f26622;
  border-color: #f26622;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #e1520d;
    border-color: #d54e0d;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #e1520d;
    border-color: #d54e0d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #f26622;
    border-color: #f26622;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #d54e0d;
    border-color: #c8490c;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(244, 125, 67, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #d61010;
  border-color: #d61010;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b20d0d;
    border-color: #a70c0c;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b20d0d;
    border-color: #a70c0c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d61010;
    border-color: #d61010;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a70c0c;
    border-color: #9b0c0c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 52, 52, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}
.btn-linkedin:hover {
    color: #fff;
    background-color: #00618f;
    border-color: #005882;
}
.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #00618f;
    border-color: #005882;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005882;
    border-color: #005075;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linkedin.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
}
.btn-facebook {
  color: #fff;
  background-color: #425bb4;
  border-color: #425bb4;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #384d98;
    border-color: #34488f;
}
.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #384d98;
    border-color: #34488f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #425bb4;
    border-color: #425bb4;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #34488f;
    border-color: #314385;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(94, 116, 191, 0.5);
}
.btn-outline-primary {
  color: #0088cc;
  border-color: #0088cc;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0088cc;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}
.btn-outline-secondary {
  color: #f26622;
  border-color: #f26622;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #f26622;
    border-color: #f26622;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f26622;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f26622;
    border-color: #f26622;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(242, 102, 34, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #d61010;
  border-color: #d61010;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #d61010;
    border-color: #d61010;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d61010;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d61010;
    border-color: #d61010;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 16, 16, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-linkedin {
  color: #007bb5;
  border-color: #007bb5;
}
.btn-outline-linkedin:hover {
    color: #fff;
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
    color: #007bb5;
    background-color: transparent;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-outline-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-linkedin.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}
.btn-outline-facebook {
  color: #425bb4;
  border-color: #425bb4;
}
.btn-outline-facebook:hover {
    color: #fff;
    background-color: #425bb4;
    border-color: #425bb4;
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
    color: #425bb4;
    background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-outline-facebook.dropdown-toggle {
    color: #fff;
    background-color: #425bb4;
    border-color: #425bb4;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-facebook.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 91, 180, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #0088cc;
  text-decoration: none;
}
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
      display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
      display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
      display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
      display: none;
}
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
      position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
}
.navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff;
}

/* =================
    Main Nav
==================*/
.main-navbar {
  padding: 1.5rem 1.5rem;
  background-color: #000 !important;
}
.main-navbar nav img {
    height: 3.6rem;
    width: auto;
}
.main-navbar .navbar-toggler {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.main-navbar .nav-item .nav-link {
    color: #fff;
}
.main-navbar .nav-item .register-btn,
  .main-navbar .nav-item .login-btn {
    color: #fff !important;
}
.main-navbar .nav-item:hover {
    color: #ccc !important;
}
.user-top-nav {
  background-color: #000;
  -webkit-box-shadow: 0px 2px 8px #00000022;
          box-shadow: 0px 2px 8px #00000022;
  border-radius: 8px;
  opacity: 1;
  padding: 7px 0;
}
.user-top-nav .user-settings a {
    color: #fff;
}
.addcont .form-check-input:checked {
  background-color: #e1520d;
  border-color: #e1520d;
}
.no-hor .vs__dropdown-menu {
  width: 120%;
  overflow-x: hidden;
}
.new-city-model .vs__dropdown-menu {
  width: 120%;
  overflow-x: hidden;
}
.newmarket .vs__dropdown-toggle {
  min-height: 48px;
}
.newmarket .vs__dropdown-menu {
  overflow-x: hidden !important;
  width: 150%;
}
.contact-filters .employer-dropdown .vs__dropdown-menu {
  width: 110%;
  overflow-x: hidden;
}
.contact-filters-two .noflow .vs__dropdown-menu {
  overflow-x: hidden;
}
.contact-filters-two .employer-dropdown .vs__dropdown-menu {
  width: 115%;
  overflow-x: hidden;
}
.marketing-employer .vs--searchable .vs__dropdown-toggle {
  min-height: 48px;
}
label {
  /* make everything lowercase first */
  text-transform: lowercase !important;
}
label::first-letter {
  /* then uppercase the first character of the element */
  text-transform: uppercase !important;
}
.manager-editor .ql-container {
  min-height: 450px !important;
}
.mx-datepicker {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mx-datepicker .mx-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.regen .vs--searchable .vs__dropdown-toggle {
  height: 40px;
}
.ql-editor p {
  margin-bottom: 15px;
}
.ql-editor ul {
  margin-bottom: 12px;
}
.select-model .vs__search {
  /*     position: absolute;
    width: 100%; */
}
.select-model .vs--searchable .vs__dropdown-toggle {
  min-height: 50px;
}
.pp-plan .vs--searchable .vs__dropdown-toggle {
  height: 48px;
}
.cc .vs__dropdown-menu {
  overflow-x: hidden !important;
}
.content-form .vs__dropdown-toggle {
  padding: 8px 12px 11px 5px;
}
.modal-mask.zi {
  z-index: 1000 !important;
}
.accordion-button:not(.collapsed) {
  color: #f26622 !important;
  background: #ffd9c4 !important;
}
.accordion-button:focus {
  border-color: red !important;
  -webkit-box-shadow: 0 0 0 0.25rem #f26622 !important;
          box-shadow: 0 0 0 0.25rem #f26622 !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.cand .vs__dropdown-menu {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  min-width: 325% !important;
  overflow-x: hidden !important;
  font-size: 15px;
}
.cand .vs__dropdown-menu li {
    padding-left: 8px;
}
.counti .vs__dropdown-menu {
  overflow-x: hidden !important;
  font-size: 15px;
}
.counti .vs__dropdown-menu li {
    padding-left: 8px;
}
.empl .vs__dropdown-menu {
  overflow-x: hidden !important;
  font-size: 15px;
}
.empl .vs__dropdown-menu li {
    padding-left: 8px;
}
.user-cand .new-phone .vs__dropdown-toggle {
  height: 38px !important;
  padding-top: 4px;
}
.avatar-preview-custom {
  position: relative;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 12px;
}
.avatar-preview-custom img {
    border: none !important;
    width: 63px;
    height: 63px;
    -o-object-fit: cover;
       object-fit: cover;
}
.avatar-preview-custom .overlay {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.avatar-preview-custom:hover .overlay {
    opacity: 1;
}

/* RESET */
a:focus {
  outline-color: #0088cc;
}

/* END RESET */
.search-portal .vs__dropdown-toggle {
  padding: 8px;
  background-color: #fff;
}
.Cookie__content {
  text-transform: none;
}
.Cookie__content a {
    color: #007bb5 !important;
}
.Cookie__buttons {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.Cookie__buttons .Cookie__button {
    background: #f26622 !important;
}
.Cookie__buttons .Cookie__button--decline {
    background: rgba(0, 0, 0, 0.05) !important;
}
.agreement {
  color: #222 !important;
  margin: 12px 0;
  font-size: 14px;
}
.toasted-container {
  z-index: 99999;
}
.toasted-container.bottom-right {
    z-index: 99999999999;
}
.toasted {
  z-index: 99999999999999;
}
.issue .v-select {
  -ms-flex-item-align: center;
      align-self: center;
}
.issue .vs__dropdown-menu {
  top: auto;
  bottom: calc(100% - 1px);
  -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px 4px 0 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.26) !important;
  border-bottom: none !important;
}
.svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel {
  margin-top: 20px !important;
}

/* ERRORS */
input:focus {
  outline: none;
}
.customform .v-select,
.customform .vs__dropdown-toggle {
  border: none !important;
}
.form-control:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
}
.add-act .v-select .vs__dropdown-toggle {
  height: 38px;
}
.add-act .form-control {
  min-height: 100px;
}
.base-search .vs__dropdown-toggle {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.base-search-two .vs__dropdown-toggle {
  padding: 12px;
  border-radius: 8px;
}
.form-group.m-label label {
  position: absolute;
  top: -10px;
  left: 25px;
  font-size: 11px;
  background-color: #fff;
  padding: 0 5px;
  letter-spacing: 0.5px;
  color: #555;
}
.form-group.m-label-left label {
  position: absolute;
  top: -10px;
  left: 12px;
  font-size: 11px;
  background-color: #fff;
  padding: 0 5px;
  letter-spacing: 0.5px;
  color: #555;
}
.m-label .vs__selected {
  margin-left: 8px !important;
}
.m-label-left .vs__selected {
  margin-left: 8px !important;
}
.country-code-user .vs__selected {
  margin-left: 0 !important;
  white-space: nowrap;
  overflow: hidden;
}
.country-code-user .vs__dropdown-toggle {
  padding: 8px;
  height: 48px;
}
.country-code-user .vs__selected-options {
  overflow: hidden;
}
.job-content .vs--searchable,
.job-content .vs__dropdown-toggle {
  height: 38px;
}
.new-phone {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-phone .v-select {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 30%;
    border: none !important;
}
.new-phone .vs__selected {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}
.new-phone .form-control {
    margin-right: 5px;
    padding-left: 31%;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.addjob .vs__dropdown-menu {
  top: 50px;
  width: 100%;
  overflow-x: hidden !important;
  z-index: 9999;
}
.new-location .location-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.new-location .location-container .country-select {
    width: 40%;
}
.new-location .location-container .country-select .vs__selected {
      position: absolute;
      left: 0;
      display: block;
      width: 95%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -ms-flex-line-pack: center;
          align-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
          align-self: center;
}
.new-location .location-container .country-select .vs__dropdown-menu {
      top: 35px;
      width: 150%;
      overflow-x: hidden;
}
.new-location .location-container .city-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0 !important;
}
.new-location .location-container .city-select .vs__selected {
      /*   position: absolute;
        left: 0;
        display: block;
        width: 95%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        align-content: center;
        display: flex;
        align-self: center; */
}
.new-location .location-container .city-select .vs__dropdown-menu {
      top: 32px;
      width: 100%;
      overflow-x: hidden !important;
}

/* END ERRORS */
/* No data message */
.no-data-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 1.5rem;
  font-family: inherit;
  color: #a3a6b4;
  text-align: center;
}

/*End no data message */
/* RESET Vuelidate input borders */
.form-control.is-valid {
  background-image: none;
}
.form-control.is-invalid {
  background-image: none;
}

/* Truncate strings with elipse */
.truncate {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* Floating Lables */
.form-floating .form-control,
.form-floating .form-select {
  height: 3.1rem !important;
}
.form-floating .form-control::-webkit-input-placeholder, .form-floating .form-select::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0;
    /* Firefox */
}
.form-floating .form-control::-moz-placeholder, .form-floating .form-select::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0;
    /* Firefox */
}
.form-floating .form-control:-ms-input-placeholder, .form-floating .form-select:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0;
    /* Firefox */
}
.form-floating .form-control::-ms-input-placeholder, .form-floating .form-select::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0;
    /* Firefox */
}
.form-floating .form-control::placeholder,
  .form-floating .form-select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0;
    /* Firefox */
}
.form-floating .form-control:-ms-input-placeholder,
  .form-floating .form-select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0;
    /* Firefox */
}
.form-floating .form-control::-ms-input-placeholder,
  .form-floating .form-select::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    opacity: 0;
    /* Firefox */
}
.form-floating .form-select {
  padding-top: 21px;
}
.form-floating label {
  color: #777;
  left: 15px;
  top: -5px;
}
.form-floating.isWidth label {
  left: 0;
}
table {
  table-layout: fixed;
}

/* Table controls & Filters */
.table-controls .controls-wrap .form-control {
  width: 35%;
}
.table-controls .controls-wrap .d-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-controls .controls-wrap .d-flex .empl {
    margin-right: 12px;
    width: 48%;
}

/* ========================
       DEFAULT SCROLL
==========================*/
/* ::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
  margin: 1rem 1rem;
}

::-webkit-scrollbar-thumb {
  background: #f05a00;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ca4e00;
} */
/* =====================
       AIRBNB CAL
=======================*/
.asd__keyboard-shortcuts-trigger {
  border-right: 33px solid #0088cc !important;
}
.asd__keyboard-shortcuts-trigger span {
    font-size: 0.8rem;
}
.asd__mobile-close-icon {
  display: none;
}
.asd__keyboard-shortcuts-close::after {
  content: '\D7';
  font-size: 1.5rem;
}
.datepicker-trigger input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* N/A style */
.not-available {
  color: #a7a7a7;
}
.modal-text-color {
  color: #f05a00;
}

/* =================================
      STAGE, STATUS AND PIPELINE
==================================*/
.color-active {
  background-color: #5bb75b;
}
.color-contacted {
  background-color: #333;
}
.color-not-contacted {
  background-color: #a7a7a7;
}
.color-interviewing {
  background-color: #465c74;
}
.color-conducting-test {
  background-color: #066da1;
}
.color-offered-employment {
  background-color: #066da1;
}
.color-references-check {
  background-color: #2798d2;
}
.color-employed {
  background-color: #148214;
}
.color-no-longer-interested {
  background-color: #913d8b;
}
.color-not-in-consideration {
  background-color: #f02800;
}
.color-not-submited {
  background-color: #5bb75b;
}
.color-default {
  background-color: #a7a7a7;
}

/* =================================
             STATUS
==================================*/
.job-status-color-active {
  background-color: #043852;
}
.job-status-color-not-submitted {
  background-color: #d7d7d7;
}
.job-status-color-rejected {
  background-color: #d91c1c;
}
.job-status-color-published {
  background-color: #148214;
}
.job-status-color-submitted {
  background-color: #f05a00;
}
.job-status-color-closed {
  background-color: #913d8b;
}
.job-status-color-approved {
  background-color: #066da1;
}

/* =================================
          QUALIFICATION
==================================*/
.qualification-color-contacted {
  background-color: #333;
}
.qualification-color-not-in-consideration {
  background-color: #f02800;
}
.qualification-color-interviewing {
  background-color: #465c74;
}
.qualification-color-not-contacted {
  background-color: #a7a7a7;
}
.qualification-color-submitted {
  background-color: #148214;
}
.qualification-color-offered-employment {
  background-color: #066da1;
}
.qualification-color-offered-employment {
  background-color: #066da1;
}
.qualification-color-employed {
  background-color: #148214;
}
.qualification-color-no-longer-interested {
  background-color: #913d8b;
}
.qualification-color-not-submitted {
  background-color: #d7d7d7;
}
.qualification-color-responded {
  background-color: #bf6e23;
}
.qualification-color-qualifying {
  background-color: #54bbaf;
}

/* =================================
              STAGE
==================================*/
.stage-color-contacted {
  background-color: #333;
}
.stage-color-not-contacted {
  background-color: #a7a7a7;
}
.stage-color-not-submitted {
  background-color: #d7d7d7;
}
.stage-color-interviewing {
  background-color: #465c74;
}
.stage-color-offered-employment {
  background-color: #066da1;
}
.stage-color-employed {
  background-color: #148214;
}
.stage-color-no-longer-interested {
  background-color: #913d8b;
}
.stage-color-not-in-consideration {
  background-color: #f02800;
}
.stage-size {
  width: 12px;
  height: 12px;
}
#stage .stage-size,
#status .stage-size,
#qualification .stage-size {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new,
#status .stage-color-new,
#qualification .stage-color-new {
  background-color: #4ca7d5;
}
#stage .stage-color-draft,
#status .stage-color-draft,
#qualification .stage-color-draft {
  background-color: #8a8b8a;
}
#stage .stage-color-active,
#status .stage-color-active,
#qualification .stage-color-active {
  background-color: #419941;
}
#stage .stage-color-expired,
#status .stage-color-expired,
#qualification .stage-color-expired {
  background-color: #f17931;
}
#stage .stage-color-rejected,
#status .stage-color-rejected,
#qualification .stage-color-rejected {
  background-color: #f02800;
}

/* ================================
      SINGLE VIEW COMPONENTS
=================================*/
.candidate,
.employer {
  width: auto;
  padding: 15px 20px;
  margin: 0;
}
.candidate-name,
  .employer-name {
    font: 21px Montserrat;
    letter-spacing: 0;
    color: #000;
}
.candidate img,
  .employer img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
       object-fit: cover;
}
.candidate .btn-success span,
  .employer .btn-success span {
    margin-left: 5px;
}

/* =====================
         TABLES
=======================*/
.custom-table {
  /* Sticky first column */
}
.custom-table .sticky {
    position: sticky;
    left: 0px;
    z-index: 1;
}
.custom-table th:nth-child(1) {
    background-color: #343a40 !important;
    padding-left: 20px;
}
.custom-table tr:nth-child(odd) > .sticky {
    background-color: #f2f2f2;
}
.custom-table tr:nth-child(even) > .sticky {
    background-color: #fff;
}
.custom-table th {
    font-size: 14px;
    font-weight: 400;
    color: #a3a6b4;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: none !important;
}
.custom-table td,
  .custom-table p {
    border-top: none;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    vertical-align: middle;
}
.custom-table .status {
    /* &-color-active {
      background-color: $color-status-active;
      opacity: 0.6;
    }

    &-color-full {
      background-color: $color-status-full;
      opacity: 0.6;
    }

    &-color-selected {
      background-color: $color-status-full;
    }

    &-color-closed {
      background-color: $color-status-closed;
      opacity: 0.6;
    }

    &-color-notsuitable {
      background-color: $color-status-pipeline-notsuitable;
      opacity: 0.6;
    }

    &-color-contacted {
      background-color: $color-status-pipeline-contacted;
      opacity: 0.6;
    }
    &-color-placed {
      background-color: $color-status-pipeline-placed;
      opacity: 0.6;
    } */
}
.custom-table .status-custom {
      position: relative;
      min-width: 8.125rem;
      min-height: 2.3rem;
      max-width: 8.125rem;
      max-height: 2.5rem;
      border-radius: 1.375rem;
      color: #fff;
      white-space: nowrap;
      font-size: 15px;
}
.custom-table .status-custom p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
}
.custom-table .tech-icons img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: relative;
    top: 4px;
}
.custom-table .tech-icons .icon-container:not(:last-child) {
    margin-right: 10px;
}
.custom-table .tech-icons i.colored {
    font-size: 26px;
}

/* =====================
        END TABLES
=======================*/
/* =====================
     SELECT FIELDS
=======================*/
select {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat !important;
  background-position: right 3px top 50% !important;
  margin-right: 3px !important;
  min-width: 110px;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  border: 1px solid #d7dae2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#login-page [type='email'],
#login-page [type='password'],
#login-page [type='text'],
#login-page [type='select'],
#login-page [type='tel'],
#login-page [type='url'],
#register-page [type='email'],
#register-page [type='password'],
#register-page [type='text'],
#register-page [type='select'],
#register-page [type='tel'],
#register-page [type='url'],
#apply-for-job-form [type='email'],
#apply-for-job-form [type='password'],
#apply-for-job-form [type='text'],
#apply-for-job-form [type='select'],
#apply-for-job-form [type='tel'],
#apply-for-job-form [type='url'],
.modal-content [type='email'],
.modal-content [type='password'],
.modal-content [type='text'],
.modal-content [type='select'],
.modal-content [type='tel'],
.modal-content [type='url'] {
  height: 3rem;
  line-height: 1.3;
}
.custom-file-label,
.custom-file-label::after {
  /* content: '';
  background: transparent; */
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* .custom-file-label::after {
  border-left: 0;
} */
.tag-input [type='text'] {
  padding-top: 0 !important;
}
.modal-content select {
  height: 3rem;
  padding-top: 8px;
  line-height: 1.3;
}

/* =====================
       RADIO BUTTONS
=======================*/
.modal-body .form-control {
  width: 100% !important;
}
.modal-body .radios label {
  margin: 1rem;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.modal-body .radios input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.modal-body .radios .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 3px #00000002;
          box-shadow: 0px 2px 3px #00000002;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
.modal-body .radios .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #f05a00;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
}
.modal-body .radios .no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
.modal-body .radios input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
  animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-body .radios .no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}
.modal-body .radios input:checked + .outside {
  border: 1px solid #f05a00;
}

/* =====================
        BUTTONS
=======================*/
.btn {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.btn-linkedin,
.btn-facebook {
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.btn-custom {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  border-radius: 4px;
  opacity: 1;
  white-space: nowrap;
}
.card {
  border-radius: 8px;
  margin: 24px;
}
#wrapper {
  background-color: #333;
  padding-left: 185px;
  min-height: 100vh;
}

/* =================
     TOPNAVBAR
==================*/
.user-settings .dropdown-toggle {
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* =================
   SIDEBAR NAV
==================*/
.sidebar-nav {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  min-width: 180px;
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  background-color: #000;
  border-right: 2px solid #000 !important;
  z-index: 99;
}
.sidebar-nav .router-link-active,
  .sidebar-nav .router-link-exact-active {
    background: #f05a00 !important;
    cursor: pointer;
    border: 0 !important;
}
.sidebar-nav #navigationLinks:hover,
  .sidebar-nav .router-link-exact-active:hover {
    display: block;
}
.sidebar-nav .list-group-item {
    background-color: #000;
    border: 0 !important;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin: 1px 1px;
}
.sidebar-nav .list-group-item:hover {
      background-color: #f05a00;
}
.sidebar-nav .active {
    background-color: #f05a00;
}
#page-content-wrapper {
  min-width: 100vw;
}
.avatar {
  height: 3rem;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
#sidebar-wrapper {
  margin-left: 0;
}
#page-content-wrapper {
  min-width: 0;
  width: 100%;
}
#page-content-wrapper .breadcrumb {
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
#page-content-wrapper .breadcrumb-item, #page-content-wrapper .breadcrumb-item::before,
    #page-content-wrapper .breadcrumb a {
      color: #fff !important;
      text-decoration: none;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: -15rem;
}

/* ================
    Typography
==================*/
.main-title h1 {
  color: #000;
  font-size: 2rem;
}

/* =================
       INPUTS
==================*/
/* Remove up and down arrows for number input field */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
[type='file'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
[type='file'] + label {
  cursor: pointer;
}
[type='file']:focus + label,
[type='file'] + label:hover {
  background-color: #f15d22;
}
[type='file']:focus + label {
  outline: 1px dotted #000;
}
.input-group-text {
  background-color: transparent;
}
.has-floating-label input[type]::-webkit-input-placeholder, .has-floating-label .select-style::-webkit-input-placeholder {
  line-height: 1.33333;
}
.has-floating-label input[type]::-moz-placeholder, .has-floating-label .select-style::-moz-placeholder {
  line-height: 1.33333;
}
.has-floating-label input[type]:-ms-input-placeholder, .has-floating-label .select-style:-ms-input-placeholder {
  line-height: 1.33333;
}
.has-floating-label input[type]::-ms-input-placeholder, .has-floating-label .select-style::-ms-input-placeholder {
  line-height: 1.33333;
}
.has-floating-label input[type]::placeholder,
.has-floating-label .select-style::placeholder {
  line-height: 1.33333;
}
.has-floating-label input[type]:focus,
.has-floating-label .select-style:focus {
  padding-top: 1.3rem;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.has-floating-label input[type]:not(:focus),
.has-floating-label .select-style:not(:focus) {
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.has-floating-label input[type]:not(:-moz-placeholder-shown), .has-floating-label .select-style:not(:-moz-placeholder-shown) {
  padding-top: 1.3rem;
}
.has-floating-label input[type]:not(:-ms-input-placeholder), .has-floating-label .select-style:not(:-ms-input-placeholder) {
  padding-top: 1.3rem;
}
.has-floating-label input[type]:not(:placeholder-shown),
.has-floating-label .select-style:not(:placeholder-shown) {
  padding-top: 1.3rem;
}
.vfl-label {
  margin: 1.2rem 0 0 0.8rem;
}
.vfl-has-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vfl-label-on-input {
  top: -1em;
}

/* =======================================
  Checkbox style for terms and conditions
========================================*/
.span_pseudo,
.chiller_cb span:before,
.chiller_cb span:after {
  content: '';
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.chiller_cb {
  position: relative;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chiller_cb a {
    color: #000;
}
.chiller_cb input {
    display: none;
}
.chiller_cb input:checked ~ span {
    background: #000;
    border-color: #000;
}
.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}
.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}
.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
.chiller_cb span:before {
    -webkit-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
            transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}
.chiller_cb span:after {
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

/* =============================
    LOGIN AND REGISTER MODALS
==============================*/
.modal-content {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.modal-content h1 {
    font-size: 2.25rem;
    font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

/* 
.modal-header {
  border-bottom: 0;
} */
.avatar-modal {
  margin-bottom: 2.5rem;
}
#register-page h1,
#login-page h1 {
  font-size: 2.25rem;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}
.job-controls-tabs {
  padding: 0;
}
.job-controls-tabs .nav-item {
    color: #a3a6b4;
    font-size: 0.8rem;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    font-weight: 700;
    text-transform: uppercase;
}
.job-controls-tabs .nav-item:not(:last-child) {
    margin-right: 3px;
}
.job-controls-tabs .active {
    font-weight: 700;
}
.custom-card {
  width: auto;
  overflow-y: auto;
}
.custom-card h1 {
    font-size: 2.25rem;
    color: #333;
    /* margin-bottom: 1.875rem;
    margin-top: 1.875rem; */
}
.custom-card input:not([type='checkbox']),
  .custom-card .select-style {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.custom-card .form-group {
    margin-bottom: 0.625rem;
}
.social-buttons a {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 2px #0000000d;
          box-shadow: 0px 1px 2px #0000000d;
  border-radius: 4px;
  white-space: nowrap;
}

/* TODO:: separator */
/* .separator {
  margin-top: 13rem;
} */
.footer-small-link {
  font-size: 0.813rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #000;
}
.separator {
  position: relative;
  text-align: center;
  color: #b6b6b6;
  opacity: 0.8;
}
.separator span {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 20px;
}
.separator span:before, .separator span:after {
      content: '';
      display: block;
      width: 5.5rem;
      position: absolute;
      top: 0.73em;
      border-top: 1px solid #b6b6b6;
}
.separator span:before {
      right: 100%;
}
.separator span:after {
      left: 100%;
}
.aside-title {
  margin-top: 1.2rem;
  margin-left: 14px;
  margin-bottom: 16px;
  font-weight: 700;
}

/* .separator {
  position: relative;
  text-align: center;
  color: $color-white;
  opacity: 0.8;

  span {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 20px;

    &:before,
    &:after {
      content: '';
      display: block;
      width: 5.5rem;
      position: absolute;
      top: 0.73em;
      border-top: 1px solid $color-white;
    }

    &:before {
      right: 100%;
    }

    &:after {
      left: 100%;
    }
  }
} */
/* =================
      SEARCH JOB
===================*/
.badge {
  font-size: 0.7rem;
}
.results:not(:last-child) {
  border-bottom: 1px solid rgba(190, 190, 190, 0.3);
}
.tags:not(:first-child) {
  margin-left: 0.5rem;
  min-width: 3rem;
}
.search-job-register-text {
  font-size: 0.9rem;
}

/* Search filters */
.job-filters {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 6px 0;
}
.job-filters .btn-danger {
    font-size: 1rem;
    height: 38px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

/* end search filters */
/* =====================
      Apply FOR JOB
=======================*/
.dropzone {
  border: 2px dashed #dedede;
  margin-bottom: 1rem;
  background: #fff;
}
.dropzone-message {
    font-size: 1rem;
    text-align: center;
}
.dropzone-message p {
      color: #959595;
}
.apply-textarea {
  margin-bottom: 1rem;
  padding-top: 1.2rem;
}
.nav-link {
  white-space: nowrap;
}

/* =====================
      USER ACCOUNT
=======================*/
/* .breadcrumbs {
  color: $color-white;
} */
.file-upload button,
.file-upload label {
  border-radius: 0;
}
.file-upload .file-upload-label {
  cursor: pointer;
}
.controls-wrap .integration-group {
  width: 70%;
}

/* =====================
      RESULT ITEM
=======================*/
.card nav {
  margin: 1rem 1rem;
}
.card .tab-content {
  margin: 1rem 1rem;
}

/* =====================
         ADMIN
=======================*/
.custom-control-label {
  text-transform: none !important;
}

/* custom checkboxes */
.custom-control-label:before {
  background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #f05a00;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23F05A00' 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");
}
.table-controls .controls-wrap {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-controls .btn-outline-remove {
  border: 1px solid #e2e2e2;
  -ms-flex-item-align: end;
      align-self: end;
}
.table-controls .btn-outline-remove i {
    color: #f02800;
}
.table-controls .btn-outline-remove:hover,
.table-controls .btn-outline-remove:active {
  background-color: #f02800;
}
.table-controls .btn-outline-remove:hover i,
  .table-controls .btn-outline-remove:active i {
    color: #fff;
}
.table-controls .btn-outline {
  border: 1px solid #e2e2e2;
}
.table-controls .btn-outline i {
    color: #5bb75b;
}
.table-controls .btn-outline:hover,
.table-controls .btn-outline:active {
  background-color: #5bb75b;
}
.table-controls .btn-outline:hover i,
  .table-controls .btn-outline:active i {
    color: #fff;
}
.table-controls .published {
  margin-right: 0.9375rem;
  font-size: 1.125rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}
.pipeline-controls,
.bottom-controls,
.jobs-controls,
#activities,
#emails {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.pipeline-controls h6,
  .bottom-controls h6,
  .jobs-controls h6,
  #activities h6,
  #emails h6 {
    font-size: 14px;
    font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* #activities,
#emails {
  h6 {
    font-size: 18px;
    font-family: $font-family-sans-serif;
  }

  .activities-media li {
    border-radius: 0 !important;
    border: 0;
  }

  .activities-media li:nth-child(odd) {
    border-left: 5px solid #f05a00;
    background-color: #f1f1f3;
  }

  .activities-media li:nth-child(even) {
    border-left: 5px solid #747674;
  }

  .activities-name {
    font-family: Lato;
    color: $color-base-blue;
    letter-spacing: 0.9px;
    margin: 0;
  }

  .activities-status-color {
    color: #f05a00;
  }
} */
.bottom-controls select {
  width: 160px;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
}
#activities,
#emails {
  font-size: 14px;
}
#activities ::-webkit-scrollbar,
  #emails ::-webkit-scrollbar {
    width: 5px;
}
#activities ::-webkit-scrollbar-track,
  #emails ::-webkit-scrollbar-track {
    background: transparent;
    margin: 1rem 1rem;
}
#activities ::-webkit-scrollbar-thumb,
  #emails ::-webkit-scrollbar-thumb {
    background: #f05a00;
    border-radius: 8px;
}
#activities ::-webkit-scrollbar-thumb:hover,
  #emails ::-webkit-scrollbar-thumb:hover {
    background: #ca4e00;
}

/* TOASTED */
.toasted {
  padding: 35px 12px 15px 12px !important;
  border-radius: 3px !important;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px !important;
}
.toasted span {
    display: inline-block !important;
    font-weight: 500;
}
.toasted-container.bottom-right {
  max-width: 320px;
  overflow: hidden;
}
.toasted-container.bottom-right .action {
  color: #fff !important;
  text-decoration: none !important;
}
.toasted-container.bottom-right .icon {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  background: #f05a00;
  border-bottom: 1px solid #242222;
  color: #fff !important;
  text-align: right;
  padding: 6px 12px !important;
  display: block !important;
  margin: 0 !important;
  font-size: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.toasted-container.bottom-right .icon:before {
  content: 'Pipeline update';
  float: left;
  text-transform: none !important;
}
.toasted.bubble.error {
  background: #f02800;
}
.toasted.bubble.success {
  background: #5bb75b;
}

/* Apply For Job */
.upload-tag {
  border: 1px solid #a3a6b4;
  border-radius: 8px;
  color: #a3a6b4;
  padding: 3px 5px;
}
.upload-tag-selected {
  cursor: pointer;
  color: #f05a00;
  border: 1px solid #f05a00;
}

/* =====================
   Form Spinner Styles
=======================*/
.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.spinner-container .spinner-grow {
    background: #f05a00;
}
.spinner-container .spinner-grow:first-of-type {
      -webkit-animation: spinner-grow 1.2s linear infinite;
      animation: spinner-grow 1.2s linear infinite;
}
.spinner-container .spinner-grow:nth-of-type(2) {
      -webkit-animation: spinner-grow 1.2s linear infinite;
      animation: spinner-grow 1.2s linear infinite;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
}
.spinner-container .spinner-grow:nth-of-type(3) {
      -webkit-animation: spinner-grow 1.2s linear infinite;
      animation: spinner-grow 1.2s linear infinite;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
}
.spinner-container span {
    display: block;
    text-align: center;
    color: #666;
}

/* ===== End of spinner styles ===== */
/* =========================
   Page Pagination Styles
==========================*/
.pagination-controls .form-control {
  max-width: 4rem;
  height: 35px;
}
.pagination-controls .page-link {
  border-radius: 4px;
  color: #808495;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
}
.pagination-controls .page-link:disabled {
    cursor: not-allowed;
    background: #e9ecef;
    opacity: 0.9;
}
.pagination-controls .page-link i {
    color: #495057;
    opacity: 0.5;
}
.pagination-controls .page-link .fa-angle-double-left,
  .pagination-controls .page-link .fa-angle-double-right {
    position: relative;
    top: 0.5px;
}
.pagination-controls .form-control {
  border: 1px solid #e8e9ec;
  border-radius: 4px;
  color: #808495;
  opacity: 0.9;
}
.pagination-controls .btn-secondary {
  background: #fff !important;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
  box-shadow: 0px 2px 3px #0000000d;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  color: #495057;
  font-size: 14px !important;
  height: 35px;
}
.pagination-controls .btn-secondary .fa-chevron-down {
    margin: 0 -3px 0 5px;
    font-size: 12px;
    opacity: 0.5;
}
.pagination-controls .dropdown-menu {
  min-width: 80px !important;
  max-width: 80px !important;
  padding: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.pagination-controls .dropdown-menu .dropdown-item {
    padding-left: 8px !important;
}

/* Dropdown submenu */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

/* DROPDOWN BUTTONS */
/* End of page Pagination Styles */
/* FORMS */
.candidate-info-form input,
.employer-item-form input {
  height: 30px;
  padding-left: 5px;
  margin-top: -6px;
}
.candidate-info-form .name-input,
.employer-item-form .name-input {
  height: 37.6px;
  margin-top: 0;
}
.tooltip {
  pointer-events: none;
}
.tooltip .tooltip-inner {
    background: rgba(255, 255, 255, 0.9);
    color: #3e3e3e;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
}
.tooltip .arrow::before {
    border-top-color: rgba(255, 255, 255, 0.9) !important;
    display: none !important;
}
.tooltip.show {
    opacity: 1;
}
@media only screen and (max-width: 1251px) {
#wrapper {
    background: #000;
    padding: 40px 0 0 0;
    overflow-x: hidden;
}
#wrapper .card {
      margin: 0;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
.sidebar-logo {
    display: none;
}
.sidebar-nav {
    padding-top: 62px;
    width: 180px;
    left: -180px !important;
}
.sidebar-nav.toggle {
      left: 0 !important;
}
}
@media only screen and (max-width: 992px) {
.new-city-model .vs__dropdown-menu {
    width: 100%;
    overflow-x: hidden;
}
.controls-wrap .integration-group {
    width: 100%;
    margin-bottom: 12px;
}
#wrapper {
    background: #000;
    padding: 40px 0 0 0;
    overflow-x: hidden;
}
#wrapper .card {
      margin: 0;
      border-radius: 0;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
}
.sidebar-logo {
    display: none;
}
.sidebar-nav {
    padding-top: 62px;
    width: 180px;
    left: -180px !important;
}
.sidebar-nav.toggle {
      left: 0 !important;
}
.candidate-mobile .container {
    max-width: 100%;
}
.candidate-mobile .list-unstyled {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.candidate-mobile .list-unstyled li {
      position: relative;
      padding: 6px 30px 6px 10px;
      border-bottom: 1px solid #ddd;
}
.candidate-mobile .list-unstyled li a.username {
        display: block;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
}
.candidate-mobile .list-unstyled li a.toggle-collapse {
        color: #666;
        position: absolute;
        top: 52px;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span {
        font-size: 14px;
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span:nth-of-type(2) {
          color: #5f5f5f;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span {
        font-size: 14px;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment {
              background: #5bb75b;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment {
              background: #0088cc;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange {
              background: #f05a00;
}
.candidate-mobile .list-unstyled .list-inline li {
      background: #f3f3f3;
      border: none;
      border-radius: 3px;
      padding-right: 0;
}
.candidate-mobile .list-unstyled .list-inline li a {
        color: #999999;
        display: block;
        font-size: 12px;
        margin: 0px 15px;
}
.candidate-mobile .list-unstyled .stats {
      white-space: nowrap;
      text-align: center;
}
.candidate-mobile .list-unstyled .stats li {
        background: none;
        color: #a4afb7;
        text-align: center;
        font-size: 10px;
        margin: 0 25px 0 0;
        text-transform: uppercase;
}
.candidate-mobile .list-unstyled .stats li span {
          display: block;
          color: #000000;
}
}

/* Responsive classes 768px Tables and medium screens */
@media only screen and (max-width: 768px) {
#wrapper {
    padding: 38px 0 0 0;
}
#wrapper .card {
      overflow-x: hidden;
      margin: 0;
      min-height: calc(100vh - 62px);
}
.sidebar-logo {
    display: none;
}
.sidebar-nav {
    padding-top: 62px;
    width: 180px;
    left: -180px !important;
}
.sidebar-nav.toggle {
      left: 0 !important;
}
.candidate-mobile .container {
    max-width: 100%;
}
.candidate-mobile .list-unstyled {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.candidate-mobile .list-unstyled li {
      position: relative;
      padding: 8px 30px 8px 6px;
      border-bottom: 1px solid #ddd;
}
.candidate-mobile .list-unstyled li a.username {
        display: block;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
}
.candidate-mobile .list-unstyled li a.toggle-collapse {
        color: #666;
        position: absolute;
        top: 52px;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span {
        font-size: 14px;
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span:nth-of-type(2) {
          color: #5f5f5f;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span {
        font-size: 14px;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment {
              background: #5bb75b;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment {
              background: #0088cc;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange {
              background: #f05a00;
}
.candidate-mobile .list-unstyled .list-inline li {
      background: #f3f3f3;
      border: none;
      border-radius: 3px;
      padding-right: 0;
}
.candidate-mobile .list-unstyled .list-inline li a {
        color: #999999;
        display: block;
        font-size: 12px;
        margin: 0px 15px;
}
.candidate-mobile .list-unstyled .stats {
      white-space: nowrap;
      text-align: center;
}
.candidate-mobile .list-unstyled .stats li {
        background: none;
        color: #a4afb7;
        text-align: center;
        font-size: 10px;
        margin: 0 25px 0 0;
        text-transform: uppercase;
}
.candidate-mobile .list-unstyled .stats li span {
          display: block;
          color: #000000;
}
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* Responsive classes 576px */
@media only screen and (max-width: 576px) {
.custom-card {
    height: auto !important;
}
.candidate .btn-success span,
  .employer .btn-success span {
    display: none;
}
#wrapper {
    padding-left: 0;
    padding-top: 65px;
    background: #000;
}
  /* SIDEBAR Classes */
.sidebar-logo {
    display: none;
}
.sidebar-nav {
    padding-top: 62px;
    width: 180px;
    left: -180px !important;
}
.sidebar-nav.toggle {
      left: 0 !important;
}
  /* end of sidebar classes */
.card {
    margin: 0 !important;
    border-radius: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.job-filters {
    display: block !important;
}
.job-filters .form-group {
      width: 100% !important;
}
  /* Admin Candidate interface */
.candidate-mobile .list-unstyled {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.candidate-mobile .list-unstyled li {
      position: relative;
      padding: 6px 28px 6px 0;
      border-bottom: 1px solid #ddd;
}
.candidate-mobile .list-unstyled li a.username {
        display: block;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
}
.candidate-mobile .list-unstyled li a.toggle-collapse {
        color: #666;
        position: absolute;
        top: 52px;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span {
        font-size: 14px;
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.candidate-mobile .list-unstyled li .d-flex:first-of-type span:nth-of-type(2) {
          color: #5f5f5f;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span {
        font-size: 14px;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment {
              background: #5bb75b;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment {
              background: #0088cc;
}
.candidate-mobile .list-unstyled li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange {
              background: #f05a00;
}
.candidate-mobile .list-unstyled .list-inline li {
      background: #f3f3f3;
      border: none;
      border-radius: 3px;
      padding-right: 0;
}
.candidate-mobile .list-unstyled .list-inline li a {
        color: #999999;
        display: block;
        font-size: 12px;
        margin: 0px 15px;
}
.candidate-mobile .list-unstyled .stats {
      white-space: nowrap;
      text-align: center;
}
.candidate-mobile .list-unstyled .stats li {
        background: none;
        color: #a4afb7;
        text-align: center;
        font-size: 10px;
        margin: 0 25px 0 0;
        text-transform: uppercase;
}
.candidate-mobile .list-unstyled .stats li span {
          display: block;
          color: #000000;
}
.candidate,
  .employer {
    width: auto;
    padding: 15px 20px;
    margin: 0;
}
.candidate-name,
    .employer-name {
      font: 18px Montserrat;
      letter-spacing: 0;
      color: #000;
}
.candidate img,
    .employer img {
      width: 64px;
      height: 64px;
      -o-object-fit: cover;
         object-fit: cover;
}
.candidate .btn-success span,
    .employer .btn-success span {
      margin-left: 5px;
}
  /* end of mobile interface for candidate */
.mobile-filter {
    font-family: Lato, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.mobile-filter h2 {
      font-size: 24px;
      font-weight: 700;
      font-family: Montserrat, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
}
.vs__dropdown-menu {
  max-height: 300px !important;
}
.description-text-body p {
  margin-bottom: 0 !important;
}
.job-ad p {
  margin-bottom: 0 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */
.v-select {
  position: relative;
  font-family: inherit;
}
.v-select,
.v-select * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* KeyFrames */
@-webkit-keyframes vSelectSpinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes vSelectSpinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

/* Dropdown Default Transition */
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  -webkit-transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}
.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}
.vs__selected-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}
.vs__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}
.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: -webkit-transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  -webkit-transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
          transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
      -ms-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
}
.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
.vs__dropdown-menu {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}
.vs__no-options {
  text-align: center;
}

/* List Items */
.vs__dropdown-option {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}
.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}
.vs__dropdown-option--deselect {
  background: #fb5858;
  color: #fff;
}
.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
.vs__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}
.vs__deselect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--open .vs__selected,
.vs--single.vs--loading .vs__selected {
  position: absolute;
  opacity: .4;
}
.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
.vs__search::-webkit-search-cancel-button {
  display: none;
}
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}
.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1;
}
.vs__search::-webkit-input-placeholder {
  color: inherit;
}
.vs__search::-moz-placeholder {
  color: inherit;
}
.vs__search:-ms-input-placeholder {
  color: inherit;
}
.vs__search::-ms-input-placeholder {
  color: inherit;
}
.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */
.vs--unsearchable .vs__search {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

/* Loading Spinner */
.vs__spinner {
  -ms-flex-item-align: center;
      align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s infinite linear;
          animation: vSelectSpinner 1.1s infinite linear;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
.vs--loading .vs__spinner {
  opacity: 1;
}

/* Funnel css */
.label__value {
  display: none;
}
.svg-funnel-js__labels .svg-funnel-js__label .label__title {
  margin-left: -20px !important;
}

/* End Funnel css */
/* Include Filter */
/* Tooltip popper */
.popper {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(226, 226, 226, 0.9);
  border-radius: 6px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fa-stack {
  color: #666 !important;
  font-size: 14px;
}
.fa-stack .fas {
    color: #666 !important;
}
.fa-stack i:hover {
    cursor: pointer !important;
}
.fa-stack .is-clicked {
    color: #f05a00 !important;
}
.fa-stack .is-clicked:hover {
    color: #ff741e !important;
}

/* End Include Filter */
.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 576px) {
.owl-dots {
    display: none;
}
}

/* v-search global css */
#add-job-competences,
#location,
#sources-select,
#employer-select,
#manager-jobs-select,
#service-level-select,
#service-level-single-job,
#published-promoted-select,
#sources-select-chart-two,
#sources-select-funnel-two,
#select-jobs,
#sources-select-funnel-two {
  min-height: 28px;
}
.existing-candidate .v-select .vs__dropdown-toggle {
  height: 3rem;
}
.filter-item .vs--unsearchable span {
  margin-top: 15px;
  font-size: 1rem;
}
.filter-item .vs--searchable .vs__dropdown-toggle {
  min-height: 3rem;
}
.filter-item .vs__open-indicator {
  margin-top: 0 !important;
}

/* Hide floating labal when select menu is open */
/* .vs--open {
  .vs__selected {
    visibility: hidden;
  }
} */
.vs__open-indicator {
  content: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>");
}

/* .has-floating-label input[type]:not(:placeholder-shown),
.has-floating-label .select-style:not(:placeholder-shown) {
  padding-top: 1.3rem;
} */
.vs__search::-webkit-input-placeholder {
  color: #777;
}

/* 

.vs__selected {
  padding-top: 1rem !important;
  font-size: 1rem !important;
}
*/
/*
.vs--searchable, .filter-item .vs__dropdown-toggle {
  min-height: 3rem;

  ::placeholder {
    font-family: $font-family-sans-lato;
    font-size: 16px;
  }
} */
.filter-items .vs__dropdown-toggle {
  min-height: 38px;
  color: #6c757d;
}

/* .vs__actions {
  .vs__open-indicator {
    display: none;
  }

  &::after {
    content: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>");
  }
} */
/* =====================
      POPPER STYLES
=======================*/
.popper {
  box-shadow: 0 12px 13px #00000033;
  -webkit-box-shadow: 0 2px 3px #00000033;
  padding: 7px;
  background-color: #fff;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* =====================
      VUE-TOUR STYLES
=======================*/
.v-step {
  background: #fff !important;
  color: #777 !important;
}
.v-step .v-step__header {
    font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    background-color: #f1f1f1 !important;
    border-bottom: 1px solid #ddd;
    color: #222 !important;
}
.v-step .v-step__content {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.v-step .v-step__button {
    border-radius: 5px !important;
    padding: 6px 10px !important;
}
.v-step .v-step__button:hover {
      color: #fff !important;
}
.v-step .v-step__button-next {
    background: #ff6204 !important;
    border: 1px solid #ff6204 !important;
}
.v-step .v-step__button-next:hover {
      background: #f05a00 !important;
}
.v-step .v-step__button-skip {
    background: #0088cc !important;
    border: 1px solid #28a1bb !important;
}
.v-step .v-step__button-skip:hover {
      background: #0088cc !important;
}
.vs__dropdown-toggle {
  background: #fff;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
a[data-v-4cb18be8] {
  text-decoration: none !important;
}
.signout[data-v-4cb18be8] {
  cursor: pointer;
  display: none;
}
.recent-group[data-v-4cb18be8] {
  margin: 12px 0;
}
.recent-group .recent-item[data-v-4cb18be8] {
    margin: 0 !important;
    max-width: 175px;
}
.recent-group .recent-item a[data-v-4cb18be8] {
      padding: 6px 20px;
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      display: block;
      background: none !important;
}
.recent-group .recent-item[data-v-4cb18be8]:hover {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.1);
}
.fa-city[data-v-4cb18be8] {
  font-size: 11px;
}
.sidebar-logo[data-v-4cb18be8] {
  text-align: center;
  padding: 2rem;
}
.sidebar-logo .svg-icon[data-v-4cb18be8] {
    width: 80px;
    height: 75px;
    margin-left: 10px;
}
.dropdown a[data-v-4cb18be8]::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.dropdown-menu[data-v-4cb18be8] {
  background-color: #0e0e0e;
  margin-left: 100%;
  margin-top: -45px !important;
  border: 0 !important;
  border-radius: 0;
}
.dropdown-menu a[data-v-4cb18be8] {
    color: #fff;
    font-size: 14px;
}
.dropdown-menu a[data-v-4cb18be8]:hover {
    background-color: #f05a00;
}
.last-build[data-v-4cb18be8] {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.7rem;
  color: #b4b4b4;
  text-align: center;
}
.last-build p[data-v-4cb18be8] {
    margin: 0 0 0 -5px;
}
@media only screen and (max-width: 1250px) {
.signout[data-v-4cb18be8] {
    cursor: pointer;
    display: block;
}
}

.ql-container[data-v-641660de] {
  height: 280px;
}
.ql-container[data-v-641660de] ::-webkit-scrollbar {
    width: 5px;
}
.ql-container[data-v-641660de] ::-webkit-scrollbar-track {
    background: transparent;
    margin: 0.2rem 0.2rem;
}
.ql-container[data-v-641660de] ::-webkit-scrollbar-thumb {
    background: #f05a00;
    border-radius: 8px;
}
.ql-container[data-v-641660de] ::-webkit-scrollbar-thumb:hover {
    background: #ca4e00;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.alert[data-v-153caba0] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: 4px;
}
.error-alert[data-v-153caba0] {
  background-color: #fff6f6;
  border: 1px solid #9e6463;
}
.error-alert h4[data-v-153caba0] {
    color: #973937;
    font-size: 18px;
    font-weight: bold;
}
.error-alert p[data-v-153caba0] {
    color: #973937cc;
    font-size: 14px;
}
.error-alert .close-btn[data-v-153caba0] {
    color: #973937;
}
.info-alert[data-v-153caba0] {
  background-color: #f8ffff;
  border: 1px solid #bedfe6;
}
.info-alert h4[data-v-153caba0] {
    color: #0e566c;
    font-weight: bold;
    font-size: 18px;
}
.info-alert p[data-v-153caba0] {
    color: #0e566c;
    font-size: 14px;
}
.info-alert .close-btn[data-v-153caba0] {
    color: #0e566c;
}
.warning-alert[data-v-153caba0] {
  background-color: #fffaf3;
  border: 1px solid #ccbea0;
}
.warning-alert h4[data-v-153caba0] {
    color: #7a4d05;
    font-weight: bold;
    font-size: 18px;
}
.warning-alert p[data-v-153caba0] {
    color: #7a4d05cc;
    font-size: 14px;
}
.warning-alert .close-btn[data-v-153caba0] {
    color: #973937;
}
.success-alert[data-v-153caba0] {
  background-color: #fcfff5;
  border: 1px solid #a8c599;
}
.success-alert h4[data-v-153caba0] {
    color: #1e561f;
    font-weight: bold;
    font-size: 18px;
}
.success-alert p[data-v-153caba0] {
    color: #1e561fcc;
    font-size: 14px;
}
.success-alert .close-btn[data-v-153caba0] {
    color: #1e561fcc;
}

.modal-mask[data-v-df35bf2c] {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
/* scroll in modal body */
.modal-main[data-v-df35bf2c] {
  height: 100vh;
  overflow-y: auto;
}
.modal-enter[data-v-df35bf2c] {
  opacity: 0;
}
.modal-leave-active[data-v-df35bf2c] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-df35bf2c],
.modal-leave-active .modal-container[data-v-df35bf2c] {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media only screen and (max-width: 1250px) {
.modal-content[data-v-df35bf2c] {
    margin-top: 50px;
    z-index: 9999;
}
}

.load-container[data-v-6e2b8aea] {
  background: white;
  border-radius: 3px;
  z-index: 999999;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner-grow[data-v-6e2b8aea] {
  width: 3rem;
  height: 3rem;
}

.contract[data-v-3b98dc7b] {
  max-height: 500px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 30px;
  overflow-y: auto;
}
.price-list li[data-v-3b98dc7b] {
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.price-list li strong[data-v-3b98dc7b] {
    display: inline-block;
    min-width: 180px;
}
.sign[data-v-3b98dc7b] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8%;
  padding-right: 8%;
}
.signature-pad[data-v-3b98dc7b] {
  background: #fcf3b6;
  width: 100%;
  height: 170px;
}
.modal-mask[data-v-3b98dc7b] {
  z-index: 1000 !important;
}
.plan[data-v-3b98dc7b] {
  height: 90px;
}
.form-check-input[data-v-3b98dc7b]:checked {
  background-color: #000;
  border-color: #000;
}
.textarea-hidden[data-v-3b98dc7b] {
  height: 150px;
}
.form-group.required-fixed-right-[data-v-3b98dc7b] {
  position: relative;
}
.form-group.required-fixed-right-[data-v-3b98dc7b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.editor[data-v-3b98dc7b] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  /* border: 1px solid #d7dae2; */
  border-radius: 4px;
  opacity: 1;
}
.social-buttons a[data-v-3b98dc7b] {
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 2px #00000029;
          box-shadow: 0px 1px 2px #00000029;
  border-radius: 4px;
}
.separator[data-v-3b98dc7b] {
  position: relative;
  text-align: center;
  color: #b6b6b6;
  opacity: 0.8;
}
.separator span[data-v-3b98dc7b] {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 20px;
}
.separator span[data-v-3b98dc7b]:before, .separator span[data-v-3b98dc7b]:after {
      content: '';
      display: block;
      width: 5.5rem;
      position: absolute;
      top: 0.73em;
      border-top: 1px solid #b6b6b6;
}
.separator span[data-v-3b98dc7b]:before {
      right: 100%;
}
.separator span[data-v-3b98dc7b]:after {
      left: 100%;
}
.table-section .spanner[data-v-3b98dc7b] {
  position: absolute;
  right: 12px;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0;
  background: #f05b01;
  font-size: 13px;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  font-weight: 600;
  text-decoration: none;
}
.table-section p[data-v-3b98dc7b] {
  font-size: 14px;
}
.table-section p span[data-v-3b98dc7b] {
    font-weight: 700;
}
.table-section .table-bordered[data-v-3b98dc7b] {
  /*     td {
      border: 3px solid #fff;
    } */
}
.table-section table thead tr th[data-v-3b98dc7b] {
  color: #fff;
  background: #f05b01;
  text-align: center;
}
.table-section table tbody tr th[data-v-3b98dc7b] {
  font-weight: 500;
  position: relative;
}
.table-section table tbody tr td[data-v-3b98dc7b] {
  text-align: center;
}
.table-section table tbody tr[data-v-3b98dc7b]:nth-child(odd) {
  background: #ffd9c4;
}
.table-section table tbody tr[data-v-3b98dc7b]:nth-child(even) {
  background: #ffbe94;
}
.table-section table tbody tr[data-v-3b98dc7b]:last-of-type {
  color: #fff;
  background: #f05b01 !important;
  font-weight: 600;
}
.table-section table tbody tr:last-of-type th[data-v-3b98dc7b] {
    font-weight: 600;
}

/* MODAL */
/* Multi Step Form CSS */
.multisteps-form__progress[data-v-3b98dc7b] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-3b98dc7b] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.form-group.required-fixed-right[data-v-3b98dc7b] {
  position: relative;
}
.form-group.required-fixed-right[data-v-3b98dc7b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 9px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-city[data-v-3b98dc7b] {
  position: relative;
}
.form-group.required-fixed-city[data-v-3b98dc7b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.required-fixed-country[data-v-3b98dc7b] {
  position: relative;
}
.required-fixed-country[data-v-3b98dc7b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 7px;
    color: red;
    opacity: 0.6;
}
.form-group .form-control[data-v-3b98dc7b] {
  padding-left: 8px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-3b98dc7b] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-3b98dc7b]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-3b98dc7b]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-3b98dc7b]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-3b98dc7b] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-3b98dc7b]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

/* END MODAL */
/* Pagination */
.paginate[data-v-3b98dc7b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginate .prev[data-v-3b98dc7b] {
  background: -webkit-gradient(linear, left top, right top, from(#122549), to(#203762));
  background: linear-gradient(90deg, #122549, #203762);
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paginate .next[data-v-3b98dc7b],
.paginate .prev[data-v-3b98dc7b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  width: 50%;
  padding: 0 2em;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
button[data-v-3b98dc7b] {
  outline: 0;
}

/* .next i {
  margin-left: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .next:hover i {
  margin-left: 20px !important;
  transition: all 0.4s;
} */
/* .prev i {
  margin-right: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .prev:hover i {
  margin-right: 20px !important;
  transition: ease-in-out 0.4s;
} */
button[data-v-3b98dc7b]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button[data-v-3b98dc7b]:disabled:hover {
    color: blueviolet;
}
@media screen and (min-width: 40em) {
.paginate .next[data-v-3b98dc7b],
  .paginate .prev[data-v-3b98dc7b] {
    height: 118px;
    font-size: 32px;
}
}
select[data-v-3b98dc7b],
input[type='number'][data-v-3b98dc7b],
input[type='text'][data-v-3b98dc7b],
input[type='search'][data-v-3b98dc7b] {
  height: 3rem;
  padding-top: 8px;
  line-height: 1.3;
}
.search-typehead[data-v-3b98dc7b] {
  min-height: 3rem !important;
}
.add-job-comments[data-v-3b98dc7b] {
  padding-top: 1rem;
}
@media (max-width: 992px) {
.plan[data-v-3b98dc7b] {
    height: auto;
}
}

.contract[data-v-2767bb17] {
  max-height: 500px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 30px;
  overflow-y: auto;
}
.custom-padding[data-v-2767bb17] {
  padding-left: 11%;
  padding-right: 11%;
}
.textarea-hidden[data-v-2767bb17] {
  height: 150px;
}
.form-group.required-fixed-right-[data-v-2767bb17] {
  position: relative;
}
.form-group.required-fixed-right-[data-v-2767bb17]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.editor[data-v-2767bb17] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  /* border: 1px solid #d7dae2; */
  border-radius: 4px;
  opacity: 1;
}
.social-buttons a[data-v-2767bb17] {
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 2px #00000029;
          box-shadow: 0px 1px 2px #00000029;
  border-radius: 4px;
}
.separator[data-v-2767bb17] {
  position: relative;
  text-align: center;
  color: #b6b6b6;
  opacity: 0.8;
}
.separator span[data-v-2767bb17] {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 20px;
}
.separator span[data-v-2767bb17]:before, .separator span[data-v-2767bb17]:after {
      content: '';
      display: block;
      width: 5.5rem;
      position: absolute;
      top: 0.73em;
      border-top: 1px solid #b6b6b6;
}
.separator span[data-v-2767bb17]:before {
      right: 100%;
}
.separator span[data-v-2767bb17]:after {
      left: 100%;
}
.sign[data-v-2767bb17] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8%;
  padding-right: 8%;
}
.signature-pad[data-v-2767bb17] {
  background: #fcf3b6;
  width: 100%;
  height: 170px;
}

/* MODAL */
/* Multi Step Form CSS */
.multisteps-form__progress[data-v-2767bb17] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-2767bb17] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.form-group.required-fixed-right[data-v-2767bb17] {
  position: relative;
}
.form-group.required-fixed-right[data-v-2767bb17]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 9px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-city[data-v-2767bb17] {
  position: relative;
}
.form-group.required-fixed-city[data-v-2767bb17]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.required-fixed-country[data-v-2767bb17] {
  position: relative;
}
.required-fixed-country[data-v-2767bb17]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 7px;
    color: red;
    opacity: 0.6;
}
.form-group .form-control[data-v-2767bb17] {
  padding-left: 8px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-2767bb17] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-2767bb17]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-2767bb17]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-2767bb17]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-2767bb17] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-2767bb17]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

/* END MODAL */
/* Pagination */
.paginate[data-v-2767bb17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginate .prev[data-v-2767bb17] {
  background: -webkit-gradient(linear, left top, right top, from(#122549), to(#203762));
  background: linear-gradient(90deg, #122549, #203762);
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paginate .next[data-v-2767bb17],
.paginate .prev[data-v-2767bb17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  width: 50%;
  padding: 0 2em;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
button[data-v-2767bb17] {
  outline: 0;
}

/* .next i {
  margin-left: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .next:hover i {
  margin-left: 20px !important;
  transition: all 0.4s;
} */
/* .prev i {
  margin-right: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .prev:hover i {
  margin-right: 20px !important;
  transition: ease-in-out 0.4s;
} */
button[data-v-2767bb17]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button[data-v-2767bb17]:disabled:hover {
    color: blueviolet;
}
@media screen and (min-width: 40em) {
.paginate .next[data-v-2767bb17],
  .paginate .prev[data-v-2767bb17] {
    height: 118px;
    font-size: 32px;
}
}
select[data-v-2767bb17],
input[type='number'][data-v-2767bb17],
input[type='text'][data-v-2767bb17],
input[type='search'][data-v-2767bb17] {
  height: 3rem;
  padding-top: 8px;
  line-height: 1.3;
}
.search-typehead[data-v-2767bb17] {
  min-height: 3rem !important;
}
.add-job-comments[data-v-2767bb17] {
  padding-top: 1rem;
}
@media only screen and (max-width: 992px) {
.contract[data-v-2767bb17] {
    padding-left: 20px;
    padding-right: 20px;
    max-height: 450px;
}
.custom-padding[data-v-2767bb17] {
    padding-left: 0;
    padding-right: 0;
}
.cs-button[data-v-2767bb17] {
    white-space: wrap !important;
}
.modal-padding[data-v-2767bb17] {
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.head[data-v-2b0c61f5] {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 12px;
}
.holder[data-v-2b0c61f5] {
  position: relative;
}
.holder .guide-box[data-v-2b0c61f5] {
    background-color: #eeeded;
    position: absolute;
    left: -30px;
    top: 50px;
    padding: 20px;
    width: 320px;
    z-index: 9999;
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.holder .guide-box span[data-v-2b0c61f5] {
      font-size: 18px;
      display: block;
      font-weight: 600;
      margin-bottom: 15px;
}
.holder .guide-box img[data-v-2b0c61f5] {
      max-width: 100%;
      height: auto;
}
.holder .guide-box p[data-v-2b0c61f5] {
      font-size: 14px;
}
.holder .guide-box .buttons[data-v-2b0c61f5] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px;
}
.holder .guide-box .buttons .btn[data-v-2b0c61f5] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 13px;
}
.user-avatar img[data-v-2b0c61f5] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* TRANSITIONS */
.fade-enter-active[data-v-2b0c61f5],
.fade-leave-active[data-v-2b0c61f5] {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.fade-enter[data-v-2b0c61f5],
.fade-leave-to[data-v-2b0c61f5] {
  opacity: 0;
}
.user-top-nav[data-v-2b0c61f5] {
  margin: 25px;
}
.user-top-nav a.action[data-v-2b0c61f5] {
    display: none;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
}
.user-top-nav .form-inline[data-v-2b0c61f5] {
    width: 33%;
}
.user-top-nav .page-title[data-v-2b0c61f5] {
    display: none;
}
.user-top-nav .toggle[data-v-2b0c61f5] {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 36px;
    height: 36px;
    padding: 6px 2px 2px 2px;
    cursor: pointer;
    display: none;
}
.user-top-nav .toggle .l1[data-v-2b0c61f5] {
      height: 3px;
      background: #fff;
      margin-bottom: 6px;
}
.user-top-nav .toggle .l1[data-v-2b0c61f5]:first-of-type {
        width: 100%;
        height: 3.2px;
}
.user-top-nav .toggle .l1[data-v-2b0c61f5]:nth-of-type(2) {
        width: 66%;
}
.user-top-nav .toggle .l1[data-v-2b0c61f5]:nth-of-type(3) {
        width: 33%;
}
.user-search[data-v-2b0c61f5] {
  position: relative;
  width: 100%;
}
.user-search input[data-v-2b0c61f5] {
    display: block;
    width: 100%;
    height: 35px;
    border: 0;
    background: #333333 0% 0% no-repeat padding-box;
    border-radius: 15px !important;
    opacity: 1;
    color: #fff;
    padding-top: 8px;
}
.user-search input[data-v-2b0c61f5]::-webkit-input-placeholder {
      color: #e6e3e3;
      font-size: 0.8rem;
}
.user-search input[data-v-2b0c61f5]::-moz-placeholder {
      color: #e6e3e3;
      font-size: 0.8rem;
}
.user-search input[data-v-2b0c61f5]:-ms-input-placeholder {
      color: #e6e3e3;
      font-size: 0.8rem;
}
.user-search input[data-v-2b0c61f5]::-ms-input-placeholder {
      color: #e6e3e3;
      font-size: 0.8rem;
}
.user-search input[data-v-2b0c61f5]::placeholder {
      color: #e6e3e3;
      font-size: 0.8rem;
}
.user-search input[data-v-2b0c61f5]:focus {
      color: #fff;
      background-color: #333;
}
.user-search .fa-search[data-v-2b0c61f5] {
    position: absolute;
    right: 1.1rem;
    top: 6px;
    font-size: 21px;
    /* color: $color-white; */
    color: #e6e3e3;
    z-index: 999;
}
.user-settings[data-v-2b0c61f5] {
  position: relative;
}
.user-settings[data-v-2b0c61f5]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    width: 1px;
    height: 15px;
    background: #fff;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.user-settings .btn-outline[data-v-2b0c61f5] {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.dropdown-menu[data-v-2b0c61f5] {
  left: -100% !important;
}
.notifications[data-v-2b0c61f5] {
  position: relative;
}
.notifications i[data-v-2b0c61f5] {
    color: #fff;
    font-size: 19px;
    height: 1.2rem;
    width: auto;
}
.notifications i[data-v-2b0c61f5]:hover, .notifications i[data-v-2b0c61f5]:active {
      color: #f05a00;
}
.notifications .badge[data-v-2b0c61f5] {
    background: #f05a00;
    color: #fff;
    position: absolute;
    top: -12px;
    right: -10px;
    border-radius: 50%;
}
.notifications .dropdown a[data-v-2b0c61f5]::after {
    content: none;
}
.notifications .wrapper[data-v-2b0c61f5] {
    background: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0px 2px 10px #00000027;
            box-shadow: 0px 2px 10px #00000027;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    position: absolute;
    top: 46px;
    right: -64px;
    width: 460px;
    z-index: 9;
}
.notifications .wrapper h6[data-v-2b0c61f5] {
      border-bottom: 1px solid #ddd;
      padding: 18px 0 21px 0;
      color: #4d4f5c;
      font-size: 17px;
      text-align: center;
      margin: 0;
}
.notifications .wrapper .list-unstyled[data-v-2b0c61f5] {
      margin: 0 2px 3px 0;
      padding: 6px 33px;
      max-height: calc(100vh - 200px);
      overflow-y: auto;
}
.notifications .wrapper .list-unstyled li[data-v-2b0c61f5] {
        border-bottom: 1px solid #ccc;
        padding: 15px 0 20px 0;
}
.notifications .wrapper .list-unstyled li span.time[data-v-2b0c61f5] {
          color: #000;
          display: block;
          font-size: 12px;
          margin-bottom: 5px;
}
.notifications .wrapper .list-unstyled li p[data-v-2b0c61f5] {
          color: #333;
          display: block;
          font-size: 14px;
          margin: 0;
}
.notifications .wrapper .list-unstyled li a[data-v-2b0c61f5] {
          text-decoration: none;
          font-size: 14px;
}
.notifications .wrapper .list-unstyled li .note[data-v-2b0c61f5] {
          color: #7c7c7c;
          font-size: 13px;
}
.notifications .wrapper .triangle[data-v-2b0c61f5] {
      position: absolute;
      bottom: 99%;
      right: 65px;
      width: 14px;
      height: 14px;
      background: #fff;
      -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 100%, 0 100%);
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
}
.notifications .wrapper[data-v-2b0c61f5] ::-webkit-scrollbar {
      width: 5px;
}
.notifications .wrapper[data-v-2b0c61f5] ::-webkit-scrollbar-track {
      background: transparent;
      margin: 0.2rem 0.2rem;
}
.notifications .wrapper[data-v-2b0c61f5] ::-webkit-scrollbar-thumb {
      background: #f05a00;
      border-radius: 8px;
}
.notifications .wrapper[data-v-2b0c61f5] ::-webkit-scrollbar-thumb:hover {
      background: #ca4e00;
}

/* end notification window */
.dropdown-menu[data-v-2b0c61f5] {
  padding: 0;
  border-radius: 6px;
  border: 0;
  margin-top: 0px;
  -webkit-box-shadow: 0px 2px 10px #00000027;
          box-shadow: 0px 2px 10px #00000027;
  top: 50px;
  width: 240px;
}
.dropdown-menu .triangle[data-v-2b0c61f5] {
    display: block;
    height: 14px;
    width: 14px;
    border: inherit;
    background: inherit;
    position: absolute;
    top: -6px;
    right: 9px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.dropdown-menu .dropdown-item[data-v-2b0c61f5] {
    color: #4d565c;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    padding: 0.5rem;
}
.dropdown-menu .dropdown-item[data-v-2b0c61f5]:not(:last-child) {
    border-bottom: 1px solid rgba(204, 204, 204, 0.404) !important;
    padding: 0.5rem;
}
.dropdown-menu .list-unstyled[data-v-2b0c61f5] {
    margin-bottom: 0;
}
.dropdown-menu .list-unstyled li[data-v-2b0c61f5] {
      border-bottom: 1px dashed #ccc;
      padding: 6px 12px;
}
.dropdown-menu .list-unstyled li i[data-v-2b0c61f5] {
        display: inline-block;
        width: 25px;
        margin-right: 5px;
        color: #ccc;
}
.dropdown-menu .list-unstyled li[data-v-2b0c61f5]:last-of-type {
        border: none;
}

/* Media queries */
@media only screen and (max-width: 1251px) {
.page-title-hide[data-v-2b0c61f5] {
    display: none !important;
}
.user-top-nav[data-v-2b0c61f5] {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    border-radius: 0;
    z-index: 9999;
}
.user-top-nav .toggle[data-v-2b0c61f5] {
      display: block;
      margin-right: 5px;
}
.user-top-nav .form-inline[data-v-2b0c61f5] {
      width: 50%;
}
.user-top-nav .page-title[data-v-2b0c61f5] {
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
}
}
@media only screen and (max-width: 992px) {
.holder[data-v-2b0c61f5] {
    position: relative;
}
.holder .guide-box[data-v-2b0c61f5] {
      background-color: #eeeded;
      position: absolute;
      left: -90px;
      top: 50px;
      padding: 20px;
      width: 320px;
      z-index: 9999;
      border: 1px solid #ddd;
      border-radius: 12px;
      -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.holder .guide-box span[data-v-2b0c61f5] {
        font-size: 18px;
        display: block;
        font-weight: 600;
        margin-bottom: 15px;
}
.holder .guide-box img[data-v-2b0c61f5] {
        max-width: 100%;
        height: auto;
}
.holder .guide-box p[data-v-2b0c61f5] {
        font-size: 14px;
}
.holder .guide-box .buttons[data-v-2b0c61f5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
}
.holder .guide-box .buttons .btn[data-v-2b0c61f5] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 13px;
}
.page-title-hide[data-v-2b0c61f5] {
    display: none !important;
}
.user-top-nav[data-v-2b0c61f5] {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    border-radius: 0;
    z-index: 9999;
}
.user-top-nav .toggle[data-v-2b0c61f5] {
      display: block;
      margin-right: 5px;
}
.user-top-nav .form-inline[data-v-2b0c61f5] {
      width: 50%;
}
.user-top-nav .page-title[data-v-2b0c61f5] {
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
}
}
@media only screen and (max-width: 768px) {
.page-title-hide[data-v-2b0c61f5] {
    display: none !important;
}
.user-top-nav[data-v-2b0c61f5] {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    border-radius: 0;
    z-index: 9999;
}
.user-top-nav .toggle[data-v-2b0c61f5] {
      display: block;
      margin-right: 5px;
}
.user-top-nav .form-inline[data-v-2b0c61f5] {
      width: 44%;
}
.user-top-nav .page-title[data-v-2b0c61f5] {
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
}
}
@media only screen and (max-width: 576px) {
.page-title-hide[data-v-2b0c61f5] {
    display: block !important;
}
.user-top-nav[data-v-2b0c61f5] {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    border-radius: 0;
    z-index: 9999;
}
.user-top-nav a.action[data-v-2b0c61f5] {
      display: block;
}
.user-top-nav .toggle[data-v-2b0c61f5] {
      display: block;
}
.user-top-nav .page-title[data-v-2b0c61f5] {
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
}
.user-top-nav .form-inline[data-v-2b0c61f5] {
      display: none;
}
.user-top-nav .notifications[data-v-2b0c61f5] {
      display: none;
}
.user-top-nav .user-settings[data-v-2b0c61f5] {
      display: none;
}
.user-top-nav .user-avatar[data-v-2b0c61f5] {
      display: none;
}
}

.sss[data-v-d3e1128a] {
  color: #929292;
}

.dropdown-toggle[data-v-7de71ebd]::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  display: inline-block;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.dropdown button[data-v-790927ca] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat !important;
  background-position: right 3px top 50% !important;
  margin-right: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #4d4f5c;
}
.dropdown button[data-v-790927ca]::after {
    display: none;
}
.dropdown .dropdown-menu[data-v-790927ca] {
  padding: 10px 5px 10px 10px;
  -webkit-box-shadow: 2px 2px 5px #0000000d;
          box-shadow: 2px 2px 5px #0000000d;
  width: 100%;
  margin-top: 5px;
}
.dropdown .dropdown-menu ul > li[data-v-790927ca]:not(:last-child) {
    margin-bottom: 1rem;
}
.dropdown .dropdown-menu .custom-control[data-v-790927ca] {
    margin-bottom: 0;
}
.dropdown .dropdown-menu ul[data-v-790927ca] {
    max-height: 550px;
}
.dropdown .dropdown-menu ul[data-v-790927ca] {
    overflow: hidden;
    overflow-y: scroll;
}
.dropdown button[data-v-790927ca] {
  background-color: #fff;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
[data-v-790927ca]::-webkit-scrollbar {
  width: 5px;
}
[data-v-790927ca]::-webkit-scrollbar-track {
  background: transparent;
}
[data-v-790927ca]::-webkit-scrollbar-thumb {
  background: #f05a00;
  border-radius: 8px;
}
[data-v-790927ca]::-webkit-scrollbar-thumb:hover {
  background: #ca4e00;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.funnel-filter[data-v-0ca9e310] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.funnel-filter .form-group[data-v-0ca9e310] {
    width: 33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .form-group .form-control[data-v-0ca9e310] {
      width: 100%;
      display: block;
}

/* 
.multi-level {
  font-size: 144px;
  font-family: $font-family-sans-lato;
  color: #495057;
  li {
    padding: 0;
    a {
      padding: 6px 20px;
    }
  }
} */

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.funnel-filter[data-v-1212bf5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
}
.funnel-filter .form-control[data-v-1212bf5e] {
    width: 33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .form-group[data-v-1212bf5e] {
    width: 32.8%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .dropdown-toggle[data-v-1212bf5e] {
    display: block;
    width: 100%;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.funnel-filter[data-v-7da42bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}
.funnel-filter .form-control[data-v-7da42bee] {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .form-group[data-v-7da42bee] {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .dropdown-toggle[data-v-7da42bee] {
    display: block;
    width: 100%;
}
.graphs[data-v-7da42bee],
#wrapper[data-v-7da42bee] {
  overflow: hidden;
}
.graphs .card-custom[data-v-7da42bee],
  #wrapper .card-custom[data-v-7da42bee] {
    margin: 0 0 30px 0 !important;
    height: 420px;
}
.graphs .row[data-v-7da42bee],
  #wrapper .row[data-v-7da42bee] {
    padding-left: 9px;
    padding-right: 9px;
}
.graphs[data-v-7da42bee] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.funnel-filter[data-v-d3e84658] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
}
.funnel-filter .form-control[data-v-d3e84658] {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .form-group[data-v-d3e84658] {
    width: 49.8%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .dropdown-toggle[data-v-d3e84658] {
    display: block;
    width: 100%;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.graphs-container[data-v-13546186] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#funnel-chart1[data-v-13546186],
#funnel-chart2[data-v-13546186] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.graphs[data-v-13546186],
#wrapper[data-v-13546186] {
  overflow: hidden;
}
.graphs .card-custom[data-v-13546186],
  #wrapper .card-custom[data-v-13546186] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0 !important;
    height: 420px;
}
.graphs .row[data-v-13546186],
  #wrapper .row[data-v-13546186] {
    padding-left: 9px;
    padding-right: 9px;
}
.svg-funnel-js__subLabels[data-v-13546186] {
  margin-top: 200px !important;
}
.graphs[data-v-13546186] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
[data-v-13546186] .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__title {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  /*   background: #e65023; */
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
[data-v-13546186] .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
  color: #333;
}
[data-v-13546186] .svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel {
  color: #333;
}
.svg-funnel-js[data-v-13546186] {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.svg-funnel-js .svg-funnel-js__container[data-v-13546186] {
  width: 100%;
  height: 100%;
}
.mobile-lists[data-v-13546186] {
  display: none;
}

/* .dropdown-toggle {
  width: 100%;
  text-align: left;
  color: #495057;
  &:after {
    position: absolute;
    right: 8px;
    top: 18px;
  }
} */
.dashboard-filters[data-v-13546186] {
  padding: 20px 6px 22px 6px;
}
.dashboard-filters .form-group[data-v-13546186] {
    margin-bottom: 0;
}
.dashboard-filters .form-group .form-control[data-v-13546186] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9375rem;
}
.dashboard-filters .dropdown-toggle[data-v-13546186] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9375rem;
}
.dashboard-filters.funnel[data-v-13546186] {
  padding-bottom: 20px;
}
.modal-dialog-centered .modal-header[data-v-13546186] {
  padding-bottom: 0;
}
.modal-dialog-centered .modal-header .modal-title[data-v-13546186] {
    display: block;
    width: 100%;
    text-align: center;
}
.modal-dialog-centered .modal-body[data-v-13546186] {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
.mobile-settings[data-v-13546186] {
    padding-left: 0;
    padding-right: 0;
}
.mobile-settings .row[data-v-13546186] {
      padding-left: 0 !important;
      padding-right: 0 !important;
}
.mobile-settings .card[data-v-13546186] {
      border-radius: 0 !important;
}
.mobile-settings .card-custom[data-v-13546186] {
      height: 420px !important;
      min-height: 420px !important;
}
}
@media only screen and (max-width: 768px) {
.mobile-settings[data-v-13546186] {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.mobile-settings .row[data-v-13546186] {
      padding-left: 0 !important;
      padding-right: 0 !important;
}
.mobile-settings .card[data-v-13546186] {
      border-radius: 0 !important;
}
.mobile-settings .card-custom[data-v-13546186] {
      height: 420px !important;
      min-height: 420px !important;
}
}
@media only screen and (max-width: 1250px) {
.mobile-settings[data-v-13546186] {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.mobile-settings .row[data-v-13546186] {
      padding-left: 0 !important;
      padding-right: 0 !important;
}
.mobile-settings .card[data-v-13546186] {
      border-radius: 0 !important;
}
.mobile-settings .card-custom[data-v-13546186] {
      height: 420px !important;
      min-height: 420px !important;
}
}

/* @media only screen and (min-width: 1900px) {
  .graphs-container {
    position: relative;
  }

  .graphs,
  #wrapper {
    overflow: hidden;
    .card-custom {
      margin: 0 0 30px 0 !important;
      height: 520px;
    }
    .row {
      padding-left: 9px;
      padding-right: 9px;
    }
  }
  #funnel-chart {
    width: 100%;
  }
  .svg-funnel-js {
    padding-top: 160px;
    width: 100%;
  }
}

@media only screen and (max-width: 1251px) {
  #wrapper {
    .card {
      border-radius: 8px !important;
    }
    .card-custom {
      margin: 30px 0 0 0 !important;
    }
  }
}

@media only screen and (max-width: 992px) {
  #wrapper {
    .row {
      padding-left: 0;
      padding-right: 0;
    }
    .form-group {
      padding: 0 !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      margin-bottom: 12px;
    }
    .card-custom {
      margin: 25px 0 0 0 !important;
      overflow: hidden;
      border-radius: 0 !important;
    }
  }
  .col-md-6,
  .col-md-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
    .card {
      border-radius: 0 !important;
    }
  }
  .mobile-lists {
    h6 {
      background: #fff;
      margin: 20px 0 0 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
    }
    display: block;
    width: 100%;
    .list-unstyled {
      margin-bottom: 0;
      font-family: $font-family-sans-lato;
      background: #fff;
      li {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
        .user {
          display: block;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px;
          text-decoration: none;
        }
        .company {
          color: #333;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
        }
        .location,
        .job-position,
        .date,
        .rec {
          font-size: 14px;
        }
        .location {
          color: $color-orange;
        }
        .job-position {
          color: #666;
        }
        .logs {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 12px;
          font-weight: 600;
          color: #666;
        }
      }
    }
  }
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper {
    .row {
      padding-left: 0;
      padding-right: 0;
    }
    .form-group {
      padding: 0 !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      margin-bottom: 12px;
    }
    .card-custom {
      margin: 25px 0 0 0 !important;
      overflow: hidden;
      border-radius: 0 !important;
    }
  }
  .col-md-6,
  .col-md-12 {
    padding: 0;
    .card {
      border-radius: 0 !important;
      height: auto !important;
      min-height: auto !important;
    }
  }
  .mobile-lists {
    h6 {
      background: #fff;
      margin: 20px 0 0 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
    }
    display: block;
    width: 100%;
    .list-unstyled {
      font-family: $font-family-sans-lato;
      background: #fff;
      margin-bottom: 0;
      li {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
        .user {
          display: block;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px;
          text-decoration: none;
        }
        .company {
          color: #333;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
        }
        .location,
        .job-position,
        .date,
        .rec {
          font-size: 14px;
        }
        .location {
          color: $color-orange;
        }
        .job-position {
          color: #666;
        }
        .logs {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 12px;
          font-weight: 600;
          color: #666;
        }
      }
    }
  }
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  #wrapper {
    .row {
      padding-left: 0;
      padding-right: 0;
    }
    .form-group {
      padding: 0 !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      margin-bottom: 12px;
    }
    .card-custom {
      margin: 0 0 20px 0 !important;
      border-radius: 0 !important;
    }
  }
  .col-md-6,
  .col-md-12 {
    padding: 0;
    .card {
      border-radius: 0 !important;
    }
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-lists {
    h6 {
      background: #fff;
      margin: 20px 0 0 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
    }
    display: block;
    width: 100%;
    .list-unstyled {
      font-family: $font-family-sans-lato;
      background: #fff;
      li {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
        .user {
          display: block;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px;
          text-decoration: none;
        }
        .company {
          color: #333;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
        }
        .location,
        .job-position,
        .date,
        .rec {
          font-size: 14px;
        }
        .location {
          color: $color-orange;
        }
        .job-position {
          color: #666;
        }
        .logs {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 12px;
          font-weight: 600;
          color: #666;
        }
      }
    }
  }
} */

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-77a6b16d] {
  margin: 0;
}
h6[data-v-77a6b16d] {
  padding: 12px 5px;
}
.custom-header[data-v-77a6b16d] {
  min-width: 150px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}
.custom-header .mobile-counter[data-v-77a6b16d] {
    display: none;
}
.custom-header span[data-v-77a6b16d] {
    white-space: nowrap;
    color: #fff;
}
@media screen and (max-width: 1600px) {
.custom-header[data-v-77a6b16d] {
    min-width: 130px;
    font-size: 10px;
}
}
@media only screen and (max-width: 576px) {
.custom-header[data-v-77a6b16d] {
    font-size: 13px;
    padding: 15px 0;
}
.custom-header[data-v-77a6b16d]:after {
      position: absolute;
      top: 11px;
      right: 12px;
      color: #fff;
      font-size: 24px;
      opacity: 0.7;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F107';
}
.custom-header .mobile-counter[data-v-77a6b16d] {
      display: block;
      position: absolute;
      top: 16.5px;
      right: 33px;
      font-weight: 700;
      font-size: 14px;
      opacity: 0.7;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card-body[data-v-6da13962] {
  position: relative;
  padding: 0.5rem;
  border: 0.1px solid #dbdbdb;
  /* .details {
    font-family: $font-family-sans-lato;
    font-size: 12px;
    white-space: nowrap;
  } */
}
.card-body .name[data-v-6da13962] {
    color: #2798d2;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}
.card-body .name a[data-v-6da13962] {
      text-decoration: none;
}
.card-body .jobshark-marker[data-v-6da13962] {
    position: absolute;
    height: 60px;
    right: 3px;
    top: 3px;
    border-left: 5px solid #ec5a02;
    border-radius: 5px;
}
.card-body .rounded-circle[data-v-6da13962] {
    width: 42px;
    height: auto;
    margin-right: 13px;
}
.card-body .media .first[data-v-6da13962] {
    background: #cfcfcf;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
.card-body .name[data-v-6da13962] {
    font-size: 14px;
}
}

.first[data-v-656cc914] {
  position: relative;
  background: none !important;
  border: none !important;
}
.first img[data-v-656cc914] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.pipeline .smooth-dnd-container[data-v-656cc914] {
  min-height: calc(100vh - 228px);
}
.pipeline .group[data-v-656cc914] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.1%;
  margin-right: 3px;
}
.pipeline .groups[data-v-656cc914] {
  position: relative;
}
.pipeline .icons[data-v-656cc914] {
  color: #666;
  font-size: 10px;
  margin-top: 5px;
}

/* .card-body:nth-child(even) {
  background-color: red;
} */
.carousel[data-v-656cc914] {
  /*  background: red; */
  display: none;
}
.accordion[data-v-656cc914] {
  display: none !important;
}
@media only screen and (max-width: 1251px) {
.card[data-v-656cc914] {
    overflow: hidden;
    margin-left: 23px !important;
    margin-right: 23px !important;
}
.mid-screen[data-v-656cc914] {
    display: block !important;
}
.mid-screen .group[data-v-656cc914] {
      width: 33%;
      display: inline-block;
}
.tablet[data-v-656cc914] {
    display: none !important;
}
.accordion[data-v-656cc914] {
    display: none !important;
}
.accordion[data-v-656cc914] {
    display: none !important;
}
.carousel[data-v-656cc914] {
    display: block;
    margin: 20px 2px 15px 0;
}
.carousel .carousel-item[data-v-656cc914] {
      height: calc(100vh - 155px);
      overflow-y: auto;
}
.carousel .carousel-item .media-body .name[data-v-656cc914] {
        font-size: 16px;
}
.carousel .carousel-item .media-body .icons[data-v-656cc914] {
        font-size: 14px;
        color: #666;
}
.carousel .carousel-control-prev-icon[data-v-656cc914],
    .carousel .carousel-control-next-icon[data-v-656cc914] {
      height: 100px;
      width: 100px;
      outline: black;
      background-size: 100%, 100%;
      background-image: none;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
}
.carousel .carousel-control-prev[data-v-656cc914] {
      left: -65px;
}
.carousel .carousel-control-next[data-v-656cc914] {
      right: -65px;
}
.carousel .carousel-control-next-icon[data-v-656cc914]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F105';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control-prev-icon[data-v-656cc914]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F104';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.mobile-fixed[data-v-656cc914] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    border-radius: 50%;
    z-index: 9;
    line-height: 34px;
}
.pipeline[data-v-656cc914] {
    display: none !important;
    padding-bottom: 30px;
    height: calc(100vh - 145px);
}
.pipeline .smooth-dnd-container[data-v-656cc914] {
      min-height: calc(100vh - 228px) !important;
}
.pipeline .drag-col[data-v-656cc914] {
      width: 100%;
}
.pipeline .card[data-v-656cc914] {
      margin-top: 12px !important;
}
.controls-wrap[data-v-656cc914] {
    width: 100% !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-656cc914] {
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-656cc914] {
    overflow: hidden;
}
.mid-screen[data-v-656cc914] {
    display: none !important;
}
.tablet[data-v-656cc914] {
    display: block !important;
}
.tablet .group[data-v-656cc914] {
      width: 50%;
      display: inline-block;
}
.accordion[data-v-656cc914] {
    display: none !important;
}
.accordion[data-v-656cc914] {
    display: none !important;
}
.carousel[data-v-656cc914] {
    display: block;
    margin: 20px 2px 15px 0;
}
.carousel .carousel-item[data-v-656cc914] {
      height: calc(100vh - 155px);
      overflow-y: auto;
}
.carousel .carousel-item .media-body .name[data-v-656cc914] {
        font-size: 16px;
}
.carousel .carousel-item .media-body .icons[data-v-656cc914] {
        font-size: 14px;
        color: #666;
}
.carousel .carousel-control-prev-icon[data-v-656cc914],
    .carousel .carousel-control-next-icon[data-v-656cc914] {
      height: 100px;
      width: 100px;
      outline: black;
      background-size: 100%, 100%;
      background-image: none;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
}
.carousel .carousel-control-prev[data-v-656cc914] {
      left: -55px;
}
.carousel .carousel-control-next[data-v-656cc914] {
      right: -55px;
}
.carousel .carousel-control-next-icon[data-v-656cc914]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F105';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control-prev-icon[data-v-656cc914]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F104';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.mobile-fixed[data-v-656cc914] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    border-radius: 50%;
    z-index: 9;
    line-height: 34px;
}
.pipeline[data-v-656cc914] {
    display: none !important;
    padding-bottom: 30px;
    height: calc(100vh - 145px);
}
.pipeline .smooth-dnd-container[data-v-656cc914] {
      height: calc(100vh - 228px);
      overflow: hidden;
      overflow-y: auto;
}
.pipeline .drag-col[data-v-656cc914] {
      width: 100%;
}
.pipeline .card[data-v-656cc914] {
      margin-top: 12px !important;
}
.controls-wrap[data-v-656cc914] {
    width: 100% !important;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-656cc914] {
    overflow: hidden;
    overflow-y: auto !important;
}
.custom-card[data-v-656cc914] {
    height: calc(100vh - 65px) !important;
}
.accordion[data-v-656cc914] {
    display: block !important;
    margin-top: 20px;
}
.mid-screen[data-v-656cc914] {
    display: none !important;
}
.tablet[data-v-656cc914] {
    display: none !important;
}
.mobile[data-v-656cc914] {
    display: block !important;
}
.media-body .name[data-v-656cc914] {
    font-size: 16px;
}
.media-body .icons[data-v-656cc914] {
    font-size: 14px;
    color: #666;
}
.mobile-fixed[data-v-656cc914] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    border-radius: 50%;
    z-index: 9;
    line-height: 34px;
}
.pipeline[data-v-656cc914] {
    display: none !important;
    padding-bottom: 30px;
    height: calc(100vh - 145px);
}
.pipeline .smooth-dnd-container[data-v-656cc914] {
      height: calc(100vh - 228px);
      overflow: hidden;
      overflow-y: auto;
}
.pipeline .drag-col[data-v-656cc914] {
      width: 100%;
}
.pipeline .card[data-v-656cc914] {
      margin-top: 12px !important;
}
.controls-wrap[data-v-656cc914] {
    width: 100% !important;
}
}

#integration-search[data-v-353cc15b] {
  border: 1px solid #d7dae2;
  border-radius: 4px;
}
.btn-success[data-v-353cc15b] {
  display: none;
}
.input-group i[data-v-353cc15b] {
  display: none;
}
@media only screen and (max-width: 576px) {
.integration-group[data-v-353cc15b] {
    min-width: auto !important;
    max-width: 100%;
}
.btn-success[data-v-353cc15b] {
    display: block;
}
.btn-outline-remove[data-v-353cc15b],
  .btn-outline[data-v-353cc15b] {
    display: none;
}
.input-group[data-v-353cc15b] {
    position: relative;
    min-width: auto !important;
    max-width: 100%;
}
.input-group .form-control[data-v-353cc15b] {
      margin-right: 0 !important;
      padding-left: 35px;
}
.input-group i[data-v-353cc15b] {
      position: absolute;
      font-size: 18px;
      top: 10px;
      left: 12px;
      z-index: 99;
      color: #666;
      display: block;
}
}
.fade-or-operator[data-v-353cc15b] {
  color: #ccc;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* Default select doc icon */
.fas[data-v-13acd352]:hover {
  cursor: pointer;
}
.crown-active[data-v-13acd352] {
  color: #f05a00 !important;
}
.placeholder-email[data-v-13acd352] {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}
.btn-placeholder-email[data-v-13acd352] {
  cursor: pointer;
}
.btn-placeholder-email[data-v-13acd352]:hover {
  color: #fff;
}

/* Upload Files */
.remove-container .remove[data-v-13acd352] {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
.remove-container .remove[data-v-13acd352]:hover {
  color: #f02800;
}

/* TODO:: use bootstrap utility instead of this */
progress[value][data-v-13acd352] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 400px;
  height: 5px;
}
progress[value][data-v-13acd352]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value][data-v-13acd352]::-webkit-progress-value {
  background-color: #f05a00;
  border-radius: 2px;
  -webkit-animation: animate-stripes-data-v-13acd352 5s linear infinite;
  animation: animate-stripes-data-v-13acd352 5s linear infinite;
}
@-webkit-keyframes animate-stripes-data-v-13acd352 {
100% {
    background-position: -100px 0px;
}
}
@keyframes animate-stripes-data-v-13acd352 {
100% {
    background-position: -100px 0px;
}
}

/* End Upload Files */
/* Multi Step Form CSS */
.multisteps-form__progress[data-v-13acd352] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-13acd352] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.no-padding[data-v-13acd352] {
  padding-left: 8px;
  padding-top: 15px;
}
.form-control[data-v-13acd352] {
  height: 3rem;
  line-height: 1.3;
  padding-left: 15px;
}
.form-group.required-fixed-right-even[data-v-13acd352] {
  position: relative;
}
.form-group.required-fixed-right-even[data-v-13acd352]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-13acd352] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-13acd352]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-13acd352]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-13acd352]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-13acd352] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-13acd352]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.form-group.required[data-v-13acd352] {
  position: relative;
}
.form-group.required[data-v-13acd352]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 21px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-13acd352] {
  position: relative;
}
.form-group.required-fixed-right[data-v-13acd352]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-13acd352] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-13acd352]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-country[data-v-13acd352] {
  position: relative;
}
.form-group.required-fixed-country[data-v-13acd352]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 8px;
    color: red;
    opacity: 0.6;
}

.cls-1[data-v-23a3efde] {
  fill: #6c6c6c;
  width: 16px !important;
  height: auto;
}
i[data-v-23a3efde] {
  display: block;
  margin-top: 10px;
  line-height: 0.8;
  font-size: 1.3rem !important;
}
.competence-name[data-v-23a3efde] {
  font-size: 10px;
  margin: 0;
}
img[data-v-23a3efde] {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  display: block;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.custom-label[data-v-a145e526] {
  line-height: 40px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0;
}
.table-responsive[data-v-a145e526] {
  position: relative;
}
.table-responsive thead[data-v-a145e526] {
    position: sticky;
    top: 0;
    z-index: 99;
}
.table-responsive tbody[data-v-a145e526] {
    border-top: none !important;
}
.table-responsive .table[data-v-a145e526]:not(:first-child) {
    border-top: 0px solid red;
}
#stage .stage-size[data-v-a145e526] {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new[data-v-a145e526] {
  background-color: #4ca7d5;
}
#stage .stage-color-draft[data-v-a145e526] {
  background-color: #8a8b8a;
}
#stage .stage-color-active[data-v-a145e526] {
  background-color: #419941;
}
#stage .stage-color-expired[data-v-a145e526] {
  background-color: #f17931;
}
#stage .stage-color-rejected[data-v-a145e526] {
  background-color: #f02800;
}
.candidate-list-card[data-v-a145e526] {
  height: 77vh;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#candidate-employment[data-v-a145e526] {
  position: relative;
}
table[data-v-a145e526] {
  position: relative;
  min-width: 100% !important;
}
table tr td[data-v-a145e526] {
    padding-bottom: 10.4px;
    padding-top: 10.5px;
}
table tr th[data-v-a145e526] {
    width: 180px;
}
table tr th[data-v-a145e526]:first-of-type, table tr th[data-v-a145e526]:nth-of-type(6), table tr th[data-v-a145e526]:nth-of-type(8) {
      width: 240px;
}
table tr th[data-v-a145e526]:nth-of-type(3) {
      width: 100px;
}
table tr th[data-v-a145e526]:nth-of-type(4) {
      width: 120px;
}
table .candidate-name[data-v-a145e526] {
    padding-left: 20px;
}
table .collapse-competences[data-v-a145e526] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    /*  max-width: 120%; */
    /*  .d-flex {
      padding: 8px 4px;
      flex-wrap: wrap;
    } */
}
table .collapse-competences .no-icon[data-v-a145e526] {
      display: inline-block;
      background: #f2f2f2;
      border-radius: 8px;
      padding: 2px 5px;
      margin: 6px;
      font-size: 12px;
      color: #222;
}
table td[data-v-a145e526]:nth-of-type(2), table td[data-v-a145e526]:nth-of-type(7), table td[data-v-a145e526]:nth-of-type(8) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.candidate-competences[data-v-a145e526] {
  position: relative;
  padding: 0 13px;
  z-index: 1;
  width: 100%;
}
.candidate-competences .tech-icons[data-v-a145e526] {
    width: 100%;
}
.candidate-competences .icon-container[data-v-a145e526] {
    width: 44px;
    height: 44px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 999;
}
.candidate-competences .btn-danger[data-v-a145e526] {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    color: #222 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.candidate-competences .btn-danger[data-v-a145e526]:after {
      display: none;
}
.candidate-competences .dropdown-menu[data-v-a145e526] {
    max-width: 100%;
    min-width: 100%;
}
.candidate-competences .list-inline li[data-v-a145e526] {
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}
.candidate-competences .dropdown[data-v-a145e526] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.labeled[data-v-a145e526] {
  padding-top: 15px;
}
.labeled span[data-v-a145e526] {
    font-size: 10px;
    display: inline-block;
    background: #fff;
    padding: 2px 5px;
    border-radius: 8px;
    margin-right: 0;
}
tr:nth-child(2n) .labeled span[data-v-a145e526] {
  background: rgba(0, 0, 0, 0.05);
}
.mobile-only[data-v-a145e526] {
  display: none !important;
}
.bottom-controls[data-v-a145e526] {
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  width: 100.12%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 576px) {
.candidate-mobile[data-v-a145e526] {
    font-size: 15px;
}
.candidate-mobile .email[data-v-a145e526] {
      color: #f05a00;
      white-space: nowrap;
      display: block;
      margin-bottom: 5px;
}
.candidate-mobile .location[data-v-a145e526] {
      color: #5f5f5f;
}
.candidate-mobile .recent-job[data-v-a145e526] {
      margin-bottom: 3px;
}
.candidate-mobile .recent-job span[data-v-a145e526] {
        display: block;
        color: #5f5f5f;
}
.candidate-mobile .recent-company[data-v-a145e526] {
      color: #5f5f5f;
}
.mobile-only[data-v-a145e526] {
    display: block !important;
}
.table-controls[data-v-a145e526] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-controls .controls-wrap[data-v-a145e526] {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
}
.table-controls .controls-wrap .form-control[data-v-a145e526] {
        width: 100%;
        margin-right: 0 !important;
        margin: 0 0 12px 0;
        border-radius: 0;
}
.table-controls .controls-wrap #integration-search[data-v-a145e526] {
        border-radius: 0;
}
.table-controls .controls-wrap .btn-outline[data-v-a145e526],
      .table-controls .controls-wrap .popperr[data-v-a145e526],
      .table-controls .controls-wrap .btn-success[data-v-a145e526] {
        display: none;
}
.table-controls .controls-wrap .d-flex[data-v-a145e526] {
        width: 100%;
}
.table-controls .controls-wrap .d-flex .empl[data-v-a145e526]:nth-of-type(2) {
          margin-right: 0 !important;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.table-controls[data-v-a145e526] {
    display: block;
}
.table-controls .controls-wrap[data-v-a145e526] {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
}
.table-controls .controls-wrap .form-control[data-v-a145e526] {
        width: 100%;
        margin-right: 0 !important;
        margin: 0 0 12px 0;
        border-radius: 0;
}
.table-controls .controls-wrap #integration-search[data-v-a145e526] {
        border-radius: 0;
}
.table-controls .controls-wrap .btn-success[data-v-a145e526],
      .table-controls .controls-wrap .popperr[data-v-a145e526] {
        display: none;
}
.table-controls .controls-wrap .d-flex[data-v-a145e526] {
        width: 100%;
}
.table-controls .controls-wrap .d-flex .empl[data-v-a145e526]:nth-of-type(2) {
          margin-right: 0 !important;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
}

/* @media only screen and (max-width: 500px) {
  .btn-success.mobile-only {
    display: none !important;
  }
  .controls-wrap {
    display: flex !important;
    flex-wrap: wrap;
    .form-control {
      margin: 15px 0 0 0;
    }
    .custom-checkbox.no-mobile {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
    }
    .custom-checkbox.mobile {
      font-size: 15px;
      margin: 14px 0 0 0;
    }
    .d-flex {
      width: 100%;
    }
    #integration-search {
      width: 85%;
      margin-bottom: 12px;
    }
    .btn-outline {
      align-self: center !important;
    }
    .popperr {
      display: none;
    }
    .btn-success.mobile-only {
      margin-right: 9px;
      margin-left: 0 !important;
    }
    .empl {
      &:first-of-type {
        margin-right: 15px;
      }
    }
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .card {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
  }
  .table-controls {
    margin-bottom: 0 !important;
    .published {
      margin: 0;
    }
  }
  .integration-group {
    margin-right: 0 !important;
  }
  .custom-table {
    display: none;
  }
  .controls-wrap {
    display: flex !important;
    flex-wrap: wrap;
    .form-control {
      margin: 15px 0 0 0;
    }
    .custom-checkbox.no-mobile {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
    }
    .custom-checkbox.mobile {
      font-size: 15px;
      margin: 14px 0 0 0;
    }
    .d-flex {
      width: 100%;
    }
    #integration-search {
      width: 88.1%;
      margin-bottom: 12px;
    }
    .btn-outline {
      align-self: center !important;
    }
    .popperr {
      display: none;
    }
    .btn-success.mobile-only {
      margin-right: 9px;
      margin-left: 0 !important;
    }
    .empl {
      &:first-of-type {
        margin-right: 15px;
      }
    }
  }
}

@media only screen and (max-width: 1251px) {
  .card {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
}
@media only screen and (max-width: 992px) {
  .card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .table-controls {
    margin-bottom: 0 !important;
    .published {
      margin: 0;
    }
  }
  .integration-group {
    margin-right: 0 !important;
  }
  .custom-table {
    display: none;
  }
  .controls-wrap {
    display: block;
    .form-control {
      margin: 15px 0 0 0;
      width: 100%;
    }
    .custom-checkbox.no-mobile {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
    }
    .custom-checkbox.mobile {
      font-size: 15px;
      margin: 14px 0 0 0;
    }
  }
  .desktop-only,
  .desktop-only-table {
    display: none;
  }
  .mobile-only {
    display: block !important;
  }
  .empl {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .table-controls {
    margin-bottom: 0 !important;
    .published {
      margin: 0;
    }
  }
  .integration-group {
    margin-right: 0 !important;
  }
  .custom-table {
    display: none;
  }
  .controls-wrap {
    display: flex;
    .form-control {
      margin: 15px 0 0 0;
      width: 100%;
    }
    .custom-checkbox.no-mobile {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
    }
    .custom-checkbox.mobile {
      font-size: 15px;
      margin: 14px 0 0 0;
    }
  }
  .desktop-only,
  .desktop-only-table {
    display: none;
  }
} */
.vs__dropdown-toggle[data-v-a145e526] {
  min-height: 38px;
}

/* Filters */
.fade-enter-active[data-v-a145e526],
.fade-leave-active[data-v-a145e526] {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.fade-enter[data-v-a145e526],
.fade-leave-to[data-v-a145e526] {
  opacity: 0;
}

/* form-control style fix for custom v-select component */
/* /deep/ .filter-item .vs--searchable .vs__dropdown-toggle {
  height: calc(1.5em + 0.75rem + 2px);
} 
/* End Filters */
/* form-control style fix for custom v-select component */
.vs--searchable .vs__dropdown-toggle[data-v-a145e526] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-a145e526] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-a145e526] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
#activities h6,
#emails h6 {
  font-size: 18px;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
}
#activities .activities-media li,
#emails .activities-media li {
  border-radius: 0 !important;
  border: 0;
}
#activities .activities-media li:nth-child(odd),
#emails .activities-media li:nth-child(odd) {
  border-left: 5px solid #f05a00;
  background-color: #f1f1f3;
}
#activities .activities-media li:nth-child(even),
#emails .activities-media li:nth-child(even) {
  border-left: 5px solid #747674;
}
#activities .activities-name,
#emails .activities-name {
  font-family: Lato;
  color: #0088cc;
  letter-spacing: 0.9px;
  margin: 0;
}
#activities .activities-status-color,
#emails .activities-status-color {
  color: #f05a00;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.fade-enter-active[data-v-62db92f8],
.fade-leave-active[data-v-62db92f8] {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-enter[data-v-62db92f8],
.fade-leave-to[data-v-62db92f8] {
  opacity: 0;
}
.comments[data-v-62db92f8] {
  margin: 0px;
}
.comments h6[data-v-62db92f8] {
    font-size: 18px;
    font-weight: 700;
    display: none;
}
.list-unstyled[data-v-62db92f8],
.form-group[data-v-62db92f8] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled li[data-v-62db92f8],
  .form-group li[data-v-62db92f8] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.list-unstyled li a[data-v-62db92f8],
    .form-group li a[data-v-62db92f8] {
      text-decoration: none;
}
.list-unstyled li .date[data-v-62db92f8],
    .form-group li .date[data-v-62db92f8] {
      font-size: 14px;
      background: none;
}
.list-unstyled li p[data-v-62db92f8],
    .form-group li p[data-v-62db92f8] {
      margin-bottom: 12px;
      font-size: 15px;
}
.list-unstyled li .btn-primary[data-v-62db92f8],
    .list-unstyled li .btn-secondary[data-v-62db92f8],
    .list-unstyled li .btn-danger[data-v-62db92f8],
    .form-group li .btn-primary[data-v-62db92f8],
    .form-group li .btn-secondary[data-v-62db92f8],
    .form-group li .btn-danger[data-v-62db92f8] {
      font-size: 14px;
      padding: 2px 8px;
}
.list-unstyled li .btn-primary i[data-v-62db92f8],
      .list-unstyled li .btn-secondary i[data-v-62db92f8],
      .list-unstyled li .btn-danger i[data-v-62db92f8],
      .form-group li .btn-primary i[data-v-62db92f8],
      .form-group li .btn-secondary i[data-v-62db92f8],
      .form-group li .btn-danger i[data-v-62db92f8] {
        position: relative;
        top: 0px;
        font-size: 13px;
}
.no-comment-message[data-v-62db92f8] {
  font-size: 1.5rem;
  font-family: inherit;
  color: #a3a6b4;
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 992px) {
.comments[data-v-62db92f8] {
    padding: 0 16px;
}
}
@media only screen and (max-width: 576px) {
.comments[data-v-62db92f8] {
    margin: 0;
    padding: 8px 3px 8px 3px !important;
}
.comments h6[data-v-62db92f8] {
      display: block;
}
.comments form[data-v-62db92f8] {
      margin: 17px 12px;
}
.comments form .form-group[data-v-62db92f8] {
        margin-top: 0 !important;
}
.comments .list-unstyled[data-v-62db92f8] {
      margin: 10px 12px;
}
.aside-title[data-v-62db92f8] {
    display: block !important;
    margin-top: 22px !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.email-header-one[data-v-1fbb9e0a] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.email-header-one p[data-v-1fbb9e0a] {
    width: 33%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.email-header-one p[data-v-1fbb9e0a]:last-of-type {
      text-align: right;
      width: 25%;
}
.svg-icon[data-v-1fbb9e0a] {
  width: 15px;
  height: auto;
}

/* .activities-date {
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
  } */
.candidate-aside .scroll-emails[data-v-1fbb9e0a] {
  height: 628px !important;
}
li[data-v-1fbb9e0a] {
  padding-left: 0 !important;
}
#emails .card[data-v-1fbb9e0a] {
  margin: 0;
}

/* #emails {
    h6 {
      font-size: 18px;
      font-family: $font-family-sans-serif;
    }
  
    .activities-media li {
      border-radius: 0 !important;
      border: 0;
    }
  
    .activities-media li:nth-child(odd) {
      border-left: 5px solid #f05a00;
      background-color: #f1f1f3;
    }
  
    .activities-media li:nth-child(even) {
      border-left: 5px solid #747674;
    }
  
    .activities-name {
      font-family: Lato;
      color: $color-base-blue;
      letter-spacing: 0.9px;
      margin: 0;
    }
  
    .activities-status-color {
      color: #f05a00;
    }
  } */
.scroll-emails[data-v-1fbb9e0a] {
  overflow: hidden;
}
.activities-media[data-v-1fbb9e0a] {
  overflow-y: auto;
}
.activities-media figure[data-v-1fbb9e0a] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 15px 0 10px;
}
.activities-media figure img[data-v-1fbb9e0a] {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -o-object-fit: cover;
         object-fit: cover;
}
.activities-media p[data-v-1fbb9e0a] {
    margin: 0;
}
.activities-media .activities-date[data-v-1fbb9e0a] {
    font-size: 13px;
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
}
.modal-body[data-v-1fbb9e0a] {
  margin-top: 0;
  padding-top: 0;
}
.modal-body .email-header[data-v-1fbb9e0a] {
    margin: 12px 0;
}
.modal-body .email-header .list-unstyled li[data-v-1fbb9e0a] {
      background: none !important;
      border-left: none !important;
      border-bottom: 1px solid #ddd !important;
      padding: 6px 0 !important;
}
.modal-body .email-header .list-unstyled li span[data-v-1fbb9e0a] {
        font-weight: 600;
        display: inline-block;
        min-width: 100px;
}
.modal-body .email-body[data-v-1fbb9e0a] {
    max-height: 520px;
    overflow-x: auto;
}
.embed-emails .list-unstyled li[data-v-1fbb9e0a] {
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
}
.embed-emails .list-unstyled li span[data-v-1fbb9e0a] {
    color: #666;
    display: inline-block;
    min-width: 80px;
}
.embed-emails .list-unstyled.bottom li[data-v-1fbb9e0a] {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.embed-emails .list-unstyled.bottom li span[data-v-1fbb9e0a] {
    color: #111;
    font-weight: 700;
    min-width: auto;
    margin-right: 12px;
}
.embed-emails .views[data-v-1fbb9e0a] {
  max-height: 57vh;
  min-height: 57vh;
  overflow-y: auto;
}
.embed-emails .views .single-email[data-v-1fbb9e0a] {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    margin-bottom: 12px;
}
.embed-emails .views .single-email p[data-v-1fbb9e0a] {
      font-size: 16px;
}
@media only screen and (max-width: 1251px) {
.card[data-v-1fbb9e0a] {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-1fbb9e0a] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-1fbb9e0a] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-1fbb9e0a] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-1fbb9e0a] {
      display: none;
}
}
@media only screen and (max-width: 576px) {
.activities-media[data-v-1fbb9e0a] {
    overflow: visible;
    height: auto !important;
}
.card[data-v-1fbb9e0a] {
    margin-top: 12px !important;
    border-radius: 0;
    border: none;
}
h6[data-v-1fbb9e0a] {
    display: block !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.svg-icon[data-v-7185c24a] {
  width: 15px;
  height: auto;
}

/* .activities-date {
  position: absolute;
  display: block;
  white-space: nowrap;
  right: 15px;
  color: #000;
  font-size: 13px;
} */
.candidate-aside .scroll-emails[data-v-7185c24a] {
  height: 628px !important;
}
li[data-v-7185c24a] {
  padding-left: 0 !important;
}
#emails .card[data-v-7185c24a] {
  margin: 0;
}

/* #emails {
  h6 {
    font-size: 18px;
    font-family: $font-family-sans-serif;
  }

  .activities-media li {
    border-radius: 0 !important;
    border: 0;
  }

  .activities-media li:nth-child(odd) {
    border-left: 5px solid #f05a00;
    background-color: #f1f1f3;
  }

  .activities-media li:nth-child(even) {
    border-left: 5px solid #747674;
  }

  .activities-name {
    font-family: Lato;
    color: $color-base-blue;
    letter-spacing: 0.9px;
    margin: 0;
  }

  .activities-status-color {
    color: #f05a00;
  }
} */
.scroll-emails[data-v-7185c24a] {
  overflow: hidden;
}
.activities-media[data-v-7185c24a] {
  overflow-y: auto;
}
.activities-media figure[data-v-7185c24a] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 15px 0 10px;
}
.activities-media figure img[data-v-7185c24a] {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -o-object-fit: cover;
         object-fit: cover;
}
.activities-media p[data-v-7185c24a] {
    margin: 0;
}
.activities-media .activities-date[data-v-7185c24a] {
    font-size: 13px;
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
}
.modal-body[data-v-7185c24a] {
  margin-top: 0;
  padding-top: 0;
}
.modal-body .list-unstyled[data-v-7185c24a] {
    margin-bottom: 30px !important;
}
.modal-body .list-unstyled li[data-v-7185c24a] {
      border: none !important;
      padding-left: 0px !important;
}
.embed-emails .list-unstyled li[data-v-7185c24a] {
  font-size: 15px;
  border-bottom: 1px dashed #ddd !important;
  padding: 8px 0;
}
.embed-emails .list-unstyled li span[data-v-7185c24a] {
    display: inline-block;
    min-width: 80px;
    font-size: 14px;
    font-weight: 700;
}
.embed-emails .list-unstyled.bottom li[data-v-7185c24a] {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.embed-emails .list-unstyled.bottom li span[data-v-7185c24a] {
    color: #111;
    font-weight: 700;
    min-width: auto;
    margin-right: 12px;
}
.embed-emails .views[data-v-7185c24a] {
  max-height: 57vh;
  min-height: 57vh;
  overflow-y: auto;
}
.embed-emails .views .single-email[data-v-7185c24a] {
    padding: 20px 0px;
    margin-bottom: 12px;
}
.embed-emails .views .single-email p[data-v-7185c24a] {
      font-size: 16px;
}
@media only screen and (max-width: 1251px) {
.card[data-v-7185c24a] {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-7185c24a] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-7185c24a] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-7185c24a] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-7185c24a] {
      display: none;
}
}
@media only screen and (max-width: 576px) {
.activities-media[data-v-7185c24a] {
    overflow: visible;
    height: auto !important;
}
.card[data-v-7185c24a] {
    margin-top: 12px !important;
    border-radius: 0;
    border: none;
}
h6[data-v-7185c24a] {
    display: block !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.location-color[data-v-35d9642a] {
  color: #a7a7a7;
}
.jobs-controls .input-group i[data-v-35d9642a] {
  color: #a7a7a7;
  position: absolute;
  pointer-events: none;
  top: 8px;
  right: 12px;
  font-size: 21px;
  z-index: 99;
}
.jobs-controls .input-group .form-control[data-v-35d9642a] {
  border-radius: 0.25rem !important;
}
@media only screen and (max-width: 576px) {
.dropdown.ml-3[data-v-35d9642a] {
    margin-left: 0 !important;
}
.dropdown.ml-3 .btn[data-v-35d9642a] {
      width: 100%;
      margin: 12px 0;
}
.mobile-pipeline[data-v-35d9642a] {
    display: block;
}
.bottom-controls[data-v-35d9642a],
  .no-mobile[data-v-35d9642a] {
    display: none !important;
}
.jobs-controls .d-flex[data-v-35d9642a] {
    display: block !important;
}
.jobs-controls .d-flex .input-group[data-v-35d9642a] {
      width: 100% !important;
}
.jobs-controls .dropup[data-v-35d9642a],
  .jobs-controls .dropright[data-v-35d9642a],
  .jobs-controls .dropdown[data-v-35d9642a],
  .jobs-controls .dropleft[data-v-35d9642a] {
    background: red;
}
.list-unstyled.mobile-pipeline[data-v-35d9642a] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-35d9642a] {
      position: relative;
      padding: 6px 22px 6px 22px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-35d9642a] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-35d9642a] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-35d9642a] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-35d9642a] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-35d9642a] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-35d9642a] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-35d9642a] {
        position: absolute;
        top: 8px;
        right: 22px;
}
}
.dropdown button[data-v-35d9642a] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat !important;
  background-position: right 3px top 50% !important;
  margin-right: 3px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #4d4f5c;
}
.dropdown button[data-v-35d9642a]::after {
    display: none;
    /*  -webkit-appearance: none;
      -moz-appearance: none; */
}
.dropdown .dropdown-menu[data-v-35d9642a] {
  padding: 8px 12px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  width: 250px;
  margin-top: 5px;
}
.dropdown .dropdown-menu ul > li[data-v-35d9642a]:not(:last-child) {
    margin-bottom: 1rem;
}
.dropdown .dropdown-menu .custom-control[data-v-35d9642a] {
    margin-bottom: 0;
}
.dropdown button[data-v-35d9642a] {
  background-color: #fff;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  width: 250px;
  text-align: left;
}
.mobile-pipeline[data-v-35d9642a] {
  display: none;
}
@media only screen and (max-width: 992px) {
.aside-title[data-v-35d9642a] {
    display: none !important;
}
.mobile-pipeline[data-v-35d9642a] {
    display: block;
}
.list-unstyled.mobile-pipeline[data-v-35d9642a] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-35d9642a] {
      position: relative;
      padding: 6px 22px 6px 22px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-35d9642a] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-35d9642a] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-35d9642a] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-35d9642a] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-35d9642a] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-35d9642a] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-35d9642a] {
        position: absolute;
        top: 8px;
        right: 22px;
}
}
@media only screen and (max-width: 768px) {
.mobile-pipeline[data-v-35d9642a] {
    display: block;
}
.aside-title[data-v-35d9642a] {
    display: none !important;
}
.list-unstyled.mobile-pipeline[data-v-35d9642a] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-35d9642a] {
      position: relative;
      padding: 6px 22px 6px 15px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-35d9642a] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-35d9642a] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-35d9642a]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-35d9642a]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-35d9642a] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-35d9642a] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-35d9642a] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-35d9642a] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-35d9642a] {
        position: absolute;
        top: 8px;
        right: 22px;
}
}
@media only screen and (max-width: 576px) {
.aside-title[data-v-35d9642a] {
    display: block !important;
    margin-top: 33px !important;
}
}

.default-avatar[data-v-a33a2c72] {
  position: absolute;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-a33a2c72] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.default-avatar .overlay[data-v-a33a2c72] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-a33a2c72] {
    opacity: 1;
}
.temporary-avatar[data-v-a33a2c72] {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
figure[data-v-dbc56a74] {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 10px;
}
figure img[data-v-dbc56a74] {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
p[data-v-dbc56a74] {
  margin: 0;
  padding: 0;
}
.activities-body[data-v-dbc56a74] {
  width: 100%;
}
.activities-date[data-v-dbc56a74] {
  position: absolute;
  display: block;
  white-space: nowrap;
  right: 15px;
  color: #000;
  font-size: 13px;
}
.activity-message[data-v-dbc56a74] {
  height: 36px !important;
  padding-top: 0 !important;
}
.modal-activity[data-v-dbc56a74] {
  font-size: 14px;
}
.modal-activity li[data-v-dbc56a74] {
    margin-bottom: 12px;
    border: none !important;
    background: none !important;
    padding-right: 0 !important;
}
.modal-activity li span.title[data-v-dbc56a74] {
      font-weight: 700;
      min-width: 120px;
      display: inline-block;
}
.modal-activity li .stat[data-v-dbc56a74] {
      background: #465c74;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 50%;
      margin-left: 15px;
}
.activities-body .title[data-v-dbc56a74] {
  display: block;
  width: 100%;
  padding-right: 90px;
}
.activities-body .employer-name-actv[data-v-dbc56a74] {
  color: #666;
}
.activities-body p span[data-v-dbc56a74] {
  font-weight: 600;
}
.list-group-item[data-v-dbc56a74] {
  position: relative;
  padding-left: 0 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.list-group-item[data-v-02eb15ac] {
  padding: 20px 8px !important;
}
.activity-container[data-v-02eb15ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.activity-container img[data-v-02eb15ac] {
    width: 42px;
    height: 42px;
    max-width: 42px;
    overflow: hidden;
    border-radius: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 5px 12px 0 0;
}
.activity-container .activity-content[data-v-02eb15ac] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.activity-container .activity-content .activity-header[data-v-02eb15ac] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px;
}
.activity-container .activity-content .activity-header .title[data-v-02eb15ac] {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 8px;
        font-size: 14px;
}
.activity-container .activity-content .activity-header .date[data-v-02eb15ac] {
        margin-left: auto;
        font-size: 12px;
}
.activity-container .activity-content .activity-text[data-v-02eb15ac] {
      font-size: 14px;
}
.activity-container .activity-content .activity-text p[data-v-02eb15ac] {
        margin-bottom: 0;
}
.activity-container .activity-content .activity-text p .bold[data-v-02eb15ac] {
          font-weight: 700;
}
.activity-container .activity-content .activity-text p .bold span[data-v-02eb15ac] {
            color: #f05a00;
}
.activity-container .activity-content .activity-text p .bold .pipeline[data-v-02eb15ac] {
            color: #000;
}
.modal-activity[data-v-02eb15ac] {
  font-size: 14px;
}
.modal-activity li[data-v-02eb15ac] {
    margin-bottom: 12px;
    border: none !important;
    background: none !important;
    padding-right: 0 !important;
}
.modal-activity li span.title[data-v-02eb15ac] {
      font-weight: 700;
      min-width: 120px;
      display: inline-block;
}
.modal-activity li .stat[data-v-02eb15ac] {
      background: #465c74;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 50%;
      margin-left: 15px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-aa703d1e] {
  position: relative;
}
.add-activity[data-v-aa703d1e] {
  position: absolute;
  top: 10px;
  right: 10px;
  /* height: 30px; */
  /*  margin: 0 auto; */
  /* padding: 0 5px 0 5px; */
}
#activities[data-v-aa703d1e] {
  margin-bottom: 24px;
}
#activities .card[data-v-aa703d1e] {
    margin: 0;
}
.activities-media[data-v-aa703d1e] {
  overflow-y: auto;
  /* figure {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 15px 0 10px;
    img {
      width: 100%;
      height: 100%;
      border-radius: 0;
      object-fit: cover;
    }
  }

  p {
    margin: 0;
    padding: 0;
  }
  .activities-body {
    width: 100%;
  }

  .activities-date {
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
  } */
}
.scroll-activities[data-v-aa703d1e] {
  overflow: hidden;
}
.candidate-aside .scroll-activities[data-v-aa703d1e] {
  height: 733px !important;
}
.job-aside-activity .scroll-activities[data-v-aa703d1e] {
  height: 895px !important;
}
.employer-aside .scroll-activities[data-v-aa703d1e] {
  height: 893px !important;
}
@media only screen and (max-width: 992px) {
.card[data-v-aa703d1e] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-aa703d1e] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-aa703d1e] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-aa703d1e] {
      display: none;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-aa703d1e] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
    min-height: 100vh !important;
}
.card h6[data-v-aa703d1e] {
      display: block;
}
.card .activities-media[data-v-aa703d1e] {
      overflow: visible;
      height: auto;
}
}
@media only screen and (max-width: 1251px) {
#activities[data-v-aa703d1e] {
    margin-bottom: 24px;
}
#activities .card[data-v-aa703d1e] {
      margin: 26px 0 0 0;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-aa703d1e] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-aa703d1e] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-aa703d1e] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-aa703d1e] {
      display: none;
}
.modal-header[data-v-aa703d1e] {
    margin-top: 50px;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-aa703d1e] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-aa703d1e] {
      display: block;
}
.card .activities-media[data-v-aa703d1e] {
      overflow: visible;
      height: auto;
}
}

.default-avatar[data-v-9b95ef26] {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-9b95ef26] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.default-avatar .overlay[data-v-9b95ef26] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-9b95ef26] {
    opacity: 1;
}
.temporary-avatar[data-v-9b95ef26] {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.badge[data-v-c3127316] {
  background: #bebebe;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  -webkit-animation: pulse-data-v-c3127316 2s infinite;
          animation: pulse-data-v-c3127316 2s infinite;
  animation-duration: pulse 10s;
  -webkit-animation-duration: 5s;
}
.advertising[data-v-c3127316] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 40px 20px;
}
.advertising .form-group[data-v-c3127316] {
    margin-bottom: 20px;
}
.advertising .form-group label[data-v-c3127316] {
      font-size: 14px;
      font-weight: 700;
}
.advertising .form-group .form-control[data-v-c3127316] {
      margin-top: 0 !important;
      height: 38px !important;
}
.advertising .view-link .btn-outline[data-v-c3127316] {
    color: red;
    width: 31px;
    height: 31px;
}
.advertising .view-link .btn-outline[data-v-c3127316]:first-of-type {
      color: green;
}
.advertising .view-link:hover .show[data-v-c3127316] {
    opacity: 1 !important;
}
@-webkit-keyframes pulse-data-v-c3127316 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes pulse-data-v-c3127316 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
.opted-checkbox[data-v-c3127316] {
  margin-right: 1rem;
}
.pipelines-mobile-title[data-v-c3127316] {
  display: none;
}
.list-group .list-group-item[data-v-c3127316] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-color: transparent;
  padding-right: 0;
}
.v-select[data-v-c3127316] {
  position: relative;
  top: -6px;
  margin-right: 5px;
  margin-left: 20px;
}
.employment-select[data-v-c3127316] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  margin-top: -8px;
}
.candidate-edit-icon[data-v-c3127316] {
  fill: #a3a6b4;
  margin-top: -5px;
}
.candidate-edit-icon[data-v-c3127316]:hover {
  fill: #c1c4d4;
}
.candidate-info-form .form-control[data-v-c3127316] {
  margin-left: 20px;
  display: block;
}
.candidate-info-form button[data-v-c3127316] {
  border-radius: 0.25rem;
  position: relative;
}
.candidate-info-form button i[data-v-c3127316] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
}
.candidate-info-form .edit-btn[data-v-c3127316] {
  width: 25px;
  height: 25px;
}
.candidate-info-form .edit-btn a[data-v-c3127316] {
    text-decoration: none;
}
.candidate-info-form .edit-btn i[data-v-c3127316] {
    color: #777;
    display: block;
    width: 100%;
    text-decoration: none;
}
.candidate-info-form .edit-btn.mr[data-v-c3127316] {
    margin: 0 6px 0 8px;
}
.candidate-info-form .custom-checkbox[data-v-c3127316] {
  margin-left: 46px !important;
}
.candidate-info-form .creation-date[data-v-c3127316] {
  margin-left: 25px !important;
}
.edit-icon[data-v-c3127316] {
  font-size: 1.1rem !important;
}
.candidate-details[data-v-c3127316] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  overflow: hidden;
}
.candidate-details .row[data-v-c3127316] {
    margin: 0;
}
.candidate-details li.list-group-item[data-v-c3127316] {
    padding-left: 0 !important;
    border: none !important;
}
.candidate-details li > .d-flex[data-v-c3127316] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 3px 12px;
    padding: 12px 0;
    height: 46px;
}
.candidate-details li span[data-v-c3127316] {
    min-width: 133px !important;
    white-space: nowrap;
}
.candidate-details li > span[data-v-c3127316]:not(:nth-child(2n + 0)) {
    font-weight: 700;
    min-width: 19rem;
}
.candidate-details .popup[data-v-c3127316] {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 8px 12px 6px 12px !important;
    top: 75%;
    left: -15px;
    width: 100%;
    height: auto !important;
    z-index: 9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.candidate-details .tech-icons[data-v-c3127316] {
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.candidate-details .tech-icons .icon-container[data-v-c3127316] {
      width: 22%;
      text-align: center;
      display: inline-block;
}
.candidate-details .tech-icons .icon-container .icon-wrapper img[data-v-c3127316] {
        width: 25px;
        height: 25px;
        display: block;
        margin: 0 auto;
}
.candidate-details .tech-icons .btn-secondary[data-v-c3127316] {
      background: none !important;
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: absolute;
      top: 13px;
      left: 0;
      width: 100%;
      height: 100%;
}
.candidate-details .tech-icons .dropdown-menu[data-v-c3127316] {
      width: 100%;
      border-radius: 0;
}
.candidate-details .tech-icons .dropdown-menu .list-inline li[data-v-c3127316] {
        margin: 0;
        text-align: center;
        width: 25%;
}
.candidate-details .tech-icons .dropdown-toggle[data-v-c3127316]:after {
      display: none;
}
.candidate-details .btn[data-v-c3127316] {
    min-width: 22px;
    min-height: 12px;
    background: #fff;
    margin-top: -3px;
    color: #28a745;
}
.candidate-details .btn[data-v-c3127316]:hover {
      background: #fafafa;
}
.candidate-details .btn[data-v-c3127316]:nth-of-type(2) {
      color: red;
}
.card-primary[data-v-c3127316] {
  height: 970px;
}

/* CANDIDATE TAGS */
.candidate-tag[data-v-c3127316] {
  border: 1px solid #a3a6b4;
  border-radius: 20px;
  color: #a3a6b4;
  padding: 6px 10px;
}
.candidate-tag-selected[data-v-c3127316] {
  cursor: pointer;
  color: #f05a00;
  border: 1px solid #f05a00;
}
.candidate-picture[data-v-c3127316] {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 12px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.candidate-picture .btn-success[data-v-c3127316] {
    margin-right: 10px;
}
.candidate-picture .overlay[data-v-c3127316] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.candidate-picture:hover .overlay[data-v-c3127316] {
    opacity: 1;
}
.candidate-picture-preview[data-v-c3127316] {
  width: 13rem;
  height: 13rem;
}
.card[data-v-c3127316] {
  min-height: auto;
}
.card .tab-content[data-v-c3127316] {
    margin: 1rem;
}
.mobile-only[data-v-c3127316] {
  display: none !important;
}
.candidate-main-info[data-v-c3127316] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.candidate-main-info .candidate-name[data-v-c3127316] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.candidate-main-info .candidate-name .fields[data-v-c3127316] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.candidate-main-info .edit-candidate[data-v-c3127316] {
    margin-left: 6px;
}
.candidate-main-info .edit-candidate .btn-primary[data-v-c3127316],
    .candidate-main-info .edit-candidate .btn-danger[data-v-c3127316] {
      margin-left: 12px;
}
.custom-control[data-v-c3127316] {
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
.card[data-v-c3127316] {
    min-height: auto;
    height: auto !important;
    overflow: hidden;
}
.card .tab-content[data-v-c3127316] {
      margin: 0;
}
.comments[data-v-c3127316] {
    padding: 0 18px;
}
.mobile-only[data-v-c3127316] {
    display: block !important;
}
.edit-btn[data-v-c3127316] {
    position: absolute;
    right: 5px;
}
.candidate-details .row[data-v-c3127316] {
    margin: 0 12px;
}
}
@media only screen and (max-width: 768px) {
.page-title[data-v-c3127316] {
    display: none !important;
}
.candidate-picture .candidate-edit[data-v-c3127316] {
    width: 40%;
}
.card[data-v-c3127316] {
    min-height: auto;
    height: auto !important;
    overflow: hidden;
}
.card .tab-content[data-v-c3127316] {
      margin: 0;
}
.candidate-details[data-v-c3127316] {
    /* .list-group-item {
      .d-flex {
      }
    } */
}
.candidate-details .primary-cv[data-v-c3127316] {
      display: block !important;
}
.mobile-only[data-v-c3127316] {
    display: block !important;
}
.edit-btn[data-v-c3127316] {
    position: absolute;
    right: 5px;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-c3127316] {
    min-height: 100%;
    padding-bottom: 40px;
}
.card .tab-content[data-v-c3127316] {
      margin: 0;
}
.candidate-details[data-v-c3127316] {
    margin-top: 20px;
}
.candidate-details .btn[data-v-c3127316] {
      min-width: 30px !important;
      height: 30px;
      position: relative;
      top: -3px;
      margin-left: 6px;
      font-size: 14px !important;
}
.candidate-picture[data-v-c3127316] {
    width: 43px !important;
    height: 43px !important;
    position: absolute;
    top: 10px;
    right: 20px;
}
.candidate-picture img[data-v-c3127316] {
      width: 43px !important;
      height: 43px !important;
      -o-object-fit: cover;
         object-fit: cover;
}
.edit-btn[data-v-c3127316] {
    position: absolute;
    right: 5px;
}
.candidate-details .list-group-item span[data-v-c3127316] {
    margin-right: 25px;
}
.candidate-details .list-group-item .mobile-name[data-v-c3127316] {
    margin-right: 27px !important;
}
.candidate-details .list-group-item .custom-checkbox[data-v-c3127316] {
    margin-left: 0px !important;
}
.candidate-details .list-group-item .tech-icons[data-v-c3127316] {
    padding-left: 0 !important;
    margin-left: -5px;
}
.candidate-details .list-group-item .tech-icons span[data-v-c3127316] {
      margin-right: 0;
}
.candidate-details .list-group-item .popup span[data-v-c3127316] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.candidate-details .list-group-item .creation-date[data-v-c3127316] {
    margin-left: 0 !important;
}
.mobile-hidden[data-v-c3127316] {
    display: none !important;
}
.mobile-only[data-v-c3127316] {
    display: block !important;
}
.comments[data-v-c3127316] {
    padding: 8px;
}
}

/* CANDIDATE TAGS END*/

.custom-control-label[data-v-7ca98e00] {
  vertical-align: middle;
  font-size: 14px;
  padding-top: 1px;
}
.form-floating label[data-v-7ca98e00] {
  left: 12px !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.book-date[data-v-243d7076] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.book-date .form-control[data-v-243d7076] {
    margin-bottom: 0 !important;
}
.book-date .btn-outline[data-v-243d7076] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.book-date .btn-outline i[data-v-243d7076] {
      color: #5bb75b;
}
.book-date .btn-outline[data-v-243d7076]:hover {
      background-color: #5bb75b;
}
.book-date .btn-outline:hover i[data-v-243d7076] {
        color: #fff;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.book-date[data-v-31e26540] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.book-date .form-control[data-v-31e26540] {
    margin-bottom: 0 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-ca6cc7ca] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-ca6cc7ca] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-ca6cc7ca] {
  fill: #5bb75b;
}
#stage .stage-size[data-v-ca6cc7ca] {
  width: 12px;
  height: 12px;
}
.icon-wrapper .send-test .svg-icon[data-v-ca6cc7ca] {
  margin-top: 4px;
  width: 25px;
  height: 25px;
}
.icon-wrapper svg[data-v-ca6cc7ca] {
  width: 16px;
  height: 18px;
}
.truncate-item a[data-v-ca6cc7ca] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.location-color[data-v-ca6cc7ca] {
  color: #444;
}
.edit[data-v-ca6cc7ca] {
  fill: #a7a7a7;
}
.star-rating[data-v-ca6cc7ca] {
  position: relative;
  display: block;
  width: 100%;
}
.star-rating .reset-stars[data-v-ca6cc7ca] {
    position: absolute;
    font-size: 16.7px;
    cursor: pointer;
    top: 1px;
    right: -18px;
    color: #555;
    display: none;
}
.star-rating:hover .reset-stars[data-v-ca6cc7ca] {
    display: block;
    right: 10px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.jobs-controls .input-group i[data-v-4ab17a2e] {
  color: #a7a7a7;
  position: absolute;
  pointer-events: none;
  top: 8px;
  right: 12px;
  font-size: 21px;
  z-index: 99;
}
.jobs-controls .input-group .form-control[data-v-4ab17a2e] {
  border-radius: 0.25rem !important;
}
@media only screen and (max-width: 768px) {
#stages-dropdown[data-v-4ab17a2e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#stages-dropdown .dropdown-toggle[data-v-4ab17a2e] {
      width: 100%;
}
.btn-success[data-v-4ab17a2e] {
    display: none !important;
}
}
@media only screen and (max-width: 576px) {
.bottom-controls[data-v-4ab17a2e],
  .no-mobile[data-v-4ab17a2e] {
    display: none !important;
}
.jobs-controls .d-flex[data-v-4ab17a2e] {
    display: block !important;
}
.jobs-controls .d-flex .input-group[data-v-4ab17a2e] {
      width: 100% !important;
}
.jobs-controls .dropup[data-v-4ab17a2e],
  .jobs-controls .dropright[data-v-4ab17a2e],
  .jobs-controls .dropdown[data-v-4ab17a2e],
  .jobs-controls .dropleft[data-v-4ab17a2e] {
    background: red;
}
.list-unstyled.mobile-pipeline[data-v-4ab17a2e] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-4ab17a2e] {
      position: relative;
      padding: 6px 22px 6px 22px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-4ab17a2e] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-4ab17a2e] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-4ab17a2e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-4ab17a2e]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-4ab17a2e]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-4ab17a2e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-4ab17a2e]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-4ab17a2e]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-4ab17a2e] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-4ab17a2e] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-4ab17a2e] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-4ab17a2e] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-4ab17a2e] {
        position: absolute;
        top: 8px;
        right: 22px;
}
}
.dropdown button[data-v-4ab17a2e] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat !important;
  background-position: right 3px top 50% !important;
  margin-right: 3px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #4d4f5c;
}
.dropdown button[data-v-4ab17a2e]::after {
    display: none;
    /*  -webkit-appearance: none;
      -moz-appearance: none; */
}
.dropdown .dropdown-menu[data-v-4ab17a2e] {
  padding: 8px 12px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  width: 250px;
  margin-top: 5px;
}
.dropdown .dropdown-menu ul > li[data-v-4ab17a2e]:not(:last-child) {
    margin-bottom: 1rem;
}
.dropdown .dropdown-menu .custom-control[data-v-4ab17a2e] {
    margin-bottom: 0;
}
.dropdown button[data-v-4ab17a2e] {
  background-color: #fff;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  width: 250px;
  text-align: left;
}
@media only screen and (max-width: 576px) {
.dropdown.ml-3[data-v-4ab17a2e] {
    margin-left: 0 !important;
}
.dropdown.ml-3 .btn[data-v-4ab17a2e] {
      width: 100%;
      margin: 12px 0;
}
}

.crown-active[data-v-637e2bbf] {
  color: #f05a00 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* Default select doc icon */
.fas[data-v-4144b881]:hover {
  cursor: pointer;
}
.crown-active[data-v-4144b881] {
  color: #f05a00 !important;
}
[data-v-4144b881]::-webkit-scrollbar {
  width: 5px;
}
[data-v-4144b881]::-webkit-scrollbar-track {
  background: transparent;
  margin: 0.2rem 0.2rem;
}
[data-v-4144b881]::-webkit-scrollbar-thumb {
  background: #f05a00;
  border-radius: 8px;
}
[data-v-4144b881]::-webkit-scrollbar-thumb:hover {
  background: #ca4e00;
}
.controls-wrap[data-v-4144b881] {
  overflow: hidden;
}
.controls-wrap h6[data-v-4144b881] {
    font-size: 18px;
    font-weight: 700;
    margin-block: 8px;
}
.content[data-v-4144b881] {
  position: relative;
  height: 320px;
  overflow-y: auto;
}
.input-group[data-v-4144b881] {
  position: relative;
}
.input-group i[data-v-4144b881] {
    position: absolute;
    pointer-events: none;
    top: 8px;
    right: 12px;
    z-index: 999;
    color: #a7a7a7;
    font-size: 21px;
}
.input-group .form-control[data-v-4144b881] {
    border-radius: 0.25rem !important;
}
.svg-icon[data-v-4144b881]:hover {
  cursor: pointer;
}
.icon-wrapper svg[data-v-4144b881] {
  width: 16px;
  height: 18px;
}
.controls-wrap .custom-table i[data-v-4144b881] {
  color: #a7a7a7;
  font-size: 16px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
#description[data-v-88eb37b2] {
  padding: 0 24px;
}
#description .card[data-v-88eb37b2] {
    margin: 0 0 24px 0 !important;
}
[data-v-88eb37b2] .scroll {
  max-height: 865px;
}
@media only screen and (max-width: 1251px) {
#description .card[data-v-88eb37b2] {
    margin: 26px 0 0 0 !important;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.candidate-aside[data-v-88eb37b2] {
    display: none !important;
}
}
@media only screen and (max-width: 992px) {
#description[data-v-88eb37b2] {
    padding: 0 !important;
}
#description .col-md-8[data-v-88eb37b2] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
#description .card[data-v-88eb37b2] {
      margin: 26px 0 0 0 !important;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
#description .candidate-aside[data-v-88eb37b2] {
      display: none !important;
}
#description .candidate-pipeline[data-v-88eb37b2] {
      display: none !important;
}
#description .candidate-pipeline .card[data-v-88eb37b2] {
        border-radius: 0 !important;
}
#description .candidate-documents[data-v-88eb37b2] {
      display: none !important;
}
}
@media only screen and (max-width: 768px) {
#description[data-v-88eb37b2] {
    padding: 0;
}
#description .card[data-v-88eb37b2] {
      margin: 26px 0 0 0 !important;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
#description .candidate-aside[data-v-88eb37b2] {
      display: none !important;
}
#description .candidate-pipeline[data-v-88eb37b2] {
      display: none !important;
}
#description .candidate-pipeline .card[data-v-88eb37b2] {
        border-radius: 0 !important;
}
#description .candidate-documents[data-v-88eb37b2] {
      display: none !important;
}
}
@media only screen and (max-width: 576px) {
#description[data-v-88eb37b2] {
    padding: 0;
}
#description .card[data-v-88eb37b2] {
      margin: 0 0 24px 0 !important;
}
.error[data-v-88eb37b2] {
    margin: 5px 0 10px 0;
}
}

.textarea-hidden[data-v-6d217b74] {
  height: 150px;
}
.form-group.required-fixed-right-[data-v-6d217b74] {
  position: relative;
}
.form-group.required-fixed-right-[data-v-6d217b74]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.editor[data-v-6d217b74] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  /* border: 1px solid #d7dae2; */
  border-radius: 4px;
  opacity: 1;
}
.social-buttons a[data-v-6d217b74] {
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 2px #00000029;
          box-shadow: 0px 1px 2px #00000029;
  border-radius: 4px;
}
.separator[data-v-6d217b74] {
  position: relative;
  text-align: center;
  color: #b6b6b6;
  opacity: 0.8;
}
.separator span[data-v-6d217b74] {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 20px;
}
.separator span[data-v-6d217b74]:before, .separator span[data-v-6d217b74]:after {
      content: '';
      display: block;
      width: 5.5rem;
      position: absolute;
      top: 0.73em;
      border-top: 1px solid #b6b6b6;
}
.separator span[data-v-6d217b74]:before {
      right: 100%;
}
.separator span[data-v-6d217b74]:after {
      left: 100%;
}

/* MODAL */
/* Multi Step Form CSS */
.multisteps-form__progress[data-v-6d217b74] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-6d217b74] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.form-group.required-fixed-right[data-v-6d217b74] {
  position: relative;
}
.form-group.required-fixed-right[data-v-6d217b74]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 9px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-city[data-v-6d217b74] {
  position: relative;
}
.form-group.required-fixed-city[data-v-6d217b74]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.required-fixed-country[data-v-6d217b74] {
  position: relative;
}
.required-fixed-country[data-v-6d217b74]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 7px;
    color: red;
    opacity: 0.6;
}
.form-group .form-control[data-v-6d217b74] {
  padding-left: 8px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-6d217b74] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-6d217b74]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-6d217b74]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-6d217b74]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-6d217b74] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-6d217b74]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

/* END MODAL */
/* Pagination */
.paginate[data-v-6d217b74] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginate .prev[data-v-6d217b74] {
  background: -webkit-gradient(linear, left top, right top, from(#122549), to(#203762));
  background: linear-gradient(90deg, #122549, #203762);
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paginate .next[data-v-6d217b74],
.paginate .prev[data-v-6d217b74] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  width: 50%;
  padding: 0 2em;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
button[data-v-6d217b74] {
  outline: 0;
}

/* .next i {
  margin-left: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .next:hover i {
  margin-left: 20px !important;
  transition: all 0.4s;
} */
/* .prev i {
  margin-right: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .prev:hover i {
  margin-right: 20px !important;
  transition: ease-in-out 0.4s;
} */
button[data-v-6d217b74]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button[data-v-6d217b74]:disabled:hover {
    color: blueviolet;
}
@media screen and (min-width: 40em) {
.paginate .next[data-v-6d217b74],
  .paginate .prev[data-v-6d217b74] {
    height: 118px;
    font-size: 32px;
}
}
select[data-v-6d217b74],
input[type='number'][data-v-6d217b74],
input[type='text'][data-v-6d217b74],
input[type='search'][data-v-6d217b74] {
  height: 3rem;
  padding-top: 8px;
  line-height: 1.3;
}
.search-typehead[data-v-6d217b74] {
  min-height: 3rem !important;
}
.add-job-comments[data-v-6d217b74] {
  padding-top: 1.2rem;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.custom-label[data-v-f561af26] {
  line-height: 40px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0;
}
.btn-success[data-v-f561af26] {
  -ms-flex-item-align: start;
      align-self: start;
}
.m-button[data-v-f561af26] {
  display: none;
}
.published[data-v-f561af26] {
  margin-top: 8px;
}
.truncate-item a[data-v-f561af26] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.custom-table[data-v-f561af26] {
  min-width: 100%;
}
.custom-table tr td[data-v-f561af26]:first-of-type {
    padding-left: 21px;
}
.table-responsive[data-v-f561af26] {
  overflow-y: auto;
  position: relative;
}
select[data-v-f561af26] {
  min-width: 110px;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  border: 1px solid #d7dae2;
  border-radius: 4px;
}
#stage .stage-size[data-v-f561af26] {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new[data-v-f561af26] {
  background-color: #4ca7d5;
}
#stage .stage-color-draft[data-v-f561af26] {
  background-color: #8a8b8a;
}
#stage .stage-color-active[data-v-f561af26] {
  background-color: #419941;
}
#stage .stage-color-expired[data-v-f561af26] {
  background-color: #f17931;
}
#stage .stage-color-rejected[data-v-f561af26] {
  background-color: #f02800;
}

/* Pipeline statistics */
#pipeline-statistics[data-v-f561af26] {
  position: relative;
}
#pipeline-statistics .stats-labels[data-v-f561af26] {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 0.75;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-size: 11px;
}
#pipeline-statistics .stats-labels .stats-labels-item[data-v-f561af26] {
      -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
              clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
      padding: 0.4rem 1rem 0.4rem 1rem;
      margin-right: -10px;
}
#pipeline-statistics .stats-labels .stats-labels-item span[data-v-f561af26] {
        padding: 5px;
        color: #fff;
}
#pipeline-statistics .stats-labels .color-grey[data-v-f561af26] {
      background: #333;
}
#pipeline-statistics .stats-labels .color-light-grey[data-v-f561af26] {
      background: #747674;
}
#pipeline-statistics .stats-labels .color-blue[data-v-f561af26] {
      background: #465c74;
}
#pipeline-statistics .stats-labels .color-light-blue[data-v-f561af26] {
      background: #066da1;
}
#pipeline-statistics .stats-labels .color-green[data-v-f561af26] {
      background: #148214;
}
#pipeline-statistics .stats-labels .color-light-green[data-v-f561af26] {
      background: #5bb75b;
}
#pipeline-statistics .stats-labels .color-dark-red[data-v-f561af26] {
      background: #913d8b;
}
#pipeline-statistics .stats-labels .color-red[data-v-f561af26] {
      background: #f02800;
}
#pipeline-statistics .stats-labels span[data-v-f561af26]:nth-child(1) {
      font-size: 14px;
      font-weight: bold;
      margin-right: 10px;
}
#pipeline-statistics .stats-labels span[data-v-f561af26]:nth-child(2) {
      font-weight: 300;
}

/* #col-title,
#title:not([data-scroll='0']) {
  -webkit-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
} */
.published-mobile[data-v-f561af26] {
  display: none !important;
}
.employer-select[data-v-f561af26] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-only[data-v-f561af26] {
  display: none !important;
}
.desktop-only[data-v-f561af26] {
  display: block;
}
.desktop-only-table[data-v-f561af26] {
  display: table;
}
.service-level-select[data-v-f561af26],
.employer-level-select[data-v-f561af26] {
  width: 50%;
}
.card[data-v-f561af26] {
  height: 81.7vh;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
.card[data-v-f561af26] {
    margin-top: 0px;
}
.table-controls[data-v-f561af26] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-controls .controls-wrap[data-v-f561af26] {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
}
.table-controls .controls-wrap .form-control[data-v-f561af26] {
        width: 100%;
        margin-right: 0 !important;
        margin: 0 0 12px 0;
        border-radius: 0;
}
.table-controls .controls-wrap #integration-search[data-v-f561af26] {
        border-radius: 0;
}
.table-controls .controls-wrap .btn-outline[data-v-f561af26],
      .table-controls .controls-wrap .popperr[data-v-f561af26],
      .table-controls .controls-wrap .btn-success[data-v-f561af26] {
        display: none;
}
.table-controls .controls-wrap .d-flex[data-v-f561af26] {
        width: 100%;
}
.table-controls .controls-wrap .d-flex .empl[data-v-f561af26] {
          width: 33%;
}
.table-controls .controls-wrap .d-flex .empl[data-v-f561af26]:nth-of-type(3) {
            margin-right: 0 !important;
}
.custom-table[data-v-f561af26] {
    display: block;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.table-controls[data-v-f561af26] {
    display: block;
}
.table-controls .controls-wrap[data-v-f561af26] {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
}
.table-controls .controls-wrap .form-control[data-v-f561af26] {
        width: 100%;
        margin-right: 0 !important;
        margin: 0 0 12px 0;
        border-radius: 0;
}
.table-controls .controls-wrap #integration-search[data-v-f561af26] {
        border-radius: 0;
}
.table-controls .controls-wrap .btn-success[data-v-f561af26],
      .table-controls .controls-wrap .popperr[data-v-f561af26] {
        display: none;
}
.table-controls .controls-wrap .d-flex[data-v-f561af26] {
        width: 100%;
}
.table-controls .controls-wrap .d-flex .empl[data-v-f561af26] {
          width: 33%;
}
.table-controls .controls-wrap .d-flex .empl[data-v-f561af26]:nth-of-type(3) {
            margin-right: 0 !important;
}
.custom-table[data-v-f561af26] {
    display: block;
    width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.custom-table[data-v-f561af26] {
    display: block;
    width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
.custom-table[data-v-f561af26] {
    display: block;
    width: 100%;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-f561af26] {
    margin-top: 0px !important;
}
.mobile-only[data-v-f561af26] {
    display: block !important;
}
.service-level-select[data-v-f561af26] {
    margin-right: 0 !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1251px) {
.card[data-v-f561af26] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.m-button[data-v-f561af26] {
    display: inline-block;
    float: right;
    margin-top: 12px;
}
.card[data-v-f561af26] {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mobile-only[data-v-f561af26] {
    display: block !important;
}
.desktop-only[data-v-f561af26] {
    display: none;
}
.desktop-only-table[data-v-f561af26] {
    display: none;
}
.wrapper[data-v-f561af26] {
    width: 100%;
}
.service-level-select[data-v-f561af26] {
    margin-top: 12px;
}
.employer-level-select[data-v-f561af26] {
    margin-top: 12px;
}
}
@media only screen and (max-width: 768px) {
.mobile-only[data-v-f561af26] {
    display: block !important;
}
.desktop-only[data-v-f561af26] {
    display: none;
}
.desktop-only-table[data-v-f561af26] {
    display: none;
}
.service-level-select[data-v-f561af26],
  .employer-level-select[data-v-f561af26] {
    width: 100%;
}
}
@media screen and (max-width: 1200px) {
.stats-labels-data[data-v-f561af26] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
}
.vs--searchable .vs__dropdown-toggle[data-v-f561af26] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-f561af26] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-f561af26] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.editor[data-v-1007a4d6] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  /* border: 1px solid #d7dae2; */
  border-radius: 4px;
  opacity: 1;
}
.social-buttons a[data-v-1007a4d6] {
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 2px #00000029;
          box-shadow: 0px 1px 2px #00000029;
  border-radius: 4px;
}
.separator[data-v-1007a4d6] {
  position: relative;
  text-align: center;
  color: #b6b6b6;
  opacity: 0.8;
}
.separator span[data-v-1007a4d6] {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 20px;
}
.separator span[data-v-1007a4d6]:before, .separator span[data-v-1007a4d6]:after {
      content: '';
      display: block;
      width: 5.5rem;
      position: absolute;
      top: 0.73em;
      border-top: 1px solid #b6b6b6;
}
.separator span[data-v-1007a4d6]:before {
      right: 100%;
}
.separator span[data-v-1007a4d6]:after {
      left: 100%;
}
.form-group.required-fixed-right[data-v-1007a4d6] {
  position: relative;
}
.form-group.required-fixed-right[data-v-1007a4d6]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10.5px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-country[data-v-1007a4d6] {
  position: relative;
}
.form-group.required-fixed-country[data-v-1007a4d6]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 7px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-postal-code[data-v-1007a4d6] {
  position: relative;
}
.form-group.required-fixed-postal-code[data-v-1007a4d6]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 24px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-city[data-v-1007a4d6] {
  position: relative;
}
.form-group.required-fixed-city[data-v-1007a4d6]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}

/* MODAL */
/* Multi Step Form CSS */
.multisteps-form__progress[data-v-1007a4d6] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-1007a4d6] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-1007a4d6] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-1007a4d6]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-1007a4d6]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-1007a4d6]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-1007a4d6] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-1007a4d6]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

/* END MODAL */
/* Pagination */
.paginate[data-v-1007a4d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginate .prev[data-v-1007a4d6] {
  background: -webkit-gradient(linear, left top, right top, from(#122549), to(#203762));
  background: linear-gradient(90deg, #122549, #203762);
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paginate .next[data-v-1007a4d6],
.paginate .prev[data-v-1007a4d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  width: 50%;
  padding: 0 2em;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
button[data-v-1007a4d6] {
  outline: 0;
}

/* .next i {
  margin-left: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .next:hover i {
  margin-left: 20px !important;
  transition: all 0.4s;
} */
/* .prev i {
  margin-right: 10px !important;
  transition: ease-in-out 0.4s;
} */
/* .prev:hover i {
  margin-right: 20px !important;
  transition: ease-in-out 0.4s;
} */
button[data-v-1007a4d6]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (min-width: 40em) {
.paginate .next[data-v-1007a4d6],
  .paginate .prev[data-v-1007a4d6] {
    height: 118px;
    font-size: 32px;
}
}
select[data-v-1007a4d6],
input[type='number'][data-v-1007a4d6],
input[type='text'][data-v-1007a4d6],
input[type='search'][data-v-1007a4d6] {
  height: 3rem;
  padding-top: 8px;
  line-height: 1.3;
}
.search-typehead[data-v-1007a4d6] {
  min-height: 3rem !important;
}
.add-job-comments[data-v-1007a4d6] {
  padding-top: 1.2rem;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.loader-empl[data-v-9347eac2] {
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-label[data-v-9347eac2] {
  line-height: 40px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0;
}
select[data-v-9347eac2] {
  min-width: 120px;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  border: 1px solid #d7dae2;
  border-radius: 4px;
}
.card[data-v-9347eac2] {
  height: 81.7vh;
}
.mobile-only[data-v-9347eac2] {
  display: none;
}
.desktop-only-table[data-v-9347eac2] {
  display: table;
}
.m-mobile[data-v-9347eac2] {
  display: none;
}
.custom-table[data-v-9347eac2] {
  min-width: 100%;
}
.custom-table tr td[data-v-9347eac2]:first-of-type {
    padding-left: 21px;
}
.custom-table tr td:first-of-type a[data-v-9347eac2] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
}
.custom-table tr td:nth-of-type(2) span[data-v-9347eac2] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.custom-table .popover-show[data-v-9347eac2] {
    padding: 7px 0 0px 0;
}
.custom-table .text-wrap[data-v-9347eac2] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1251px) {
.card[data-v-9347eac2] {
    margin-left: 23px !important;
    margin-right: 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-9347eac2] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.desktop-only-table[data-v-9347eac2],
  .desktop-only[data-v-9347eac2] {
    display: none;
}
.mobile-only[data-v-9347eac2] {
    display: block;
}
.m-mobile[data-v-9347eac2] {
    display: inline-block;
}
}
@media only screen and (max-width: 768px) {
.desktop-only-table[data-v-9347eac2],
  .desktop-only[data-v-9347eac2] {
    display: none;
}
.mobile-only[data-v-9347eac2] {
    display: block;
}
}
@media only screen and (max-width: 576px) {
.desktop-only-table[data-v-9347eac2],
  .desktop-only[data-v-9347eac2] {
    display: none;
}
.mobile-only[data-v-9347eac2] {
    display: block;
}
.custom-table[data-v-9347eac2] {
    display: block;
}
}
.vs--searchable .vs__dropdown-toggle[data-v-9347eac2] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-9347eac2] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-9347eac2] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}
@media only screen and (max-width: 576px) {
.table-controls .controls-wrap[data-v-9347eac2] {
    display: block !important;
}
.table-controls .controls-wrap .form-control[data-v-9347eac2] {
      width: 100%;
      margin-bottom: 12px;
}
.table-controls .controls-wrap .btn-outline[data-v-9347eac2],
    .table-controls .controls-wrap .btn-success[data-v-9347eac2] {
      display: none;
}
.table-controls .controls-wrap .empl[data-v-9347eac2] {
      margin-right: 0 !important;
      width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.table-controls .controls-wrap .form-control[data-v-9347eac2] {
    width: 50%;
    margin-bottom: 12px;
}
.table-controls .controls-wrap .btn-outline[data-v-9347eac2],
  .table-controls .controls-wrap .btn-success[data-v-9347eac2] {
    display: none;
}
.table-controls .controls-wrap .empl[data-v-9347eac2] {
    margin-right: 0 !important;
    width: 100%;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.modal-body p[data-v-21e15b6d] {
  margin-bottom: 0;
}
.fa-briefcase[data-v-21e15b6d] {
  font-size: 18px;
}
.icon-wrapper[data-v-21e15b6d] {
  /*  a {
    fill: #28a745;

    &:hover {
      fill: #1e8035;
    }
  } */
  /* a:not(:first-child) {
    fill: #f02800;

    &:hover {
      fill: #b61e00;
    }
  } */
}
.icon-wrapper .svg-icon[data-v-21e15b6d] {
    width: 18px;
    height: 18px;
}
.mobile-only[data-v-21e15b6d] {
  display: none;
}
.desktop-only[data-v-21e15b6d] {
  display: block;
}
.desktop-only-table[data-v-21e15b6d] {
  display: table;
  table-layout: auto;
}
.controls-wrap[data-v-21e15b6d] {
  width: 100%;
}
.controls-wrap .integration-group[data-v-21e15b6d] {
    width: 39.3%;
}
.card[data-v-21e15b6d] {
  height: 81.7vh;
}
@media only screen and (max-width: 1251px) {
.card[data-v-21e15b6d] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-21e15b6d] {
    min-height: 100vh;
    margin: 24px 0px 0 0px !important;
}
.mobile-qualification[data-v-21e15b6d] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-21e15b6d] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-21e15b6d] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-21e15b6d] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-21e15b6d] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-21e15b6d] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-21e15b6d] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-21e15b6d] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-21e15b6d] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-21e15b6d] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-21e15b6d] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-21e15b6d] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-21e15b6d] {
      width: 100%;
}
.mobile-only[data-v-21e15b6d] {
    display: block;
}
.desktop-only[data-v-21e15b6d] {
    display: none;
}
.desktop-only-table[data-v-21e15b6d] {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-21e15b6d] {
    min-height: 100vh;
}
.mobile-qualification[data-v-21e15b6d] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-21e15b6d] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-21e15b6d] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-21e15b6d] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-21e15b6d] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-21e15b6d] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-21e15b6d] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-21e15b6d] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-21e15b6d] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-21e15b6d] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-21e15b6d] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-21e15b6d] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-21e15b6d] {
      width: 100%;
}
.mobile-only[data-v-21e15b6d] {
    display: block;
}
.desktop-only[data-v-21e15b6d] {
    display: none;
}
.desktop-only-table[data-v-21e15b6d] {
    display: none;
}
}
@media only screen and (max-width: 576px) {
#wrapper .card[data-v-21e15b6d] {
    min-height: 100vh !important;
    margin-top: 0 !important;
}
.mobile-qualification[data-v-21e15b6d] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-21e15b6d] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-21e15b6d] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-21e15b6d] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-21e15b6d] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-21e15b6d] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-21e15b6d] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-21e15b6d] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-21e15b6d] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-21e15b6d] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-21e15b6d] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-21e15b6d] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-21e15b6d] {
      width: 100%;
}
.mobile-only[data-v-21e15b6d] {
    display: block;
}
.desktop-only[data-v-21e15b6d] {
    display: none;
}
.desktop-only-table[data-v-21e15b6d] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.modal-body p[data-v-3b5654ee] {
  margin-bottom: 0;
}
.fa-briefcase[data-v-3b5654ee] {
  font-size: 18px;
}
.icon-wrapper[data-v-3b5654ee] {
  /*  a {
    fill: #28a745;

    &:hover {
      fill: #1e8035;
    }
  } */
  /* a:not(:first-child) {
    fill: #f02800;

    &:hover {
      fill: #b61e00;
    }
  } */
}
.icon-wrapper .svg-icon[data-v-3b5654ee] {
    width: 18px;
    height: 18px;
}
.mobile-only[data-v-3b5654ee] {
  display: none;
}
.desktop-only[data-v-3b5654ee] {
  display: block;
}
.desktop-only-table[data-v-3b5654ee] {
  display: table;
  table-layout: auto;
}
.controls-wrap[data-v-3b5654ee] {
  width: 100%;
}
.controls-wrap .integration-group[data-v-3b5654ee] {
    width: 39.3%;
}
.card[data-v-3b5654ee] {
  height: 81.7vh;
}
@media only screen and (max-width: 1251px) {
.card[data-v-3b5654ee] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-3b5654ee] {
    min-height: 100vh;
    margin: 24px 0px 0 0px !important;
}
.mobile-qualification[data-v-3b5654ee] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-3b5654ee] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-3b5654ee] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-3b5654ee] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-3b5654ee] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-3b5654ee] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-3b5654ee] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-3b5654ee] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-3b5654ee] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-3b5654ee] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-3b5654ee] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-3b5654ee] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-3b5654ee] {
      width: 100%;
}
.mobile-only[data-v-3b5654ee] {
    display: block;
}
.desktop-only[data-v-3b5654ee] {
    display: none;
}
.desktop-only-table[data-v-3b5654ee] {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-3b5654ee] {
    min-height: 100vh;
}
.mobile-qualification[data-v-3b5654ee] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-3b5654ee] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-3b5654ee] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-3b5654ee] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-3b5654ee] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-3b5654ee] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-3b5654ee] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-3b5654ee] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-3b5654ee] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-3b5654ee] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-3b5654ee] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-3b5654ee] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-3b5654ee] {
      width: 100%;
}
.mobile-only[data-v-3b5654ee] {
    display: block;
}
.desktop-only[data-v-3b5654ee] {
    display: none;
}
.desktop-only-table[data-v-3b5654ee] {
    display: none;
}
}
@media only screen and (max-width: 576px) {
#wrapper .card[data-v-3b5654ee] {
    min-height: 100vh !important;
    margin-top: 0 !important;
}
.mobile-qualification[data-v-3b5654ee] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-3b5654ee] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-3b5654ee] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-3b5654ee] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-3b5654ee] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-3b5654ee] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-3b5654ee] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-3b5654ee] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-3b5654ee] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-3b5654ee] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-3b5654ee] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-3b5654ee] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-3b5654ee] {
      width: 100%;
}
.mobile-only[data-v-3b5654ee] {
    display: block;
}
.desktop-only[data-v-3b5654ee] {
    display: none;
}
.desktop-only-table[data-v-3b5654ee] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.star-rating[data-v-75abb428] {
  position: relative;
  display: block;
  width: 100%;
}
.star-rating .reset-stars[data-v-75abb428] {
    position: absolute;
    font-size: 16.7px;
    cursor: pointer;
    top: 0px;
    right: -8px;
    color: #555;
    display: none;
}
.star-rating:hover .reset-stars[data-v-75abb428] {
    display: block;
}
.icon-wrapper .svg-icon[data-v-75abb428] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-75abb428] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-75abb428] {
  fill: #5bb75b;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.overflow[data-v-064d06ba] {
  overflow-y: auto;
  max-height: 63vh;
}
.loader-con[data-v-064d06ba] {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Upload Files */
.remove-container .remove[data-v-064d06ba] {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
.remove-container .remove[data-v-064d06ba]:hover {
  color: #f02800;
}
.table-responsive[data-v-064d06ba] {
  overflow: initial;
}

/* TODO:: use bootstrap utility instead of this */
progress[value][data-v-064d06ba] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 400px;
  height: 5px;
}
progress[value][data-v-064d06ba]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value][data-v-064d06ba]::-webkit-progress-value {
  background-color: #f05a00;
  border-radius: 2px;
  -webkit-animation: animate-stripes-data-v-064d06ba 5s linear infinite;
  animation: animate-stripes-data-v-064d06ba 5s linear infinite;
}
@-webkit-keyframes animate-stripes-data-v-064d06ba {
100% {
    background-position: -100px 0px;
}
}
@keyframes animate-stripes-data-v-064d06ba {
100% {
    background-position: -100px 0px;
}
}

/* End Upload Files */
.remove[data-v-064d06ba] {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
.remove[data-v-064d06ba]:hover {
  color: #f02800;
}
.fa-user-check[data-v-064d06ba] {
  font-size: 18px;
}
.controls-wrap[data-v-064d06ba] {
  width: 100%;
}
.controls-wrap .integration-group[data-v-064d06ba] {
    width: 36.7%;
}
.edit-pen-svg[data-v-064d06ba] {
  width: 10;
  height: 10;
  fill: #007bb5;
}

/* .svg-icon {
  color: #007bb5;
  width: 24px;
  height: 24px;
} */
.mobile-only[data-v-064d06ba] {
  display: none;
}
.desktop-only[data-v-064d06ba] {
  display: block;
}
.desktop-only-table[data-v-064d06ba] {
  display: table;
  table-layout: auto;
}
.card[data-v-064d06ba] {
  height: 81.7vh;
}
@media only screen and (max-width: 1251px) {
.card[data-v-064d06ba] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-064d06ba] {
    height: 100vh;
    margin: 24px 0 0 0 !important;
}
.desktop-only[data-v-064d06ba] {
    display: none;
}
.desktop-only-table[data-v-064d06ba] {
    display: none;
}
.table-controls[data-v-064d06ba] {
    display: block !important;
}
.table-controls .controls-wrap[data-v-064d06ba] {
      display: block !important;
}
.table-controls .controls-wrap .integration-group[data-v-064d06ba] {
        margin-right: 0 !important;
}
.table-controls .controls-wrap .published[data-v-064d06ba] {
        font-size: 15px !important;
        margin-top: 15px;
}
.mobile-qualify[data-v-064d06ba] {
    display: block;
}
.mobile-qualify .list-unstyled[data-v-064d06ba] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.mobile-qualify .list-unstyled li[data-v-064d06ba] {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
}
.mobile-qualify .list-unstyled li a[data-v-064d06ba] {
          text-decoration: none;
}
.mobile-qualify .list-unstyled li .name a[data-v-064d06ba] {
          display: block;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 4px;
}
.mobile-qualify .list-unstyled li .email[data-v-064d06ba] {
          font-size: 14px;
          color: #f05a00;
}
.mobile-qualify .list-unstyled li .company[data-v-064d06ba] {
          font-weight: 600;
}
.mobile-qualify .list-unstyled li .company a[data-v-064d06ba] {
            color: #333 !important;
}
.mobile-qualify .list-unstyled li .position[data-v-064d06ba] {
          font-weight: 500;
}
.mobile-qualify .list-unstyled li .position a[data-v-064d06ba] {
            color: #5f5f5f;
}
.mobile-qualify .list-unstyled li .documents[data-v-064d06ba] {
          margin-top: 8px;
}
.mobile-qualify .list-unstyled li .documents a[data-v-064d06ba] {
            display: inline-block;
}
.mobile-qualify .list-unstyled li .action-buttons[data-v-064d06ba] {
          margin-top: 8px;
}
.mobile-qualify .list-unstyled li .action-buttons .svg-icon[data-v-064d06ba] {
            width: 22px;
            height: 22px;
            display: inline-block;
}
.mobile-qualify .list-unstyled li .action-buttons .green[data-v-064d06ba] {
            fill: #28a745;
}
.mobile-qualify .list-unstyled li .action-buttons .red[data-v-064d06ba] {
            fill: #f02800;
            margin-left: 10px;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-064d06ba] {
    height: 100vh;
}
.desktop-only[data-v-064d06ba] {
    display: none;
}
.desktop-only-table[data-v-064d06ba] {
    display: none;
}
.table-controls[data-v-064d06ba] {
    display: block !important;
}
.table-controls .controls-wrap[data-v-064d06ba] {
      display: block !important;
}
.table-controls .controls-wrap .integration-group[data-v-064d06ba] {
        margin-right: 0 !important;
}
.table-controls .controls-wrap .published[data-v-064d06ba] {
        font-size: 15px !important;
        margin-top: 15px;
}
.mobile-qualify[data-v-064d06ba] {
    display: block;
}
.mobile-qualify .list-unstyled[data-v-064d06ba] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.mobile-qualify .list-unstyled li[data-v-064d06ba] {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
}
.mobile-qualify .list-unstyled li a[data-v-064d06ba] {
          text-decoration: none;
}
.mobile-qualify .list-unstyled li .name a[data-v-064d06ba] {
          display: block;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 4px;
}
.mobile-qualify .list-unstyled li .email[data-v-064d06ba] {
          font-size: 14px;
          color: #f05a00;
}
.mobile-qualify .list-unstyled li .company[data-v-064d06ba] {
          font-weight: 600;
}
.mobile-qualify .list-unstyled li .company a[data-v-064d06ba] {
            color: #333 !important;
}
.mobile-qualify .list-unstyled li .position[data-v-064d06ba] {
          font-weight: 500;
}
.mobile-qualify .list-unstyled li .position a[data-v-064d06ba] {
            color: #5f5f5f;
}
.mobile-qualify .list-unstyled li .documents[data-v-064d06ba] {
          margin-top: 8px;
}
.mobile-qualify .list-unstyled li .documents a[data-v-064d06ba] {
            display: inline-block;
}
.mobile-qualify .list-unstyled li .action-buttons[data-v-064d06ba] {
          margin-top: 8px;
}
.mobile-qualify .list-unstyled li .action-buttons .svg-icon[data-v-064d06ba] {
            width: 22px;
            height: 22px;
            display: inline-block;
}
.mobile-qualify .list-unstyled li .action-buttons .green[data-v-064d06ba] {
            fill: #28a745;
}
.mobile-qualify .list-unstyled li .action-buttons .red[data-v-064d06ba] {
            fill: #f02800;
            margin-left: 10px;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-064d06ba] {
    height: 100vh;
    margin-top: 0 !important;
}
.table-controls[data-v-064d06ba] {
    display: block !important;
}
.table-controls .controls-wrap[data-v-064d06ba] {
      display: block !important;
}
.table-controls .controls-wrap .integration-group[data-v-064d06ba] {
        margin-right: 0 !important;
}
.table-controls .controls-wrap .published[data-v-064d06ba] {
        font-size: 15px !important;
        margin-top: 15px;
}
.mobile-qualify[data-v-064d06ba] {
    display: block;
}
.mobile-qualify .list-unstyled[data-v-064d06ba] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.mobile-qualify .list-unstyled li[data-v-064d06ba] {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
}
.mobile-qualify .list-unstyled li a[data-v-064d06ba] {
          text-decoration: none;
}
.mobile-qualify .list-unstyled li .name a[data-v-064d06ba] {
          display: block;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 4px;
}
.mobile-qualify .list-unstyled li .email[data-v-064d06ba] {
          font-size: 14px;
          color: #f05a00;
}
.mobile-qualify .list-unstyled li .company[data-v-064d06ba] {
          font-weight: 600;
}
.mobile-qualify .list-unstyled li .company a[data-v-064d06ba] {
            color: #333 !important;
}
.mobile-qualify .list-unstyled li .position[data-v-064d06ba] {
          font-weight: 500;
}
.mobile-qualify .list-unstyled li .position a[data-v-064d06ba] {
            color: #5f5f5f;
}
.mobile-qualify .list-unstyled li .documents[data-v-064d06ba] {
          margin-top: 8px;
}
.mobile-qualify .list-unstyled li .documents a[data-v-064d06ba] {
            display: inline-block;
}
.mobile-qualify .list-unstyled li .action-buttons[data-v-064d06ba] {
          margin-top: 8px;
}
.mobile-qualify .list-unstyled li .action-buttons .svg-icon[data-v-064d06ba] {
            width: 22px;
            height: 22px;
            display: inline-block;
}
.mobile-qualify .list-unstyled li .action-buttons .green[data-v-064d06ba] {
            fill: #28a745;
}
.mobile-qualify .list-unstyled li .action-buttons .red[data-v-064d06ba] {
            fill: #f02800;
            margin-left: 10px;
}
.desktop-only[data-v-064d06ba] {
    display: none;
}
.desktop-only-table[data-v-064d06ba] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.published[data-v-5ed5109a] {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.published.active .svg-icon[data-v-5ed5109a] {
    fill: #f05a00;
}
.table-responsive[data-v-5ed5109a] {
  overflow-x: visible !important;
}
.modal-body p[data-v-5ed5109a] {
  margin-bottom: 0;
}
.fa-briefcase[data-v-5ed5109a] {
  font-size: 18px;
}
.icon-wrapper[data-v-5ed5109a] {
  /*  a {
    fill: #28a745;

    &:hover {
      fill: #1e8035;
    }
  } */
  /* a:not(:first-child) {
    fill: #f02800;

    &:hover {
      fill: #b61e00;
    }
  } */
}
.icon-wrapper .svg-icon[data-v-5ed5109a] {
    width: 18px;
    height: 18px;
}
.mobile-only[data-v-5ed5109a] {
  display: none;
}
.desktop-only[data-v-5ed5109a] {
  display: block;
}
.desktop-only-table[data-v-5ed5109a] {
  display: table;
  table-layout: auto;
}
.controls-wrap[data-v-5ed5109a] {
  width: 100%;
}
.controls-wrap .integration-group[data-v-5ed5109a] {
    width: 39.3%;
}
.card[data-v-5ed5109a] {
  height: 81.7vh;
}
@media only screen and (max-width: 1251px) {
.card[data-v-5ed5109a] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-5ed5109a] {
    min-height: 100vh;
    margin: 24px 0px 0 0px !important;
}
.mobile-qualification[data-v-5ed5109a] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-5ed5109a] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-5ed5109a] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-5ed5109a] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-5ed5109a] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-5ed5109a] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-5ed5109a] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-5ed5109a] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-5ed5109a] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-5ed5109a] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-5ed5109a] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-5ed5109a] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-5ed5109a] {
      width: 100%;
}
.mobile-only[data-v-5ed5109a] {
    display: block;
}
.desktop-only[data-v-5ed5109a] {
    display: none;
}
.desktop-only-table[data-v-5ed5109a] {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-5ed5109a] {
    min-height: 100vh;
}
.mobile-qualification[data-v-5ed5109a] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-5ed5109a] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-5ed5109a] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-5ed5109a] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-5ed5109a] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-5ed5109a] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-5ed5109a] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-5ed5109a] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-5ed5109a] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-5ed5109a] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-5ed5109a] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-5ed5109a] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-5ed5109a] {
      width: 100%;
}
.mobile-only[data-v-5ed5109a] {
    display: block;
}
.desktop-only[data-v-5ed5109a] {
    display: none;
}
.desktop-only-table[data-v-5ed5109a] {
    display: none;
}
}
@media only screen and (max-width: 576px) {
#wrapper .card[data-v-5ed5109a] {
    min-height: 100vh !important;
    margin-top: 0 !important;
}
.mobile-qualification[data-v-5ed5109a] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-5ed5109a] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-5ed5109a] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-5ed5109a] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-5ed5109a] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-5ed5109a] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-5ed5109a] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-5ed5109a] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-5ed5109a] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-5ed5109a] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-5ed5109a] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-5ed5109a] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-5ed5109a] {
      width: 100%;
}
.mobile-only[data-v-5ed5109a] {
    display: block;
}
.desktop-only[data-v-5ed5109a] {
    display: none;
}
.desktop-only-table[data-v-5ed5109a] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-57fdc7ab] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-57fdc7ab] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-57fdc7ab] {
  fill: #5bb75b;
}
.btn-success[data-v-57fdc7ab] {
  -ms-flex-item-align: start;
      align-self: start;
}
.m-button[data-v-57fdc7ab] {
  display: none;
}
.custom-table[data-v-57fdc7ab] {
  min-width: 100%;
}
.custom-table tr td[data-v-57fdc7ab]:first-of-type {
    padding-left: 21px;
}
.custom-table tr td:first-of-type a[data-v-57fdc7ab] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
}
.table-responsive[data-v-57fdc7ab] {
  overflow: unset;
  min-height: 500px;
}
select[data-v-57fdc7ab] {
  min-width: 110px;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  border: 1px solid #d7dae2;
  border-radius: 4px;
}
#stage .stage-size[data-v-57fdc7ab] {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new[data-v-57fdc7ab] {
  background-color: #4ca7d5;
}
#stage .stage-color-draft[data-v-57fdc7ab] {
  background-color: #8a8b8a;
}
#stage .stage-color-active[data-v-57fdc7ab] {
  background-color: #419941;
}
#stage .stage-color-expired[data-v-57fdc7ab] {
  background-color: #f17931;
}
#stage .stage-color-rejected[data-v-57fdc7ab] {
  background-color: #f02800;
}

/* Pipeline statistics */
#pipeline-statistics[data-v-57fdc7ab] {
  position: relative;
}
#pipeline-statistics .stats-labels[data-v-57fdc7ab] {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 0.75;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-size: 11px;
}
#pipeline-statistics .stats-labels .stats-labels-item[data-v-57fdc7ab] {
      -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
              clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
      padding: 0.4rem 1rem 0.4rem 1rem;
      margin-right: -10px;
}
#pipeline-statistics .stats-labels .stats-labels-item span[data-v-57fdc7ab] {
        padding: 5px;
        color: #fff;
}
#pipeline-statistics .stats-labels .color-grey[data-v-57fdc7ab] {
      background: #333;
}
#pipeline-statistics .stats-labels .color-light-grey[data-v-57fdc7ab] {
      background: #747674;
}
#pipeline-statistics .stats-labels .color-blue[data-v-57fdc7ab] {
      background: #465c74;
}
#pipeline-statistics .stats-labels .color-light-blue[data-v-57fdc7ab] {
      background: #066da1;
}
#pipeline-statistics .stats-labels .color-green[data-v-57fdc7ab] {
      background: #148214;
}
#pipeline-statistics .stats-labels .color-light-green[data-v-57fdc7ab] {
      background: #5bb75b;
}
#pipeline-statistics .stats-labels .color-dark-red[data-v-57fdc7ab] {
      background: #913d8b;
}
#pipeline-statistics .stats-labels .color-red[data-v-57fdc7ab] {
      background: #f02800;
}
#pipeline-statistics .stats-labels span[data-v-57fdc7ab]:nth-child(1) {
      font-size: 14px;
      font-weight: bold;
      margin-right: 10px;
}
#pipeline-statistics .stats-labels span[data-v-57fdc7ab]:nth-child(2) {
      font-weight: 300;
}

/* #col-title,
#title:not([data-scroll='0']) {
  -webkit-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
} */
.published-mobile[data-v-57fdc7ab] {
  display: none !important;
}
.employer-select[data-v-57fdc7ab] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-only[data-v-57fdc7ab] {
  display: none !important;
}
.desktop-only[data-v-57fdc7ab] {
  display: block;
}
.desktop-only-table[data-v-57fdc7ab] {
  display: table;
}
.wrapper[data-v-57fdc7ab] {
  width: 88.5%;
}
.service-level-select[data-v-57fdc7ab],
.employer-level-select[data-v-57fdc7ab] {
  width: 50%;
}
.card[data-v-57fdc7ab] {
  height: auto !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 1251px) {
.card[data-v-57fdc7ab] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.m-button[data-v-57fdc7ab] {
    display: inline-block;
    float: right;
    margin-top: 12px;
}
.card[data-v-57fdc7ab] {
    margin-top: 26px !important;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mobile-only[data-v-57fdc7ab] {
    display: block !important;
}
.integration-group[data-v-57fdc7ab] {
    margin: 0 !important;
}
.controls-wrap[data-v-57fdc7ab] {
    display: block !important;
}
.controls-wrap .published[data-v-57fdc7ab] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-57fdc7ab] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-57fdc7ab] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-57fdc7ab]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.desktop-only[data-v-57fdc7ab] {
    display: none;
}
.desktop-only-table[data-v-57fdc7ab] {
    display: none;
}
.wrapper[data-v-57fdc7ab] {
    width: 100%;
}
.service-level-select[data-v-57fdc7ab] {
    margin-top: 12px;
}
.employer-level-select[data-v-57fdc7ab] {
    margin-top: 12px;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-57fdc7ab] {
    margin-top: 24px !important;
}
.mobile-only[data-v-57fdc7ab] {
    display: block !important;
}
.integration-group[data-v-57fdc7ab] {
    margin: 0 !important;
}
.controls-wrap[data-v-57fdc7ab] {
    display: block !important;
}
.controls-wrap .published[data-v-57fdc7ab] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-57fdc7ab] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-57fdc7ab] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-57fdc7ab]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.desktop-only[data-v-57fdc7ab] {
    display: none;
}
.desktop-only-table[data-v-57fdc7ab] {
    display: none;
}
.service-level-select[data-v-57fdc7ab],
  .employer-level-select[data-v-57fdc7ab] {
    width: 100%;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-57fdc7ab] {
    margin-top: 0px !important;
}
.custom-table[data-v-57fdc7ab] {
    display: none;
}
.integration-group[data-v-57fdc7ab] {
    margin: 0 !important;
}
.controls-wrap[data-v-57fdc7ab] {
    display: block !important;
}
.controls-wrap .published[data-v-57fdc7ab] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-57fdc7ab] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-57fdc7ab] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-57fdc7ab]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.mobile-only[data-v-57fdc7ab] {
    display: block !important;
}
.service-level-select[data-v-57fdc7ab] {
    margin-right: 0 !important;
}
}
@media screen and (max-width: 1200px) {
.stats-labels-data[data-v-57fdc7ab] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
}
.vs--searchable .vs__dropdown-toggle[data-v-57fdc7ab] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-57fdc7ab] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-57fdc7ab] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.modal-body .form-control[data-v-3cbfc9e0],
.modal-body .form-select[data-v-3cbfc9e0] {
  padding-left: 18px !important;
}
.edit[data-v-3cbfc9e0] {
  fill: #a7a7a7;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-17785d76] {
  height: auto !important;
}
.controls-wrap .scroller[data-v-17785d76] {
  height: 380px;
  overflow: hidden;
  overflow-y: auto;
  border-top: 1px solid #ddd;
}
.controls-wrap .scroller .custom-table .log-id[data-v-17785d76] {
    padding-left: 20px;
}
.fas[data-v-17785d76]:hover {
  cursor: pointer;
}
.jobs-controls[data-v-17785d76] {
  margin: 15px 5px 12px 5px;
  padding: 0 !important;
}
.jobs-controls .input-group i[data-v-17785d76] {
    color: #a7a7a7;
    position: absolute;
    pointer-events: none;
    top: 8px;
    right: 12px;
    font-size: 21px;
    z-index: 99;
}
.jobs-controls .input-group .form-control[data-v-17785d76] {
    border-radius: 0.25rem !important;
}

.default-avatar[data-v-e9d49d0a] {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-e9d49d0a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.default-avatar .overlay[data-v-e9d49d0a] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-e9d49d0a] {
    opacity: 1;
}
.temporary-avatar[data-v-e9d49d0a] {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
b[data-v-a752dad8] {
  font-weight: 700 !important;
}
.custom-header-employer[data-v-a752dad8] {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin: 25px 0 12px 0;
  padding-bottom: 12px;
}
.advertising[data-v-a752dad8] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 20px 0 0 0;
  margin-left: 12px;
}
.advertising .form-group[data-v-a752dad8] {
    margin-bottom: 20px;
}
.advertising .form-group label[data-v-a752dad8] {
      font-size: 14px;
      font-weight: 700;
}
.test[data-v-a752dad8] {
  position: absolute;
  padding: 2px 8px;
  top: 28px;
  right: 5px;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}
.badge[data-v-a752dad8] {
  background: #bebebe;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  -webkit-animation: pulse-data-v-a752dad8 2s infinite;
          animation: pulse-data-v-a752dad8 2s infinite;
  animation-duration: pulse 10s;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes pulse-data-v-a752dad8 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes pulse-data-v-a752dad8 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
.label[data-v-a752dad8] {
  font-weight: 700;
}
.text-editor[data-v-a752dad8] {
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 12px;
  margin: 6px 0;
}
#description[data-v-a752dad8] {
  padding: 0 24px;
}
.card[data-v-a752dad8] {
  height: 895px;
  margin: 0 0 24px 0;
  padding-bottom: 0px;
}
.card .tab-content[data-v-a752dad8] {
    margin: 1rem;
}
.tech-icons img[data-v-a752dad8] {
  width: 30px;
  height: auto;
}
.tech-icons .icon-container[data-v-a752dad8]:not(:last-child) {
  margin-right: 20px;
}
.opted-checkbox[data-v-a752dad8] {
  margin-right: 1rem;
}
.list-group .list-group-item[data-v-a752dad8] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-color: transparent;
  padding-right: 4px !important;
}
.list-group .list-group-item .btn[data-v-a752dad8] {
    background-color: #fff;
    border: 1px solid rgba(60, 60, 60, 0.26) !important;
    width: 24px;
    height: 24px;
    margin-left: 2px;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 2.4px;
}
.list-group .list-group-item .btn .fa-check[data-v-a752dad8] {
      color: green;
}
.list-group .list-group-item .btn .fa-times[data-v-a752dad8] {
      color: Red;
}
.employer-picture[data-v-a752dad8] {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 12px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.employer-picture .btn-success[data-v-a752dad8] {
    margin-right: 10px;
}
.employer-picture .overlay[data-v-a752dad8] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.employer-picture:hover .overlay[data-v-a752dad8] {
    opacity: 1;
}
.candidate-edit[data-v-a752dad8] {
  float: right;
  margin-top: 10px;
}
.candidate-edit-icon[data-v-a752dad8] {
    fill: #a3a6b4;
}
.candidate-edit-icon[data-v-a752dad8]:hover {
    fill: #c1c4d4;
}
.candidate-info-form[data-v-a752dad8] {
  /* margin-left: -2rem; */
}
.candidate-info-form button[data-v-a752dad8] {
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 1px;
}
.candidate-info-form button i[data-v-a752dad8] {
      font-size: 8px;
}
.edit-icon[data-v-a752dad8] {
  font-size: 1.1rem !important;
}
form input[data-v-a752dad8] {
  height: 30px;
}
.employer-details[data-v-a752dad8] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  margin: 0 7px 0 7px;
  overflow: hidden;
}
.employer-details .list-group-item[data-v-a752dad8] {
    border: none !important;
}
.employer-details .list-group-item .d-flex[data-v-a752dad8] {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
      margin: 3px 0px;
      padding: 12px 0;
      height: 46px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.employer-details li span[data-v-a752dad8] {
    min-width: 140px !important;
    display: inline-block;
    white-space: nowrap;
    text-align: justify;
    margin-right: 1rem;
}
.employer-details li span[data-v-a752dad8]:first-child {
    font-weight: 700;
}
.employer-details .edit-btn[data-v-a752dad8] {
    position: absolute;
    top: 0;
    left: -25px;
}
.employer-details .edit-btn .edit-icon[data-v-a752dad8] {
      color: #666;
}
.mobile-only[data-v-a752dad8] {
  display: none !important;
}
.desktop-only[data-v-a752dad8] {
  display: block;
}
.form-buttons[data-v-a752dad8] {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 38px;
}
.form-buttons i[data-v-a752dad8] {
    margin-left: auto;
}
@media only screen and (max-width: 1251px) {
#description[data-v-a752dad8] {
    padding: 0;
}
.card[data-v-a752dad8] {
    margin-top: 24px !important;
}
.employer-aside[data-v-a752dad8] {
    display: none !important;
}
}
@media only screen and (max-width: 992px) {
#description[data-v-a752dad8] {
    padding: 0;
}
#description .card[data-v-a752dad8] {
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      margin: 24px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
#description .card .tab-content[data-v-a752dad8] {
        margin: 0;
}
#description .container[data-v-a752dad8] {
      max-width: 100%;
}
#description .col-md-8[data-v-a752dad8] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
.desktop-only[data-v-a752dad8] {
    display: none;
}
.mobile-only[data-v-a752dad8] {
    display: block !important;
}
.no-mobile[data-v-a752dad8] {
    border: none;
}
.list-group-item .d-flex[data-v-a752dad8] {
    margin: 3px 12px !important;
}
.temp[data-v-a752dad8] {
    margin: 1rem;
}
}
@media only screen and (max-width: 768px) {
#description[data-v-a752dad8] {
    padding: 0;
}
#description .card[data-v-a752dad8] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
.desktop-only[data-v-a752dad8] {
    display: none;
}
.mobile-only[data-v-a752dad8] {
    display: block !important;
}
.no-mobile[data-v-a752dad8] {
    border: none;
}
.temp[data-v-a752dad8] {
    margin: 1rem;
}
}
@media only screen and (max-width: 576px) {
#description[data-v-a752dad8] {
    padding: 0;
    overflow: hidden;
}
#description .card[data-v-a752dad8] {
      margin: 0 !important;
}
.card .tab-content[data-v-a752dad8] {
    margin: 1rem;
}
.no-mobile[data-v-a752dad8] {
    border: none !important;
    margin-top: 0 !important;
}
.candidate[data-v-a752dad8] {
    padding: 10px 5px;
}
.candidate figure[data-v-a752dad8] {
      width: 43px;
      height: 43px;
      position: absolute;
      top: 10px;
      right: 20px;
}
.candidate figure img[data-v-a752dad8] {
        max-width: 100% !important;
        max-height: 100% !important;
}
.desktop-only[data-v-a752dad8] {
    display: none;
}
.mobile-only[data-v-a752dad8] {
    display: block !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.table-controls[data-v-0cba23d2] {
  padding: 1rem;
}
.table-controls .form-control[data-v-0cba23d2] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 30%;
}
tr th[data-v-0cba23d2]:last-of-type {
  padding-left: 20px;
}
tr td[data-v-0cba23d2] {
  /*  a {
      color: #a7a7a7;

      i {
        font-size: 16px;
      }
    } */
}
tr td .icon-wrapper[data-v-0cba23d2] {
    float: right;
    margin-right: 18px;
}
.edit[data-v-0cba23d2] {
  fill: #a7a7a7;
}
svg[data-v-0cba23d2] {
  color: #666666;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
[data-v-1dd955cf] .vs__search {
  /* height: calc(1.5em + 0.75rem + 2px); */
  padding: 0.1rem;
}
.select-user .vs--searchable[data-v-1dd955cf],
.select-user .vs--unsearchable[data-v-1dd955cf] {
  width: 580px !important;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  /*  border: 1px solid #d7dae2; */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.logs-controls[data-v-1dd955cf] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}
.logs-controls .input-group i[data-v-1dd955cf] {
    color: #a7a7a7;
    position: absolute;
    pointer-events: none;
    top: 8px;
    right: 12px;
    font-size: 21px;
    z-index: 99;
}
.logs-controls .input-group .form-control[data-v-1dd955cf] {
    border-radius: 0.25rem !important;
}
.mobile-lists[data-v-1dd955cf] {
  display: none;
}
@media only screen and (max-width: 992px) {
.logs-controls .d-flex[data-v-1dd955cf] {
    display: block !important;
    padding: 0 7px;
}
.logs-controls .d-flex .select-user[data-v-1dd955cf],
    .logs-controls .d-flex .form-control[data-v-1dd955cf] {
      margin: 12px 0 12px 0 !important;
}
.logs-controls .d-flex .form-control[data-v-1dd955cf] {
      padding-left: 5px;
      -webkit-box-shadow: none;
              box-shadow: none;
}
#wrapper .card[data-v-1dd955cf] {
    min-height: calc(100vh - 64px) !important;
}
.mobile-lists[data-v-1dd955cf] {
    display: block;
    width: 100%;
}
.mobile-lists h6[data-v-1dd955cf] {
      background: #fff;
      margin: 20px 0 0 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
}
.mobile-lists .list-unstyled[data-v-1dd955cf] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      background: #fff;
}
.mobile-lists .list-unstyled li[data-v-1dd955cf] {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
}
.mobile-lists .list-unstyled li .user[data-v-1dd955cf] {
          display: block;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px;
          text-decoration: none;
}
.mobile-lists .list-unstyled li .company[data-v-1dd955cf] {
          color: #333;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
}
.mobile-lists .list-unstyled li .location[data-v-1dd955cf],
        .mobile-lists .list-unstyled li .job-position[data-v-1dd955cf],
        .mobile-lists .list-unstyled li .date[data-v-1dd955cf],
        .mobile-lists .list-unstyled li .rec[data-v-1dd955cf] {
          font-size: 14px;
}
.mobile-lists .list-unstyled li .location[data-v-1dd955cf] {
          color: #f05a00;
}
.mobile-lists .list-unstyled li .job-position[data-v-1dd955cf] {
          color: #666;
}
.mobile-lists .list-unstyled li .logs[data-v-1dd955cf] {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 12px;
          font-weight: 600;
          color: #666;
}
.desktop-only[data-v-1dd955cf] {
    display: none;
}
}
@media only screen and (max-width: 768px) {
#wrapper .card[data-v-1dd955cf] {
    min-height: calc(100vh - 62px) !important;
}
}
@media only screen and (max-width: 576px) {
#wrapper .card[data-v-1dd955cf] {
    min-height: calc(100vh - 65px) !important;
}
}

.edit[data-v-11d1df57] {
  fill: #666;
}

.green[data-v-743da7de] {
  padding-top: 12px;
  text-decoration: none !important;
}
.green i[data-v-743da7de] {
    background: #5bb75b;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.edit[data-v-743da7de] {
  fill: #666;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.controls[data-v-0b7028f6] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-0b7028f6] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-0b7028f6] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-0b7028f6] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-0b7028f6] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-0b7028f6] {
  padding: 6px 12px !important;
}
.modal-body .btn-outline-success[data-v-0b7028f6] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-0b7028f6] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-0b7028f6] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-0b7028f6] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-0b7028f6] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-0b7028f6] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-0b7028f6] {
    float: right;
}
.table-container[data-v-0b7028f6] {
  position: relative;
  padding: 1rem;
}
.table-container .table a[data-v-0b7028f6] {
    text-decoration: none;
}
.table-container .table thead[data-v-0b7028f6] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-0b7028f6] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-0b7028f6] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-0b7028f6] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-0b7028f6] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-0b7028f6] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-0b7028f6] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-0b7028f6] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-0b7028f6] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-0b7028f6] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-0b7028f6]:last-of-type {
      text-align: right;
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-0b7028f6] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-0b7028f6] {
          font-size: 16px;
}
.isDisabled[data-v-0b7028f6] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-0b7028f6] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.controls[data-v-37da50e1] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-37da50e1] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-37da50e1] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-37da50e1] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-37da50e1] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-37da50e1] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-37da50e1] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-37da50e1] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-37da50e1] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-37da50e1] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-37da50e1] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-37da50e1] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-37da50e1] {
    float: right;
}
.table-container[data-v-37da50e1] {
  padding: 1rem;
}
.table-container .table a[data-v-37da50e1] {
    text-decoration: none;
}
.table-container .table thead[data-v-37da50e1] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-37da50e1] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-37da50e1] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-37da50e1] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-37da50e1] {
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-37da50e1] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-37da50e1] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-37da50e1] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-37da50e1] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-37da50e1] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-37da50e1]:last-of-type {
      text-align: left;
      padding-right: 0px;
}
.table-container .table tbody tr td:last-of-type a[data-v-37da50e1] {
        color: #666;
        margin-right: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-37da50e1] {
          font-size: 16px;
}
.isDisabled[data-v-37da50e1] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-37da50e1] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}
.edit[data-v-37da50e1] {
  fill: #666;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.controls[data-v-87ada9ee] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-87ada9ee] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-87ada9ee] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-87ada9ee] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-87ada9ee] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-87ada9ee] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-87ada9ee] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-87ada9ee] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-87ada9ee] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-87ada9ee] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-87ada9ee] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-87ada9ee] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-87ada9ee] {
    float: right;
}
.table-container[data-v-87ada9ee] {
  padding: 1rem;
}
.table-container .table a[data-v-87ada9ee] {
    text-decoration: none;
}
.table-container .table thead[data-v-87ada9ee] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-87ada9ee] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-87ada9ee] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-87ada9ee] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-87ada9ee] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-87ada9ee] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-87ada9ee] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-87ada9ee] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-87ada9ee] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-87ada9ee] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-87ada9ee]:last-of-type {
      text-align: right;
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-87ada9ee] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-87ada9ee] {
          font-size: 16px;
}
.isDisabled[data-v-87ada9ee] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-87ada9ee] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.controls[data-v-61ddf4af] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-61ddf4af] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-61ddf4af] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-61ddf4af] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-61ddf4af] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-61ddf4af] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-61ddf4af] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-61ddf4af] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-61ddf4af] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-61ddf4af] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-61ddf4af] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-61ddf4af] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-61ddf4af] {
    float: right;
}
.table-container[data-v-61ddf4af] {
  padding: 1rem;
}
.table-container .table a[data-v-61ddf4af] {
    text-decoration: none;
}
.table-container .table thead[data-v-61ddf4af] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-61ddf4af] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-61ddf4af] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-61ddf4af] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-61ddf4af] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-61ddf4af] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-61ddf4af] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-61ddf4af] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-61ddf4af] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-61ddf4af] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-61ddf4af]:last-of-type {
      text-align: right;
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-61ddf4af] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-61ddf4af] {
          font-size: 16px;
}
.isDisabled[data-v-61ddf4af] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-61ddf4af] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.form-select[data-v-6f3342e2]:disabled {
  background-color: #e9ecef !important;
}
.controls[data-v-6f3342e2] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-6f3342e2] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-6f3342e2] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-6f3342e2] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-6f3342e2] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-6f3342e2] {
  padding: 6px 12px !important;
  height: 48px !important;
}
.modal-body .btn-outline-success[data-v-6f3342e2] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-6f3342e2] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-6f3342e2] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-6f3342e2] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-6f3342e2] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-6f3342e2] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-6f3342e2] {
    float: right;
}
.table-container[data-v-6f3342e2] {
  padding: 1rem;
}
.table-container .table a[data-v-6f3342e2] {
    text-decoration: none;
}
.table-container .table thead[data-v-6f3342e2] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-6f3342e2] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-6f3342e2] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-6f3342e2] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-6f3342e2] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-6f3342e2] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-6f3342e2] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-6f3342e2] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-6f3342e2] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-6f3342e2] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-6f3342e2]:last-of-type {
      text-align: right;
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-6f3342e2] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-6f3342e2] {
          font-size: 16px;
}
.isDisabled[data-v-6f3342e2] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-6f3342e2] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.controls[data-v-777a74a7] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-777a74a7] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-777a74a7] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-777a74a7] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-777a74a7] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-777a74a7] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-777a74a7] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-777a74a7] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-777a74a7] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-777a74a7] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-777a74a7] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-777a74a7] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-777a74a7] {
    float: right;
}
.table-container[data-v-777a74a7] {
  padding: 1rem;
}
.table-container .table a[data-v-777a74a7] {
    text-decoration: none;
}
.table-container .table thead[data-v-777a74a7] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-777a74a7] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-777a74a7] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-777a74a7] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-777a74a7] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-777a74a7] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-777a74a7] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-777a74a7] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-777a74a7] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-777a74a7] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-777a74a7]:last-of-type {
      text-align: right;
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-777a74a7] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-777a74a7] {
          font-size: 16px;
}
.isDisabled[data-v-777a74a7] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-777a74a7] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

.ql-container[data-v-c3b7536c] {
  height: 550px;
}
.ql-container[data-v-c3b7536c] ::-webkit-scrollbar {
    width: 5px;
}
.ql-container[data-v-c3b7536c] ::-webkit-scrollbar-track {
    background: transparent;
    margin: 0.2rem 0.2rem;
}
.ql-container[data-v-c3b7536c] ::-webkit-scrollbar-thumb {
    background: #f05a00;
    border-radius: 8px;
}
.ql-container[data-v-c3b7536c] ::-webkit-scrollbar-thumb:hover {
    background: #ca4e00;
}

.ql-container[data-v-5163705e] {
  height: 340px;
  margin-bottom: 20px;
}
.ql-container[data-v-5163705e] ::-webkit-scrollbar {
    width: 5px;
}
.ql-container[data-v-5163705e] ::-webkit-scrollbar-track {
    background: transparent;
    margin: 0.2rem 0.2rem;
}
.ql-container[data-v-5163705e] ::-webkit-scrollbar-thumb {
    background: #f05a00;
    border-radius: 8px;
}
.ql-container[data-v-5163705e] ::-webkit-scrollbar-thumb:hover {
    background: #ca4e00;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.add-title[data-v-016a5f70] {
  padding: 20px 12px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.book-date[data-v-4378e3c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.book-date .form-control[data-v-4378e3c8] {
    margin-bottom: 0 !important;
}
.icon-wrapper .send-test .svg-icon[data-v-4378e3c8] {
  margin-top: 4px;
  width: 25px;
  height: 25px;
}
.icon-wrapper .svg-icon[data-v-4378e3c8] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-4378e3c8] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-4378e3c8] {
  fill: #5bb75b;
}
.star-rating[data-v-4378e3c8] {
  position: relative;
  display: block;
  width: 100%;
}
.star-rating .reset-stars[data-v-4378e3c8] {
    position: absolute;
    font-size: 16.7px;
    cursor: pointer;
    top: 0px;
    right: -8px;
    color: #555;
    display: none;
}
.star-rating:hover .reset-stars[data-v-4378e3c8] {
    display: block;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* Stages */
#pipeline[data-v-df9e702e] {
  overflow: hidden;
}
.dropdown button[data-v-df9e702e] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat !important;
  background-position: right 3px top 50% !important;
  margin-right: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #4d4f5c;
}
.dropdown button[data-v-df9e702e]::after {
    display: none;
    /*  -webkit-appearance: none;
      -moz-appearance: none; */
}
.dropdown .dropdown-menu[data-v-df9e702e] {
  padding: 8px 12px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  width: 250px;
  margin-top: 5px;
}
.dropdown .dropdown-menu ul > li[data-v-df9e702e]:not(:last-child) {
    margin-bottom: 1rem;
}
.dropdown .dropdown-menu .custom-control[data-v-df9e702e] {
    margin-bottom: 0;
}
.dropdown button[data-v-df9e702e] {
  background-color: #fff;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  width: 250px;
  text-align: left;
}
h6[data-v-df9e702e] {
  font-size: 18px;
}
.mobile-only[data-v-df9e702e] {
  display: none !important;
}
@media only screen and (max-width: 768px) {
#stages-dropdown[data-v-df9e702e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#stages-dropdown .dropdown-toggle[data-v-df9e702e] {
      width: 100%;
}
.btn-success[data-v-df9e702e] {
    display: none !important;
}
}
@media only screen and (max-width: 576px) {
.dropdown.ml-3[data-v-df9e702e] {
    margin-left: 0 !important;
}
.dropdown.ml-3 .btn[data-v-df9e702e] {
      width: 100%;
      margin: 12px 0;
}
}

/* End Stages */
@media only screen and (max-width: 992px) {
.card[data-v-df9e702e] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-df9e702e] {
      margin: 0 12px 0px 25px;
      font-size: 18px;
}
.card .mx-2[data-v-df9e702e] {
      margin: 0 !important;
}
.card .col-md-12[data-v-df9e702e] {
      padding: 0;
}
.card .my-4[data-v-df9e702e] {
      margin: 0 !important;
}
.card .pipeline-controls[data-v-df9e702e] {
      margin: 0 !important;
      padding: 0 12px;
}
.card .pipeline-controls .no-mobile[data-v-df9e702e] {
        display: none !important;
}
.card .controls-wrap[data-v-df9e702e] {
      display: block !important;
}
.card .controls-wrap .form-control[data-v-df9e702e] {
        margin: 12px 0 !important;
}
.card .controls-wrap .select-style[data-v-df9e702e] {
        display: block;
        width: 100% !important;
}
.card .controls-wrap .btn-primary[data-v-df9e702e],
      .card .controls-wrap .btn-success[data-v-df9e702e] {
        width: 48%;
        text-align: center;
        margin-bottom: 12px;
}
.card .controls-wrap .btn-primary i[data-v-df9e702e],
        .card .controls-wrap .btn-success i[data-v-df9e702e] {
          display: none;
}
.bottom-controls[data-v-df9e702e],
  .no-mobile[data-v-df9e702e] {
    display: none !important;
}
.list-unstyled.mobile-pipeline[data-v-df9e702e] {
    margin-top: -10px;
    padding: 0 25px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-df9e702e] {
      position: relative;
      padding: 6px 20px 6px 20px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-df9e702e] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-df9e702e] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-df9e702e] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-df9e702e] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-df9e702e] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-df9e702e] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-df9e702e] {
        position: absolute;
        top: 8px;
        right: 12px;
}
.desktop-only[data-v-df9e702e] {
    display: none;
}
.mobile-only[data-v-df9e702e] {
    display: block !important;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-df9e702e] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-df9e702e] {
      margin: 0 12px 0px 25px;
      font-size: 18px;
}
.card .mx-2[data-v-df9e702e] {
      margin: 0 !important;
}
.card .col-md-12[data-v-df9e702e] {
      padding: 0;
}
.card .my-4[data-v-df9e702e] {
      margin: 0 !important;
}
.card .pipeline-controls[data-v-df9e702e] {
      margin: 0 !important;
      padding: 0 12px;
}
.card .pipeline-controls .no-mobile[data-v-df9e702e] {
        display: none !important;
}
.card .controls-wrap[data-v-df9e702e] {
      display: block !important;
}
.card .controls-wrap .form-control[data-v-df9e702e] {
        margin: 12px 0 !important;
}
.card .controls-wrap .select-style[data-v-df9e702e] {
        display: block;
        width: 100% !important;
}
.card .controls-wrap .btn-primary[data-v-df9e702e],
      .card .controls-wrap .btn-success[data-v-df9e702e] {
        width: 48%;
        text-align: center;
        margin-bottom: 12px;
}
.card .controls-wrap .btn-primary i[data-v-df9e702e],
        .card .controls-wrap .btn-success i[data-v-df9e702e] {
          display: none;
}
.bottom-controls[data-v-df9e702e],
  .no-mobile[data-v-df9e702e] {
    display: none !important;
}
.list-unstyled.mobile-pipeline[data-v-df9e702e] {
    margin-top: -10px;
    padding: 0 25px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-df9e702e] {
      position: relative;
      padding: 6px 20px 6px 20px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-df9e702e] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-df9e702e] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-df9e702e] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-df9e702e] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-df9e702e] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-df9e702e] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-df9e702e] {
        position: absolute;
        top: 8px;
        right: 12px;
}
.desktop-only[data-v-df9e702e] {
    display: none;
}
.mobile-only[data-v-df9e702e] {
    display: block !important;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-df9e702e] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-df9e702e] {
      margin: 0 12px 0px 25px;
      font-size: 18px;
}
.card .mx-2[data-v-df9e702e] {
      margin: 0 !important;
}
.card .col-md-12[data-v-df9e702e] {
      padding: 0;
}
.card .my-4[data-v-df9e702e] {
      margin: 0 !important;
}
.card .pipeline-controls[data-v-df9e702e] {
      margin: 0 !important;
      padding: 0 12px;
}
.card .pipeline-controls .no-mobile[data-v-df9e702e] {
        display: none !important;
}
.card .controls-wrap[data-v-df9e702e] {
      display: block !important;
}
.card .controls-wrap .form-control[data-v-df9e702e] {
        margin: 12px 0 !important;
}
.card .controls-wrap .select-style[data-v-df9e702e] {
        display: block;
        width: 100% !important;
}
.card .controls-wrap .btn-primary[data-v-df9e702e],
      .card .controls-wrap .btn-success[data-v-df9e702e] {
        width: 48%;
        text-align: center;
        margin-bottom: 12px;
}
.card .controls-wrap .btn-primary i[data-v-df9e702e],
        .card .controls-wrap .btn-success i[data-v-df9e702e] {
          display: none;
}
.bottom-controls[data-v-df9e702e],
  .no-mobile[data-v-df9e702e] {
    display: none !important;
}
.list-unstyled.mobile-pipeline[data-v-df9e702e] {
    position: relative;
    margin: -4px 0 0 0;
    padding: 0 25px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-df9e702e] {
      position: relative;
      padding: 6px 12px 6px 8px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-df9e702e] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-df9e702e] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-df9e702e]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-df9e702e]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-df9e702e] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-df9e702e] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-df9e702e] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-df9e702e] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-df9e702e] {
        position: absolute;
        top: 8px;
        right: 12px;
}
.desktop-only[data-v-df9e702e] {
    display: none;
}
.mobile-only[data-v-df9e702e] {
    display: block !important;
}
}

.default-avatar[data-v-caf36526] {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-caf36526] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.default-avatar .overlay[data-v-caf36526] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-caf36526] {
    opacity: 1;
}
.temporary-avatar[data-v-caf36526] {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.jobshark-header[data-v-bd2e2db2] {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 25px 0;
  padding-bottom: 12px;
}
.advertising[data-v-bd2e2db2] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 40px 20px;
}
.advertising .form-group[data-v-bd2e2db2] {
    margin-bottom: 20px;
}
.advertising .form-group label[data-v-bd2e2db2] {
      font-size: 14px;
      font-weight: 700;
}
.advertising .view-link .btn-outline[data-v-bd2e2db2] {
    color: red;
    width: 31px;
    height: 31px;
}
.advertising .view-link .btn-outline[data-v-bd2e2db2]:first-of-type {
      color: green;
}
.advertising .view-link:hover .show[data-v-bd2e2db2] {
    opacity: 1 !important;
}
.badge[data-v-bd2e2db2] {
  background: #bebebe;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  -webkit-animation: pulse-data-v-bd2e2db2 2s infinite;
          animation: pulse-data-v-bd2e2db2 2s infinite;
  animation-duration: pulse 10s;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes pulse-data-v-bd2e2db2 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes pulse-data-v-bd2e2db2 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
.ql-snow[data-v-bd2e2db2] {
  min-height: 580px;
}
.job-details .edit-fields[data-v-bd2e2db2] {
  width: 100%;
  padding-left: 15px;
}
.job-details span.edit-label[data-v-bd2e2db2] {
  font-weight: 700;
  padding-top: 10px;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.job-details span.edit-label.last[data-v-bd2e2db2] {
    width: 75px;
}
.job-details-description li span[data-v-bd2e2db2] {
  width: 170px;
}
.job-details-description li div[data-v-bd2e2db2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-details-description li .icon-container[data-v-bd2e2db2] {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 120px;
  padding: 0 20px;
}
.job-edit-icon[data-v-bd2e2db2] {
  fill: #a3a6b4;
  margin-top: -5px;
}
.job-edit-icon[data-v-bd2e2db2]:hover {
  fill: #c1c4d4;
}
.custom-card[data-v-bd2e2db2] {
  height: 895px !important;
  overflow: hidden;
}
.job-content[data-v-bd2e2db2] {
  overflow: auto;
  height: 895px !important;
}
#description[data-v-bd2e2db2] {
  padding: 0 24px;
}
.card[data-v-bd2e2db2] {
  margin: 0;
}
.job-details[data-v-bd2e2db2] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  overflow: hidden;
}
.job-details li[data-v-bd2e2db2] {
    position: relative;
}
.job-details .icon-container[data-v-bd2e2db2] {
    position: relative;
    padding-left: 20px;
}
.job-details li span[data-v-bd2e2db2] {
    display: inline-block;
    font-weight: 700;
}
.job-details li span.icon-container[data-v-bd2e2db2] {
      position: relative;
}
.job-details .empl-icon[data-v-bd2e2db2] {
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: -45px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.job-details .empl-icon img[data-v-bd2e2db2] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border: 1px solid #ddd;
      border-radius: 50%;
}
.job-details .row[data-v-bd2e2db2] {
    margin: 0;
}
.job-details li.list-group-item[data-v-bd2e2db2] {
    padding-left: 0 !important;
    border: none !important;
    padding-right: 0;
}
.job-details li.list-group-item b[data-v-bd2e2db2] {
      font-weight: 600 !important;
}
.job-details li > .d-flex[data-v-bd2e2db2] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 3px 12px;
    padding: 12px 0;
    height: 46px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.job-details li span[data-v-bd2e2db2] {
    min-width: 110px !important;
    white-space: nowrap;
}
.job-details li > span[data-v-bd2e2db2]:not(:nth-child(2n + 0)) {
    font-weight: 700;
    min-width: 19rem;
}
.job-details .popup[data-v-bd2e2db2] {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 8px 12px 6px 12px !important;
    top: 75%;
    left: -15px;
    width: 100%;
    height: auto !important;
    z-index: 9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.job-details .tech-icons[data-v-bd2e2db2] {
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.job-details .tech-icons .icon-container[data-v-bd2e2db2] {
      min-width: 100px;
      text-align: center;
      display: inline-block;
}
.job-details .tech-icons .icon-container[data-v-bd2e2db2]:first-of-type {
        pointer-events: none;
        padding-left: 0 !important;
        margin-left: -30px;
}
.job-details .tech-icons .icon-container .icon-wrapper img[data-v-bd2e2db2] {
        width: 25px;
        height: 25px;
        display: block;
        margin: 0 auto;
}
.job-details .tech-icons .btn-secondary[data-v-bd2e2db2] {
      background: none !important;
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: absolute;
      top: 13px;
      left: 0;
      width: 100%;
      height: 100%;
}
.job-details .tech-icons .dropdown-menu[data-v-bd2e2db2] {
      width: 100%;
      border-radius: 0;
}
.job-details .tech-icons .dropdown-menu .list-inline li[data-v-bd2e2db2] {
        margin: 0;
        text-align: center;
        width: 25%;
}
.job-details .tech-icons .dropdown-toggle[data-v-bd2e2db2]:after {
      display: none;
}
.job-details .edit-btn[data-v-bd2e2db2] {
    position: absolute;
    left: 0;
}
.job-details .edit-btn .edit-icon[data-v-bd2e2db2] {
      color: #666;
}
[data-v-bd2e2db2] .description-text h6 {
  font-size: 1.125rem;
  font-weight: 700;
}
[data-v-bd2e2db2] .description-text-body {
  font-size: 0.875rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Title Header */
.job-edit-icon[data-v-bd2e2db2] {
  fill: #a3a6b4;
}
.job-edit-icon[data-v-bd2e2db2]:hover {
  fill: #c1c4d4;
}
.header-title[data-v-bd2e2db2] {
  width: 100%;
  padding: 25px 0 5px 6px;
}
.header-title-name[data-v-bd2e2db2] {
    font: 21px Montserrat;
    letter-spacing: 0;
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.header-title .single-job-controls[data-v-bd2e2db2] {
    margin-left: 6px;
}
.header-title .name-edit[data-v-bd2e2db2] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.list-group-item[data-v-bd2e2db2] {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.list-group-item .btn[data-v-bd2e2db2] {
    background-color: #fff;
    border: 1px solid rgba(60, 60, 60, 0.26) !important;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.list-group-item .btn .fa-check[data-v-bd2e2db2] {
      color: green;
}
.list-group-item .btn .fa-times[data-v-bd2e2db2] {
      color: Red;
}
.mobile-only[data-v-bd2e2db2] {
  display: none !important;
}
.desktop-only[data-v-bd2e2db2] {
  display: block;
}
@media only screen and (max-width: 1251px) {
.card[data-v-bd2e2db2] {
    margin-top: 26px !important;
}
.job-aside-activity[data-v-bd2e2db2] {
    display: none !important;
}
.desktop-pipelines[data-v-bd2e2db2] {
    padding: 0 23px;
}
}
@media only screen and (max-width: 992px) {
.mobile-clear[data-v-bd2e2db2] {
    padding: 0 17px;
}
#description[data-v-bd2e2db2] {
    padding: 0;
}
#description .container[data-v-bd2e2db2] {
      max-width: 100%;
}
#description .col-md-8[data-v-bd2e2db2] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
#description .card[data-v-bd2e2db2] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
#description .card .tab-content[data-v-bd2e2db2] {
        margin: 0 !important;
}
#description .description-scroll[data-v-bd2e2db2] {
      max-height: 100%;
}
.desktop-only[data-v-bd2e2db2] {
    display: none;
}
.mobile-only[data-v-bd2e2db2] {
    display: block !important;
}
}
@media only screen and (max-width: 768px) {
#description[data-v-bd2e2db2] {
    padding: 0;
}
#description .job-details .list-group-item[data-v-bd2e2db2] {
      padding-left: 0 !important;
}
#description .card[data-v-bd2e2db2] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
      padding-bottom: 12px;
}
#description .card .container[data-v-bd2e2db2] {
        max-width: 100%;
}
#description .card .tab-content[data-v-bd2e2db2] {
        margin: 0 !important;
}
#description .description-scroll[data-v-bd2e2db2] {
      max-height: 100%;
}
.desktop-only[data-v-bd2e2db2] {
    display: none;
}
.mobile-only[data-v-bd2e2db2] {
    display: block !important;
}
}
@media only screen and (max-width: 576px) {
.header-title[data-v-bd2e2db2] {
    width: 100%;
    padding: 25px 0 5px 6px;
}
.header-title-name[data-v-bd2e2db2] {
      font: 18px Montserrat;
      letter-spacing: 0;
      color: #000;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.header-title .single-job-controls[data-v-bd2e2db2] {
      margin-left: 6px;
}
.header-title .name-edit[data-v-bd2e2db2] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#description[data-v-bd2e2db2] {
    padding: 0;
    overflow: hidden;
}
#description .card[data-v-bd2e2db2] {
      margin: 0 !important;
      min-height: auto;
      height: auto !important;
      padding-bottom: 70px;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
#description .card .req[data-v-bd2e2db2] {
        min-height: 100vh;
}
#description .tab-content[data-v-bd2e2db2] {
      margin: 0;
}
#description .description-scroll[data-v-bd2e2db2] {
      max-height: none;
}
#description .single-job-controls[data-v-bd2e2db2] {
      margin-top: 20px;
}
#description .single-job-controls .select-style[data-v-bd2e2db2] {
        position: relative;
        left: 0;
        max-width: 75%;
}
#description .single-job-controls button[data-v-bd2e2db2] {
        margin-left: auto !important;
}
#description .mobile-only[data-v-bd2e2db2] {
      display: block !important;
}
.desktop-only[data-v-bd2e2db2] {
    display: none;
}
.comments[data-v-bd2e2db2] {
    padding: 8px;
}
.req-mobile[data-v-bd2e2db2] {
    margin-top: 31px !important;
}
}
.tech-icons[data-v-bd2e2db2] {
  margin-top: -30px;
}
.tech-icons img[data-v-bd2e2db2] {
    width: 30px;
    height: auto;
}
.job-details[data-v-bd2e2db2] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  margin-top: 15px;
  /* Resetting utility class */
}
.job-details li[data-v-bd2e2db2] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.job-details li .item-title[data-v-bd2e2db2] {
      white-space: nowrap;
      font-weight: 700;
      margin-right: 20px;
}
.job-details li:nth-of-type(4) .item-body .tech-icons[data-v-bd2e2db2] {
      margin-top: 0;
}
.job-details .candidate-tag[data-v-bd2e2db2] {
    border: 1px solid #a3a6b4;
    border-radius: 20px;
    color: #a3a6b4;
    padding: 6px 10px;
}
.job-details .candidate-tag-selected[data-v-bd2e2db2] {
    color: #f05a00;
    border: 1px solid #f05a00;
}
.job-details .list-group[data-v-bd2e2db2] {
    padding-left: 5px;
}
.job-details .tech-icons[data-v-bd2e2db2] {
    position: relative;
}
.job-details .tech-icons .show-more-icons[data-v-bd2e2db2] {
      position: absolute;
      top: 123%;
      left: -5px;
      width: auto;
      max-width: 100%;
      background: #fff;
      border: 1px solid #ddd;
      z-index: 9;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.job-details .tech-icons .show-more-icons .d-flex[data-v-bd2e2db2] {
        padding: 12px 6px 6px 10px;
}
.job-details .tech-icons .show-more-icons .icon-container[data-v-bd2e2db2] {
        margin-right: 23px;
}
.job-details .tech-icons .show-more-icons.second[data-v-bd2e2db2] {
      left: -14px;
}
.job-details .tech-icons .collapsing[data-v-bd2e2db2] {
      -webkit-transition: unset !important;
      transition: unset !important;
}
.job-details .job-details li[data-v-bd2e2db2] {
    padding-left: 12px;
}
.job-details .description-text[data-v-bd2e2db2] {
    padding: 0 !important;
}

.guide-box[data-v-70003a4d] {
  background-color: #eeeded;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  width: 320px;
  z-index: 9999;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.guide-box span[data-v-70003a4d] {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}
.guide-box img[data-v-70003a4d] {
    max-width: 100%;
    height: auto;
}
.guide-box p[data-v-70003a4d] {
    font-size: 14px;
}
.guide-box .buttons[data-v-70003a4d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.guide-box .buttons .btn[data-v-70003a4d] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 13px;
}
.guide-box.profile[data-v-70003a4d] {
    left: 112%;
    top: -85px;
}
.guide-box.profile[data-v-70003a4d]:before {
      content: '';
      position: absolute;
      top: 50%;
      /* center vertically */
      left: -18px;
      /* place to the left of the element */
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 17px solid #eeeded;
      /* same as .linked background color */
}
.guide-box.freelance[data-v-70003a4d] {
    left: 112%;
    top: -70px;
}
.guide-box.freelance[data-v-70003a4d]:before {
      content: '';
      position: absolute;
      top: 50%;
      /* center vertically */
      left: -18px;
      /* place to the left of the element */
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 17px solid #eeeded;
      /* same as .linked background color */
}
.guide-box.jobtab[data-v-70003a4d] {
    left: 112%;
    top: -85px;
}
.guide-box.jobtab[data-v-70003a4d]:before {
      content: '';
      position: absolute;
      top: 50%;
      /* center vertically */
      left: -18px;
      /* place to the left of the element */
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 17px solid #eeeded;
      /* same as .linked background color */
}
.sidebar-logo[data-v-70003a4d] {
  text-align: center;
  padding: 2rem;
}
.sidebar-logo .svg-icon[data-v-70003a4d] {
    width: 80px;
    height: 75px;
    margin-left: 10px;
}
.list-group li[data-v-70003a4d]:nth-last-of-type(-n + 2) {
  display: none;
}
.list-group .separator[data-v-70003a4d] {
  margin: 15px 0;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  opacity: 0.2;
  display: none;
}
@media only screen and (max-width: 1251px) {
.guide-box[data-v-70003a4d] {
    display: none !important;
}
}
@media only screen and (max-width: 576px) {
.list-group li[data-v-70003a4d]:nth-last-of-type(-n + 2) {
    display: block;
}
.list-group .separator[data-v-70003a4d] {
    display: block;
}
}

.default-avatar[data-v-d3579be2] {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-d3579be2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.default-avatar .overlay[data-v-d3579be2] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-d3579be2] {
    opacity: 1;
}
.temporary-avatar[data-v-d3579be2] {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.col-sm-8[data-v-00041f96] {
  position: relative;
}
.col-sm-8 .fa-plug[data-v-00041f96] {
    position: absolute;
    font-size: 1rem;
    top: 10px;
    right: 22px;
}
.connected[data-v-00041f96] {
  color: #5bb75b;
}
.disconnected[data-v-00041f96] {
  color: #f02800;
}
.disconnected[data-v-00041f96] {
  color: #f02800;
}
.settings[data-v-00041f96] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  /* .d-flex {
    .btn:first-of-type {
      background: $color-base-blue;
      border: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .btn:nth-of-type(2) {
      background: $color-orange;
      border: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  } */
  /*  .btn-success {
    background: $color-base-blue;
    border-color: $color-base-blue;
  } */
}
.settings h3[data-v-00041f96] {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 12px 0;
    padding-bottom: 12px;
}
.settings h5[data-v-00041f96] {
    font-size: 2rem;
    font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 22px;
}
.settings .form-group[data-v-00041f96] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.settings .form-group .col-form-label[data-v-00041f96] {
      font-size: 14px;
      font-weight: 700;
}
.modal-body[data-v-00041f96] {
  font-size: 14px;
  padding: 20px 12px;
}
.candidate-picture[data-v-00041f96] {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 12px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.candidate-picture .btn-success[data-v-00041f96] {
    margin-right: 10px;
}
.candidate-picture .overlay[data-v-00041f96] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.candidate-picture:hover .overlay[data-v-00041f96] {
    opacity: 1;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.col-sm-8[data-v-848e79ec] {
  position: relative;
}
.col-sm-8 .fa-plug[data-v-848e79ec] {
    position: absolute;
    font-size: 1rem;
    top: 10px;
    right: 22px;
}
.connected[data-v-848e79ec] {
  color: #5bb75b;
}
.disconnected[data-v-848e79ec] {
  color: #f02800;
}
.disconnected[data-v-848e79ec] {
  color: #f02800;
}
.settings[data-v-848e79ec] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  /* .d-flex {
    .btn:first-of-type {
      background: $color-base-blue;
      border: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .btn:nth-of-type(2) {
      background: $color-orange;
      border: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  } */
  /*  .btn-success {
    background: $color-base-blue;
    border-color: $color-base-blue;
  } */
}
.settings h3[data-v-848e79ec] {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 12px 0;
    padding-bottom: 12px;
}
.settings h5[data-v-848e79ec] {
    font-size: 2rem;
    font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 22px;
}
.settings .form-group[data-v-848e79ec] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.settings .form-group .col-form-label[data-v-848e79ec] {
      font-size: 14px;
      font-weight: 700;
}
.modal-body[data-v-848e79ec] {
  font-size: 14px;
  padding: 20px 12px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-bc8b0032] {
  min-height: 860px;
  padding-top: 8px;
}
.card h1[data-v-bc8b0032] {
    font-size: 21px;
    margin: 20px 0 12px 0;
}
.search-results[data-v-bc8b0032] {
  padding: 12px 20px;
}
.search-results .form-group[data-v-bc8b0032] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    width: 75%;
}
.search-results .form-group .form-control[data-v-bc8b0032] {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
}
.search-results .form-group .custom-select[data-v-bc8b0032] {
      position: absolute;
      top: 0px;
      left: -4px;
      width: 18%;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border: none !important;
      border-right: 1px solid #ddd !important;
}
.search-results .list-unstyled.results li[data-v-bc8b0032] {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
.search-results .list-unstyled.results li .type[data-v-bc8b0032] {
      width: 42px;
      height: 42px;
      background: #ccc;
      border-radius: 50%;
      margin-right: 12px;
      text-align: center;
      font-size: 21px;
      line-height: 42px;
      color: #fff;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.search-results .list-unstyled.results li .search-result-text[data-v-bc8b0032] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.search-results .list-unstyled.results li .search-result-text .search-title[data-v-bc8b0032] {
        font-weight: 700;
        display: block;
        margin-bottom: 6px;
}
.search-results .list-unstyled.results li .search-result-text .search-title a[data-v-bc8b0032] {
          text-decoration: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info[data-v-bc8b0032] {
        font-size: 14px;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline[data-v-bc8b0032] {
          margin-bottom: 0;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li[data-v-bc8b0032] {
            margin-right: 15px;
            padding: 0;
            border: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li .label[data-v-bc8b0032] {
              font-weight: 600;
}
.search-results .col-md-3 .title[data-v-bc8b0032] {
    font-size: 21px;
    margin: 16px 0 12px 0;
    display: block;
}
.search-results .list-unstyled.filters[data-v-bc8b0032] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 20px;
}
.search-results .list-unstyled.filters li[data-v-bc8b0032] {
      margin-bottom: 8px;
}
.mobile-only[data-v-bc8b0032] {
  display: none;
}
@media only screen and (max-width: 1251px) {
.card[data-v-bc8b0032] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-bc8b0032] {
    margin: 24px 0px 0 0px !important;
}
.search-results[data-v-bc8b0032] {
    padding: 12px 20px;
}
.search-results .form-group[data-v-bc8b0032] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      position: relative;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
}
.search-results .form-group .form-control[data-v-bc8b0032] {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        padding-left: 15px;
        margin-bottom: 12px;
}
.search-results .form-group .custom-select[data-v-bc8b0032] {
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        border: 1px solid #ddd !important;
}
.search-results .form-group .btn-success[data-v-bc8b0032] {
        margin: 0 0 0 12px;
}
.search-results .list-unstyled.results li[data-v-bc8b0032] {
      padding: 12px 0;
      border-bottom: 1px solid #ddd;
}
.search-results .list-unstyled.results li .type[data-v-bc8b0032] {
        width: 42px;
        height: 42px;
        background: #ccc;
        border-radius: 50%;
        margin-right: 12px;
        text-align: center;
        font-size: 21px;
        line-height: 42px;
        color: #fff;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.search-results .list-unstyled.results li .search-result-text[data-v-bc8b0032] {
        font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.search-results .list-unstyled.results li .search-result-text .search-title[data-v-bc8b0032] {
          font-weight: 700;
          display: block;
          margin-bottom: 6px;
}
.search-results .list-unstyled.results li .search-result-text .search-title a[data-v-bc8b0032] {
            text-decoration: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info[data-v-bc8b0032] {
          font-size: 14px;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline[data-v-bc8b0032] {
            margin-bottom: 0;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li[data-v-bc8b0032] {
              margin-right: 15px;
              padding: 0;
              border: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li .label[data-v-bc8b0032] {
                font-weight: 600;
}
.search-results .col-md-3 .title[data-v-bc8b0032] {
      font-size: 21px;
      margin: 16px 0 12px 0;
      display: block;
}
.search-results .list-unstyled.filters[data-v-bc8b0032] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      margin-bottom: 20px;
}
.search-results .list-unstyled.filters li[data-v-bc8b0032] {
        margin-bottom: 8px;
}
.desktop-only[data-v-bc8b0032] {
    display: none;
}
.mobile-only[data-v-bc8b0032] {
    display: inline-block;
}
}
@media only screen and (max-width: 768px) {
.search-results[data-v-bc8b0032] {
    padding: 12px 20px;
}
.search-results .form-group[data-v-bc8b0032] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      position: relative;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search-results .form-group .form-control[data-v-bc8b0032] {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        padding-left: 15px;
        margin-bottom: 0px;
}
.search-results .form-group .custom-select[data-v-bc8b0032] {
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        border: 1px solid #ddd !important;
        margin-top: 12px;
}
.search-results .form-group .btn-success[data-v-bc8b0032] {
        margin: 12px 0 0 12px;
}
.search-results .list-unstyled.results li[data-v-bc8b0032] {
      padding: 12px 0;
      border-bottom: 1px solid #ddd;
}
.search-results .list-unstyled.results li .type[data-v-bc8b0032] {
        width: 42px;
        height: 42px;
        background: #ccc;
        border-radius: 50%;
        margin-right: 12px;
        text-align: center;
        font-size: 21px;
        line-height: 42px;
        color: #fff;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.search-results .list-unstyled.results li .search-result-text[data-v-bc8b0032] {
        font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.search-results .list-unstyled.results li .search-result-text .search-title[data-v-bc8b0032] {
          font-weight: 700;
          display: block;
          margin-bottom: 6px;
}
.search-results .list-unstyled.results li .search-result-text .search-title a[data-v-bc8b0032] {
            text-decoration: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info[data-v-bc8b0032] {
          font-size: 14px;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline[data-v-bc8b0032] {
            margin-bottom: 0;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li[data-v-bc8b0032] {
              margin-right: 15px;
              padding: 0;
              border: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li .label[data-v-bc8b0032] {
                font-weight: 600;
}
.search-results .col-md-3 .title[data-v-bc8b0032] {
      font-size: 21px;
      margin: 16px 0 12px 0;
      display: block;
}
.search-results .list-unstyled.filters[data-v-bc8b0032] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      margin-bottom: 20px;
}
.search-results .list-unstyled.filters li[data-v-bc8b0032] {
        margin-bottom: 8px;
}
.desktop-only[data-v-bc8b0032] {
    display: none;
}
.mobile-only[data-v-bc8b0032] {
    display: inline-block;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-bc8b0032] {
    margin-top: 0 !important;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}
.search-results[data-v-bc8b0032] {
    padding: 12px 20px;
}
.search-results .form-group.d-flex[data-v-bc8b0032] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      position: relative;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.search-results .form-group.d-flex .form-control[data-v-bc8b0032] {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        padding-left: 15px;
        margin-bottom: 0px;
        width: 100%;
}
.search-results .form-group.d-flex .custom-select[data-v-bc8b0032] {
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        border: 1px solid #ddd !important;
        margin-top: 12px;
}
.search-results .form-group.d-flex .btn-success[data-v-bc8b0032] {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 0px 0 0 12px !important;
}
.search-results .list-unstyled.results li[data-v-bc8b0032] {
      padding: 12px 0;
      border-bottom: 1px solid #ddd;
}
.search-results .list-unstyled.results li .type[data-v-bc8b0032] {
        width: 42px;
        height: 42px;
        background: #ccc;
        border-radius: 50%;
        margin-right: 12px;
        text-align: center;
        font-size: 21px;
        line-height: 42px;
        color: #fff;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.search-results .list-unstyled.results li .search-result-text[data-v-bc8b0032] {
        font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.search-results .list-unstyled.results li .search-result-text .search-title[data-v-bc8b0032] {
          font-weight: 700;
          display: block;
          margin-bottom: 6px;
}
.search-results .list-unstyled.results li .search-result-text .search-title a[data-v-bc8b0032] {
            text-decoration: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info[data-v-bc8b0032] {
          font-size: 14px;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline[data-v-bc8b0032] {
            margin-bottom: 0;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li[data-v-bc8b0032] {
              margin-right: 15px;
              padding: 0;
              border: none;
}
.search-results .list-unstyled.results li .search-result-text .search-info .list-inline li .label[data-v-bc8b0032] {
                font-weight: 600;
}
.search-results .col-md-3 .title[data-v-bc8b0032] {
      font-size: 21px;
      margin: 16px 0 12px 0;
      display: block;
}
.search-results .list-unstyled.filters[data-v-bc8b0032] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      margin-bottom: 20px;
}
.search-results .list-unstyled.filters li[data-v-bc8b0032] {
        margin-bottom: 8px;
}
.desktop-only[data-v-bc8b0032] {
    display: none;
}
.mobile-only[data-v-bc8b0032] {
    display: inline-block;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.controls[data-v-9ad99fb2] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-9ad99fb2] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-9ad99fb2] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-9ad99fb2] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-9ad99fb2] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-9ad99fb2] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-9ad99fb2] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-9ad99fb2] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-9ad99fb2] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-9ad99fb2] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-9ad99fb2] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-9ad99fb2] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-9ad99fb2] {
    float: right;
}
.table-container[data-v-9ad99fb2] {
  padding: 1rem;
}
.table-container .table a[data-v-9ad99fb2] {
    text-decoration: none;
}
.table-container .table thead[data-v-9ad99fb2] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-9ad99fb2] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-9ad99fb2] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-9ad99fb2] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-9ad99fb2] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-9ad99fb2] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-9ad99fb2] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-9ad99fb2] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-9ad99fb2] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-9ad99fb2] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-9ad99fb2]:last-of-type {
      text-align: right;
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-9ad99fb2] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-9ad99fb2] {
          font-size: 16px;
}
.isDisabled[data-v-9ad99fb2] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-9ad99fb2] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.col-md-7[data-v-0b867ac0] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.controls[data-v-0b867ac0] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-0b867ac0] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-0b867ac0] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-0b867ac0] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-0b867ac0] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-0b867ac0] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-0b867ac0] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-0b867ac0] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-0b867ac0] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-0b867ac0] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-0b867ac0] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-0b867ac0] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-0b867ac0] {
    float: right;
}
.table-container[data-v-0b867ac0] {
  padding: 1rem;
}
.table-container .table a[data-v-0b867ac0] {
    text-decoration: none;
}
.table-container .table thead[data-v-0b867ac0] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-0b867ac0] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-0b867ac0] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-0b867ac0] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-0b867ac0] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-0b867ac0] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-0b867ac0] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-0b867ac0] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-0b867ac0] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-0b867ac0] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-0b867ac0]:last-of-type {
      text-align: right;
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-0b867ac0] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-0b867ac0] {
          font-size: 16px;
}
.isDisabled[data-v-0b867ac0] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-0b867ac0] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icons[data-v-ccae2c22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons .svg-icon[data-v-ccae2c22]:last-child {
    width: 30px;
    margin-left: 30px;
}
.modal-body p[data-v-ccae2c22] {
  margin-bottom: 0;
}
.fa-briefcase[data-v-ccae2c22] {
  font-size: 18px;
}
.icon-wrapper[data-v-ccae2c22] {
  /*  a {
    fill: #28a745;

    &:hover {
      fill: #1e8035;
    }
  } */
  /* a:not(:first-child) {
    fill: #f02800;

    &:hover {
      fill: #b61e00;
    }
  } */
}
.icon-wrapper .svg-icon[data-v-ccae2c22] {
    width: 18px;
    height: 18px;
}
.mobile-only[data-v-ccae2c22] {
  display: none;
}
.desktop-only[data-v-ccae2c22] {
  display: block;
}
.desktop-only-table[data-v-ccae2c22] {
  display: table;
  table-layout: auto;
}
.controls-wrap[data-v-ccae2c22] {
  width: 100%;
}
.controls-wrap .integration-group[data-v-ccae2c22] {
    width: 39.3%;
}
.card[data-v-ccae2c22] {
  height: 81.7vh;
}
@media only screen and (max-width: 1251px) {
.card[data-v-ccae2c22] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-ccae2c22] {
    min-height: 100vh;
    margin: 24px 0px 0 0px !important;
}
.mobile-qualification[data-v-ccae2c22] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-ccae2c22] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-ccae2c22] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-ccae2c22] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-ccae2c22] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-ccae2c22] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-ccae2c22] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-ccae2c22] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-ccae2c22] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-ccae2c22] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-ccae2c22] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-ccae2c22] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-ccae2c22] {
      width: 100%;
}
.mobile-only[data-v-ccae2c22] {
    display: block;
}
.desktop-only[data-v-ccae2c22] {
    display: none;
}
.desktop-only-table[data-v-ccae2c22] {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-ccae2c22] {
    min-height: 100vh;
}
.mobile-qualification[data-v-ccae2c22] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-ccae2c22] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-ccae2c22] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-ccae2c22] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-ccae2c22] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-ccae2c22] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-ccae2c22] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-ccae2c22] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-ccae2c22] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-ccae2c22] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-ccae2c22] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-ccae2c22] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-ccae2c22] {
      width: 100%;
}
.mobile-only[data-v-ccae2c22] {
    display: block;
}
.desktop-only[data-v-ccae2c22] {
    display: none;
}
.desktop-only-table[data-v-ccae2c22] {
    display: none;
}
}
@media only screen and (max-width: 576px) {
#wrapper .card[data-v-ccae2c22] {
    min-height: 100vh !important;
    margin-top: 0 !important;
}
.mobile-qualification[data-v-ccae2c22] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-ccae2c22] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-ccae2c22] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-ccae2c22] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-ccae2c22] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-ccae2c22] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-ccae2c22] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-ccae2c22] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-ccae2c22] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-ccae2c22] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-ccae2c22] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-ccae2c22] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-ccae2c22] {
      width: 100%;
}
.mobile-only[data-v-ccae2c22] {
    display: block;
}
.desktop-only[data-v-ccae2c22] {
    display: none;
}
.desktop-only-table[data-v-ccae2c22] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.svg-icon[data-v-23ff364f] {
  cursor: pointer;
  width: 25px !important;
  height: 25px !important;
}
.checked[data-v-23ff364f] {
  color: #ff741e !important;
}
.icons[data-v-23ff364f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.modal-body p[data-v-23ff364f] {
  margin-bottom: 0;
}
.fa-briefcase[data-v-23ff364f] {
  font-size: 18px;
}
.icon-wrapper[data-v-23ff364f] {
  /*  a {
    fill: #28a745;

    &:hover {
      fill: #1e8035;
    }
  } */
  /* a:not(:first-child) {
    fill: #f02800;

    &:hover {
      fill: #b61e00;
    }
  } */
}
.icon-wrapper .svg-icon[data-v-23ff364f] {
    width: 18px;
    height: 18px;
}
.mobile-only[data-v-23ff364f] {
  display: none;
}
.desktop-only[data-v-23ff364f] {
  display: block;
}
.desktop-only-table[data-v-23ff364f] {
  display: table;
  table-layout: auto;
}
.controls-wrap[data-v-23ff364f] {
  width: 100%;
}
.controls-wrap .integration-group[data-v-23ff364f] {
    width: 39.3%;
}
.card[data-v-23ff364f] {
  height: 81.7vh;
}
@media only screen and (max-width: 1251px) {
.card[data-v-23ff364f] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-23ff364f] {
    min-height: 100vh;
    margin: 24px 0px 0 0px !important;
}
.mobile-qualification[data-v-23ff364f] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-23ff364f] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-23ff364f] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-23ff364f] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-23ff364f] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-23ff364f] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-23ff364f] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-23ff364f] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-23ff364f] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-23ff364f] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-23ff364f] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-23ff364f] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-23ff364f] {
      width: 100%;
}
.mobile-only[data-v-23ff364f] {
    display: block;
}
.desktop-only[data-v-23ff364f] {
    display: none;
}
.desktop-only-table[data-v-23ff364f] {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-23ff364f] {
    min-height: 100vh;
}
.mobile-qualification[data-v-23ff364f] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-23ff364f] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-23ff364f] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-23ff364f] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-23ff364f] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-23ff364f] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-23ff364f] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-23ff364f] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-23ff364f] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-23ff364f] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-23ff364f] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-23ff364f] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-23ff364f] {
      width: 100%;
}
.mobile-only[data-v-23ff364f] {
    display: block;
}
.desktop-only[data-v-23ff364f] {
    display: none;
}
.desktop-only-table[data-v-23ff364f] {
    display: none;
}
}
@media only screen and (max-width: 576px) {
#wrapper .card[data-v-23ff364f] {
    min-height: 100vh !important;
    margin-top: 0 !important;
}
.mobile-qualification[data-v-23ff364f] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-23ff364f] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-23ff364f] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-23ff364f] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-23ff364f] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-23ff364f] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-23ff364f] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-23ff364f] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-23ff364f] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-23ff364f] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-23ff364f] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-23ff364f] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-23ff364f] {
      width: 100%;
}
.mobile-only[data-v-23ff364f] {
    display: block;
}
.desktop-only[data-v-23ff364f] {
    display: none;
}
.desktop-only-table[data-v-23ff364f] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-7f0386b5] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-7f0386b5] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-7f0386b5] {
  fill: #5bb75b;
}
.desktop-only-table[data-v-7f0386b5] {
  display: table;
  table-layout: auto;
}
.addjb[data-v-7f0386b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.addjb .btn[data-v-7f0386b5] {
    width: 30%;
}
.icons[data-v-7f0386b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
b[data-v-7f0386b5] {
  font-weight: 700 !important;
}
.header-contacts[data-v-7f0386b5] {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contacts h6[data-v-7f0386b5] {
    font-size: 18px;
    margin-bottom: 6px;
}
.custom-header-employer[data-v-7f0386b5] {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin: 25px 0 12px 0;
  padding-bottom: 12px;
}
.advertising[data-v-7f0386b5] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 20px 0 0 0;
  margin-left: 12px;
}
.advertising .form-group[data-v-7f0386b5] {
    margin-bottom: 20px;
}
.advertising .form-group label[data-v-7f0386b5] {
      font-size: 14px;
      font-weight: 700;
}
.test[data-v-7f0386b5] {
  position: absolute;
  padding: 2px 8px;
  top: 28px;
  right: 5px;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}
.badge[data-v-7f0386b5] {
  background: #bebebe;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  -webkit-animation: pulse-data-v-7f0386b5 2s infinite;
          animation: pulse-data-v-7f0386b5 2s infinite;
  animation-duration: pulse 10s;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes pulse-data-v-7f0386b5 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes pulse-data-v-7f0386b5 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
.label[data-v-7f0386b5] {
  font-weight: 700;
}
.text-editor[data-v-7f0386b5] {
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 12px;
  margin: 6px 0;
}
#description[data-v-7f0386b5] {
  padding: 0 24px;
}
.card[data-v-7f0386b5] {
  margin: 0 0 24px 0;
  padding-bottom: 30px;
  min-height: 420px;
}
.card .tab-content[data-v-7f0386b5] {
    margin: 1rem;
}
.tech-icons img[data-v-7f0386b5] {
  width: 30px;
  height: auto;
}
.tech-icons .icon-container[data-v-7f0386b5]:not(:last-child) {
  margin-right: 20px;
}
.opted-checkbox[data-v-7f0386b5] {
  margin-right: 1rem;
}
.list-group .list-group-item[data-v-7f0386b5] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-color: transparent;
  padding-right: 4px !important;
}
.list-group .list-group-item .btn[data-v-7f0386b5] {
    background-color: #fff;
    border: 1px solid rgba(60, 60, 60, 0.26) !important;
    width: 24px;
    height: 24px;
    margin-left: 2px;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 2.4px;
}
.list-group .list-group-item .btn .fa-check[data-v-7f0386b5] {
      color: green;
}
.list-group .list-group-item .btn .fa-times[data-v-7f0386b5] {
      color: Red;
}
.employer-picture[data-v-7f0386b5] {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 12px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.employer-picture .btn-success[data-v-7f0386b5] {
    margin-right: 10px;
}
.employer-picture .overlay[data-v-7f0386b5] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.employer-picture:hover .overlay[data-v-7f0386b5] {
    opacity: 1;
}
.candidate-edit[data-v-7f0386b5] {
  float: right;
  margin-top: 10px;
}
.candidate-edit-icon[data-v-7f0386b5] {
    fill: #a3a6b4;
}
.candidate-edit-icon[data-v-7f0386b5]:hover {
    fill: #c1c4d4;
}
.candidate-info-form[data-v-7f0386b5] {
  /* margin-left: -2rem; */
}
.candidate-info-form button[data-v-7f0386b5] {
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 1px;
}
.candidate-info-form button i[data-v-7f0386b5] {
      font-size: 8px;
}
.edit-icon[data-v-7f0386b5] {
  font-size: 1.1rem !important;
}
form input[data-v-7f0386b5] {
  height: 30px;
}
.employer-details[data-v-7f0386b5] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  margin: 0 7px 0 7px;
  overflow: hidden;
}
.employer-details .list-group-item[data-v-7f0386b5] {
    border: none !important;
}
.employer-details .list-group-item .d-flex[data-v-7f0386b5] {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
      margin: 3px 0px;
      padding: 12px 0;
      height: 46px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.employer-details li span[data-v-7f0386b5] {
    min-width: 140px !important;
    display: inline-block;
    white-space: nowrap;
    text-align: justify;
    margin-right: 1rem;
}
.employer-details li span[data-v-7f0386b5]:first-child {
    font-weight: 700;
}
.employer-details .edit-btn[data-v-7f0386b5] {
    position: absolute;
    top: 0;
    left: -25px;
}
.employer-details .edit-btn .edit-icon[data-v-7f0386b5] {
      color: #666;
}
.mobile-only[data-v-7f0386b5] {
  display: none !important;
}
.desktop-only[data-v-7f0386b5] {
  display: block;
}
.form-buttons[data-v-7f0386b5] {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 38px;
}
.form-buttons i[data-v-7f0386b5] {
    margin-left: auto;
}
@media only screen and (max-width: 1251px) {
#description[data-v-7f0386b5] {
    padding: 0;
}
.card[data-v-7f0386b5] {
    margin-top: 24px !important;
}
.employer-aside[data-v-7f0386b5] {
    display: none !important;
}
}
@media only screen and (max-width: 992px) {
#description[data-v-7f0386b5] {
    padding: 0;
}
#description .card[data-v-7f0386b5] {
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      margin: 24px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
#description .card .tab-content[data-v-7f0386b5] {
        margin: 0;
}
#description .container[data-v-7f0386b5] {
      max-width: 100%;
}
#description .col-md-8[data-v-7f0386b5] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
.desktop-only[data-v-7f0386b5] {
    display: none;
}
.mobile-only[data-v-7f0386b5] {
    display: block !important;
}
.no-mobile[data-v-7f0386b5] {
    border: none;
}
.list-group-item .d-flex[data-v-7f0386b5] {
    margin: 3px 12px !important;
}
.temp[data-v-7f0386b5] {
    margin: 1rem;
}
}
@media only screen and (max-width: 768px) {
#description[data-v-7f0386b5] {
    padding: 0;
}
#description .card[data-v-7f0386b5] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
.desktop-only[data-v-7f0386b5] {
    display: none;
}
.mobile-only[data-v-7f0386b5] {
    display: block !important;
}
.no-mobile[data-v-7f0386b5] {
    border: none;
}
.temp[data-v-7f0386b5] {
    margin: 1rem;
}
}
@media only screen and (max-width: 576px) {
#description[data-v-7f0386b5] {
    padding: 0;
    overflow: hidden;
}
#description .card[data-v-7f0386b5] {
      margin: 0 !important;
}
.card .tab-content[data-v-7f0386b5] {
    margin: 1rem;
}
.no-mobile[data-v-7f0386b5] {
    border: none !important;
    margin-top: 0 !important;
}
.candidate[data-v-7f0386b5] {
    padding: 10px 5px;
}
.candidate figure[data-v-7f0386b5] {
      width: 43px;
      height: 43px;
      position: absolute;
      top: 10px;
      right: 20px;
}
.candidate figure img[data-v-7f0386b5] {
        max-width: 100% !important;
        max-height: 100% !important;
}
.desktop-only[data-v-7f0386b5] {
    display: none;
}
.mobile-only[data-v-7f0386b5] {
    display: block !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.jobshark-header[data-v-4ec97507] {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 25px 0;
  padding-bottom: 12px;
}
.advertising[data-v-4ec97507] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 40px 20px;
}
.advertising .form-group[data-v-4ec97507] {
    margin-bottom: 20px;
}
.advertising .form-group label[data-v-4ec97507] {
      font-size: 14px;
      font-weight: 700;
}
.advertising .view-link .btn-outline[data-v-4ec97507] {
    color: red;
    width: 31px;
    height: 31px;
}
.advertising .view-link .btn-outline[data-v-4ec97507]:first-of-type {
      color: green;
}
.advertising .view-link:hover .show[data-v-4ec97507] {
    opacity: 1 !important;
}
.header-contacts[data-v-4ec97507] {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contacts h6[data-v-4ec97507] {
    font-size: 18px;
    margin-bottom: 6px;
}
.badge[data-v-4ec97507] {
  background: #bebebe;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  -webkit-animation: pulse-data-v-4ec97507 2s infinite;
          animation: pulse-data-v-4ec97507 2s infinite;
  animation-duration: pulse 10s;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes pulse-data-v-4ec97507 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes pulse-data-v-4ec97507 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
.ql-snow[data-v-4ec97507] {
  min-height: 580px;
}
.job-details .edit-fields[data-v-4ec97507] {
  width: 100%;
  padding-left: 15px;
}
.job-details span.edit-label[data-v-4ec97507] {
  font-weight: 700;
  padding-top: 10px;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.job-details span.edit-label.last[data-v-4ec97507] {
    width: 75px;
}
.job-details-description li span[data-v-4ec97507] {
  width: 170px;
}
.job-details-description li div[data-v-4ec97507] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-details-description li .icon-container[data-v-4ec97507] {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 120px;
  padding: 0 20px;
}
.job-edit-icon[data-v-4ec97507] {
  fill: #a3a6b4;
  margin-top: -5px;
}
.job-edit-icon[data-v-4ec97507]:hover {
  fill: #c1c4d4;
}
.custom-card[data-v-4ec97507] {
  overflow: hidden;
}
.job-content[data-v-4ec97507] {
  overflow: auto;
}
#description[data-v-4ec97507] {
  padding: 0 24px;
}
.card[data-v-4ec97507] {
  margin: 0;
}
.job-details[data-v-4ec97507] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  overflow: hidden;
}
.job-details li[data-v-4ec97507] {
    position: relative;
}
.job-details .icon-container[data-v-4ec97507] {
    position: relative;
    padding-left: 20px;
}
.job-details li span[data-v-4ec97507] {
    display: inline-block;
    font-weight: 700;
}
.job-details li span.icon-container[data-v-4ec97507] {
      position: relative;
}
.job-details .empl-icon[data-v-4ec97507] {
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: -45px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.job-details .empl-icon img[data-v-4ec97507] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border: 1px solid #ddd;
      border-radius: 50%;
}
.job-details .row[data-v-4ec97507] {
    margin: 0;
}
.job-details li.list-group-item[data-v-4ec97507] {
    padding-left: 0 !important;
    border: none !important;
    padding-right: 0;
}
.job-details li.list-group-item b[data-v-4ec97507] {
      font-weight: 600 !important;
}
.job-details li > .d-flex[data-v-4ec97507] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 3px 12px;
    padding: 12px 0;
    height: 46px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.job-details li span[data-v-4ec97507] {
    min-width: 110px !important;
    white-space: nowrap;
}
.job-details li > span[data-v-4ec97507]:not(:nth-child(2n + 0)) {
    font-weight: 700;
    min-width: 19rem;
}
.job-details .popup[data-v-4ec97507] {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 8px 12px 6px 12px !important;
    top: 75%;
    left: -15px;
    width: 100%;
    height: auto !important;
    z-index: 9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.job-details .tech-icons[data-v-4ec97507] {
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.job-details .tech-icons .icon-container[data-v-4ec97507] {
      min-width: 100px;
      text-align: center;
      display: inline-block;
}
.job-details .tech-icons .icon-container[data-v-4ec97507]:first-of-type {
        pointer-events: none;
        padding-left: 0 !important;
        margin-left: -30px;
}
.job-details .tech-icons .icon-container .icon-wrapper img[data-v-4ec97507] {
        width: 25px;
        height: 25px;
        display: block;
        margin: 0 auto;
}
.job-details .tech-icons .btn-secondary[data-v-4ec97507] {
      background: none !important;
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: absolute;
      top: 13px;
      left: 0;
      width: 100%;
      height: 100%;
}
.job-details .tech-icons .dropdown-menu[data-v-4ec97507] {
      width: 100%;
      border-radius: 0;
}
.job-details .tech-icons .dropdown-menu .list-inline li[data-v-4ec97507] {
        margin: 0;
        text-align: center;
        width: 25%;
}
.job-details .tech-icons .dropdown-toggle[data-v-4ec97507]:after {
      display: none;
}
.job-details .edit-btn[data-v-4ec97507] {
    position: absolute;
    left: 0;
}
.job-details .edit-btn .edit-icon[data-v-4ec97507] {
      color: #666;
}
[data-v-4ec97507] .description-text h6 {
  font-size: 1.125rem;
  font-weight: 700;
}
[data-v-4ec97507] .description-text-body {
  font-size: 0.875rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Title Header */
.job-edit-icon[data-v-4ec97507] {
  fill: #a3a6b4;
}
.job-edit-icon[data-v-4ec97507]:hover {
  fill: #c1c4d4;
}
.header-title[data-v-4ec97507] {
  width: 100%;
  padding: 25px 0 5px 6px;
}
.header-title-name[data-v-4ec97507] {
    font: 21px Montserrat;
    letter-spacing: 0;
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.header-title .single-job-controls[data-v-4ec97507] {
    margin-left: 6px;
}
.header-title .name-edit[data-v-4ec97507] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.list-group-item[data-v-4ec97507] {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.list-group-item .btn[data-v-4ec97507] {
    background-color: #fff;
    border: 1px solid rgba(60, 60, 60, 0.26) !important;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.list-group-item .btn .fa-check[data-v-4ec97507] {
      color: green;
}
.list-group-item .btn .fa-times[data-v-4ec97507] {
      color: Red;
}
.mobile-only[data-v-4ec97507] {
  display: none !important;
}
.desktop-only[data-v-4ec97507] {
  display: block;
}
@media only screen and (max-width: 1251px) {
.card[data-v-4ec97507] {
    margin-top: 26px !important;
}
.job-aside-activity[data-v-4ec97507] {
    display: none !important;
}
.desktop-pipelines[data-v-4ec97507] {
    padding: 0 23px;
}
}
@media only screen and (max-width: 992px) {
.mobile-clear[data-v-4ec97507] {
    padding: 0 17px;
}
#description[data-v-4ec97507] {
    padding: 0;
}
#description .container[data-v-4ec97507] {
      max-width: 100%;
}
#description .col-md-8[data-v-4ec97507] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
#description .card[data-v-4ec97507] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
#description .card .tab-content[data-v-4ec97507] {
        margin: 0 !important;
}
#description .description-scroll[data-v-4ec97507] {
      max-height: 100%;
}
.desktop-only[data-v-4ec97507] {
    display: none;
}
.mobile-only[data-v-4ec97507] {
    display: block !important;
}
}
@media only screen and (max-width: 768px) {
#description[data-v-4ec97507] {
    padding: 0;
}
#description .job-details .list-group-item[data-v-4ec97507] {
      padding-left: 0 !important;
}
#description .card[data-v-4ec97507] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
      padding-bottom: 12px;
}
#description .card .container[data-v-4ec97507] {
        max-width: 100%;
}
#description .card .tab-content[data-v-4ec97507] {
        margin: 0 !important;
}
#description .description-scroll[data-v-4ec97507] {
      max-height: 100%;
}
.desktop-only[data-v-4ec97507] {
    display: none;
}
.mobile-only[data-v-4ec97507] {
    display: block !important;
}
}
@media only screen and (max-width: 576px) {
.header-title[data-v-4ec97507] {
    width: 100%;
    padding: 25px 0 5px 6px;
}
.header-title-name[data-v-4ec97507] {
      font: 18px Montserrat;
      letter-spacing: 0;
      color: #000;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.header-title .single-job-controls[data-v-4ec97507] {
      margin-left: 6px;
}
.header-title .name-edit[data-v-4ec97507] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#description[data-v-4ec97507] {
    padding: 0;
    overflow: hidden;
}
#description .card[data-v-4ec97507] {
      margin: 0 !important;
      min-height: auto;
      height: auto !important;
      padding-bottom: 70px;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
#description .card .req[data-v-4ec97507] {
        min-height: 100vh;
}
#description .tab-content[data-v-4ec97507] {
      margin: 0;
}
#description .description-scroll[data-v-4ec97507] {
      max-height: none;
}
#description .single-job-controls[data-v-4ec97507] {
      margin-top: 20px;
}
#description .single-job-controls .select-style[data-v-4ec97507] {
        position: relative;
        left: 0;
        max-width: 75%;
}
#description .single-job-controls button[data-v-4ec97507] {
        margin-left: auto !important;
}
#description .mobile-only[data-v-4ec97507] {
      display: block !important;
}
.desktop-only[data-v-4ec97507] {
    display: none;
}
.comments[data-v-4ec97507] {
    padding: 8px;
}
.req-mobile[data-v-4ec97507] {
    margin-top: 31px !important;
}
}
.tech-icons[data-v-4ec97507] {
  margin-top: -30px;
}
.tech-icons img[data-v-4ec97507] {
    width: 30px;
    height: auto;
}
.job-details[data-v-4ec97507] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  margin-top: 15px;
  /* Resetting utility class */
}
.job-details li[data-v-4ec97507] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.job-details li .item-title[data-v-4ec97507] {
      white-space: nowrap;
      font-weight: 700;
      margin-right: 20px;
}
.job-details li:nth-of-type(4) .item-body .tech-icons[data-v-4ec97507] {
      margin-top: 0;
}
.job-details .candidate-tag[data-v-4ec97507] {
    border: 1px solid #a3a6b4;
    border-radius: 20px;
    color: #a3a6b4;
    padding: 6px 10px;
}
.job-details .candidate-tag-selected[data-v-4ec97507] {
    color: #f05a00;
    border: 1px solid #f05a00;
}
.job-details .list-group[data-v-4ec97507] {
    padding-left: 5px;
}
.job-details .tech-icons[data-v-4ec97507] {
    position: relative;
}
.job-details .tech-icons .show-more-icons[data-v-4ec97507] {
      position: absolute;
      top: 123%;
      left: -5px;
      width: auto;
      max-width: 100%;
      background: #fff;
      border: 1px solid #ddd;
      z-index: 9;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.job-details .tech-icons .show-more-icons .d-flex[data-v-4ec97507] {
        padding: 12px 6px 6px 10px;
}
.job-details .tech-icons .show-more-icons .icon-container[data-v-4ec97507] {
        margin-right: 23px;
}
.job-details .tech-icons .show-more-icons.second[data-v-4ec97507] {
      left: -14px;
}
.job-details .tech-icons .collapsing[data-v-4ec97507] {
      -webkit-transition: unset !important;
      transition: unset !important;
}
.job-details .job-details li[data-v-4ec97507] {
    padding-left: 12px;
}
.job-details .description-text[data-v-4ec97507] {
    padding: 0 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-c0d74968] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-c0d74968] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-c0d74968] {
  fill: #5bb75b;
}
.icons[data-v-c0d74968] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons .svg-icon[data-v-c0d74968]:last-child {
    width: 30px;
    margin-left: 30px;
}
.modal-body p[data-v-c0d74968] {
  margin-bottom: 0;
}
.fa-briefcase[data-v-c0d74968] {
  font-size: 18px;
}
.icon-wrapper[data-v-c0d74968] {
  /*  a {
    fill: #28a745;

    &:hover {
      fill: #1e8035;
    }
  } */
  /* a:not(:first-child) {
    fill: #f02800;

    &:hover {
      fill: #b61e00;
    }
  } */
}
.icon-wrapper .svg-icon[data-v-c0d74968] {
    width: 18px;
    height: 18px;
}
.mobile-only[data-v-c0d74968] {
  display: none;
}
.desktop-only[data-v-c0d74968] {
  display: block;
}
.desktop-only-table[data-v-c0d74968] {
  display: table;
  table-layout: auto;
  table-layout: auto;
}
.controls-wrap[data-v-c0d74968] {
  width: 100%;
}
.controls-wrap .integration-group[data-v-c0d74968] {
    width: 39.3%;
}
.card[data-v-c0d74968] {
  height: 81.7vh;
}
@media only screen and (max-width: 1251px) {
.card[data-v-c0d74968] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-c0d74968] {
    min-height: 100vh;
    margin: 24px 0px 0 0px !important;
}
.mobile-qualification[data-v-c0d74968] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-c0d74968] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-c0d74968] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-c0d74968] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-c0d74968] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-c0d74968] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-c0d74968] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-c0d74968] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-c0d74968] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-c0d74968] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-c0d74968] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-c0d74968] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-c0d74968] {
      width: 100%;
}
.mobile-only[data-v-c0d74968] {
    display: block;
}
.desktop-only[data-v-c0d74968] {
    display: none;
}
.desktop-only-table[data-v-c0d74968] {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-c0d74968] {
    min-height: 100vh;
}
.mobile-qualification[data-v-c0d74968] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-c0d74968] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-c0d74968] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-c0d74968] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-c0d74968] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-c0d74968] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-c0d74968] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-c0d74968] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-c0d74968] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-c0d74968] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-c0d74968] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-c0d74968] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-c0d74968] {
      width: 100%;
}
.mobile-only[data-v-c0d74968] {
    display: block;
}
.desktop-only[data-v-c0d74968] {
    display: none;
}
.desktop-only-table[data-v-c0d74968] {
    display: none;
}
}
@media only screen and (max-width: 576px) {
#wrapper .card[data-v-c0d74968] {
    min-height: 100vh !important;
    margin-top: 0 !important;
}
.mobile-qualification[data-v-c0d74968] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
}
.mobile-qualification .list-unstyled li[data-v-c0d74968] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 9px 18px 15px 18px;
}
.mobile-qualification .list-unstyled li a[data-v-c0d74968] {
        text-decoration: none;
}
.mobile-qualification .list-unstyled li .job-ad-title[data-v-c0d74968] {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
}
.mobile-qualification .list-unstyled li .company-name[data-v-c0d74968] {
        color: #f05a00;
        font-size: 15px;
        margin-bottom: 5px;
}
.mobile-qualification .list-unstyled li .date[data-v-c0d74968] {
        color: #5f5f5f;
}
.mobile-qualification .list-unstyled li .svg-icon[data-v-c0d74968] {
        width: 22px;
        height: 22px;
        display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons[data-v-c0d74968] {
        margin-top: 8px;
}
.mobile-qualification .list-unstyled li .action-buttons .svg-icon[data-v-c0d74968] {
          width: 22px;
          height: 22px;
          display: inline-block;
}
.mobile-qualification .list-unstyled li .action-buttons .green[data-v-c0d74968] {
          fill: #28a745;
}
.mobile-qualification .list-unstyled li .action-buttons .red[data-v-c0d74968] {
          fill: #f02800;
          margin-left: 10px;
}
.controls-wrap[data-v-c0d74968] {
    width: 100%;
}
.controls-wrap .integration-group[data-v-c0d74968] {
      width: 100%;
}
.mobile-only[data-v-c0d74968] {
    display: block;
}
.desktop-only[data-v-c0d74968] {
    display: none;
}
.desktop-only-table[data-v-c0d74968] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.controls[data-v-93e8e862] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.controls .input-group[data-v-93e8e862] {
    width: 35%;
    position: relative;
}
.controls .input-group i[data-v-93e8e862] {
      color: #a7a7a7;
      position: absolute;
      pointer-events: none;
      top: 8px;
      right: 12px;
      font-size: 21px;
      z-index: 99;
}
.controls .input-group .form-control[data-v-93e8e862] {
      border-radius: 4px !important;
}
.controls .btn-outline-success[data-v-93e8e862] {
    border-color: #ced4da;
}
.modal-body .form-control[data-v-93e8e862] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-93e8e862] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-93e8e862] {
  margin: 20px 0 5px 0;
}
.edit-modal .modal-body .text-center[data-v-93e8e862] {
  margin-bottom: 20px;
}
.edit-modal .modal-body .text-center i[data-v-93e8e862] {
    font-size: 51px;
    display: block;
    margin: 20px auto 30px auto;
}
.edit-modal .modal-body .text-center .btn-success[data-v-93e8e862] {
    font-size: 13px;
}
.edit-modal .modal-body .list-unstyled li[data-v-93e8e862] {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.edit-modal .modal-body .list-unstyled li span[data-v-93e8e862] {
    float: right;
}
.table-container[data-v-93e8e862] {
  padding: 1rem;
}
.table-container .table a[data-v-93e8e862] {
    text-decoration: none;
}
.table-container .table thead[data-v-93e8e862] {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-container .table thead th[data-v-93e8e862] {
      vertical-align: middle;
}
.table-container .table thead th i[data-v-93e8e862] {
        font-size: 31px;
        margin-right: 12px;
}
.table-container .table thead th .fas[data-v-93e8e862] {
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
}
.table-container .table thead th:last-of-type a[data-v-93e8e862] {
        margin-left: 12px;
        color: #666;
}
.table-container .table thead th:last-of-type a i[data-v-93e8e862] {
          font-size: 16px;
}
.table-container .table thead th .is-open .fas[data-v-93e8e862] {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        /* Standard syntax */
}
.table-container .table tbody tr th[data-v-93e8e862] {
    font-weight: 400;
    font-size: 14px;
}
.table-container .table tbody tr th i[data-v-93e8e862] {
      font-size: 28px;
      margin-right: 18px;
}
.table-container .table tbody tr td[data-v-93e8e862] {
    font-size: 14px;
    vertical-align: middle;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.table-container .table tbody tr td[data-v-93e8e862]:last-of-type {
      padding-right: 23px;
}
.table-container .table tbody tr td:last-of-type a[data-v-93e8e862] {
        color: #666;
        margin-left: 28px;
}
.table-container .table tbody tr td:last-of-type a i[data-v-93e8e862] {
          font-size: 16px;
}
.isDisabled[data-v-93e8e862] {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.fa-exchange-alt[data-v-93e8e862] {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* Standard syntax */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.holder[data-v-6a29d622] {
  position: relative;
}
.holder .guide-box[data-v-6a29d622] {
    background-color: #eeeded;
    position: absolute;
    left: 112%;
    top: -150px;
    padding: 20px;
    width: 320px;
    z-index: 9999;
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.holder .guide-box span[data-v-6a29d622] {
      font-size: 18px;
      display: block;
      font-weight: 600;
      margin-bottom: 15px;
}
.holder .guide-box img[data-v-6a29d622] {
      max-width: 100%;
      height: auto;
}
.holder .guide-box p[data-v-6a29d622] {
      font-size: 14px;
}
.holder .guide-box .buttons[data-v-6a29d622] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px;
}
.holder .guide-box .buttons .btn[data-v-6a29d622] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 13px;
}
.signout[data-v-6a29d622] {
  cursor: pointer;
  display: none;
}
a[data-v-6a29d622] {
  text-decoration: none !important;
}
.recent-group[data-v-6a29d622] {
  margin: 12px 0;
}
.recent-group .recent-item[data-v-6a29d622] {
    margin: 0 !important;
    max-width: 175px;
}
.recent-group .recent-item a[data-v-6a29d622] {
      padding: 6px 20px;
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      display: block;
      background: none !important;
}
.recent-group .recent-item[data-v-6a29d622]:hover {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.1);
}
.fa-city[data-v-6a29d622] {
  font-size: 11px;
}
.sidebar-logo[data-v-6a29d622] {
  text-align: center;
  padding: 2rem;
}
.sidebar-logo .svg-icon[data-v-6a29d622] {
    width: 80px;
    height: 75px;
    margin-left: 10px;
}
.dropdown a[data-v-6a29d622]::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.dropdown-menu[data-v-6a29d622] {
  background-color: #0e0e0e;
  margin-left: 100%;
  margin-top: -45px !important;
  border: 0 !important;
  border-radius: 0;
}
.dropdown-menu a[data-v-6a29d622] {
    color: #fff;
    font-size: 14px;
}
.dropdown-menu a[data-v-6a29d622]:hover {
    background-color: #f05a00;
}
.last-build[data-v-6a29d622] {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.7rem;
  color: #b4b4b4;
  text-align: center;
}
.last-build p[data-v-6a29d622] {
    margin: 0 0 0 -5px;
}
@media only screen and (max-width: 1250px) {
.signout[data-v-6a29d622] {
    cursor: pointer;
    display: block;
}
}

.sss[data-v-9ea14ec6] {
  color: #929292;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.funnel-filter[data-v-284c004c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}
.funnel-filter .form-group[data-v-284c004c] {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .form-group .form-control[data-v-284c004c] {
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* 
.multi-level {
  font-size: 144px;
  font-family: $font-family-sans-lato;
  color: #495057;
  li {
    padding: 0;
    a {
      padding: 6px 20px;
    }
  }
} */

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.funnel-filter[data-v-bb1fb168] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}
.funnel-filter .form-control[data-v-bb1fb168] {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .form-group[data-v-bb1fb168] {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.funnel-filter .dropdown-toggle[data-v-bb1fb168] {
    display: block;
    width: 100%;
}
.graphs[data-v-bb1fb168],
#wrapper[data-v-bb1fb168] {
  overflow: hidden;
}
.graphs .card-custom[data-v-bb1fb168],
  #wrapper .card-custom[data-v-bb1fb168] {
    margin: 0 0 30px 0 !important;
    height: 420px;
}
.graphs .row[data-v-bb1fb168],
  #wrapper .row[data-v-bb1fb168] {
    padding-left: 9px;
    padding-right: 9px;
}
.graphs[data-v-bb1fb168] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.mobile-interface[data-v-5b0dca41] {
  display: none;
}
.custom-table th[data-v-5b0dca41] {
  border-bottom: none !important;
}
.graphs-container[data-v-5b0dca41] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#funnel-chart1[data-v-5b0dca41],
#funnel-chart2[data-v-5b0dca41] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.graphs[data-v-5b0dca41],
#wrapper[data-v-5b0dca41] {
  overflow: hidden;
}
.graphs .card-custom[data-v-5b0dca41],
  #wrapper .card-custom[data-v-5b0dca41] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0 !important;
    height: 420px;
}
.graphs .row[data-v-5b0dca41],
  #wrapper .row[data-v-5b0dca41] {
    padding-left: 9px;
    padding-right: 9px;
}
.svg-funnel-js__subLabels[data-v-5b0dca41] {
  margin-top: 200px !important;
}
.graphs[data-v-5b0dca41] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
[data-v-5b0dca41] .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__title {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  /*   background: #e65023; */
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
[data-v-5b0dca41] .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
  color: #333;
}
[data-v-5b0dca41] .svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel {
  color: #333;
}
.svg-funnel-js[data-v-5b0dca41] {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.svg-funnel-js .svg-funnel-js__container[data-v-5b0dca41] {
  width: 100%;
  height: 100%;
}
.mobile-lists[data-v-5b0dca41] {
  display: none;
}

/* .dropdown-toggle {
  width: 100%;
  text-align: left;
  color: #495057;
  &:after {
    position: absolute;
    right: 8px;
    top: 18px;
  }
} */
.dashboard-filters[data-v-5b0dca41] {
  padding: 20px 6px 22px 6px;
}
.dashboard-filters .form-group[data-v-5b0dca41] {
    margin-bottom: 0;
}
.dashboard-filters .form-group .form-control[data-v-5b0dca41] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9375rem;
}
.dashboard-filters .dropdown-toggle[data-v-5b0dca41] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9375rem;
}
.dashboard-filters.funnel[data-v-5b0dca41] {
  padding-bottom: 20px;
}
.modal-dialog-centered .modal-header[data-v-5b0dca41] {
  padding-bottom: 0;
}
.modal-dialog-centered .modal-header .modal-title[data-v-5b0dca41] {
    display: block;
    width: 100%;
    text-align: center;
}
.modal-dialog-centered .modal-body[data-v-5b0dca41] {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
.mobile-settings[data-v-5b0dca41] {
    padding-left: 0;
    padding-right: 0;
}
.mobile-settings .row[data-v-5b0dca41] {
      padding-left: 0 !important;
      padding-right: 0 !important;
}
.mobile-settings .card[data-v-5b0dca41] {
      border-radius: 0 !important;
}
.mobile-settings .card-custom[data-v-5b0dca41] {
      height: 420px !important;
      min-height: 420px !important;
}
}
@media only screen and (max-width: 768px) {
.mobile-settings[data-v-5b0dca41] {
    margin-top: 30px;
}
.mobile-settings .card[data-v-5b0dca41] {
      border-radius: 0 !important;
}
.mobile-settings .card-custom[data-v-5b0dca41] {
      height: 420px !important;
      min-height: 420px !important;
}
}
@media only screen and (max-width: 992px) {
.custom-table th[data-v-5b0dca41] {
    width: 240px;
}
}
@media only screen and (max-width: 1250px) {
.mobile-settings[data-v-5b0dca41] {
    margin-top: 30px;
}
.mobile-settings .col-md-6[data-v-5b0dca41] {
      width: 100% !important;
      min-width: 100% !important;
}
.mobile-settings .card[data-v-5b0dca41] {
      border-radius: 0 !important;
}
.mobile-settings .card-custom[data-v-5b0dca41] {
      height: 420px !important;
      min-height: 420px !important;
}
}

/* @media only screen and (min-width: 1900px) {
  .graphs-container {
    position: relative;
  }

  .graphs,
  #wrapper {
    overflow: hidden;
    .card-custom {
      margin: 0 0 30px 0 !important;
      height: 520px;
    }
    .row {
      padding-left: 9px;
      padding-right: 9px;
    }
  }
  #funnel-chart {
    width: 100%;
  }
  .svg-funnel-js {
    padding-top: 160px;
    width: 100%;
  }
}

@media only screen and (max-width: 1251px) {
  #wrapper {
    .card {
      border-radius: 8px !important;
    }
    .card-custom {
      margin: 30px 0 0 0 !important;
    }
  }
}

@media only screen and (max-width: 992px) {
  #wrapper {
    .row {
      padding-left: 0;
      padding-right: 0;
    }
    .form-group {
      padding: 0 !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      margin-bottom: 12px;
    }
    .card-custom {
      margin: 25px 0 0 0 !important;
      overflow: hidden;
      border-radius: 0 !important;
    }
  }
  .col-md-6,
  .col-md-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
    .card {
      border-radius: 0 !important;
    }
  }
  .mobile-lists {
    h6 {
      background: #fff;
      margin: 20px 0 0 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
    }
    display: block;
    width: 100%;
    .list-unstyled {
      margin-bottom: 0;
      font-family: $font-family-sans-lato;
      background: #fff;
      li {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
        .user {
          display: block;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px;
          text-decoration: none;
        }
        .company {
          color: #333;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
        }
        .location,
        .job-position,
        .date,
        .rec {
          font-size: 14px;
        }
        .location {
          color: $color-orange;
        }
        .job-position {
          color: #666;
        }
        .logs {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 12px;
          font-weight: 600;
          color: #666;
        }
      }
    }
  }
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper {
    .row {
      padding-left: 0;
      padding-right: 0;
    }
    .form-group {
      padding: 0 !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      margin-bottom: 12px;
    }
    .card-custom {
      margin: 25px 0 0 0 !important;
      overflow: hidden;
      border-radius: 0 !important;
    }
  }
  .col-md-6,
  .col-md-12 {
    padding: 0;
    .card {
      border-radius: 0 !important;
      height: auto !important;
      min-height: auto !important;
    }
  }
  .mobile-lists {
    h6 {
      background: #fff;
      margin: 20px 0 0 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
    }
    display: block;
    width: 100%;
    .list-unstyled {
      font-family: $font-family-sans-lato;
      background: #fff;
      margin-bottom: 0;
      li {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
        .user {
          display: block;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px;
          text-decoration: none;
        }
        .company {
          color: #333;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
        }
        .location,
        .job-position,
        .date,
        .rec {
          font-size: 14px;
        }
        .location {
          color: $color-orange;
        }
        .job-position {
          color: #666;
        }
        .logs {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 12px;
          font-weight: 600;
          color: #666;
        }
      }
    }
  }
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  #wrapper {
    .row {
      padding-left: 0;
      padding-right: 0;
    }
    .form-group {
      padding: 0 !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      margin-bottom: 12px;
    }
    .card-custom {
      margin: 0 0 20px 0 !important;
      border-radius: 0 !important;
    }
  }
  .col-md-6,
  .col-md-12 {
    padding: 0;
    .card {
      border-radius: 0 !important;
    }
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-lists {
    h6 {
      background: #fff;
      margin: 20px 0 0 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
    }
    display: block;
    width: 100%;
    .list-unstyled {
      font-family: $font-family-sans-lato;
      background: #fff;
      li {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 9px 15px 15px 15px;
        .user {
          display: block;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px;
          text-decoration: none;
        }
        .company {
          color: #333;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
        }
        .location,
        .job-position,
        .date,
        .rec {
          font-size: 14px;
        }
        .location {
          color: $color-orange;
        }
        .job-position {
          color: #666;
        }
        .logs {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 12px;
          font-weight: 600;
          color: #666;
        }
      }
    }
  }
} */
@media only screen and (max-width: 576px) {
.mobile-interface[data-v-5b0dca41] {
    display: block;
    background-color: #fff;
    padding-top: 12px;
    height: 60vh;
    overflow-y: auto;
}
.mobile-interface h4[data-v-5b0dca41] {
      margin: 12px 0 0 18px;
      font-weight: 700;
      font-size: 1rem;
}
.mobile-interface .list-unstyled[data-v-5b0dca41] {
      background-color: #fff;
}
.mobile-interface .list-unstyled li[data-v-5b0dca41] {
        padding: 18px;
        border-bottom: 3px solid #e9e9e9;
        font-family: Lato, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.mobile-interface .list-unstyled li .header[data-v-5b0dca41] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
}
.mobile-interface .list-unstyled li .header .bold[data-v-5b0dca41] {
            font-weight: 600;
}
.mobile-interface .list-unstyled li .header .small[data-v-5b0dca41] {
            font-size: 14px;
            color: #333;
}
.mobile-interface .list-unstyled li .header .location[data-v-5b0dca41] {
            font-size: 14px;
}
.hide-on-mobile[data-v-5b0dca41] {
    display: none;
}
}

.default-avatar[data-v-70844e62] {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-70844e62] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.default-avatar .overlay[data-v-70844e62] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-70844e62] {
    opacity: 1;
}
.temporary-avatar[data-v-70844e62] {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.col-sm-8[data-v-5061d656] {
  position: relative;
}
.col-sm-8 .fa-plug[data-v-5061d656] {
    position: absolute;
    font-size: 1rem;
    top: 10px;
    right: 22px;
}
.connected[data-v-5061d656] {
  color: #5bb75b;
}
.disconnected[data-v-5061d656] {
  color: #f02800;
}
.disconnected[data-v-5061d656] {
  color: #f02800;
}
.settings[data-v-5061d656] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  /* .d-flex {
    .btn:first-of-type {
      background: $color-base-blue;
      border: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .btn:nth-of-type(2) {
      background: $color-orange;
      border: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  } */
  /*  .btn-success {
    background: $color-base-blue;
    border-color: $color-base-blue;
  } */
}
.settings h3[data-v-5061d656] {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 12px 0;
    padding-bottom: 12px;
}
.settings h5[data-v-5061d656] {
    font-size: 2rem;
    font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 22px;
}
.settings .form-group[data-v-5061d656] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.settings .form-group .col-form-label[data-v-5061d656] {
      font-size: 14px;
      font-weight: 700;
}
.modal-body[data-v-5061d656] {
  font-size: 14px;
  padding: 20px 12px;
}
.candidate-picture[data-v-5061d656] {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 12px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.candidate-picture .btn-success[data-v-5061d656] {
    margin-right: 10px;
}
.candidate-picture .overlay[data-v-5061d656] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.candidate-picture:hover .overlay[data-v-5061d656] {
    opacity: 1;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-53c67e12] {
  margin: 0;
}
h6[data-v-53c67e12] {
  padding: 12px 5px;
}
.custom-header[data-v-53c67e12] {
  min-width: 150px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}
.custom-header .mobile-counter[data-v-53c67e12] {
    display: none;
}
.custom-header span[data-v-53c67e12] {
    white-space: nowrap;
    color: #fff;
}
@media screen and (max-width: 1600px) {
.custom-header[data-v-53c67e12] {
    min-width: 130px;
    font-size: 10px;
}
}
@media only screen and (max-width: 576px) {
.custom-header[data-v-53c67e12] {
    font-size: 13px;
    padding: 15px 0;
}
.custom-header[data-v-53c67e12]:after {
      position: absolute;
      top: 11px;
      right: 12px;
      color: #fff;
      font-size: 24px;
      opacity: 0.7;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F107';
}
.custom-header .mobile-counter[data-v-53c67e12] {
      display: block;
      position: absolute;
      top: 16.5px;
      right: 33px;
      font-weight: 700;
      font-size: 14px;
      opacity: 0.7;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card-body[data-v-49c10607] {
  position: relative;
  padding: 0.5rem;
  border: 0.1px solid #dbdbdb;
  /* .details {
    font-family: $font-family-sans-lato;
    font-size: 12px;
    white-space: nowrap;
  } */
}
.card-body .name[data-v-49c10607] {
    color: #2798d2;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}
.card-body .jobshark-marker[data-v-49c10607] {
    position: absolute;
    height: 60px;
    right: 3px;
    top: 3px;
    border-left: 5px solid #ec5a02;
    border-radius: 5px;
}
.card-body .rounded-circle[data-v-49c10607] {
    width: 42px;
    height: auto;
    margin-right: 13px;
}
@media screen and (max-width: 1600px) {
.card-body .name[data-v-49c10607] {
    font-size: 14px;
}
}

.select-field[data-v-7df47e4f] {
  width: 35%;
}
.groups[data-v-7df47e4f] {
  position: relative;
}
.img[data-v-7df47e4f] {
  width: 40px !important;
  height: 40px !important;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.first[data-v-7df47e4f] {
  position: relative;
  background: none !important;
  border: none !important;
}
.first img[data-v-7df47e4f] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.pipeline .smooth-dnd-container[data-v-7df47e4f] {
  min-height: calc(100vh - 228px);
}
.pipeline .group[data-v-7df47e4f] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.1%;
  margin-right: 3px;
}
.pipeline .icons[data-v-7df47e4f] {
  color: #666;
  font-size: 10px;
  margin-top: 5px;
}
.media-left[data-v-7df47e4f] {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

/* .card-body:nth-child(even) {
  background-color: red;
} */
.carousel[data-v-7df47e4f] {
  /*  background: red; */
  display: none;
}
.accordion[data-v-7df47e4f] {
  display: none !important;
}
@media only screen and (max-width: 1251px) {
.select-field[data-v-7df47e4f] {
    width: 100%;
}
.card[data-v-7df47e4f] {
    overflow: hidden;
    margin-left: 23px !important;
    margin-right: 23px !important;
}
.mid-screen[data-v-7df47e4f] {
    display: block !important;
}
.mid-screen .group[data-v-7df47e4f] {
      width: 33%;
      display: inline-block;
}
.tablet[data-v-7df47e4f] {
    display: none !important;
}
.mobile-tablet[data-v-7df47e4f] {
    display: none !important;
}
.accordion[data-v-7df47e4f] {
    display: none !important;
}
.accordion[data-v-7df47e4f] {
    display: none !important;
}
.carousel[data-v-7df47e4f] {
    display: block;
    margin: 20px 2px 15px 0;
}
.carousel .carousel-item[data-v-7df47e4f] {
      height: calc(100vh - 155px);
      overflow-y: auto;
}
.carousel .carousel-item .media-body .name[data-v-7df47e4f] {
        font-size: 16px;
}
.carousel .carousel-item .media-body .icons[data-v-7df47e4f] {
        font-size: 14px;
        color: #666;
}
.carousel .carousel-control-prev-icon[data-v-7df47e4f],
    .carousel .carousel-control-next-icon[data-v-7df47e4f] {
      height: 100px;
      width: 100px;
      outline: black;
      background-size: 100%, 100%;
      background-image: none;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
}
.carousel .carousel-control-prev[data-v-7df47e4f] {
      left: -65px;
}
.carousel .carousel-control-next[data-v-7df47e4f] {
      right: -65px;
}
.carousel .carousel-control-next-icon[data-v-7df47e4f]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F105';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control-prev-icon[data-v-7df47e4f]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F104';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.mobile-fixed[data-v-7df47e4f] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    border-radius: 50%;
    z-index: 9;
    line-height: 34px;
}
.pipeline[data-v-7df47e4f] {
    display: none !important;
    padding-bottom: 30px;
    height: calc(100vh - 145px);
}
.pipeline .smooth-dnd-container[data-v-7df47e4f] {
      min-height: calc(100vh - 228px) !important;
}
.pipeline .drag-col[data-v-7df47e4f] {
      width: 100%;
}
.pipeline .card[data-v-7df47e4f] {
      margin-top: 12px !important;
}
.controls-wrap[data-v-7df47e4f] {
    width: 100% !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-7df47e4f] {
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-7df47e4f] {
    overflow: hidden;
}
.mid-screen[data-v-7df47e4f] {
    display: none !important;
}
.tablet[data-v-7df47e4f] {
    display: block !important;
}
.tablet .group[data-v-7df47e4f] {
      width: 50%;
      display: inline-block;
}
.mobile-tablet[data-v-7df47e4f] {
    display: none !important;
}
.accordion[data-v-7df47e4f] {
    display: none !important;
}
.accordion[data-v-7df47e4f] {
    display: none !important;
}
.carousel[data-v-7df47e4f] {
    display: block;
    margin: 20px 2px 15px 0;
}
.carousel .carousel-item[data-v-7df47e4f] {
      height: calc(100vh - 155px);
      overflow-y: auto;
}
.carousel .carousel-item .media-body .name[data-v-7df47e4f] {
        font-size: 16px;
}
.carousel .carousel-item .media-body .icons[data-v-7df47e4f] {
        font-size: 14px;
        color: #666;
}
.carousel .carousel-control-prev-icon[data-v-7df47e4f],
    .carousel .carousel-control-next-icon[data-v-7df47e4f] {
      height: 100px;
      width: 100px;
      outline: black;
      background-size: 100%, 100%;
      background-image: none;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
}
.carousel .carousel-control-prev[data-v-7df47e4f] {
      left: -55px;
}
.carousel .carousel-control-next[data-v-7df47e4f] {
      right: -55px;
}
.carousel .carousel-control-next-icon[data-v-7df47e4f]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F105';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control-prev-icon[data-v-7df47e4f]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F104';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.mobile-fixed[data-v-7df47e4f] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    border-radius: 50%;
    z-index: 9;
    line-height: 34px;
}
.pipeline[data-v-7df47e4f] {
    display: none !important;
    padding-bottom: 30px;
    height: calc(100vh - 145px);
}
.pipeline .smooth-dnd-container[data-v-7df47e4f] {
      height: calc(100vh - 228px);
      overflow: hidden;
      overflow-y: auto;
}
.pipeline .drag-col[data-v-7df47e4f] {
      width: 100%;
}
.pipeline .card[data-v-7df47e4f] {
      margin-top: 12px !important;
}
.controls-wrap[data-v-7df47e4f] {
    width: 100% !important;
}
}
@media only screen and (max-width: 576px) {
.indexes .list-inline[data-v-7df47e4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.indexes .list-inline li[data-v-7df47e4f] {
      font-size: 14px;
      margin-right: 20px;
}
.indexes .list-inline li .content[data-v-7df47e4f] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.indexes .list-inline li .content span[data-v-7df47e4f] {
          display: inline-block;
          width: 18px;
          height: 18px;
          border-radius: 100%;
          margin-right: 5px;
}
.indexes .list-inline li.last[data-v-7df47e4f] {
        margin-right: 0;
}
.mobile-tablet[data-v-7df47e4f] {
    display: block !important;
}
.mobile-tablet .group[data-v-7df47e4f] {
      width: 95%;
      display: block;
      margin: 0 auto;
}
.card[data-v-7df47e4f] {
    overflow: hidden;
    overflow-y: auto !important;
}
.custom-card[data-v-7df47e4f] {
    height: calc(100vh - 65px) !important;
}
.accordion[data-v-7df47e4f] {
    display: block !important;
    margin-top: 20px;
}
.mid-screen[data-v-7df47e4f] {
    display: none !important;
}
.tablet[data-v-7df47e4f] {
    display: none !important;
}
.mobile[data-v-7df47e4f] {
    display: block !important;
}
.media-body .name[data-v-7df47e4f] {
    font-size: 16px;
}
.media-body .icons[data-v-7df47e4f] {
    font-size: 14px;
    color: #666;
}
.mobile-fixed[data-v-7df47e4f] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    border-radius: 50%;
    z-index: 9;
    line-height: 34px;
}
.pipeline[data-v-7df47e4f] {
    display: none !important;
    padding-bottom: 30px;
    height: calc(100vh - 145px);
}
.pipeline .smooth-dnd-container[data-v-7df47e4f] {
      height: calc(100vh - 228px);
      overflow: hidden;
      overflow-y: auto;
}
.pipeline .drag-col[data-v-7df47e4f] {
      width: 100%;
}
.pipeline .card[data-v-7df47e4f] {
      margin-top: 12px !important;
}
.controls-wrap[data-v-7df47e4f] {
    width: 100% !important;
}
.carousel[data-v-7df47e4f] {
    display: block;
    margin: 20px 2px 15px 0;
}
.carousel .carousel-item[data-v-7df47e4f] {
      height: calc(100vh - 155px);
      overflow-y: auto;
}
.carousel .carousel-item .media-body .name[data-v-7df47e4f] {
        font-size: 16px;
}
.carousel .carousel-item .media-body .icons[data-v-7df47e4f] {
        font-size: 14px;
        color: #666;
}
.carousel .carousel-control-prev-icon[data-v-7df47e4f],
    .carousel .carousel-control-next-icon[data-v-7df47e4f] {
      height: 100px;
      width: 100px;
      outline: black;
      background-size: 100%, 100%;
      background-image: none;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
}
.carousel .carousel-control-prev[data-v-7df47e4f] {
      left: -36px;
}
.carousel .carousel-control-next[data-v-7df47e4f] {
      right: -36px;
}
.carousel .carousel-control-next-icon[data-v-7df47e4f]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F105';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control-prev-icon[data-v-7df47e4f]:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\F104';
      font-size: 55px;
      color: rgba(0, 0, 0, 0.2);
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.welcome-text[data-v-2d7f66ee] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.welcome-text h3[data-v-2d7f66ee] {
    width: 42%;
    color: #666;
}
.custom-label[data-v-2d7f66ee] {
  line-height: 40px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0;
}
#stage .stage-size[data-v-2d7f66ee] {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new[data-v-2d7f66ee] {
  background-color: #4ca7d5;
}
#stage .stage-color-draft[data-v-2d7f66ee] {
  background-color: #8a8b8a;
}
#stage .stage-color-active[data-v-2d7f66ee] {
  background-color: #419941;
}
#stage .stage-color-expired[data-v-2d7f66ee] {
  background-color: #f17931;
}
#stage .stage-color-rejected[data-v-2d7f66ee] {
  background-color: #f02800;
}
.candidate-list-card[data-v-2d7f66ee] {
  height: 73vh;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#candidate-employment[data-v-2d7f66ee] {
  position: relative;
}
table[data-v-2d7f66ee] {
  position: relative;
  min-width: 100% !important;
}
table tr td[data-v-2d7f66ee] {
    padding-bottom: 10.4px;
    padding-top: 10.5px;
}
table tr th[data-v-2d7f66ee] {
    width: 180px;
}
table tr th[data-v-2d7f66ee]:first-of-type, table tr th[data-v-2d7f66ee]:nth-of-type(6), table tr th[data-v-2d7f66ee]:nth-of-type(8) {
      width: 240px;
}
table tr th[data-v-2d7f66ee]:nth-of-type(3) {
      width: 100px;
}
table tr th[data-v-2d7f66ee]:nth-of-type(4) {
      width: 120px;
}
table .candidate-name[data-v-2d7f66ee] {
    padding-left: 20px;
}
table .collapse-competences[data-v-2d7f66ee] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    /*  max-width: 120%; */
    /*  .d-flex {
      padding: 8px 4px;
      flex-wrap: wrap;
    } */
}
table .collapse-competences .no-icon[data-v-2d7f66ee] {
      display: inline-block;
      background: #f2f2f2;
      border-radius: 8px;
      padding: 2px 5px;
      margin: 6px;
      font-size: 12px;
      color: #222;
}
table td[data-v-2d7f66ee]:nth-of-type(2), table td[data-v-2d7f66ee]:nth-of-type(7), table td[data-v-2d7f66ee]:nth-of-type(8) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.candidate-competences[data-v-2d7f66ee] {
  position: relative;
  padding: 0 13px;
  width: 100%;
}
.candidate-competences .tech-icons[data-v-2d7f66ee] {
    width: 100%;
}
.candidate-competences .icon-container[data-v-2d7f66ee] {
    width: 44px;
    height: 44px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 999;
}
.candidate-competences .btn-danger[data-v-2d7f66ee] {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    color: #222 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.candidate-competences .btn-danger[data-v-2d7f66ee]:after {
      display: none;
}
.candidate-competences .dropdown-menu[data-v-2d7f66ee] {
    max-width: 100%;
    min-width: 100%;
}
.candidate-competences .list-inline li[data-v-2d7f66ee] {
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}
.candidate-competences .dropdown[data-v-2d7f66ee] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.labeled[data-v-2d7f66ee] {
  padding-top: 15px;
}
.labeled span[data-v-2d7f66ee] {
    font-size: 10px;
    display: inline-block;
    background: #fff;
    padding: 2px 5px;
    border-radius: 8px;
    margin-right: 0;
}
tr:nth-child(2n) .labeled span[data-v-2d7f66ee] {
  background: rgba(0, 0, 0, 0.05);
}
.mobile-only[data-v-2d7f66ee] {
  display: none !important;
}
.bottom-controls[data-v-2d7f66ee] {
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  width: 100.12%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mobile-list[data-v-2d7f66ee] {
  display: none;
}
@media only screen and (min-width: 2100px) {
.extend-on-bigscreen[data-v-2d7f66ee] {
    width: 320px !important;
}
}
@media only screen and (max-width: 1251px) {
.card[data-v-2d7f66ee] {
    margin-left: 23px !important;
    margin-right: 23px !important;
}
}
@media only screen and (max-width: 992px) {
.welcome-text[data-v-2d7f66ee] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.welcome-text h3[data-v-2d7f66ee] {
      width: 90%;
      color: #666;
}
.card[data-v-2d7f66ee] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.table-controls[data-v-2d7f66ee] {
    margin-bottom: 0 !important;
}
.table-controls .published[data-v-2d7f66ee] {
      margin: 0;
}
.integration-group[data-v-2d7f66ee] {
    margin-right: 0 !important;
}
.controls-wrap[data-v-2d7f66ee] {
    display: block !important;
}
.controls-wrap .mobile-searchable[data-v-2d7f66ee] {
      width: 100% !important;
      margin: 12px 0;
}
.controls-wrap .form-control[data-v-2d7f66ee] {
      margin: 15px 0 0 0 !important;
      width: 100% !important;
}
.controls-wrap .custom-checkbox.no-mobile[data-v-2d7f66ee] {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
}
.controls-wrap .custom-checkbox.mobile[data-v-2d7f66ee] {
      font-size: 15px;
      margin: 14px 0 0 0;
}
.desktop-only[data-v-2d7f66ee],
  .desktop-only-table[data-v-2d7f66ee] {
    display: none;
}
.mobile-only[data-v-2d7f66ee] {
    display: block !important;
}
.empl[data-v-2d7f66ee] {
    width: 100%;
    margin-right: 0 !important;
}
}
.vs__dropdown-toggle[data-v-2d7f66ee] {
  min-height: 38px;
}
@media only screen and (max-width: 768px) {
.table-controls[data-v-2d7f66ee] {
    margin-bottom: 0 !important;
}
.table-controls .published[data-v-2d7f66ee] {
      margin: 0;
}
.integration-group[data-v-2d7f66ee] {
    margin-right: 0 !important;
}
.controls-wrap[data-v-2d7f66ee] {
    display: block !important;
}
.controls-wrap .mobile-searchable[data-v-2d7f66ee] {
      width: 100% !important;
      margin: 12px 0;
}
.controls-wrap .form-control[data-v-2d7f66ee] {
      margin: 15px 0 0 0 !important;
      width: 100% !important;
}
.controls-wrap .custom-checkbox.no-mobile[data-v-2d7f66ee] {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
}
.controls-wrap .custom-checkbox.mobile[data-v-2d7f66ee] {
      font-size: 15px;
      margin: 14px 0 0 0;
}
.desktop-only[data-v-2d7f66ee],
  .desktop-only-table[data-v-2d7f66ee] {
    display: none;
}
.hide-on-mobile[data-v-2d7f66ee] {
    display: none;
}
.bottom-controls[data-v-2d7f66ee] {
    position: relative;
    top: 0;
    bottom: 0 !important;
}
.bottom-controls .ml-auto[data-v-2d7f66ee] {
      margin-left: auto !important;
      margin-right: auto !important;
}
.mobile-list[data-v-2d7f66ee] {
    display: block;
    overflow-y: auto;
}
.mobile-list .mobile-list-item[data-v-2d7f66ee] {
      padding: 18px;
      border-bottom: 3px solid #e9e9e9;
      font-family: Lato, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.mobile-list .mobile-list-item .header[data-v-2d7f66ee] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.mobile-list .mobile-list-item .header a[data-v-2d7f66ee] {
          font-weight: 600;
}
.mobile-list .mobile-list-item .header .location[data-v-2d7f66ee] {
          font-size: 14px;
}
.mobile-list .mobile-list-item .header .date[data-v-2d7f66ee] {
          font-size: 14px;
          text-align: right;
}
.mobile-list .mobile-list-item .tech-icons[data-v-2d7f66ee] {
        margin-top: 12px;
}
.mobile-list .mobile-list-item .tech-icons .icon-container[data-v-2d7f66ee] {
          margin-right: 25px;
}
}
@media only screen and (max-width: 576px) {
.no-data-message[data-v-2d7f66ee] {
    display: none;
}
.bottom-controls[data-v-2d7f66ee] {
    display: none !important;
}
.card[data-v-2d7f66ee] {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}
.table-controls[data-v-2d7f66ee] {
    margin-bottom: 0 !important;
}
.table-controls .published[data-v-2d7f66ee] {
      margin: 0;
}
.integration-group[data-v-2d7f66ee] {
    margin-right: 0 !important;
}
.controls-wrap[data-v-2d7f66ee] {
    display: block !important;
}
.controls-wrap .mobile-searchable[data-v-2d7f66ee] {
      width: 100% !important;
      margin: 12px 0;
}
.controls-wrap .form-control[data-v-2d7f66ee] {
      margin: 15px 0 0 0 !important;
      width: 100% !important;
}
.controls-wrap .custom-checkbox.no-mobile[data-v-2d7f66ee] {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
}
.controls-wrap .custom-checkbox.mobile[data-v-2d7f66ee] {
      font-size: 15px;
      margin: 14px 0 0 0;
}
}
@media only screen and (max-width: 500px) {
.btn-success.mobile-only[data-v-2d7f66ee] {
    display: none !important;
}
}

/* Filters */
.fade-enter-active[data-v-2d7f66ee],
.fade-leave-active[data-v-2d7f66ee] {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.fade-enter[data-v-2d7f66ee],
.fade-leave-to[data-v-2d7f66ee] {
  opacity: 0;
}

/* form-control style fix for custom v-select component */
/* /deep/ .filter-item .vs--searchable .vs__dropdown-toggle {
  height: calc(1.5em + 0.75rem + 2px);
} 
/* End Filters */
/* form-control style fix for custom v-select component */
.vs--searchable .vs__dropdown-toggle[data-v-2d7f66ee] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-2d7f66ee] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-2d7f66ee] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* #activities,
#emails {
  h6 {
    font-size: 18px;
    font-family: $font-family-sans-serif;
  }

  .activities-media li {
    border-radius: 0 !important;
    border: 0;
    padding-right: 70px;
  }

  .activities-media li:nth-child(odd) {
    border-left: 5px solid #f05a00;
    background-color: #f1f1f3;
  }

  .activities-media li:nth-child(even) {
    border-left: 5px solid #747674;
  }

  .activities-name {
    font-family: Lato;
    color: $color-base-blue;
    letter-spacing: 0.9px;
    margin: 0;
  }

  .activities-status-color {
    color: #f05a00;
  }
} */

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.welcome-text[data-v-5c85257a] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.welcome-text h3[data-v-5c85257a] {
    width: 35%;
    color: #666;
}
.on-exit[data-v-5c85257a] {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-y: auto;
}
.on-exit .box[data-v-5c85257a] {
    width: 55%;
    max-width: 1250px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #ddd;
    padding: 22px;
    position: relative;
    background-color: #fff;
}
.on-exit .box .content[data-v-5c85257a] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.on-exit .box .content .close-button[data-v-5c85257a] {
        position: absolute;
        top: 0px;
        right: 20px;
        cursor: pointer;
        font-weight: 900;
        color: #666;
}
.on-exit .box .content .text[data-v-5c85257a] {
        padding: 30px 20px 30px 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.on-exit .box .content .text h3[data-v-5c85257a] {
          font-weight: 900;
          color: #f26622;
          font-size: 26px;
          margin-bottom: 20px;
}
.on-exit .box .content .text h4[data-v-5c85257a] {
          font-size: 16px;
          font-weight: 700;
}
.on-exit .box .content .text p[data-v-5c85257a] {
          font-size: 15px;
}
.on-exit .box .content .text .list-unstyled[data-v-5c85257a] {
          list-style: disc !important;
          font-size: 15px;
          padding-left: 25px;
}
.on-exit .box .content .text .list-unstyled li[data-v-5c85257a] {
            margin-bottom: 12px;
            font-size: 14px;
}
.on-exit .box .content .text .btn-secondary[data-v-5c85257a] {
          padding: 8px 30px;
          font-size: 16px;
          font-weight: 500;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.on-exit .box .content .text .btn-secondary[data-v-5c85257a]:first-of-type {
            margin-right: 12px;
}
.on-exit .box .content .img-holder[data-v-5c85257a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-item-align: center;
            align-self: center;
}
.on-exit .box .content .img-holder img[data-v-5c85257a] {
          width: 100%;
          height: auto;
}
.on-exit .box .content .dont[data-v-5c85257a] {
        text-align: center;
        margin-top: 12px;
        font-size: 13px;
        color: #0088cc;
        cursor: pointer;
}
.custom-label[data-v-5c85257a] {
  line-height: 40px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0;
}
.btn-success[data-v-5c85257a] {
  -ms-flex-item-align: start;
      align-self: start;
}
.m-button[data-v-5c85257a] {
  display: none;
}
.published[data-v-5c85257a] {
  margin-top: 8px;
}
.truncate-item a[data-v-5c85257a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.custom-table[data-v-5c85257a] {
  min-width: 100%;
}
.custom-table tr td[data-v-5c85257a]:first-of-type {
    padding-left: 21px;
}
.table-responsive[data-v-5c85257a] {
  overflow-y: auto;
}
select[data-v-5c85257a] {
  min-width: 110px;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  border: 1px solid #d7dae2;
  border-radius: 4px;
}
#stage .stage-size[data-v-5c85257a] {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new[data-v-5c85257a] {
  background-color: #4ca7d5;
}
#stage .stage-color-draft[data-v-5c85257a] {
  background-color: #8a8b8a;
}
#stage .stage-color-active[data-v-5c85257a] {
  background-color: #419941;
}
#stage .stage-color-expired[data-v-5c85257a] {
  background-color: #f17931;
}
#stage .stage-color-rejected[data-v-5c85257a] {
  background-color: #f02800;
}

/* Pipeline statistics */
#pipeline-statistics[data-v-5c85257a] {
  position: relative;
}
#pipeline-statistics .stats-labels[data-v-5c85257a] {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 0.75;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-size: 11px;
}
#pipeline-statistics .stats-labels .stats-labels-item[data-v-5c85257a] {
      -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
              clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
      padding: 0.4rem 1rem 0.4rem 1rem;
      margin-right: -10px;
}
#pipeline-statistics .stats-labels .stats-labels-item span[data-v-5c85257a] {
        padding: 5px;
        color: #fff;
}
#pipeline-statistics .stats-labels .color-grey[data-v-5c85257a] {
      background: #333;
}
#pipeline-statistics .stats-labels .color-light-grey[data-v-5c85257a] {
      background: #747674;
}
#pipeline-statistics .stats-labels .color-blue[data-v-5c85257a] {
      background: #465c74;
}
#pipeline-statistics .stats-labels .color-light-blue[data-v-5c85257a] {
      background: #066da1;
}
#pipeline-statistics .stats-labels .color-green[data-v-5c85257a] {
      background: #148214;
}
#pipeline-statistics .stats-labels .color-light-green[data-v-5c85257a] {
      background: #5bb75b;
}
#pipeline-statistics .stats-labels .color-dark-red[data-v-5c85257a] {
      background: #913d8b;
}
#pipeline-statistics .stats-labels .color-red[data-v-5c85257a] {
      background: #f02800;
}
#pipeline-statistics .stats-labels span[data-v-5c85257a]:nth-child(1) {
      font-size: 14px;
      font-weight: bold;
      margin-right: 10px;
}
#pipeline-statistics .stats-labels span[data-v-5c85257a]:nth-child(2) {
      font-weight: 300;
}

/* #col-title,
#title:not([data-scroll='0']) {
  -webkit-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
} */
.published-mobile[data-v-5c85257a] {
  display: none !important;
}
.employer-select[data-v-5c85257a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-only[data-v-5c85257a] {
  display: none !important;
}
.desktop-only[data-v-5c85257a] {
  display: block;
}
.desktop-only-table[data-v-5c85257a] {
  display: table;
}
.service-level-select[data-v-5c85257a],
.employer-level-select[data-v-5c85257a] {
  width: 50%;
}
.card[data-v-5c85257a] {
  height: 81.7vh;
  padding-bottom: 0 !important;
}
.mobile-list[data-v-5c85257a] {
  display: none;
}
@media only screen and (min-width: 2100px) {
.extend-on-bigscreen[data-v-5c85257a] {
    width: 320px !important;
}
}
@media only screen and (max-width: 1251px) {
.card[data-v-5c85257a] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 1400px) {
.welcome-text[data-v-5c85257a] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.welcome-text h3[data-v-5c85257a] {
      width: 90%;
      color: #666;
}
.on-exit[data-v-5c85257a] {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: auto;
}
.on-exit .box[data-v-5c85257a] {
      width: 65%;
      height: auto;
      background: #fff;
      border-radius: 22px;
      border: 1px solid #ddd;
      padding: 22px;
      position: relative;
      background-color: #fff;
}
.on-exit .box .content[data-v-5c85257a] {
        position: relative;
        display: block;
}
.on-exit .box .content .close-button[data-v-5c85257a] {
          position: absolute;
          top: 0px;
          right: 20px;
          cursor: pointer;
          font-weight: 900;
          color: #666;
}
.on-exit .box .content .text[data-v-5c85257a] {
          padding: 30px 20px 30px 0;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-negative: 0;
              flex-shrink: 0;
}
.on-exit .box .content .text h3[data-v-5c85257a] {
            font-weight: 900;
            color: #f26622;
            font-size: 18px;
            margin-bottom: 20px;
}
.on-exit .box .content .text h4[data-v-5c85257a] {
            font-size: 14px;
            font-weight: 700;
}
.on-exit .box .content .text p[data-v-5c85257a] {
            font-size: 14px;
}
.on-exit .box .content .text .list-unstyled[data-v-5c85257a] {
            list-style: disc !important;
            font-size: 14px;
            padding-left: 25px;
}
.on-exit .box .content .text .list-unstyled li[data-v-5c85257a] {
              margin-bottom: 12px;
              font-size: 14px;
}
.on-exit .box .content .text .buttonss[data-v-5c85257a] {
            display: block !important;
}
.on-exit .box .content .text .btn-secondary[data-v-5c85257a] {
            padding: 8px 30px;
            font-size: 16px;
            font-weight: 500;
            display: block;
            width: 100%;
}
.on-exit .box .content .text .btn-secondary[data-v-5c85257a]:first-of-type {
              margin-right: 12px;
              margin-bottom: 15px;
}
.on-exit .box .content .img-holder[data-v-5c85257a] {
          display: none;
}
.on-exit .box .content .dont[data-v-5c85257a] {
          text-align: center;
          margin-top: 12px;
          font-size: 13px;
          color: #0088cc;
          cursor: pointer;
}
.m-button[data-v-5c85257a] {
    display: inline-block;
    margin-top: 12px;
}
.card[data-v-5c85257a] {
    margin-top: 26px !important;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.custom-table[data-v-5c85257a] {
    display: table;
}
.mobile-only[data-v-5c85257a] {
    display: block !important;
}
.integration-group[data-v-5c85257a] {
    margin: 0 !important;
}
.controls-wrap[data-v-5c85257a] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.controls-wrap .form-control[data-v-5c85257a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.controls-wrap .published[data-v-5c85257a] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-5c85257a] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-5c85257a] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-5c85257a]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.desktop-only[data-v-5c85257a] {
    display: none;
}
.wrapper[data-v-5c85257a] {
    width: 100%;
}
.service-level-select[data-v-5c85257a] {
    margin-top: 12px;
}
.employer-level-select[data-v-5c85257a] {
    margin-top: 12px;
}
}
@media only screen and (max-width: 920px) {
.on-exit[data-v-5c85257a] {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: auto;
}
.on-exit .box[data-v-5c85257a] {
      width: 90%;
      height: auto;
      background: #fff;
      border-radius: 22px;
      border: 1px solid #ddd;
      padding: 22px;
      position: relative;
      background-color: #fff;
}
.on-exit .box .content[data-v-5c85257a] {
        position: relative;
        display: block;
}
.on-exit .box .content .close-button[data-v-5c85257a] {
          position: absolute;
          top: 0px;
          right: 20px;
          cursor: pointer;
          font-weight: 900;
          color: #666;
}
.on-exit .box .content .text[data-v-5c85257a] {
          padding: 30px 20px 30px 0;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-negative: 0;
              flex-shrink: 0;
}
.on-exit .box .content .text h3[data-v-5c85257a] {
            font-weight: 900;
            color: #f26622;
            font-size: 18px;
            margin-bottom: 20px;
}
.on-exit .box .content .text h4[data-v-5c85257a] {
            font-size: 14px;
            font-weight: 700;
}
.on-exit .box .content .text p[data-v-5c85257a] {
            font-size: 14px;
}
.on-exit .box .content .text .list-unstyled[data-v-5c85257a] {
            list-style: disc !important;
            font-size: 14px;
            padding-left: 25px;
}
.on-exit .box .content .text .list-unstyled li[data-v-5c85257a] {
              margin-bottom: 12px;
              font-size: 14px;
}
.on-exit .box .content .text .buttonss[data-v-5c85257a] {
            display: block !important;
}
.on-exit .box .content .text .btn-secondary[data-v-5c85257a] {
            padding: 8px 30px;
            font-size: 16px;
            font-weight: 500;
            display: block;
            width: 100%;
}
.on-exit .box .content .text .btn-secondary[data-v-5c85257a]:first-of-type {
              margin-right: 12px;
              margin-bottom: 15px;
}
.on-exit .box .content .img-holder[data-v-5c85257a] {
          display: none;
}
.on-exit .box .content .dont[data-v-5c85257a] {
          text-align: center;
          margin-top: 12px;
          font-size: 13px;
          color: #0088cc;
          cursor: pointer;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-5c85257a] {
    margin-top: 24px !important;
}
.custom-table[data-v-5c85257a] {
    display: table;
}
.mobile-only[data-v-5c85257a] {
    display: block !important;
}
.integration-group[data-v-5c85257a] {
    margin: 0 !important;
}
.controls-wrap[data-v-5c85257a] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.controls-wrap .form-control[data-v-5c85257a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.controls-wrap .published[data-v-5c85257a] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-5c85257a] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-5c85257a] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-5c85257a]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.desktop-only[data-v-5c85257a] {
    display: none;
}
.service-level-select[data-v-5c85257a],
  .employer-level-select[data-v-5c85257a] {
    width: 100%;
}
.bottom-controls[data-v-5c85257a] {
    position: relative;
    top: 0;
    bottom: 0 !important;
    margin-right: auto !important;
}
.bottom-controls .ml-auto[data-v-5c85257a] {
      margin-left: auto !important;
}
.hide-on-mobile[data-v-5c85257a] {
    display: none;
}
.mobile-list[data-v-5c85257a] {
    display: block;
    overflow-y: auto;
}
.mobile-list .mobile-list-item[data-v-5c85257a] {
      padding: 18px;
      border-bottom: 3px solid #e9e9e9;
      font-family: Lato, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.mobile-list .mobile-list-item .header[data-v-5c85257a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.mobile-list .mobile-list-item .header a[data-v-5c85257a] {
          font-weight: 600;
}
.mobile-list .mobile-list-item .header .location[data-v-5c85257a] {
          font-size: 14px;
}
.mobile-list .mobile-list-item .header .date[data-v-5c85257a] {
          font-size: 14px;
          text-align: right;
}
}
@media only screen and (max-width: 576px) {
.no-data-message[data-v-5c85257a] {
    display: none;
}
.bottom-controls[data-v-5c85257a] {
    display: none !important;
}
.card[data-v-5c85257a] {
    margin-top: 0px !important;
}
.custom-table[data-v-5c85257a] {
    display: block;
}
.integration-group[data-v-5c85257a] {
    margin: 0 !important;
}
.controls-wrap[data-v-5c85257a] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.controls-wrap .form-control[data-v-5c85257a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
}
.controls-wrap .published[data-v-5c85257a] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-5c85257a] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-5c85257a] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-5c85257a]:first-child {
      margin: 15px 0px 15px 0 !important;
}
.controls-wrap .buttons[data-v-5c85257a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.controls-wrap .buttons .btn-success[data-v-5c85257a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.mobile-only[data-v-5c85257a] {
    display: block !important;
}
.service-level-select[data-v-5c85257a] {
    margin-right: 0 !important;
}
}
@media screen and (max-width: 1200px) {
.stats-labels-data[data-v-5c85257a] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
}
.vs--searchable .vs__dropdown-toggle[data-v-5c85257a] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-5c85257a] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-5c85257a] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* #activities,
#emails {
  h6 {
    font-size: 18px;
    font-family: $font-family-sans-serif;
  }

  .activities-media li {
    border-radius: 0 !important;
    border: 0;
    padding-right: 70px;
  }

  .activities-media li:nth-child(odd) {
    border-left: 5px solid #f05a00;
    background-color: #f1f1f3;
  }

  .activities-media li:nth-child(even) {
    border-left: 5px solid #747674;
  }

  .activities-name {
    font-family: Lato;
    color: $color-base-blue;
    letter-spacing: 0.9px;
    margin: 0;
  }

  .activities-status-color {
    color: #f05a00;
  }
} */

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.book-date[data-v-ce54fdba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.book-date .form-control[data-v-ce54fdba] {
    margin-bottom: 0 !important;
}
.book-date .btn-outline[data-v-ce54fdba] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.book-date .btn-outline i[data-v-ce54fdba] {
      color: #5bb75b;
}
.book-date .btn-outline[data-v-ce54fdba]:hover {
      background-color: #5bb75b;
}
.book-date .btn-outline:hover i[data-v-ce54fdba] {
        color: #fff;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.book-date[data-v-01aeaf42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.book-date .form-control[data-v-01aeaf42] {
    margin-bottom: 0 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-09b526d5] {
  width: 21px;
  height: 21px;
}
.icon-wrapper .edit[data-v-09b526d5] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-09b526d5] {
  fill: #5bb75b;
}
.star-rating[data-v-09b526d5] {
  position: relative;
  display: block;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.star-rating .reset-stars[data-v-09b526d5] {
    font-size: 16.7px;
    cursor: pointer;
    color: #555;
    display: none;
}
.star-rating:hover .reset-stars[data-v-09b526d5] {
    display: block;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-19b91b88] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-19b91b88] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-19b91b88] {
  fill: #5bb75b;
}

/* Stages */
#pipeline[data-v-19b91b88] {
  overflow: hidden;
}
.dropdown button[data-v-19b91b88] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat !important;
  background-position: right 3px top 50% !important;
  margin-right: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #4d4f5c;
}
.dropdown button[data-v-19b91b88]::after {
    display: none;
    /*  -webkit-appearance: none;
      -moz-appearance: none; */
}
.dropdown .dropdown-menu[data-v-19b91b88] {
  padding: 8px 12px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  width: 250px;
  margin-top: 5px;
}
.dropdown .dropdown-menu ul > li[data-v-19b91b88]:not(:last-child) {
    margin-bottom: 1rem;
}
.dropdown .dropdown-menu .custom-control[data-v-19b91b88] {
    margin-bottom: 0;
}
.dropdown button[data-v-19b91b88] {
  background-color: #fff;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  width: 250px;
  text-align: left;
}
h6[data-v-19b91b88] {
  font-size: 18px;
}
.star-rating[data-v-19b91b88] {
  position: relative;
  display: block;
  width: 100%;
}
.star-rating .reset-stars[data-v-19b91b88] {
    position: absolute;
    font-size: 16.7px;
    cursor: pointer;
    top: 0px;
    right: -8px;
    color: #555;
    display: none;
}
.star-rating:hover .reset-stars[data-v-19b91b88] {
    display: block;
}
.custom-table[data-v-19b91b88] {
  display: table;
}
.mobile-only[data-v-19b91b88] {
  display: none !important;
}
@media only screen and (max-width: 768px) {
#stages-dropdown[data-v-19b91b88] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#stages-dropdown .dropdown-toggle[data-v-19b91b88] {
      width: 100%;
}
.btn-success[data-v-19b91b88] {
    display: none !important;
}
}
@media only screen and (max-width: 576px) {
.dropdown.ml-3[data-v-19b91b88] {
    margin-left: 0 !important;
}
.dropdown.ml-3 .btn[data-v-19b91b88] {
      width: 100%;
      margin: 12px 0;
}
}

/* End Stages */
@media only screen and (max-width: 992px) {
.card[data-v-19b91b88] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-19b91b88] {
      margin: 0 12px 0px 25px;
      font-size: 18px;
}
.card .mx-2[data-v-19b91b88] {
      margin: 0 !important;
}
.card .col-md-12[data-v-19b91b88] {
      padding: 0;
}
.card .my-4[data-v-19b91b88] {
      margin: 0 !important;
}
.card .pipeline-controls[data-v-19b91b88] {
      margin: 0 !important;
      padding: 0 12px;
}
.card .pipeline-controls .no-mobile[data-v-19b91b88] {
        display: none !important;
}
.card .controls-wrap[data-v-19b91b88] {
      display: block !important;
}
.card .controls-wrap .form-control[data-v-19b91b88] {
        margin: 12px 0 !important;
}
.card .controls-wrap .select-style[data-v-19b91b88] {
        display: block;
        width: 100% !important;
}
.card .controls-wrap .btn-primary[data-v-19b91b88],
      .card .controls-wrap .btn-success[data-v-19b91b88] {
        width: 48%;
        text-align: center;
        margin-bottom: 12px;
}
.card .controls-wrap .btn-primary i[data-v-19b91b88],
        .card .controls-wrap .btn-success i[data-v-19b91b88] {
          display: none;
}
.bottom-controls[data-v-19b91b88],
  .no-mobile[data-v-19b91b88] {
    display: none !important;
}
.list-unstyled.mobile-pipeline[data-v-19b91b88] {
    margin-top: -10px;
    padding: 0 25px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-19b91b88] {
      position: relative;
      padding: 6px 20px 6px 20px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-19b91b88] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-19b91b88] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-19b91b88] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-19b91b88] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-19b91b88] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-19b91b88] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-19b91b88] {
        position: absolute;
        top: 8px;
        right: 12px;
}
.desktop-only[data-v-19b91b88] {
    display: none;
}
.mobile-only[data-v-19b91b88] {
    display: block !important;
}
.custom-table[data-v-19b91b88] {
    display: block !important;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-19b91b88] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-19b91b88] {
      margin: 0 12px 0px 25px;
      font-size: 18px;
}
.card .mx-2[data-v-19b91b88] {
      margin: 0 !important;
}
.card .col-md-12[data-v-19b91b88] {
      padding: 0;
}
.card .my-4[data-v-19b91b88] {
      margin: 0 !important;
}
.card .pipeline-controls[data-v-19b91b88] {
      margin: 0 !important;
      padding: 0 12px;
}
.card .pipeline-controls .no-mobile[data-v-19b91b88] {
        display: none !important;
}
.card .controls-wrap[data-v-19b91b88] {
      display: block !important;
}
.card .controls-wrap .form-control[data-v-19b91b88] {
        margin: 12px 0 !important;
}
.card .controls-wrap .select-style[data-v-19b91b88] {
        display: block;
        width: 100% !important;
}
.card .controls-wrap .btn-primary[data-v-19b91b88],
      .card .controls-wrap .btn-success[data-v-19b91b88] {
        width: 48%;
        text-align: center;
        margin-bottom: 12px;
}
.card .controls-wrap .btn-primary i[data-v-19b91b88],
        .card .controls-wrap .btn-success i[data-v-19b91b88] {
          display: none;
}
.bottom-controls[data-v-19b91b88],
  .no-mobile[data-v-19b91b88] {
    display: none !important;
}
.list-unstyled.mobile-pipeline[data-v-19b91b88] {
    margin-top: -10px;
    padding: 0 25px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-19b91b88] {
      position: relative;
      padding: 6px 20px 6px 20px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-19b91b88] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-19b91b88] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-19b91b88] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-19b91b88] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-19b91b88] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-19b91b88] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-19b91b88] {
        position: absolute;
        top: 8px;
        right: 12px;
}
.desktop-only[data-v-19b91b88] {
    display: none;
}
.mobile-only[data-v-19b91b88] {
    display: block !important;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-19b91b88] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-19b91b88] {
      margin: 0 12px 0px 25px;
      font-size: 18px;
}
.card .mx-2[data-v-19b91b88] {
      margin: 0 !important;
}
.card .col-md-12[data-v-19b91b88] {
      padding: 0;
}
.card .my-4[data-v-19b91b88] {
      margin: 0 !important;
}
.card .pipeline-controls[data-v-19b91b88] {
      margin: 0 !important;
      padding: 0 12px;
}
.card .pipeline-controls .no-mobile[data-v-19b91b88] {
        display: none !important;
}
.card .controls-wrap[data-v-19b91b88] {
      display: block !important;
}
.card .controls-wrap .form-control[data-v-19b91b88] {
        margin: 12px 0 !important;
}
.card .controls-wrap .select-style[data-v-19b91b88] {
        display: block;
        width: 100% !important;
}
.card .controls-wrap .btn-primary[data-v-19b91b88],
      .card .controls-wrap .btn-success[data-v-19b91b88] {
        width: 48%;
        text-align: center;
        margin-bottom: 12px;
}
.card .controls-wrap .btn-primary i[data-v-19b91b88],
        .card .controls-wrap .btn-success i[data-v-19b91b88] {
          display: none;
}
.bottom-controls[data-v-19b91b88],
  .no-mobile[data-v-19b91b88] {
    display: none !important;
}
.list-unstyled.mobile-pipeline[data-v-19b91b88] {
    position: relative;
    margin: -4px 0 0 0;
    padding: 0 25px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-19b91b88] {
      position: relative;
      padding: 6px 12px 6px 8px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-19b91b88] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-19b91b88] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-19b91b88]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-19b91b88]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-19b91b88] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-19b91b88] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-19b91b88] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-19b91b88] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-19b91b88] {
        position: absolute;
        top: 8px;
        right: 12px;
}
.desktop-only[data-v-19b91b88] {
    display: none;
}
.mobile-only[data-v-19b91b88] {
    display: block !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
figure[data-v-7fdcafc6] {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 10px;
}
figure img[data-v-7fdcafc6] {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
p[data-v-7fdcafc6] {
  margin: 0;
  padding: 0;
}
.activities-body[data-v-7fdcafc6] {
  width: 100%;
}
.activities-date[data-v-7fdcafc6] {
  position: absolute;
  display: block;
  white-space: nowrap;
  right: 15px;
  color: #000;
  font-size: 13px;
}
.activity-message[data-v-7fdcafc6] {
  height: 36px !important;
  padding-top: 0 !important;
}
.modal-activity[data-v-7fdcafc6] {
  font-size: 14px;
}
.modal-activity li[data-v-7fdcafc6] {
    margin-bottom: 12px;
    border: none !important;
    background: none !important;
    padding-right: 0 !important;
}
.modal-activity li span.title[data-v-7fdcafc6] {
      font-weight: 700;
      min-width: 120px;
      display: inline-block;
}
.modal-activity li .stat[data-v-7fdcafc6] {
      background: #465c74;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 50%;
      margin-left: 15px;
}
.activities-body .title[data-v-7fdcafc6] {
  display: block;
}
.activities-body .employer-name-actv[data-v-7fdcafc6] {
  color: #666;
}
.activities-body p span[data-v-7fdcafc6] {
  font-weight: 600;
}
.list-group-item[data-v-7fdcafc6] {
  position: relative;
  padding-left: 0 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.list-group-item[data-v-72f6f71a] {
  padding: 12px 8px !important;
}
.activity-container[data-v-72f6f71a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.activity-container img[data-v-72f6f71a] {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin: 5px 12px 0 0;
}
.activity-container .activity-content[data-v-72f6f71a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.activity-container .activity-content .activity-header[data-v-72f6f71a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px;
}
.activity-container .activity-content .activity-header .title[data-v-72f6f71a] {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 8px;
        font-size: 14px;
}
.activity-container .activity-content .activity-header .date[data-v-72f6f71a] {
        margin-left: auto;
        font-size: 12px;
}
.activity-container .activity-content .activity-text[data-v-72f6f71a] {
      font-size: 14px;
}
.activity-container .activity-content .activity-text p[data-v-72f6f71a] {
        margin-bottom: 0;
}
.activity-container .activity-content .activity-text p .bold[data-v-72f6f71a] {
          font-weight: 700;
}
.activity-container .activity-content .activity-text p .bold span[data-v-72f6f71a] {
            color: #f05a00;
}
.modal-activity[data-v-72f6f71a] {
  font-size: 14px;
}
.modal-activity li[data-v-72f6f71a] {
    margin-bottom: 12px;
    border: none !important;
    background: none !important;
    padding-right: 0 !important;
}
.modal-activity li span.title[data-v-72f6f71a] {
      font-weight: 700;
      min-width: 120px;
      display: inline-block;
}
.modal-activity li .stat[data-v-72f6f71a] {
      background: #465c74;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 50%;
      margin-left: 15px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-0411a888] {
  position: relative;
}
.add-activity[data-v-0411a888] {
  position: absolute;
  top: 10px;
  right: 10px;
  /* height: 30px; */
  /*  margin: 0 auto; */
  /* padding: 0 5px 0 5px; */
}
#activities[data-v-0411a888] {
  margin-bottom: 24px;
}
#activities .card[data-v-0411a888] {
    margin: 0;
}
.activities-media[data-v-0411a888] {
  overflow-y: auto;
  /* figure {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 15px 0 10px;
    img {
      width: 100%;
      height: 100%;
      border-radius: 0;
      object-fit: cover;
    }
  }

  p {
    margin: 0;
    padding: 0;
  }
  .activities-body {
    width: 100%;
  }

  .activities-date {
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
  } */
}
.scroll-activities[data-v-0411a888] {
  overflow: hidden;
}
.candidate-aside .scroll-activities[data-v-0411a888] {
  height: 612px !important;
}
.job-aside-activity .scroll-activities[data-v-0411a888] {
  height: 755px !important;
}
.employer-aside .scroll-activities[data-v-0411a888] {
  height: 805px !important;
}
@media only screen and (max-width: 992px) {
.card[data-v-0411a888] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-0411a888] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-0411a888] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-0411a888] {
      display: none;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-0411a888] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
    min-height: 100vh !important;
}
.card h6[data-v-0411a888] {
      display: block;
}
.card .activities-media[data-v-0411a888] {
      overflow: visible;
      height: auto;
}
}
@media only screen and (max-width: 1251px) {
#activities[data-v-0411a888] {
    margin-bottom: 24px;
}
#activities .card[data-v-0411a888] {
      margin: 26px 0 0 0;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-0411a888] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-0411a888] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-0411a888] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-0411a888] {
      display: none;
}
.modal-header[data-v-0411a888] {
    margin-top: 50px;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-0411a888] {
    border-radius: 0;
    margin-top: 12px !important;
    border: none;
}
.card h6[data-v-0411a888] {
      display: block;
}
.card .activities-media[data-v-0411a888] {
      overflow: visible;
      height: auto;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.fade-enter-active[data-v-c56b9862],
.fade-leave-active[data-v-c56b9862] {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-enter[data-v-c56b9862],
.fade-leave-to[data-v-c56b9862] {
  opacity: 0;
}
.comments[data-v-c56b9862] {
  margin: 0px;
}
.comments h6[data-v-c56b9862] {
    font-size: 18px;
    font-weight: 700;
    display: none;
}
.list-unstyled[data-v-c56b9862],
.form-group[data-v-c56b9862] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled li[data-v-c56b9862],
  .form-group li[data-v-c56b9862] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.list-unstyled li a[data-v-c56b9862],
    .form-group li a[data-v-c56b9862] {
      text-decoration: none;
}
.list-unstyled li .date[data-v-c56b9862],
    .form-group li .date[data-v-c56b9862] {
      font-size: 14px;
      background: none;
}
.list-unstyled li p[data-v-c56b9862],
    .form-group li p[data-v-c56b9862] {
      margin-bottom: 12px;
      font-size: 15px;
}
.list-unstyled li .btn-primary[data-v-c56b9862],
    .list-unstyled li .btn-secondary[data-v-c56b9862],
    .list-unstyled li .btn-danger[data-v-c56b9862],
    .form-group li .btn-primary[data-v-c56b9862],
    .form-group li .btn-secondary[data-v-c56b9862],
    .form-group li .btn-danger[data-v-c56b9862] {
      font-size: 14px;
      padding: 2px 8px;
}
.list-unstyled li .btn-primary i[data-v-c56b9862],
      .list-unstyled li .btn-secondary i[data-v-c56b9862],
      .list-unstyled li .btn-danger i[data-v-c56b9862],
      .form-group li .btn-primary i[data-v-c56b9862],
      .form-group li .btn-secondary i[data-v-c56b9862],
      .form-group li .btn-danger i[data-v-c56b9862] {
        position: relative;
        top: 0px;
        font-size: 13px;
}
.no-comment-message[data-v-c56b9862] {
  font-size: 1.5rem;
  font-family: inherit;
  color: #a3a6b4;
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 992px) {
.comments[data-v-c56b9862] {
    padding: 0 16px;
}
}
@media only screen and (max-width: 576px) {
.comments[data-v-c56b9862] {
    margin: 0;
    padding: 8px 3px 8px 3px !important;
}
.comments h6[data-v-c56b9862] {
      display: block;
}
.comments form[data-v-c56b9862] {
      margin: 17px 12px;
}
.comments form .form-group[data-v-c56b9862] {
        margin-top: 0 !important;
}
.comments .list-unstyled[data-v-c56b9862] {
      margin: 10px 12px;
}
.aside-title[data-v-c56b9862] {
    display: block !important;
    margin-top: 22px !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.borderless .d-flex[data-v-3baed30c] {
  height: auto !important;
}
.borderless .d-flex span[data-v-3baed30c] {
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.Ad-tab[data-v-3baed30c] {
  display: none;
}
.mobile-description-text[data-v-3baed30c] {
  display: none !important;
}
.hide-on-mobile[data-v-3baed30c] {
  display: block !important;
}
.ql-snow[data-v-3baed30c] {
  min-height: 580px;
}
.job-type[data-v-3baed30c] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.candidate-picture[data-v-3baed30c] {
  width: 64px;
  height: 64px;
  margin-right: 12px;
}
.candidate-picture img[data-v-3baed30c] {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
}
.job-details .edit-fields[data-v-3baed30c] {
  width: 100%;
  padding-left: 15px;
}
.job-details span.edit-label[data-v-3baed30c] {
  font-weight: 700;
  padding-top: 10px;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.job-details span.edit-label.last[data-v-3baed30c] {
    width: 75px;
}
.job-details-description li span[data-v-3baed30c] {
  width: 170px;
}
.job-details-description li div[data-v-3baed30c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-details-description li b[data-v-3baed30c] {
  font-weight: 600 !important;
}
.job-edit-icon[data-v-3baed30c] {
  fill: #a3a6b4;
  margin-top: -5px;
}
.job-edit-icon[data-v-3baed30c]:hover {
  fill: #c1c4d4;
}
.custom-card[data-v-3baed30c] {
  height: 755px !important;
  overflow: hidden;
}
.job-content[data-v-3baed30c] {
  max-height: 755px;
  overflow-y: auto;
}
#description[data-v-3baed30c] {
  padding: 0 24px;
}
.card[data-v-3baed30c] {
  margin: 0;
}
.job-details[data-v-3baed30c] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  overflow: hidden;
}
.job-details li[data-v-3baed30c] {
    position: relative;
}
.job-details .icon-container[data-v-3baed30c] {
    position: relative;
    padding-left: 20px;
}
.job-details li span[data-v-3baed30c] {
    display: inline-block;
    font-weight: 700;
}
.job-details li span.icon-container[data-v-3baed30c] {
      position: relative;
}
.job-details .empl-icon[data-v-3baed30c] {
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: -45px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.job-details .empl-icon img[data-v-3baed30c] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border: 1px solid #ddd;
      border-radius: 50%;
}
.job-details .row[data-v-3baed30c] {
    margin: 0;
}
.job-details li.list-group-item[data-v-3baed30c] {
    padding-left: 0 !important;
    border: none !important;
    padding-right: 0;
}
.job-details li.list-group-item b[data-v-3baed30c] {
      font-weight: 700 !important;
}
.job-details li > .d-flex[data-v-3baed30c] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 3px 12px;
    padding: 12px 0;
    height: 46px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.job-details li span[data-v-3baed30c] {
    min-width: 141px !important;
    white-space: nowrap;
}
.job-details li > span[data-v-3baed30c]:not(:nth-child(2n + 0)) {
    font-weight: 700;
    min-width: 19rem;
}
.job-details .popup[data-v-3baed30c] {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 8px 12px 6px 12px !important;
    top: 75%;
    left: -15px;
    width: 100%;
    height: auto !important;
    z-index: 9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.job-details .tech-icons[data-v-3baed30c] {
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.job-details .tech-icons .icon-container[data-v-3baed30c] {
      max-width: 100px;
      text-align: center;
      display: inline-block;
      padding-left: 0;
}
.job-details .tech-icons .icon-container[data-v-3baed30c]:first-of-type {
        padding-left: 0 !important;
        margin-left: -30px;
        pointer-events: none;
}
.job-details .tech-icons .icon-container .icon-wrapper img[data-v-3baed30c] {
        width: 25px;
        height: 25px;
        display: block;
        margin: 0 auto;
}
.job-details .tech-icons .btn-secondary[data-v-3baed30c] {
      background: none !important;
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: absolute;
      top: 13px;
      left: 0;
      width: 100%;
      height: 100%;
}
.job-details .tech-icons .dropdown-menu[data-v-3baed30c] {
      width: 100%;
      border-radius: 0;
}
.job-details .tech-icons .dropdown-menu .list-inline li[data-v-3baed30c] {
        margin: 0;
        text-align: center;
        width: 25%;
}
.job-details .tech-icons .dropdown-toggle[data-v-3baed30c]:after {
      display: none;
}
.job-details .edit-btn[data-v-3baed30c] {
    position: absolute;
    left: 0;
}
.job-details .edit-btn .edit-icon[data-v-3baed30c] {
      color: #666;
}
[data-v-3baed30c] .description-text h6 {
  font-size: 1.125rem;
  font-weight: 700;
}
[data-v-3baed30c] .description-text-body {
  font-size: 0.875rem;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Title Header */
.job-edit-icon[data-v-3baed30c] {
  fill: #a3a6b4;
}
.job-edit-icon[data-v-3baed30c]:hover {
  fill: #c1c4d4;
}
.header-title[data-v-3baed30c] {
  width: 100%;
  padding: 25px 0 5px 6px;
}
.header-title-name[data-v-3baed30c] {
    font: 21px Montserrat;
    letter-spacing: 0;
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.header-title .single-job-controls[data-v-3baed30c] {
    margin-left: 6px;
}
.header-title .name-edit[data-v-3baed30c] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.list-group-item[data-v-3baed30c] {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.list-group-item .btn[data-v-3baed30c] {
    background-color: #fff;
    border: 1px solid rgba(60, 60, 60, 0.26) !important;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.list-group-item .btn .fa-check[data-v-3baed30c] {
      color: green;
}
.list-group-item .btn .fa-times[data-v-3baed30c] {
      color: Red;
}
.list-group-item-btn[data-v-3baed30c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding-left: 0;
}
.list-group-item-btn .d-flex[data-v-3baed30c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.list-group-item-btn .d-flex .btn[data-v-3baed30c] {
      font-size: 0.875rem;
      padding: 4px 6px;
      margin-left: auto;
}
.mobile-only[data-v-3baed30c] {
  display: none !important;
}
.desktop-only[data-v-3baed30c] {
  display: block;
}
@media only screen and (max-width: 1251px) {
.card[data-v-3baed30c] {
    margin-top: 26px !important;
}
.job-aside-activity[data-v-3baed30c] {
    display: none !important;
}
}
@media only screen and (max-width: 992px) {
.mobile-clear[data-v-3baed30c] {
    padding: 0 17px;
}
#description[data-v-3baed30c] {
    padding: 0;
}
#description .container[data-v-3baed30c] {
      max-width: 100%;
}
#description .col-md-8[data-v-3baed30c] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
#description .card[data-v-3baed30c] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
#description .card .tab-content[data-v-3baed30c] {
        margin: 0 !important;
}
#description .description-scroll[data-v-3baed30c] {
      max-height: 100%;
}
.desktop-only[data-v-3baed30c] {
    display: none;
}
.mobile-only[data-v-3baed30c] {
    display: block !important;
}
}
@media only screen and (max-width: 768px) {
.Ad-tab[data-v-3baed30c] {
    display: block;
}
#description[data-v-3baed30c] {
    padding: 0;
}
#description .job-details .list-group-item[data-v-3baed30c] {
      padding-left: 0 !important;
}
#description .card[data-v-3baed30c] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
      padding-bottom: 12px;
}
#description .card .container[data-v-3baed30c] {
        max-width: 100%;
}
#description .card .tab-content[data-v-3baed30c] {
        margin: 0 !important;
}
#description .description-scroll[data-v-3baed30c] {
      max-height: 100%;
}
.desktop-only[data-v-3baed30c] {
    display: none;
}
.mobile-only[data-v-3baed30c] {
    display: block !important;
}
.candidate-picture[data-v-3baed30c] {
    display: none !important;
}
}
@media only screen and (max-width: 576px) {
.hide-on-mobile[data-v-3baed30c] {
    display: none !important;
}
.mobile-description-text[data-v-3baed30c] {
    display: block !important;
    margin-top: 28px;
}
.header-title[data-v-3baed30c] {
    width: 100%;
    padding: 25px 0 5px 6px;
    margin-bottom: 12px;
}
.header-title-name[data-v-3baed30c] {
      font: 18px Montserrat;
      letter-spacing: 0;
      color: #000;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.header-title .single-job-controls[data-v-3baed30c] {
      margin-left: 6px;
}
.header-title .name-edit[data-v-3baed30c] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#description[data-v-3baed30c] {
    padding: 0;
    overflow: hidden;
}
#description .card[data-v-3baed30c] {
      margin: 0 !important;
      min-height: auto;
      height: auto !important;
      padding-bottom: 70px;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
#description .card .req[data-v-3baed30c] {
        min-height: 100vh;
}
#description .tab-content[data-v-3baed30c] {
      margin: 0;
}
#description .description-scroll[data-v-3baed30c] {
      max-height: none;
}
#description .single-job-controls[data-v-3baed30c] {
      margin-top: 20px;
}
#description .single-job-controls .select-style[data-v-3baed30c] {
        position: relative;
        left: 0;
        max-width: 75%;
}
#description .single-job-controls button[data-v-3baed30c] {
        margin-left: auto !important;
}
#description .mobile-only[data-v-3baed30c] {
      display: block !important;
}
.desktop-only[data-v-3baed30c] {
    display: none;
}
.comments[data-v-3baed30c] {
    padding: 8px;
}
.req-mobile[data-v-3baed30c] {
    margin-top: 31px !important;
    display: none !important;
}
.header-title[data-v-3baed30c] {
    display: block !important;
}
.desktop-pipelines[data-v-3baed30c] {
    display: none !important;
}
.list-group-item.borderless .d-flex[data-v-3baed30c] {
    display: block !important;
    border-bottom: none !important;
}
.list-group-item.borderless .d-flex .icon-container[data-v-3baed30c] {
      padding-left: 0 !important;
}
}
.tech-icons[data-v-3baed30c] {
  margin-top: -30px;
}
.tech-icons img[data-v-3baed30c] {
    width: 30px;
    height: auto;
}
.job-details[data-v-3baed30c] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  margin-top: 15px;
  /* Resetting utility class */
}
.job-details li[data-v-3baed30c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.job-details li .item-title[data-v-3baed30c] {
      white-space: nowrap;
      font-weight: 700;
      margin-right: 20px;
}
.job-details li:nth-of-type(4) .item-body .tech-icons[data-v-3baed30c] {
      margin-top: 0;
}
.job-details .candidate-tag[data-v-3baed30c] {
    border: 1px solid #a3a6b4;
    border-radius: 20px;
    color: #a3a6b4;
    padding: 6px 10px;
}
.job-details .candidate-tag-selected[data-v-3baed30c] {
    color: #f05a00;
    border: 1px solid #f05a00;
}
.job-details .list-group[data-v-3baed30c] {
    padding-left: 5px;
}
.job-details .tech-icons[data-v-3baed30c] {
    position: relative;
}
.job-details .tech-icons .show-more-icons[data-v-3baed30c] {
      position: absolute;
      top: 123%;
      left: -5px;
      width: auto;
      max-width: 100%;
      background: #fff;
      border: 1px solid #ddd;
      z-index: 9;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.job-details .tech-icons .show-more-icons .d-flex[data-v-3baed30c] {
        padding: 12px 6px 6px 10px;
}
.job-details .tech-icons .show-more-icons .icon-container[data-v-3baed30c] {
        margin-right: 23px;
}
.job-details .tech-icons .show-more-icons.second[data-v-3baed30c] {
      left: -14px;
}
.job-details .tech-icons .collapsing[data-v-3baed30c] {
      -webkit-transition: unset !important;
      transition: unset !important;
}
.job-details .job-details li[data-v-3baed30c] {
    padding-left: 12px;
}
.job-details .description-text[data-v-3baed30c] {
    padding: 0 !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
tr td[data-v-1616254b] {
  /*  a {
      color: #a7a7a7;

      i {
        font-size: 16px;
      }
    } */
}
tr td .icon-wrapper[data-v-1616254b] {
    float: right;
    margin-right: 18px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.table-controls[data-v-9bb2f0d0] {
  padding: 1rem;
}
.table-controls .form-control[data-v-9bb2f0d0] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 30%;
}

/* .edit {
  fill: #a7a7a7;
}
svg {
  color: rgb(102, 102, 102);
}
 */
thead tr th[data-v-9bb2f0d0]:nth-of-type(4) {
  text-align: center;
}
thead tr th[data-v-9bb2f0d0]:nth-of-type(5) {
  text-align: center;
}
thead tr th[data-v-9bb2f0d0]:last-of-type {
  text-align: right;
  padding-right: 20px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* Default select doc icon */
.fas[data-v-030bfdfc]:hover {
  cursor: pointer;
}
.crown-active[data-v-030bfdfc] {
  color: #f05a00 !important;
}
[data-v-030bfdfc]::-webkit-scrollbar {
  width: 5px;
}
[data-v-030bfdfc]::-webkit-scrollbar-track {
  background: transparent;
  margin: 0.2rem 0.2rem;
}
[data-v-030bfdfc]::-webkit-scrollbar-thumb {
  background: #f05a00;
  border-radius: 8px;
}
[data-v-030bfdfc]::-webkit-scrollbar-thumb:hover {
  background: #ca4e00;
}
.controls-wrap[data-v-030bfdfc] {
  overflow: hidden;
}
.controls-wrap h6[data-v-030bfdfc] {
    font-size: 18px;
    font-weight: 700;
    margin-block: 8px;
}
.controls-wrap .table-responsive[data-v-030bfdfc] {
    display: table !important;
}
.content[data-v-030bfdfc] {
  position: relative;
  height: 349px;
}
.input-group[data-v-030bfdfc] {
  position: relative;
}
.input-group i[data-v-030bfdfc] {
    position: absolute;
    pointer-events: none;
    top: 8px;
    right: 12px;
    z-index: 999;
    color: #a7a7a7;
    font-size: 21px;
}
.input-group .form-control[data-v-030bfdfc] {
    border-radius: 0.25rem !important;
}
.svg-icon[data-v-030bfdfc]:hover {
  cursor: pointer;
}
.icon-wrapper svg[data-v-030bfdfc] {
  width: 16px;
  height: 18px;
}
.controls-wrap .custom-table i[data-v-030bfdfc] {
  color: #a7a7a7;
  font-size: 16px;
}
.list-unstyled li[data-v-030bfdfc] {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.list-unstyled li .d-flex[data-v-030bfdfc] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 576px) {
.hide-on-mobile[data-v-030bfdfc] {
    display: none !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.badge[data-v-04771d58] {
  background: #bebebe;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  -webkit-animation: pulse-data-v-04771d58 2s infinite;
          animation: pulse-data-v-04771d58 2s infinite;
  animation-duration: pulse 10s;
  -webkit-animation-duration: 5s;
}
.manager-candidate-img img[data-v-04771d58] {
  border: none !important;
}
@-webkit-keyframes pulse-data-v-04771d58 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes pulse-data-v-04771d58 {
0% {
}
50% {
    -webkit-box-shadow: 0 0 0 0 #f05a00;
            box-shadow: 0 0 0 0 #f05a00;
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
.opted-checkbox[data-v-04771d58] {
  margin-right: 1rem;
}
.pipelines-mobile-title[data-v-04771d58] {
  display: none;
}
.list-group .list-group-item[data-v-04771d58] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-color: transparent;
  padding-right: 0;
}
.v-select[data-v-04771d58] {
  position: relative;
  top: -6px;
  margin-right: 5px;
}
.employment-select[data-v-04771d58] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  margin-top: -8px;
}
.candidate-edit-icon[data-v-04771d58] {
  fill: #a3a6b4;
  margin-top: -5px;
}
.candidate-edit-icon[data-v-04771d58]:hover {
  fill: #c1c4d4;
}
.candidate-info-form button[data-v-04771d58] {
  border-radius: 0.25rem;
  position: relative;
}
.candidate-info-form button i[data-v-04771d58] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
}
.candidate-info-form .edit-btn[data-v-04771d58] {
  width: 25px;
  height: 25px;
}
.candidate-info-form .edit-btn a[data-v-04771d58] {
    text-decoration: none;
}
.candidate-info-form .edit-btn i[data-v-04771d58] {
    color: #777;
    display: block;
    width: 100%;
    text-decoration: none;
}
.candidate-info-form .edit-btn.mr[data-v-04771d58] {
    margin: 0 6px 0 8px;
}
.candidate-info-form .custom-checkbox[data-v-04771d58] {
  margin-left: 25px !important;
}
.edit-icon[data-v-04771d58] {
  font-size: 1.1rem !important;
}
.candidate-details[data-v-04771d58] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  overflow: hidden;
}
.candidate-details .row[data-v-04771d58] {
    margin: 0;
}
.candidate-details li.list-group-item[data-v-04771d58] {
    padding-left: 0 !important;
    border: none !important;
}
.candidate-details li > .d-flex[data-v-04771d58] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 3px 12px;
    padding: 12px 0;
    height: 46px;
}
.candidate-details li span[data-v-04771d58] {
    min-width: 130px !important;
    white-space: nowrap;
}
.candidate-details li > span[data-v-04771d58]:not(:nth-child(2n + 0)) {
    font-weight: 700;
    min-width: 19rem;
}
.candidate-details .popup[data-v-04771d58] {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 8px 12px 6px 12px !important;
    top: 75%;
    left: -15px;
    width: 100%;
    height: auto !important;
    z-index: 9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.candidate-details .tech-icons[data-v-04771d58] {
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.candidate-details .tech-icons .icon-container[data-v-04771d58] {
      width: 22%;
      text-align: center;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.candidate-details .tech-icons .icon-container .icon-wrapper img[data-v-04771d58] {
        width: 25px;
        height: 25px;
        display: block;
        margin: 0 auto;
}
.candidate-details .tech-icons .btn-secondary[data-v-04771d58] {
      background: none !important;
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: absolute;
      top: 13px;
      left: 0;
      width: 100%;
      height: 100%;
}
.candidate-details .tech-icons .dropdown-menu[data-v-04771d58] {
      width: 100%;
      border-radius: 0;
}
.candidate-details .tech-icons .dropdown-menu .list-inline li[data-v-04771d58] {
        margin: 0;
        text-align: center;
        width: 25%;
}
.candidate-details .tech-icons .dropdown-toggle[data-v-04771d58]:after {
      display: none;
}
.candidate-details .btn[data-v-04771d58] {
    min-width: 22px;
    min-height: 12px;
    background: #fff;
    margin-top: -3px;
    color: #28a745;
}
.candidate-details .btn[data-v-04771d58]:hover {
      background: #fafafa;
}
.candidate-details .btn[data-v-04771d58]:nth-of-type(2) {
      color: red;
}
.card-primary[data-v-04771d58] {
  height: 820px;
}

/* CANDIDATE TAGS */
.candidate-tag[data-v-04771d58] {
  border: 1px solid #a3a6b4;
  border-radius: 20px;
  color: #a3a6b4;
  padding: 6px 10px;
}
.candidate-tag-selected[data-v-04771d58] {
  cursor: pointer;
  color: #f05a00;
  border: 1px solid #f05a00;
}
.candidate-picture[data-v-04771d58] {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 12px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.candidate-picture .btn-success[data-v-04771d58] {
    margin-right: 10px;
}
.candidate-picture .overlay[data-v-04771d58] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.candidate-picture:hover .overlay[data-v-04771d58] {
    opacity: 1;
}
.candidate-picture-preview[data-v-04771d58] {
  width: 13rem;
  height: 13rem;
}
.card[data-v-04771d58] {
  min-height: auto;
}
.card .tab-content[data-v-04771d58] {
    margin: 1rem;
}
.mobile-only[data-v-04771d58] {
  display: none !important;
}
.candidate-main-info[data-v-04771d58] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.candidate-main-info .candidate-name[data-v-04771d58] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.candidate-main-info .candidate-name .fields[data-v-04771d58] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.candidate-main-info .edit-candidate[data-v-04771d58] {
    margin-left: 6px;
}
.candidate-main-info .edit-candidate .btn-primary[data-v-04771d58],
    .candidate-main-info .edit-candidate .btn-danger[data-v-04771d58] {
      margin-left: 12px;
}
.custom-control[data-v-04771d58] {
  padding-left: 0;
}
@media only screen and (max-width: 576px) {
.mobile-only-new[data-v-04771d58] {
    display: block !important;
}
}

/* 
@media only screen and (max-width: 992px) {
  .card {
    min-height: auto;
    height: auto !important;
    overflow: hidden;
    .tab-content {
      margin: 0;
    }
  }
  .comments {
    padding: 0 18px;
  }

  .mobile-only {
    display: block !important;
  }
  .edit-btn {
    position: absolute;
    right: 5px;
  }
  .candidate-details {
    .row {
      margin: 0 12px;
    }
  }
}

@media only screen and (max-width: 768px) {
  .page-title {
    display: none !important;
  }
  .candidate-picture {
    .candidate-edit {
      width: 40%;
    }
  }
  .card {
    min-height: auto;
    height: auto !important;
    overflow: hidden;
    .tab-content {
      margin: 0;
    }
  }
  .candidate-details {
    .primary-cv {
      display: block !important;
    }
    .list-group-item {
      .d-flex {
      }
    }
  }
  .mobile-only {
    display: block !important;
  }
  .edit-btn {
    position: absolute;
    right: 5px;
  }
}


@media only screen and (max-width: 576px) {
.candidate-name{
font-size:11px!important
  }
  .card {
    min-height: 100%;
    padding-bottom: 40px;
    .tab-content {
      margin: 0;
    }
  }

  .candidate-details {
    margin-top: 20px;
    .btn {
      min-width: 30px !important;
      height: 30px;
      position: relative;
      top: -3px;
      margin-left: 6px;
      font-size: 14px !important;
    }
  }

  .candidate-picture {
    width: 43px !important;
    height: 43px !important;
    position: absolute;
    top: 10px;
    right: 20px;
    img {
      width: 43px !important;
      height: 43px !important;
      object-fit: cover;
    }
  }
  .edit-btn {
    position: absolute;
    right: 5px;
  }
  .candidate-details {
    .list-group-item {
      span {
        margin-right: 25px;
      }
      .mobile-name {
        margin-right: 27px !important;
      }
      .custom-checkbox {
        margin-left: 0px !important;
      }
      .tech-icons {
        padding-left: 0 !important;
        margin-left: -5px;
        span {
          margin-right: 0;
        }
      }
      .popup {
        span {
          margin-left: 0 !important;
          margin-right: 0 !important;
        }
      }
      .creation-date {
        margin-left: 0 !important;
      }
    }
  }
  .mobile-hidden {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .comments {
    padding: 8px;
  }
}
 */
/* CANDIDATE TAGS END*/

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-55060049] {
  width: 21px;
  height: 21px;
}
.icon-wrapper .edit[data-v-55060049] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-55060049] {
  fill: #5bb75b;
}
#stage .stage-size[data-v-55060049] {
  width: 12px;
  height: 12px;
}
.icon-wrapper svg[data-v-55060049] {
  width: 16px;
  height: 18px;
}
.truncate-item a[data-v-55060049] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.location-color[data-v-55060049] {
  color: #444;
}
.edit[data-v-55060049] {
  fill: #a7a7a7;
}
.star-rating[data-v-55060049] {
  position: relative;
  display: block;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.star-rating .reset-stars[data-v-55060049] {
    font-size: 16.7px;
    cursor: pointer;
    color: #555;
    display: none;
}
.star-rating:hover .reset-stars[data-v-55060049] {
    display: block;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.icon-wrapper .svg-icon[data-v-33566648] {
  width: 18px;
  height: 18px;
}
.icon-wrapper .edit[data-v-33566648] {
  fill: #a7a7a7;
}
.icon-wrapper .submit[data-v-33566648] {
  fill: #5bb75b;
}
#stage .stage-size[data-v-33566648] {
  width: 12px;
  height: 12px;
}
.icon-wrapper svg[data-v-33566648] {
  width: 16px;
  height: 18px;
}
.truncate-item a[data-v-33566648] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.location-color[data-v-33566648] {
  color: #555;
}
.edit[data-v-33566648] {
  fill: #a7a7a7;
}
.jobs-controls .input-group i[data-v-33566648] {
  color: #a7a7a7;
  position: absolute;
  pointer-events: none;
  top: 8px;
  right: 12px;
  font-size: 21px;
  z-index: 99;
}
.jobs-controls .input-group .form-control[data-v-33566648] {
  border-radius: 0.25rem !important;
}
.star-rating[data-v-33566648] {
  position: relative;
  display: block;
  width: 100%;
}
.star-rating .reset-stars[data-v-33566648] {
    position: absolute;
    font-size: 16.7px;
    cursor: pointer;
    top: 1px;
    right: -18px;
    color: #555;
    display: none;
}
.star-rating:hover .reset-stars[data-v-33566648] {
    display: block;
    right: 10px;
}
@media only screen and (max-width: 768px) {
#stages-dropdown[data-v-33566648] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#stages-dropdown .dropdown-toggle[data-v-33566648] {
      width: 100%;
}
.btn-success[data-v-33566648] {
    display: none !important;
}
}
@media only screen and (max-width: 576px) {
.bottom-controls[data-v-33566648],
  .no-mobile[data-v-33566648] {
    display: none !important;
}
.jobs-controls .d-flex[data-v-33566648] {
    display: block !important;
}
.jobs-controls .d-flex .input-group[data-v-33566648] {
      width: 100% !important;
}
.jobs-controls .dropup[data-v-33566648],
  .jobs-controls .dropright[data-v-33566648],
  .jobs-controls .dropdown[data-v-33566648],
  .jobs-controls .dropleft[data-v-33566648] {
    background: red;
}
.list-unstyled.mobile-pipeline[data-v-33566648] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.mobile-pipeline li[data-v-33566648] {
      position: relative;
      padding: 6px 22px 6px 22px;
      border-bottom: 1px solid #ddd;
}
.list-unstyled.mobile-pipeline li a.username[data-v-33566648] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.list-unstyled.mobile-pipeline li a.toggle-collapse[data-v-33566648] {
        color: #666;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-33566648] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-33566648]:first-of-type {
          color: #f05a00;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:first-of-type span[data-v-33566648]:nth-of-type(2) {
          color: #5f5f5f;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-33566648] {
        font-size: 14px;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-33566648]:first-of-type {
          color: #5f5f5f;
          margin-right: auto;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span[data-v-33566648]:nth-of-type(2) {
          color: #5f5f5f;
          position: relative;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status[data-v-33566648] {
            border-radius: 50%;
            display: inline-block;
            width: 11px;
            height: 11px;
            background: red;
            margin: 0px 5px 0 0;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.employment[data-v-33566648] {
              background: #5bb75b;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.self-employment[data-v-33566648] {
              background: #0088cc;
}
.list-unstyled.mobile-pipeline li .d-flex:nth-of-type(2) span:nth-of-type(2) .status.mixed-orange[data-v-33566648] {
              background: #f05a00;
}
.list-unstyled.mobile-pipeline li img[data-v-33566648] {
        position: absolute;
        top: 8px;
        right: 22px;
}
}
.dropdown button[data-v-33566648] {
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat !important;
  background-position: right 3px top 50% !important;
  margin-right: 3px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #4d4f5c;
}
.dropdown button[data-v-33566648]::after {
    display: none;
    /*  -webkit-appearance: none;
      -moz-appearance: none; */
}
.dropdown .dropdown-menu[data-v-33566648] {
  padding: 8px 12px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  width: 250px;
  margin-top: 5px;
}
.dropdown .dropdown-menu ul > li[data-v-33566648]:not(:last-child) {
    margin-bottom: 1rem;
}
.dropdown .dropdown-menu .custom-control[data-v-33566648] {
    margin-bottom: 0;
}
.dropdown button[data-v-33566648] {
  background-color: #fff;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  width: 250px;
  text-align: left;
}
@media only screen and (max-width: 576px) {
.dropdown.ml-3[data-v-33566648] {
    margin-left: 0 !important;
}
.dropdown.ml-3 .btn[data-v-33566648] {
      width: 100%;
      margin: 12px 0;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.email-header-one[data-v-3336a55d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.email-header-one p[data-v-3336a55d] {
    width: 33%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.email-header-one p[data-v-3336a55d]:last-of-type {
      text-align: right;
      font-size: 13px;
}
.svg-icon[data-v-3336a55d] {
  width: 15px;
  height: auto;
}

/* .activities-date {
      position: absolute;
      display: block;
      white-space: nowrap;
      right: 15px;
      color: #000;
      font-size: 13px;
    } */
.candidate-aside .scroll-emails[data-v-3336a55d] {
  height: 628px !important;
}
li[data-v-3336a55d] {
  padding-left: 0 !important;
}
#emails .card[data-v-3336a55d] {
  margin: 0;
}

/* #emails {
      h6 {
        font-size: 18px;
        font-family: $font-family-sans-serif;
      }
    
      .activities-media li {
        border-radius: 0 !important;
        border: 0;
      }
    
      .activities-media li:nth-child(odd) {
        border-left: 5px solid #f05a00;
        background-color: #f1f1f3;
      }
    
      .activities-media li:nth-child(even) {
        border-left: 5px solid #747674;
      }
    
      .activities-name {
        font-family: Lato;
        color: $color-base-blue;
        letter-spacing: 0.9px;
        margin: 0;
      }
    
      .activities-status-color {
        color: #f05a00;
      }
    } */
.scroll-emails[data-v-3336a55d] {
  overflow: hidden;
}
.activities-media[data-v-3336a55d] {
  overflow-y: auto;
}
.activities-media figure[data-v-3336a55d] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 15px 0 10px;
}
.activities-media figure img[data-v-3336a55d] {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -o-object-fit: cover;
         object-fit: cover;
}
.activities-media p[data-v-3336a55d] {
    margin: 0;
}
.activities-media .activities-date[data-v-3336a55d] {
    font-size: 13px;
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
}
.modal-body[data-v-3336a55d] {
  margin-top: 0;
  padding-top: 0;
}
.modal-body .email-header[data-v-3336a55d] {
    margin: 12px 0;
}
.modal-body .email-header .list-unstyled li[data-v-3336a55d] {
      background: none !important;
      border-left: none !important;
      border-bottom: 1px solid #ddd !important;
      padding: 6px 0 !important;
}
.modal-body .email-header .list-unstyled li span[data-v-3336a55d] {
        font-weight: 600;
        display: inline-block;
        min-width: 100px;
}
.modal-body .email-body[data-v-3336a55d] {
    max-height: 520px;
    overflow-x: auto;
}
.embed-emails .list-unstyled li[data-v-3336a55d] {
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
}
.embed-emails .list-unstyled li span[data-v-3336a55d] {
    color: #666;
    display: inline-block;
    min-width: 80px;
}
.embed-emails .list-unstyled.bottom li[data-v-3336a55d] {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.embed-emails .list-unstyled.bottom li span[data-v-3336a55d] {
    color: #111;
    font-weight: 700;
    min-width: auto;
    margin-right: 12px;
}
.embed-emails .views[data-v-3336a55d] {
  max-height: 57vh;
  min-height: 57vh;
  overflow-y: auto;
}
.embed-emails .views .single-email[data-v-3336a55d] {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    margin-bottom: 12px;
}
.embed-emails .views .single-email p[data-v-3336a55d] {
      font-size: 16px;
}
@media only screen and (max-width: 1251px) {
.card[data-v-3336a55d] {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-3336a55d] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-3336a55d] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-3336a55d] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-3336a55d] {
      display: none;
}
}
@media only screen and (max-width: 576px) {
.activities-media[data-v-3336a55d] {
    overflow: visible;
    height: auto !important;
}
.card[data-v-3336a55d] {
    margin-top: 12px !important;
    border-radius: 0;
    border: none;
}
h6[data-v-3336a55d] {
    display: block !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.svg-icon[data-v-b487ed1c] {
  width: 15px;
  height: auto;
}

/* .activities-date {
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
  } */
.candidate-aside .scroll-emails[data-v-b487ed1c] {
  height: 612px !important;
}
li[data-v-b487ed1c] {
  padding-left: 0 !important;
}
#emails .card[data-v-b487ed1c] {
  margin: 0;
}

/* #emails {
    h6 {
      font-size: 18px;
      font-family: $font-family-sans-serif;
    }
  
    .activities-media li {
      border-radius: 0 !important;
      border: 0;
    }
  
    .activities-media li:nth-child(odd) {
      border-left: 5px solid #f05a00;
      background-color: #f1f1f3;
    }
  
    .activities-media li:nth-child(even) {
      border-left: 5px solid #747674;
    }
  
    .activities-name {
      font-family: Lato;
      color: $color-base-blue;
      letter-spacing: 0.9px;
      margin: 0;
    }
  
    .activities-status-color {
      color: #f05a00;
    }
  } */
.scroll-emails[data-v-b487ed1c] {
  overflow: hidden;
}
.activities-media[data-v-b487ed1c] {
  overflow-y: auto;
}
.activities-media figure[data-v-b487ed1c] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 15px 0 10px;
}
.activities-media figure img[data-v-b487ed1c] {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -o-object-fit: cover;
         object-fit: cover;
}
.activities-media p[data-v-b487ed1c] {
    margin: 0;
}
.activities-media .activities-date[data-v-b487ed1c] {
    font-size: 13px;
    position: absolute;
    display: block;
    white-space: nowrap;
    right: 15px;
    color: #000;
    font-size: 13px;
}
.modal-body[data-v-b487ed1c] {
  margin-top: 0;
  padding-top: 0;
}
.modal-body .list-unstyled[data-v-b487ed1c] {
    margin-bottom: 30px !important;
}
.modal-body .list-unstyled li[data-v-b487ed1c] {
      border: none !important;
      padding-left: 0px !important;
}
.embed-emails .list-unstyled li[data-v-b487ed1c] {
  font-size: 15px;
  border-bottom: 1px dashed #ddd !important;
  padding: 8px 0;
}
.embed-emails .list-unstyled li span[data-v-b487ed1c] {
    display: inline-block;
    min-width: 80px;
    font-size: 14px;
    font-weight: 700;
}
.embed-emails .list-unstyled.bottom li[data-v-b487ed1c] {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.embed-emails .list-unstyled.bottom li span[data-v-b487ed1c] {
    color: #111;
    font-weight: 700;
    min-width: auto;
    margin-right: 12px;
}
.embed-emails .views[data-v-b487ed1c] {
  max-height: 57vh;
  min-height: 57vh;
  overflow-y: auto;
}
.embed-emails .views .single-email[data-v-b487ed1c] {
    padding: 20px 0px;
    margin-bottom: 12px;
}
.embed-emails .views .single-email p[data-v-b487ed1c] {
      font-size: 16px;
}
@media only screen and (max-width: 1251px) {
.card[data-v-b487ed1c] {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-b487ed1c] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-b487ed1c] {
      display: none;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-b487ed1c] {
    border: none;
    border-radius: 0 !important;
    margin-top: 22px !important;
}
.card h6[data-v-b487ed1c] {
      display: none;
}
}
@media only screen and (max-width: 576px) {
.activities-media[data-v-b487ed1c] {
    overflow: visible;
    height: auto !important;
}
.card[data-v-b487ed1c] {
    margin-top: 12px !important;
    border-radius: 0;
    border: none;
}
h6[data-v-b487ed1c] {
    display: block !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
#description[data-v-2e3352f4] {
  padding: 0 24px;
}
#description .card[data-v-2e3352f4] {
    margin: 0 0 24px 0 !important;
}
[data-v-2e3352f4] .scroll {
  max-height: 865px;
}
@media only screen and (max-width: 1251px) {
#description .card[data-v-2e3352f4] {
    margin: 26px 0 0 0 !important;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.candidate-aside[data-v-2e3352f4] {
    display: none !important;
}
}
@media only screen and (max-width: 992px) {
#description[data-v-2e3352f4] {
    padding: 0 !important;
}
#description .col-md-8[data-v-2e3352f4] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
#description .card[data-v-2e3352f4] {
      margin: 26px 0 0 0 !important;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
#description .candidate-aside[data-v-2e3352f4] {
      display: none !important;
}
#description .candidate-pipeline .card[data-v-2e3352f4] {
      border-radius: 0 !important;
}
}
@media only screen and (max-width: 768px) {
#description[data-v-2e3352f4] {
    padding: 0;
}
#description .card[data-v-2e3352f4] {
      margin: 26px 0 0 0 !important;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
}
#description .candidate-aside[data-v-2e3352f4] {
      display: none !important;
}
#description .candidate-pipeline[data-v-2e3352f4] {
      height: 40vh !important;
}
#description .candidate-pipeline .card[data-v-2e3352f4] {
        border-radius: 0 !important;
}
.candidate-documents[data-v-2e3352f4] {
    height: 20vh !important;
}
}
@media only screen and (max-width: 576px) {
#description[data-v-2e3352f4] {
    padding: 0;
}
#description .card[data-v-2e3352f4] {
      margin: 0 0 24px 0 !important;
}
#description[data-v-2e3352f4] {
    padding: 0;
}
#description .card.candidate-documents[data-v-2e3352f4] {
      display: none !important;
      height: 520px !important;
      min-height: 520px !important;
      max-height: 520px !important;
}
.error[data-v-2e3352f4] {
    margin: 5px 0 10px 0;
}
}

.default-avatar[data-v-b855c8b2] {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-b855c8b2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.default-avatar .overlay[data-v-b855c8b2] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-b855c8b2] {
    opacity: 1;
}
.temporary-avatar[data-v-b855c8b2] {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.list-group-item[data-v-570bc9a4] {
  padding: 20px 8px !important;
}
.activity-container[data-v-570bc9a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.activity-container img[data-v-570bc9a4] {
    width: 42px;
    height: 42px;
    max-width: 42px;
    overflow: hidden;
    border-radius: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 5px 12px 0 0;
}
.activity-container .activity-content[data-v-570bc9a4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.activity-container .activity-content .activity-header[data-v-570bc9a4] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px;
}
.activity-container .activity-content .activity-header .title[data-v-570bc9a4] {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 8px;
        font-size: 14px;
}
.activity-container .activity-content .activity-header .date[data-v-570bc9a4] {
        margin-left: auto;
        font-size: 12px;
}
.activity-container .activity-content .activity-text[data-v-570bc9a4] {
      font-size: 14px;
}
.activity-container .activity-content .activity-text p[data-v-570bc9a4] {
        margin-bottom: 0;
}
.activity-container .activity-content .activity-text p .bold[data-v-570bc9a4] {
          font-weight: 700;
}
.activity-container .activity-content .activity-text p .bold span[data-v-570bc9a4] {
            color: #f05a00;
}
.activity-container .activity-content .activity-text p .bold .pipeline[data-v-570bc9a4] {
            color: #000;
}
b[data-v-570bc9a4] {
  font-weight: 700 !important;
}
.label[data-v-570bc9a4] {
  font-weight: 700;
}
.text-editor[data-v-570bc9a4] {
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 12px;
  margin: 6px 0;
}
#description[data-v-570bc9a4] {
  padding: 0 24px;
}
.card[data-v-570bc9a4] {
  height: 836px;
  margin: 0 0 24px 0;
  padding-bottom: 0px;
}
.card .tab-content[data-v-570bc9a4] {
    margin: 1rem;
}
.tech-icons img[data-v-570bc9a4] {
  width: 30px;
  height: auto;
}
.tech-icons .icon-container[data-v-570bc9a4]:not(:last-child) {
  margin-right: 20px;
}
.opted-checkbox[data-v-570bc9a4] {
  margin-right: 1rem;
}
.list-group .list-group-item[data-v-570bc9a4] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-color: transparent;
  padding-right: 4px !important;
}
.list-group .list-group-item .btn[data-v-570bc9a4] {
    background-color: #fff;
    border: 1px solid rgba(60, 60, 60, 0.26) !important;
    width: 24px;
    height: 24px;
    margin-left: 2px;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 2.4px;
}
.list-group .list-group-item .btn .fa-check[data-v-570bc9a4] {
      color: green;
}
.list-group .list-group-item .btn .fa-times[data-v-570bc9a4] {
      color: Red;
}
.employer-picture[data-v-570bc9a4] {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 12px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.employer-picture .btn-success[data-v-570bc9a4] {
    margin-right: 10px;
}
.employer-picture .overlay[data-v-570bc9a4] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.employer-picture:hover .overlay[data-v-570bc9a4] {
    opacity: 1;
}
.candidate-edit[data-v-570bc9a4] {
  float: right;
  margin-top: 10px;
}
.candidate-edit-icon[data-v-570bc9a4] {
    fill: #a3a6b4;
}
.candidate-edit-icon[data-v-570bc9a4]:hover {
    fill: #c1c4d4;
}
.candidate-info-form[data-v-570bc9a4] {
  /* margin-left: -2rem; */
}
.candidate-info-form button[data-v-570bc9a4] {
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 1px;
}
.candidate-info-form button i[data-v-570bc9a4] {
      font-size: 8px;
}
.edit-icon[data-v-570bc9a4] {
  font-size: 1.1rem !important;
}
form input[data-v-570bc9a4] {
  height: 30px;
}
.employer-details[data-v-570bc9a4] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  margin: 0 7px 0 7px;
}
.employer-details .list-group-item[data-v-570bc9a4] {
    border: none !important;
}
.employer-details .list-group-item .d-flex[data-v-570bc9a4] {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
      margin: 3px 0px;
      padding: 12px 0;
      height: 46px;
}
.employer-details li span[data-v-570bc9a4] {
    min-width: 140px !important;
    display: inline-block;
    white-space: nowrap;
    text-align: justify;
    margin-right: 1rem;
}
.employer-details li span[data-v-570bc9a4]:first-child {
    font-weight: 700;
}
.employer-details .edit-btn[data-v-570bc9a4] {
    position: absolute;
    top: 0;
    left: -25px;
}
.employer-details .edit-btn .edit-icon[data-v-570bc9a4] {
      color: #666;
}
.mobile-only[data-v-570bc9a4] {
  display: none !important;
}
.desktop-only[data-v-570bc9a4] {
  display: block;
}
.form-buttons[data-v-570bc9a4] {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 38px;
}
.form-buttons i[data-v-570bc9a4] {
    margin-left: auto;
}
@media only screen and (max-width: 1251px) {
#description[data-v-570bc9a4] {
    padding: 0;
}
.card[data-v-570bc9a4] {
    margin-top: 24px !important;
}
.employer-aside[data-v-570bc9a4] {
    display: none !important;
}
}
@media only screen and (max-width: 992px) {
#description[data-v-570bc9a4] {
    padding: 0;
}
#description .card[data-v-570bc9a4] {
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      margin: 24px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
#description .card .tab-content[data-v-570bc9a4] {
        margin: 0;
}
#description .container[data-v-570bc9a4] {
      max-width: 100%;
}
#description .col-md-8[data-v-570bc9a4] {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 100% !important;
      max-width: 100%;
}
.desktop-only[data-v-570bc9a4] {
    display: none;
}
.mobile-only[data-v-570bc9a4] {
    display: block !important;
}
.no-mobile[data-v-570bc9a4] {
    border: none;
}
.list-group-item .d-flex[data-v-570bc9a4] {
    margin: 3px 12px !important;
}
.temp[data-v-570bc9a4] {
    margin: 1rem;
}
}
@media only screen and (max-width: 768px) {
#description[data-v-570bc9a4] {
    padding: 0;
}
#description .card[data-v-570bc9a4] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
.desktop-only[data-v-570bc9a4] {
    display: none;
}
.mobile-only[data-v-570bc9a4] {
    display: block !important;
}
.no-mobile[data-v-570bc9a4] {
    border: none;
}
.temp[data-v-570bc9a4] {
    margin: 1rem;
}
}
@media only screen and (max-width: 576px) {
#description[data-v-570bc9a4] {
    padding: 0;
}
#description .card[data-v-570bc9a4] {
      margin: 26px 0 0 0 !important;
      min-height: auto;
      height: auto !important;
}
.desktop-only[data-v-570bc9a4] {
    display: none;
}
.mobile-only[data-v-570bc9a4] {
    display: block !important;
}
.no-mobile[data-v-570bc9a4] {
    border: none;
}
.temp[data-v-570bc9a4] {
    margin: 1rem;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-28088fef] {
  margin-left: 28px;
  margin-right: 28px;
  min-height: calc(100vh - 140px);
}
.card .support[data-v-28088fef] {
    padding: 30px 12px 30px 12px;
}
.card .support h4[data-v-28088fef] {
      font-weight: 600;
      margin-bottom: 20px;
}
.card .support .buttons[data-v-28088fef] {
      margin-left: auto;
}
.card .support .buttons .btn-primary[data-v-28088fef] {
        margin-right: 12px;
}
[type='file'][data-v-28088fef] {
  border: 1px solid #ddd !important;
  clip: rect(0, 0, 0, 0);
  height: 37px !important;
  overflow: visible !important;
  padding: 0.375rem 0.75rem !important;
  position: relative !important;
  white-space: nowrap;
  width: 100% !important;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-70c7bbc5] {
  min-height: calc(100vh - 138px);
}
.title-header[data-v-70c7bbc5] {
  font-family: Montserrat, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: bolder;
}
.latest-ads[data-v-70c7bbc5] {
  padding: 20px 15px;
}
.latest-ads h2[data-v-70c7bbc5] {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.latest-ads .single[data-v-70c7bbc5] {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px #0000000d;
            box-shadow: 0px 15px 35px #0000000d;
    margin-bottom: 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latest-ads .single img[data-v-70c7bbc5] {
      width: 70px;
      height: 70px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      overflow: hidden;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-ads .single .job-info[data-v-70c7bbc5] {
      width: 37%;
      margin-right: 12px;
}
.latest-ads .single .job-info a[data-v-70c7bbc5] {
        display: block;
        text-decoration: none;
}
.latest-ads .single .job-info a[data-v-70c7bbc5]:first-of-type {
          font-size: 18px;
}
.latest-ads .single .job-info a[data-v-70c7bbc5]:nth-of-type(2) {
          color: #424242;
          font-size: 16px;
}
.latest-ads .single .documents i[data-v-70c7bbc5] {
      display: block;
      color: #afafaf;
      font-size: 25px;
      color: #ff0000;
}
.latest-ads .single .location[data-v-70c7bbc5] {
      text-align: center;
      width: 110px;
      margin: 0 10px;
}
.latest-ads .single .location a[data-v-70c7bbc5] {
        text-decoration: none;
}
.latest-ads .single .location i[data-v-70c7bbc5] {
        display: block;
        color: #afafaf;
        font-size: 18px;
        margin-bottom: 5px;
}
.latest-ads .single .location span[data-v-70c7bbc5] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform: uppercase;
}
.latest-ads .single .tagline[data-v-70c7bbc5] {
      text-align: right;
      width: 200px;
}
.latest-ads .single .tagline a[data-v-70c7bbc5] {
        display: inline-block;
        background: #f2f2f2;
        border-radius: 16px;
        color: #3e3e3e;
        border: 5px solid #fff;
        font-size: 13px;
        padding: 3px 8px;
        text-decoration: none;
        font-weight: 500;
}
@media only screen and (max-width: 576px) {
.latest-ads .single[data-v-70c7bbc5] {
    display: block !important;
}
.latest-ads .single img[data-v-70c7bbc5] {
      display: none;
}
.latest-ads .single .job-info[data-v-70c7bbc5] {
      width: 100%;
      margin-bottom: 12px;
}
.latest-ads .single .tagline[data-v-70c7bbc5] {
      margin: 12px 0 0 0 !important;
      width: 100%;
      text-align: center;
}
.latest-ads .single .location[data-v-70c7bbc5] {
      margin: 0;
      color: #666;
      margin-left: 0 !important;
      text-align: left !important;
}
.latest-ads .single .location i[data-v-70c7bbc5] {
        display: none;
}
.latest-ads .single .location[data-v-70c7bbc5]:nth-last-of-type(2) {
        text-align: right;
}
.latest-ads .ml-auto[data-v-70c7bbc5] {
    margin-right: auto !important;
    margin-left: 0 !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.title-header[data-v-39a27cf9] {
  font-family: Montserrat, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: bolder;
}
.applied[data-v-39a27cf9] {
  font-size: 14px;
  position: absolute;
  /* 2 */
  top: 50%;
  /* 3 */
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-transform: uppercase;
}
.applied i[data-v-39a27cf9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #28a745;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    width: 18px;
    height: 18px;
    margin-bottom: 3px;
}
[data-v-39a27cf9] .job-filters .vs--searchable .vs__dropdown-toggle {
  height: auto;
}
[data-v-39a27cf9] .job-filters .vs__search {
  padding-top: 2px !important;
}
[data-v-39a27cf9] .job-filters .aligment {
  width: 62%;
}
[data-v-39a27cf9] .job-filters .aligment-secondary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
}
[data-v-39a27cf9] .job-filters .form-control {
  color: #777;
}
[data-v-39a27cf9] .job-filters .btn-danger {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: Lato, Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  background-color: #f26622;
  border-color: #f26622;
  margin: 0 0 16px 12px;
}
.latest-ads[data-v-39a27cf9] {
  position: relative;
  padding: 20px 0;
  min-height: 55vh;
}
.latest-ads h2[data-v-39a27cf9] {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.latest-ads .single[data-v-39a27cf9] {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px #0000000d;
            box-shadow: 0px 15px 35px #0000000d;
    margin-bottom: 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latest-ads .single img[data-v-39a27cf9] {
      width: 70px;
      height: 70px;
      max-width: 70px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      overflow: hidden;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-ads .single .job-info[data-v-39a27cf9] {
      position: relative;
      width: 37%;
      margin-right: 12px;
}
.latest-ads .single .job-info a[data-v-39a27cf9] {
        display: block;
        text-decoration: none;
}
.latest-ads .single .job-info a[data-v-39a27cf9]:first-of-type {
          font-size: 18px;
}
.latest-ads .single .job-info a[data-v-39a27cf9]:nth-of-type(2) {
          color: #424242;
          font-size: 16px;
}
.latest-ads .single .location[data-v-39a27cf9] {
      text-align: center;
      width: 130px;
      margin: 0 10px;
}
.latest-ads .single .location a[data-v-39a27cf9] {
        text-decoration: none;
}
.latest-ads .single .location i[data-v-39a27cf9] {
        display: block;
        color: #afafaf;
        font-size: 18px;
        margin-bottom: 5px;
}
.latest-ads .single .location span[data-v-39a27cf9] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform: uppercase;
}
.latest-ads .single .tagline[data-v-39a27cf9] {
      text-align: right;
      width: 200px;
}
.latest-ads .single .tagline a[data-v-39a27cf9] {
        display: inline-block;
        background: #f2f2f2;
        border-radius: 16px;
        color: #3e3e3e;
        border: 5px solid #fff;
        font-size: 13px;
        padding: 3px 8px;
        text-decoration: none;
        font-weight: 500;
}

/* Media queries */
@media only screen and (max-width: 992px) {
.job-filters[data-v-39a27cf9] {
    display: block !important;
}
.job-filters .aligment[data-v-39a27cf9] {
      width: 100%;
}
.job-filters .aligment-secondary[data-v-39a27cf9] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 0px;
}
}
@media only screen and (max-width: 576px) {
.job-filters .aligment[data-v-39a27cf9] {
    width: 100%;
}
.job-filters .aligment-secondary[data-v-39a27cf9] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0px;
}
.latest-ads .single[data-v-39a27cf9] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.latest-ads .single img[data-v-39a27cf9] {
      display: none;
}
.latest-ads .single .job-info[data-v-39a27cf9] {
      width: 100%;
      margin-bottom: 12px;
}
.latest-ads .single .tagline[data-v-39a27cf9] {
      margin: 12px 0 0 0 !important;
      width: 100%;
      text-align: center;
}
.latest-ads .single .location[data-v-39a27cf9] {
      margin: 0;
      color: #666;
      width: 48%;
      text-align: left;
}
.latest-ads .single .location i[data-v-39a27cf9] {
        display: none;
}
.latest-ads .single .location[data-v-39a27cf9]:nth-last-of-type(2) {
        text-align: right;
}
}

.card[data-v-6a713a52] {
  min-height: calc(100vh - 135px);
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* Default select doc icon */
.fas[data-v-2908d50a]:hover {
  cursor: pointer;
}
.crown-active[data-v-2908d50a] {
  color: #f05a00 !important;
}
.open-document[data-v-2908d50a] {
  color: #000;
  cursor: pointer;
}
.add-document[data-v-2908d50a] {
  position: relative;
}
.add-document h5[data-v-2908d50a] {
    font-size: 2rem;
}
.add-document .list-unstyled[data-v-2908d50a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    max-height: 60vh;
    overflow-y: auto;
}
.add-document .list-unstyled li[data-v-2908d50a] {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding: 20px 0;
      font-size: 16px;
}
.add-document .list-unstyled li .fa-crown[data-v-2908d50a] {
        position: absolute;
        top: 5px;
        left: 4px;
        font-size: 17px;
        color: #a7a7a7;
        margin: 0 25px 0 5px;
        cursor: pointer;
}
.add-document .list-unstyled li span.d-flex[data-v-2908d50a] {
        padding-left: 60px;
}
.add-document .list-unstyled li .btn[data-v-2908d50a] {
        background: none !important;
        border: none !important;
        color: #000;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
}
.add-document .list-unstyled li[data-v-2908d50a]:nth-child(2n) {
        background: rgba(0, 0, 0, 0.06);
}
.add-document .modal-title[data-v-2908d50a] {
    font-size: 1.25rem;
}
@media only screen and (max-width: 992px) {
.add-document .container[data-v-2908d50a] {
    max-width: 100%;
}
.add-document .container .list-unstyled li[data-v-2908d50a] {
      background: #fff !important;
}
.add-document .container .list-unstyled li .col-md-3[data-v-2908d50a] {
        padding: 0 !important;
}
.add-document .container .list-unstyled li .hide-on-mobile[data-v-2908d50a] {
        display: none !important;
}
.add-document .container .list-unstyled li .fa-crown[data-v-2908d50a] {
        margin: 0 6px 0 0;
}
.add-document .container .list-unstyled li .date[data-v-2908d50a] {
        font-size: 14px;
        color: #666;
        display: inline-block;
        margin-top: 15px;
}
}
@media only screen and (max-width: 768px) {
.add-document .container[data-v-2908d50a] {
    max-width: 100%;
}
.add-document .container .list-unstyled li[data-v-2908d50a] {
      position: relative;
}
.add-document .container .list-unstyled li .mobile-fix[data-v-2908d50a] {
        position: absolute;
        right: 0;
        bottom: 25px;
}
}
@media only screen and (max-width: 576px) {
.add-document .list-unstyled li[data-v-2908d50a] {
    margin-left: 0;
    margin-right: 0;
}
.add-document .list-unstyled li .text-center[data-v-2908d50a] {
      text-align: left !important;
      margin-top: 6px !important;
}
.add-document .list-unstyled li .text-center .btn[data-v-2908d50a]:first-of-type {
        padding-left: 0;
}
}

/* Delete Modal */
.modal-body .form-control[data-v-2908d50a] {
  padding: 6px 12px !important;
  height: 42px !important;
}
.modal-body .btn-outline-success[data-v-2908d50a] {
  height: 40px;
}
.modal-body .custom-checkbox[data-v-2908d50a] {
  margin: 20px 0 5px 0;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.job-subscription .filter[data-v-9d7a567c] {
  margin-bottom: 30px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.job-subscription .filter .grp-1[data-v-9d7a567c],
  .job-subscription .filter .grp-2[data-v-9d7a567c] {
    margin-right: 12px;
}
.job-subscription .filter .grp-1 .form-group[data-v-9d7a567c],
    .job-subscription .filter .grp-2 .form-group[data-v-9d7a567c] {
      position: relative;
      margin-bottom: 0;
}
.job-subscription .filter .grp-1 .form-group .form-control[data-v-9d7a567c],
      .job-subscription .filter .grp-2 .form-group .form-control[data-v-9d7a567c] {
        font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
        margin-bottom: 12px;
        color: #777;
}
.job-subscription .filter .btn-success[data-v-9d7a567c] {
    -ms-flex-item-align: end;
        align-self: end;
    margin-left: 12px;
    position: relative;
    top: -12px;
}
.job-subscription .filter .grp-1[data-v-9d7a567c] {
    width: 45%;
}
.job-subscription .filter .grp-2[data-v-9d7a567c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.job-subscription .list-unstyled li[data-v-9d7a567c] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  position: relative;
}
.job-subscription .list-unstyled li span[data-v-9d7a567c] {
    position: relative;
    width: 19%;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-transform: uppercase;
}
.job-subscription .list-unstyled li span[data-v-9d7a567c]:first-of-type {
      width: 45%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      text-align: left;
}
.job-subscription .list-unstyled li span i[data-v-9d7a567c] {
      display: block;
      color: #afafaf;
      font-size: 18px;
      margin-bottom: 5px;
}
.job-subscription .list-unstyled li .fa-pen[data-v-9d7a567c],
  .job-subscription .list-unstyled li .fa-times[data-v-9d7a567c] {
    color: #afafaf;
    cursor: pointer;
}
.job-subscription .list-unstyled li .fa-times[data-v-9d7a567c] {
    margin-left: 12px;
}
.job-subscription .modal-body .form-control[data-v-9d7a567c] {
  height: 38px;
  padding-top: 6px !important;
  font-size: 1rem;
}
.mobile-lists[data-v-9d7a567c] {
  display: none;
}
@media only screen and (max-width: 1251px) {
.filter .form-group[data-v-9d7a567c] {
    width: 100%;
}
.mobile-lists[data-v-9d7a567c] {
    display: block;
    width: 100%;
}
.mobile-lists h6[data-v-9d7a567c] {
      background: #fff;
      margin: 0;
      padding: 12px 15px 0px 15px;
      font-size: 1.2rem;
}
.mobile-lists .list-unstyled[data-v-9d7a567c] {
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      background: #fff;
}
.mobile-lists .list-unstyled li[data-v-9d7a567c] {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 12px 0;
}
.mobile-lists .list-unstyled li span[data-v-9d7a567c] {
          margin: 0;
}
.mobile-lists .list-unstyled li .d-flex[data-v-9d7a567c] {
          height: auto;
}
.mobile-lists .list-unstyled li .user[data-v-9d7a567c] {
          display: block;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none;
}
.mobile-lists .list-unstyled li .location[data-v-9d7a567c],
        .mobile-lists .list-unstyled li .job-position[data-v-9d7a567c],
        .mobile-lists .list-unstyled li .date[data-v-9d7a567c],
        .mobile-lists .list-unstyled li .rec[data-v-9d7a567c] {
          font-size: 14px;
}
.mobile-lists .list-unstyled li .location[data-v-9d7a567c] {
          color: #f05a00;
          margin: 0 !important;
}
.mobile-lists .list-unstyled li .job-position[data-v-9d7a567c] {
          color: #666;
}
.mobile-lists .list-unstyled li .logs[data-v-9d7a567c] {
          text-transform: uppercase;
          font-size: 12px;
          margin-right: 8px !important;
          font-weight: 600;
          color: #666;
}
.mobile-lists .list-unstyled li .btn-primary[data-v-9d7a567c] {
          background: none !important;
          color: #666;
          border: none !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          margin-top: 2px;
}
.mobile-lists .list-unstyled li .btn-primary[data-v-9d7a567c]:nth-of-type(2) {
            color: #f02800;
}
.mobile-lists .list-unstyled li .fix[data-v-9d7a567c] {
          margin-right: -12px !important;
}
.mobile-lists .list-unstyled li[data-v-9d7a567c]:nth-child(2n) {
          background: #fff;
}
.mobile-lists .list-unstyled li .fa-pen[data-v-9d7a567c] {
          right: 5px;
}
.logs[data-v-9d7a567c] {
    width: auto !important;
}
.job-position[data-v-9d7a567c] {
    text-align: right !important;
}
.hide-on-mobile[data-v-9d7a567c] {
    display: none;
}
.mobile-lists[data-v-9d7a567c] {
    display: block;
}
}
@media only screen and (max-width: 768px) {
.job-subscription .filter .d-flex[data-v-9d7a567c] {
    display: block !important;
}
.job-subscription .filter .grp-1[data-v-9d7a567c] {
    width: 100%;
}
.job-subscription .filter .grp-2[data-v-9d7a567c] {
    width: 100%;
}
.job-subscription .filter .btn-success[data-v-9d7a567c] {
    top: 0;
}
.hide-on-mobile[data-v-9d7a567c] {
    display: none;
}
.logs[data-v-9d7a567c] {
    width: auto !important;
}
.job-position[data-v-9d7a567c] {
    text-align: right !important;
}
}
@media only screen and (max-width: 576px) {
.job-subscription .filter .grp-1[data-v-9d7a567c] {
    width: 100%;
}
.filter[data-v-9d7a567c] {
    display: block !important;
}
.tab-content[data-v-9d7a567c] {
    padding: 0;
}
.hide-on-mobile[data-v-9d7a567c] {
    display: none;
}
.btn-success[data-v-9d7a567c] {
    margin-top: 12px;
}
.logs[data-v-9d7a567c] {
    width: auto !important;
}
.job-position[data-v-9d7a567c] {
    text-align: right !important;
}
}

.default-avatar[data-v-19bbc2f0] {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.default-avatar img[data-v-19bbc2f0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.default-avatar .overlay[data-v-19bbc2f0] {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.default-avatar:hover .overlay[data-v-19bbc2f0] {
    opacity: 1;
}
.temporary-avatar[data-v-19bbc2f0] {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* Default select doc icon */
.fas[data-v-b5129508]:hover {
  cursor: pointer;
}
.crown-active[data-v-b5129508] {
  color: #f05a00 !important;
}
.guide-box[data-v-b5129508] {
  background-color: #eeeded;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  width: 320px;
  z-index: 9999;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.guide-box .monte[data-v-b5129508] {
    font-weight: 400 !important;
    font-family: Montserrat, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.guide-box span[data-v-b5129508] {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}
.guide-box img[data-v-b5129508] {
    max-width: 100%;
    height: auto;
}
.guide-box p[data-v-b5129508] {
    font-size: 14px;
}
.guide-box .buttons[data-v-b5129508] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.guide-box .buttons .btn[data-v-b5129508] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 13px;
}
.guide-box.linked[data-v-b5129508] {
    left: 120%;
    top: -50px;
}
.guide-box.linked[data-v-b5129508]:before {
      content: '';
      position: absolute;
      top: 50%;
      /* center vertically */
      left: -18px;
      /* place to the left of the element */
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 17px solid #eeeded;
      /* same as .linked background color */
}
.guide-box.docs[data-v-b5129508] {
    left: 115%;
    top: -70px;
}
.guide-box.docs[data-v-b5129508]:before {
      content: '';
      position: absolute;
      top: 50%;
      /* center vertically */
      left: -18px;
      /* place to the left of the element */
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 17px solid #eeeded;
      /* same as .linked background color */
}
.on-exit[data-v-b5129508] {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}
.on-exit .box[data-v-b5129508] {
    width: 55%;
    max-width: 1250px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #ddd;
    padding: 22px;
    position: relative;
    background-color: #fff;
}
.on-exit .box .content[data-v-b5129508] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.on-exit .box .content .close-button[data-v-b5129508] {
        position: absolute;
        top: 0px;
        right: 20px;
        cursor: pointer;
        font-weight: 900;
        color: #666;
}
.on-exit .box .content .text[data-v-b5129508] {
        padding: 30px 20px 30px 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.on-exit .box .content .text h3[data-v-b5129508] {
          font-weight: 900;
          color: #f26622;
          font-size: 26px;
          margin-bottom: 20px;
}
.on-exit .box .content .text h4[data-v-b5129508] {
          font-size: 16px;
          font-weight: 700;
}
.on-exit .box .content .text p[data-v-b5129508] {
          font-size: 15px;
}
.on-exit .box .content .text .list-unstyled[data-v-b5129508] {
          list-style: disc !important;
          font-size: 15px;
          padding-left: 25px;
}
.on-exit .box .content .text .list-unstyled li[data-v-b5129508] {
            margin-bottom: 12px;
            font-size: 14px;
}
.on-exit .box .content .text .btn-secondary[data-v-b5129508] {
          padding: 8px 30px;
          font-size: 16px;
          font-weight: 500;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.on-exit .box .content .text .btn-secondary[data-v-b5129508]:first-of-type {
            margin-right: 12px;
}
.on-exit .box .content .img-holder[data-v-b5129508] {
        width: 45%;
}
.on-exit .box .content .img-holder img[data-v-b5129508] {
          width: 100%;
          height: auto;
}
.on-exit .box .content .dont[data-v-b5129508] {
        text-align: center;
        margin-top: 12px;
        font-size: 13px;
        color: #0088cc;
        cursor: pointer;
}
.v-select .vs__dropdown-toggle[data-v-b5129508],
.vs--multiple .vs__dropdown-toggle[data-v-b5129508],
.vs--searchable .vs__dropdown-toggle[data-v-b5129508] {
  border: none !important;
}
.v-select .vs__dropdown-toggle .vs__selected-options[data-v-b5129508],
  .vs--multiple .vs__dropdown-toggle .vs__selected-options[data-v-b5129508],
  .vs--searchable .vs__dropdown-toggle .vs__selected-options[data-v-b5129508] {
    border: none !important;
}
select[data-v-b5129508] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
}
.form-group.required[data-v-b5129508] {
  position: relative;
}
.form-group.required[data-v-b5129508]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-aligment[data-v-b5129508] {
  position: relative;
}
.form-group.required-aligment[data-v-b5129508]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 26px;
    color: red;
    opacity: 0.6;
}
.vfl-has-label input[data-v-b5129508] {
  height: 3.2rem !important;
}
.edit[data-v-b5129508] {
  margin-bottom: 30px;
  padding-right: 18px;
}
.edit .avatar[data-v-b5129508] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 16px;
}
.edit .avatar img[data-v-b5129508] {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover;
      cursor: pointer;
}
.form-buttons .btn[data-v-b5129508] {
  padding: 6px 12px;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modal-header[data-v-b5129508] {
  padding: 12px 17px 0 22px;
}
.map-responsive[data-v-b5129508] {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.map-responsive iframe[data-v-b5129508] {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.change-avatar[data-v-b5129508] {
  position: relative;
  display: block;
  margin: 12px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.change-avatar img[data-v-b5129508] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}
.nav-tabs[data-v-b5129508] {
  margin-left: 1rem;
  margin-right: 1rem;
}
.tab-content[data-v-b5129508] {
  padding: 0 20px;
}
.nav-item[data-v-b5129508] {
  margin-right: 3px;
}
.nav-item a[data-v-b5129508] {
    color: #a3a6b4;
    font-size: 0.8rem;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    font-weight: 700;
    text-transform: uppercase;
}
.no-mobile[data-v-b5129508] {
  display: block;
}
@media only screen and (max-width: 1251px) {
.guide-box[data-v-b5129508] {
    display: none !important;
}
}
@media only screen and (max-width: 992px) {
.guide-box[data-v-b5129508] {
    display: none !important;
}
.on-exit[data-v-b5129508] {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
.on-exit .box[data-v-b5129508] {
      width: 92%;
      height: 95%;
      background: #fff;
      border-radius: 22px;
      border: 1px solid #ddd;
      padding: 22px;
      position: relative;
      background-color: #fff;
      overflow-y: auto;
}
.on-exit .box .content[data-v-b5129508] {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.on-exit .box .content .close-button[data-v-b5129508] {
          position: absolute;
          top: 0px;
          right: 20px;
          cursor: pointer;
          font-weight: 900;
          color: #666;
}
.on-exit .box .content .text[data-v-b5129508] {
          padding: 30px 20px 30px 0;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-negative: 0;
              flex-shrink: 0;
}
.on-exit .box .content .text h3[data-v-b5129508] {
            font-weight: 900;
            color: #f26622;
            font-size: 18px;
            margin-bottom: 20px;
}
.on-exit .box .content .text h4[data-v-b5129508] {
            font-size: 14px;
            font-weight: 700;
}
.on-exit .box .content .text p[data-v-b5129508] {
            font-size: 14px;
}
.on-exit .box .content .text .list-unstyled[data-v-b5129508] {
            list-style: disc !important;
            font-size: 14px;
            padding-left: 25px;
}
.on-exit .box .content .text .list-unstyled li[data-v-b5129508] {
              margin-bottom: 12px;
              font-size: 14px;
}
.on-exit .box .content .text .buttonss[data-v-b5129508] {
            display: block !important;
}
.on-exit .box .content .text .btn-secondary[data-v-b5129508] {
            padding: 8px 30px;
            font-size: 16px;
            font-weight: 500;
            display: block;
            width: 100%;
}
.on-exit .box .content .text .btn-secondary[data-v-b5129508]:first-of-type {
              margin-right: 12px;
              margin-bottom: 15px;
}
.on-exit .box .content .img-holder[data-v-b5129508] {
          display: none;
}
.on-exit .box .content .dont[data-v-b5129508] {
          text-align: center;
          margin-top: 12px;
          font-size: 13px;
          color: #0088cc;
          cursor: pointer;
}
}
@media only screen and (max-width: 576px) {
.add-doc[data-v-b5129508] {
    margin: 12px auto !important;
}
.edit[data-v-b5129508] {
    padding-right: 0;
}
.edit .d-flex[data-v-b5129508] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.edit .d-flex .text[data-v-b5129508] {
        width: 100%;
        text-align: center;
}
.edit .d-flex .form-control[data-v-b5129508] {
        margin: 0 0 12px 0 !important;
}
#profile-content .profile-info li[data-v-b5129508] {
    margin: 0 !important;
}
.tab-content[data-v-b5129508] {
    padding: 0;
    margin-bottom: 50px !important;
}
.nav-tabs[data-v-b5129508] {
    background: #fff;
    border: none;
    border-top: 1px solid #ddd;
    padding: 12px 0px;
    margin: 0 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.nav-tabs a[data-v-b5129508] {
      background: none;
      border: none;
      text-align: center;
      text-transform: uppercase;
      display: block;
      overflow: hidden;
      font-weight: 600;
      padding: 0;
}
.nav-tabs a i[data-v-b5129508] {
        margin-bottom: 3px;
}
.no-mobile[data-v-b5129508] {
    display: none;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.guide-box {
  background-color: #fff;
  position: absolute;
  left: 112%;
  top: -150px;
  padding: 20px;
  width: 320px;
  z-index: 9999;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.guide-box span {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}
.guide-box img {
    max-width: 100%;
    height: auto;
}
.guide-box p {
    font-size: 14px;
}
.guide-box .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.guide-box .buttons .btn {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 13px;
}
#profile-content .card {
  min-height: 625px;
  max-height: auto;
  padding: 15px 10px;
}
#profile-content h1 {
  position: relative;
  display: inline-block;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bolder;
  font-size: 21px;
  margin: 0;
}
#profile-content h1 i {
    font-size: 18px;
    position: relative;
    top: -2.5px;
    color: #888;
}
#profile-content .profile-info li {
  margin-bottom: 20px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}
#profile-content .profile-info li div.d-flex {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 3px 0px;
    padding: 12px 0;
    height: 46px;
}
#profile-content .profile-info .edit-label {
  display: inline-block;
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
}
.alert-message {
  margin: 12px 25px;
}
@media only screen and (max-width: 1251px) {
.card {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin: 24px 23px 0 23px !important;
}
.col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}
.alert-message {
    margin: 40px 25px 12px 25px;
}
}
@media only screen and (max-width: 992px) {
.card {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin: 24px 0 0 0 !important;
}
.alert-message {
    margin: 40px 0px 12px 0px;
}
}
@media only screen and (max-width: 576px) {
.card {
    margin: 0 !important;
    overflow: auto !important;
    min-height: 100% !important;
    height: 100vh !important;
}
.card .add-document .err-msg {
      text-align: center;
}
#profile-content .profile-info li {
    margin: 3px 20px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.col-sm-8[data-v-193340d7] {
  position: relative;
}
.col-sm-8 .fa-plug[data-v-193340d7] {
    position: absolute;
    font-size: 1rem;
    top: 10px;
    right: 22px;
}
.connected[data-v-193340d7] {
  color: #5bb75b;
}
.disconnected[data-v-193340d7] {
  color: #f02800;
}
.disconnected[data-v-193340d7] {
  color: #f02800;
}
.settings[data-v-193340d7] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  /* .d-flex {
    .btn:first-of-type {
      background: $color-base-blue;
      border: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .btn:nth-of-type(2) {
      background: $color-orange;
      border: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  } */
  /*  .btn-success {
    background: $color-base-blue;
    border-color: $color-base-blue;
  } */
}
.settings h3[data-v-193340d7] {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 12px 0;
    padding-bottom: 12px;
}
.settings h5[data-v-193340d7] {
    font-size: 2rem;
    font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 22px;
}
.settings .form-group[data-v-193340d7] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.settings .form-group .col-form-label[data-v-193340d7] {
      font-size: 14px;
      font-weight: 700;
}
.modal-body[data-v-193340d7] {
  font-size: 14px;
  padding: 20px 12px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.nofprmat[data-v-2746da5e] {
  text-transform: none !important;
}
.fake-link[data-v-2746da5e] {
  display: block;
  max-width: 250px;
}
.apply-documents li[data-v-2746da5e] {
  padding: 5px 15px;
}
.apply-documents li .custom-checkbox[data-v-2746da5e] {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.apply-documents li .custom-checkbox p[data-v-2746da5e] {
      position: relative;
      padding-left: 18px;
}
.apply-documents li .custom-checkbox p i[data-v-2746da5e] {
        position: absolute;
        top: 4px;
        left: 0;
        margin-right: 5px;
}
.job-ad[data-v-2746da5e] {
  padding-bottom: 30px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.job-ad .sticky-top[data-v-2746da5e] {
    top: 30px;
}
.job-ad .to-jobs[data-v-2746da5e] {
    display: block;
    margin: 20px 0 12px 0;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #0088cc;
    cursor: pointer;
}
.job-ad h1[data-v-2746da5e] {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 12px 0;
}
.job-ad .location[data-v-2746da5e],
  .job-ad .employment[data-v-2746da5e],
  .job-ad .type[data-v-2746da5e] {
    margin-right: 20px;
    font-size: 14px;
}
.job-ad .location i[data-v-2746da5e],
    .job-ad .employment i[data-v-2746da5e],
    .job-ad .type i[data-v-2746da5e] {
      color: #777;
      margin-right: 5px;
}
.job-ad .location a[data-v-2746da5e],
    .job-ad .employment a[data-v-2746da5e],
    .job-ad .type a[data-v-2746da5e] {
      text-decoration: none;
}
.job-ad .last[data-v-2746da5e] {
    display: none;
}
.job-ad .list-unstyled[data-v-2746da5e] {
    list-style: circle;
    margin: 15px 0;
}
.job-ad .list-unstyled li[data-v-2746da5e] {
      margin-left: 20px;
      padding-left: 8px;
}
.job-ad .company-info[data-v-2746da5e] {
    font-style: italic;
}
.job-ad .btn-success[data-v-2746da5e] {
    margin: 52px 0 12px 0;
    font-weight: 700;
    padding: 12px 0;
    font-size: 18px;
}
.job-ad .btn-success.applied[data-v-2746da5e] {
      background: rgba(0, 0, 0, 0.5);
      border: none;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
}
.job-ad .box[data-v-2746da5e] {
    margin-top: 55px;
}
.job-ad .box .list-unstyled[data-v-2746da5e] {
      list-style: none;
}
.job-ad .box .list-unstyled li[data-v-2746da5e] {
        margin: 0 0 12px 0;
        padding: 0;
}
.job-ad .box .list-unstyled li a[data-v-2746da5e] {
          text-decoration: none;
}
.job-ad .box .list-unstyled li a span[data-v-2746da5e]:first-of-type {
            font-size: 18px;
            font-family: 'Lato', sans-serif;
            width: 100%;
}
.job-ad .box .list-unstyled li a span[data-v-2746da5e]:nth-of-type(2) {
            font-size: 12px;
            color: #424242;
}
.job-ad .box h3[data-v-2746da5e] {
      text-transform: uppercase;
      font-size: 18px;
      margin: 25px 0 12px 0;
      font-family: Montserrat, sans-serif;
}
[data-v-2746da5e] .job-filters .vs--searchable .vs__dropdown-toggle {
  height: 38px;
}
[data-v-2746da5e] .job-filters .vs__search {
  padding-top: 2px !important;
}
[data-v-2746da5e] .job-filters .aligment {
  width: 60%;
}
[data-v-2746da5e] .job-filters .aligment-secondary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
}
[data-v-2746da5e] .job-filters .form-control {
  color: #777;
}
[data-v-2746da5e] .job-filters .btn-danger {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: Lato, Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  background-color: #f26622;
  border-color: #f26622;
  margin: 0 0 16px 12px;
}
.latest-ads[data-v-2746da5e] {
  padding: 20px 0;
}
.latest-ads h2[data-v-2746da5e] {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.latest-ads .single[data-v-2746da5e] {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px #0000000d;
            box-shadow: 0px 15px 35px #0000000d;
    margin-bottom: 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latest-ads .single img[data-v-2746da5e] {
      width: 70px;
      height: 70px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      overflow: hidden;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-ads .single .job-info[data-v-2746da5e] {
      width: 37%;
      margin-right: 12px;
}
.latest-ads .single .job-info a[data-v-2746da5e] {
        display: block;
        text-decoration: none;
}
.latest-ads .single .job-info a[data-v-2746da5e]:first-of-type {
          font-size: 18px;
}
.latest-ads .single .job-info a[data-v-2746da5e]:nth-of-type(2) {
          color: #424242;
          font-size: 16px;
}
.latest-ads .single .location[data-v-2746da5e] {
      text-align: center;
      width: 130px;
      margin: 0 10px;
}
.latest-ads .single .location a[data-v-2746da5e] {
        text-decoration: none;
}
.latest-ads .single .location i[data-v-2746da5e] {
        display: block;
        color: #afafaf;
        font-size: 18px;
        margin-bottom: 5px;
}
.latest-ads .single .location span[data-v-2746da5e] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform: uppercase;
}
.latest-ads .single .tagline[data-v-2746da5e] {
      text-align: right;
      width: 200px;
}
.latest-ads .single .tagline a[data-v-2746da5e] {
        display: inline-block;
        background: #f2f2f2;
        border-radius: 16px;
        color: #3e3e3e;
        border: 5px solid #fff;
        font-size: 13px;
        padding: 3px 8px;
        text-decoration: none;
        font-weight: 500;
}

/* Media queries */
@media only screen and (min-width: 1000px) {
.modal.show .modal-dialog[data-v-2746da5e] {
    min-width: 660px;
}
}
@media only screen and (max-width: 992px) {
.job-filters[data-v-2746da5e] {
    display: block !important;
}
.job-filters .aligment[data-v-2746da5e] {
      width: 100%;
}
.job-filters .aligment-secondary[data-v-2746da5e] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 0px;
}
.fake-link[data-v-2746da5e] {
    display: block;
    max-width: 400px;
}
}
@media only screen and (max-width: 576px) {
.job-filters .aligment[data-v-2746da5e] {
    width: 100%;
}
.job-filters .aligment-secondary[data-v-2746da5e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0px;
}
.latest-ads .single[data-v-2746da5e] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.latest-ads .single img[data-v-2746da5e] {
      display: none;
}
.latest-ads .single .job-info[data-v-2746da5e] {
      width: 100%;
      margin-bottom: 12px;
}
.latest-ads .single .tagline[data-v-2746da5e] {
      margin: 12px 0 0 0 !important;
      width: 100%;
      text-align: center;
}
.latest-ads .single .location[data-v-2746da5e] {
      margin: 0;
      color: #666;
      width: 48%;
      text-align: left;
}
.latest-ads .single .location i[data-v-2746da5e] {
        display: none;
}
.latest-ads .single .location[data-v-2746da5e]:nth-last-of-type(2) {
        text-align: right;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.title-header[data-v-483636a6] {
  font-family: Montserrat, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: bolder;
  font-size: 1.9rem;
  margin: 30px 0 20px 0;
}
.freelancing-network[data-v-483636a6] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 20px;
}
.freelancing-network .list-unstyled[data-v-483636a6] {
    list-style: disc !important;
}
.freelancing-network .list-unstyled li[data-v-483636a6] {
      margin-left: 35px !important;
}
.freelancing-network .modal-footer[data-v-483636a6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.freelancing-network .signature-pad[data-v-483636a6] {
    background: #fcf3b6;
    width: 100%;
    height: 170px;
}
.freelancing-network .sign[data-v-483636a6] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8%;
    padding-right: 8%;
}
.freelancing-network .form-group.required-fixed-right[data-v-483636a6] {
    position: relative;
}
.freelancing-network .form-group.required-fixed-right[data-v-483636a6]:after {
      content: '*';
      font-size: 22px;
      position: absolute;
      top: 11px;
      right: 25px;
      color: red;
      opacity: 0.6;
}
.freelancing-network .form-group.required-right-city[data-v-483636a6] {
    position: relative;
}
.freelancing-network .form-group.required-right-city[data-v-483636a6]:after {
      content: '*';
      font-size: 22px;
      position: absolute;
      top: 3px;
      right: 25px;
      color: red;
      opacity: 0.6;
}
.freelancing-network .stats[data-v-483636a6] {
    list-style: none;
}
.freelancing-network .stats li[data-v-483636a6] {
      font-size: 14px;
      margin-left: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 10px 0 10px 0;
      border-bottom: 1px solid #ddd;
}
.freelancing-network .stats li span[data-v-483636a6] {
        font-weight: 600;
        min-width: 110px;
        margin-right: 20px;
        display: inline-block;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
#profile-content .card {
  min-height: 625px;
  max-height: auto;
  padding: 15px 10px;
}
#profile-content h1 {
  position: relative;
  display: inline-block;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bolder;
  font-size: 21px;
  margin: 0;
}
#profile-content h1 i {
    font-size: 18px;
    position: relative;
    top: -2.5px;
    color: #888;
}
#profile-content .profile-info li {
  margin-bottom: 20px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}
#profile-content .profile-info li div.d-flex {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 3px 0px;
    padding: 12px 0;
    height: 46px;
}
#profile-content .profile-info .edit-label {
  display: inline-block;
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
}
.alert-message {
  margin: 12px 25px;
}
@media only screen and (max-width: 1251px) {
.card {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin: 24px 23px 0 23px !important;
}
.col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}
.alert-message {
    margin: 40px 25px 12px 25px;
}
}
@media only screen and (max-width: 992px) {
.card {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin: 24px 0 0 0 !important;
}
.alert-message {
    margin: 40px 0px 12px 0px;
}
}
@media only screen and (max-width: 576px) {
.card {
    margin: 0 !important;
    overflow: auto !important;
    min-height: 100% !important;
    height: 100vh !important;
}
.card .add-document .err-msg {
      text-align: center;
}
#profile-content .profile-info li {
    margin: 3px 20px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.custom-label[data-v-24251df8] {
  line-height: 40px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0;
}
#stage .stage-size[data-v-24251df8] {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new[data-v-24251df8] {
  background-color: #4ca7d5;
}
#stage .stage-color-draft[data-v-24251df8] {
  background-color: #8a8b8a;
}
#stage .stage-color-active[data-v-24251df8] {
  background-color: #419941;
}
#stage .stage-color-expired[data-v-24251df8] {
  background-color: #f17931;
}
#stage .stage-color-rejected[data-v-24251df8] {
  background-color: #f02800;
}
.candidate-list-card[data-v-24251df8] {
  height: 73vh;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#candidate-employment[data-v-24251df8] {
  position: relative;
}
table[data-v-24251df8] {
  position: relative;
  min-width: 100% !important;
}
table tr td[data-v-24251df8] {
    padding-bottom: 10.4px;
    padding-top: 10.5px;
}
table tr th[data-v-24251df8] {
    width: 180px;
}
table tr th[data-v-24251df8]:first-of-type, table tr th[data-v-24251df8]:nth-of-type(6), table tr th[data-v-24251df8]:nth-of-type(8) {
      width: 240px;
}
table tr th[data-v-24251df8]:nth-of-type(3) {
      width: 100px;
}
table tr th[data-v-24251df8]:nth-of-type(4) {
      width: 120px;
}
table .candidate-name[data-v-24251df8] {
    padding-left: 20px;
}
table .collapse-competences[data-v-24251df8] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    /*  max-width: 120%; */
    /*  .d-flex {
      padding: 8px 4px;
      flex-wrap: wrap;
    } */
}
table .collapse-competences .no-icon[data-v-24251df8] {
      display: inline-block;
      background: #f2f2f2;
      border-radius: 8px;
      padding: 2px 5px;
      margin: 6px;
      font-size: 12px;
      color: #222;
}
table td[data-v-24251df8]:nth-of-type(2), table td[data-v-24251df8]:nth-of-type(7), table td[data-v-24251df8]:nth-of-type(8) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.candidate-competences[data-v-24251df8] {
  position: relative;
  padding: 0 13px;
  width: 100%;
}
.candidate-competences .tech-icons[data-v-24251df8] {
    width: 100%;
}
.candidate-competences .icon-container[data-v-24251df8] {
    width: 44px;
    height: 44px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 999;
}
.candidate-competences .btn-danger[data-v-24251df8] {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    color: #222 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.candidate-competences .btn-danger[data-v-24251df8]:after {
      display: none;
}
.candidate-competences .dropdown-menu[data-v-24251df8] {
    max-width: 100%;
    min-width: 100%;
}
.candidate-competences .list-inline li[data-v-24251df8] {
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}
.candidate-competences .dropdown[data-v-24251df8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.labeled[data-v-24251df8] {
  padding-top: 15px;
}
.labeled span[data-v-24251df8] {
    font-size: 10px;
    display: inline-block;
    background: #fff;
    padding: 2px 5px;
    border-radius: 8px;
    margin-right: 0;
}
tr:nth-child(2n) .labeled span[data-v-24251df8] {
  background: rgba(0, 0, 0, 0.05);
}
.mobile-only[data-v-24251df8] {
  display: none !important;
}
.bottom-controls[data-v-24251df8] {
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  width: 100.12%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 1251px) {
.card[data-v-24251df8] {
    margin-left: 23px !important;
    margin-right: 23px !important;
}
}
@media only screen and (max-width: 992px) {
.card[data-v-24251df8] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.table-controls[data-v-24251df8] {
    margin-bottom: 0 !important;
}
.table-controls .published[data-v-24251df8] {
      margin: 0;
}
.integration-group[data-v-24251df8] {
    margin-right: 0 !important;
}
.custom-table[data-v-24251df8] {
    display: none;
}
.controls-wrap[data-v-24251df8] {
    display: block !important;
}
.controls-wrap .form-control[data-v-24251df8] {
      margin: 15px 0 0 0 !important;
      width: 100% !important;
}
.controls-wrap .custom-checkbox.no-mobile[data-v-24251df8] {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
}
.controls-wrap .custom-checkbox.mobile[data-v-24251df8] {
      font-size: 15px;
      margin: 14px 0 0 0;
}
.desktop-only[data-v-24251df8],
  .desktop-only-table[data-v-24251df8] {
    display: none;
}
.mobile-only[data-v-24251df8] {
    display: block !important;
}
.empl[data-v-24251df8] {
    width: 100%;
    margin-right: 0 !important;
}
}
.vs__dropdown-toggle[data-v-24251df8] {
  min-height: 38px;
}
@media only screen and (max-width: 768px) {
.table-controls[data-v-24251df8] {
    margin-bottom: 0 !important;
}
.table-controls .published[data-v-24251df8] {
      margin: 0;
}
.integration-group[data-v-24251df8] {
    margin-right: 0 !important;
}
.custom-table[data-v-24251df8] {
    display: none;
}
.controls-wrap[data-v-24251df8] {
    display: block !important;
}
.controls-wrap .form-control[data-v-24251df8] {
      margin: 15px 0 0 0 !important;
      width: 100% !important;
}
.controls-wrap .custom-checkbox.no-mobile[data-v-24251df8] {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
}
.controls-wrap .custom-checkbox.mobile[data-v-24251df8] {
      font-size: 15px;
      margin: 14px 0 0 0;
}
.desktop-only[data-v-24251df8],
  .desktop-only-table[data-v-24251df8] {
    display: none;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-24251df8] {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}
.table-controls[data-v-24251df8] {
    margin-bottom: 0 !important;
}
.table-controls .published[data-v-24251df8] {
      margin: 0;
}
.integration-group[data-v-24251df8] {
    margin-right: 0 !important;
}
.custom-table[data-v-24251df8] {
    display: none;
}
.controls-wrap[data-v-24251df8] {
    display: block !important;
}
.controls-wrap .form-control[data-v-24251df8] {
      margin: 15px 0 0 0 !important;
      width: 100% !important;
}
.controls-wrap .custom-checkbox.no-mobile[data-v-24251df8] {
      font-size: 14px;
      margin: 15px 0 0 0;
      display: none !important;
}
.controls-wrap .custom-checkbox.mobile[data-v-24251df8] {
      font-size: 15px;
      margin: 14px 0 0 0;
}
}
@media only screen and (max-width: 500px) {
.btn-success.mobile-only[data-v-24251df8] {
    display: none !important;
}
}

/* Filters */
.fade-enter-active[data-v-24251df8],
.fade-leave-active[data-v-24251df8] {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.fade-enter[data-v-24251df8],
.fade-leave-to[data-v-24251df8] {
  opacity: 0;
}

/* form-control style fix for custom v-select component */
/* /deep/ .filter-item .vs--searchable .vs__dropdown-toggle {
  height: calc(1.5em + 0.75rem + 2px);
} 
/* End Filters */
/* form-control style fix for custom v-select component */
.vs--searchable .vs__dropdown-toggle[data-v-24251df8] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-24251df8] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-24251df8] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.custom-label[data-v-895077ec] {
  line-height: 40px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0;
}
.btn-success[data-v-895077ec] {
  -ms-flex-item-align: start;
      align-self: start;
}
.m-button[data-v-895077ec] {
  display: none;
}
.published[data-v-895077ec] {
  margin-top: 8px;
}
.truncate-item a[data-v-895077ec] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.custom-table[data-v-895077ec] {
  min-width: 100%;
}
.custom-table tr td[data-v-895077ec]:first-of-type {
    padding-left: 21px;
}
.table-responsive[data-v-895077ec] {
  overflow-y: auto;
}
select[data-v-895077ec] {
  min-width: 110px;
  -webkit-box-shadow: 0px 2px 3px #0000000d;
          box-shadow: 0px 2px 3px #0000000d;
  border: 1px solid #d7dae2;
  border-radius: 4px;
}
#stage .stage-size[data-v-895077ec] {
  width: 12px;
  height: 12px;
}
#stage .stage-color-new[data-v-895077ec] {
  background-color: #4ca7d5;
}
#stage .stage-color-draft[data-v-895077ec] {
  background-color: #8a8b8a;
}
#stage .stage-color-active[data-v-895077ec] {
  background-color: #419941;
}
#stage .stage-color-expired[data-v-895077ec] {
  background-color: #f17931;
}
#stage .stage-color-rejected[data-v-895077ec] {
  background-color: #f02800;
}

/* Pipeline statistics */
#pipeline-statistics[data-v-895077ec] {
  position: relative;
}
#pipeline-statistics .stats-labels[data-v-895077ec] {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 0.75;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-size: 11px;
}
#pipeline-statistics .stats-labels .stats-labels-item[data-v-895077ec] {
      -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
              clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%, 0 0);
      padding: 0.4rem 1rem 0.4rem 1rem;
      margin-right: -10px;
}
#pipeline-statistics .stats-labels .stats-labels-item span[data-v-895077ec] {
        padding: 5px;
        color: #fff;
}
#pipeline-statistics .stats-labels .color-grey[data-v-895077ec] {
      background: #333;
}
#pipeline-statistics .stats-labels .color-light-grey[data-v-895077ec] {
      background: #747674;
}
#pipeline-statistics .stats-labels .color-blue[data-v-895077ec] {
      background: #465c74;
}
#pipeline-statistics .stats-labels .color-light-blue[data-v-895077ec] {
      background: #066da1;
}
#pipeline-statistics .stats-labels .color-green[data-v-895077ec] {
      background: #148214;
}
#pipeline-statistics .stats-labels .color-light-green[data-v-895077ec] {
      background: #5bb75b;
}
#pipeline-statistics .stats-labels .color-dark-red[data-v-895077ec] {
      background: #913d8b;
}
#pipeline-statistics .stats-labels .color-red[data-v-895077ec] {
      background: #f02800;
}
#pipeline-statistics .stats-labels span[data-v-895077ec]:nth-child(1) {
      font-size: 14px;
      font-weight: bold;
      margin-right: 10px;
}
#pipeline-statistics .stats-labels span[data-v-895077ec]:nth-child(2) {
      font-weight: 300;
}

/* #col-title,
#title:not([data-scroll='0']) {
  -webkit-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 5px 17px -14px rgba(0, 0, 0, 0.75);
} */
.published-mobile[data-v-895077ec] {
  display: none !important;
}
.employer-select[data-v-895077ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-only[data-v-895077ec] {
  display: none !important;
}
.desktop-only[data-v-895077ec] {
  display: block;
}
.desktop-only-table[data-v-895077ec] {
  display: table;
}
.service-level-select[data-v-895077ec],
.employer-level-select[data-v-895077ec] {
  width: 50%;
}
.card[data-v-895077ec] {
  height: 81.7vh;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 1251px) {
.card[data-v-895077ec] {
    margin: 24px 23px 0 23px !important;
}
}
@media only screen and (max-width: 992px) {
.m-button[data-v-895077ec] {
    display: inline-block;
    float: right;
    margin-top: 12px;
}
.card[data-v-895077ec] {
    margin-top: 26px !important;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mobile-only[data-v-895077ec] {
    display: block !important;
}
.integration-group[data-v-895077ec] {
    margin: 0 !important;
}
.controls-wrap[data-v-895077ec] {
    display: block !important;
}
.controls-wrap .published[data-v-895077ec] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-895077ec] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-895077ec] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-895077ec]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.desktop-only[data-v-895077ec] {
    display: none;
}
.desktop-only-table[data-v-895077ec] {
    display: none;
}
.wrapper[data-v-895077ec] {
    width: 100%;
}
.service-level-select[data-v-895077ec] {
    margin-top: 12px;
}
.employer-level-select[data-v-895077ec] {
    margin-top: 12px;
}
}
@media only screen and (max-width: 768px) {
.card[data-v-895077ec] {
    margin-top: 24px !important;
}
.mobile-only[data-v-895077ec] {
    display: block !important;
}
.integration-group[data-v-895077ec] {
    margin: 0 !important;
}
.controls-wrap[data-v-895077ec] {
    display: block !important;
}
.controls-wrap .published[data-v-895077ec] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-895077ec] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-895077ec] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-895077ec]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.desktop-only[data-v-895077ec] {
    display: none;
}
.desktop-only-table[data-v-895077ec] {
    display: none;
}
.service-level-select[data-v-895077ec],
  .employer-level-select[data-v-895077ec] {
    width: 100%;
}
}
@media only screen and (max-width: 576px) {
.card[data-v-895077ec] {
    margin-top: 0px !important;
}
.custom-table[data-v-895077ec] {
    display: none;
}
.integration-group[data-v-895077ec] {
    margin: 0 !important;
}
.controls-wrap[data-v-895077ec] {
    display: block !important;
}
.controls-wrap .published[data-v-895077ec] {
      display: none !important;
}
.controls-wrap .published-mobile[data-v-895077ec] {
      display: inline-block !important;
}
.controls-wrap .employer-select[data-v-895077ec] {
      width: 100% !important;
}
.controls-wrap .form-control[data-v-895077ec]:first-child {
      margin: 15px 17px 15px 0 !important;
}
.mobile-only[data-v-895077ec] {
    display: block !important;
}
.service-level-select[data-v-895077ec] {
    margin-right: 0 !important;
}
}
@media screen and (max-width: 1200px) {
.stats-labels-data[data-v-895077ec] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
}
.vs--searchable .vs__dropdown-toggle[data-v-895077ec] {
  height: calc(1.5em + 0.75rem + 2px);
}
.col-md-8.filter[data-v-895077ec] {
  color: #6c757d;
  margin-bottom: 12px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.filter-select[data-v-895077ec] {
  min-width: 200px;
  max-width: 200px;
  margin-right: 6px !important;
  padding-bottom: 8px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.link {
  color: #0088cc;
  cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}
.password-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #000;
}
.form-group {
  position: relative;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.form-group.required[data-v-85cea5a2] {
  position: relative;
}
.form-group.required[data-v-85cea5a2]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 12px;
    right: 12px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right[data-v-85cea5a2] {
  position: relative;
}
.form-group.required-right[data-v-85cea5a2]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right-city[data-v-85cea5a2] {
  position: relative;
}
.form-group.required-right-city[data-v-85cea5a2]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-85cea5a2] {
  position: relative;
}
.form-group.required-fixed-right[data-v-85cea5a2]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-85cea5a2] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-85cea5a2]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.modal-mask[data-v-85cea5a2] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-85cea5a2] {
  display: table-cell;
  vertical-align: middle;
}
.form-control[data-v-85cea5a2] {
  padding-left: 18px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-c3e5a45c] {
  background-color: rgba(238, 238, 238, 0.28);
}
h3[data-v-c3e5a45c] {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.25;
}

/* span {
  font-size: 90%;
} */
#form-ver[data-v-c3e5a45c] {
  max-width: 300px;
  margin: 25px auto 0;
}
#form-ver .form-control[data-v-c3e5a45c] {
    text-align: center;
    color: #505050;
    font-size: 50px;
    border: solid 2px #eaeaea;
    -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.555) inset;
            box-shadow: 0 0 3px rgba(204, 204, 204, 0.555) inset;
    /*  outline: none; */
    width: 60px !important;
    height: 90px;
    border-radius: 6px 6px;
    border-width: 2px;
}
#form-ver .form-control[data-v-c3e5a45c]:hover {
      border: solid 2px #dfdfdf;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
#form-ver .form-control[data-v-c3e5a45c]:focus {
      border: 2px solid #0088cc;
}
#form-ver .form-control[data-v-c3e5a45c]:not(:-moz-placeholder-shown) {
      -webkit-box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
}
#form-ver .form-control[data-v-c3e5a45c]:not(:-ms-input-placeholder) {
      -webkit-box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
}
#form-ver .form-control[data-v-c3e5a45c]:not(:placeholder-shown) {
      -webkit-box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
}
#form-ver .form-control[data-v-c3e5a45c]::-moz-selection {
      background: transparent;
}
#form-ver .form-control[data-v-c3e5a45c]::selection {
      background: transparent;
}
#form-ver button[data-v-c3e5a45c] {
    width: 200px;
    margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */
/* Firefox */
/* input[type='number'] {
  -moz-appearance: textfield;
} */

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.card[data-v-1519b580] {
  background-color: rgba(238, 238, 238, 0.28);
}
h3[data-v-1519b580] {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.25;
}

/* span {
  font-size: 90%;
} */
#form-ver-em[data-v-1519b580] {
  max-width: 300px;
  margin: 25px auto 0;
}
#form-ver-em .form-control[data-v-1519b580] {
    text-align: center;
    color: #505050;
    font-size: 50px;
    border: solid 2px #eaeaea;
    -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.555) inset;
            box-shadow: 0 0 3px rgba(204, 204, 204, 0.555) inset;
    /*  outline: none; */
    width: 60px !important;
    height: 90px;
    border-radius: 6px 6px;
    border-width: 2px;
}
#form-ver-em .form-control[data-v-1519b580]:hover {
      border: solid 2px #dfdfdf;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
#form-ver-em .form-control[data-v-1519b580]:focus {
      border: 2px solid #0088cc;
}
#form-ver-em .form-control[data-v-1519b580]:not(:-moz-placeholder-shown) {
      -webkit-box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
}
#form-ver-em .form-control[data-v-1519b580]:not(:-ms-input-placeholder) {
      -webkit-box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
}
#form-ver-em .form-control[data-v-1519b580]:not(:placeholder-shown) {
      -webkit-box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.25);
}
#form-ver-em .form-control[data-v-1519b580]::-moz-selection {
      background: transparent;
}
#form-ver-em .form-control[data-v-1519b580]::selection {
      background: transparent;
}
#form-ver-em button[data-v-1519b580] {
    width: 200px;
    margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */
/* Firefox */
/* input[type='number'] {
  -moz-appearance: textfield;
} */

.form-group.required[data-v-18328b8a] {
  position: relative;
}
.form-group.required[data-v-18328b8a]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 26px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right[data-v-18328b8a] {
  position: relative;
}
.form-group.required-right[data-v-18328b8a]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-18328b8a] {
  position: relative;
}
.form-group.required-fixed-right[data-v-18328b8a]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-18328b8a] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-18328b8a]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.multisteps-form__progress[data-v-18328b8a] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-18328b8a] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.no-padding[data-v-18328b8a] {
  padding-left: 8px;
  padding-top: 15px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-18328b8a] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-18328b8a]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-18328b8a]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-18328b8a]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-18328b8a] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-18328b8a]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.router-link-exact-active[data-v-054f765d] {
  background: #f05a00;
}
.navbar[data-v-054f765d] {
  padding: 0 30px !important;
  width: 100%;
}
.navbar.fixed-top[data-v-054f765d] {
    position: fixed !important;
}
.navbar .navbar-brand .svg-icon[data-v-054f765d] {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-right: 60px;
}
.navbar .navbar-nav[data-v-054f765d] {
    height: 70px;
    width: 100%;
}
.navbar .navbar-nav li[data-v-054f765d] {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.navbar .navbar-nav li a[data-v-054f765d] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        text-transform: uppercase;
        font-size: 15px;
        /* &.active,
        &:hover {
          background: $color-orange;
        } */
}
.navbar .navbar-nav li .btn[data-v-054f765d] {
        text-transform: uppercase;
        font-size: 15px;
}
.navbar .navbar-nav li #register-btn[data-v-054f765d] {
        margin-left: 12px;
}
.navbar .navbar-nav li[data-v-054f765d]:first-of-type {
        margin-right: 18px;
}
.navbar .navbar-nav li[data-v-054f765d]:nth-of-type(2) {
        margin-right: 18px;
}
#register-btn-mobile[data-v-054f765d],
#login-btn-mobile[data-v-054f765d] {
  display: none;
}
@media only screen and (max-width: 992px) {
.navbar[data-v-054f765d] {
    padding: 0 12px !important;
}
.navbar .navbar-toggler[data-v-054f765d] {
      position: relative;
}
.navbar .navbar-nav[data-v-054f765d] {
      height: auto;
}
.navbar .navbar-nav li[data-v-054f765d] {
        width: 100%;
        margin: 6px 0 !important;
}
.navbar .navbar-nav li a[data-v-054f765d] {
          display: block;
          width: 100%;
          padding-left: 12px;
}
.navbar .navbar-nav li .btn[data-v-054f765d] {
          margin-left: 12px;
}
.navbar .navbar-nav li #register-btn[data-v-054f765d] {
          margin: 0 0 0 12px;
}
}
@media only screen and (max-width: 768px) {
.navbar-nav li .btn[data-v-054f765d] {
    width: 100%;
}
}
@media only screen and (max-width: 576px) {
.navbar .navbar-brand .svg-icon[data-v-054f765d] {
    width: 50px;
    height: 50px;
}
.navbar-nav li .btn[data-v-054f765d] {
    width: 100%;
}
}

.footer[data-v-7a6886e4] {
  width: 100%;
  height: 350px;
  background: url(../img/footer-bg.ca3e1c99.png);
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
}
.footer .container[data-v-7a6886e4] {
    max-width: 1320px;
}
.footer a[data-v-7a6886e4] {
    text-decoration: none;
    color: #fff;
}
.footer .list-inline li[data-v-7a6886e4] {
    position: relative;
    margin-right: 25px;
    font-size: 14px;
}
.footer .list-inline li[data-v-7a6886e4]:after {
      content: '';
      position: absolute;
      right: -13px;
      top: 0;
      width: 1px;
      height: 100%;
      background: #fff;
}
.footer .list-inline li.last[data-v-7a6886e4]:after {
      display: none;
}
.footer .list-inline li i[data-v-7a6886e4] {
      margin-left: 8px;
      font-size: 18px;
}
@media only screen and (max-width: 576px) {
.footer[data-v-7a6886e4] {
    background-position: bottom left !important;
}
.footer .list-inline[data-v-7a6886e4] {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .list-inline li[data-v-7a6886e4] {
        display: block;
        width: 50%;
        margin-bottom: 6px;
        margin-right: 0;
}
.footer .list-inline li[data-v-7a6886e4]:after {
          display: none;
}
.footer .list-inline li[data-v-7a6886e4]:first-of-type {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5;
}
.footer .list-inline li[data-v-7a6886e4]:nth-of-type(2) {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.no-padding[data-v-fae5bece] {
  padding-left: 8px;
  padding-top: 15px;
}
.container[data-v-fae5bece] {
  max-width: 1320px;
}
.main-header[data-v-fae5bece] {
  height: 70vh;
  background: url(../img/header_home.d25171a7.png);
  background-size: cover;
  margin-top: 70px;
}
.main-header .container[data-v-fae5bece] {
    height: 70vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-fae5bece] {
      color: #fff;
      font-size: 2.5rem;
      width: 100%;
}
.main-header .container h1 span[data-v-fae5bece] {
        display: block;
}
.main-header .container .form-inline[data-v-fae5bece] {
      width: 100%;
}
.main-header .container .form-inline .col-1-left[data-v-fae5bece] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 12px;
}
.main-header .container .form-inline .col-2-middle[data-v-fae5bece] {
        width: 45%;
}
.main-header .container .form-inline .form-group[data-v-fae5bece] {
        position: relative;
        width: 100%;
        display: block;
}
.main-header .container .form-inline .form-group i[data-v-fae5bece] {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          right: 32px;
          color: #9b9b9b;
          font-size: 26px;
}
.main-header .container .form-inline .form-group .form-control[data-v-fae5bece] {
          border-radius: 8px;
          min-height: 65px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 18px;
          width: 100%;
          font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-header .container .form-inline .btn-secondary[data-v-fae5bece] {
        height: 54px;
        border-radius: 8px;
        display: block;
        width: 100%;
        text-transform: uppercase;
}
.main-header .container .form-inline a[data-v-fae5bece] {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        margin-top: 10px;
}
.latest-ads[data-v-fae5bece] {
  padding: 60px 0;
}
.latest-ads h2[data-v-fae5bece] {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.latest-ads .single[data-v-fae5bece] {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px #0000000d;
            box-shadow: 0px 15px 35px #0000000d;
    margin-bottom: 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latest-ads .single img[data-v-fae5bece] {
      width: 70px;
      height: 70px;
      max-width: 70px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      overflow: hidden;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-ads .single .job-info[data-v-fae5bece] {
      width: 30%;
      margin-right: 12px;
}
.latest-ads .single .job-info a[data-v-fae5bece] {
        display: block;
        text-decoration: none;
}
.latest-ads .single .job-info a[data-v-fae5bece]:first-of-type {
          font-size: 18px;
}
.latest-ads .single .job-info a[data-v-fae5bece]:nth-of-type(2) {
          color: #424242;
          font-size: 16px;
}
.latest-ads .single .location[data-v-fae5bece] {
      text-align: center;
      width: 130px;
      margin: 0 10px;
}
.latest-ads .single .location a[data-v-fae5bece] {
        text-decoration: none;
}
.latest-ads .single .location i[data-v-fae5bece] {
        display: block;
        color: #afafaf;
        font-size: 18px;
        margin-bottom: 5px;
}
.latest-ads .single .location span[data-v-fae5bece] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform: uppercase;
}
.latest-ads .single .tagline[data-v-fae5bece] {
      text-align: right;
      width: 200px;
}
.latest-ads .single .tagline a[data-v-fae5bece] {
        display: inline-block;
        background: #f2f2f2;
        border-radius: 16px;
        color: #3e3e3e;
        border: 5px solid #fff;
        font-size: 13px;
        padding: 3px 8px;
        text-decoration: none;
        font-weight: 500;
}
.pagination a[data-v-fae5bece] {
  color: #495057;
  font-size: 14px;
}
.single-promoted[data-v-fae5bece] {
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 35px #0000000d;
          box-shadow: 0px 15px 35px #0000000d;
  margin-bottom: 20px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-decoration: none;
}
.single-promoted img[data-v-fae5bece] {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -o-object-fit: contain;
       object-fit: contain;
}
.single-promoted .single-job-info[data-v-fae5bece] {
    margin-left: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-promoted .single-job-info span[data-v-fae5bece]:first-of-type {
      display: block;
      width: 100%;
}
.single-promoted .single-job-info span:first-of-type a[data-v-fae5bece] {
        text-decoration: none;
}
.single-promoted .single-job-info span[data-v-fae5bece]:nth-of-type(2) {
      display: block;
}
.single-promoted .single-job-info span:nth-of-type(2) a[data-v-fae5bece] {
        color: #87859c;
        font-size: 14px;
        text-decoration: none;
}
.single-promoted .location[data-v-fae5bece] {
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 12px;
    color: #87859c;
}
.single-promoted .details[data-v-fae5bece] {
    color: #424242;
    font-size: 14px;
}
.mid-section[data-v-fae5bece] {
  padding: 60px 0;
  background: #f05c00;
  color: #fff;
  margin-bottom: 40px;
}
.mid-section img[data-v-fae5bece] {
    width: 56px;
    height: 65px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 20px 20px 0 0;
}
.mid-section h2[data-v-fae5bece] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.mid-section p[data-v-fae5bece] {
    text-align: center;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}
.mid-section .text-box[data-v-fae5bece] {
    cursor: pointer;
    margin-top: 80px;
    width: 300px;
    position: relative;
}
.mid-section .text-box .text h3[data-v-fae5bece] {
      text-transform: uppercase;
      font-size: 24px;
}
.mid-section .text-box .text p[data-v-fae5bece] {
      text-align: left;
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
}
.mid-section .text-box span[data-v-fae5bece] {
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      background: #424242;
      color: #fff;
      text-decoration: none;
      text-align: center;
      top: 50%;
      right: -35px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
}
.brands[data-v-fae5bece] {
  padding: 50px 0;
}
.brands h3[data-v-fae5bece] {
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}
.brands img[data-v-fae5bece] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.brands img[data-v-fae5bece]:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
}
.form-group.required[data-v-fae5bece] {
  position: relative;
}
.form-group.required[data-v-fae5bece]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 26px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right[data-v-fae5bece] {
  position: relative;
}
.form-group.required-right[data-v-fae5bece]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-fae5bece] {
  position: relative;
}
.form-group.required-fixed-right[data-v-fae5bece]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-fae5bece] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-fae5bece]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.footer[data-v-fae5bece] {
  width: 100%;
  height: 350px;
  background: url(../img/footer-bg.ca3e1c99.png);
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
}
.footer a[data-v-fae5bece] {
    text-decoration: none;
    color: #fff;
}
.footer .list-inline li[data-v-fae5bece] {
    position: relative;
    margin-right: 25px;
    font-size: 14px;
}
.footer .list-inline li[data-v-fae5bece]:after {
      content: '';
      position: absolute;
      right: -13px;
      top: 0;
      width: 1px;
      height: 100%;
      background: #fff;
}
.footer .list-inline li.last[data-v-fae5bece]:after {
      display: none;
}
@media only screen and (max-width: 768px) {
.main-header[data-v-fae5bece] {
    height: auto;
}
.main-header .container[data-v-fae5bece] {
      height: auto;
      padding: 30px 20px;
}
.main-header .container h1[data-v-fae5bece] {
        font-size: 2rem;
}
.main-header .container .form-inline .form-group[data-v-fae5bece] {
        width: 100% !important;
        margin: 12px 0px;
}
.main-header .container .form-inline .form-group[data-v-fae5bece]:first-of-type {
          width: 100%;
}
.main-header .container .form-inline .form-group .form-control[data-v-fae5bece] {
          min-height: 55px;
}
.main-header .container .form-inline .form-group .btn-secondary[data-v-fae5bece] {
          height: 55px;
}
.main-header .container a[data-v-fae5bece] {
        width: 100%;
}
}
@media only screen and (max-width: 576px) {
.main-header[data-v-fae5bece] {
    margin-top: 60px;
}
.main-header .w-50[data-v-fae5bece] {
      width: 100% !important;
      margin-bottom: 12px;
}
.main-header .base-search-two[data-v-fae5bece] {
      display: block !important;
}
.main-header .base-search-two .col-1-left[data-v-fae5bece] {
        margin: 0 0 12px 0 !important;
}
.main-header .base-search-two .col-2-middle[data-v-fae5bece] {
        display: block !important;
        width: 100% !important;
}
.latest-ads .single[data-v-fae5bece] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.latest-ads .single img[data-v-fae5bece] {
      display: none;
}
.latest-ads .single .job-info[data-v-fae5bece] {
      width: 100%;
      margin-bottom: 12px;
}
.latest-ads .single .tagline[data-v-fae5bece] {
      margin: 12px 0 0 0 !important;
      width: 100%;
      text-align: center;
}
.latest-ads .single .location[data-v-fae5bece] {
      margin: 0;
      color: #666;
      width: 48%;
      text-align: left;
}
.latest-ads .single .location i[data-v-fae5bece] {
        display: none;
}
.latest-ads .single .location[data-v-fae5bece]:nth-last-of-type(2) {
        text-align: right;
}
.mid-section .mobile-wrap[data-v-fae5bece] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.container[data-v-85189160] {
  max-width: 1320px;
}
h2[data-v-85189160] {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
}
p[data-v-85189160] {
  color: #575757;
  font-size: 16px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-header[data-v-85189160] {
  height: 70vh;
  background: url(../img/header-services.f8e4957c.png);
  background-size: cover;
  margin-top: 70px;
}
.main-header .container[data-v-85189160] {
    height: 70vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-85189160] {
      color: #fff;
      font-size: 2.5rem;
      width: 100%;
}
.main-header .container h1 span[data-v-85189160] {
        display: block;
}
.recruitment[data-v-85189160] {
  padding: 60px 0;
}
.recruitment h3[data-v-85189160] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #575757;
    margin: 20px 0 12px 0;
}
.recruitment .list-unstyled[data-v-85189160] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #575757;
}
.recruitment .list-unstyled li[data-v-85189160] {
      margin: 0 0 6px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.recruitment .list-unstyled li.first[data-v-85189160] {
        margin-left: 0;
        list-style-type: none;
}
.recruitment .list-unstyled li .icon[data-v-85189160] {
        margin-right: 10px;
}
.recruitment .list-unstyled li i[data-v-85189160] {
        color: #f26622;
        font-size: 14px;
}
.benefits[data-v-85189160] {
  padding: 30px 0;
}
.benefits p[data-v-85189160] {
    margin-bottom: 60px;
}
.benefits .col-md-4 img[data-v-85189160] {
    width: 75px;
    height: 75px;
    margin: 0 auto 18px auto;
}
.benefits .col-md-4 h3[data-v-85189160] {
    text-transform: uppercase;
    color: #424242;
    font-size: 18px;
}
.mid-section[data-v-85189160] {
  padding: 80px 0;
  background: #f05c00;
  color: #fff;
  margin-bottom: 40px;
}
.mid-section h2[data-v-85189160] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.mid-section h2 img[data-v-85189160] {
      margin: -12px 10px 0 0;
}
.mid-section p[data-v-85189160] {
    text-align: center;
    color: #fff;
}
.mid-section .btn-secondary[data-v-85189160] {
    background: #fff;
    border-color: #fff;
    margin: 50px auto 0 auto;
    padding: 8px 25px;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.contact-us h2[data-v-85189160] {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.contact-us form[data-v-85189160] {
  margin: 50px 0;
}
.contact-us form .form-group[data-v-85189160] {
    position: relative;
}
.contact-us form .form-group .form-control[data-v-85189160] {
      border-radius: 8px;
      min-height: 65px;
      font-size: 18px;
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.contact-us form .form-group span[data-v-85189160] {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 0;
      right: 0;
      padding: 0 25px 0 0;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 21px;
      color: red;
}
.contact-us form .btn-secondary[data-v-85189160] {
    padding: 15px 0;
    font-size: 18px;
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
.main-header[data-v-85189160] {
    height: 50vh;
}
.main-header .container[data-v-85189160] {
      height: 50vh;
      padding: 30px 20px;
}
.main-header .container h1[data-v-85189160] {
        font-size: 2rem;
}
.mid-section .mobile-wrap[data-v-85189160] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
@media only screen and (max-width: 576px) {
.main-header[data-v-85189160] {
    margin-top: 60px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.reviews[data-v-3ccb4460] {
  position: relative;
  border-radius: 22px;
  background-color: #f26622;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 40px;
}
.reviews .review-item[data-v-3ccb4460] {
    text-align: center;
    display: block;
}
.reviews .review-item img[data-v-3ccb4460] {
      width: 180px;
      height: auto;
      display: block;
      margin: 0 auto 30px auto;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
}
.reviews .review-item p[data-v-3ccb4460] {
      color: #fff;
      font-size: 21px;
      font-style: italic;
}
.reviews .review-item span[data-v-3ccb4460] {
      display: block;
      color: #fff;
      font-weight: 700;
      margin: 30px 0;
      font-size: 18px;
}
.table-section[data-v-3ccb4460] {
  margin-top: 80px;
}
.table-section .spanner[data-v-3ccb4460] {
    position: absolute;
    right: 12px;
    top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 0;
    background: #f05b01;
    font-size: 13px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    font-weight: 600;
    text-decoration: none;
}
.table-section p span[data-v-3ccb4460] {
    font-weight: 700;
}
.table-section .table-bordered[data-v-3ccb4460] {
    /*     td {
      border: 3px solid #fff;
    } */
}
.table-section table thead tr th[data-v-3ccb4460] {
    color: #fff;
}
.table-section table thead tr th[data-v-3ccb4460]:first-of-type {
      background: #fff;
      color: #fff;
}
.table-section table thead tr th[data-v-3ccb4460]:not(:first-child) {
      background: #f05b01;
      text-align: center;
}
.table-section table tbody tr th[data-v-3ccb4460] {
    font-weight: 500;
    position: relative;
}
.table-section table tbody tr td[data-v-3ccb4460] {
    text-align: center;
}
.table-section table tbody tr[data-v-3ccb4460]:nth-child(odd) {
    background: #ffd9c4;
}
.table-section table tbody tr[data-v-3ccb4460]:nth-child(even) {
    background: #ffbe94;
}
.table-section table tbody tr[data-v-3ccb4460]:last-of-type {
    color: #fff;
    background: #f05b01 !important;
    font-weight: 600;
}
.table-section table tbody tr:last-of-type th[data-v-3ccb4460] {
      font-weight: 600;
}
.recruitment[data-v-3ccb4460] {
  padding: 60px 0;
}
.recruitment h3[data-v-3ccb4460] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #575757;
    margin: 20px 0 12px 0;
}
.recruitment .list-unstyled[data-v-3ccb4460] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #575757;
}
.recruitment .list-unstyled li[data-v-3ccb4460] {
      margin: 0 0 12px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.recruitment .list-unstyled li.first[data-v-3ccb4460] {
        margin-top: 50px;
        margin-left: 0;
        list-style-type: none;
}
.recruitment .list-unstyled li .icon[data-v-3ccb4460] {
        margin-right: 10px;
}
.recruitment .list-unstyled li i[data-v-3ccb4460] {
        color: #f26622;
        font-size: 14px;
}
.grey img[data-v-3ccb4460] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.grey img[data-v-3ccb4460]:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.container[data-v-3ccb4460] {
  max-width: 1320px;
}
h2[data-v-3ccb4460] {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
}
p[data-v-3ccb4460] {
  color: #575757;
  font-size: 16px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-header[data-v-3ccb4460] {
  height: 70vh;
  background: url(../img/header-services.f8e4957c.png);
  background-size: cover;
  margin-top: 70px;
}
.main-header .container[data-v-3ccb4460] {
    position: relative;
    height: 70vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-3ccb4460] {
      color: #fff;
      font-size: 2.5rem;
      width: 100%;
}
.main-header .container h1 span[data-v-3ccb4460] {
        display: block;
}
.main-header .container p[data-v-3ccb4460] {
      color: #fff !important;
      font-size: 18px;
      font-weight: 400;
}
.main-header .container .btn-secondary[data-v-3ccb4460] {
      padding: 10px 55px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 6px;
}
.main-header .container .btn-secondary[data-v-3ccb4460]:nth-of-type(2) {
        color: #000;
        margin-left: 12px;
        background: #fff;
        border: none !important;
}
.main-header .container-col[data-v-3ccb4460] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.main-header .list-inline[data-v-3ccb4460] {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.clouds[data-v-3ccb4460] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fb2), to(white));
  background-image: linear-gradient(to bottom, #008fb2, white);
  min-height: 620px;
  padding: 80px 20px;
}
.clouds .col-md-4[data-v-3ccb4460] {
    position: relative;
    height: 460px;
}
.clouds .text-item h3[data-v-3ccb4460] {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}
.clouds .text-item .text-buble[data-v-3ccb4460] {
    background-color: #fff;
    padding: 32px 0px;
    border-radius: 42px;
    text-align: center;
}
.clouds .text-item .text-buble .price[data-v-3ccb4460] {
      font-size: 32px;
      font-weight: 700;
      margin: 0 0 30px 0;
}
.clouds .text-item .text-buble .price span[data-v-3ccb4460] {
        display: block;
        font-weight: 400;
        font-size: 14px;
        color: #666;
}
.clouds .text-item .text-buble .btn-secondary[data-v-3ccb4460] {
      font-weight: 600;
}
.clouds .cloud[data-v-3ccb4460] {
    background: rgba(255, 255, 255, 0.9);
    width: 300px;
    height: 100px;
    border-radius: 150px;
    -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-animation: move-data-v-3ccb4460 3s infinite;
            animation: move-data-v-3ccb4460 3s infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
}
.clouds .cloud[data-v-3ccb4460]:after {
    content: '';
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: -50px;
    left: 50px;
    z-index: -1;
}
.clouds .cloud[data-v-3ccb4460]:before {
    content: '';
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 170px;
    height: 150px;
    border-radius: 50%;
    top: -90px;
    right: 40px;
    z-index: -1;
}
@-webkit-keyframes move-data-v-3ccb4460 {
0% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
}
50% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
}
}
@keyframes move-data-v-3ccb4460 {
0% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
}
50% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
}
}
.clouds .reviews[data-v-3ccb4460] {
    position: relative;
    border-radius: 22px;
    background-color: #f26622;
    margin-top: -40px;
    padding: 40px;
}
.clouds .reviews .review-item[data-v-3ccb4460] {
      text-align: center;
      display: block;
}
.clouds .reviews .review-item img[data-v-3ccb4460] {
        width: 180px;
        height: auto;
        display: block;
        margin: 0 auto 30px auto;
}
.clouds .reviews .review-item p[data-v-3ccb4460] {
        color: #fff;
        font-size: 21px;
        font-style: italic;
}
.clouds .reviews .review-item span[data-v-3ccb4460] {
        display: block;
        color: #fff;
        font-weight: 700;
        margin: 30px 0;
        font-size: 18px;
}
.about[data-v-3ccb4460] {
  padding: 60px 0;
}
.about h2[data-v-3ccb4460] {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 31px;
}
.about h4[data-v-3ccb4460] {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 32px;
    color: #666;
}
.about .title-text[data-v-3ccb4460] {
    text-align: center;
    font-size: 19px;
}
.about .title-text span[data-v-3ccb4460] {
      display: block;
}
.about .text-box[data-v-3ccb4460] {
    margin: 40px 0;
}
.about .text-box .icon[data-v-3ccb4460] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 20px 0;
}
.about .text-box .icon img[data-v-3ccb4460] {
        width: 72px;
        height: 72px;
        margin-right: 15px;
        -o-object-fit: cover;
           object-fit: cover;
}
.about .text-box .icon h3[data-v-3ccb4460] {
        color: #000;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        -ms-flex-item-align: end;
            align-self: flex-end;
}
.about .text-box .text[data-v-3ccb4460] {
      text-align: center;
}
.about .text-box .text p[data-v-3ccb4460] {
        font-size: 16px;
}
.about .boxes[data-v-3ccb4460] {
    margin-top: 180px;
}
.about .boxes .how-box[data-v-3ccb4460] {
      text-align: left;
      position: relative;
      margin-bottom: 100px;
}
.about .boxes .how-box .text[data-v-3ccb4460] {
        position: relative;
}
.about .boxes .how-box .text h2[data-v-3ccb4460] {
          position: relative;
          z-index: 9;
          text-align: left;
          text-transform: none;
          font-size: 24px;
}
.about .boxes .how-box .text p[data-v-3ccb4460] {
          position: relative;
          z-index: 9;
}
.about .boxes .how-box .text .count[data-v-3ccb4460] {
          position: absolute;
          bottom: 0;
          right: -80px;
          font-size: 280px;
          font-weight: 900;
          color: #ebeced;
          z-index: 0;
          height: 100px;
          opacity: 0.8;
          line-height: 0;
}
.statistics[data-v-3ccb4460] {
  padding: 20px 0 30px 0;
}
.statistics h2[data-v-3ccb4460] {
    margin-bottom: 30px;
}
.statistics .list-inline[data-v-3ccb4460] {
    margin: 0;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.statistics .list-inline li[data-v-3ccb4460] {
      width: 20%;
      text-align: center;
      font-size: 16px;
      border: 1px solid rgba(0, 0, 0, 0.02);
      width: 105px;
      height: 105px;
      color: #888;
      border-radius: 6px;
      -webkit-box-shadow: 0px 15px 35px #0000000d;
      box-shadow: 0px 15px 35px #0000000d;
      background: #fff;
}
.statistics .list-inline li .text[data-v-3ccb4460] {
        width: 100%;
}
.statistics .list-inline li .text span[data-v-3ccb4460] {
          display: block;
          margin: 4px auto;
          font-weight: 700;
          color: #575757;
}
.statistics .list-inline li .text i[data-v-3ccb4460] {
          display: block;
          font-size: 41px;
}
.statistics .list-inline li .text img[data-v-3ccb4460] {
          width: 42px;
          height: 42px;
}
.mid-section[data-v-3ccb4460] {
  padding: 80px 0;
  background: #f26622;
  color: #fff;
}
.mid-section h2[data-v-3ccb4460] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.mid-section h2 img[data-v-3ccb4460] {
      margin: -12px 10px 0 0;
}
.mid-section p[data-v-3ccb4460] {
    text-align: center;
    color: #fff;
}
.mid-section .btn-secondary[data-v-3ccb4460] {
    background: #fff;
    border-color: #fff;
    margin: 50px auto 0 auto;
    padding: 8px 25px;
    width: auto;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.mid-section-white[data-v-3ccb4460] {
  padding: 60px 0 60px 0;
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.mid-section-white img[data-v-3ccb4460] {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.mid-section-white h3[data-v-3ccb4460] {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
}
.mid-section-white p[data-v-3ccb4460] {
    color: #575757;
    font-size: 16px;
}
.mid-section-white .list-unstyled li[data-v-3ccb4460] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mid-section-white .list-unstyled li .icon[data-v-3ccb4460] {
      width: 20px;
      margin-right: 12px;
      font-size: 18px;
      color: #f26622;
}
.orange-boxes[data-v-3ccb4460] {
  padding: 80px 0;
}
.orange-boxes .text-box[data-v-3ccb4460] {
    position: relative;
    background: #f26622;
    padding-bottom: 70%;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}
.orange-boxes .text-box .content[data-v-3ccb4460] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.orange-boxes .text-box .content h3[data-v-3ccb4460] {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 5px;
}
.orange-boxes .text-box .content img[data-v-3ccb4460] {
        width: 94px;
        height: 94px;
        border-radius: 100%;
        display: block;
        margin: 0 auto 12px auto;
}
.contact-us[data-v-3ccb4460] {
  margin-top: 80px;
}
.contact-us h2[data-v-3ccb4460] {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.contact-us form[data-v-3ccb4460] {
    margin: 50px 0;
}
.contact-us form .form-group[data-v-3ccb4460] {
      position: relative;
}
.contact-us form .form-group .form-control[data-v-3ccb4460] {
        border-radius: 8px;
        min-height: 65px;
        font-size: 18px;
        font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.contact-us form .form-group span[data-v-3ccb4460] {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        right: 0;
        padding: 0 25px 0 0;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 21px;
        color: red;
}
.contact-us form .btn-secondary[data-v-3ccb4460] {
      padding: 15px 0;
      font-size: 18px;
      margin-top: 20px;
}
.what-we-offer .accordion-item[data-v-3ccb4460] {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.what-we-offer .accordion-item .accordion-button[data-v-3ccb4460] {
    font-weight: 600;
    font-size: 15px;
}
.what-we-offer .intro[data-v-3ccb4460] {
  text-align: center;
  padding: 80px 0 20px 0;
}
.what-we-offer .intro h2[data-v-3ccb4460] {
    text-transform: uppercase;
    font-weight: 700;
}
.what-we-offer .text-box[data-v-3ccb4460] {
  text-align: center;
  margin-bottom: 50px;
}
.what-we-offer .text-box .icon[data-v-3ccb4460] {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto 20px auto;
}
.what-we-offer .text-box .icon img[data-v-3ccb4460] {
      width: 92px;
      height: 92px;
      -o-object-fit: cover;
         object-fit: cover;
}
.what-we-offer .text-box h3[data-v-3ccb4460] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.black-section[data-v-3ccb4460] {
  height: 360px;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
.black-section img[data-v-3ccb4460] {
    width: 200px;
    height: auto;
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.black-section .text[data-v-3ccb4460] {
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.black-section .text h4[data-v-3ccb4460] {
      color: #000;
      font-weight: 600;
}
.black-section .text p[data-v-3ccb4460] {
      font-size: 18px;
      color: #000;
}
.black-section .text p span[data-v-3ccb4460] {
        display: block;
        color: #f26622;
}
.black-section .text .btn-secondary[data-v-3ccb4460] {
      padding: 8px 55px;
      text-transform: uppercase;
      font-weight: 600;
}
@media only screen and (max-width: 992px) {
.table-section table[data-v-3ccb4460] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.main-header[data-v-3ccb4460] {
    margin-top: 60px;
    height: auto !important;
}
.main-header .container[data-v-3ccb4460] {
      height: auto;
}
.main-header .container h1[data-v-3ccb4460] {
        font-size: 28px;
        margin-top: 20px;
}
.main-header .container p[data-v-3ccb4460] {
        font-size: 15px;
}
.main-header .container .btn-secondary[data-v-3ccb4460] {
        display: block;
        margin: 12px 0 0 0 !important;
}
.main-header .list-inline[data-v-3ccb4460] {
      position: relative;
      display: block !important;
      width: 100%;
      margin-top: 30px;
}
.main-header .list-inline li[data-v-3ccb4460] {
        width: 100%;
        margin-bottom: 12px;
}
.about h4[data-v-3ccb4460] {
    font-size: 21px;
    font-weight: 600;
}
.clouds .col-md-4[data-v-3ccb4460] {
    height: auto !important;
}
.clouds .cloud[data-v-3ccb4460] {
    position: relative !important;
    margin: 12px 0 !important;
}
.clouds .cloud[data-v-3ccb4460]::before {
      display: none !important;
}
.clouds .cloud[data-v-3ccb4460]::after {
      display: none !important;
}
.clouds .reviews[data-v-3ccb4460] {
    margin-top: 40px;
}
.clouds .reviews .review-item p[data-v-3ccb4460] {
      font-size: 15px;
}
.clouds .reviews .review-item span[data-v-3ccb4460] {
      font-size: 15px;
}
.black-section[data-v-3ccb4460] {
    display: block !important;
    margin-top: 80px;
}
.black-section .text[data-v-3ccb4460] {
      text-align: center !important;
}
.black-section img[data-v-3ccb4460] {
      display: none !important;
}
.boxes .how-box:first-of-type .text[data-v-3ccb4460] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(2) .text[data-v-3ccb4460] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(2) .col-md-6[data-v-3ccb4460] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.boxes .how-box:nth-of-type(3) .text[data-v-3ccb4460] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(4) .text[data-v-3ccb4460] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(4) .col-md-6[data-v-3ccb4460] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.boxes .how-box:nth-of-type(5) .text[data-v-3ccb4460] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(6) .text[data-v-3ccb4460] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(6) .col-md-6[data-v-3ccb4460] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
}
@media only screen and (max-width: 1200px) {
.main-header[data-v-3ccb4460] {
    margin-top: 60px;
    height: auto !important;
}
.main-header .container[data-v-3ccb4460] {
      height: auto;
}
.main-header .container h1[data-v-3ccb4460] {
        font-size: 28px;
        margin-top: 20px;
}
.main-header .container p[data-v-3ccb4460] {
        font-size: 15px;
}
.main-header .container .btn-secondary[data-v-3ccb4460] {
        display: block;
        margin: 12px 0 0 0 !important;
}
.main-header .list-inline[data-v-3ccb4460] {
      position: relative;
      display: block !important;
      width: 100%;
      margin-top: 30px;
}
.main-header .list-inline li[data-v-3ccb4460] {
        width: 100%;
        margin-bottom: 12px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.cta[data-v-befb9282] {
  padding: 12px 85px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}

/* Multi Step Form CSS */
.multisteps-form__progress[data-v-befb9282] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-befb9282] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.no-padding[data-v-befb9282] {
  padding-left: 8px;
  padding-top: 15px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-befb9282] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-befb9282]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-befb9282]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-befb9282]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-befb9282] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-befb9282]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.form-group[data-v-befb9282] {
  margin-bottom: 25px;
}
.form-group.required[data-v-befb9282] {
  position: relative;
}
.form-group.required[data-v-befb9282]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 26px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right[data-v-befb9282] {
  position: relative;
}
.form-group.required-right[data-v-befb9282]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-befb9282] {
  position: relative;
}
.form-group.required-fixed-right[data-v-befb9282]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-befb9282] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-befb9282]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-country[data-v-befb9282] {
  position: relative;
}
.form-group.required-fixed-country[data-v-befb9282]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 8px;
    color: red;
    opacity: 0.6;
}
.modal-body .btn[data-v-befb9282] {
  margin-top: 0 !important;
  font-size: 1rem !important;
  padding: 6px 12px !important;
}
.container[data-v-befb9282] {
  max-width: 1320px;
}
h2[data-v-befb9282] {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
}
p[data-v-befb9282] {
  color: #575757;
  font-size: 16px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-header[data-v-befb9282] {
  height: 70vh;
  background: url(../img/header_free-job-posting.139841dd.png);
  background-size: cover;
  margin-top: 70px;
}
.main-header .container[data-v-befb9282] {
    height: 70vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-befb9282] {
      color: #fff;
      font-size: 2.5rem;
      width: 100%;
}
.main-header .container h1 span[data-v-befb9282] {
        display: block;
}
.jobs[data-v-befb9282] {
  padding: 60px 0;
}
.jobs h3[data-v-befb9282] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #575757;
    margin: 20px 0 12px 0;
}
.jobs .list-unstyled[data-v-befb9282] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #575757;
}
.jobs .list-unstyled li[data-v-befb9282] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 12px 12px;
}
.jobs .list-unstyled li.first[data-v-befb9282] {
        margin-left: 0;
        list-style-type: none;
}
.jobs .list-unstyled li .icon[data-v-befb9282] {
        margin-right: 10px;
}
.jobs .list-unstyled li i[data-v-befb9282] {
        color: #f26622;
        font-size: 14px;
}
.jobs .btn-secondary[data-v-befb9282] {
    font-size: 18px;
    padding: 8px 22px;
    margin-top: 12px;
}
.jobs .btn-secondary[data-v-befb9282]:nth-of-type(2) {
      background: #424242 !important;
      border-color: #424242 !important;
}
.mid-section[data-v-befb9282] {
  padding: 80px 0;
  background: #f05c00;
  color: #fff;
  margin-bottom: 40px;
}
.mid-section h2[data-v-befb9282] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.mid-section h2 img[data-v-befb9282] {
      margin: -12px 10px 0 0;
}
.mid-section p[data-v-befb9282] {
    text-align: center;
    color: #fff;
}
.mid-section .btn-secondary[data-v-befb9282] {
    background: #424242;
    border-color: #424242;
    margin: 30px 0 0 0;
    padding: 8px 25px;
    font-size: 18px;
}
.statistics[data-v-befb9282] {
  padding: 20px 0 30px 0;
}
.statistics h2[data-v-befb9282] {
    margin-bottom: 30px;
}
.statistics .list-inline[data-v-befb9282] {
    margin: 0;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.statistics .list-inline li[data-v-befb9282] {
      width: 20%;
      text-align: center;
      font-size: 16px;
      border: 1px solid rgba(0, 0, 0, 0.02);
      width: 105px;
      height: 105px;
      color: #888;
      border-radius: 6px;
      -webkit-box-shadow: 0px 15px 35px #0000000d;
      box-shadow: 0px 15px 35px #0000000d;
      background: #fff;
}
.statistics .list-inline li .text[data-v-befb9282] {
        width: 100%;
}
.statistics .list-inline li .text span[data-v-befb9282] {
          display: block;
          margin: 4px auto;
          font-weight: 700;
          color: #575757;
}
.statistics .list-inline li .text i[data-v-befb9282] {
          display: block;
          font-size: 41px;
}
.statistics .list-inline li .text img[data-v-befb9282] {
          width: 42px;
          height: 42px;
}
@media only screen and (max-width: 768px) {
.main-header[data-v-befb9282] {
    height: 50vh;
}
.main-header .container[data-v-befb9282] {
      height: 50vh;
      padding: 30px 20px;
}
.main-header .container h1[data-v-befb9282] {
        font-size: 2rem;
}
}
@media only screen and (max-width: 576px) {
.main-header[data-v-befb9282] {
    margin-top: 60px;
}
.btn-secondary[data-v-befb9282] {
    font-size: 18px;
    padding: 8px 22px;
    margin-top: 12px;
    width: 100%;
    display: block;
}
.btn-secondary[data-v-befb9282]:nth-of-type(2) {
      background: #424242 !important;
      border-color: #424242 !important;
      margin-left: 0 !important;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.single[data-v-32ae66bb] {
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 35px #0000000d;
          box-shadow: 0px 15px 35px #0000000d;
  margin-bottom: 20px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.single img[data-v-32ae66bb] {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    overflow: hidden;
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.single .job-info[data-v-32ae66bb] {
    width: 37%;
    margin-right: 12px;
}
.single .job-info a[data-v-32ae66bb] {
      display: block;
      text-decoration: none;
}
.single .job-info a[data-v-32ae66bb]:first-of-type {
        font-size: 18px;
}
.single .job-info a[data-v-32ae66bb]:nth-of-type(2) {
        color: #424242;
        font-size: 16px;
}
.single .location[data-v-32ae66bb] {
    text-align: center;
    width: 130px;
    margin: 0 10px;
}
.single .location a[data-v-32ae66bb] {
      text-decoration: none;
}
.single .location i[data-v-32ae66bb] {
      display: block;
      color: #afafaf;
      font-size: 18px;
      margin-bottom: 5px;
}
.single .location span[data-v-32ae66bb] {
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      text-transform: uppercase;
}
.single .tagline[data-v-32ae66bb] {
    text-align: right;
    width: 200px;
}
.single .tagline a[data-v-32ae66bb] {
      display: inline-block;
      background: #f2f2f2;
      border-radius: 16px;
      color: #3e3e3e;
      border: 5px solid #fff;
      font-size: 13px;
      padding: 3px 8px;
      text-decoration: none;
      font-weight: 500;
}
.single .tagline .show-more[data-v-32ae66bb] {
      background: none;
      font-size: 11px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
/* .container {
  max-width: 1320px;
} */
.mid-section[data-v-8b74011a] {
  padding: 60px 0;
  background: #f05c00;
  color: #fff;
  margin-bottom: 40px;
}
.mid-section img[data-v-8b74011a] {
    width: 56px;
    height: 65px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 20px 20px 0 0;
}
.mid-section h2[data-v-8b74011a] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.mid-section p[data-v-8b74011a] {
    text-align: center;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}
.mid-section .text-box[data-v-8b74011a] {
    margin-top: 80px;
    width: 365px;
    position: relative;
}
.mid-section .text-box .text h3[data-v-8b74011a] {
      text-transform: uppercase;
      font-size: 22px;
}
.mid-section .text-box .text p[data-v-8b74011a] {
      text-align: left;
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
}
.mid-section .text-box a[data-v-8b74011a] {
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      background: #424242;
      color: #fff;
      text-decoration: none;
      text-align: center;
      top: 50%;
      right: -35px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
}
@media only screen and (max-width: 576px) {
  /* .latest-ads {
    .single {
      flex-wrap: wrap;
      img {
        display: none;
      }
      .job-info {
        width: 100%;
        margin-bottom: 12px;
      }
      .tagline {
        margin: 12px 0 0 0 !important;
        width: 100%;
        text-align: center;
      }
      .location {
        margin: 0;
        color: #666;
        width: 48%;
        text-align: left;
        i {
          display: none;
        }
        &:nth-last-of-type(3) {
          text-align: right;
        }
      }
    }
  } */
.mid-section .mobile-wrap[data-v-8b74011a] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mid-section .text-box[data-v-8b74011a] {
    width: 290px;
}
}
@media only screen and (max-width: 576px) {
  /* .latest-ads {
    .single {
      flex-wrap: wrap;
      img {
        display: none;
      }
      .job-info {
        width: 100%;
        margin-bottom: 12px;
      }
      .tagline {
        margin: 12px 0 0 0 !important;
        width: 100%;
        text-align: center;
      }
      .location {
        margin: 0;
        color: #666;
        width: 48%;
        text-align: left;
        i {
          display: none;
        }
        &:nth-last-of-type(3) {
          text-align: right;
        }
      }
    }
  } */
.mid-section .mobile-wrap[data-v-8b74011a] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mid-section .text-box[data-v-8b74011a] {
    width: 290px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.mid-section[data-v-f43a390e] {
  padding: 60px 0;
  background: #f05c00;
  color: #fff;
  margin-bottom: 40px;
}
.mid-section img[data-v-f43a390e] {
    width: 56px;
    height: 65px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 20px 20px 0 0;
}
.mid-section h2[data-v-f43a390e] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.mid-section p[data-v-f43a390e] {
    text-align: center;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}
.mid-section .text-box[data-v-f43a390e] {
    margin-top: 80px;
    width: 365px;
    position: relative;
}
.mid-section .text-box .text h3[data-v-f43a390e] {
      text-transform: uppercase;
      font-size: 22px;
}
.mid-section .text-box .text p[data-v-f43a390e] {
      text-align: left;
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
}
.mid-section .text-box span[data-v-f43a390e] {
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      background: #424242;
      color: #fff;
      text-decoration: none;
      text-align: center;
      top: 50%;
      right: -35px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
}
@media only screen and (max-width: 576px) {
  /* .latest-ads {
    .single {
      flex-wrap: wrap;
      img {
        display: none;
      }
      .job-info {
        width: 100%;
        margin-bottom: 12px;
      }
      .tagline {
        margin: 12px 0 0 0 !important;
        width: 100%;
        text-align: center;
      }
      .location {
        margin: 0;
        color: #666;
        width: 48%;
        text-align: left;
        i {
          display: none;
        }
        &:nth-last-of-type(3) {
          text-align: right;
        }
      }
    }
  } */
.mid-section .mobile-wrap[data-v-f43a390e] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mid-section .text-box[data-v-f43a390e] {
    width: 290px;
}
}
@media only screen and (max-width: 576px) {
  /* .latest-ads {
    .single {
      flex-wrap: wrap;
      img {
        display: none;
      }
      .job-info {
        width: 100%;
        margin-bottom: 12px;
      }
      .tagline {
        margin: 12px 0 0 0 !important;
        width: 100%;
        text-align: center;
      }
      .location {
        margin: 0;
        color: #666;
        width: 48%;
        text-align: left;
        i {
          display: none;
        }
        &:nth-last-of-type(3) {
          text-align: right;
        }
      }
    }
  } */
.mid-section .mobile-wrap[data-v-f43a390e] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mid-section .text-box[data-v-f43a390e] {
    width: 290px;
}
}
.container[data-v-f43a390e] {
  max-width: 1320px;
}
.main-header[data-v-f43a390e] {
  height: 70vh;
  background: url(../img/header-search-jobs.8d9b1af9.jpg);
  background-size: cover;
  margin-top: 69px;
}
.main-header .new-control[data-v-f43a390e] {
    background: #fff !important;
    min-height: 53.6px !important;
    margin-bottom: 14px;
    font-size: 16px !important;
    color: #777;
    font-family: Montserrat, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    padding-left: 21px !important;
}
.main-header .container[data-v-f43a390e] {
    height: 70vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-f43a390e] {
      color: #fff;
      font-size: 2.5rem;
      width: 100%;
}
.main-header .container h1 span[data-v-f43a390e] {
        display: block;
}
.main-header .container .form-inline[data-v-f43a390e] {
      width: 100%;
}
.main-header .container .form-inline .col-1-left[data-v-f43a390e] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 12px;
}
.main-header .container .form-inline .col-2-middle[data-v-f43a390e] {
        width: 40%;
}
.main-header .container .form-inline .form-group[data-v-f43a390e] {
        position: relative;
        width: 100%;
        display: block;
}
.main-header .container .form-inline .form-group i[data-v-f43a390e] {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          right: 20px;
          color: #9b9b9b;
          font-size: 14px;
          opacity: 0.6;
}
.main-header .container .form-inline .form-group .form-control[data-v-f43a390e] {
          background: red;
          border-radius: 8px;
          min-height: 65px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 18px;
          width: 100%;
          font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-header .container .form-inline .form-group .btn-secondary[data-v-f43a390e] {
          height: 54px;
          border-radius: 8px;
          display: block;
          width: 100%;
          text-transform: uppercase;
          margin-bottom: 12px;
}
.main-header .container .form-inline a[data-v-f43a390e] {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        margin-top: 10px;
}
.latest-ads[data-v-f43a390e] {
  padding: 60px 0;
}
.latest-ads h2[data-v-f43a390e] {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.latest-ads .single[data-v-f43a390e] {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px #0000000d;
            box-shadow: 0px 15px 35px #0000000d;
    margin-bottom: 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latest-ads .single img[data-v-f43a390e] {
      width: 70px;
      height: 70px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      overflow: hidden;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-ads .single .job-info[data-v-f43a390e] {
      width: 37%;
      margin-right: 12px;
}
.latest-ads .single .job-info a[data-v-f43a390e] {
        display: block;
        text-decoration: none;
}
.latest-ads .single .job-info a[data-v-f43a390e]:first-of-type {
          font-size: 18px;
}
.latest-ads .single .job-info a[data-v-f43a390e]:nth-of-type(2) {
          color: #424242;
          font-size: 16px;
}
.latest-ads .single .location[data-v-f43a390e] {
      text-align: center;
      width: 130px;
      margin: 0 10px;
}
.latest-ads .single .location a[data-v-f43a390e] {
        text-decoration: none;
}
.latest-ads .single .location i[data-v-f43a390e] {
        display: block;
        color: #afafaf;
        font-size: 18px;
        margin-bottom: 5px;
}
.latest-ads .single .location span[data-v-f43a390e] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform: uppercase;
}
.latest-ads .single .tagline[data-v-f43a390e] {
      text-align: right;
      width: 200px;
}
.latest-ads .single .tagline a[data-v-f43a390e] {
        display: inline-block;
        background: #f2f2f2;
        border-radius: 16px;
        color: #3e3e3e;
        border: 5px solid #fff;
        font-size: 13px;
        padding: 3px 8px;
        text-decoration: none;
        font-weight: 500;
}
.pagination a[data-v-f43a390e] {
  color: #495057;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
.main-header[data-v-f43a390e] {
    height: auto;
}
.main-header .container[data-v-f43a390e] {
      height: auto;
      padding: 30px 20px;
}
.main-header .container h1[data-v-f43a390e] {
        font-size: 2rem;
}
.main-header .container .col-1-left[data-v-f43a390e],
      .main-header .container .col-2-middle[data-v-f43a390e],
      .main-header .container .col-3-last[data-v-f43a390e] {
        width: 100% !important;
        margin-right: 0;
}
.main-header .container .col-3-last[data-v-f43a390e] {
        height: auto !important;
}
.main-header .container .form-inline .form-group[data-v-f43a390e] {
        width: 100% !important;
        margin: 12px 0px;
}
.main-header .container .form-inline .form-group[data-v-f43a390e]:first-of-type {
          width: 100%;
}
.main-header .container .form-inline .form-group .form-control[data-v-f43a390e] {
          min-height: 55px;
}
.main-header .container .form-inline .form-group .btn-secondary[data-v-f43a390e] {
          height: 55px;
}
.main-header .container a[data-v-f43a390e] {
        width: 100%;
}
}
@media only screen and (max-width: 576px) {
.main-header[data-v-f43a390e] {
    margin-top: 60px;
}
.main-header .container .form-inline .col-1-left[data-v-f43a390e] {
      margin-right: 0;
}
.latest-ads .single[data-v-f43a390e] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.latest-ads .single img[data-v-f43a390e] {
      display: none;
}
.latest-ads .single .job-info[data-v-f43a390e] {
      width: 100%;
      margin-bottom: 12px;
}
.latest-ads .single .tagline[data-v-f43a390e] {
      margin: 12px 0 0 0 !important;
      width: 100%;
      text-align: center;
}
.latest-ads .single .location[data-v-f43a390e] {
      margin: 0;
      color: #666;
      width: 48%;
      text-align: left;
}
.latest-ads .single .location i[data-v-f43a390e] {
        display: none;
}
.latest-ads .single .location[data-v-f43a390e]:nth-last-of-type(3) {
        text-align: right;
}
.mid-section .mobile-wrap[data-v-f43a390e] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mid-section .text-box[data-v-f43a390e] {
    width: 290px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.grey img[data-v-452d59c8] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.grey img[data-v-452d59c8]:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.container[data-v-452d59c8] {
  max-width: 1320px;
}
h2[data-v-452d59c8] {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
}
p[data-v-452d59c8] {
  color: #575757;
  font-size: 16px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-header[data-v-452d59c8] {
  height: 70vh;
  background: url(../img/header-freelancer.8c255b21.png);
  background-size: cover;
  margin-top: 70px;
}
.main-header .container[data-v-452d59c8] {
    position: relative;
    height: 70vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-452d59c8] {
      color: #fff;
      font-size: 2.5rem;
      width: 100%;
}
.main-header .container h1 span[data-v-452d59c8] {
        display: block;
}
.main-header .container p[data-v-452d59c8] {
      color: #fff !important;
      font-size: 18px;
      font-weight: 400;
}
.main-header .container .btn-secondary[data-v-452d59c8] {
      padding: 10px 55px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 6px;
}
.main-header .container .btn-secondary[data-v-452d59c8]:nth-of-type(2) {
        color: #000;
        margin-left: 12px;
        background: #fff;
        border: none !important;
}
.main-header .container-col[data-v-452d59c8] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.main-header .list-inline[data-v-452d59c8] {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.clouds[data-v-452d59c8] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fb2), to(white));
  background-image: linear-gradient(to bottom, #008fb2, white);
  min-height: 620px;
  padding: 80px 20px;
}
.clouds .col-md-4[data-v-452d59c8] {
    position: relative;
    height: 460px;
}
.clouds .text-item h3[data-v-452d59c8] {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}
.clouds .text-item .text-buble[data-v-452d59c8] {
    background-color: #fff;
    padding: 32px 0px;
    border-radius: 42px;
    text-align: center;
}
.clouds .text-item .text-buble .price[data-v-452d59c8] {
      font-size: 32px;
      font-weight: 700;
      margin: 0 0 30px 0;
}
.clouds .text-item .text-buble .price span[data-v-452d59c8] {
        display: block;
        font-weight: 400;
        font-size: 14px;
        color: #666;
}
.clouds .text-item .text-buble .btn-secondary[data-v-452d59c8] {
      font-weight: 600;
}
.clouds .cloud[data-v-452d59c8] {
    background: rgba(255, 255, 255, 0.9);
    width: 300px;
    height: 100px;
    border-radius: 150px;
    -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-animation: move-data-v-452d59c8 3s infinite;
            animation: move-data-v-452d59c8 3s infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.clouds .cloud[data-v-452d59c8]:after {
    content: '';
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: -50px;
    left: 50px;
    z-index: -1;
}
.clouds .cloud[data-v-452d59c8]:before {
    content: '';
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 170px;
    height: 150px;
    border-radius: 50%;
    top: -90px;
    right: 40px;
    z-index: -1;
}
@-webkit-keyframes move-data-v-452d59c8 {
0% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
}
50% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
}
}
@keyframes move-data-v-452d59c8 {
0% {
    -webkit-transform: translatex(0);
            transform: translatex(0);
}
50% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
}
}
.clouds .reviews[data-v-452d59c8] {
    position: relative;
    border-radius: 22px;
    background-color: #f26622;
    margin-top: -40px;
    padding: 40px;
}
.clouds .reviews .review-item[data-v-452d59c8] {
      text-align: center;
      display: block;
}
.clouds .reviews .review-item img[data-v-452d59c8] {
        width: 180px;
        height: auto;
        display: block;
        margin: 0 auto 30px auto;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
}
.clouds .reviews .review-item p[data-v-452d59c8] {
        color: #fff;
        font-size: 21px;
        font-style: italic;
}
.clouds .reviews .review-item span[data-v-452d59c8] {
        display: block;
        color: #fff;
        font-weight: 700;
        margin: 30px 0;
        font-size: 18px;
}
.about[data-v-452d59c8] {
  padding: 60px 0;
}
.about h2[data-v-452d59c8] {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 31px;
}
.about h4[data-v-452d59c8] {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 41px;
    color: #666;
}
.about .title-text[data-v-452d59c8] {
    text-align: center;
    font-size: 19px;
}
.about .title-text span[data-v-452d59c8] {
      display: block;
}
.about .text-box[data-v-452d59c8] {
    margin: 40px 0;
}
.about .text-box .icon[data-v-452d59c8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 20px 0;
}
.about .text-box .icon img[data-v-452d59c8] {
        width: 72px;
        height: 72px;
        margin-right: 15px;
        -o-object-fit: cover;
           object-fit: cover;
}
.about .text-box .icon h3[data-v-452d59c8] {
        color: #000;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        -ms-flex-item-align: end;
            align-self: flex-end;
}
.about .text-box .text[data-v-452d59c8] {
      text-align: center;
}
.about .text-box .text p[data-v-452d59c8] {
        font-size: 16px;
}
.about .boxes[data-v-452d59c8] {
    margin-top: 80px;
}
.about .boxes .how-box[data-v-452d59c8] {
      text-align: left;
      position: relative;
      margin-bottom: 100px;
}
.about .boxes .how-box .text[data-v-452d59c8] {
        position: relative;
}
.about .boxes .how-box .text h2[data-v-452d59c8] {
          position: relative;
          z-index: 9;
          text-align: left;
          text-transform: none;
          font-size: 24px;
}
.about .boxes .how-box .text p[data-v-452d59c8] {
          position: relative;
          z-index: 9;
}
.about .boxes .how-box .text .count[data-v-452d59c8] {
          position: absolute;
          bottom: 0;
          right: -80px;
          font-size: 280px;
          font-weight: 900;
          color: #ebeced;
          z-index: 0;
          height: 100px;
          opacity: 0.8;
          line-height: 0;
}
.statistics[data-v-452d59c8] {
  padding: 20px 0 30px 0;
}
.statistics h2[data-v-452d59c8] {
    margin-bottom: 30px;
}
.statistics .list-inline[data-v-452d59c8] {
    margin: 0;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.statistics .list-inline li[data-v-452d59c8] {
      width: 20%;
      text-align: center;
      font-size: 16px;
      border: 1px solid rgba(0, 0, 0, 0.02);
      width: 105px;
      height: 105px;
      color: #888;
      border-radius: 6px;
      -webkit-box-shadow: 0px 15px 35px #0000000d;
      box-shadow: 0px 15px 35px #0000000d;
      background: #fff;
}
.statistics .list-inline li .text[data-v-452d59c8] {
        width: 100%;
}
.statistics .list-inline li .text span[data-v-452d59c8] {
          display: block;
          margin: 4px auto;
          font-weight: 700;
          color: #575757;
}
.statistics .list-inline li .text i[data-v-452d59c8] {
          display: block;
          font-size: 41px;
}
.statistics .list-inline li .text img[data-v-452d59c8] {
          width: 42px;
          height: 42px;
}
.mid-section[data-v-452d59c8] {
  padding: 80px 0;
  background: #008fb2;
  color: #fff;
}
.mid-section h2[data-v-452d59c8] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.mid-section h2 img[data-v-452d59c8] {
      margin: -12px 10px 0 0;
}
.mid-section p[data-v-452d59c8] {
    text-align: center;
    color: #fff;
}
.mid-section .btn-secondary[data-v-452d59c8] {
    background: #fff;
    border-color: #fff;
    margin: 50px auto 0 auto;
    padding: 8px 25px;
    width: auto;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.mid-section-white[data-v-452d59c8] {
  padding: 60px 0 60px 0;
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.mid-section-white img[data-v-452d59c8] {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.mid-section-white h3[data-v-452d59c8] {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
}
.mid-section-white p[data-v-452d59c8] {
    color: #575757;
    font-size: 16px;
}
.mid-section-white .list-unstyled li[data-v-452d59c8] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mid-section-white .list-unstyled li .icon[data-v-452d59c8] {
      width: 20px;
      margin-right: 12px;
      font-size: 18px;
      color: #f26622;
}
.orange-boxes[data-v-452d59c8] {
  padding: 80px 0;
}
.orange-boxes .text-box[data-v-452d59c8] {
    position: relative;
    background: #f26622;
    padding-bottom: 70%;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}
.orange-boxes .text-box .content[data-v-452d59c8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.orange-boxes .text-box .content h3[data-v-452d59c8] {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 5px;
}
.orange-boxes .text-box .content img[data-v-452d59c8] {
        width: 94px;
        height: 94px;
        border-radius: 100%;
        display: block;
        margin: 0 auto 12px auto;
}
.contact-us[data-v-452d59c8] {
  margin-top: 80px;
}
.contact-us h2[data-v-452d59c8] {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.contact-us form[data-v-452d59c8] {
    margin: 50px 0;
}
.contact-us form .form-group[data-v-452d59c8] {
      position: relative;
}
.contact-us form .form-group .form-control[data-v-452d59c8] {
        border-radius: 8px;
        min-height: 65px;
        font-size: 18px;
        font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.contact-us form .form-group span[data-v-452d59c8] {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        right: 0;
        padding: 0 25px 0 0;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 21px;
        color: red;
}
.contact-us form .btn-secondary[data-v-452d59c8] {
      padding: 15px 0;
      font-size: 18px;
      margin-top: 20px;
}
.what-we-offer .accordion-item[data-v-452d59c8] {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.what-we-offer .accordion-item .accordion-button[data-v-452d59c8] {
    font-weight: 600;
    font-size: 15px;
}
.what-we-offer .intro[data-v-452d59c8] {
  text-align: center;
  padding: 80px 0;
}
.what-we-offer .intro h2[data-v-452d59c8] {
    text-transform: uppercase;
    font-weight: 700;
}
.what-we-offer .text-box[data-v-452d59c8] {
  text-align: center;
  margin-bottom: 50px;
}
.what-we-offer .text-box .icon[data-v-452d59c8] {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto 20px auto;
}
.what-we-offer .text-box .icon img[data-v-452d59c8] {
      width: 92px;
      height: 92px;
      -o-object-fit: cover;
         object-fit: cover;
}
.what-we-offer .text-box h3[data-v-452d59c8] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.black-section[data-v-452d59c8] {
  height: 360px;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
.black-section img[data-v-452d59c8] {
    width: 200px;
    height: auto;
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.black-section .text[data-v-452d59c8] {
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.black-section .text h4[data-v-452d59c8] {
      color: #000;
      font-weight: 600;
}
.black-section .text p[data-v-452d59c8] {
      font-size: 18px;
      color: #000;
}
.black-section .text p span[data-v-452d59c8] {
        display: block;
        color: #f26622;
}
.black-section .text .btn-secondary[data-v-452d59c8] {
      padding: 8px 55px;
      text-transform: uppercase;
      font-weight: 600;
}
@media only screen and (max-width: 992px) {
.main-header[data-v-452d59c8] {
    margin-top: 60px;
    height: auto !important;
}
.main-header .container[data-v-452d59c8] {
      height: auto;
}
.main-header .container h1[data-v-452d59c8] {
        font-size: 28px;
        margin-top: 20px;
}
.main-header .container p[data-v-452d59c8] {
        font-size: 15px;
}
.main-header .container .btn-secondary[data-v-452d59c8] {
        display: block;
        margin: 12px 0 0 0 !important;
}
.main-header .list-inline[data-v-452d59c8] {
      position: relative;
      display: block !important;
      width: 100%;
      margin-top: 30px;
}
.main-header .list-inline li[data-v-452d59c8] {
        width: 100%;
        margin-bottom: 12px;
}
.about h4[data-v-452d59c8] {
    font-size: 21px;
    font-weight: 600;
}
.clouds .col-md-4[data-v-452d59c8] {
    height: auto !important;
}
.clouds .col-md-4.second[data-v-452d59c8] {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
}
.clouds .cloud[data-v-452d59c8] {
    position: relative !important;
    margin: 12px 0 !important;
    -webkit-animation: none !important;
            animation: none !important;
    width: 100%;
    margin: 20px 0 !important;
}
.clouds .cloud[data-v-452d59c8]::before {
      display: none !important;
}
.clouds .cloud[data-v-452d59c8]::after {
      display: none !important;
}
.clouds .reviews[data-v-452d59c8] {
    margin-top: 40px;
}
.clouds .reviews .review-item p[data-v-452d59c8] {
      font-size: 15px;
}
.clouds .reviews .review-item span[data-v-452d59c8] {
      font-size: 15px;
}
.black-section[data-v-452d59c8] {
    display: block !important;
    margin-top: 80px;
}
.black-section .text[data-v-452d59c8] {
      text-align: center !important;
}
.black-section img[data-v-452d59c8] {
      display: none !important;
}
.boxes .how-box:first-of-type .text[data-v-452d59c8] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(2) .text[data-v-452d59c8] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(2) .col-md-6[data-v-452d59c8] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.boxes .how-box:nth-of-type(3) .text[data-v-452d59c8] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(4) .text[data-v-452d59c8] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(4) .col-md-6[data-v-452d59c8] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.boxes .how-box:nth-of-type(5) .text[data-v-452d59c8] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(6) .text[data-v-452d59c8] {
    margin-bottom: 50px;
}
.boxes .how-box:nth-of-type(6) .col-md-6[data-v-452d59c8] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
}
@media only screen and (max-width: 1200px) {
.main-header[data-v-452d59c8] {
    margin-top: 60px;
    height: auto !important;
}
.main-header .container[data-v-452d59c8] {
      height: auto;
}
.main-header .container h1[data-v-452d59c8] {
        font-size: 28px;
        margin-top: 20px;
}
.main-header .container p[data-v-452d59c8] {
        font-size: 15px;
}
.main-header .container .btn-secondary[data-v-452d59c8] {
        display: block;
        margin: 12px 0 0 0 !important;
}
.main-header .list-inline[data-v-452d59c8] {
      position: relative;
      display: block !important;
      width: 100%;
      margin-top: 30px;
}
.main-header .list-inline li[data-v-452d59c8] {
        width: 100%;
        margin-bottom: 12px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.container[data-v-4a0e2bcc] {
  max-width: 1320px;
}
.privacy[data-v-4a0e2bcc] {
  padding: 100px 0;
}
.privacy h1[data-v-4a0e2bcc] {
    font-weight: 700;
    font-size: 24px;
}
.privacy .revision[data-v-4a0e2bcc] {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}
.privacy .list-unstyled li[data-v-4a0e2bcc] {
    margin-bottom: 12px;
}
.privacy .list-unstyled li h2[data-v-4a0e2bcc] {
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 5px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.container[data-v-591b5b72] {
  max-width: 1320px;
}
.main-header[data-v-591b5b72] {
  height: 70vh;
  background: url(../img/header_home.d25171a7.png);
  background-size: cover;
  margin-top: 70px;
}
.main-header .container[data-v-591b5b72] {
    height: 70vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-591b5b72] {
      color: #fff;
      font-size: 2.5rem;
      width: 100%;
}
.main-header .container h1 span[data-v-591b5b72] {
        display: block;
}
.main-header .container .form-inline[data-v-591b5b72] {
      width: 100%;
}
.main-header .container .form-inline .form-group[data-v-591b5b72] {
        position: relative;
}
.main-header .container .form-inline .form-group[data-v-591b5b72]:first-of-type {
          width: 50%;
          margin-right: 15px;
}
.main-header .container .form-inline .form-group[data-v-591b5b72]:nth-of-type(2) {
          width: 30%;
          margin-right: 15px;
}
.main-header .container .form-inline .form-group[data-v-591b5b72]:nth-of-type(3) {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.main-header .container .form-inline .form-group i[data-v-591b5b72] {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          right: 12px;
          color: #9b9b9b;
          font-size: 26px;
}
.main-header .container .form-inline .form-group .form-control[data-v-591b5b72] {
          border-radius: 8px;
          min-height: 65px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 18px;
          font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.main-header .container .form-inline .form-group .btn-secondary[data-v-591b5b72] {
          height: 65px;
          border-radius: 8px;
          display: block;
          width: 100%;
          text-transform: uppercase;
}
.main-header .container .form-inline a[data-v-591b5b72] {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        margin-top: 10px;
}
.latest-ads[data-v-591b5b72] {
  padding: 60px 0;
}
.latest-ads h2[data-v-591b5b72] {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.latest-ads .single[data-v-591b5b72] {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px #0000000d;
            box-shadow: 0px 15px 35px #0000000d;
    margin-bottom: 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latest-ads .single img[data-v-591b5b72] {
      width: 70px;
      height: 70px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      overflow: hidden;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-ads .single .job-info[data-v-591b5b72] {
      width: 37%;
      margin-right: 12px;
}
.latest-ads .single .job-info a[data-v-591b5b72] {
        display: block;
        text-decoration: none;
}
.latest-ads .single .job-info a[data-v-591b5b72]:first-of-type {
          font-size: 18px;
}
.latest-ads .single .job-info a[data-v-591b5b72]:nth-of-type(2) {
          color: #424242;
          font-size: 16px;
}
.latest-ads .single .location[data-v-591b5b72] {
      text-align: center;
      width: 130px;
      margin: 0 10px;
}
.latest-ads .single .location a[data-v-591b5b72] {
        text-decoration: none;
}
.latest-ads .single .location i[data-v-591b5b72] {
        display: block;
        color: #afafaf;
        font-size: 18px;
        margin-bottom: 5px;
}
.latest-ads .single .location span[data-v-591b5b72] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform: uppercase;
}
.latest-ads .single .tagline[data-v-591b5b72] {
      text-align: right;
      width: 200px;
}
.latest-ads .single .tagline a[data-v-591b5b72] {
        display: inline-block;
        background: #f2f2f2;
        border-radius: 16px;
        color: #3e3e3e;
        border: 5px solid #fff;
        font-size: 13px;
        padding: 3px 8px;
        text-decoration: none;
        font-weight: 500;
}
.pagination a[data-v-591b5b72] {
  color: #495057;
  font-size: 14px;
}
.single-promoted[data-v-591b5b72] {
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 35px #0000000d;
          box-shadow: 0px 15px 35px #0000000d;
  margin-bottom: 20px;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
}
.single-promoted img[data-v-591b5b72] {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.single-promoted .single-job-info[data-v-591b5b72] {
    margin-left: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-promoted .single-job-info span[data-v-591b5b72]:first-of-type {
      display: block;
      width: 100%;
}
.single-promoted .single-job-info span:first-of-type a[data-v-591b5b72] {
        text-decoration: none;
}
.single-promoted .single-job-info span[data-v-591b5b72]:nth-of-type(2) {
      display: block;
}
.single-promoted .single-job-info span:nth-of-type(2) a[data-v-591b5b72] {
        color: #87859c;
        font-size: 14px;
        text-decoration: none;
}
.single-promoted .location[data-v-591b5b72] {
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 12px;
    color: #87859c;
}
.single-promoted .details[data-v-591b5b72] {
    position: absolute;
    bottom: 13px;
    right: 5px;
}
.single-promoted .details a[data-v-591b5b72] {
      font-size: 12px;
      text-decoration: none;
}
.mid-section[data-v-591b5b72] {
  padding: 60px 0;
  background: #f05c00;
  color: #fff;
  margin-bottom: 40px;
}
.mid-section img[data-v-591b5b72] {
    width: 56px;
    height: 65px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 20px 20px 0 0;
}
.mid-section h2[data-v-591b5b72] {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.mid-section p[data-v-591b5b72] {
    text-align: center;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}
.mid-section .text-box[data-v-591b5b72] {
    margin-top: 80px;
    width: 300px;
    position: relative;
}
.mid-section .text-box .text h3[data-v-591b5b72] {
      text-transform: uppercase;
      font-size: 24px;
}
.mid-section .text-box .text p[data-v-591b5b72] {
      text-align: left;
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
}
.mid-section .text-box a[data-v-591b5b72] {
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      background: #424242;
      color: #fff;
      text-decoration: none;
      text-align: center;
      top: 50%;
      right: -35px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
}
.brands[data-v-591b5b72] {
  padding: 50px 0;
}
.brands h3[data-v-591b5b72] {
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}
.brands img[data-v-591b5b72] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.brands img[data-v-591b5b72]:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
}
.footer[data-v-591b5b72] {
  width: 100%;
  height: 350px;
  background: url(../img/footer-bg.ca3e1c99.png);
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
}
.footer a[data-v-591b5b72] {
    text-decoration: none;
    color: #fff;
}
.footer .list-inline li[data-v-591b5b72] {
    position: relative;
    margin-right: 25px;
    font-size: 14px;
}
.footer .list-inline li[data-v-591b5b72]:after {
      content: '';
      position: absolute;
      right: -13px;
      top: 0;
      width: 1px;
      height: 100%;
      background: #fff;
}
.footer .list-inline li.last[data-v-591b5b72]:after {
      display: none;
}
@media only screen and (max-width: 768px) {
.main-header[data-v-591b5b72] {
    height: auto;
}
.main-header .container[data-v-591b5b72] {
      height: auto;
      padding: 30px 20px;
}
.main-header .container h1[data-v-591b5b72] {
        font-size: 2rem;
}
.main-header .container .form-inline .form-group[data-v-591b5b72] {
        width: 100% !important;
        margin: 12px 0px;
}
.main-header .container .form-inline .form-group[data-v-591b5b72]:first-of-type {
          width: 100%;
}
.main-header .container .form-inline .form-group .form-control[data-v-591b5b72] {
          min-height: 55px;
}
.main-header .container .form-inline .form-group .btn-secondary[data-v-591b5b72] {
          height: 55px;
}
.main-header .container a[data-v-591b5b72] {
        width: 100%;
}
}
@media only screen and (max-width: 576px) {
.main-header[data-v-591b5b72] {
    margin-top: 60px;
}
.latest-ads .single[data-v-591b5b72] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.latest-ads .single img[data-v-591b5b72] {
      display: none;
}
.latest-ads .single .job-info[data-v-591b5b72] {
      width: 100%;
      margin-bottom: 12px;
}
.latest-ads .single .tagline[data-v-591b5b72] {
      margin: 12px 0 0 0 !important;
      width: 100%;
      text-align: center;
}
.latest-ads .single .location[data-v-591b5b72] {
      margin: 0;
      color: #666;
      width: 48%;
      text-align: left;
}
.latest-ads .single .location i[data-v-591b5b72] {
        display: none;
}
.latest-ads .single .location[data-v-591b5b72]:nth-last-of-type(2) {
        text-align: right;
}
.mid-section .mobile-wrap[data-v-591b5b72] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
.job-ad[data-v-591b5b72] {
  padding: 80px 0 80px 0;
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.job-ad .to-jobs[data-v-591b5b72] {
    display: block;
    margin: 20px 0 12px 0;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #0088cc;
    cursor: pointer;
}
.job-ad h1[data-v-591b5b72] {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 12px 0;
}
.job-ad .location[data-v-591b5b72],
  .job-ad .employment[data-v-591b5b72],
  .job-ad .type[data-v-591b5b72] {
    margin-right: 20px;
    font-size: 14px;
}
.job-ad .location i[data-v-591b5b72],
    .job-ad .employment i[data-v-591b5b72],
    .job-ad .type i[data-v-591b5b72] {
      color: #777;
      margin-right: 5px;
}
.job-ad .location a[data-v-591b5b72],
    .job-ad .employment a[data-v-591b5b72],
    .job-ad .type a[data-v-591b5b72] {
      text-decoration: none;
}
.job-ad .last[data-v-591b5b72] {
    display: none;
}
.job-ad .list-unstyled[data-v-591b5b72] {
    list-style: circle;
    margin: 15px 0;
}
.job-ad .list-unstyled li[data-v-591b5b72] {
      margin-left: 20px;
      padding-left: 8px;
}
.job-ad .company-info[data-v-591b5b72] {
    font-style: italic;
}
.job-ad .btn-success[data-v-591b5b72] {
    margin: 52px 0 12px 0;
    font-weight: 700;
    padding: 12px 0;
    font-size: 18px;
}
.job-ad .box[data-v-591b5b72] {
    margin-top: 55px;
}
.job-ad .box .list-unstyled[data-v-591b5b72] {
      list-style: none;
}
.job-ad .box .list-unstyled li[data-v-591b5b72] {
        margin: 0 0 12px 0;
        padding: 0;
}
.job-ad .box .list-unstyled li a[data-v-591b5b72] {
          text-decoration: none;
}
.job-ad .box .list-unstyled li a span[data-v-591b5b72]:first-of-type {
            font-size: 18px;
            font-family: 'Lato', sans-serif;
            width: 100%;
}
.job-ad .box .list-unstyled li a span[data-v-591b5b72]:nth-of-type(2) {
            font-size: 12px;
            color: #424242;
}
.job-ad .box h3[data-v-591b5b72] {
      text-transform: uppercase;
      font-size: 18px;
      margin: 25px 0 12px 0;
      font-family: Montserrat, sans-serif;
}
.map-responsive[data-v-591b5b72] {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe[data-v-591b5b72] {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.copyright[data-v-591b5b72] {
  margin-bottom: 30px;
}
.copyright svg[data-v-591b5b72] {
    width: 60px;
    height: 50px;
}
.copyright .text[data-v-591b5b72] {
    text-align: center;
}
.copyright .text span[data-v-591b5b72]:first-of-type {
      display: block;
      font-size: 13px;
}
.copyright .text span[data-v-591b5b72]:nth-of-type(2) {
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
.hide-on-mobile[data-v-591b5b72] {
    display: none;
}
.job-ad[data-v-591b5b72] {
    position: relative;
}
.job-ad .last[data-v-591b5b72] {
      display: inline-block;
}
.box[data-v-591b5b72] {
    background: #fff;
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 6px 22px;
}
.box .list-unstyled[data-v-591b5b72] {
      display: none;
}
.box p[data-v-591b5b72] {
      display: none;
}
.box .btn-block[data-v-591b5b72] {
      margin: 6px auto !important;
}
.copyright[data-v-591b5b72] {
    margin-bottom: 80px;
}
}
.sticky-top[data-v-591b5b72] {
  top: 120px;
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.container[data-v-c2812a44] {
  max-width: 1320px;
}
.privacy[data-v-c2812a44] {
  padding: 100px 0;
}
.privacy h1[data-v-c2812a44] {
    font-weight: 700;
    font-size: 24px;
}
.privacy .revision[data-v-c2812a44] {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}
.privacy .list-unstyled li[data-v-c2812a44] {
    margin-bottom: 12px;
}
.privacy .list-unstyled li h2[data-v-c2812a44] {
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 5px;
}

.shark[data-v-f8cfb902] {
  background-color: #1c1e21;
  height: 100vh;
  overflow-x: hidden;
}
.shark .d-flex[data-v-f8cfb902] {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shark .game-container[data-v-f8cfb902] {
    width: 80%;
    height: 100vh;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shark .scores[data-v-f8cfb902] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.shark .scores .header[data-v-f8cfb902] {
      background: #242526;
      color: #fff;
      padding: 12px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 12px;
}
.shark .scores .header h2[data-v-f8cfb902] {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 18px;
}
.shark .scores .list-unstyled li[data-v-f8cfb902] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
      padding: 6px 12px;
}
.shark .overlay[data-v-f8cfb902] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.shark .overlay .modal-game[data-v-f8cfb902] {
      padding: 50px;
      width: 540px;
      background-color: #1c1e21;
      border-radius: 12px;
}
.shark .overlay .modal-game .form-group .form-control[data-v-f8cfb902] {
        background: #242526;
        border-radius: 22px;
        padding: 28px 12px;
}
.shark .overlay .modal-game .form-group .btn-primary[data-v-f8cfb902] {
        border-radius: 22px;
        width: 72%;
        display: block;
        margin: 0 auto;
        padding: 15px 12px;
        font-weight: 700;
        font-size: 18px;
        background: rgba(0, 0, 0, 0.4);
        color: #ffff33;
        border: none;
}
.shark .overlay .modal-game .form-group.error[data-v-f8cfb902] {
        background: red;
        padding: 8px 22px;
        font-size: 14px;
        border-radius: 12px;
}
.shark .overlay .modal-game .form-group.error p[data-v-f8cfb902] {
          margin-bottom: 0;
}

.shark[data-v-746ce7f2] {
  background-color: #1c1e21;
  height: 100vh;
  overflow-x: hidden;
}
.shark .d-flex[data-v-746ce7f2] {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shark .game-container[data-v-746ce7f2] {
    position: relative;
    width: 80%;
    height: 100vh;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shark .scores[data-v-746ce7f2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.shark .scores .header[data-v-746ce7f2] {
      background: #242526;
      color: #fff;
      padding: 12px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 12px;
}
.shark .scores .header h2[data-v-746ce7f2] {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 18px;
}
.shark .scores .list-unstyled li[data-v-746ce7f2] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
      padding: 6px 12px;
}
.shark .overlay[data-v-746ce7f2] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.shark .overlay .modal-game[data-v-746ce7f2] {
      padding: 50px;
      width: 540px;
      background-color: #1c1e21;
      border-radius: 12px;
}
.shark .overlay .modal-game .form-group .form-control[data-v-746ce7f2] {
        background: #242526;
        border-radius: 22px;
        padding: 28px 12px;
}
.shark .overlay .modal-game .form-group .btn-primary[data-v-746ce7f2] {
        border-radius: 22px;
        width: 72%;
        display: block;
        margin: 0 auto;
        padding: 15px 12px;
        font-weight: 700;
        font-size: 18px;
        background: rgba(0, 0, 0, 0.4);
        color: #ffff33;
        border: none;
}
.shark .overlay .modal-game .form-group.error[data-v-746ce7f2] {
        background: #ef4444;
        color: #fff;
        padding: 8px 22px;
        font-size: 14px;
        border-radius: 12px;
}
.shark .overlay .modal-game .form-group.error p[data-v-746ce7f2] {
          margin-bottom: 0;
}
.shark .loader[data-v-746ce7f2] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.shark .loader .lds-ring[data-v-746ce7f2] {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
}
.shark .loader .lds-ring div[data-v-746ce7f2] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      width: 64px;
      height: 64px;
      margin: 8px;
      border: 8px solid #fff;
      border-radius: 50%;
      -webkit-animation: lds-ring-data-v-746ce7f2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
              animation: lds-ring-data-v-746ce7f2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #fff transparent transparent transparent;
}
.shark .loader .lds-ring div[data-v-746ce7f2]:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s;
}
.shark .loader .lds-ring div[data-v-746ce7f2]:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s;
}
.shark .loader .lds-ring div[data-v-746ce7f2]:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring-data-v-746ce7f2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes lds-ring-data-v-746ce7f2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.form-group.required[data-v-27edb1cb] {
  position: relative;
}
.form-group.required[data-v-27edb1cb]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 26px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right[data-v-27edb1cb] {
  position: relative;
}
.form-group.required-right[data-v-27edb1cb]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-27edb1cb] {
  position: relative;
}
.form-group.required-fixed-right[data-v-27edb1cb]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-27edb1cb] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-27edb1cb]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}

/* Multi Step Form CSS */
.multisteps-form__progress[data-v-27edb1cb] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-27edb1cb] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.no-padding[data-v-27edb1cb] {
  padding-left: 8px;
  padding-top: 15px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-27edb1cb] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-27edb1cb]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-27edb1cb]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-27edb1cb]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-27edb1cb] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-27edb1cb]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.on-exit[data-v-27edb1cb] {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}
.on-exit .box[data-v-27edb1cb] {
    width: 670px;
    height: 350px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #ddd;
    padding: 22px;
    position: relative;
    background: url(../img/wait.c8a7fe09.png) no-repeat;
    background-color: #fff;
    background-size: contain;
}
.on-exit .box .content[data-v-27edb1cb] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.on-exit .box .content .close-button[data-v-27edb1cb] {
        position: absolute;
        top: 0px;
        right: 20px;
        cursor: pointer;
        font-weight: 900;
        color: #666;
}
.on-exit .box .content .text[data-v-27edb1cb] {
        padding: 30px 0;
        width: 50%;
        margin-left: auto;
}
.on-exit .box .content .text h3[data-v-27edb1cb] {
          font-weight: 900;
          color: #f26622;
          font-size: 26px;
          margin-bottom: 20px;
}
.on-exit .box .content .text p[data-v-27edb1cb] {
          font-size: 15px;
}
.on-exit .box .content .text .btn-secondary[data-v-27edb1cb] {
          padding: 8px 30px;
          font-size: 18px;
          font-weight: 600;
}
.brands[data-v-27edb1cb] {
  padding: 50px 0;
}
.brands h3[data-v-27edb1cb] {
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}
.brands img[data-v-27edb1cb] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.brands img[data-v-27edb1cb]:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
}
.landing-page-employers[data-v-27edb1cb] {
  padding-top: 70px;
}
.landing-page-employers .main-header[data-v-27edb1cb] {
    position: relative;
    min-height: 100vh;
    background: url(../img/Header.7c8f5b3b.jpg);
    background-size: cover;
    margin: 0;
}
.landing-page-employers .main-header .center-text[data-v-27edb1cb] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.landing-page-employers .main-header .center-text .text[data-v-27edb1cb] {
        text-align: center;
        width: 335px;
        padding-top: 100px;
}
.landing-page-employers .main-header .center-text .text img[data-v-27edb1cb] {
          width: 180px;
          height: 180px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-27edb1cb] {
          font-size: 2.1rem;
}
.landing-page-employers .main-header .center-text .text h1 span[data-v-27edb1cb] {
            font-weight: 900;
            display: block;
}
.landing-page-employers .content-section-gray[data-v-27edb1cb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
    background-color: #ebeced;
}
.landing-page-employers .content-section-gray .content[data-v-27edb1cb] {
      text-align: center;
      padding: 0 120px;
}
.landing-page-employers .content-section-gray .content h2[data-v-27edb1cb] {
        text-transform: uppercase;
        margin: 0 0 40px 0;
        font-size: 2rem;
        font-weight: 500;
}
.landing-page-employers .content-section-gray .content h2 span[data-v-27edb1cb] {
          display: block;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-27edb1cb] {
          font-weight: 900;
          text-align: center;
          margin: 0px 0 30px 0;
          font-size: 36px;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-27edb1cb] {
          font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content p[data-v-27edb1cb] {
        font-size: 21px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-27edb1cb] {
        margin: 40px 0 0 0;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-27edb1cb] {
          padding: 12px 0;
          font-size: 16px;
          width: 40%;
}
.landing-page-employers .content-section-gray .content.no-padding[data-v-27edb1cb] {
        padding: 0;
}
.landing-page-employers .content-section-gray .content .cube img[data-v-27edb1cb] {
        width: 240px;
        height: auto;
}
.landing-page-employers .content-section-gray .content .cube h3[data-v-27edb1cb] {
        font-size: 1.2rem;
        margin: 0 auto 12px auto;
}
.landing-page-employers .content-section-gray .content .cube p[data-v-27edb1cb] {
        font-size: 16px;
}
.landing-page-employers .content-section-gray .content .btn-block[data-v-27edb1cb] {
        margin-top: 30px;
        text-transform: uppercase;
        padding: 8px;
}
.landing-page-employers .content-section-white[data-v-27edb1cb] {
    padding: 50px 0;
    background-color: #fff;
}
.landing-page-employers .content-section-white .content h3[data-v-27edb1cb] {
      font-weight: 900;
      text-align: center;
      margin: 40px 0 0px 0;
      font-size: 36px;
}
.landing-page-employers .content-section-white .info-box[data-v-27edb1cb] {
      position: relative;
      margin: 100px auto;
}
.landing-page-employers .content-section-white .info-box .col-md-6[data-v-27edb1cb] {
        z-index: 999;
}
.landing-page-employers .content-section-white .info-box h3[data-v-27edb1cb] {
        text-transform: uppercase;
        text-align: left;
        font-size: 2.2rem;
        font-weight: 400;
        z-index: 9999;
}
.landing-page-employers .content-section-white .info-box h3 span[data-v-27edb1cb] {
          display: block;
}
.landing-page-employers .content-section-white .info-box p[data-v-27edb1cb] {
        font-size: 21px;
        margin-bottom: 80px;
}
.landing-page-employers .content-section-white .info-box .image-box[data-v-27edb1cb] {
        position: relative;
}
.landing-page-employers .content-section-white .info-box .image-box .shadow-number[data-v-27edb1cb] {
          position: absolute;
          top: -385px;
          left: 255px;
          font-size: 348px;
          font-weight: 900;
          color: #ebeced;
          z-index: 0;
          height: 100px;
          opacity: 0.8;
}
.landing-page-employers .content-section-white .info-box .image-box .shadow-number.upper[data-v-27edb1cb] {
            top: -390px;
}
.landing-page-employers .content-section-white .info-box .image-box img[data-v-27edb1cb] {
          width: 100%;
}
.landing-page-employers .black-section[data-v-27edb1cb] {
    height: 260px;
    background: #222325;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.landing-page-employers .black-section img[data-v-27edb1cb] {
      width: 180px;
      height: auto;
      margin-right: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.landing-page-employers .black-section .text[data-v-27edb1cb] {
      text-align: right;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.landing-page-employers .black-section .text p[data-v-27edb1cb] {
        font-size: 24px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.landing-page-employers .main-header[data-v-27edb1cb] {
    min-height: 50vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-27edb1cb] {
      font-size: 1.1rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-27edb1cb] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-27edb1cb] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-27edb1cb] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-27edb1cb] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-27edb1cb] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-27edb1cb] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-27edb1cb] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-27edb1cb] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white[data-v-27edb1cb] {
    overflow: hidden;
}
.landing-page-employers .content-section-white .content h3[data-v-27edb1cb] {
      font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-27edb1cb] {
      margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-27edb1cb] {
        font-size: 26px;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-27edb1cb] {
        font-size: 18px;
        margin-bottom: 30px;
}
.landing-page-employers .black-section[data-v-27edb1cb] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-27edb1cb] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-27edb1cb] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-27edb1cb] {
        display: none;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
.landing-page-employers .main-header[data-v-27edb1cb] {
    min-height: 55vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-27edb1cb] {
      font-size: 1.4rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-27edb1cb] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-27edb1cb] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-27edb1cb] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-27edb1cb] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-27edb1cb] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-27edb1cb] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-27edb1cb] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-27edb1cb] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .content h3[data-v-27edb1cb] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-27edb1cb] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-27edb1cb] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-27edb1cb] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .black-section[data-v-27edb1cb] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-27edb1cb] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-27edb1cb] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-27edb1cb] {
        display: none;
}
}

/* Medium devices (landscape tablets, 769px and up) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
.landing-page-employers .main-header[data-v-27edb1cb] {
    min-height: 55vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-27edb1cb] {
      font-size: 1.4rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-27edb1cb] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-27edb1cb] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-27edb1cb] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-27edb1cb] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-27edb1cb] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-27edb1cb] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-27edb1cb] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-27edb1cb] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .container[data-v-27edb1cb] {
    min-width: 100% !important;
}
.landing-page-employers .content-section-white .content h3[data-v-27edb1cb] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-27edb1cb] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-27edb1cb] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-27edb1cb] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .black-section[data-v-27edb1cb] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-27edb1cb] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-27edb1cb] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-27edb1cb] {
        display: none;
}
}

/* Large devices (laptops/desktops, 993px and up) */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* Your styles here */
}

/* Extra large devices (large laptops and desktops, 1201px and up) */
@media only screen and (min-width: 1201px) {
  /* Your styles here */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.form-group.required[data-v-5b0713f1] {
  position: relative;
}
.form-group.required[data-v-5b0713f1]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 26px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right[data-v-5b0713f1] {
  position: relative;
}
.form-group.required-right[data-v-5b0713f1]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-5b0713f1] {
  position: relative;
}
.form-group.required-fixed-right[data-v-5b0713f1]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-5b0713f1] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-5b0713f1]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}

/* Multi Step Form CSS */
.multisteps-form__progress[data-v-5b0713f1] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-5b0713f1] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.no-padding[data-v-5b0713f1] {
  padding-left: 8px;
  padding-top: 15px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-5b0713f1] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-5b0713f1]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-5b0713f1]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-5b0713f1]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-5b0713f1] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-5b0713f1]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.on-exit[data-v-5b0713f1] {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}
.on-exit .box[data-v-5b0713f1] {
    width: 670px;
    height: 350px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #ddd;
    padding: 22px;
    position: relative;
    background: url(../img/wait.c8a7fe09.png) no-repeat;
    background-color: #fff;
    background-size: contain;
}
.on-exit .box .content[data-v-5b0713f1] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.on-exit .box .content .close-button[data-v-5b0713f1] {
        position: absolute;
        top: 0px;
        right: 20px;
        cursor: pointer;
        font-weight: 900;
        color: #666;
}
.on-exit .box .content .text[data-v-5b0713f1] {
        padding: 30px 0;
        width: 50%;
        margin-left: auto;
}
.on-exit .box .content .text h3[data-v-5b0713f1] {
          font-weight: 900;
          color: #f26622;
          font-size: 26px;
          margin-bottom: 20px;
}
.on-exit .box .content .text p[data-v-5b0713f1] {
          font-size: 15px;
}
.on-exit .box .content .text .btn-secondary[data-v-5b0713f1] {
          padding: 8px 30px;
          font-size: 18px;
          font-weight: 600;
}
.brands[data-v-5b0713f1] {
  padding: 50px 0;
}
.brands h3[data-v-5b0713f1] {
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}
.brands img[data-v-5b0713f1] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.brands img[data-v-5b0713f1]:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
}
.landing-page-employers[data-v-5b0713f1] {
  padding-top: 70px;
}
.landing-page-employers .main-header[data-v-5b0713f1] {
    position: relative;
    min-height: 100vh;
    background: url(../img/Header.7c8f5b3b.jpg);
    background-size: cover;
    margin: 0;
}
.landing-page-employers .main-header .center-text[data-v-5b0713f1] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.landing-page-employers .main-header .center-text .text[data-v-5b0713f1] {
        text-align: center;
        width: 335px;
        padding-top: 100px;
}
.landing-page-employers .main-header .center-text .text img[data-v-5b0713f1] {
          width: 180px;
          height: 180px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-5b0713f1] {
          font-size: 2.1rem;
}
.landing-page-employers .main-header .center-text .text h1 span[data-v-5b0713f1] {
            font-weight: 900;
            display: block;
}
.landing-page-employers .content-section-gray[data-v-5b0713f1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
    background-color: #ebeced;
}
.landing-page-employers .content-section-gray .content[data-v-5b0713f1] {
      text-align: center;
      padding: 0 120px;
}
.landing-page-employers .content-section-gray .content h2[data-v-5b0713f1] {
        text-transform: uppercase;
        margin: 0 0 40px 0;
        font-size: 2rem;
        font-weight: 500;
}
.landing-page-employers .content-section-gray .content h2 span[data-v-5b0713f1] {
          display: block;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-5b0713f1] {
          font-weight: 900;
          text-align: center;
          margin: 0px 0 30px 0;
          font-size: 36px;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-5b0713f1] {
          font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content p[data-v-5b0713f1] {
        font-size: 21px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-5b0713f1] {
        margin: 40px 0 0 0;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-5b0713f1] {
          padding: 12px 0;
          font-size: 16px;
          width: 40%;
}
.landing-page-employers .content-section-gray .content.no-padding[data-v-5b0713f1] {
        padding: 0;
}
.landing-page-employers .content-section-gray .content .cube img[data-v-5b0713f1] {
        width: 240px;
        height: auto;
}
.landing-page-employers .content-section-gray .content .cube h3[data-v-5b0713f1] {
        font-size: 1.2rem;
        margin: 0 auto 12px auto;
}
.landing-page-employers .content-section-gray .content .cube p[data-v-5b0713f1] {
        font-size: 16px;
}
.landing-page-employers .content-section-gray .content .btn-block[data-v-5b0713f1] {
        margin-top: 30px;
        text-transform: uppercase;
        padding: 8px;
}
.landing-page-employers .content-section-white[data-v-5b0713f1] {
    padding: 50px 0;
    background-color: #fff;
}
.landing-page-employers .content-section-white .content h3[data-v-5b0713f1] {
      font-weight: 900;
      text-align: center;
      margin: 40px 0 0px 0;
      font-size: 36px;
}
.landing-page-employers .content-section-white .info-box[data-v-5b0713f1] {
      position: relative;
      margin: 100px auto;
}
.landing-page-employers .content-section-white .info-box .col-md-6[data-v-5b0713f1] {
        z-index: 999;
}
.landing-page-employers .content-section-white .info-box h3[data-v-5b0713f1] {
        text-transform: uppercase;
        text-align: left;
        font-size: 2.2rem;
        font-weight: 400;
        z-index: 9999;
}
.landing-page-employers .content-section-white .info-box h3 span[data-v-5b0713f1] {
          display: block;
}
.landing-page-employers .content-section-white .info-box p[data-v-5b0713f1] {
        font-size: 21px;
        margin-bottom: 80px;
}
.landing-page-employers .content-section-white .info-box .image-box[data-v-5b0713f1] {
        position: relative;
}
.landing-page-employers .content-section-white .info-box .image-box .shadow-number[data-v-5b0713f1] {
          position: absolute;
          top: -385px;
          left: 255px;
          font-size: 348px;
          font-weight: 900;
          color: #ebeced;
          z-index: 0;
          height: 100px;
          opacity: 0.8;
}
.landing-page-employers .content-section-white .info-box .image-box .shadow-number.upper[data-v-5b0713f1] {
            top: -390px;
}
.landing-page-employers .content-section-white .info-box .image-box img[data-v-5b0713f1] {
          width: 100%;
}
.landing-page-employers .black-section[data-v-5b0713f1] {
    height: 260px;
    background: #222325;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.landing-page-employers .black-section img[data-v-5b0713f1] {
      width: 180px;
      height: auto;
      margin-right: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.landing-page-employers .black-section .text[data-v-5b0713f1] {
      text-align: right;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.landing-page-employers .black-section .text p[data-v-5b0713f1] {
        font-size: 24px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.landing-page-employers .main-header[data-v-5b0713f1] {
    min-height: 50vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-5b0713f1] {
      font-size: 1.1rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-5b0713f1] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-5b0713f1] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-5b0713f1] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-5b0713f1] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-5b0713f1] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-5b0713f1] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-5b0713f1] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-5b0713f1] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white[data-v-5b0713f1] {
    overflow: hidden;
}
.landing-page-employers .content-section-white .content h3[data-v-5b0713f1] {
      font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-5b0713f1] {
      margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-5b0713f1] {
        font-size: 26px;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-5b0713f1] {
        font-size: 18px;
        margin-bottom: 30px;
}
.landing-page-employers .black-section[data-v-5b0713f1] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-5b0713f1] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-5b0713f1] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-5b0713f1] {
        display: none;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
.landing-page-employers .main-header[data-v-5b0713f1] {
    min-height: 55vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-5b0713f1] {
      font-size: 1.4rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-5b0713f1] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-5b0713f1] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-5b0713f1] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-5b0713f1] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-5b0713f1] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-5b0713f1] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-5b0713f1] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-5b0713f1] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .content h3[data-v-5b0713f1] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-5b0713f1] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-5b0713f1] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-5b0713f1] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .black-section[data-v-5b0713f1] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-5b0713f1] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-5b0713f1] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-5b0713f1] {
        display: none;
}
}

/* Medium devices (landscape tablets, 769px and up) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
.landing-page-employers .main-header[data-v-5b0713f1] {
    min-height: 55vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-5b0713f1] {
      font-size: 1.4rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-5b0713f1] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-5b0713f1] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-5b0713f1] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-5b0713f1] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-5b0713f1] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-5b0713f1] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-5b0713f1] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-5b0713f1] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .container[data-v-5b0713f1] {
    min-width: 100% !important;
}
.landing-page-employers .content-section-white .content h3[data-v-5b0713f1] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-5b0713f1] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-5b0713f1] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-5b0713f1] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .black-section[data-v-5b0713f1] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-5b0713f1] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-5b0713f1] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-5b0713f1] {
        display: none;
}
}

/* Large devices (laptops/desktops, 993px and up) */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* Your styles here */
}

/* Extra large devices (large laptops and desktops, 1201px and up) */
@media only screen and (min-width: 1201px) {
  /* Your styles here */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.form-group.required[data-v-4705a41b] {
  position: relative;
}
.form-group.required[data-v-4705a41b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 26px;
    color: red;
    opacity: 0.6;
}
.form-group.required-right[data-v-4705a41b] {
  position: relative;
}
.form-group.required-right[data-v-4705a41b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-right[data-v-4705a41b] {
  position: relative;
}
.form-group.required-fixed-right[data-v-4705a41b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: red;
    opacity: 0.6;
}
.form-group.required-fixed-drop[data-v-4705a41b] {
  position: relative;
}
.form-group.required-fixed-drop[data-v-4705a41b]:after {
    content: '*';
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 25px;
    color: red;
    opacity: 0.6;
}
.statistics[data-v-4705a41b] {
  padding: 0 0 30px 0;
}
.statistics h2[data-v-4705a41b] {
    margin-bottom: 30px;
}
.statistics .list-inline[data-v-4705a41b] {
    margin: 0;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.statistics .list-inline li[data-v-4705a41b] {
      width: 20%;
      text-align: center;
      font-size: 16px;
      border: 1px solid rgba(0, 0, 0, 0.02);
      width: 105px;
      height: 105px;
      color: #888;
      border-radius: 6px;
      -webkit-box-shadow: 0px 15px 35px #0000000d;
      box-shadow: 0px 15px 35px #0000000d;
      background: #fff;
}
.statistics .list-inline li .text[data-v-4705a41b] {
        width: 100%;
}
.statistics .list-inline li .text span[data-v-4705a41b] {
          display: block;
          margin: 4px auto;
          font-weight: 700;
          color: #575757;
}
.statistics .list-inline li .text i[data-v-4705a41b] {
          display: block;
          font-size: 41px;
}
.statistics .list-inline li .text img[data-v-4705a41b] {
          width: 42px;
          height: 42px;
}
.multisteps-form__progress[data-v-4705a41b] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn[data-v-4705a41b] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.no-padding[data-v-4705a41b] {
  padding-left: 8px;
  padding-top: 15px;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn[data-v-4705a41b] {
    text-indent: 0;
}
}
.multisteps-form__progress-btn[data-v-4705a41b]:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn[data-v-4705a41b]:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn[data-v-4705a41b]:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active[data-v-4705a41b] {
  color: #0088cc;
}
.multisteps-form__progress-btn.js-active[data-v-4705a41b]:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.landing-page-employers .main-header[data-v-4705a41b] {
  position: relative;
  min-height: 100vh;
  background: url(../img/Header.7c8f5b3b.jpg);
  background-size: cover;
  margin: 0;
}
.landing-page-employers .main-header .center-text[data-v-4705a41b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.landing-page-employers .main-header .center-text .text[data-v-4705a41b] {
      text-align: center;
      width: 460px;
      padding-top: 100px;
}
.landing-page-employers .main-header .center-text .text img[data-v-4705a41b] {
        width: 180px;
        height: 180px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-4705a41b] {
        font-size: 2.1rem;
}
.landing-page-employers .main-header .center-text .text h1 span[data-v-4705a41b] {
          font-weight: 900;
          display: block;
}
.landing-page-employers .content-section-gray[data-v-4705a41b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0 0px 0;
  background-color: #ebeced;
}
.landing-page-employers .content-section-gray .content[data-v-4705a41b] {
    padding: 80px 120px;
}
.landing-page-employers .content-section-gray .content h2[data-v-4705a41b] {
      font-size: 36px;
      font-weight: 500;
      text-align: center;
}
.landing-page-employers .content-section-gray .content h2 span[data-v-4705a41b]:first-of-type {
        font-weight: 600;
        color: #08c;
}
.landing-page-employers .content-section-gray .content h2 span[data-v-4705a41b]:nth-of-type(2) {
        font-weight: 600;
        display: block;
}
.landing-page-employers .content-section-white[data-v-4705a41b] {
  padding: 50px 0;
  background-color: #fff;
}
.landing-page-employers .content-section-white .content .actions .btn[data-v-4705a41b] {
    display: block;
    font-size: 21px;
    width: 350px;
    margin-bottom: 12px;
    font-size: 21px;
    padding: 12px 55px;
}
.landing-page-employers .content-section-white .content .orange[data-v-4705a41b] {
    display: block;
    text-transform: uppercase;
    color: #f26622;
    font-size: 38px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.2;
}
.landing-page-employers .content-section-white .content .orange span[data-v-4705a41b] {
      display: block;
}
.landing-page-employers .content-section-white .content h3[data-v-4705a41b] {
    font-weight: 900;
    text-align: center;
    margin: 40px 0 0px 0;
    font-size: 36px;
}
.landing-page-employers .content-section-white .info-box[data-v-4705a41b] {
    position: relative;
    margin: 100px auto;
}
.landing-page-employers .content-section-white .info-box .col-md-6[data-v-4705a41b] {
      z-index: 999;
}
.landing-page-employers .content-section-white .info-box h3[data-v-4705a41b] {
      text-transform: uppercase;
      text-align: left;
      font-size: 2.2rem;
      font-weight: 400;
      z-index: 9999;
}
.landing-page-employers .content-section-white .info-box h3 span[data-v-4705a41b] {
        display: block;
}
.landing-page-employers .content-section-white .info-box p[data-v-4705a41b] {
      font-size: 21px;
      margin-bottom: 80px;
}
.landing-page-employers .content-section-white .info-box .image-box[data-v-4705a41b] {
      position: relative;
}
.landing-page-employers .content-section-white .info-box .image-box .shadow-number[data-v-4705a41b] {
        position: absolute;
        top: -385px;
        left: 255px;
        font-size: 348px;
        font-weight: 900;
        color: #ebeced;
        z-index: 0;
        height: 100px;
        opacity: 0.8;
}
.landing-page-employers .content-section-white .info-box .image-box .shadow-number.upper[data-v-4705a41b] {
          top: -390px;
}
.landing-page-employers .content-section-white .info-box .image-box img[data-v-4705a41b] {
        width: 100%;
}
.landing-page-employers .we-care[data-v-4705a41b] {
  padding: 120px 0;
  background: url(../img/WE-CARE-ABOUT.f32fd6da.jpg);
}
.landing-page-employers .we-care .text[data-v-4705a41b] {
    width: 65%;
}
.landing-page-employers .we-care .text h3[data-v-4705a41b] {
      color: #fff;
      font-weight: 900;
      font-size: 42px;
      margin-bottom: 50px;
}
.landing-page-employers .we-care .text p[data-v-4705a41b] {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
}
.landing-page-employers .we-care .log[data-v-4705a41b] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.landing-page-employers .we-care .log .btn-primary[data-v-4705a41b] {
      background: #fff;
      color: #000;
      border: none !important;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 500;
      padding: 8px 85px;
}
.landing-page-employers .black-section[data-v-4705a41b] {
  height: 360px;
  background: #222325;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page-employers .black-section img[data-v-4705a41b] {
    width: 180px;
    height: auto;
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.landing-page-employers .black-section .text[data-v-4705a41b] {
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.landing-page-employers .black-section .text p[data-v-4705a41b] {
      font-size: 24px;
}
.brands[data-v-4705a41b] {
  padding: 50px 0 0 0;
}
.brands h3[data-v-4705a41b] {
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}
.brands img[data-v-4705a41b] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.brands img[data-v-4705a41b]:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
}
.on-exit[data-v-4705a41b] {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}
.on-exit .box[data-v-4705a41b] {
    width: 670px;
    height: 350px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #ddd;
    padding: 22px;
    position: relative;
    background: url(../img/wait.c8a7fe09.png) no-repeat;
    background-color: #fff;
    background-size: contain;
}
.on-exit .box .content[data-v-4705a41b] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.on-exit .box .content .close-button[data-v-4705a41b] {
        position: absolute;
        top: 0px;
        right: 20px;
        cursor: pointer;
        font-weight: 900;
        color: #666;
}
.on-exit .box .content .text[data-v-4705a41b] {
        padding: 30px 0;
        width: 50%;
        margin-left: auto;
}
.on-exit .box .content .text h3[data-v-4705a41b] {
          font-weight: 900;
          color: #f26622;
          font-size: 26px;
          margin-bottom: 20px;
}
.on-exit .box .content .text p[data-v-4705a41b] {
          font-size: 15px;
}
.on-exit .box .content .text .btn-secondary[data-v-4705a41b] {
          padding: 8px 30px;
          font-size: 18px;
          font-weight: 600;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.statistics .list-inline li[data-v-4705a41b] {
    margin: 30px 0 12px 0;
}
.landing-page-employers .main-header[data-v-4705a41b] {
    min-height: 50vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-4705a41b] {
      font-size: 1.1rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-4705a41b] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-4705a41b] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-4705a41b] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-4705a41b] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-4705a41b] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-4705a41b] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-4705a41b] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white[data-v-4705a41b] {
    overflow: hidden;
}
.landing-page-employers .content-section-white .content h3[data-v-4705a41b] {
      font-size: 32px;
}
.landing-page-employers .content-section-white .content .orange[data-v-4705a41b] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-white .info-box[data-v-4705a41b] {
      margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-4705a41b] {
        font-size: 26px;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-4705a41b] {
        font-size: 18px;
        margin-bottom: 30px;
}
.landing-page-employers .we-care[data-v-4705a41b] {
    padding: 50px 0;
}
.landing-page-employers .we-care .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .we-care .d-flex .text[data-v-4705a41b] {
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
}
.landing-page-employers .we-care .d-flex .text h3[data-v-4705a41b] {
          text-align: center;
          font-size: 32px;
}
.landing-page-employers .we-care .d-flex .log .btn-primary[data-v-4705a41b] {
        margin: 0 auto;
}
.landing-page-employers .black-section[data-v-4705a41b] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-4705a41b] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-4705a41b] {
        display: none;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
.statistics .list-inline li[data-v-4705a41b] {
    margin: 30px 20px 12px 20px;
}
.landing-page-employers .main-header[data-v-4705a41b] {
    min-height: 55vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-4705a41b] {
      font-size: 1.3rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-4705a41b] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-4705a41b] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-4705a41b] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-4705a41b] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-4705a41b] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-4705a41b] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-4705a41b] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white[data-v-4705a41b] {
    overflow: hidden;
}
.landing-page-employers .content-section-white .content h3[data-v-4705a41b] {
      font-size: 32px;
}
.landing-page-employers .content-section-white .content .orange[data-v-4705a41b] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-white .info-box[data-v-4705a41b] {
      margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-4705a41b] {
        font-size: 26px;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-4705a41b] {
        font-size: 18px;
        margin-bottom: 30px;
}
.landing-page-employers .we-care[data-v-4705a41b] {
    padding: 50px 0;
}
.landing-page-employers .we-care .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .we-care .d-flex .text[data-v-4705a41b] {
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
}
.landing-page-employers .we-care .d-flex .text h3[data-v-4705a41b] {
          text-align: center;
          font-size: 32px;
}
.landing-page-employers .we-care .d-flex .log .btn-primary[data-v-4705a41b] {
        margin: 0 auto;
}
.landing-page-employers .black-section[data-v-4705a41b] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-4705a41b] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-4705a41b] {
        display: none;
}
}

/* Medium devices (landscape tablets, 769px and up) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
.container[data-v-4705a41b] {
    max-width: 100% !important;
}
.statistics[data-v-4705a41b] {
    margin-top: 30px;
}
.statistics .list-inline li[data-v-4705a41b] {
      margin: 30px 40px 12px 40px;
}
.landing-page-employers .main-header[data-v-4705a41b] {
    min-height: 65vh;
    background-position: top;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-4705a41b] {
      font-size: 1.5rem;
      padding: 0 30px;
}
.landing-page-employers .main-header .center-text .text img[data-v-4705a41b] {
      width: 100px;
      height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-4705a41b] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-4705a41b] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-4705a41b] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-4705a41b] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-4705a41b] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-4705a41b] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white[data-v-4705a41b] {
    overflow: hidden;
}
.landing-page-employers .content-section-white .content h3[data-v-4705a41b] {
      font-size: 32px;
}
.landing-page-employers .content-section-white .content .orange[data-v-4705a41b] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-white .info-box[data-v-4705a41b] {
      margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-4705a41b] {
        font-size: 26px;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-4705a41b] {
        font-size: 18px;
        margin-bottom: 30px;
}
.landing-page-employers .we-care[data-v-4705a41b] {
    padding: 50px 0;
}
.landing-page-employers .we-care .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .we-care .d-flex .text[data-v-4705a41b] {
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
}
.landing-page-employers .we-care .d-flex .text h3[data-v-4705a41b] {
          text-align: center;
          font-size: 32px;
}
.landing-page-employers .we-care .d-flex .log .btn-primary[data-v-4705a41b] {
        margin: 0 auto;
}
.landing-page-employers .black-section[data-v-4705a41b] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-4705a41b] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-4705a41b] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-4705a41b] {
        display: none;
}
}
@media only screen and (min-width: 450px) and (max-width: 546px) {
.statistics .list-inline li[data-v-4705a41b] {
    margin: 30px 12px 12px 12px;
}
}
@media only screen and (min-width: 547px) and (max-width: 600px) {
.statistics .list-inline li[data-v-4705a41b] {
    margin: 30px 20px 12px 20px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.brands[data-v-7d5b12e9] {
  padding: 50px 0;
}
.brands h3[data-v-7d5b12e9] {
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}
.brands img[data-v-7d5b12e9] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.brands img[data-v-7d5b12e9]:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
}
.statistics[data-v-7d5b12e9] {
  padding: 60px 0 60px 0;
}
.statistics h2[data-v-7d5b12e9] {
    margin-bottom: 30px;
}
.statistics .list-inline[data-v-7d5b12e9] {
    margin: 0;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.statistics .list-inline li[data-v-7d5b12e9] {
      width: 20%;
      text-align: center;
      font-size: 16px;
      border: 1px solid rgba(0, 0, 0, 0.02);
      width: 105px;
      height: 105px;
      color: #888;
      border-radius: 6px;
      -webkit-box-shadow: 0px 15px 35px #0000000d;
      box-shadow: 0px 15px 35px #0000000d;
      background: #fff;
}
.statistics .list-inline li .text[data-v-7d5b12e9] {
        width: 100%;
}
.statistics .list-inline li .text span[data-v-7d5b12e9] {
          display: block;
          margin: 4px auto;
          font-weight: 700;
          color: #575757;
}
.statistics .list-inline li .text i[data-v-7d5b12e9] {
          display: block;
          font-size: 41px;
}
.statistics .list-inline li .text img[data-v-7d5b12e9] {
          width: 42px;
          height: 42px;
}
.landing-page-employers .main-header[data-v-7d5b12e9] {
  position: relative;
  min-height: 100vh;
  background: url(../img/Header_Candidates.4af74456.jpg);
  background-size: cover;
  margin: 0;
}
.landing-page-employers .main-header .center-text[data-v-7d5b12e9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.landing-page-employers .main-header .center-text .text[data-v-7d5b12e9] {
      text-align: center;
      width: 460px;
      padding-top: 100px;
}
.landing-page-employers .main-header .center-text .text img[data-v-7d5b12e9] {
        width: 180px;
        height: 180px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-7d5b12e9] {
        font-size: 2.1rem;
        font-weight: 900;
}
.landing-page-employers .content-section-gray[data-v-7d5b12e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  background-color: #ebeced;
}
.landing-page-employers .content-section-gray .content[data-v-7d5b12e9] {
    padding: 40px 120px;
}
.landing-page-employers .content-section-gray .content h2[data-v-7d5b12e9] {
      font-size: 36px;
      font-weight: 500;
      text-align: center;
}
.landing-page-employers .content-section-gray .content h2 span[data-v-7d5b12e9] {
        font-weight: 600;
        display: block;
}
.landing-page-employers .content-section-gray .content .orange[data-v-7d5b12e9] {
      display: block;
      color: #f26622;
      font-size: 36px;
      text-align: center;
      margin-top: 50px;
      line-height: 1.2;
}
.landing-page-employers .content-section-gray .content .orange span[data-v-7d5b12e9] {
        display: block;
}
.landing-page-employers .content-section-gray .content .btn-secondary[data-v-7d5b12e9] {
      margin-top: 80px;
      font-size: 21px;
      padding: 6px 75px;
}
.landing-page-employers .stats[data-v-7d5b12e9] {
  padding: 80px 0;
  background: #eef7fb;
}
.landing-page-employers .stats .d-flex[data-v-7d5b12e9] {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.landing-page-employers .stats .info-col[data-v-7d5b12e9] {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 15%;
    padding: 20px 12px;
}
.landing-page-employers .stats .info-col span[data-v-7d5b12e9] {
      display: block;
      margin-bottom: 5px;
      font-size: 34px;
}
.landing-page-employers .stats .info-col h2[data-v-7d5b12e9] {
      font-weight: 900;
      font-size: 21px;
}
.landing-page-employers .stats .info-col h2 span[data-v-7d5b12e9] {
        display: block;
        font-size: 21px;
}
.landing-page-employers .stats .info-col .list-unstyled li[data-v-7d5b12e9] {
      font-size: 14px;
      color: #666;
}
.landing-page-employers .stats .info-col[data-v-7d5b12e9]:nth-child(even) {
      color: #08c;
}
.landing-page-employers .stats .info-col[data-v-7d5b12e9]:nth-child(odd) {
      color: #f26622;
}
.landing-page-employers .stats .info-col[data-v-7d5b12e9]:last-of-type {
      border: none;
}
.landing-page-employers .white-section[data-v-7d5b12e9] {
  padding: 80px 120px;
}
.landing-page-employers .white-section h2[data-v-7d5b12e9] {
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.landing-page-employers .white-section h2 span[data-v-7d5b12e9] {
      display: block;
}
.landing-page-employers .white-section .info-box[data-v-7d5b12e9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 22px;
    padding: 20px 80px;
    min-height: 300px;
    max-height: auto;
    margin-bottom: 20px;
}
.landing-page-employers .white-section .info-box .text[data-v-7d5b12e9] {
      width: 60%;
}
.landing-page-employers .white-section .info-box .text h3[data-v-7d5b12e9] {
        margin-bottom: 20px;
}
.landing-page-employers .white-section .info-box .text p[data-v-7d5b12e9] {
        font-weight: 500;
        color: #555;
        font-size: 21px;
}
.landing-page-employers .white-section .info-box .icon[data-v-7d5b12e9] {
      width: 200px;
      height: 200px;
}
.landing-page-employers .white-section .info-box .icon img[data-v-7d5b12e9] {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover;
}
.landing-page-employers .white-section .info-box.left[data-v-7d5b12e9] {
      background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(transparent));
      background: linear-gradient(to right, #f1f1f1, transparent);
}
.landing-page-employers .white-section .info-box.left .icon[data-v-7d5b12e9] {
        margin-left: auto;
}
.landing-page-employers .white-section .info-box.right[data-v-7d5b12e9] {
      background: -webkit-gradient(linear, right top, left top, from(#f1f1f1), to(transparent));
      background: linear-gradient(to left, #f1f1f1, transparent);
}
.landing-page-employers .white-section .info-box.right .icon[data-v-7d5b12e9] {
        margin-right: auto;
}
.landing-page-employers .gray-section[data-v-7d5b12e9] {
  background: #f9f9f9;
  padding: 120px;
}
.landing-page-employers .gray-section h2[data-v-7d5b12e9] {
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.landing-page-employers .gray-section h2 span[data-v-7d5b12e9] {
      display: block;
}
.landing-page-employers .gray-section .image-responsive[data-v-7d5b12e9] {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 50px;
}
.landing-page-employers .gray-section p[data-v-7d5b12e9] {
    font-size: 21px;
    font-weight: 500;
}
.landing-page-employers .gray-section p span[data-v-7d5b12e9] {
      font-weight: 600;
      color: #f26622;
}
.landing-page-employers .black-section[data-v-7d5b12e9] {
  height: 360px;
  background: #222325;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page-employers .black-section img[data-v-7d5b12e9] {
    width: 200px;
    height: auto;
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.landing-page-employers .black-section .text[data-v-7d5b12e9] {
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.landing-page-employers .black-section .text p[data-v-7d5b12e9] {
      font-size: 24px;
}
.landing-page-employers .black-section .text p span[data-v-7d5b12e9] {
        display: block;
        color: #f26622;
}
.landing-page-employers .black-section .text .btn-secondary[data-v-7d5b12e9] {
      padding: 8px 55px;
      text-transform: uppercase;
      font-weight: 600;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.statistics .list-inline li[data-v-7d5b12e9] {
    margin: 0 0 12px 0;
}
.landing-page-employers .main-header[data-v-7d5b12e9] {
    min-height: 50vh;
    background-position: center;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text[data-v-7d5b12e9] {
      padding-top: 0;
      padding-bottom: 20px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-7d5b12e9] {
        padding: 0 100px;
        font-size: 1.1rem;
}
.landing-page-employers .main-header .center-text .text img[data-v-7d5b12e9] {
        width: 100px;
        height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-7d5b12e9] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-7d5b12e9] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-7d5b12e9] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-7d5b12e9] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-7d5b12e9] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-gray .content .orange[data-v-7d5b12e9] {
      font-size: 26px;
}
.landing-page-employers .content-section-white .content h3[data-v-7d5b12e9] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-7d5b12e9] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-7d5b12e9] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-7d5b12e9] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .white-section[data-v-7d5b12e9] {
    padding: 20px 0;
}
.landing-page-employers .white-section .info-box[data-v-7d5b12e9] {
      position: relative;
      display: block;
      height: auto;
      padding: 25px;
      margin: 15px;
}
.landing-page-employers .white-section .info-box .text[data-v-7d5b12e9] {
        width: 100%;
}
.landing-page-employers .white-section .info-box .text h3[data-v-7d5b12e9] {
          font-size: 21px;
}
.landing-page-employers .white-section .info-box .text p[data-v-7d5b12e9] {
          font-size: 18px;
}
.landing-page-employers .white-section .info-box .icon[data-v-7d5b12e9] {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        right: 12px;
        opacity: 0.2;
}
.landing-page-employers .white-section .info-box.left[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to right, #f6f6f6, transparent);
}
.landing-page-employers .white-section .info-box.right[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to left, #f6f6f6, transparent);
}
.landing-page-employers .gray-section[data-v-7d5b12e9] {
    padding: 30px 12px;
}
.landing-page-employers .gray-section h2[data-v-7d5b12e9] {
      font-size: 1.2rem;
}
.landing-page-employers .gray-section p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .black-section[data-v-7d5b12e9] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-7d5b12e9] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-7d5b12e9] {
        display: none;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
.statistics .list-inline li[data-v-7d5b12e9] {
    margin: 0 0 12px 0;
}
.landing-page-employers .main-header[data-v-7d5b12e9] {
    min-height: 65vh;
    background-position: center;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text[data-v-7d5b12e9] {
      padding-top: 0;
      padding-bottom: 20px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-7d5b12e9] {
        padding: 0 100px;
        font-size: 1.4rem;
}
.landing-page-employers .main-header .center-text .text img[data-v-7d5b12e9] {
        width: 100px;
        height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-7d5b12e9] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-7d5b12e9] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-7d5b12e9] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-7d5b12e9] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-7d5b12e9] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-gray .content .orange[data-v-7d5b12e9] {
      font-size: 26px;
}
.landing-page-employers .content-section-white .content h3[data-v-7d5b12e9] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-7d5b12e9] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-7d5b12e9] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-7d5b12e9] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .white-section[data-v-7d5b12e9] {
    padding: 20px 0;
}
.landing-page-employers .white-section .info-box[data-v-7d5b12e9] {
      position: relative;
      display: block;
      height: auto;
      padding: 25px;
      margin: 15px;
}
.landing-page-employers .white-section .info-box .text[data-v-7d5b12e9] {
        width: 100%;
}
.landing-page-employers .white-section .info-box .text h3[data-v-7d5b12e9] {
          font-size: 21px;
}
.landing-page-employers .white-section .info-box .text p[data-v-7d5b12e9] {
          font-size: 18px;
}
.landing-page-employers .white-section .info-box .icon[data-v-7d5b12e9] {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        right: 12px;
        opacity: 0.2;
}
.landing-page-employers .white-section .info-box.left[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to right, #f6f6f6, transparent);
}
.landing-page-employers .white-section .info-box.right[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to left, #f6f6f6, transparent);
}
.landing-page-employers .gray-section[data-v-7d5b12e9] {
    padding: 30px 12px;
}
.landing-page-employers .gray-section h2[data-v-7d5b12e9] {
      font-size: 1.2rem;
}
.landing-page-employers .gray-section p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .black-section[data-v-7d5b12e9] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-7d5b12e9] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-7d5b12e9] {
        display: none;
}
}

/* Medium devices (landscape tablets, 769px and up) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
.statistics .list-inline li[data-v-7d5b12e9] {
    margin: 0 0 12px 0;
}
.landing-page-employers .main-header[data-v-7d5b12e9] {
    min-height: 70vh;
    background-position: center;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text[data-v-7d5b12e9] {
      padding-top: 0;
      padding-bottom: 20px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-7d5b12e9] {
        padding: 0 100px;
        font-size: 1.5rem;
}
.landing-page-employers .main-header .center-text .text img[data-v-7d5b12e9] {
        width: 100px;
        height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-7d5b12e9] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-7d5b12e9] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-7d5b12e9] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-7d5b12e9] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-7d5b12e9] {
        display: block;
        margin: 30px auto;
}
.landing-page-employers .content-section-gray .content .orange[data-v-7d5b12e9] {
      font-size: 26px;
}
.landing-page-employers .content-section-white .content h3[data-v-7d5b12e9] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-7d5b12e9] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-7d5b12e9] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-7d5b12e9] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .white-section[data-v-7d5b12e9] {
    padding: 20px 0;
}
.landing-page-employers .white-section .info-box[data-v-7d5b12e9] {
      position: relative;
      display: block;
      height: auto;
      padding: 25px;
      margin: 15px;
}
.landing-page-employers .white-section .info-box .text[data-v-7d5b12e9] {
        width: 100%;
}
.landing-page-employers .white-section .info-box .text h3[data-v-7d5b12e9] {
          font-size: 21px;
}
.landing-page-employers .white-section .info-box .text p[data-v-7d5b12e9] {
          font-size: 18px;
}
.landing-page-employers .white-section .info-box .icon[data-v-7d5b12e9] {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        right: 12px;
        opacity: 0.2;
}
.landing-page-employers .white-section .info-box.left[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to right, #f6f6f6, transparent);
}
.landing-page-employers .white-section .info-box.right[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to left, #f6f6f6, transparent);
}
.landing-page-employers .gray-section[data-v-7d5b12e9] {
    padding: 30px 12px;
}
.landing-page-employers .gray-section h2[data-v-7d5b12e9] {
      font-size: 1.2rem;
}
.landing-page-employers .gray-section p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .black-section[data-v-7d5b12e9] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-7d5b12e9] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-7d5b12e9] {
        display: none;
}
}

/* Large devices (laptops/desktops, 993px and up) */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
.statistics .list-inline li[data-v-7d5b12e9] {
    margin: 0 0 12px 0;
}
.landing-page-employers .main-header[data-v-7d5b12e9] {
    min-height: 50vh;
    background-position: center;
    background-size: 1000px;
}
.landing-page-employers .main-header .center-text .text[data-v-7d5b12e9] {
      padding-top: 0;
      padding-bottom: 20px;
}
.landing-page-employers .main-header .center-text .text h1[data-v-7d5b12e9] {
        padding: 0 100px;
        font-size: 1.1rem;
}
.landing-page-employers .main-header .center-text .text img[data-v-7d5b12e9] {
        width: 100px;
        height: 100px;
}
.landing-page-employers .content-section-gray .content[data-v-7d5b12e9] {
    padding: 0 20px;
}
.landing-page-employers .content-section-gray .content h2[data-v-7d5b12e9] {
      font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.bold[data-v-7d5b12e9] {
        font-size: 1.6rem;
}
.landing-page-employers .content-section-gray .content h2.sm[data-v-7d5b12e9] {
        font-size: 18px;
}
.landing-page-employers .content-section-gray .content p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .content-section-gray .content .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .content-section-gray .content .d-flex .btn[data-v-7d5b12e9] {
        display: block;
        width: 100%;
        margin-bottom: 12px;
}
.landing-page-employers .content-section-gray .content .orange[data-v-7d5b12e9] {
      font-size: 26px;
}
.landing-page-employers .content-section-white .content h3[data-v-7d5b12e9] {
    font-size: 32px;
}
.landing-page-employers .content-section-white .info-box[data-v-7d5b12e9] {
    margin: 25px auto;
}
.landing-page-employers .content-section-white .info-box h3[data-v-7d5b12e9] {
      font-size: 26px;
      margin-bottom: 12px;
}
.landing-page-employers .content-section-white .info-box p[data-v-7d5b12e9] {
      font-size: 18px;
      margin-bottom: 30px;
}
.landing-page-employers .white-section[data-v-7d5b12e9] {
    padding: 20px 0;
}
.landing-page-employers .white-section .info-box[data-v-7d5b12e9] {
      position: relative;
      display: block;
      height: auto;
      padding: 25px;
      margin: 15px;
}
.landing-page-employers .white-section .info-box .text[data-v-7d5b12e9] {
        width: 100%;
}
.landing-page-employers .white-section .info-box .text h3[data-v-7d5b12e9] {
          font-size: 21px;
}
.landing-page-employers .white-section .info-box .text p[data-v-7d5b12e9] {
          font-size: 18px;
}
.landing-page-employers .white-section .info-box .icon[data-v-7d5b12e9] {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        right: 12px;
        opacity: 0.2;
}
.landing-page-employers .white-section .info-box.left[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to right, #f6f6f6, transparent);
}
.landing-page-employers .white-section .info-box.right[data-v-7d5b12e9] {
        background: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(transparent));
        background: linear-gradient(to left, #f6f6f6, transparent);
}
.landing-page-employers .gray-section[data-v-7d5b12e9] {
    padding: 30px 12px;
}
.landing-page-employers .gray-section h2[data-v-7d5b12e9] {
      font-size: 1.2rem;
}
.landing-page-employers .gray-section p[data-v-7d5b12e9] {
      font-size: 18px;
}
.landing-page-employers .black-section[data-v-7d5b12e9] {
    display: block;
    height: auto;
    padding: 40px 0;
}
.landing-page-employers .black-section .text[data-v-7d5b12e9] {
      text-align: center;
}
.landing-page-employers .black-section .d-flex[data-v-7d5b12e9] {
      display: block !important;
}
.landing-page-employers .black-section .d-flex img[data-v-7d5b12e9] {
        display: none;
}
}

/* Extra large devices (large laptops and desktops, 1201px and up) */
@media only screen and (min-width: 1201px) {
  /* Your styles here */
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.modal-header[data-v-46c36b70] {
  text-align: center;
}
.modal-header .modal-title[data-v-46c36b70] {
    font-size: 28px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.map-responsive[data-v-46c36b70] {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe[data-v-46c36b70] {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.job-filters .vs--searchable .vs__dropdown-toggle[data-v-46c36b70] {
  height: 38px;
}
.job-filters .vs__search[data-v-46c36b70] {
  color: #495057;
  padding-top: 2px !important;
}
.job-filters .first[data-v-46c36b70] {
  width: 35%;
}
.list-unstyled.job-list li[data-v-46c36b70] {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding: 15px 0;
}
.list-unstyled.job-list li figure[data-v-46c36b70] {
    width: 85px;
    height: 85px;
    margin: 0 12px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.list-unstyled.job-list li figure img[data-v-46c36b70] {
      width: 100%;
      height: 85px;
      -o-object-fit: cover;
         object-fit: cover;
      border: 1px solid #ddd;
      border-radius: 8px;
}
.list-unstyled.job-list li .text[data-v-46c36b70] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled.job-list li .text .job-title[data-v-46c36b70] {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #333;
      display: block;
      margin-bottom: 3px;
}
.list-unstyled.job-list li .text .company[data-v-46c36b70] {
      color: #f05a00;
      display: block;
      font-size: 14px;
      margin-bottom: 8px;
}
.list-unstyled.job-list li .text a[data-v-46c36b70] {
      display: block;
      text-decoration: none;
}
.list-unstyled.job-list li .text .type[data-v-46c36b70] {
      background: #f05a00;
      display: inline-block;
      padding: 2px 12px;
      color: #fff;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 700;
      margin-right: 12px;
}
.list-unstyled.job-list li .text .update[data-v-46c36b70] {
      font-size: 14px;
      color: #666;
}
.list-unstyled.job-list li .location[data-v-46c36b70] {
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #888;
}
.list-unstyled.job-list li .location i[data-v-46c36b70] {
      display: block-inline;
      width: 25px;
}
.list-unstyled.job-list li .cloud li[data-v-46c36b70] {
    border: none;
    margin: 4px 5px;
    padding: 0;
}
.list-unstyled.job-list li .cloud li a[data-v-46c36b70] {
      color: #555;
      display: block;
      border-radius: 20px;
      text-decoration: none;
      font-size: 11px;
      font-weight: 700;
      background: #f2f2f2;
      padding: 6px 12px;
      text-transform: lowercase;
}
.portal-header[data-v-46c36b70] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
  min-height: 30vh;
}
.portal-header h1[data-v-46c36b70] {
    font-size: 31px;
    font-weight: 700;
    margin: 15px 0 8px 0;
}
.portal-header .slogan[data-v-46c36b70] {
    font-weight: 700;
    font-size: 15px;
    color: #222;
    margin: 50px 0 12px 0;
    display: block;
}
.portal-header p[data-v-46c36b70] {
    font-size: 15px;
    letter-spacing: 0.5px;
}
.portal-header .list-unstyled[data-v-46c36b70] {
    margin-top: 28px;
}
.portal-header .list-unstyled li[data-v-46c36b70] {
      font-size: 14px;
      margin-bottom: 12px;
      border-bottom: 1px dashed #ddd;
      padding-bottom: 12px;
}
.portal-header .list-unstyled li span[data-v-46c36b70] {
        font-weight: 700;
}
.portal-header .list-unstyled li a[data-v-46c36b70] {
        text-decoration: none;
}
.portal-header .list-unstyled li i[data-v-46c36b70] {
        display: inline-block;
        width: 20px;
        margin-right: 8px;
        text-align: center;
        color: #777;
}
.job-ad[data-v-46c36b70] {
  font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.job-ad h1[data-v-46c36b70] {
    font-size: 32px;
    font-weight: 700;
}
.job-ad .location[data-v-46c36b70],
  .job-ad .employment[data-v-46c36b70],
  .job-ad .type[data-v-46c36b70] {
    margin-right: 20px;
}
.job-ad .list-unstyled[data-v-46c36b70] {
    list-style: circle;
    margin: 15px 0;
}
.job-ad .list-unstyled li[data-v-46c36b70] {
      margin-left: 30px;
      padding-left: 8px;
}

/* Media queries */
@media only screen and (max-width: 576px) {
.list-unstyled.job-list[data-v-46c36b70] {
    border: none;
}
.list-unstyled.job-list li figure[data-v-46c36b70] {
      display: none;
}
.list-unstyled.job-list li .location[data-v-46c36b70] {
      display: block;
      margin: 12px 0;
}
.list-unstyled.job-list li .location i[data-v-46c36b70] {
        width: 15px;
}
}

/* $qualification-color-submitted: #f05a00; */
/* SIZES */
.main-header[data-v-2a170f21] {
  position: relative;
  height: 40vh;
  background: url("https://comstream.eu/img/homepage/header_home.jpg");
  background-size: cover;
}
.main-header .overlay[data-v-2a170f21] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(180deg, transparent, #000);
    z-index: 0;
}
.main-header .container[data-v-2a170f21] {
    height: 40vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-header .container h1[data-v-2a170f21] {
      font-family: 'Raleway', sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 2.5rem;
      color: #fff;
      background: rgba(0, 0, 0, 0.3);
      padding: 12px 20px;
      letter-spacing: 8px;
      width: 80%;
      margin: 12px auto 30px auto;
      text-align: center;
      z-index: 999;
}
.main-header .container h1 span[data-v-2a170f21] {
        display: block;
}
.search-portal[data-v-2a170f21] {
  padding: 0;
  margin: 40px 0 0 0;
}
.search-portal .form-group[data-v-2a170f21] {
    position: relative;
    width: 100%;
    display: block;
}
.search-portal .form-group i[data-v-2a170f21] {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: 32px;
      color: #9b9b9b;
      font-size: 26px;
}
.search-portal .form-group .form-control[data-v-2a170f21] {
      border-radius: 8px;
      min-height: 65px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 18px;
      width: 100%;
      font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.search-portal .form-group .btn-secondary[data-v-2a170f21] {
      height: 46px;
      border-radius: 3px;
      display: block;
      width: 100%;
      text-transform: uppercase;
      margin-bottom: 12px;
      background-color: #a93224;
      border-color: #a93224;
}
.search-portal .form-group[data-v-2a170f21]:first-of-type {
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 12px;
}
.search-portal .form-group[data-v-2a170f21]:nth-of-type(2) {
      margin-right: 12px;
}
.search-portal a[data-v-2a170f21] {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
}
.latest-ads[data-v-2a170f21] {
  padding: 60px 0;
}
.latest-ads h2[data-v-2a170f21] {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.latest-ads .single[data-v-2a170f21] {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 35px #0000000d;
            box-shadow: 0px 15px 35px #0000000d;
    margin-bottom: 20px;
    font-family: Lato, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latest-ads .single img[data-v-2a170f21] {
      width: 70px;
      height: 70px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      overflow: hidden;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-ads .single .job-info[data-v-2a170f21] {
      width: 37%;
      margin-right: 12px;
}
.latest-ads .single .job-info a[data-v-2a170f21] {
        display: block;
        text-decoration: none;
}
.latest-ads .single .job-info a[data-v-2a170f21]:first-of-type {
          font-size: 18px;
}
.latest-ads .single .job-info a[data-v-2a170f21]:nth-of-type(2) {
          color: #424242;
          font-size: 16px;
}
.latest-ads .single .location[data-v-2a170f21] {
      text-align: center;
      width: 130px;
      margin: 0 10px;
}
.latest-ads .single .location a[data-v-2a170f21] {
        text-decoration: none;
}
.latest-ads .single .location i[data-v-2a170f21] {
        display: block;
        color: #afafaf;
        font-size: 18px;
        margin-bottom: 5px;
}
.latest-ads .single .location span[data-v-2a170f21] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform: uppercase;
}
.latest-ads .single .tagline[data-v-2a170f21] {
      text-align: right;
      width: 200px;
}
.latest-ads .single .tagline a[data-v-2a170f21] {
        display: inline-block;
        background: #f2f2f2;
        border-radius: 16px;
        color: #3e3e3e;
        border: 5px solid #fff;
        font-size: 13px;
        padding: 3px 8px;
        text-decoration: none;
        font-weight: 500;
}
.copyright[data-v-2a170f21] {
  margin-bottom: 30px;
  text-align: center;
}
.copyright svg[data-v-2a170f21] {
    width: 60px;
    height: 50px;
}
.copyright .text[data-v-2a170f21] {
    margin-left: 12px;
}
.copyright .text span[data-v-2a170f21]:first-of-type {
      display: block;
      font-size: 13px;
}
.copyright .text span[data-v-2a170f21]:nth-of-type(2) {
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
}

.wrapper[data-v-8e367c50] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.notfound-404 h1[data-v-8e367c50] {
  font-size: 186px;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
}
.notfound-404 h2[data-v-8e367c50] {
  font-size: 26px;
  font-weight: 700;
}
.notfound-404 p[data-v-8e367c50] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.notfound-404 a[data-v-8e367c50],
.notfound-404 button[data-v-8e367c50] {
  text-transform: uppercase;
}

.colored-icon[data-v-0ead2118] {
  background-color: grey;
}

