@charset "UTF-8";
/*
 border: $ember-power-select-multiple-option-border;
  border-radius: $ember-power-select-multiple-option-border-radius;
  color: $ember-power-select-multiple-selection-color;
  background-color: $ember-power-select-multiple-selection-background-color;
  padding: $ember-power-select-multiple-option-padding;
  display: inline-block;
  line-height: $ember-power-select-multiple-option-line-height;
  float: left;
  margin: 2px 0 2px 3px;

 */
.md-datepicker-group {
  margin: 15px 0;
  position: relative;
  box-sizing: border-box;
  font-family: Roboto, sans-serif; }
  .md-datepicker-group input::-ms-clear {
    display: none; }
  .md-datepicker-group input {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    background: none;
    border: 0;
    border-bottom: 1px solid #14CA9C;
    padding: 10px 10px 5px 5px;
    display: block;
    width: 100%;
    height: 33px; }
    .md-datepicker-group input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px white inset; }
    .md-datepicker-group input:disabled {
      color: #9e9e9e;
      border-bottom-color: #9e9e9e;
      cursor: not-allowed; }
    .md-datepicker-group input ~ .datepicker-error {
      color: #f44336;
      font-size: 12px;
      padding: 10px 0 5px 5px; }
    .md-datepicker-group input ~ .bar {
      position: relative;
      display: block; }
      .md-datepicker-group input ~ .bar:before {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        background: #14CA9C;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all; }
    .md-datepicker-group input ~ label {
      position: absolute;
      color: #c2c2c2;
      font-size: 14px;
      left: 5px;
      top: 10px;
      pointer-events: none;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    .md-datepicker-group input:disabled ~ label {
      color: #9e9e9e; }
    .md-datepicker-group input:disabled ~ .down-arrow {
      cursor: not-allowed; }
      .md-datepicker-group input:disabled ~ .down-arrow i:after {
        border-top: 0.55em solid #9e9e9e; }
    .md-datepicker-group input:focus {
      outline: 0; }
      .md-datepicker-group input:focus ~ .bar:before {
        width: 100%; }
      .md-datepicker-group input:focus ~ .datepicker-container .datepicker-inner {
        display: block;
        min-height: 440px; }
    .md-datepicker-group input:focus ~ label, .md-datepicker-group input ~ .text-present {
      top: -11px;
      font-size: 12px;
      color: #14CA9C; }
    .md-datepicker-group input.invalid, .md-datepicker-group input:disabled.invalid, .md-datepicker-group input.isDirty:required.invalid, .md-datepicker-group input:disabled.isDirty:required, .md-datepicker-group input:disabled.isDirty.validate {
      border-bottom: 1px solid #f44336; }
      .md-datepicker-group input.invalid ~ .bar:before, .md-datepicker-group input:disabled.invalid ~ .bar:before, .md-datepicker-group input.isDirty:required.invalid ~ .bar:before, .md-datepicker-group input:disabled.isDirty:required ~ .bar:before, .md-datepicker-group input:disabled.isDirty.validate ~ .bar:before {
        background: #f44336; }
      .md-datepicker-group input.invalid ~ label, .md-datepicker-group input:disabled.invalid ~ label, .md-datepicker-group input.isDirty:required.invalid ~ label, .md-datepicker-group input:disabled.isDirty:required ~ label, .md-datepicker-group input:disabled.isDirty.validate ~ label {
        color: #f44336; }
  .md-datepicker-group .down-arrow {
    cursor: pointer;
    background: none;
    min-width: 0;
    height: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 9px;
    top: 22px;
    border: 0;
    box-shadow: none; }
    .md-datepicker-group .down-arrow i:after {
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: .255em solid transparent;
      border-right: .255em solid transparent;
      border-top: 0.55em solid #727272; }
  .md-datepicker-group .datepicker-container {
    position: absolute;
    z-index: 100;
    width: 311px; }
    .md-datepicker-group .datepicker-container.drop-up {
      bottom: 50px; }
    .md-datepicker-group .datepicker-container.drop-down {
      top: 40px; }
    .md-datepicker-group .datepicker-container p {
      margin: 0; }
    .md-datepicker-group .datepicker-container.error-message-present {
      top: 60px; }
    .md-datepicker-group .datepicker-container .datepicker-inner {
      display: none;
      background-color: #fff;
      border-radius: 0 0 3px 3px;
      margin: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
      .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-head {
        height: 95px;
        background-color: #14CA9C;
        color: #fff;
        border-radius: 3px 3px 0 0;
        padding: 18px 21px 0 21px; }
        .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-head .head-time {
          font-size: 14px;
          float: right; }
        .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-head .head-year {
          font-size: 14px;
          margin-bottom: 6px; }
        .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-head .head-day-month {
          font-size: 32px;
          font-weight: 500; }
      .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main {
        padding: 0 8px; }
        .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main span {
          font-size: 12px;
          width: 42px; }
        .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .month-select {
          display: flex;
          height: 48px;
          margin-bottom: 15px; }
          .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .month-select .month-toggle {
            cursor: pointer;
            text-decoration: none;
            margin: 0;
            border: 0;
            padding: 17px 6px 6px 6px;
            position: relative;
            outline: none;
            background: none; }
            .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .month-select .month-toggle svg {
              display: inline-block;
              color: #757575;
              fill: currentcolor;
              height: 24px;
              width: 24px;
              transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
              -webkit-user-select: none; }
          .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .month-select .selected-month-year {
            height: 100%;
            width: 100%;
            position: relative;
            text-align: center;
            color: #383838;
            padding-top: 20px;
            font-size: 14px;
            font-weight: 500; }
        .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-header {
          display: flex;
          height: 20px;
          margin-bottom: 6px; }
          .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-header span {
            opacity: 0.5;
            text-align: center; }
        .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select {
          padding-bottom: 10px; }
          .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week {
            display: flex;
            height: 41px;
            text-align: center; }
            .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .blank-day {
              width: 42px; }
            .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date {
              cursor: pointer;
              height: 34px;
              text-decoration: none;
              margin: 0;
              border: 0;
              position: relative;
              outline: none;
              background: none;
              padding: 4px 0;
              width: 42px; }
              .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date .date-circle {
                height: 34px;
                width: 34px;
                position: absolute;
                top: 0;
                left: 4px;
                opacity: 0;
                border-radius: 50%;
                background-color: #14CA9C;
                transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
                transform: scale(0); }
              .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date span {
                position: relative;
                color: #383838;
                line-height: 29px; }
                .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date span.today {
                  color: #14CA9C; }
              .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date:hover .date-circle {
                opacity: 0.6;
                transform: scale(1); }
              .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date:hover span {
                color: #fff; }
              .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date.selected .date-circle {
                opacity: 1;
                transform: scale(1); }
              .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date.selected span {
                color: #fff; }
              .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date.disabled {
                cursor: not-allowed; }
                .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date.disabled span {
                  color: #CCCCCC; }
                .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date.disabled:hover .date-circle {
                  opacity: 0;
                  transform: scale(0); }
                .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date.disabled:hover span {
                  color: #CCCCCC; }
                .md-datepicker-group .datepicker-container .datepicker-inner .datepicker-main .day-select .week .btn-date.disabled.selected span {
                  color: #fff; }

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("fonts/mdi//materialdesignicons-webfont.eot?v=1.9.32");
  src: url("fonts/mdi//materialdesignicons-webfont.eot?#iefix&v=1.9.32") format("embedded-opentype"), url("fonts/mdi//materialdesignicons-webfont.woff2?v=1.9.32") format("woff2"), url("fonts/mdi//materialdesignicons-webfont.woff?v=1.9.32") format("woff"), url("fonts/mdi//materialdesignicons-webfont.ttf?v=1.9.32") format("truetype"), url("fonts/mdi//materialdesignicons-webfont.svg?v=1.9.32#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mdi-access-point:before {
  content: "\F002"; }

.mdi-access-point-network:before {
  content: "\F003"; }

.mdi-account:before {
  content: "\F004"; }

.mdi-account-alert:before {
  content: "\F005"; }

.mdi-account-box:before {
  content: "\F006"; }

.mdi-account-box-outline:before {
  content: "\F007"; }

.mdi-account-card-details:before {
  content: "\F5D2"; }

.mdi-account-check:before {
  content: "\F008"; }

.mdi-account-circle:before {
  content: "\F009"; }

.mdi-account-convert:before {
  content: "\F00A"; }

.mdi-account-edit:before {
  content: "\F6BB"; }

.mdi-account-key:before {
  content: "\F00B"; }

.mdi-account-location:before {
  content: "\F00C"; }

.mdi-account-minus:before {
  content: "\F00D"; }

.mdi-account-multiple:before {
  content: "\F00E"; }

.mdi-account-multiple-minus:before {
  content: "\F5D3"; }

.mdi-account-multiple-outline:before {
  content: "\F00F"; }

.mdi-account-multiple-plus:before {
  content: "\F010"; }

.mdi-account-network:before {
  content: "\F011"; }

.mdi-account-off:before {
  content: "\F012"; }

.mdi-account-outline:before {
  content: "\F013"; }

.mdi-account-plus:before {
  content: "\F014"; }

.mdi-account-remove:before {
  content: "\F015"; }

.mdi-account-search:before {
  content: "\F016"; }

.mdi-account-settings:before {
  content: "\F630"; }

.mdi-account-settings-variant:before {
  content: "\F631"; }

.mdi-account-star:before {
  content: "\F017"; }

.mdi-account-switch:before {
  content: "\F019"; }

.mdi-adjust:before {
  content: "\F01A"; }

.mdi-air-conditioner:before {
  content: "\F01B"; }

.mdi-airballoon:before {
  content: "\F01C"; }

.mdi-airplane:before {
  content: "\F01D"; }

.mdi-airplane-landing:before {
  content: "\F5D4"; }

.mdi-airplane-off:before {
  content: "\F01E"; }

.mdi-airplane-takeoff:before {
  content: "\F5D5"; }

.mdi-airplay:before {
  content: "\F01F"; }

.mdi-alarm:before {
  content: "\F020"; }

.mdi-alarm-check:before {
  content: "\F021"; }

.mdi-alarm-multiple:before {
  content: "\F022"; }

.mdi-alarm-off:before {
  content: "\F023"; }

.mdi-alarm-plus:before {
  content: "\F024"; }

.mdi-alarm-snooze:before {
  content: "\F68D"; }

.mdi-album:before {
  content: "\F025"; }

.mdi-alert:before {
  content: "\F026"; }

.mdi-alert-box:before {
  content: "\F027"; }

.mdi-alert-circle:before {
  content: "\F028"; }

.mdi-alert-circle-outline:before {
  content: "\F5D6"; }

.mdi-alert-decagram:before {
  content: "\F6BC"; }

.mdi-alert-octagon:before {
  content: "\F029"; }

.mdi-alert-octagram:before {
  content: "\F766"; }

.mdi-alert-outline:before {
  content: "\F02A"; }

.mdi-all-inclusive:before {
  content: "\F6BD"; }

.mdi-alpha:before {
  content: "\F02B"; }

.mdi-alphabetical:before {
  content: "\F02C"; }

.mdi-altimeter:before {
  content: "\F5D7"; }

.mdi-amazon:before {
  content: "\F02D"; }

.mdi-amazon-clouddrive:before {
  content: "\F02E"; }

.mdi-ambulance:before {
  content: "\F02F"; }

.mdi-amplifier:before {
  content: "\F030"; }

.mdi-anchor:before {
  content: "\F031"; }

.mdi-android:before {
  content: "\F032"; }

.mdi-android-debug-bridge:before {
  content: "\F033"; }

.mdi-android-studio:before {
  content: "\F034"; }

.mdi-angular:before {
  content: "\F6B1"; }

.mdi-angularjs:before {
  content: "\F6BE"; }

.mdi-animation:before {
  content: "\F5D8"; }

.mdi-apple:before {
  content: "\F035"; }

.mdi-apple-finder:before {
  content: "\F036"; }

.mdi-apple-ios:before {
  content: "\F037"; }

.mdi-apple-keyboard-caps:before {
  content: "\F632"; }

.mdi-apple-keyboard-command:before {
  content: "\F633"; }

.mdi-apple-keyboard-control:before {
  content: "\F634"; }

.mdi-apple-keyboard-option:before {
  content: "\F635"; }

.mdi-apple-keyboard-shift:before {
  content: "\F636"; }

.mdi-apple-mobileme:before {
  content: "\F038"; }

.mdi-apple-safari:before {
  content: "\F039"; }

.mdi-application:before {
  content: "\F614"; }

.mdi-apps:before {
  content: "\F03B"; }

.mdi-archive:before {
  content: "\F03C"; }

.mdi-arrange-bring-forward:before {
  content: "\F03D"; }

.mdi-arrange-bring-to-front:before {
  content: "\F03E"; }

.mdi-arrange-send-backward:before {
  content: "\F03F"; }

.mdi-arrange-send-to-back:before {
  content: "\F040"; }

.mdi-arrow-all:before {
  content: "\F041"; }

.mdi-arrow-bottom-left:before {
  content: "\F042"; }

.mdi-arrow-bottom-right:before {
  content: "\F043"; }

.mdi-arrow-compress:before {
  content: "\F615"; }

.mdi-arrow-compress-all:before {
  content: "\F044"; }

.mdi-arrow-down:before {
  content: "\F045"; }

.mdi-arrow-down-bold:before {
  content: "\F72D"; }

.mdi-arrow-down-bold-box:before {
  content: "\F72E"; }

.mdi-arrow-down-bold-box-outline:before {
  content: "\F72F"; }

.mdi-arrow-down-bold-circle:before {
  content: "\F047"; }

.mdi-arrow-down-bold-circle-outline:before {
  content: "\F048"; }

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049"; }

.mdi-arrow-down-box:before {
  content: "\F6BF"; }

.mdi-arrow-down-drop-circle:before {
  content: "\F04A"; }

.mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B"; }

.mdi-arrow-down-thick:before {
  content: "\F046"; }

.mdi-arrow-expand:before {
  content: "\F616"; }

.mdi-arrow-expand-all:before {
  content: "\F04C"; }

.mdi-arrow-left:before {
  content: "\F04D"; }

.mdi-arrow-left-bold:before {
  content: "\F730"; }

.mdi-arrow-left-bold-box:before {
  content: "\F731"; }

.mdi-arrow-left-bold-box-outline:before {
  content: "\F732"; }

.mdi-arrow-left-bold-circle:before {
  content: "\F04F"; }

.mdi-arrow-left-bold-circle-outline:before {
  content: "\F050"; }

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051"; }

.mdi-arrow-left-box:before {
  content: "\F6C0"; }

.mdi-arrow-left-drop-circle:before {
  content: "\F052"; }

.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053"; }

.mdi-arrow-left-thick:before {
  content: "\F04E"; }

.mdi-arrow-right:before {
  content: "\F054"; }

.mdi-arrow-right-bold:before {
  content: "\F733"; }

.mdi-arrow-right-bold-box:before {
  content: "\F734"; }

.mdi-arrow-right-bold-box-outline:before {
  content: "\F735"; }

.mdi-arrow-right-bold-circle:before {
  content: "\F056"; }

.mdi-arrow-right-bold-circle-outline:before {
  content: "\F057"; }

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058"; }

.mdi-arrow-right-box:before {
  content: "\F6C1"; }

.mdi-arrow-right-drop-circle:before {
  content: "\F059"; }

.mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A"; }

.mdi-arrow-right-thick:before {
  content: "\F055"; }

.mdi-arrow-top-left:before {
  content: "\F05B"; }

.mdi-arrow-top-right:before {
  content: "\F05C"; }

.mdi-arrow-up:before {
  content: "\F05D"; }

.mdi-arrow-up-bold:before {
  content: "\F736"; }

.mdi-arrow-up-bold-box:before {
  content: "\F737"; }

.mdi-arrow-up-bold-box-outline:before {
  content: "\F738"; }

.mdi-arrow-up-bold-circle:before {
  content: "\F05F"; }

.mdi-arrow-up-bold-circle-outline:before {
  content: "\F060"; }

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061"; }

.mdi-arrow-up-box:before {
  content: "\F6C2"; }

.mdi-arrow-up-drop-circle:before {
  content: "\F062"; }

.mdi-arrow-up-drop-circle-outline:before {
  content: "\F063"; }

.mdi-arrow-up-thick:before {
  content: "\F05E"; }

.mdi-assistant:before {
  content: "\F064"; }

.mdi-asterisk:before {
  content: "\F6C3"; }

.mdi-at:before {
  content: "\F065"; }

.mdi-atom:before {
  content: "\F767"; }

.mdi-attachment:before {
  content: "\F066"; }

.mdi-audiobook:before {
  content: "\F067"; }

.mdi-auto-fix:before {
  content: "\F068"; }

.mdi-auto-upload:before {
  content: "\F069"; }

.mdi-autorenew:before {
  content: "\F06A"; }

.mdi-av-timer:before {
  content: "\F06B"; }

.mdi-baby:before {
  content: "\F06C"; }

.mdi-baby-buggy:before {
  content: "\F68E"; }

.mdi-backburger:before {
  content: "\F06D"; }

.mdi-backspace:before {
  content: "\F06E"; }

.mdi-backup-restore:before {
  content: "\F06F"; }

.mdi-bandcamp:before {
  content: "\F674"; }

.mdi-bank:before {
  content: "\F070"; }

.mdi-barcode:before {
  content: "\F071"; }

.mdi-barcode-scan:before {
  content: "\F072"; }

.mdi-barley:before {
  content: "\F073"; }

.mdi-barrel:before {
  content: "\F074"; }

.mdi-basecamp:before {
  content: "\F075"; }

.mdi-basket:before {
  content: "\F076"; }

.mdi-basket-fill:before {
  content: "\F077"; }

.mdi-basket-unfill:before {
  content: "\F078"; }

.mdi-battery:before {
  content: "\F079"; }

.mdi-battery-10:before {
  content: "\F07A"; }

.mdi-battery-20:before {
  content: "\F07B"; }

.mdi-battery-30:before {
  content: "\F07C"; }

.mdi-battery-40:before {
  content: "\F07D"; }

.mdi-battery-50:before {
  content: "\F07E"; }

.mdi-battery-60:before {
  content: "\F07F"; }

.mdi-battery-70:before {
  content: "\F080"; }

.mdi-battery-80:before {
  content: "\F081"; }

.mdi-battery-90:before {
  content: "\F082"; }

.mdi-battery-alert:before {
  content: "\F083"; }

.mdi-battery-charging:before {
  content: "\F084"; }

.mdi-battery-charging-100:before {
  content: "\F085"; }

.mdi-battery-charging-20:before {
  content: "\F086"; }

.mdi-battery-charging-30:before {
  content: "\F087"; }

.mdi-battery-charging-40:before {
  content: "\F088"; }

.mdi-battery-charging-60:before {
  content: "\F089"; }

.mdi-battery-charging-80:before {
  content: "\F08A"; }

.mdi-battery-charging-90:before {
  content: "\F08B"; }

.mdi-battery-minus:before {
  content: "\F08C"; }

.mdi-battery-negative:before {
  content: "\F08D"; }

.mdi-battery-outline:before {
  content: "\F08E"; }

.mdi-battery-plus:before {
  content: "\F08F"; }

.mdi-battery-positive:before {
  content: "\F090"; }

.mdi-battery-unknown:before {
  content: "\F091"; }

.mdi-beach:before {
  content: "\F092"; }

.mdi-beaker:before {
  content: "\F68F"; }

.mdi-beats:before {
  content: "\F097"; }

.mdi-beer:before {
  content: "\F098"; }

.mdi-behance:before {
  content: "\F099"; }

.mdi-bell:before {
  content: "\F09A"; }

.mdi-bell-off:before {
  content: "\F09B"; }

.mdi-bell-outline:before {
  content: "\F09C"; }

.mdi-bell-plus:before {
  content: "\F09D"; }

.mdi-bell-ring:before {
  content: "\F09E"; }

.mdi-bell-ring-outline:before {
  content: "\F09F"; }

.mdi-bell-sleep:before {
  content: "\F0A0"; }

.mdi-beta:before {
  content: "\F0A1"; }

.mdi-bible:before {
  content: "\F0A2"; }

.mdi-bike:before {
  content: "\F0A3"; }

.mdi-bing:before {
  content: "\F0A4"; }

.mdi-binoculars:before {
  content: "\F0A5"; }

.mdi-bio:before {
  content: "\F0A6"; }

.mdi-biohazard:before {
  content: "\F0A7"; }

.mdi-bitbucket:before {
  content: "\F0A8"; }

.mdi-black-mesa:before {
  content: "\F0A9"; }

.mdi-blackberry:before {
  content: "\F0AA"; }

.mdi-blender:before {
  content: "\F0AB"; }

.mdi-blinds:before {
  content: "\F0AC"; }

.mdi-block-helper:before {
  content: "\F0AD"; }

.mdi-blogger:before {
  content: "\F0AE"; }

.mdi-bluetooth:before {
  content: "\F0AF"; }

.mdi-bluetooth-audio:before {
  content: "\F0B0"; }

.mdi-bluetooth-connect:before {
  content: "\F0B1"; }

.mdi-bluetooth-off:before {
  content: "\F0B2"; }

.mdi-bluetooth-settings:before {
  content: "\F0B3"; }

.mdi-bluetooth-transfer:before {
  content: "\F0B4"; }

.mdi-blur:before {
  content: "\F0B5"; }

.mdi-blur-linear:before {
  content: "\F0B6"; }

.mdi-blur-off:before {
  content: "\F0B7"; }

.mdi-blur-radial:before {
  content: "\F0B8"; }

.mdi-bomb:before {
  content: "\F690"; }

.mdi-bomb-off:before {
  content: "\F6C4"; }

.mdi-bone:before {
  content: "\F0B9"; }

.mdi-book:before {
  content: "\F0BA"; }

.mdi-book-minus:before {
  content: "\F5D9"; }

.mdi-book-multiple:before {
  content: "\F0BB"; }

.mdi-book-multiple-variant:before {
  content: "\F0BC"; }

.mdi-book-open:before {
  content: "\F0BD"; }

.mdi-book-open-page-variant:before {
  content: "\F5DA"; }

.mdi-book-open-variant:before {
  content: "\F0BE"; }

.mdi-book-plus:before {
  content: "\F5DB"; }

.mdi-book-variant:before {
  content: "\F0BF"; }

.mdi-bookmark:before {
  content: "\F0C0"; }

.mdi-bookmark-check:before {
  content: "\F0C1"; }

.mdi-bookmark-music:before {
  content: "\F0C2"; }

.mdi-bookmark-outline:before {
  content: "\F0C3"; }

.mdi-bookmark-plus:before {
  content: "\F0C5"; }

.mdi-bookmark-plus-outline:before {
  content: "\F0C4"; }

.mdi-bookmark-remove:before {
  content: "\F0C6"; }

.mdi-boombox:before {
  content: "\F5DC"; }

.mdi-bootstrap:before {
  content: "\F6C5"; }

.mdi-border-all:before {
  content: "\F0C7"; }

.mdi-border-bottom:before {
  content: "\F0C8"; }

.mdi-border-color:before {
  content: "\F0C9"; }

.mdi-border-horizontal:before {
  content: "\F0CA"; }

.mdi-border-inside:before {
  content: "\F0CB"; }

.mdi-border-left:before {
  content: "\F0CC"; }

.mdi-border-none:before {
  content: "\F0CD"; }

.mdi-border-outside:before {
  content: "\F0CE"; }

.mdi-border-right:before {
  content: "\F0CF"; }

.mdi-border-style:before {
  content: "\F0D0"; }

.mdi-border-top:before {
  content: "\F0D1"; }

.mdi-border-vertical:before {
  content: "\F0D2"; }

.mdi-bow-tie:before {
  content: "\F677"; }

.mdi-bowl:before {
  content: "\F617"; }

.mdi-bowling:before {
  content: "\F0D3"; }

.mdi-box:before {
  content: "\F0D4"; }

.mdi-box-cutter:before {
  content: "\F0D5"; }

.mdi-box-shadow:before {
  content: "\F637"; }

.mdi-bridge:before {
  content: "\F618"; }

.mdi-briefcase:before {
  content: "\F0D6"; }

.mdi-briefcase-check:before {
  content: "\F0D7"; }

.mdi-briefcase-download:before {
  content: "\F0D8"; }

.mdi-briefcase-upload:before {
  content: "\F0D9"; }

.mdi-brightness-1:before {
  content: "\F0DA"; }

.mdi-brightness-2:before {
  content: "\F0DB"; }

.mdi-brightness-3:before {
  content: "\F0DC"; }

.mdi-brightness-4:before {
  content: "\F0DD"; }

.mdi-brightness-5:before {
  content: "\F0DE"; }

.mdi-brightness-6:before {
  content: "\F0DF"; }

.mdi-brightness-7:before {
  content: "\F0E0"; }

.mdi-brightness-auto:before {
  content: "\F0E1"; }

.mdi-broom:before {
  content: "\F0E2"; }

.mdi-brush:before {
  content: "\F0E3"; }

.mdi-buffer:before {
  content: "\F619"; }

.mdi-bug:before {
  content: "\F0E4"; }

.mdi-bulletin-board:before {
  content: "\F0E5"; }

.mdi-bullhorn:before {
  content: "\F0E6"; }

.mdi-bullseye:before {
  content: "\F5DD"; }

.mdi-burst-mode:before {
  content: "\F5DE"; }

.mdi-bus:before {
  content: "\F0E7"; }

.mdi-cached:before {
  content: "\F0E8"; }

.mdi-cake:before {
  content: "\F0E9"; }

.mdi-cake-layered:before {
  content: "\F0EA"; }

.mdi-cake-variant:before {
  content: "\F0EB"; }

.mdi-calculator:before {
  content: "\F0EC"; }

.mdi-calendar:before {
  content: "\F0ED"; }

.mdi-calendar-blank:before {
  content: "\F0EE"; }

.mdi-calendar-check:before {
  content: "\F0EF"; }

.mdi-calendar-clock:before {
  content: "\F0F0"; }

.mdi-calendar-multiple:before {
  content: "\F0F1"; }

.mdi-calendar-multiple-check:before {
  content: "\F0F2"; }

.mdi-calendar-plus:before {
  content: "\F0F3"; }

.mdi-calendar-question:before {
  content: "\F691"; }

.mdi-calendar-range:before {
  content: "\F678"; }

.mdi-calendar-remove:before {
  content: "\F0F4"; }

.mdi-calendar-text:before {
  content: "\F0F5"; }

.mdi-calendar-today:before {
  content: "\F0F6"; }

.mdi-call-made:before {
  content: "\F0F7"; }

.mdi-call-merge:before {
  content: "\F0F8"; }

.mdi-call-missed:before {
  content: "\F0F9"; }

.mdi-call-received:before {
  content: "\F0FA"; }

.mdi-call-split:before {
  content: "\F0FB"; }

.mdi-camcorder:before {
  content: "\F0FC"; }

.mdi-camcorder-box:before {
  content: "\F0FD"; }

.mdi-camcorder-box-off:before {
  content: "\F0FE"; }

.mdi-camcorder-off:before {
  content: "\F0FF"; }

.mdi-camera:before {
  content: "\F100"; }

.mdi-camera-burst:before {
  content: "\F692"; }

.mdi-camera-enhance:before {
  content: "\F101"; }

.mdi-camera-front:before {
  content: "\F102"; }

.mdi-camera-front-variant:before {
  content: "\F103"; }

.mdi-camera-iris:before {
  content: "\F104"; }

.mdi-camera-off:before {
  content: "\F5DF"; }

.mdi-camera-party-mode:before {
  content: "\F105"; }

.mdi-camera-rear:before {
  content: "\F106"; }

.mdi-camera-rear-variant:before {
  content: "\F107"; }

.mdi-camera-switch:before {
  content: "\F108"; }

.mdi-camera-timer:before {
  content: "\F109"; }

.mdi-cancel:before {
  content: "\F739"; }

.mdi-candle:before {
  content: "\F5E2"; }

.mdi-candycane:before {
  content: "\F10A"; }

.mdi-car:before {
  content: "\F10B"; }

.mdi-car-battery:before {
  content: "\F10C"; }

.mdi-car-connected:before {
  content: "\F10D"; }

.mdi-car-wash:before {
  content: "\F10E"; }

.mdi-cards:before {
  content: "\F638"; }

.mdi-cards-outline:before {
  content: "\F639"; }

.mdi-cards-playing-outline:before {
  content: "\F63A"; }

.mdi-cards-variant:before {
  content: "\F6C6"; }

.mdi-carrot:before {
  content: "\F10F"; }

.mdi-cart:before {
  content: "\F110"; }

.mdi-cart-off:before {
  content: "\F66B"; }

.mdi-cart-outline:before {
  content: "\F111"; }

.mdi-cart-plus:before {
  content: "\F112"; }

.mdi-case-sensitive-alt:before {
  content: "\F113"; }

.mdi-cash:before {
  content: "\F114"; }

.mdi-cash-100:before {
  content: "\F115"; }

.mdi-cash-multiple:before {
  content: "\F116"; }

.mdi-cash-usd:before {
  content: "\F117"; }

.mdi-cast:before {
  content: "\F118"; }

.mdi-cast-connected:before {
  content: "\F119"; }

.mdi-cast-off:before {
  content: "\F789"; }

.mdi-castle:before {
  content: "\F11A"; }

.mdi-cat:before {
  content: "\F11B"; }

.mdi-ceiling-light:before {
  content: "\F768"; }

.mdi-cellphone:before {
  content: "\F11C"; }

.mdi-cellphone-android:before {
  content: "\F11D"; }

.mdi-cellphone-basic:before {
  content: "\F11E"; }

.mdi-cellphone-dock:before {
  content: "\F11F"; }

.mdi-cellphone-iphone:before {
  content: "\F120"; }

.mdi-cellphone-link:before {
  content: "\F121"; }

.mdi-cellphone-link-off:before {
  content: "\F122"; }

.mdi-cellphone-settings:before {
  content: "\F123"; }

.mdi-certificate:before {
  content: "\F124"; }

.mdi-chair-school:before {
  content: "\F125"; }

.mdi-chart-arc:before {
  content: "\F126"; }

.mdi-chart-areaspline:before {
  content: "\F127"; }

.mdi-chart-bar:before {
  content: "\F128"; }

.mdi-chart-bar-stacked:before {
  content: "\F769"; }

.mdi-chart-bubble:before {
  content: "\F5E3"; }

.mdi-chart-gantt:before {
  content: "\F66C"; }

.mdi-chart-histogram:before {
  content: "\F129"; }

.mdi-chart-line:before {
  content: "\F12A"; }

.mdi-chart-line-stacked:before {
  content: "\F76A"; }

.mdi-chart-pie:before {
  content: "\F12B"; }

.mdi-chart-scatterplot-hexbin:before {
  content: "\F66D"; }

.mdi-chart-timeline:before {
  content: "\F66E"; }

.mdi-check:before {
  content: "\F12C"; }

.mdi-check-all:before {
  content: "\F12D"; }

.mdi-check-circle:before {
  content: "\F5E0"; }

.mdi-check-circle-outline:before {
  content: "\F5E1"; }

.mdi-checkbox-blank:before {
  content: "\F12E"; }

.mdi-checkbox-blank-circle:before {
  content: "\F12F"; }

.mdi-checkbox-blank-circle-outline:before {
  content: "\F130"; }

.mdi-checkbox-blank-outline:before {
  content: "\F131"; }

.mdi-checkbox-marked:before {
  content: "\F132"; }

.mdi-checkbox-marked-circle:before {
  content: "\F133"; }

.mdi-checkbox-marked-circle-outline:before {
  content: "\F134"; }

.mdi-checkbox-marked-outline:before {
  content: "\F135"; }

.mdi-checkbox-multiple-blank:before {
  content: "\F136"; }

.mdi-checkbox-multiple-blank-circle:before {
  content: "\F63B"; }

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\F63C"; }

.mdi-checkbox-multiple-blank-outline:before {
  content: "\F137"; }

.mdi-checkbox-multiple-marked:before {
  content: "\F138"; }

.mdi-checkbox-multiple-marked-circle:before {
  content: "\F63D"; }

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\F63E"; }

.mdi-checkbox-multiple-marked-outline:before {
  content: "\F139"; }

.mdi-checkerboard:before {
  content: "\F13A"; }

.mdi-chemical-weapon:before {
  content: "\F13B"; }

.mdi-chevron-double-down:before {
  content: "\F13C"; }

.mdi-chevron-double-left:before {
  content: "\F13D"; }

.mdi-chevron-double-right:before {
  content: "\F13E"; }

.mdi-chevron-double-up:before {
  content: "\F13F"; }

.mdi-chevron-down:before {
  content: "\F140"; }

.mdi-chevron-left:before {
  content: "\F141"; }

.mdi-chevron-right:before {
  content: "\F142"; }

.mdi-chevron-up:before {
  content: "\F143"; }

.mdi-chip:before {
  content: "\F61A"; }

.mdi-church:before {
  content: "\F144"; }

.mdi-circle:before {
  content: "\F764"; }

.mdi-circle-outline:before {
  content: "\F765"; }

.mdi-cisco-webex:before {
  content: "\F145"; }

.mdi-city:before {
  content: "\F146"; }

.mdi-clipboard:before {
  content: "\F147"; }

.mdi-clipboard-account:before {
  content: "\F148"; }

.mdi-clipboard-alert:before {
  content: "\F149"; }

.mdi-clipboard-arrow-down:before {
  content: "\F14A"; }

.mdi-clipboard-arrow-left:before {
  content: "\F14B"; }

.mdi-clipboard-check:before {
  content: "\F14C"; }

.mdi-clipboard-flow:before {
  content: "\F6C7"; }

.mdi-clipboard-outline:before {
  content: "\F14D"; }

.mdi-clipboard-plus:before {
  content: "\F750"; }

.mdi-clipboard-text:before {
  content: "\F14E"; }

.mdi-clippy:before {
  content: "\F14F"; }

.mdi-clock:before {
  content: "\F150"; }

.mdi-clock-alert:before {
  content: "\F5CE"; }

.mdi-clock-end:before {
  content: "\F151"; }

.mdi-clock-fast:before {
  content: "\F152"; }

.mdi-clock-in:before {
  content: "\F153"; }

.mdi-clock-out:before {
  content: "\F154"; }

.mdi-clock-start:before {
  content: "\F155"; }

.mdi-close:before {
  content: "\F156"; }

.mdi-close-box:before {
  content: "\F157"; }

.mdi-close-box-outline:before {
  content: "\F158"; }

.mdi-close-circle:before {
  content: "\F159"; }

.mdi-close-circle-outline:before {
  content: "\F15A"; }

.mdi-close-network:before {
  content: "\F15B"; }

.mdi-close-octagon:before {
  content: "\F15C"; }

.mdi-close-octagon-outline:before {
  content: "\F15D"; }

.mdi-close-outline:before {
  content: "\F6C8"; }

.mdi-closed-caption:before {
  content: "\F15E"; }

.mdi-cloud:before {
  content: "\F15F"; }

.mdi-cloud-check:before {
  content: "\F160"; }

.mdi-cloud-circle:before {
  content: "\F161"; }

.mdi-cloud-download:before {
  content: "\F162"; }

.mdi-cloud-off-outline:before {
  content: "\F164"; }

.mdi-cloud-outline:before {
  content: "\F163"; }

.mdi-cloud-print:before {
  content: "\F165"; }

.mdi-cloud-print-outline:before {
  content: "\F166"; }

.mdi-cloud-sync:before {
  content: "\F63F"; }

.mdi-cloud-upload:before {
  content: "\F167"; }

.mdi-code-array:before {
  content: "\F168"; }

.mdi-code-braces:before {
  content: "\F169"; }

.mdi-code-brackets:before {
  content: "\F16A"; }

.mdi-code-equal:before {
  content: "\F16B"; }

.mdi-code-greater-than:before {
  content: "\F16C"; }

.mdi-code-greater-than-or-equal:before {
  content: "\F16D"; }

.mdi-code-less-than:before {
  content: "\F16E"; }

.mdi-code-less-than-or-equal:before {
  content: "\F16F"; }

.mdi-code-not-equal:before {
  content: "\F170"; }

.mdi-code-not-equal-variant:before {
  content: "\F171"; }

.mdi-code-parentheses:before {
  content: "\F172"; }

.mdi-code-string:before {
  content: "\F173"; }

.mdi-code-tags:before {
  content: "\F174"; }

.mdi-code-tags-check:before {
  content: "\F693"; }

.mdi-codepen:before {
  content: "\F175"; }

.mdi-coffee:before {
  content: "\F176"; }

.mdi-coffee-outline:before {
  content: "\F6C9"; }

.mdi-coffee-to-go:before {
  content: "\F177"; }

.mdi-coin:before {
  content: "\F178"; }

.mdi-coins:before {
  content: "\F694"; }

.mdi-collage:before {
  content: "\F640"; }

.mdi-color-helper:before {
  content: "\F179"; }

.mdi-comment:before {
  content: "\F17A"; }

.mdi-comment-account:before {
  content: "\F17B"; }

.mdi-comment-account-outline:before {
  content: "\F17C"; }

.mdi-comment-alert:before {
  content: "\F17D"; }

.mdi-comment-alert-outline:before {
  content: "\F17E"; }

.mdi-comment-check:before {
  content: "\F17F"; }

.mdi-comment-check-outline:before {
  content: "\F180"; }

.mdi-comment-multiple-outline:before {
  content: "\F181"; }

.mdi-comment-outline:before {
  content: "\F182"; }

.mdi-comment-plus-outline:before {
  content: "\F183"; }

.mdi-comment-processing:before {
  content: "\F184"; }

.mdi-comment-processing-outline:before {
  content: "\F185"; }

.mdi-comment-question-outline:before {
  content: "\F186"; }

.mdi-comment-remove-outline:before {
  content: "\F187"; }

.mdi-comment-text:before {
  content: "\F188"; }

.mdi-comment-text-outline:before {
  content: "\F189"; }

.mdi-compare:before {
  content: "\F18A"; }

.mdi-compass:before {
  content: "\F18B"; }

.mdi-compass-outline:before {
  content: "\F18C"; }

.mdi-console:before {
  content: "\F18D"; }

.mdi-contact-mail:before {
  content: "\F18E"; }

.mdi-contacts:before {
  content: "\F6CA"; }

.mdi-content-copy:before {
  content: "\F18F"; }

.mdi-content-cut:before {
  content: "\F190"; }

.mdi-content-duplicate:before {
  content: "\F191"; }

.mdi-content-paste:before {
  content: "\F192"; }

.mdi-content-save:before {
  content: "\F193"; }

.mdi-content-save-all:before {
  content: "\F194"; }

.mdi-content-save-settings:before {
  content: "\F61B"; }

.mdi-contrast:before {
  content: "\F195"; }

.mdi-contrast-box:before {
  content: "\F196"; }

.mdi-contrast-circle:before {
  content: "\F197"; }

.mdi-cookie:before {
  content: "\F198"; }

.mdi-copyright:before {
  content: "\F5E6"; }

.mdi-counter:before {
  content: "\F199"; }

.mdi-cow:before {
  content: "\F19A"; }

.mdi-creation:before {
  content: "\F1C9"; }

.mdi-credit-card:before {
  content: "\F19B"; }

.mdi-credit-card-multiple:before {
  content: "\F19C"; }

.mdi-credit-card-off:before {
  content: "\F5E4"; }

.mdi-credit-card-plus:before {
  content: "\F675"; }

.mdi-credit-card-scan:before {
  content: "\F19D"; }

.mdi-crop:before {
  content: "\F19E"; }

.mdi-crop-free:before {
  content: "\F19F"; }

.mdi-crop-landscape:before {
  content: "\F1A0"; }

.mdi-crop-portrait:before {
  content: "\F1A1"; }

.mdi-crop-rotate:before {
  content: "\F695"; }

.mdi-crop-square:before {
  content: "\F1A2"; }

.mdi-crosshairs:before {
  content: "\F1A3"; }

.mdi-crosshairs-gps:before {
  content: "\F1A4"; }

.mdi-crown:before {
  content: "\F1A5"; }

.mdi-cube:before {
  content: "\F1A6"; }

.mdi-cube-outline:before {
  content: "\F1A7"; }

.mdi-cube-send:before {
  content: "\F1A8"; }

.mdi-cube-unfolded:before {
  content: "\F1A9"; }

.mdi-cup:before {
  content: "\F1AA"; }

.mdi-cup-off:before {
  content: "\F5E5"; }

.mdi-cup-water:before {
  content: "\F1AB"; }

.mdi-currency-btc:before {
  content: "\F1AC"; }

.mdi-currency-eur:before {
  content: "\F1AD"; }

.mdi-currency-gbp:before {
  content: "\F1AE"; }

.mdi-currency-inr:before {
  content: "\F1AF"; }

.mdi-currency-ngn:before {
  content: "\F1B0"; }

.mdi-currency-rub:before {
  content: "\F1B1"; }

.mdi-currency-try:before {
  content: "\F1B2"; }

.mdi-currency-usd:before {
  content: "\F1B3"; }

.mdi-currency-usd-off:before {
  content: "\F679"; }

.mdi-cursor-default:before {
  content: "\F1B4"; }

.mdi-cursor-default-outline:before {
  content: "\F1B5"; }

.mdi-cursor-move:before {
  content: "\F1B6"; }

.mdi-cursor-pointer:before {
  content: "\F1B7"; }

.mdi-cursor-text:before {
  content: "\F5E7"; }

.mdi-database:before {
  content: "\F1B8"; }

.mdi-database-minus:before {
  content: "\F1B9"; }

.mdi-database-plus:before {
  content: "\F1BA"; }

.mdi-debug-step-into:before {
  content: "\F1BB"; }

.mdi-debug-step-out:before {
  content: "\F1BC"; }

.mdi-debug-step-over:before {
  content: "\F1BD"; }

.mdi-decagram:before {
  content: "\F76B"; }

.mdi-decagram-outline:before {
  content: "\F76C"; }

.mdi-decimal-decrease:before {
  content: "\F1BE"; }

.mdi-decimal-increase:before {
  content: "\F1BF"; }

.mdi-delete:before {
  content: "\F1C0"; }

.mdi-delete-circle:before {
  content: "\F682"; }

.mdi-delete-empty:before {
  content: "\F6CB"; }

.mdi-delete-forever:before {
  content: "\F5E8"; }

.mdi-delete-sweep:before {
  content: "\F5E9"; }

.mdi-delete-variant:before {
  content: "\F1C1"; }

.mdi-delta:before {
  content: "\F1C2"; }

.mdi-deskphone:before {
  content: "\F1C3"; }

.mdi-desktop-mac:before {
  content: "\F1C4"; }

.mdi-desktop-tower:before {
  content: "\F1C5"; }

.mdi-details:before {
  content: "\F1C6"; }

.mdi-developer-board:before {
  content: "\F696"; }

.mdi-deviantart:before {
  content: "\F1C7"; }

.mdi-dialpad:before {
  content: "\F61C"; }

.mdi-diamond:before {
  content: "\F1C8"; }

.mdi-dice-1:before {
  content: "\F1CA"; }

.mdi-dice-2:before {
  content: "\F1CB"; }

.mdi-dice-3:before {
  content: "\F1CC"; }

.mdi-dice-4:before {
  content: "\F1CD"; }

.mdi-dice-5:before {
  content: "\F1CE"; }

.mdi-dice-6:before {
  content: "\F1CF"; }

.mdi-dice-d10:before {
  content: "\F76E"; }

.mdi-dice-d20:before {
  content: "\F5EA"; }

.mdi-dice-d4:before {
  content: "\F5EB"; }

.mdi-dice-d6:before {
  content: "\F5EC"; }

.mdi-dice-d8:before {
  content: "\F5ED"; }

.mdi-dice-multiple:before {
  content: "\F76D"; }

.mdi-dictionary:before {
  content: "\F61D"; }

.mdi-directions:before {
  content: "\F1D0"; }

.mdi-directions-fork:before {
  content: "\F641"; }

.mdi-discord:before {
  content: "\F66F"; }

.mdi-disk:before {
  content: "\F5EE"; }

.mdi-disk-alert:before {
  content: "\F1D1"; }

.mdi-disqus:before {
  content: "\F1D2"; }

.mdi-disqus-outline:before {
  content: "\F1D3"; }

.mdi-division:before {
  content: "\F1D4"; }

.mdi-division-box:before {
  content: "\F1D5"; }

.mdi-dna:before {
  content: "\F683"; }

.mdi-dns:before {
  content: "\F1D6"; }

.mdi-do-not-disturb:before {
  content: "\F697"; }

.mdi-do-not-disturb-off:before {
  content: "\F698"; }

.mdi-dolby:before {
  content: "\F6B2"; }

.mdi-domain:before {
  content: "\F1D7"; }

.mdi-dots-horizontal:before {
  content: "\F1D8"; }

.mdi-dots-vertical:before {
  content: "\F1D9"; }

.mdi-douban:before {
  content: "\F699"; }

.mdi-download:before {
  content: "\F1DA"; }

.mdi-download-network:before {
  content: "\F6F3"; }

.mdi-drag:before {
  content: "\F1DB"; }

.mdi-drag-horizontal:before {
  content: "\F1DC"; }

.mdi-drag-vertical:before {
  content: "\F1DD"; }

.mdi-drawing:before {
  content: "\F1DE"; }

.mdi-drawing-box:before {
  content: "\F1DF"; }

.mdi-dribbble:before {
  content: "\F1E0"; }

.mdi-dribbble-box:before {
  content: "\F1E1"; }

.mdi-drone:before {
  content: "\F1E2"; }

.mdi-dropbox:before {
  content: "\F1E3"; }

.mdi-drupal:before {
  content: "\F1E4"; }

.mdi-duck:before {
  content: "\F1E5"; }

.mdi-dumbbell:before {
  content: "\F1E6"; }

.mdi-earth:before {
  content: "\F1E7"; }

.mdi-earth-box:before {
  content: "\F6CC"; }

.mdi-earth-box-off:before {
  content: "\F6CD"; }

.mdi-earth-off:before {
  content: "\F1E8"; }

.mdi-edge:before {
  content: "\F1E9"; }

.mdi-eject:before {
  content: "\F1EA"; }

.mdi-elevation-decline:before {
  content: "\F1EB"; }

.mdi-elevation-rise:before {
  content: "\F1EC"; }

.mdi-elevator:before {
  content: "\F1ED"; }

.mdi-email:before {
  content: "\F1EE"; }

.mdi-email-alert:before {
  content: "\F6CE"; }

.mdi-email-open:before {
  content: "\F1EF"; }

.mdi-email-open-outline:before {
  content: "\F5EF"; }

.mdi-email-outline:before {
  content: "\F1F0"; }

.mdi-email-secure:before {
  content: "\F1F1"; }

.mdi-email-variant:before {
  content: "\F5F0"; }

.mdi-emby:before {
  content: "\F6B3"; }

.mdi-emoticon:before {
  content: "\F1F2"; }

.mdi-emoticon-cool:before {
  content: "\F1F3"; }

.mdi-emoticon-dead:before {
  content: "\F69A"; }

.mdi-emoticon-devil:before {
  content: "\F1F4"; }

.mdi-emoticon-excited:before {
  content: "\F69B"; }

.mdi-emoticon-happy:before {
  content: "\F1F5"; }

.mdi-emoticon-neutral:before {
  content: "\F1F6"; }

.mdi-emoticon-poop:before {
  content: "\F1F7"; }

.mdi-emoticon-sad:before {
  content: "\F1F8"; }

.mdi-emoticon-tongue:before {
  content: "\F1F9"; }

.mdi-engine:before {
  content: "\F1FA"; }

.mdi-engine-outline:before {
  content: "\F1FB"; }

.mdi-equal:before {
  content: "\F1FC"; }

.mdi-equal-box:before {
  content: "\F1FD"; }

.mdi-eraser:before {
  content: "\F1FE"; }

.mdi-eraser-variant:before {
  content: "\F642"; }

.mdi-escalator:before {
  content: "\F1FF"; }

.mdi-ethernet:before {
  content: "\F200"; }

.mdi-ethernet-cable:before {
  content: "\F201"; }

.mdi-ethernet-cable-off:before {
  content: "\F202"; }

.mdi-etsy:before {
  content: "\F203"; }

.mdi-ev-station:before {
  content: "\F5F1"; }

.mdi-evernote:before {
  content: "\F204"; }

.mdi-exclamation:before {
  content: "\F205"; }

.mdi-exit-to-app:before {
  content: "\F206"; }

.mdi-export:before {
  content: "\F207"; }

.mdi-eye:before {
  content: "\F208"; }

.mdi-eye-off:before {
  content: "\F209"; }

.mdi-eye-off-outline:before {
  content: "\F6D0"; }

.mdi-eye-outline:before {
  content: "\F6CF"; }

.mdi-eyedropper:before {
  content: "\F20A"; }

.mdi-eyedropper-variant:before {
  content: "\F20B"; }

.mdi-face:before {
  content: "\F643"; }

.mdi-face-profile:before {
  content: "\F644"; }

.mdi-facebook:before {
  content: "\F20C"; }

.mdi-facebook-box:before {
  content: "\F20D"; }

.mdi-facebook-messenger:before {
  content: "\F20E"; }

.mdi-factory:before {
  content: "\F20F"; }

.mdi-fan:before {
  content: "\F210"; }

.mdi-fast-forward:before {
  content: "\F211"; }

.mdi-fast-forward-outline:before {
  content: "\F6D1"; }

.mdi-fax:before {
  content: "\F212"; }

.mdi-feather:before {
  content: "\F6D2"; }

.mdi-ferry:before {
  content: "\F213"; }

.mdi-file:before {
  content: "\F214"; }

.mdi-file-account:before {
  content: "\F73A"; }

.mdi-file-chart:before {
  content: "\F215"; }

.mdi-file-check:before {
  content: "\F216"; }

.mdi-file-cloud:before {
  content: "\F217"; }

.mdi-file-delimited:before {
  content: "\F218"; }

.mdi-file-document:before {
  content: "\F219"; }

.mdi-file-document-box:before {
  content: "\F21A"; }

.mdi-file-excel:before {
  content: "\F21B"; }

.mdi-file-excel-box:before {
  content: "\F21C"; }

.mdi-file-export:before {
  content: "\F21D"; }

.mdi-file-find:before {
  content: "\F21E"; }

.mdi-file-hidden:before {
  content: "\F613"; }

.mdi-file-image:before {
  content: "\F21F"; }

.mdi-file-import:before {
  content: "\F220"; }

.mdi-file-lock:before {
  content: "\F221"; }

.mdi-file-multiple:before {
  content: "\F222"; }

.mdi-file-music:before {
  content: "\F223"; }

.mdi-file-outline:before {
  content: "\F224"; }

.mdi-file-pdf:before {
  content: "\F225"; }

.mdi-file-pdf-box:before {
  content: "\F226"; }

.mdi-file-plus:before {
  content: "\F751"; }

.mdi-file-powerpoint:before {
  content: "\F227"; }

.mdi-file-powerpoint-box:before {
  content: "\F228"; }

.mdi-file-presentation-box:before {
  content: "\F229"; }

.mdi-file-restore:before {
  content: "\F670"; }

.mdi-file-send:before {
  content: "\F22A"; }

.mdi-file-tree:before {
  content: "\F645"; }

.mdi-file-video:before {
  content: "\F22B"; }

.mdi-file-word:before {
  content: "\F22C"; }

.mdi-file-word-box:before {
  content: "\F22D"; }

.mdi-file-xml:before {
  content: "\F22E"; }

.mdi-film:before {
  content: "\F22F"; }

.mdi-filmstrip:before {
  content: "\F230"; }

.mdi-filmstrip-off:before {
  content: "\F231"; }

.mdi-filter:before {
  content: "\F232"; }

.mdi-filter-outline:before {
  content: "\F233"; }

.mdi-filter-remove:before {
  content: "\F234"; }

.mdi-filter-remove-outline:before {
  content: "\F235"; }

.mdi-filter-variant:before {
  content: "\F236"; }

.mdi-find-replace:before {
  content: "\F6D3"; }

.mdi-fingerprint:before {
  content: "\F237"; }

.mdi-fire:before {
  content: "\F238"; }

.mdi-firefox:before {
  content: "\F239"; }

.mdi-fish:before {
  content: "\F23A"; }

.mdi-flag:before {
  content: "\F23B"; }

.mdi-flag-checkered:before {
  content: "\F23C"; }

.mdi-flag-outline:before {
  content: "\F23D"; }

.mdi-flag-outline-variant:before {
  content: "\F23E"; }

.mdi-flag-triangle:before {
  content: "\F23F"; }

.mdi-flag-variant:before {
  content: "\F240"; }

.mdi-flash:before {
  content: "\F241"; }

.mdi-flash-auto:before {
  content: "\F242"; }

.mdi-flash-off:before {
  content: "\F243"; }

.mdi-flash-outline:before {
  content: "\F6D4"; }

.mdi-flash-red-eye:before {
  content: "\F67A"; }

.mdi-flashlight:before {
  content: "\F244"; }

.mdi-flashlight-off:before {
  content: "\F245"; }

.mdi-flask:before {
  content: "\F093"; }

.mdi-flask-empty:before {
  content: "\F094"; }

.mdi-flask-empty-outline:before {
  content: "\F095"; }

.mdi-flask-outline:before {
  content: "\F096"; }

.mdi-flattr:before {
  content: "\F246"; }

.mdi-flip-to-back:before {
  content: "\F247"; }

.mdi-flip-to-front:before {
  content: "\F248"; }

.mdi-floppy:before {
  content: "\F249"; }

.mdi-flower:before {
  content: "\F24A"; }

.mdi-folder:before {
  content: "\F24B"; }

.mdi-folder-account:before {
  content: "\F24C"; }

.mdi-folder-download:before {
  content: "\F24D"; }

.mdi-folder-google-drive:before {
  content: "\F24E"; }

.mdi-folder-image:before {
  content: "\F24F"; }

.mdi-folder-lock:before {
  content: "\F250"; }

.mdi-folder-lock-open:before {
  content: "\F251"; }

.mdi-folder-move:before {
  content: "\F252"; }

.mdi-folder-multiple:before {
  content: "\F253"; }

.mdi-folder-multiple-image:before {
  content: "\F254"; }

.mdi-folder-multiple-outline:before {
  content: "\F255"; }

.mdi-folder-open:before {
  content: "\F76F"; }

.mdi-folder-outline:before {
  content: "\F256"; }

.mdi-folder-plus:before {
  content: "\F257"; }

.mdi-folder-remove:before {
  content: "\F258"; }

.mdi-folder-star:before {
  content: "\F69C"; }

.mdi-folder-upload:before {
  content: "\F259"; }

.mdi-font-awesome:before {
  content: "\F03A"; }

.mdi-food:before {
  content: "\F25A"; }

.mdi-food-apple:before {
  content: "\F25B"; }

.mdi-food-fork-drink:before {
  content: "\F5F2"; }

.mdi-food-off:before {
  content: "\F5F3"; }

.mdi-food-variant:before {
  content: "\F25C"; }

.mdi-football:before {
  content: "\F25D"; }

.mdi-football-australian:before {
  content: "\F25E"; }

.mdi-football-helmet:before {
  content: "\F25F"; }

.mdi-format-align-bottom:before {
  content: "\F752"; }

.mdi-format-align-center:before {
  content: "\F260"; }

.mdi-format-align-justify:before {
  content: "\F261"; }

.mdi-format-align-left:before {
  content: "\F262"; }

.mdi-format-align-middle:before {
  content: "\F753"; }

.mdi-format-align-right:before {
  content: "\F263"; }

.mdi-format-align-top:before {
  content: "\F754"; }

.mdi-format-annotation-plus:before {
  content: "\F646"; }

.mdi-format-bold:before {
  content: "\F264"; }

.mdi-format-clear:before {
  content: "\F265"; }

.mdi-format-color-fill:before {
  content: "\F266"; }

.mdi-format-color-text:before {
  content: "\F69D"; }

.mdi-format-float-center:before {
  content: "\F267"; }

.mdi-format-float-left:before {
  content: "\F268"; }

.mdi-format-float-none:before {
  content: "\F269"; }

.mdi-format-float-right:before {
  content: "\F26A"; }

.mdi-format-font:before {
  content: "\F6D5"; }

.mdi-format-header-1:before {
  content: "\F26B"; }

.mdi-format-header-2:before {
  content: "\F26C"; }

.mdi-format-header-3:before {
  content: "\F26D"; }

.mdi-format-header-4:before {
  content: "\F26E"; }

.mdi-format-header-5:before {
  content: "\F26F"; }

.mdi-format-header-6:before {
  content: "\F270"; }

.mdi-format-header-decrease:before {
  content: "\F271"; }

.mdi-format-header-equal:before {
  content: "\F272"; }

.mdi-format-header-increase:before {
  content: "\F273"; }

.mdi-format-header-pound:before {
  content: "\F274"; }

.mdi-format-horizontal-align-center:before {
  content: "\F61E"; }

.mdi-format-horizontal-align-left:before {
  content: "\F61F"; }

.mdi-format-horizontal-align-right:before {
  content: "\F620"; }

.mdi-format-indent-decrease:before {
  content: "\F275"; }

.mdi-format-indent-increase:before {
  content: "\F276"; }

.mdi-format-italic:before {
  content: "\F277"; }

.mdi-format-line-spacing:before {
  content: "\F278"; }

.mdi-format-line-style:before {
  content: "\F5C8"; }

.mdi-format-line-weight:before {
  content: "\F5C9"; }

.mdi-format-list-bulleted:before {
  content: "\F279"; }

.mdi-format-list-bulleted-type:before {
  content: "\F27A"; }

.mdi-format-list-checks:before {
  content: "\F755"; }

.mdi-format-list-numbers:before {
  content: "\F27B"; }

.mdi-format-page-break:before {
  content: "\F6D6"; }

.mdi-format-paint:before {
  content: "\F27C"; }

.mdi-format-paragraph:before {
  content: "\F27D"; }

.mdi-format-pilcrow:before {
  content: "\F6D7"; }

.mdi-format-quote-close:before {
  content: "\F27E"; }

.mdi-format-quote-open:before {
  content: "\F756"; }

.mdi-format-rotate-90:before {
  content: "\F6A9"; }

.mdi-format-section:before {
  content: "\F69E"; }

.mdi-format-size:before {
  content: "\F27F"; }

.mdi-format-strikethrough:before {
  content: "\F280"; }

.mdi-format-strikethrough-variant:before {
  content: "\F281"; }

.mdi-format-subscript:before {
  content: "\F282"; }

.mdi-format-superscript:before {
  content: "\F283"; }

.mdi-format-text:before {
  content: "\F284"; }

.mdi-format-textdirection-l-to-r:before {
  content: "\F285"; }

.mdi-format-textdirection-r-to-l:before {
  content: "\F286"; }

.mdi-format-title:before {
  content: "\F5F4"; }

.mdi-format-underline:before {
  content: "\F287"; }

.mdi-format-vertical-align-bottom:before {
  content: "\F621"; }

.mdi-format-vertical-align-center:before {
  content: "\F622"; }

.mdi-format-vertical-align-top:before {
  content: "\F623"; }

.mdi-format-wrap-inline:before {
  content: "\F288"; }

.mdi-format-wrap-square:before {
  content: "\F289"; }

.mdi-format-wrap-tight:before {
  content: "\F28A"; }

.mdi-format-wrap-top-bottom:before {
  content: "\F28B"; }

.mdi-forum:before {
  content: "\F28C"; }

.mdi-forward:before {
  content: "\F28D"; }

.mdi-foursquare:before {
  content: "\F28E"; }

.mdi-fridge:before {
  content: "\F28F"; }

.mdi-fridge-filled:before {
  content: "\F290"; }

.mdi-fridge-filled-bottom:before {
  content: "\F291"; }

.mdi-fridge-filled-top:before {
  content: "\F292"; }

.mdi-fullscreen:before {
  content: "\F293"; }

.mdi-fullscreen-exit:before {
  content: "\F294"; }

.mdi-function:before {
  content: "\F295"; }

.mdi-gamepad:before {
  content: "\F296"; }

.mdi-gamepad-variant:before {
  content: "\F297"; }

.mdi-garage:before {
  content: "\F6D8"; }

.mdi-garage-open:before {
  content: "\F6D9"; }

.mdi-gas-cylinder:before {
  content: "\F647"; }

.mdi-gas-station:before {
  content: "\F298"; }

.mdi-gate:before {
  content: "\F299"; }

.mdi-gauge:before {
  content: "\F29A"; }

.mdi-gavel:before {
  content: "\F29B"; }

.mdi-gender-female:before {
  content: "\F29C"; }

.mdi-gender-male:before {
  content: "\F29D"; }

.mdi-gender-male-female:before {
  content: "\F29E"; }

.mdi-gender-transgender:before {
  content: "\F29F"; }

.mdi-gesture-double-tap:before {
  content: "\F73B"; }

.mdi-gesture-swipe-down:before {
  content: "\F73C"; }

.mdi-gesture-swipe-left:before {
  content: "\F73D"; }

.mdi-gesture-swipe-right:before {
  content: "\F73E"; }

.mdi-gesture-swipe-up:before {
  content: "\F73F"; }

.mdi-gesture-tap:before {
  content: "\F740"; }

.mdi-gesture-two-double-tap:before {
  content: "\F741"; }

.mdi-gesture-two-tap:before {
  content: "\F742"; }

.mdi-ghost:before {
  content: "\F2A0"; }

.mdi-gift:before {
  content: "\F2A1"; }

.mdi-git:before {
  content: "\F2A2"; }

.mdi-github-box:before {
  content: "\F2A3"; }

.mdi-github-circle:before {
  content: "\F2A4"; }

.mdi-github-face:before {
  content: "\F6DA"; }

.mdi-glass-flute:before {
  content: "\F2A5"; }

.mdi-glass-mug:before {
  content: "\F2A6"; }

.mdi-glass-stange:before {
  content: "\F2A7"; }

.mdi-glass-tulip:before {
  content: "\F2A8"; }

.mdi-glassdoor:before {
  content: "\F2A9"; }

.mdi-glasses:before {
  content: "\F2AA"; }

.mdi-gmail:before {
  content: "\F2AB"; }

.mdi-gnome:before {
  content: "\F2AC"; }

.mdi-gondola:before {
  content: "\F685"; }

.mdi-google:before {
  content: "\F2AD"; }

.mdi-google-cardboard:before {
  content: "\F2AE"; }

.mdi-google-chrome:before {
  content: "\F2AF"; }

.mdi-google-circles:before {
  content: "\F2B0"; }

.mdi-google-circles-communities:before {
  content: "\F2B1"; }

.mdi-google-circles-extended:before {
  content: "\F2B2"; }

.mdi-google-circles-group:before {
  content: "\F2B3"; }

.mdi-google-controller:before {
  content: "\F2B4"; }

.mdi-google-controller-off:before {
  content: "\F2B5"; }

.mdi-google-drive:before {
  content: "\F2B6"; }

.mdi-google-earth:before {
  content: "\F2B7"; }

.mdi-google-glass:before {
  content: "\F2B8"; }

.mdi-google-keep:before {
  content: "\F6DB"; }

.mdi-google-maps:before {
  content: "\F5F5"; }

.mdi-google-nearby:before {
  content: "\F2B9"; }

.mdi-google-pages:before {
  content: "\F2BA"; }

.mdi-google-photos:before {
  content: "\F6DC"; }

.mdi-google-physical-web:before {
  content: "\F2BB"; }

.mdi-google-play:before {
  content: "\F2BC"; }

.mdi-google-plus:before {
  content: "\F2BD"; }

.mdi-google-plus-box:before {
  content: "\F2BE"; }

.mdi-google-translate:before {
  content: "\F2BF"; }

.mdi-google-wallet:before {
  content: "\F2C0"; }

.mdi-gradient:before {
  content: "\F69F"; }

.mdi-grease-pencil:before {
  content: "\F648"; }

.mdi-grid:before {
  content: "\F2C1"; }

.mdi-grid-large:before {
  content: "\F757"; }

.mdi-grid-off:before {
  content: "\F2C2"; }

.mdi-group:before {
  content: "\F2C3"; }

.mdi-guitar-acoustic:before {
  content: "\F770"; }

.mdi-guitar-electric:before {
  content: "\F2C4"; }

.mdi-guitar-pick:before {
  content: "\F2C5"; }

.mdi-guitar-pick-outline:before {
  content: "\F2C6"; }

.mdi-hackernews:before {
  content: "\F624"; }

.mdi-hamburger:before {
  content: "\F684"; }

.mdi-hand-pointing-right:before {
  content: "\F2C7"; }

.mdi-hanger:before {
  content: "\F2C8"; }

.mdi-hangouts:before {
  content: "\F2C9"; }

.mdi-harddisk:before {
  content: "\F2CA"; }

.mdi-headphones:before {
  content: "\F2CB"; }

.mdi-headphones-box:before {
  content: "\F2CC"; }

.mdi-headphones-settings:before {
  content: "\F2CD"; }

.mdi-headset:before {
  content: "\F2CE"; }

.mdi-headset-dock:before {
  content: "\F2CF"; }

.mdi-headset-off:before {
  content: "\F2D0"; }

.mdi-heart:before {
  content: "\F2D1"; }

.mdi-heart-box:before {
  content: "\F2D2"; }

.mdi-heart-box-outline:before {
  content: "\F2D3"; }

.mdi-heart-broken:before {
  content: "\F2D4"; }

.mdi-heart-half:before {
  content: "\F6DE"; }

.mdi-heart-half-full:before {
  content: "\F6DD"; }

.mdi-heart-half-outline:before {
  content: "\F6DF"; }

.mdi-heart-off:before {
  content: "\F758"; }

.mdi-heart-outline:before {
  content: "\F2D5"; }

.mdi-heart-pulse:before {
  content: "\F5F6"; }

.mdi-help:before {
  content: "\F2D6"; }

.mdi-help-box:before {
  content: "\F78A"; }

.mdi-help-circle:before {
  content: "\F2D7"; }

.mdi-help-circle-outline:before {
  content: "\F625"; }

.mdi-help-network:before {
  content: "\F6F4"; }

.mdi-hexagon:before {
  content: "\F2D8"; }

.mdi-hexagon-multiple:before {
  content: "\F6E0"; }

.mdi-hexagon-outline:before {
  content: "\F2D9"; }

.mdi-highway:before {
  content: "\F5F7"; }

.mdi-history:before {
  content: "\F2DA"; }

.mdi-hololens:before {
  content: "\F2DB"; }

.mdi-home:before {
  content: "\F2DC"; }

.mdi-home-map-marker:before {
  content: "\F5F8"; }

.mdi-home-modern:before {
  content: "\F2DD"; }

.mdi-home-outline:before {
  content: "\F6A0"; }

.mdi-home-variant:before {
  content: "\F2DE"; }

.mdi-hook:before {
  content: "\F6E1"; }

.mdi-hook-off:before {
  content: "\F6E2"; }

.mdi-hops:before {
  content: "\F2DF"; }

.mdi-hospital:before {
  content: "\F2E0"; }

.mdi-hospital-building:before {
  content: "\F2E1"; }

.mdi-hospital-marker:before {
  content: "\F2E2"; }

.mdi-hotel:before {
  content: "\F2E3"; }

.mdi-houzz:before {
  content: "\F2E4"; }

.mdi-houzz-box:before {
  content: "\F2E5"; }

.mdi-human:before {
  content: "\F2E6"; }

.mdi-human-child:before {
  content: "\F2E7"; }

.mdi-human-female:before {
  content: "\F649"; }

.mdi-human-greeting:before {
  content: "\F64A"; }

.mdi-human-handsdown:before {
  content: "\F64B"; }

.mdi-human-handsup:before {
  content: "\F64C"; }

.mdi-human-male:before {
  content: "\F64D"; }

.mdi-human-male-female:before {
  content: "\F2E8"; }

.mdi-human-pregnant:before {
  content: "\F5CF"; }

.mdi-humble-bundle:before {
  content: "\F743"; }

.mdi-image:before {
  content: "\F2E9"; }

.mdi-image-album:before {
  content: "\F2EA"; }

.mdi-image-area:before {
  content: "\F2EB"; }

.mdi-image-area-close:before {
  content: "\F2EC"; }

.mdi-image-broken:before {
  content: "\F2ED"; }

.mdi-image-broken-variant:before {
  content: "\F2EE"; }

.mdi-image-filter:before {
  content: "\F2EF"; }

.mdi-image-filter-black-white:before {
  content: "\F2F0"; }

.mdi-image-filter-center-focus:before {
  content: "\F2F1"; }

.mdi-image-filter-center-focus-weak:before {
  content: "\F2F2"; }

.mdi-image-filter-drama:before {
  content: "\F2F3"; }

.mdi-image-filter-frames:before {
  content: "\F2F4"; }

.mdi-image-filter-hdr:before {
  content: "\F2F5"; }

.mdi-image-filter-none:before {
  content: "\F2F6"; }

.mdi-image-filter-tilt-shift:before {
  content: "\F2F7"; }

.mdi-image-filter-vintage:before {
  content: "\F2F8"; }

.mdi-image-multiple:before {
  content: "\F2F9"; }

.mdi-import:before {
  content: "\F2FA"; }

.mdi-inbox:before {
  content: "\F686"; }

.mdi-inbox-arrow-down:before {
  content: "\F2FB"; }

.mdi-inbox-arrow-up:before {
  content: "\F3D1"; }

.mdi-incognito:before {
  content: "\F5F9"; }

.mdi-infinity:before {
  content: "\F6E3"; }

.mdi-information:before {
  content: "\F2FC"; }

.mdi-information-outline:before {
  content: "\F2FD"; }

.mdi-information-variant:before {
  content: "\F64E"; }

.mdi-instagram:before {
  content: "\F2FE"; }

.mdi-instapaper:before {
  content: "\F2FF"; }

.mdi-internet-explorer:before {
  content: "\F300"; }

.mdi-invert-colors:before {
  content: "\F301"; }

.mdi-itunes:before {
  content: "\F676"; }

.mdi-jeepney:before {
  content: "\F302"; }

.mdi-jira:before {
  content: "\F303"; }

.mdi-jsfiddle:before {
  content: "\F304"; }

.mdi-json:before {
  content: "\F626"; }

.mdi-keg:before {
  content: "\F305"; }

.mdi-kettle:before {
  content: "\F5FA"; }

.mdi-key:before {
  content: "\F306"; }

.mdi-key-change:before {
  content: "\F307"; }

.mdi-key-minus:before {
  content: "\F308"; }

.mdi-key-plus:before {
  content: "\F309"; }

.mdi-key-remove:before {
  content: "\F30A"; }

.mdi-key-variant:before {
  content: "\F30B"; }

.mdi-keyboard:before {
  content: "\F30C"; }

.mdi-keyboard-backspace:before {
  content: "\F30D"; }

.mdi-keyboard-caps:before {
  content: "\F30E"; }

.mdi-keyboard-close:before {
  content: "\F30F"; }

.mdi-keyboard-off:before {
  content: "\F310"; }

.mdi-keyboard-return:before {
  content: "\F311"; }

.mdi-keyboard-tab:before {
  content: "\F312"; }

.mdi-keyboard-variant:before {
  content: "\F313"; }

.mdi-kickstarter:before {
  content: "\F744"; }

.mdi-kodi:before {
  content: "\F314"; }

.mdi-label:before {
  content: "\F315"; }

.mdi-label-outline:before {
  content: "\F316"; }

.mdi-lambda:before {
  content: "\F627"; }

.mdi-lamp:before {
  content: "\F6B4"; }

.mdi-lan:before {
  content: "\F317"; }

.mdi-lan-connect:before {
  content: "\F318"; }

.mdi-lan-disconnect:before {
  content: "\F319"; }

.mdi-lan-pending:before {
  content: "\F31A"; }

.mdi-language-c:before {
  content: "\F671"; }

.mdi-language-cpp:before {
  content: "\F672"; }

.mdi-language-csharp:before {
  content: "\F31B"; }

.mdi-language-css3:before {
  content: "\F31C"; }

.mdi-language-html5:before {
  content: "\F31D"; }

.mdi-language-javascript:before {
  content: "\F31E"; }

.mdi-language-php:before {
  content: "\F31F"; }

.mdi-language-python:before {
  content: "\F320"; }

.mdi-language-python-text:before {
  content: "\F321"; }

.mdi-language-swift:before {
  content: "\F6E4"; }

.mdi-language-typescript:before {
  content: "\F6E5"; }

.mdi-laptop:before {
  content: "\F322"; }

.mdi-laptop-chromebook:before {
  content: "\F323"; }

.mdi-laptop-mac:before {
  content: "\F324"; }

.mdi-laptop-off:before {
  content: "\F6E6"; }

.mdi-laptop-windows:before {
  content: "\F325"; }

.mdi-lastfm:before {
  content: "\F326"; }

.mdi-launch:before {
  content: "\F327"; }

.mdi-layers:before {
  content: "\F328"; }

.mdi-layers-off:before {
  content: "\F329"; }

.mdi-lead-pencil:before {
  content: "\F64F"; }

.mdi-leaf:before {
  content: "\F32A"; }

.mdi-led-off:before {
  content: "\F32B"; }

.mdi-led-on:before {
  content: "\F32C"; }

.mdi-led-outline:before {
  content: "\F32D"; }

.mdi-led-variant-off:before {
  content: "\F32E"; }

.mdi-led-variant-on:before {
  content: "\F32F"; }

.mdi-led-variant-outline:before {
  content: "\F330"; }

.mdi-library:before {
  content: "\F331"; }

.mdi-library-books:before {
  content: "\F332"; }

.mdi-library-music:before {
  content: "\F333"; }

.mdi-library-plus:before {
  content: "\F334"; }

.mdi-lightbulb:before {
  content: "\F335"; }

.mdi-lightbulb-on:before {
  content: "\F6E7"; }

.mdi-lightbulb-on-outline:before {
  content: "\F6E8"; }

.mdi-lightbulb-outline:before {
  content: "\F336"; }

.mdi-link:before {
  content: "\F337"; }

.mdi-link-off:before {
  content: "\F338"; }

.mdi-link-variant:before {
  content: "\F339"; }

.mdi-link-variant-off:before {
  content: "\F33A"; }

.mdi-linkedin:before {
  content: "\F33B"; }

.mdi-linkedin-box:before {
  content: "\F33C"; }

.mdi-linux:before {
  content: "\F33D"; }

.mdi-loading:before {
  content: "\F771"; }

.mdi-lock:before {
  content: "\F33E"; }

.mdi-lock-open:before {
  content: "\F33F"; }

.mdi-lock-open-outline:before {
  content: "\F340"; }

.mdi-lock-outline:before {
  content: "\F341"; }

.mdi-lock-pattern:before {
  content: "\F6E9"; }

.mdi-lock-plus:before {
  content: "\F5FB"; }

.mdi-lock-reset:before {
  content: "\F772"; }

.mdi-login:before {
  content: "\F342"; }

.mdi-login-variant:before {
  content: "\F5FC"; }

.mdi-logout:before {
  content: "\F343"; }

.mdi-logout-variant:before {
  content: "\F5FD"; }

.mdi-looks:before {
  content: "\F344"; }

.mdi-loop:before {
  content: "\F6EA"; }

.mdi-loupe:before {
  content: "\F345"; }

.mdi-lumx:before {
  content: "\F346"; }

.mdi-magnet:before {
  content: "\F347"; }

.mdi-magnet-on:before {
  content: "\F348"; }

.mdi-magnify:before {
  content: "\F349"; }

.mdi-magnify-minus:before {
  content: "\F34A"; }

.mdi-magnify-minus-outline:before {
  content: "\F6EB"; }

.mdi-magnify-plus:before {
  content: "\F34B"; }

.mdi-magnify-plus-outline:before {
  content: "\F6EC"; }

.mdi-mail-ru:before {
  content: "\F34C"; }

.mdi-mailbox:before {
  content: "\F6ED"; }

.mdi-map:before {
  content: "\F34D"; }

.mdi-map-marker:before {
  content: "\F34E"; }

.mdi-map-marker-circle:before {
  content: "\F34F"; }

.mdi-map-marker-minus:before {
  content: "\F650"; }

.mdi-map-marker-multiple:before {
  content: "\F350"; }

.mdi-map-marker-off:before {
  content: "\F351"; }

.mdi-map-marker-plus:before {
  content: "\F651"; }

.mdi-map-marker-radius:before {
  content: "\F352"; }

.mdi-margin:before {
  content: "\F353"; }

.mdi-markdown:before {
  content: "\F354"; }

.mdi-marker:before {
  content: "\F652"; }

.mdi-marker-check:before {
  content: "\F355"; }

.mdi-martini:before {
  content: "\F356"; }

.mdi-material-ui:before {
  content: "\F357"; }

.mdi-math-compass:before {
  content: "\F358"; }

.mdi-matrix:before {
  content: "\F628"; }

.mdi-maxcdn:before {
  content: "\F359"; }

.mdi-medical-bag:before {
  content: "\F6EE"; }

.mdi-medium:before {
  content: "\F35A"; }

.mdi-memory:before {
  content: "\F35B"; }

.mdi-menu:before {
  content: "\F35C"; }

.mdi-menu-down:before {
  content: "\F35D"; }

.mdi-menu-down-outline:before {
  content: "\F6B5"; }

.mdi-menu-left:before {
  content: "\F35E"; }

.mdi-menu-right:before {
  content: "\F35F"; }

.mdi-menu-up:before {
  content: "\F360"; }

.mdi-menu-up-outline:before {
  content: "\F6B6"; }

.mdi-message:before {
  content: "\F361"; }

.mdi-message-alert:before {
  content: "\F362"; }

.mdi-message-bulleted:before {
  content: "\F6A1"; }

.mdi-message-bulleted-off:before {
  content: "\F6A2"; }

.mdi-message-draw:before {
  content: "\F363"; }

.mdi-message-image:before {
  content: "\F364"; }

.mdi-message-outline:before {
  content: "\F365"; }

.mdi-message-plus:before {
  content: "\F653"; }

.mdi-message-processing:before {
  content: "\F366"; }

.mdi-message-reply:before {
  content: "\F367"; }

.mdi-message-reply-text:before {
  content: "\F368"; }

.mdi-message-settings:before {
  content: "\F6EF"; }

.mdi-message-settings-variant:before {
  content: "\F6F0"; }

.mdi-message-text:before {
  content: "\F369"; }

.mdi-message-text-outline:before {
  content: "\F36A"; }

.mdi-message-video:before {
  content: "\F36B"; }

.mdi-meteor:before {
  content: "\F629"; }

.mdi-microphone:before {
  content: "\F36C"; }

.mdi-microphone-off:before {
  content: "\F36D"; }

.mdi-microphone-outline:before {
  content: "\F36E"; }

.mdi-microphone-settings:before {
  content: "\F36F"; }

.mdi-microphone-variant:before {
  content: "\F370"; }

.mdi-microphone-variant-off:before {
  content: "\F371"; }

.mdi-microscope:before {
  content: "\F654"; }

.mdi-microsoft:before {
  content: "\F372"; }

.mdi-minecraft:before {
  content: "\F373"; }

.mdi-minus:before {
  content: "\F374"; }

.mdi-minus-box:before {
  content: "\F375"; }

.mdi-minus-box-outline:before {
  content: "\F6F1"; }

.mdi-minus-circle:before {
  content: "\F376"; }

.mdi-minus-circle-outline:before {
  content: "\F377"; }

.mdi-minus-network:before {
  content: "\F378"; }

.mdi-mixcloud:before {
  content: "\F62A"; }

.mdi-monitor:before {
  content: "\F379"; }

.mdi-monitor-multiple:before {
  content: "\F37A"; }

.mdi-more:before {
  content: "\F37B"; }

.mdi-motorbike:before {
  content: "\F37C"; }

.mdi-mouse:before {
  content: "\F37D"; }

.mdi-mouse-off:before {
  content: "\F37E"; }

.mdi-mouse-variant:before {
  content: "\F37F"; }

.mdi-mouse-variant-off:before {
  content: "\F380"; }

.mdi-move-resize:before {
  content: "\F655"; }

.mdi-move-resize-variant:before {
  content: "\F656"; }

.mdi-movie:before {
  content: "\F381"; }

.mdi-multiplication:before {
  content: "\F382"; }

.mdi-multiplication-box:before {
  content: "\F383"; }

.mdi-music:before {
  content: "\F759"; }

.mdi-music-box:before {
  content: "\F384"; }

.mdi-music-box-outline:before {
  content: "\F385"; }

.mdi-music-circle:before {
  content: "\F386"; }

.mdi-music-note:before {
  content: "\F387"; }

.mdi-music-note-bluetooth:before {
  content: "\F5FE"; }

.mdi-music-note-bluetooth-off:before {
  content: "\F5FF"; }

.mdi-music-note-eighth:before {
  content: "\F388"; }

.mdi-music-note-half:before {
  content: "\F389"; }

.mdi-music-note-off:before {
  content: "\F38A"; }

.mdi-music-note-quarter:before {
  content: "\F38B"; }

.mdi-music-note-sixteenth:before {
  content: "\F38C"; }

.mdi-music-note-whole:before {
  content: "\F38D"; }

.mdi-music-off:before {
  content: "\F75A"; }

.mdi-nature:before {
  content: "\F38E"; }

.mdi-nature-people:before {
  content: "\F38F"; }

.mdi-navigation:before {
  content: "\F390"; }

.mdi-near-me:before {
  content: "\F5CD"; }

.mdi-needle:before {
  content: "\F391"; }

.mdi-nest-protect:before {
  content: "\F392"; }

.mdi-nest-thermostat:before {
  content: "\F393"; }

.mdi-netflix:before {
  content: "\F745"; }

.mdi-network:before {
  content: "\F6F2"; }

.mdi-new-box:before {
  content: "\F394"; }

.mdi-newspaper:before {
  content: "\F395"; }

.mdi-nfc:before {
  content: "\F396"; }

.mdi-nfc-tap:before {
  content: "\F397"; }

.mdi-nfc-variant:before {
  content: "\F398"; }

.mdi-ninja:before {
  content: "\F773"; }

.mdi-nodejs:before {
  content: "\F399"; }

.mdi-note:before {
  content: "\F39A"; }

.mdi-note-multiple:before {
  content: "\F6B7"; }

.mdi-note-multiple-outline:before {
  content: "\F6B8"; }

.mdi-note-outline:before {
  content: "\F39B"; }

.mdi-note-plus:before {
  content: "\F39C"; }

.mdi-note-plus-outline:before {
  content: "\F39D"; }

.mdi-note-text:before {
  content: "\F39E"; }

.mdi-notification-clear-all:before {
  content: "\F39F"; }

.mdi-npm:before {
  content: "\F6F6"; }

.mdi-nuke:before {
  content: "\F6A3"; }

.mdi-numeric:before {
  content: "\F3A0"; }

.mdi-numeric-0-box:before {
  content: "\F3A1"; }

.mdi-numeric-0-box-multiple-outline:before {
  content: "\F3A2"; }

.mdi-numeric-0-box-outline:before {
  content: "\F3A3"; }

.mdi-numeric-1-box:before {
  content: "\F3A4"; }

.mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5"; }

.mdi-numeric-1-box-outline:before {
  content: "\F3A6"; }

.mdi-numeric-2-box:before {
  content: "\F3A7"; }

.mdi-numeric-2-box-multiple-outline:before {
  content: "\F3A8"; }

.mdi-numeric-2-box-outline:before {
  content: "\F3A9"; }

.mdi-numeric-3-box:before {
  content: "\F3AA"; }

.mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB"; }

.mdi-numeric-3-box-outline:before {
  content: "\F3AC"; }

.mdi-numeric-4-box:before {
  content: "\F3AD"; }

.mdi-numeric-4-box-multiple-outline:before {
  content: "\F3AE"; }

.mdi-numeric-4-box-outline:before {
  content: "\F3AF"; }

.mdi-numeric-5-box:before {
  content: "\F3B0"; }

.mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1"; }

.mdi-numeric-5-box-outline:before {
  content: "\F3B2"; }

.mdi-numeric-6-box:before {
  content: "\F3B3"; }

.mdi-numeric-6-box-multiple-outline:before {
  content: "\F3B4"; }

.mdi-numeric-6-box-outline:before {
  content: "\F3B5"; }

.mdi-numeric-7-box:before {
  content: "\F3B6"; }

.mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7"; }

.mdi-numeric-7-box-outline:before {
  content: "\F3B8"; }

.mdi-numeric-8-box:before {
  content: "\F3B9"; }

.mdi-numeric-8-box-multiple-outline:before {
  content: "\F3BA"; }

.mdi-numeric-8-box-outline:before {
  content: "\F3BB"; }

.mdi-numeric-9-box:before {
  content: "\F3BC"; }

.mdi-numeric-9-box-multiple-outline:before {
  content: "\F3BD"; }

.mdi-numeric-9-box-outline:before {
  content: "\F3BE"; }

.mdi-numeric-9-plus-box:before {
  content: "\F3BF"; }

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\F3C0"; }

.mdi-numeric-9-plus-box-outline:before {
  content: "\F3C1"; }

.mdi-nut:before {
  content: "\F6F7"; }

.mdi-nutrition:before {
  content: "\F3C2"; }

.mdi-oar:before {
  content: "\F67B"; }

.mdi-octagon:before {
  content: "\F3C3"; }

.mdi-octagon-outline:before {
  content: "\F3C4"; }

.mdi-octagram:before {
  content: "\F6F8"; }

.mdi-octagram-outline:before {
  content: "\F774"; }

.mdi-odnoklassniki:before {
  content: "\F3C5"; }

.mdi-office:before {
  content: "\F3C6"; }

.mdi-oil:before {
  content: "\F3C7"; }

.mdi-oil-temperature:before {
  content: "\F3C8"; }

.mdi-omega:before {
  content: "\F3C9"; }

.mdi-onedrive:before {
  content: "\F3CA"; }

.mdi-onenote:before {
  content: "\F746"; }

.mdi-opacity:before {
  content: "\F5CC"; }

.mdi-open-in-app:before {
  content: "\F3CB"; }

.mdi-open-in-new:before {
  content: "\F3CC"; }

.mdi-openid:before {
  content: "\F3CD"; }

.mdi-opera:before {
  content: "\F3CE"; }

.mdi-orbit:before {
  content: "\F018"; }

.mdi-ornament:before {
  content: "\F3CF"; }

.mdi-ornament-variant:before {
  content: "\F3D0"; }

.mdi-owl:before {
  content: "\F3D2"; }

.mdi-package:before {
  content: "\F3D3"; }

.mdi-package-down:before {
  content: "\F3D4"; }

.mdi-package-up:before {
  content: "\F3D5"; }

.mdi-package-variant:before {
  content: "\F3D6"; }

.mdi-package-variant-closed:before {
  content: "\F3D7"; }

.mdi-page-first:before {
  content: "\F600"; }

.mdi-page-last:before {
  content: "\F601"; }

.mdi-page-layout-body:before {
  content: "\F6F9"; }

.mdi-page-layout-footer:before {
  content: "\F6FA"; }

.mdi-page-layout-header:before {
  content: "\F6FB"; }

.mdi-page-layout-sidebar-left:before {
  content: "\F6FC"; }

.mdi-page-layout-sidebar-right:before {
  content: "\F6FD"; }

.mdi-palette:before {
  content: "\F3D8"; }

.mdi-palette-advanced:before {
  content: "\F3D9"; }

.mdi-panda:before {
  content: "\F3DA"; }

.mdi-pandora:before {
  content: "\F3DB"; }

.mdi-panorama:before {
  content: "\F3DC"; }

.mdi-panorama-fisheye:before {
  content: "\F3DD"; }

.mdi-panorama-horizontal:before {
  content: "\F3DE"; }

.mdi-panorama-vertical:before {
  content: "\F3DF"; }

.mdi-panorama-wide-angle:before {
  content: "\F3E0"; }

.mdi-paper-cut-vertical:before {
  content: "\F3E1"; }

.mdi-paperclip:before {
  content: "\F3E2"; }

.mdi-parking:before {
  content: "\F3E3"; }

.mdi-pause:before {
  content: "\F3E4"; }

.mdi-pause-circle:before {
  content: "\F3E5"; }

.mdi-pause-circle-outline:before {
  content: "\F3E6"; }

.mdi-pause-octagon:before {
  content: "\F3E7"; }

.mdi-pause-octagon-outline:before {
  content: "\F3E8"; }

.mdi-paw:before {
  content: "\F3E9"; }

.mdi-paw-off:before {
  content: "\F657"; }

.mdi-pen:before {
  content: "\F3EA"; }

.mdi-pencil:before {
  content: "\F3EB"; }

.mdi-pencil-box:before {
  content: "\F3EC"; }

.mdi-pencil-box-outline:before {
  content: "\F3ED"; }

.mdi-pencil-circle:before {
  content: "\F6FE"; }

.mdi-pencil-circle-outline:before {
  content: "\F775"; }

.mdi-pencil-lock:before {
  content: "\F3EE"; }

.mdi-pencil-off:before {
  content: "\F3EF"; }

.mdi-pentagon:before {
  content: "\F6FF"; }

.mdi-pentagon-outline:before {
  content: "\F700"; }

.mdi-percent:before {
  content: "\F3F0"; }

.mdi-periscope:before {
  content: "\F747"; }

.mdi-pharmacy:before {
  content: "\F3F1"; }

.mdi-phone:before {
  content: "\F3F2"; }

.mdi-phone-bluetooth:before {
  content: "\F3F3"; }

.mdi-phone-classic:before {
  content: "\F602"; }

.mdi-phone-forward:before {
  content: "\F3F4"; }

.mdi-phone-hangup:before {
  content: "\F3F5"; }

.mdi-phone-in-talk:before {
  content: "\F3F6"; }

.mdi-phone-incoming:before {
  content: "\F3F7"; }

.mdi-phone-locked:before {
  content: "\F3F8"; }

.mdi-phone-log:before {
  content: "\F3F9"; }

.mdi-phone-minus:before {
  content: "\F658"; }

.mdi-phone-missed:before {
  content: "\F3FA"; }

.mdi-phone-outgoing:before {
  content: "\F3FB"; }

.mdi-phone-paused:before {
  content: "\F3FC"; }

.mdi-phone-plus:before {
  content: "\F659"; }

.mdi-phone-settings:before {
  content: "\F3FD"; }

.mdi-phone-voip:before {
  content: "\F3FE"; }

.mdi-pi:before {
  content: "\F3FF"; }

.mdi-pi-box:before {
  content: "\F400"; }

.mdi-piano:before {
  content: "\F67C"; }

.mdi-pig:before {
  content: "\F401"; }

.mdi-pill:before {
  content: "\F402"; }

.mdi-pillar:before {
  content: "\F701"; }

.mdi-pin:before {
  content: "\F403"; }

.mdi-pin-off:before {
  content: "\F404"; }

.mdi-pine-tree:before {
  content: "\F405"; }

.mdi-pine-tree-box:before {
  content: "\F406"; }

.mdi-pinterest:before {
  content: "\F407"; }

.mdi-pinterest-box:before {
  content: "\F408"; }

.mdi-pistol:before {
  content: "\F702"; }

.mdi-pizza:before {
  content: "\F409"; }

.mdi-plane-shield:before {
  content: "\F6BA"; }

.mdi-play:before {
  content: "\F40A"; }

.mdi-play-box-outline:before {
  content: "\F40B"; }

.mdi-play-circle:before {
  content: "\F40C"; }

.mdi-play-circle-outline:before {
  content: "\F40D"; }

.mdi-play-pause:before {
  content: "\F40E"; }

.mdi-play-protected-content:before {
  content: "\F40F"; }

.mdi-playlist-check:before {
  content: "\F5C7"; }

.mdi-playlist-minus:before {
  content: "\F410"; }

.mdi-playlist-play:before {
  content: "\F411"; }

.mdi-playlist-plus:before {
  content: "\F412"; }

.mdi-playlist-remove:before {
  content: "\F413"; }

.mdi-playstation:before {
  content: "\F414"; }

.mdi-plex:before {
  content: "\F6B9"; }

.mdi-plus:before {
  content: "\F415"; }

.mdi-plus-box:before {
  content: "\F416"; }

.mdi-plus-box-outline:before {
  content: "\F703"; }

.mdi-plus-circle:before {
  content: "\F417"; }

.mdi-plus-circle-multiple-outline:before {
  content: "\F418"; }

.mdi-plus-circle-outline:before {
  content: "\F419"; }

.mdi-plus-network:before {
  content: "\F41A"; }

.mdi-plus-one:before {
  content: "\F41B"; }

.mdi-plus-outline:before {
  content: "\F704"; }

.mdi-pocket:before {
  content: "\F41C"; }

.mdi-pokeball:before {
  content: "\F41D"; }

.mdi-polaroid:before {
  content: "\F41E"; }

.mdi-poll:before {
  content: "\F41F"; }

.mdi-poll-box:before {
  content: "\F420"; }

.mdi-polymer:before {
  content: "\F421"; }

.mdi-pool:before {
  content: "\F606"; }

.mdi-popcorn:before {
  content: "\F422"; }

.mdi-pot:before {
  content: "\F65A"; }

.mdi-pot-mix:before {
  content: "\F65B"; }

.mdi-pound:before {
  content: "\F423"; }

.mdi-pound-box:before {
  content: "\F424"; }

.mdi-power:before {
  content: "\F425"; }

.mdi-power-plug:before {
  content: "\F6A4"; }

.mdi-power-plug-off:before {
  content: "\F6A5"; }

.mdi-power-settings:before {
  content: "\F426"; }

.mdi-power-socket:before {
  content: "\F427"; }

.mdi-prescription:before {
  content: "\F705"; }

.mdi-presentation:before {
  content: "\F428"; }

.mdi-presentation-play:before {
  content: "\F429"; }

.mdi-printer:before {
  content: "\F42A"; }

.mdi-printer-3d:before {
  content: "\F42B"; }

.mdi-printer-alert:before {
  content: "\F42C"; }

.mdi-printer-settings:before {
  content: "\F706"; }

.mdi-priority-high:before {
  content: "\F603"; }

.mdi-priority-low:before {
  content: "\F604"; }

.mdi-professional-hexagon:before {
  content: "\F42D"; }

.mdi-projector:before {
  content: "\F42E"; }

.mdi-projector-screen:before {
  content: "\F42F"; }

.mdi-publish:before {
  content: "\F6A6"; }

.mdi-pulse:before {
  content: "\F430"; }

.mdi-puzzle:before {
  content: "\F431"; }

.mdi-qqchat:before {
  content: "\F605"; }

.mdi-qrcode:before {
  content: "\F432"; }

.mdi-qrcode-scan:before {
  content: "\F433"; }

.mdi-quadcopter:before {
  content: "\F434"; }

.mdi-quality-high:before {
  content: "\F435"; }

.mdi-quicktime:before {
  content: "\F436"; }

.mdi-radar:before {
  content: "\F437"; }

.mdi-radiator:before {
  content: "\F438"; }

.mdi-radio:before {
  content: "\F439"; }

.mdi-radio-handheld:before {
  content: "\F43A"; }

.mdi-radio-tower:before {
  content: "\F43B"; }

.mdi-radioactive:before {
  content: "\F43C"; }

.mdi-radiobox-blank:before {
  content: "\F43D"; }

.mdi-radiobox-marked:before {
  content: "\F43E"; }

.mdi-raspberrypi:before {
  content: "\F43F"; }

.mdi-ray-end:before {
  content: "\F440"; }

.mdi-ray-end-arrow:before {
  content: "\F441"; }

.mdi-ray-start:before {
  content: "\F442"; }

.mdi-ray-start-arrow:before {
  content: "\F443"; }

.mdi-ray-start-end:before {
  content: "\F444"; }

.mdi-ray-vertex:before {
  content: "\F445"; }

.mdi-rdio:before {
  content: "\F446"; }

.mdi-react:before {
  content: "\F707"; }

.mdi-read:before {
  content: "\F447"; }

.mdi-readability:before {
  content: "\F448"; }

.mdi-receipt:before {
  content: "\F449"; }

.mdi-record:before {
  content: "\F44A"; }

.mdi-record-rec:before {
  content: "\F44B"; }

.mdi-recycle:before {
  content: "\F44C"; }

.mdi-reddit:before {
  content: "\F44D"; }

.mdi-redo:before {
  content: "\F44E"; }

.mdi-redo-variant:before {
  content: "\F44F"; }

.mdi-refresh:before {
  content: "\F450"; }

.mdi-regex:before {
  content: "\F451"; }

.mdi-relative-scale:before {
  content: "\F452"; }

.mdi-reload:before {
  content: "\F453"; }

.mdi-remote:before {
  content: "\F454"; }

.mdi-rename-box:before {
  content: "\F455"; }

.mdi-reorder-horizontal:before {
  content: "\F687"; }

.mdi-reorder-vertical:before {
  content: "\F688"; }

.mdi-repeat:before {
  content: "\F456"; }

.mdi-repeat-off:before {
  content: "\F457"; }

.mdi-repeat-once:before {
  content: "\F458"; }

.mdi-replay:before {
  content: "\F459"; }

.mdi-reply:before {
  content: "\F45A"; }

.mdi-reply-all:before {
  content: "\F45B"; }

.mdi-reproduction:before {
  content: "\F45C"; }

.mdi-resize-bottom-right:before {
  content: "\F45D"; }

.mdi-responsive:before {
  content: "\F45E"; }

.mdi-restart:before {
  content: "\F708"; }

.mdi-restore:before {
  content: "\F6A7"; }

.mdi-rewind:before {
  content: "\F45F"; }

.mdi-rewind-outline:before {
  content: "\F709"; }

.mdi-rhombus:before {
  content: "\F70A"; }

.mdi-rhombus-outline:before {
  content: "\F70B"; }

.mdi-ribbon:before {
  content: "\F460"; }

.mdi-road:before {
  content: "\F461"; }

.mdi-road-variant:before {
  content: "\F462"; }

.mdi-robot:before {
  content: "\F6A8"; }

.mdi-rocket:before {
  content: "\F463"; }

.mdi-roomba:before {
  content: "\F70C"; }

.mdi-rotate-3d:before {
  content: "\F464"; }

.mdi-rotate-left:before {
  content: "\F465"; }

.mdi-rotate-left-variant:before {
  content: "\F466"; }

.mdi-rotate-right:before {
  content: "\F467"; }

.mdi-rotate-right-variant:before {
  content: "\F468"; }

.mdi-rounded-corner:before {
  content: "\F607"; }

.mdi-router-wireless:before {
  content: "\F469"; }

.mdi-routes:before {
  content: "\F46A"; }

.mdi-rowing:before {
  content: "\F608"; }

.mdi-rss:before {
  content: "\F46B"; }

.mdi-rss-box:before {
  content: "\F46C"; }

.mdi-ruler:before {
  content: "\F46D"; }

.mdi-run:before {
  content: "\F70D"; }

.mdi-run-fast:before {
  content: "\F46E"; }

.mdi-sale:before {
  content: "\F46F"; }

.mdi-satellite:before {
  content: "\F470"; }

.mdi-satellite-variant:before {
  content: "\F471"; }

.mdi-saxophone:before {
  content: "\F609"; }

.mdi-scale:before {
  content: "\F472"; }

.mdi-scale-balance:before {
  content: "\F5D1"; }

.mdi-scale-bathroom:before {
  content: "\F473"; }

.mdi-scanner:before {
  content: "\F6AA"; }

.mdi-school:before {
  content: "\F474"; }

.mdi-screen-rotation:before {
  content: "\F475"; }

.mdi-screen-rotation-lock:before {
  content: "\F476"; }

.mdi-screwdriver:before {
  content: "\F477"; }

.mdi-script:before {
  content: "\F478"; }

.mdi-sd:before {
  content: "\F479"; }

.mdi-seal:before {
  content: "\F47A"; }

.mdi-search-web:before {
  content: "\F70E"; }

.mdi-seat-flat:before {
  content: "\F47B"; }

.mdi-seat-flat-angled:before {
  content: "\F47C"; }

.mdi-seat-individual-suite:before {
  content: "\F47D"; }

.mdi-seat-legroom-extra:before {
  content: "\F47E"; }

.mdi-seat-legroom-normal:before {
  content: "\F47F"; }

.mdi-seat-legroom-reduced:before {
  content: "\F480"; }

.mdi-seat-recline-extra:before {
  content: "\F481"; }

.mdi-seat-recline-normal:before {
  content: "\F482"; }

.mdi-security:before {
  content: "\F483"; }

.mdi-security-home:before {
  content: "\F689"; }

.mdi-security-network:before {
  content: "\F484"; }

.mdi-select:before {
  content: "\F485"; }

.mdi-select-all:before {
  content: "\F486"; }

.mdi-select-inverse:before {
  content: "\F487"; }

.mdi-select-off:before {
  content: "\F488"; }

.mdi-selection:before {
  content: "\F489"; }

.mdi-selection-off:before {
  content: "\F776"; }

.mdi-send:before {
  content: "\F48A"; }

.mdi-serial-port:before {
  content: "\F65C"; }

.mdi-server:before {
  content: "\F48B"; }

.mdi-server-minus:before {
  content: "\F48C"; }

.mdi-server-network:before {
  content: "\F48D"; }

.mdi-server-network-off:before {
  content: "\F48E"; }

.mdi-server-off:before {
  content: "\F48F"; }

.mdi-server-plus:before {
  content: "\F490"; }

.mdi-server-remove:before {
  content: "\F491"; }

.mdi-server-security:before {
  content: "\F492"; }

.mdi-set-all:before {
  content: "\F777"; }

.mdi-set-center:before {
  content: "\F778"; }

.mdi-set-center-right:before {
  content: "\F779"; }

.mdi-set-left:before {
  content: "\F77A"; }

.mdi-set-left-center:before {
  content: "\F77B"; }

.mdi-set-left-right:before {
  content: "\F77C"; }

.mdi-set-none:before {
  content: "\F77D"; }

.mdi-set-right:before {
  content: "\F77E"; }

.mdi-settings:before {
  content: "\F493"; }

.mdi-settings-box:before {
  content: "\F494"; }

.mdi-shape-circle-plus:before {
  content: "\F65D"; }

.mdi-shape-plus:before {
  content: "\F495"; }

.mdi-shape-polygon-plus:before {
  content: "\F65E"; }

.mdi-shape-rectangle-plus:before {
  content: "\F65F"; }

.mdi-shape-square-plus:before {
  content: "\F660"; }

.mdi-share:before {
  content: "\F496"; }

.mdi-share-variant:before {
  content: "\F497"; }

.mdi-shield:before {
  content: "\F498"; }

.mdi-shield-half-full:before {
  content: "\F77F"; }

.mdi-shield-outline:before {
  content: "\F499"; }

.mdi-shopping:before {
  content: "\F49A"; }

.mdi-shopping-music:before {
  content: "\F49B"; }

.mdi-shovel:before {
  content: "\F70F"; }

.mdi-shovel-off:before {
  content: "\F710"; }

.mdi-shredder:before {
  content: "\F49C"; }

.mdi-shuffle:before {
  content: "\F49D"; }

.mdi-shuffle-disabled:before {
  content: "\F49E"; }

.mdi-shuffle-variant:before {
  content: "\F49F"; }

.mdi-sigma:before {
  content: "\F4A0"; }

.mdi-sigma-lower:before {
  content: "\F62B"; }

.mdi-sign-caution:before {
  content: "\F4A1"; }

.mdi-sign-direction:before {
  content: "\F780"; }

.mdi-sign-text:before {
  content: "\F781"; }

.mdi-signal:before {
  content: "\F4A2"; }

.mdi-signal-2g:before {
  content: "\F711"; }

.mdi-signal-3g:before {
  content: "\F712"; }

.mdi-signal-4g:before {
  content: "\F713"; }

.mdi-signal-hspa:before {
  content: "\F714"; }

.mdi-signal-hspa-plus:before {
  content: "\F715"; }

.mdi-signal-off:before {
  content: "\F782"; }

.mdi-signal-variant:before {
  content: "\F60A"; }

.mdi-silverware:before {
  content: "\F4A3"; }

.mdi-silverware-fork:before {
  content: "\F4A4"; }

.mdi-silverware-spoon:before {
  content: "\F4A5"; }

.mdi-silverware-variant:before {
  content: "\F4A6"; }

.mdi-sim:before {
  content: "\F4A7"; }

.mdi-sim-alert:before {
  content: "\F4A8"; }

.mdi-sim-off:before {
  content: "\F4A9"; }

.mdi-sitemap:before {
  content: "\F4AA"; }

.mdi-skip-backward:before {
  content: "\F4AB"; }

.mdi-skip-forward:before {
  content: "\F4AC"; }

.mdi-skip-next:before {
  content: "\F4AD"; }

.mdi-skip-next-circle:before {
  content: "\F661"; }

.mdi-skip-next-circle-outline:before {
  content: "\F662"; }

.mdi-skip-previous:before {
  content: "\F4AE"; }

.mdi-skip-previous-circle:before {
  content: "\F663"; }

.mdi-skip-previous-circle-outline:before {
  content: "\F664"; }

.mdi-skull:before {
  content: "\F68B"; }

.mdi-skype:before {
  content: "\F4AF"; }

.mdi-skype-business:before {
  content: "\F4B0"; }

.mdi-slack:before {
  content: "\F4B1"; }

.mdi-sleep:before {
  content: "\F4B2"; }

.mdi-sleep-off:before {
  content: "\F4B3"; }

.mdi-smoking:before {
  content: "\F4B4"; }

.mdi-smoking-off:before {
  content: "\F4B5"; }

.mdi-snapchat:before {
  content: "\F4B6"; }

.mdi-snowflake:before {
  content: "\F716"; }

.mdi-snowman:before {
  content: "\F4B7"; }

.mdi-soccer:before {
  content: "\F4B8"; }

.mdi-sofa:before {
  content: "\F4B9"; }

.mdi-solid:before {
  content: "\F68C"; }

.mdi-sort:before {
  content: "\F4BA"; }

.mdi-sort-alphabetical:before {
  content: "\F4BB"; }

.mdi-sort-ascending:before {
  content: "\F4BC"; }

.mdi-sort-descending:before {
  content: "\F4BD"; }

.mdi-sort-numeric:before {
  content: "\F4BE"; }

.mdi-sort-variant:before {
  content: "\F4BF"; }

.mdi-soundcloud:before {
  content: "\F4C0"; }

.mdi-source-branch:before {
  content: "\F62C"; }

.mdi-source-commit:before {
  content: "\F717"; }

.mdi-source-commit-end:before {
  content: "\F718"; }

.mdi-source-commit-end-local:before {
  content: "\F719"; }

.mdi-source-commit-local:before {
  content: "\F71A"; }

.mdi-source-commit-next-local:before {
  content: "\F71B"; }

.mdi-source-commit-start:before {
  content: "\F71C"; }

.mdi-source-commit-start-next-local:before {
  content: "\F71D"; }

.mdi-source-fork:before {
  content: "\F4C1"; }

.mdi-source-merge:before {
  content: "\F62D"; }

.mdi-source-pull:before {
  content: "\F4C2"; }

.mdi-speaker:before {
  content: "\F4C3"; }

.mdi-speaker-off:before {
  content: "\F4C4"; }

.mdi-speaker-wireless:before {
  content: "\F71E"; }

.mdi-speedometer:before {
  content: "\F4C5"; }

.mdi-spellcheck:before {
  content: "\F4C6"; }

.mdi-spotify:before {
  content: "\F4C7"; }

.mdi-spotlight:before {
  content: "\F4C8"; }

.mdi-spotlight-beam:before {
  content: "\F4C9"; }

.mdi-spray:before {
  content: "\F665"; }

.mdi-square:before {
  content: "\F763"; }

.mdi-square-inc:before {
  content: "\F4CA"; }

.mdi-square-inc-cash:before {
  content: "\F4CB"; }

.mdi-square-outline:before {
  content: "\F762"; }

.mdi-square-root:before {
  content: "\F783"; }

.mdi-stackexchange:before {
  content: "\F60B"; }

.mdi-stackoverflow:before {
  content: "\F4CC"; }

.mdi-stadium:before {
  content: "\F71F"; }

.mdi-stairs:before {
  content: "\F4CD"; }

.mdi-star:before {
  content: "\F4CE"; }

.mdi-star-circle:before {
  content: "\F4CF"; }

.mdi-star-half:before {
  content: "\F4D0"; }

.mdi-star-off:before {
  content: "\F4D1"; }

.mdi-star-outline:before {
  content: "\F4D2"; }

.mdi-steam:before {
  content: "\F4D3"; }

.mdi-steering:before {
  content: "\F4D4"; }

.mdi-step-backward:before {
  content: "\F4D5"; }

.mdi-step-backward-2:before {
  content: "\F4D6"; }

.mdi-step-forward:before {
  content: "\F4D7"; }

.mdi-step-forward-2:before {
  content: "\F4D8"; }

.mdi-stethoscope:before {
  content: "\F4D9"; }

.mdi-sticker:before {
  content: "\F5D0"; }

.mdi-sticker-emoji:before {
  content: "\F784"; }

.mdi-stocking:before {
  content: "\F4DA"; }

.mdi-stop:before {
  content: "\F4DB"; }

.mdi-stop-circle:before {
  content: "\F666"; }

.mdi-stop-circle-outline:before {
  content: "\F667"; }

.mdi-store:before {
  content: "\F4DC"; }

.mdi-store-24-hour:before {
  content: "\F4DD"; }

.mdi-stove:before {
  content: "\F4DE"; }

.mdi-subdirectory-arrow-left:before {
  content: "\F60C"; }

.mdi-subdirectory-arrow-right:before {
  content: "\F60D"; }

.mdi-subway:before {
  content: "\F6AB"; }

.mdi-subway-variant:before {
  content: "\F4DF"; }

.mdi-summit:before {
  content: "\F785"; }

.mdi-sunglasses:before {
  content: "\F4E0"; }

.mdi-surround-sound:before {
  content: "\F5C5"; }

.mdi-svg:before {
  content: "\F720"; }

.mdi-swap-horizontal:before {
  content: "\F4E1"; }

.mdi-swap-vertical:before {
  content: "\F4E2"; }

.mdi-swim:before {
  content: "\F4E3"; }

.mdi-switch:before {
  content: "\F4E4"; }

.mdi-sword:before {
  content: "\F4E5"; }

.mdi-sword-cross:before {
  content: "\F786"; }

.mdi-sync:before {
  content: "\F4E6"; }

.mdi-sync-alert:before {
  content: "\F4E7"; }

.mdi-sync-off:before {
  content: "\F4E8"; }

.mdi-tab:before {
  content: "\F4E9"; }

.mdi-tab-plus:before {
  content: "\F75B"; }

.mdi-tab-unselected:before {
  content: "\F4EA"; }

.mdi-table:before {
  content: "\F4EB"; }

.mdi-table-column-plus-after:before {
  content: "\F4EC"; }

.mdi-table-column-plus-before:before {
  content: "\F4ED"; }

.mdi-table-column-remove:before {
  content: "\F4EE"; }

.mdi-table-column-width:before {
  content: "\F4EF"; }

.mdi-table-edit:before {
  content: "\F4F0"; }

.mdi-table-large:before {
  content: "\F4F1"; }

.mdi-table-row-height:before {
  content: "\F4F2"; }

.mdi-table-row-plus-after:before {
  content: "\F4F3"; }

.mdi-table-row-plus-before:before {
  content: "\F4F4"; }

.mdi-table-row-remove:before {
  content: "\F4F5"; }

.mdi-tablet:before {
  content: "\F4F6"; }

.mdi-tablet-android:before {
  content: "\F4F7"; }

.mdi-tablet-ipad:before {
  content: "\F4F8"; }

.mdi-taco:before {
  content: "\F761"; }

.mdi-tag:before {
  content: "\F4F9"; }

.mdi-tag-faces:before {
  content: "\F4FA"; }

.mdi-tag-heart:before {
  content: "\F68A"; }

.mdi-tag-multiple:before {
  content: "\F4FB"; }

.mdi-tag-outline:before {
  content: "\F4FC"; }

.mdi-tag-plus:before {
  content: "\F721"; }

.mdi-tag-remove:before {
  content: "\F722"; }

.mdi-tag-text-outline:before {
  content: "\F4FD"; }

.mdi-target:before {
  content: "\F4FE"; }

.mdi-taxi:before {
  content: "\F4FF"; }

.mdi-teamviewer:before {
  content: "\F500"; }

.mdi-telegram:before {
  content: "\F501"; }

.mdi-television:before {
  content: "\F502"; }

.mdi-television-guide:before {
  content: "\F503"; }

.mdi-temperature-celsius:before {
  content: "\F504"; }

.mdi-temperature-fahrenheit:before {
  content: "\F505"; }

.mdi-temperature-kelvin:before {
  content: "\F506"; }

.mdi-tennis:before {
  content: "\F507"; }

.mdi-tent:before {
  content: "\F508"; }

.mdi-terrain:before {
  content: "\F509"; }

.mdi-test-tube:before {
  content: "\F668"; }

.mdi-text-shadow:before {
  content: "\F669"; }

.mdi-text-to-speech:before {
  content: "\F50A"; }

.mdi-text-to-speech-off:before {
  content: "\F50B"; }

.mdi-textbox:before {
  content: "\F60E"; }

.mdi-texture:before {
  content: "\F50C"; }

.mdi-theater:before {
  content: "\F50D"; }

.mdi-theme-light-dark:before {
  content: "\F50E"; }

.mdi-thermometer:before {
  content: "\F50F"; }

.mdi-thermometer-lines:before {
  content: "\F510"; }

.mdi-thumb-down:before {
  content: "\F511"; }

.mdi-thumb-down-outline:before {
  content: "\F512"; }

.mdi-thumb-up:before {
  content: "\F513"; }

.mdi-thumb-up-outline:before {
  content: "\F514"; }

.mdi-thumbs-up-down:before {
  content: "\F515"; }

.mdi-ticket:before {
  content: "\F516"; }

.mdi-ticket-account:before {
  content: "\F517"; }

.mdi-ticket-confirmation:before {
  content: "\F518"; }

.mdi-ticket-percent:before {
  content: "\F723"; }

.mdi-tie:before {
  content: "\F519"; }

.mdi-tilde:before {
  content: "\F724"; }

.mdi-timelapse:before {
  content: "\F51A"; }

.mdi-timer:before {
  content: "\F51B"; }

.mdi-timer-10:before {
  content: "\F51C"; }

.mdi-timer-3:before {
  content: "\F51D"; }

.mdi-timer-off:before {
  content: "\F51E"; }

.mdi-timer-sand:before {
  content: "\F51F"; }

.mdi-timer-sand-empty:before {
  content: "\F6AC"; }

.mdi-timer-sand-full:before {
  content: "\F78B"; }

.mdi-timetable:before {
  content: "\F520"; }

.mdi-toggle-switch:before {
  content: "\F521"; }

.mdi-toggle-switch-off:before {
  content: "\F522"; }

.mdi-tooltip:before {
  content: "\F523"; }

.mdi-tooltip-edit:before {
  content: "\F524"; }

.mdi-tooltip-image:before {
  content: "\F525"; }

.mdi-tooltip-outline:before {
  content: "\F526"; }

.mdi-tooltip-outline-plus:before {
  content: "\F527"; }

.mdi-tooltip-text:before {
  content: "\F528"; }

.mdi-tooth:before {
  content: "\F529"; }

.mdi-tor:before {
  content: "\F52A"; }

.mdi-tower-beach:before {
  content: "\F680"; }

.mdi-tower-fire:before {
  content: "\F681"; }

.mdi-traffic-light:before {
  content: "\F52B"; }

.mdi-train:before {
  content: "\F52C"; }

.mdi-tram:before {
  content: "\F52D"; }

.mdi-transcribe:before {
  content: "\F52E"; }

.mdi-transcribe-close:before {
  content: "\F52F"; }

.mdi-transfer:before {
  content: "\F530"; }

.mdi-transit-transfer:before {
  content: "\F6AD"; }

.mdi-translate:before {
  content: "\F5CA"; }

.mdi-treasure-chest:before {
  content: "\F725"; }

.mdi-tree:before {
  content: "\F531"; }

.mdi-trello:before {
  content: "\F532"; }

.mdi-trending-down:before {
  content: "\F533"; }

.mdi-trending-neutral:before {
  content: "\F534"; }

.mdi-trending-up:before {
  content: "\F535"; }

.mdi-triangle:before {
  content: "\F536"; }

.mdi-triangle-outline:before {
  content: "\F537"; }

.mdi-trophy:before {
  content: "\F538"; }

.mdi-trophy-award:before {
  content: "\F539"; }

.mdi-trophy-outline:before {
  content: "\F53A"; }

.mdi-trophy-variant:before {
  content: "\F53B"; }

.mdi-trophy-variant-outline:before {
  content: "\F53C"; }

.mdi-truck:before {
  content: "\F53D"; }

.mdi-truck-delivery:before {
  content: "\F53E"; }

.mdi-truck-fast:before {
  content: "\F787"; }

.mdi-truck-trailer:before {
  content: "\F726"; }

.mdi-tshirt-crew:before {
  content: "\F53F"; }

.mdi-tshirt-v:before {
  content: "\F540"; }

.mdi-tumblr:before {
  content: "\F541"; }

.mdi-tumblr-reblog:before {
  content: "\F542"; }

.mdi-tune:before {
  content: "\F62E"; }

.mdi-tune-vertical:before {
  content: "\F66A"; }

.mdi-twitch:before {
  content: "\F543"; }

.mdi-twitter:before {
  content: "\F544"; }

.mdi-twitter-box:before {
  content: "\F545"; }

.mdi-twitter-circle:before {
  content: "\F546"; }

.mdi-twitter-retweet:before {
  content: "\F547"; }

.mdi-uber:before {
  content: "\F748"; }

.mdi-ubuntu:before {
  content: "\F548"; }

.mdi-umbraco:before {
  content: "\F549"; }

.mdi-umbrella:before {
  content: "\F54A"; }

.mdi-umbrella-outline:before {
  content: "\F54B"; }

.mdi-undo:before {
  content: "\F54C"; }

.mdi-undo-variant:before {
  content: "\F54D"; }

.mdi-unfold-less-horizontal:before {
  content: "\F54E"; }

.mdi-unfold-less-vertical:before {
  content: "\F75F"; }

.mdi-unfold-more-horizontal:before {
  content: "\F54F"; }

.mdi-unfold-more-vertical:before {
  content: "\F760"; }

.mdi-ungroup:before {
  content: "\F550"; }

.mdi-unity:before {
  content: "\F6AE"; }

.mdi-untappd:before {
  content: "\F551"; }

.mdi-update:before {
  content: "\F6AF"; }

.mdi-upload:before {
  content: "\F552"; }

.mdi-upload-network:before {
  content: "\F6F5"; }

.mdi-usb:before {
  content: "\F553"; }

.mdi-vector-arrange-above:before {
  content: "\F554"; }

.mdi-vector-arrange-below:before {
  content: "\F555"; }

.mdi-vector-circle:before {
  content: "\F556"; }

.mdi-vector-circle-variant:before {
  content: "\F557"; }

.mdi-vector-combine:before {
  content: "\F558"; }

.mdi-vector-curve:before {
  content: "\F559"; }

.mdi-vector-difference:before {
  content: "\F55A"; }

.mdi-vector-difference-ab:before {
  content: "\F55B"; }

.mdi-vector-difference-ba:before {
  content: "\F55C"; }

.mdi-vector-intersection:before {
  content: "\F55D"; }

.mdi-vector-line:before {
  content: "\F55E"; }

.mdi-vector-point:before {
  content: "\F55F"; }

.mdi-vector-polygon:before {
  content: "\F560"; }

.mdi-vector-polyline:before {
  content: "\F561"; }

.mdi-vector-radius:before {
  content: "\F749"; }

.mdi-vector-rectangle:before {
  content: "\F5C6"; }

.mdi-vector-selection:before {
  content: "\F562"; }

.mdi-vector-square:before {
  content: "\F001"; }

.mdi-vector-triangle:before {
  content: "\F563"; }

.mdi-vector-union:before {
  content: "\F564"; }

.mdi-verified:before {
  content: "\F565"; }

.mdi-vibrate:before {
  content: "\F566"; }

.mdi-video:before {
  content: "\F567"; }

.mdi-video-off:before {
  content: "\F568"; }

.mdi-video-switch:before {
  content: "\F569"; }

.mdi-view-agenda:before {
  content: "\F56A"; }

.mdi-view-array:before {
  content: "\F56B"; }

.mdi-view-carousel:before {
  content: "\F56C"; }

.mdi-view-column:before {
  content: "\F56D"; }

.mdi-view-dashboard:before {
  content: "\F56E"; }

.mdi-view-day:before {
  content: "\F56F"; }

.mdi-view-grid:before {
  content: "\F570"; }

.mdi-view-headline:before {
  content: "\F571"; }

.mdi-view-list:before {
  content: "\F572"; }

.mdi-view-module:before {
  content: "\F573"; }

.mdi-view-parallel:before {
  content: "\F727"; }

.mdi-view-quilt:before {
  content: "\F574"; }

.mdi-view-sequential:before {
  content: "\F728"; }

.mdi-view-stream:before {
  content: "\F575"; }

.mdi-view-week:before {
  content: "\F576"; }

.mdi-vimeo:before {
  content: "\F577"; }

.mdi-vine:before {
  content: "\F578"; }

.mdi-violin:before {
  content: "\F60F"; }

.mdi-visualstudio:before {
  content: "\F610"; }

.mdi-vk:before {
  content: "\F579"; }

.mdi-vk-box:before {
  content: "\F57A"; }

.mdi-vk-circle:before {
  content: "\F57B"; }

.mdi-vlc:before {
  content: "\F57C"; }

.mdi-voice:before {
  content: "\F5CB"; }

.mdi-voicemail:before {
  content: "\F57D"; }

.mdi-volume-high:before {
  content: "\F57E"; }

.mdi-volume-low:before {
  content: "\F57F"; }

.mdi-volume-medium:before {
  content: "\F580"; }

.mdi-volume-minus:before {
  content: "\F75D"; }

.mdi-volume-mute:before {
  content: "\F75E"; }

.mdi-volume-off:before {
  content: "\F581"; }

.mdi-volume-plus:before {
  content: "\F75C"; }

.mdi-vpn:before {
  content: "\F582"; }

.mdi-walk:before {
  content: "\F583"; }

.mdi-wallet:before {
  content: "\F584"; }

.mdi-wallet-giftcard:before {
  content: "\F585"; }

.mdi-wallet-membership:before {
  content: "\F586"; }

.mdi-wallet-travel:before {
  content: "\F587"; }

.mdi-wan:before {
  content: "\F588"; }

.mdi-washing-machine:before {
  content: "\F729"; }

.mdi-watch:before {
  content: "\F589"; }

.mdi-watch-export:before {
  content: "\F58A"; }

.mdi-watch-import:before {
  content: "\F58B"; }

.mdi-watch-vibrate:before {
  content: "\F6B0"; }

.mdi-water:before {
  content: "\F58C"; }

.mdi-water-off:before {
  content: "\F58D"; }

.mdi-water-percent:before {
  content: "\F58E"; }

.mdi-water-pump:before {
  content: "\F58F"; }

.mdi-watermark:before {
  content: "\F612"; }

.mdi-waves:before {
  content: "\F78C"; }

.mdi-weather-cloudy:before {
  content: "\F590"; }

.mdi-weather-fog:before {
  content: "\F591"; }

.mdi-weather-hail:before {
  content: "\F592"; }

.mdi-weather-lightning:before {
  content: "\F593"; }

.mdi-weather-lightning-rainy:before {
  content: "\F67D"; }

.mdi-weather-night:before {
  content: "\F594"; }

.mdi-weather-partlycloudy:before {
  content: "\F595"; }

.mdi-weather-pouring:before {
  content: "\F596"; }

.mdi-weather-rainy:before {
  content: "\F597"; }

.mdi-weather-snowy:before {
  content: "\F598"; }

.mdi-weather-snowy-rainy:before {
  content: "\F67E"; }

.mdi-weather-sunny:before {
  content: "\F599"; }

.mdi-weather-sunset:before {
  content: "\F59A"; }

.mdi-weather-sunset-down:before {
  content: "\F59B"; }

.mdi-weather-sunset-up:before {
  content: "\F59C"; }

.mdi-weather-windy:before {
  content: "\F59D"; }

.mdi-weather-windy-variant:before {
  content: "\F59E"; }

.mdi-web:before {
  content: "\F59F"; }

.mdi-webcam:before {
  content: "\F5A0"; }

.mdi-webhook:before {
  content: "\F62F"; }

.mdi-webpack:before {
  content: "\F72A"; }

.mdi-wechat:before {
  content: "\F611"; }

.mdi-weight:before {
  content: "\F5A1"; }

.mdi-weight-kilogram:before {
  content: "\F5A2"; }

.mdi-whatsapp:before {
  content: "\F5A3"; }

.mdi-wheelchair-accessibility:before {
  content: "\F5A4"; }

.mdi-white-balance-auto:before {
  content: "\F5A5"; }

.mdi-white-balance-incandescent:before {
  content: "\F5A6"; }

.mdi-white-balance-iridescent:before {
  content: "\F5A7"; }

.mdi-white-balance-sunny:before {
  content: "\F5A8"; }

.mdi-widgets:before {
  content: "\F72B"; }

.mdi-wifi:before {
  content: "\F5A9"; }

.mdi-wifi-off:before {
  content: "\F5AA"; }

.mdi-wii:before {
  content: "\F5AB"; }

.mdi-wiiu:before {
  content: "\F72C"; }

.mdi-wikipedia:before {
  content: "\F5AC"; }

.mdi-window-close:before {
  content: "\F5AD"; }

.mdi-window-closed:before {
  content: "\F5AE"; }

.mdi-window-maximize:before {
  content: "\F5AF"; }

.mdi-window-minimize:before {
  content: "\F5B0"; }

.mdi-window-open:before {
  content: "\F5B1"; }

.mdi-window-restore:before {
  content: "\F5B2"; }

.mdi-windows:before {
  content: "\F5B3"; }

.mdi-wordpress:before {
  content: "\F5B4"; }

.mdi-worker:before {
  content: "\F5B5"; }

.mdi-wrap:before {
  content: "\F5B6"; }

.mdi-wrench:before {
  content: "\F5B7"; }

.mdi-wunderlist:before {
  content: "\F5B8"; }

.mdi-xaml:before {
  content: "\F673"; }

.mdi-xbox:before {
  content: "\F5B9"; }

.mdi-xbox-controller:before {
  content: "\F5BA"; }

.mdi-xbox-controller-battery-alert:before {
  content: "\F74A"; }

.mdi-xbox-controller-battery-empty:before {
  content: "\F74B"; }

.mdi-xbox-controller-battery-full:before {
  content: "\F74C"; }

.mdi-xbox-controller-battery-low:before {
  content: "\F74D"; }

.mdi-xbox-controller-battery-medium:before {
  content: "\F74E"; }

.mdi-xbox-controller-battery-unknown:before {
  content: "\F74F"; }

.mdi-xbox-controller-off:before {
  content: "\F5BB"; }

.mdi-xda:before {
  content: "\F5BC"; }

.mdi-xing:before {
  content: "\F5BD"; }

.mdi-xing-box:before {
  content: "\F5BE"; }

.mdi-xing-circle:before {
  content: "\F5BF"; }

.mdi-xml:before {
  content: "\F5C0"; }

.mdi-yammer:before {
  content: "\F788"; }

.mdi-yeast:before {
  content: "\F5C1"; }

.mdi-yelp:before {
  content: "\F5C2"; }

.mdi-yin-yang:before {
  content: "\F67F"; }

.mdi-youtube-play:before {
  content: "\F5C3"; }

.mdi-zip-box:before {
  content: "\F5C4"; }

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px; }

.mdi-24px.mdi-set, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description .mdi-set.vacancy-wizard-plans-plan_feature-item-description-icon, .mdi-24px.mdi:before, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description .mdi.vacancy-wizard-plans-plan_feature-item-description-icon:before {
  font-size: 24px; }

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px; }

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px; }

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54); }

.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26); }

.mdi-light:before {
  color: white; }

.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3); }

.mdi-rotate-45 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  .mdi-rotate-45:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.mdi-rotate-90 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  .mdi-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.mdi-rotate-135 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  .mdi-rotate-135:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.mdi-rotate-180 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  .mdi-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.mdi-rotate-225 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  .mdi-rotate-225:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }

.mdi-rotate-270 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  .mdi-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.mdi-rotate-315 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  .mdi-rotate-315:before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }

.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear; }

@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.bs-container {
  display: flex;
  height: 100%;
  position: fixed;
  z-index: 3;
  left: 0;
  right: auto; }
  .bs-container.right {
    left: auto;
    right: 0; }
  @media (max-width: 992px) {
    .bs-container {
      flex-direction: column;
      position: fixed;
      width: 100%;
      left: auto;
      right: auto;
      min-height: auto;
      height: auto; } }
  .bs-container .bs-main-nav {
    height: 100%;
    left: 0;
    top: 0;
    width: 310px; }
  .bs-container .bs-container-overlay {
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    background-color: rgba(46, 46, 46, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; }
    @media (max-width: 992px) {
      .bs-container .bs-container-overlay {
        display: none; } }

.bs-menu-container {
  background-color: #15bf95;
  color: #deebff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  position: relative;
  z-index: 4; }
  @media (max-width: 992px) {
    .bs-menu-container {
      flex-direction: row;
      min-height: 87px;
      width: 100%; } }
  .bs-menu-container .nav-sidebar-header {
    background-color: #14ca9c; }
    .bs-menu-container .nav-sidebar-header .nav-brand {
      padding: 10px 11px; }
      .bs-menu-container .nav-sidebar-header .nav-brand a {
        cursor: pointer; }
  .bs-menu-container .nav-sidebar-content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 23px 0; }
    @media (max-width: 992px) {
      .bs-menu-container .nav-sidebar-content {
        padding: 0; } }
    .bs-menu-container .nav-sidebar-content .app-badge {
      position: absolute;
      right: -2px;
      top: -2px; }
    .bs-menu-container .nav-sidebar-content ul {
      list-style: none;
      padding: 0;
      text-align: center; }
      @media (max-width: 992px) {
        .bs-menu-container .nav-sidebar-content ul {
          display: flex;
          justify-content: space-around;
          margin: 0;
          padding: 21px 0; } }
    .bs-menu-container .nav-sidebar-content .nav-sidebar-item {
      margin: 12px 0; }
      @media (max-width: 992px) {
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item {
          margin: 0;
          padding: 0; } }
      .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button {
        -moz-transition: background 800ms;
        -o-transition: background 800ms;
        -webkit-transition: background 800ms;
        transition: background 800ms;
        position: relative;
        z-index: 3; }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button.plus-link .nav-sidebar-icon {
          z-index: 3;
          position: relative; }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button.plus-link:before {
          content: ' ';
          background-color: #f2b134;
          border-radius: 50%;
          height: 33px;
          width: 33px;
          transform: translate(-49%, -51%);
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2; }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button.plus-link:after {
          -moz-transition: box-shadow 300ms;
          -o-transition: box-shadow 300ms;
          -webkit-transition: box-shadow 300ms;
          transition: box-shadow 300ms;
          box-shadow: 0 0 0 0px rgba(242, 177, 52, 0.2);
          height: 33px;
          width: 33px;
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          z-index: 2; }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button.plus-link:hover:after {
          -moz-transition: box-shadow 300ms;
          -o-transition: box-shadow 300ms;
          -webkit-transition: box-shadow 300ms;
          transition: box-shadow 300ms;
          -webkit-box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2);
          -moz-box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2);
          box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2); }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button.plus-link.active:after {
          -webkit-box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2);
          -moz-box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2);
          box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2); }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button:after {
          border-radius: 50%;
          content: ' ';
          height: 5px;
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 5px;
          z-index: -2; }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button:hover:after {
          -webkit-box-shadow: 0 0 0 19px rgba(138, 59, 88, 0.2);
          -moz-box-shadow: 0 0 0 19px rgba(138, 59, 88, 0.2);
          box-shadow: 0 0 0 19px rgba(138, 59, 88, 0.2);
          -moz-transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1);
          -o-transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1);
          -webkit-transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1);
          transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1); }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button.active:after {
          -webkit-box-shadow: 0 0 0 18px rgba(138, 59, 88, 0.2);
          -moz-box-shadow: 0 0 0 18px rgba(138, 59, 88, 0.2);
          box-shadow: 0 0 0 18px rgba(138, 59, 88, 0.2); }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button .nav-sidebar-icon {
          color: #fff;
          font-size: 22px; }
        .bs-menu-container .nav-sidebar-content .nav-sidebar-item .menu-button small {
          font-size: 90%;
          font-weight: bold; }
  .bs-menu-container .nav-sidebar-account {
    margin: 0 auto; }
    .bs-menu-container .nav-sidebar-account .nav-account-content {
      padding: 24px 23px; }
      @media (min-width: 992px) {
        .bs-menu-container .nav-sidebar-account .nav-account-content .dropdown-menu {
          bottom: 100%;
          left: -10px;
          margin-bottom: 0;
          top: auto; } }
      .bs-menu-container .nav-sidebar-account .nav-account-content .nav-avatar-item {
        background-color: #fff;
        border-radius: 50%;
        width: 33px;
        height: 33px;
        display: block; }
      .bs-menu-container .nav-sidebar-account .nav-account-content .nav-avatar {
        -moz-transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1);
        -o-transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1);
        -webkit-transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1);
        transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1), transform 100ms cubic-bezier(0.2, 0, 0.7, 1);
        border-radius: 50%;
        margin: 0 auto;
        width: 33px;
        height: 33px; }
        .bs-menu-container .nav-sidebar-account .nav-account-content .nav-avatar:hover {
          -webkit-box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2);
          -moz-box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2);
          box-shadow: 0 0 0 6px rgba(138, 59, 88, 0.2); }
      .bs-menu-container .nav-sidebar-account .nav-account-content .dropdown-menu {
        margin: 14px 0; }
        .bs-menu-container .nav-sidebar-account .nav-account-content .dropdown-menu a {
          font-weight: 500; }
          .bs-menu-container .nav-sidebar-account .nav-account-content .dropdown-menu a i {
            color: #15bf95;
            font-size: 21px; }

.navigation {
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 310px;
  z-index: 2;
  left: -310px;
  right: auto; }
  .navigation a[aria-expanded=true] .mdi-chevron-down {
    display: none; }
  .navigation a[aria-expanded=false] .mdi-chevron-up {
    display: none; }
  .navigation.right {
    right: -310px;
    left: auto; }
  @media (max-width: 992px) {
    .navigation {
      flex-direction: column;
      height: auto;
      left: auto;
      position: relative;
      right: auto;
      width: 100%;
      min-height: auto; } }
  .navigation.active {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 80px;
    right: auto; }
    .navigation.active.right {
      left: auto;
      right: 80px; }
    @media (max-width: 992px) {
      .navigation.active {
        flex-direction: row;
        overflow: hidden;
        left: auto;
        right: auto;
        width: 100%;
        top: auto;
        min-height: auto; } }
  .navigation .navigation-header {
    border-bottom: 1px solid #ebecee;
    padding: 17px 30px;
    position: relative; }
    .navigation .navigation-header .logotype {
      float: left; }
    .navigation .navigation-header .app-mobile-button {
      display: none; }
      @media (max-width: 992px) {
        .navigation .navigation-header .app-mobile-button {
          display: block; } }
  @media (min-width: 992px) {
    .navigation .navigation-content .app-nav-collapse {
      display: block; }
      .navigation .navigation-content .app-nav-collapse.show {
        opacity: 1; } }
  .navigation .navigation-content .app-nav-collapse ul {
    list-style: none;
    padding: 30px; }
    .navigation .navigation-content .app-nav-collapse ul .navigation-main-link {
      padding: 10px 0;
      width: 100%; }
      .navigation .navigation-content .app-nav-collapse ul .navigation-main-link .navigation-link-text {
        font-weight: 500;
        margin: 0; }
      .navigation .navigation-content .app-nav-collapse ul .navigation-main-link .app-nav-item {
        color: #343333;
        cursor: pointer;
        text-decoration: none;
        width: 100%;
        font-weight: 500; }
      .navigation .navigation-content .app-nav-collapse ul .navigation-main-link span .mdi {
        color: rgba(128, 128, 128, 0.6);
        font-size: 18px; }
      .navigation .navigation-content .app-nav-collapse ul .navigation-main-link span .mdi-chevron-up {
        color: #f2b134; }
      .navigation .navigation-content .app-nav-collapse ul .navigation-main-link .navigation-icon {
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        color: #15bf95;
        font-size: 22px;
        padding-right: 10px; }
      .navigation .navigation-content .app-nav-collapse ul .navigation-main-link:hover .navigation-icon, .navigation .navigation-content .app-nav-collapse ul .navigation-main-link .active .navigation-icon {
        color: #f2b134; }
    .navigation .navigation-content .app-nav-collapse ul .card {
      border: 0;
      border-radius: 0; }
    .navigation .navigation-content .app-nav-collapse ul .dropdown-item {
      padding: 10px 2rem !important;
      margin-bottom: 5px;
      font-weight: normal; }
      .navigation .navigation-content .app-nav-collapse ul .dropdown-item:focus, .navigation .navigation-content .app-nav-collapse ul .dropdown-item:hover,
      .navigation .navigation-content .app-nav-collapse ul .dropdown-item .active {
        background-color: rgba(242, 177, 52, 0.1);
        border-radius: 3px;
        color: #1d1e1f;
        cursor: pointer;
        text-decoration: none; }

.subnav-header {
  border-bottom: 1px solid #ebecee;
  padding: 19px 30px; }
  .subnav-header .subnav-header-action {
    color: #109171; }

.subnav-content {
  height: calc(100% - 160px);
  overflow-y: auto; }

.subnav-injected-content ul {
  overflow-y: auto;
  padding: 20px; }
  .subnav-injected-content ul li {
    width: 100%;
    padding: 10px 0; }
    .subnav-injected-content ul li a {
      color: #343333;
      cursor: pointer;
      padding: 5px 10px;
      text-decoration: none;
      width: 100%;
      font-weight: 500;
      font-size: 1rem; }
      .subnav-injected-content ul li a.active {
        background-color: rgba(242, 177, 52, 0.1);
        color: #343333;
        text-decoration: none; }

.app-btn-block {
  display: block;
  width: 100%; }

.app-btn-primary {
  background-color: #15bf95;
  border-color: #15bf95;
  color: #fff; }
  .app-btn-primary:hover {
    background-color: rgba(21, 191, 149, 0.7);
    color: #fff; }

.app-btn {
  border: 1px solid transparent;
  border-radius: .25rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .2s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .app-btn:focus, .app-btn:hover, .app-btn:active {
    outline-width: 0;
    text-decoration: none;
    cursor: pointer; }

a:focus, a:hover, a:active {
  outline-width: 0;
  text-decoration: none; }

.subnav-content-item {
  background-color: #fff;
  border: 1px solid #ebecee;
  border-radius: 0;
  display: block;
  margin-top: -1px;
  padding: 24px 30px;
  width: 100%; }
  .subnav-content-item.active {
    background-color: #f7f7f9; }
    .subnav-content-item.active a {
      text-decoration: none;
      color: #343333; }
  .subnav-content-item a {
    color: #343333;
    opacity: 0.7; }
  .subnav-content-item:hover {
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    background-color: #f7f7f9;
    cursor: pointer; }
    .subnav-content-item:hover a {
      text-decoration: none;
      color: #343333; }
  .subnav-content-item.unread {
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
    background-color: #f7f7f9; }
    .subnav-content-item.unread .item-header .timestamp::after {
      color: #ea3d56;
      content: ' ⦿'; }
    .subnav-content-item.unread:hover {
      -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      background-color: rgba(153, 153, 153, 0.2);
      color: #343333;
      text-decoration: none; }
  .subnav-content-item .timestamp {
    color: #999; }
  .subnav-content-item p {
    opacity: 0.7; }

.subnav-footer {
  background: #fff;
  border-top: 1px solid #ebecee;
  bottom: 0;
  padding: 24px 30px;
  position: absolute;
  width: 100%; }

.menu {
  background-color: #fff;
  bottom: 0;
  position: fixed;
  top: 0;
  width: 480px;
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  z-index: 2;
  -moz-transition: left 200ms ease-in-out;
  -o-transition: left 200ms ease-in-out;
  -webkit-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
  left: -480px;
  right: auto; }
  .menu.small {
    width: 310px; }
  .menu.small {
    left: -310px;
    right: auto; }
  .menu.right {
    -moz-transition: right 200ms ease-in-out;
    -o-transition: right 200ms ease-in-out;
    -webkit-transition: right 200ms ease-in-out;
    transition: right 200ms ease-in-out;
    right: -480px;
    left: auto; }
    .menu.right.small {
      right: -310px;
      left: auto; }
  .menu.active {
    -moz-transition: left 200ms ease-in-out;
    -o-transition: left 200ms ease-in-out;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
    left: 80px;
    right: auto; }
    @media (max-width: 992px) {
      .menu.active {
        left: 0;
        right: auto; } }
    .menu.active.right {
      -moz-transition: right 200ms ease-in-out;
      -o-transition: right 200ms ease-in-out;
      -webkit-transition: right 200ms ease-in-out;
      transition: right 200ms ease-in-out;
      right: 80px;
      left: auto; }
      @media (max-width: 992px) {
        .menu.active.right {
          right: 0;
          left: auto; } }
  @media (max-width: 992px) {
    .menu {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      top: 87px;
      width: 100%;
      left: -100%;
      right: auto; }
      .menu.right {
        right: -100%;
        left: auto; } }

.nav-overlay {
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  background-color: rgba(46, 46, 46, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%; }
  .nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .nav-overlay:hover {
    cursor: url("../ornio-nav-app/images/close.png"), url("../ornio-nav-app/images/close.cur"), auto; }
  @media (max-width: 992px) {
    .nav-overlay {
      display: none; } }

.bs-layout {
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  position: relative; }
  @media (min-width: 992px) {
    .bs-layout {
      -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      padding: 20px 20px 20px 100px; } }
  @media (min-width: 1200px) {
    .bs-layout.open {
      -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      padding: 20px 20px 20px 410px; } }
  @media (min-width: 992px) {
    .bs-layout.right {
      -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      padding: 20px 100px 20px 20px; } }
  @media (max-width: 1200px) {
    .bs-layout.right {
      -moz-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9);
      transition: all 0.5s cubic-bezier(0, 0, 0.4, 0.9); }
      .bs-layout.right.open {
        padding: 20px 410px 20px 20px; } }
  .bs-layout.hidden {
    padding: 20px 20px 20px 20px !important; }
  @media (max-width: 992px) {
    .bs-layout {
      padding: 20px;
      margin-top: 155px; } }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .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 #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Fira Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #989696;
  background-color: #F6F8FA; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

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

abbr[title],
abbr[data-original-title] {
  cursor: help; }

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: 500; }

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #14CA9C;
  text-decoration: none; }
  a:focus {
    color: #0d8466;
    text-decoration: none; }
  a:hover {
    color: #0d8466;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #EBECEE;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

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

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

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

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.625rem; }

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.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

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

small,
.small {
  font-size: 90%;
  font-weight: normal; }

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: 5px; }

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #949393; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #EBECEE; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #949393;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .avatar {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F6F8FA;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(52, 51, 51, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #EBECEE; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #343333;
  border-radius: 0;
  box-shadow: inset 0 -0.1rem 0 rgba(52, 51, 51, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500;
    box-shadow: none; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #343333; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 12px;
      padding-left: 12px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -12px;
      margin-left: -12px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -12px;
      margin-left: -12px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -12px;
      margin-left: -12px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -12px;
      margin-left: -12px; } }

.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-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-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-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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 576px) {
    .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-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-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-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-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 {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 768px) {
    .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-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-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-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-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 {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 992px) {
    .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-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-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-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-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 {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 1200px) {
    .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-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-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-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-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 {
      padding-right: 12px;
      padding-left: 12px; } }

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

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .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%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EBECEE; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EBECEE; }
  .table tbody + tbody {
    border-top: 2px solid #EBECEE; }
  .table .table {
    background-color: #F6F8FA; }

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

.table-bordered {
  border: 1px solid #EBECEE; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EBECEE; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(52, 51, 51, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(52, 51, 51, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(52, 51, 51, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(39, 38, 38, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(39, 38, 38, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

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

.thead-inverse th {
  color: #F6F8FA;
  background-color: #343333; }

.thead-default th {
  color: #AAA8A8;
  background-color: #949393; }

.table-inverse {
  color: #F6F8FA;
  background-color: #343333; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #F6F8FA; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control, .md-datepicker-group input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #343333;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(52, 51, 51, 0.15);
  border-radius: 3px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand, .md-datepicker-group input::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .md-datepicker-group input:focus {
    color: #343333;
    background-color: #fff;
    border-color: #6df1cf;
    outline: none;
    box-shadow: none, rgba(109, 241, 207, 0.6); }
  .form-control::placeholder, .md-datepicker-group input::placeholder {
    color: #949393;
    opacity: 1; }
  .form-control:disabled, .md-datepicker-group input:disabled, .form-control[readonly], .md-datepicker-group input[readonly] {
    background-color: #d0cece;
    opacity: 1; }
  .form-control:disabled, .md-datepicker-group input:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

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

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .md-datepicker-group .input-group-sm > input.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .md-datepicker-group .input-group-lg > input.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .md-datepicker-group .input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control, .md-datepicker-group .input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #EBECEE;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #14CA9C; }

.has-success .form-control, .has-success .md-datepicker-group input, .md-datepicker-group .has-success input {
  border-color: #14CA9C; }
  .has-success .form-control:focus, .has-success .md-datepicker-group input:focus, .md-datepicker-group .has-success input:focus {
    box-shadow: none, 0 0 6px #56eec8; }

.has-success .input-group-addon {
  color: #14CA9C;
  border-color: #14CA9C;
  background-color: #b3f7e6; }

.has-success .form-control-success {
  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='%2314CA9C' 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"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #FEB632; }

.has-warning .form-control, .has-warning .md-datepicker-group input, .md-datepicker-group .has-warning input {
  border-color: #FEB632; }
  .has-warning .form-control:focus, .has-warning .md-datepicker-group input:focus, .md-datepicker-group .has-warning input:focus {
    box-shadow: none, 0 0 6px #feda98; }

.has-warning .input-group-addon {
  color: #FEB632;
  border-color: #FEB632;
  background-color: #fffefd; }

.has-warning .form-control-warning {
  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='%23FEB632' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #ED553B; }

.has-danger .form-control, .has-danger .md-datepicker-group input, .md-datepicker-group .has-danger input {
  border-color: #ED553B; }
  .has-danger .form-control:focus, .has-danger .md-datepicker-group input:focus, .md-datepicker-group .has-danger input:focus {
    box-shadow: none, 0 0 6px #f6a698; }

.has-danger .input-group-addon {
  color: #ED553B;
  border-color: #ED553B;
  background-color: #fef7f6; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ED553B' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .md-datepicker-group input, .md-datepicker-group .form-inline input {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  .btn:focus {
    text-decoration: none; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }
  .btn:active, .btn.active {
    background-image: none;
    box-shadow: none, none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .btn {
  color: #fff;
  background-color: #14CA9C;
  border-color: #14CA9C;
  box-shadow: none; }
  .btn-primary:hover, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .btn:hover {
    color: #fff;
    background-color: #0f9c78;
    border-color: #0e9271; }
  .btn-primary:focus, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .btn:focus, .btn-primary.focus, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .focus.btn {
    box-shadow: none, 0 0 0 2px rgba(20, 202, 156, 0.5); }
  .btn-primary.disabled, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .disabled.btn, .btn-primary:disabled, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .btn:disabled {
    background-color: #14CA9C;
    border-color: #14CA9C; }
  .btn-primary:active, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .btn:active, .btn-primary.active, .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .active.btn,
  .show > .btn-primary.dropdown-toggle,
  .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: #0f9c78;
    background-image: none;
    border-color: #0e9271;
    box-shadow: none; }

.btn-secondary {
  color: #343333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none; }
  .btn-secondary:hover {
    color: #343333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none, 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #343333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    box-shadow: none; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
  box-shadow: none; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: none, 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
    box-shadow: none; }

.btn-success {
  color: #fff;
  background-color: #14CA9C;
  border-color: #14CA9C;
  box-shadow: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #0f9c78;
    border-color: #0e9271; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: none, 0 0 0 2px rgba(20, 202, 156, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #14CA9C;
    border-color: #14CA9C; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0f9c78;
    background-image: none;
    border-color: #0e9271;
    box-shadow: none; }

.btn-warning {
  color: #fff;
  background-color: #FEB632;
  border-color: #FEB632;
  box-shadow: none; }
  .btn-warning:hover {
    color: #fff;
    background-color: #fca301;
    border-color: #f29d01; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: none, 0 0 0 2px rgba(254, 182, 50, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #FEB632;
    border-color: #FEB632; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fca301;
    background-image: none;
    border-color: #f29d01;
    box-shadow: none; }

.btn-danger {
  color: #fff;
  background-color: #ED553B;
  border-color: #ED553B;
  box-shadow: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e03215;
    border-color: #d73014; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: none, 0 0 0 2px rgba(237, 85, 59, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ED553B;
    border-color: #ED553B; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e03215;
    background-image: none;
    border-color: #d73014;
    box-shadow: none; }

.btn-outline-primary {
  color: #14CA9C;
  background-image: none;
  background-color: transparent;
  border-color: #14CA9C; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #14CA9C;
    border-color: #14CA9C; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(20, 202, 156, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #14CA9C;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #14CA9C;
    border-color: #14CA9C; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #14CA9C;
  background-image: none;
  background-color: transparent;
  border-color: #14CA9C; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #14CA9C;
    border-color: #14CA9C; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(20, 202, 156, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #14CA9C;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #14CA9C;
    border-color: #14CA9C; }

.btn-outline-warning {
  color: #FEB632;
  background-image: none;
  background-color: transparent;
  border-color: #FEB632; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #FEB632;
    border-color: #FEB632; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(254, 182, 50, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FEB632;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #FEB632;
    border-color: #FEB632; }

.btn-outline-danger {
  color: #ED553B;
  background-image: none;
  background-color: transparent;
  border-color: #ED553B; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ED553B;
    border-color: #ED553B; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(237, 85, 59, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ED553B;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ED553B;
    border-color: #ED553B; }

.btn-link {
  font-weight: normal;
  color: #14CA9C;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus {
    color: #0d8466;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:hover {
    color: #0d8466;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled {
    color: #EBECEE; }
    .btn-link:disabled:focus {
      text-decoration: none; }
    .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

.btn-block, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action .vacancy-wizard-plans-action-button {
  display: block;
  width: 100%; }

.btn-block + .btn-block, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action .vacancy-wizard-plans-action-button + .btn-block, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action .btn-block + .vacancy-wizard-plans-action-button, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action .vacancy-wizard-plans-action-button + .vacancy-wizard-plans-action-button {
  margin-top: 0.5rem; }

input[type="submit"].btn-block, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action input.vacancy-wizard-plans-action-button[type="submit"],
input[type="reset"].btn-block,
.vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action input.vacancy-wizard-plans-action-button[type="reset"],
input[type="button"].btn-block,
.vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action input.vacancy-wizard-plans-action-button[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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: #989696;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.05); }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #949393; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #343333;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus {
    color: #272626;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item:hover {
    color: #272626;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #343333;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #EBECEE;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #EBECEE;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .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: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 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: 1.125rem;
  padding-left: 1.125rem; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control, .input-group .md-datepicker-group input, .md-datepicker-group .input-group input {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .md-datepicker-group input:focus, .md-datepicker-group .input-group input:focus, .input-group .form-control:active, .input-group .md-datepicker-group input:active, .md-datepicker-group .input-group input:active {
      z-index: 3; }
    .input-group .form-control:hover, .input-group .md-datepicker-group input:hover, .md-datepicker-group .input-group input:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .md-datepicker-group input, .md-datepicker-group .input-group input {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .md-datepicker-group input:not(:first-child):not(:last-child),
  .md-datepicker-group .input-group input:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #343333;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(52, 51, 51, 0.15);
  border-radius: 3px; }
  .input-group-addon.form-control-sm, .md-datepicker-group .input-group-sm > input.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0; }
  .input-group-addon.form-control-lg, .md-datepicker-group .input-group-lg > input.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child), .input-group .md-datepicker-group input:not(:last-child), .md-datepicker-group .input-group input:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child), .input-group .md-datepicker-group input:not(:first-child), .md-datepicker-group .input-group input:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child), .md-datepicker-group input + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 3; }
    .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active {
      z-index: 3; }
    .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #14CA9C;
    box-shadow: 0px 0px 0px 2px #14CA9C, -2px 2px 1px -1px #14CA9C; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: #EBECEE; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #9bf5de;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #949393; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #949393;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  pointer-events: none;
  user-select: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: 0px 0px 0px 2px #D1D3D4, -2px 2px 1px -1px #D1D3D4; }

.custom-checkbox .custom-control-indicator {
  border-radius: 3px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #fff;
  background-image: "";
  box-shadow: none; }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #343333;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(52, 51, 51, 0.15);
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #6df1cf;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(52, 51, 51, 0.075), 0 0 5px rgba(109, 241, 207, 0.5); }
    .custom-select:focus::-ms-value {
      color: #343333;
      background-color: #fff; }
  .custom-select:disabled {
    color: #EBECEE;
    cursor: not-allowed;
    background-color: #bfbdbd; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #14CA9C; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #AAA8A8;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #14CA9C;
  border-radius: 3px;
  box-shadow: inset 0 0.2rem 0.4rem rgba(52, 51, 51, 0.05); }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #14CA9C;
    border: 1px solid #14CA9C;
    border-radius: 0 3px 3px 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

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

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus {
    text-decoration: none; }
  .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #EBECEE;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .nav-tabs .nav-link:focus {
      border-color: #949393 #949393 #ddd; }
    .nav-tabs .nav-link:hover {
      border-color: #949393 #949393 #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #EBECEE;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #AAA8A8;
    background-color: #F6F8FA;
    border-color: #ddd #ddd #F6F8FA; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #14CA9C; }

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

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand:hover {
    text-decoration: none; }

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

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:hover {
    text-decoration: none; }

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

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(52, 51, 51, 0.9); }
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-toggler:focus {
    color: rgba(52, 51, 51, 0.9); }
  .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:hover {
    color: rgba(52, 51, 51, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(52, 51, 51, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(52, 51, 51, 0.7); }
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(52, 51, 51, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(52, 51, 51, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(52, 51, 51, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(52, 51, 51, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(52, 51, 51, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(52, 51, 51, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus,
  .navbar-inverse .navbar-toggler:focus {
    color: white; }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 0px solid #EBECEE;
  border-radius: 0; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

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

.card-subtitle {
  margin-top: -0.75rem;
  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 > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: 1.5rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 0px solid #EBECEE; }
  .card-header:first-child {
    border-radius: calc(0 - 0px) calc(0 - 0px) 0 0; }

.card-footer {
  padding: 1.5rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 0px solid #EBECEE; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 0px) calc(0 - 0px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.5rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #14CA9C;
  border-color: #14CA9C; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #14CA9C;
  border-color: #14CA9C; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #FEB632;
  border-color: #FEB632; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #ED553B;
  border-color: #ED553B; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #14CA9C; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #14CA9C; }

.card-outline-warning {
  background-color: transparent;
  border-color: #FEB632; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ED553B; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus {
    color: #fff; }
  .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0 - 0px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0 - 0px);
  border-top-left-radius: calc(0 - 0px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0 - 0px);
  border-bottom-left-radius: calc(0 - 0px); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 12px; }
      .card-deck .card:not(:last-child) {
        margin-right: 12px; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 1.5rem; } }

.breadcrumb {
  padding: 0 12px 12px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #EBECEE;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #14CA9C; }

.pagination, .pagination-wrapper .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-item:first-child .page-link, .pagination-wrapper .pagination li:first-child .page-link, .page-item:first-child .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .page-item:first-child a, .pagination-wrapper .pagination li:first-child a {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.page-item:last-child .page-link, .pagination-wrapper .pagination li:last-child .page-link, .page-item:last-child .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .page-item:last-child a, .pagination-wrapper .pagination li:last-child a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.page-item.active .page-link, .pagination-wrapper .pagination li.active .page-link, .page-item.active .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .page-item.active a, .pagination-wrapper .pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #14CA9C;
  border-color: #14CA9C; }

.page-item.disabled .page-link, .pagination-wrapper .pagination li.disabled .page-link, .page-item.disabled .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .page-item.disabled a, .pagination-wrapper .pagination li.disabled a {
  color: #EBECEE;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.page-link, .pagination-wrapper .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #14CA9C;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .pagination-wrapper .pagination li a:focus {
    color: #0d8466;
    text-decoration: none;
    background-color: #949393;
    border-color: #ddd; }
  .page-link:hover, .pagination-wrapper .pagination li a:hover {
    color: #0d8466;
    text-decoration: none;
    background-color: #949393;
    border-color: #ddd; }

.pagination-lg .page-link, .pagination-lg .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination-wrapper .pagination li:first-child .page-link, .pagination-wrapper .pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-wrapper .pagination li:first-child a, .pagination-wrapper .pagination .pagination-lg li:first-child a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination-wrapper .pagination li:last-child .page-link, .pagination-wrapper .pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-wrapper .pagination li:last-child a, .pagination-wrapper .pagination .pagination-lg li:last-child a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm .page-link, .pagination-sm .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .pagination-wrapper .pagination li:first-child .page-link, .pagination-wrapper .pagination .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .pagination-sm .page-item:first-child a, .pagination-sm .pagination-wrapper .pagination li:first-child a, .pagination-wrapper .pagination .pagination-sm li:first-child a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .pagination-wrapper .pagination li:last-child .page-link, .pagination-wrapper .pagination .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li .pagination-sm .page-item:last-child a, .pagination-sm .pagination-wrapper .pagination li:last-child a, .pagination-wrapper .pagination .pagination-sm li:last-child a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #EBECEE; }
  .badge-default[href]:focus {
    background-color: #cfd2d7; }
  .badge-default[href]:hover {
    background-color: #cfd2d7; }

.badge-primary, .__bs__bs-badge__5e7a6.badge-default.status-1, .__admin__assignment__all-requests__a6899 .badge-default.status-1 {
  background-color: #14CA9C; }
  .badge-primary[href]:focus, .__bs__bs-badge__5e7a6.badge-default.status-1[href]:focus, .__admin__assignment__all-requests__a6899 .badge-default.status-1[href]:focus {
    background-color: #0f9c78; }
  .badge-primary[href]:hover, .__bs__bs-badge__5e7a6.badge-default.status-1[href]:hover, .__admin__assignment__all-requests__a6899 .badge-default.status-1[href]:hover {
    background-color: #0f9c78; }

.badge-success {
  background-color: #14CA9C; }
  .badge-success[href]:focus {
    background-color: #0f9c78; }
  .badge-success[href]:hover {
    background-color: #0f9c78; }

.badge-info {
  background-color: #5bc0de; }
  .badge-info[href]:focus {
    background-color: #31b0d5; }
  .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning, .__admin__assignment__all-requests__a6899 .badge-default.status-7 {
  background-color: #FEB632; }
  .badge-warning[href]:focus, .__admin__assignment__all-requests__a6899 .badge-default.status-7[href]:focus {
    background-color: #fca301; }
  .badge-warning[href]:hover, .__admin__assignment__all-requests__a6899 .badge-default.status-7[href]:hover {
    background-color: #fca301; }

.badge-danger {
  background-color: #ED553B; }
  .badge-danger[href]:focus {
    background-color: #e03215; }
  .badge-danger[href]:hover {
    background-color: #e03215; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #949393;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #7b7979; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 500; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #949393;
  border-radius: 0; }

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #14CA9C; }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #AAA8A8;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #343333; }
  .list-group-item-action:focus {
    color: #AAA8A8;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:hover {
    color: #AAA8A8;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #989696;
    background-color: #949393; }

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(52, 51, 51, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item:focus {
    text-decoration: none; }
  .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #EBECEE;
    cursor: not-allowed;
    background-color: #fff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #EBECEE; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #14CA9C;
    border-color: #14CA9C; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: #e1fcf5; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success:hover,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info:hover,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning:hover,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger:hover,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.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%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #343333;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus {
    color: #343333;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }
  .close:hover {
    color: #343333;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(52, 51, 51, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(52, 51, 51, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #343333; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #949393; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #949393; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(52, 51, 51, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Fira Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #343333; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #343333; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #343333; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #343333; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #343333;
  border-radius: 0; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Fira Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #EBECEE;
  background-clip: padding-box;
  border: 1px solid rgba(52, 51, 51, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(52, 51, 51, 0.2); }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(52, 51, 51, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #EBECEE; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(52, 51, 51, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #EBECEE; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(52, 51, 51, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #e3e4e7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #e3e4e7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(52, 51, 51, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #EBECEE; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #e3e4e7;
  border-bottom: 1px solid #d5d7db;
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px); }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }
  @supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #ecf0f5; }

.bg-primary {
  background-color: #14CA9C !important; }

a.bg-primary:focus {
  background-color: #0f9c78 !important; }

a.bg-primary:hover {
  background-color: #0f9c78 !important; }

.bg-success {
  background-color: #14CA9C !important; }

a.bg-success:focus {
  background-color: #0f9c78 !important; }

a.bg-success:hover {
  background-color: #0f9c78 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus {
  background-color: #31b0d5 !important; }

a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #FEB632 !important; }

a.bg-warning:focus {
  background-color: #fca301 !important; }

a.bg-warning:hover {
  background-color: #fca301 !important; }

.bg-danger {
  background-color: #ED553B !important; }

a.bg-danger:focus {
  background-color: #e03215 !important; }

a.bg-danger:hover {
  background-color: #e03215 !important; }

.bg-inverse {
  background-color: #343333 !important; }

a.bg-inverse:focus {
  background-color: #1a1a1a !important; }

a.bg-inverse:hover {
  background-color: #1a1a1a !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; }

.rounded {
  border-radius: 0; }

.rounded-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.rounded-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.rounded-circle, .popover-calendar .popover-img {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after, .list-user-items .item::after, .languages .language-item::after, .educations .education-item::after, .educations .experience-item::after, .experiences .education-item::after, .experiences .experience-item::after, .orders .orders-item::after {
  display: block;
  content: "";
  clear: both; }

.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-cell {
  display: table-cell !important; }

.d-flex, .__contractee__sidebar__nav-settings__64595 li, .__contractor__sidebar__nav-settings__2ece1 li, .spinner {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center, .spinner {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center, .__contractee__sidebar__nav-settings__64595 li, .__contractor__sidebar__nav-settings__2ece1 li, .spinner {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.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; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-18 {
  width: !important; }

.w-24 {
  width: !important; }

.w-36 {
  width: !important; }

.w-48 {
  width: !important; }

.h-18 {
  height: !important; }

.h-24 {
  height: !important; }

.h-36 {
  height: !important; }

.h-48 {
  height: !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2, .__contractor__card__display-skills-inline__e1739.minimal {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3, .orders .orders-item h6 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4, .loggin-sub-headers {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-6 {
  margin: 4rem 4rem !important; }

.mt-6 {
  margin-top: 4rem !important; }

.mr-6 {
  margin-right: 4rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

.ml-6 {
  margin-left: 4rem !important; }

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-6 {
  padding: 4rem 4rem !important; }

.pt-6 {
  padding-top: 4rem !important; }

.pr-6 {
  padding-right: 4rem !important; }

.pb-6 {
  padding-bottom: 4rem !important; }

.pl-6 {
  padding-left: 4rem !important; }

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-6 {
    margin: 4rem 4rem !important; }
  .mt-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6 {
    margin-left: 4rem !important; }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-sm-6 {
    padding: 4rem 4rem !important; }
  .pt-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6 {
    padding-left: 4rem !important; }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-6 {
    margin: 4rem 4rem !important; }
  .mt-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6 {
    margin-left: 4rem !important; }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-md-6 {
    padding: 4rem 4rem !important; }
  .pt-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6 {
    padding-left: 4rem !important; }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-6 {
    margin: 4rem 4rem !important; }
  .mt-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6 {
    margin-left: 4rem !important; }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-lg-6 {
    padding: 4rem 4rem !important; }
  .pt-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6 {
    padding-left: 4rem !important; }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-xl-6 {
    margin: 4rem 4rem !important; }
  .mt-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6 {
    margin-left: 4rem !important; }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-xl-6 {
    padding: 4rem 4rem !important; }
  .pt-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6 {
    padding-left: 4rem !important; }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !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-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: 500; }

.font-italic {
  font-style: italic; }

.text-white, .__bs__bs-badge__5e7a6.badge-default.status-1, .__admin__assignment__all-requests__a6899 .badge-default.status-1, .__admin__assignment__all-requests__a6899 .badge-default.status-7 {
  color: #fff !important; }

.text-muted {
  color: #EBECEE !important; }

a.text-muted:focus {
  color: #cfd2d7 !important; }

a.text-muted:hover {
  color: #cfd2d7 !important; }

.text-primary {
  color: #14CA9C !important; }

a.text-primary:focus {
  color: #0f9c78 !important; }

a.text-primary:hover {
  color: #0f9c78 !important; }

.text-success {
  color: #14CA9C !important; }

a.text-success:focus {
  color: #0f9c78 !important; }

a.text-success:hover {
  color: #0f9c78 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus {
  color: #31b0d5 !important; }

a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning, .__contractor__dasboard__header-content__19d73 .custom-hover-btn:focus i, .__contractor__dasboard__header-content__19d73 .custom-hover-btn:hover i, .__contractor__profile__header-content__dad4a .custom-hover-btn:focus i, .__contractor__profile__header-content__dad4a .custom-hover-btn:hover i, .__admin__vacancy__plan__list-item__adcc6 .plan-edit_feature:hover i, .button-custom.add-custom i:before, .button-custom.edit-custom i:hover {
  color: #FEB632 !important; }

a.text-warning:focus {
  color: #fca301 !important; }

a.text-warning:hover {
  color: #fca301 !important; }

.text-danger, .button-custom.delete-custom i:hover {
  color: #ED553B !important; }

a.text-danger:focus {
  color: #e03215 !important; }

a.text-danger:hover {
  color: #e03215 !important; }

.text-gray-dark, .bg-light-green p {
  color: #343333 !important; }

a.text-gray-dark:focus {
  color: #1a1a1a !important; }

a.text-gray-dark:hover {
  color: #1a1a1a !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #15BF95;
    color: white; }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #15BF95;
    background-color: #2098d1;
    color: white; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white; }
    .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white; }
    .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white; }
    .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white; }
    .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white; }
    .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white; }
    .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white; }
    .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: white; }
    .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #14CA9C;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white; }
    .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
      -webkit-transform: scale(2);
      transform: scale(2); }

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #15BF95;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #14CA9C;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: white; }
    .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #15BF95;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #14CA9C;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white; }
    .hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #14CA9C;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white; }
    .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #15BF95;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #14CA9C;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white; }
    .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #14CA9C;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #15BF95;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white; }
    .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #15BF95;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #14CA9C;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white; }
    .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #14CA9C;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #15BF95;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white; }
    .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #14CA9C, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #15BF95, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #14CA9C, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none; }

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
    opacity: 1; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #14CA9C solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out; }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #14CA9C solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in; }

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #14CA9C solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px; }

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #14CA9C solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1; }

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }
  .hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
    border-radius: 1em; }

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0; }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
    left: 0; }

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
    right: 0; }

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
    left: 0;
    right: 0; }

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
    left: 0; }

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #15BF95;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px; }

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #15BF95;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
    .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-shadow-radial:before, .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
    opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #14CA9C transparent; }
  .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #14CA9C; }
  .hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #14CA9C transparent transparent transparent; }
  .hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #14CA9C transparent transparent; }
  .hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #14CA9C transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
    .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #14CA9C;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
    .hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #14CA9C transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #14CA9C transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
    .hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-down .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-spin .hvr-icon {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-drop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-fade .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color; }
  .hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
    color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-float-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-sink-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-sink-away:hover .hvr-icon, .hvr-icon-sink-away:focus .hvr-icon, .hvr-icon-sink-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-shrink:hover .hvr-icon, .hvr-icon-shrink:focus .hvr-icon, .hvr-icon-shrink:active .hvr-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-pop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bounce .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg); }

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-float .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-sink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bob .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-hang .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-vertical .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz-out .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px; }

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px; }

.ember-power-select-option[aria-selected="true"], .ember-power-select-option {
  color: #343333; }

.hide-arrow .ember-power-select-status-icon, .hide-arrow .ember-basic-dropdown-content-wormhole-origin {
  display: none; }

.md-datepicker-group {
  height: 39px !important;
  border: 1px solid #D1D3D4; }

.md-datepicker-group input {
  border: none;
  height: 36px;
  width: 100% !important; }

.md-datepicker-group {
  margin: 0; }

.app-power-select {
  outline: none !important; }
  .app-power-select .ember-power-select-trigger {
    outline: none !important;
    width: 100%; }
  .app-power-select .ember-power-select-trigger-multiple-input {
    outline: none !important;
    padding: 4px 0 4px 5px;
    line-height: 33px !important; }
  .app-power-select .ember-power-select-multiple-remove-btn, .app-power-select .ember-power-select-clear-btn {
    color: #F7A733;
    font-size: 26px;
    float: right;
    line-height: 31px;
    margin-left: 5px; }
  .app-power-select .ember-power-select-clear-btn {
    line-height: 38px; }
  .app-power-select.with-search-icon .ember-power-select-multiple-trigger {
    padding-left: 36px !important; }
  .app-power-select.with-search-icon .ember-power-select-selected-item, .app-power-select.with-search-icon .ember-power-select-placeholder {
    margin-left: 11px;
    margin-top: 3px;
    position: absolute; }
  .app-power-select.with-search-icon .ember-power-select-multiple-options:before {
    position: absolute;
    top: 7px;
    left: 7px;
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\F349";
    color: #D1D3D4; }
  .app-power-select.app-form-filters .ember-power-select-trigger {
    border: 0;
    background-color: #F6F8FA; }
  .app-power-select.app-form-filters .ember-power-select-multiple-option {
    margin: 4px 1px 0 4px; }

.ember-power-select-multiple-option {
  margin: 4px 0 0 4px !important; }

/* --------------------------------

nc-uwork-icons Web Font - nucleoapp.com/
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'nc-uwork-icons';
  src: url("fonts/nc//nc-uwork-icons.eot");
  src: url("fonts/nc//nc-uwork-icons.eot") format("embedded-opentype"), url("fonts/nc//nc-uwork-icons.woff2") format("woff2"), url("fonts/nc//nc-uwork-icons.woff") format("woff"), url("fonts/nc//nc-uwork-icons.ttf") format("truetype"), url("fonts/nc//nc-uwork-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
.nc-icon {
  display: inline-block;
  font: normal normal normal 14px/1 "nc-uwork-icons";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
.nc-icon.lg {
  font-size: 1.33333333em;
  vertical-align: -16%; }

.nc-icon.x2 {
  font-size: 2em; }

.nc-icon.x3 {
  font-size: 3em; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon.square,
.nc-icon.circle {
  padding: 0.33333em;
  vertical-align: -16%;
  background-color: #D1D3D4; }

.nc-icon.circle {
  border-radius: 50%; }

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .nc-icon-ul > li {
    position: relative; }
  .nc-icon-ul > li > .nc-icon {
    position: absolute;
    left: -1.57143em;
    top: 0.14286em;
    text-align: center; }
    .nc-icon-ul > li > .nc-icon.lg {
      top: 0;
      left: -1.35714em; }
    .nc-icon-ul > li > .nc-icon.circle, .nc-icon-ul > li > .nc-icon.square {
      top: -0.19048em;
      left: -1.90476em; }

/*------------------------
  spinning icons
-------------------------*/
.nc-icon.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear; }

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.nc-icon.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.nc-icon.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.nc-icon.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nc-icon.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	font icons
-------------------------*/
.nc-icon.nc-award-48-2:before {
  content: "\ea01"; }

.nc-icon.nc-award-48-3:before {
  content: "\ea02"; }

.nc-icon.nc-award-48-4:before {
  content: "\ea03"; }

.nc-icon.nc-award-48:before {
  content: "\ea04"; }

.nc-icon.nc-award-49-2:before {
  content: "\ea05"; }

.nc-icon.nc-award-49-3:before {
  content: "\ea06"; }

.nc-icon.nc-award-49-4:before {
  content: "\ea07"; }

.nc-icon.nc-award-49:before {
  content: "\ea08"; }

.nc-icon.nc-badge-13-2:before {
  content: "\ea09"; }

.nc-icon.nc-badge-13-3:before {
  content: "\ea0a"; }

.nc-icon.nc-badge-13-4:before {
  content: "\ea0b"; }

.nc-icon.nc-badge-13-5:before {
  content: "\ea0c"; }

.nc-icon.nc-badge-13:before {
  content: "\ea0d"; }

.nc-icon.nc-brightness-46-2:before {
  content: "\ea0e"; }

.nc-icon.nc-brightness-46-3:before {
  content: "\ea0f"; }

.nc-icon.nc-brightness-46-4:before {
  content: "\ea10"; }

.nc-icon.nc-brightness-46:before {
  content: "\ea11"; }

.nc-icon.nc-car-simple-2:before {
  content: "\ea12"; }

.nc-icon.nc-car-simple-3:before {
  content: "\ea13"; }

.nc-icon.nc-car-simple-4:before {
  content: "\ea14"; }

.nc-icon.nc-car-simple:before {
  content: "\ea15"; }

.nc-icon.nc-favourite-31-2:before {
  content: "\ea16"; }

.nc-icon.nc-favourite-31-3:before {
  content: "\ea17"; }

.nc-icon.nc-favourite-31-4:before {
  content: "\ea18"; }

.nc-icon.nc-favourite-31-5:before {
  content: "\ea19"; }

.nc-icon.nc-favourite-31:before {
  content: "\ea1a"; }

.nc-icon.nc-night-2:before {
  content: "\ea1b"; }

.nc-icon.nc-night-3:before {
  content: "\ea1c"; }

.nc-icon.nc-night-4:before {
  content: "\ea1d"; }

.nc-icon.nc-night:before {
  content: "\ea1e"; }

.nc-icon.nc-police-2:before {
  content: "\ea1f"; }

.nc-icon.nc-police-3:before {
  content: "\ea20"; }

.nc-icon.nc-police-4:before {
  content: "\ea21"; }

.nc-icon.nc-police-5:before {
  content: "\ea22"; }

.nc-icon.nc-police:before {
  content: "\ea23"; }

.nc-icon.nc-progress-2:before {
  content: "\ea24"; }

.nc-icon.nc-progress-3:before {
  content: "\ea25"; }

.nc-icon.nc-progress-4:before {
  content: "\ea26"; }

.nc-icon.nc-progress:before {
  content: "\ea28"; }

.nc-icon.nc-sun-fog-29-2:before {
  content: "\ea27"; }

.nc-icon.nc-sun-fog-29-3:before {
  content: "\ea29"; }

.nc-icon.nc-sun-fog-29-4:before {
  content: "\ea2a"; }

.nc-icon.nc-sun-fog-29:before {
  content: "\ea2b"; }

.nc-icon.nc-world-2-2:before {
  content: "\ea2c"; }

.nc-icon.nc-world-2-3:before {
  content: "\ea2d"; }

.nc-icon.nc-world-2:before {
  content: "\ea2e"; }

.nc-icon.nc-world:before {
  content: "\ea2f"; }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #D1D3D4;
  border-bottom: 1px solid #D1D3D4;
  border-right: 1px solid #D1D3D4;
  border-left: 1px solid #D1D3D4;
  border-radius: 3px;
  background-color: #ffffff;
  line-height: 37px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 37px;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #66afe9;
  border-bottom: 1px solid #66afe9;
  border-right: 1px solid #66afe9;
  border-left: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #999 transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 0 solid gray;
  border-radius: 0;
  color: #333333;
  background-color: #F4E7CD;
  padding: 0 4px;
  display: inline-block;
  line-height: 2rem;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #D1D3D4;
  border-radius: 3px;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0; }

.ember-power-select-dropdown {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 37px;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  transform: translateY(calc(-1 * 3px));
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  transform: translateY(3px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 259px; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #f5f5f5; }

.ember-power-select-option[aria-current="true"] {
  background-color: #f5f5f5;
  color: #343333; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

@font-face {
  font-family: "ornio-icons";
  src: url("fonts/ornio/ornio-icons.eot");
  src: url("fonts/ornio/ornio-icons.eot?#iefix") format("embedded-opentype"), url("fonts/ornio/ornio-icons.woff") format("woff"), url("fonts/ornio/ornio-icons.ttf") format("truetype"), url("fonts/ornio/ornio-icons.svg#ornio-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "ornio-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ornio-icons-"]:before,
[class*=" ornio-icons-"]:before {
  font-family: "ornio-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ornio-icons-tracker:before {
  content: "\e000"; }

.ornio-icons-done:before {
  content: "\e001"; }

.ornio-icons-picture:before {
  content: "\e002"; }

.ornio-icons-drager:before {
  content: "\e003"; }

.ornio-icons-snapshot:before {
  content: "\e004"; }

.ornio-icons-play:before {
  content: "\e005"; }

.ornio-icons-fullscreen:before {
  content: "\e006"; }

.ornio-icons-pause:before {
  content: "\e007"; }

.ornio-icons-bookmark:before {
  content: "\e008"; }

.ornio-icons-edit:before {
  content: "\e009"; }

.ornio-icons-fullscreen-exit-icon:before {
  content: "\e00a"; }

.ornio-icons-volume-high-icon:before {
  content: "\e00b"; }

.ornio-icons-volume-low-icon:before {
  content: "\e00c"; }

.ornio-icons-volume-muted-icon:before {
  content: "\e00d"; }

.ornio-icons-volume-mid-icon:before {
  content: "\e00e"; }

.ornio-icons-basket:before {
  content: "\e00f"; }

.ornio-icons-pdf-icon:before {
  content: "\e010"; }

.__admin__agreement-item__2a651 {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__agreement-item__2a651:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__approval-item__52b6d {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__approval-item__52b6d:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__badge-item__0a32b {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__badge-item__0a32b:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__category-item__9c215 {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__category-item__9c215:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__contractor-item__85b71 {
  background: #fff; }
  @media (max-width: 1199px) {
    .__admin__contractor-item__85b71 {
      width: 100%; } }
  .__admin__contractor-item__85b71.active {
    border: 1px solid #A3ECDD; }
  .__admin__contractor-item__85b71 .more {
    position: absolute;
    right: 20px;
    top: 20px; }
  .__admin__contractor-item__85b71 .user-image {
    position: relative; }
    @media (max-width: 1199px) {
      .__admin__contractor-item__85b71 .user-image {
        width: 100%; } }
    @media (min-width: 992px) {
      .__admin__contractor-item__85b71 .user-image {
        width: 100%; } }
    @media (min-width: 1200px) {
      .__admin__contractor-item__85b71 .user-image {
        width: 280px; } }
  .__admin__contractor-item__85b71 .user-video {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px; }
    .__admin__contractor-item__85b71 .user-video i {
      color: #fff; }
  .__admin__contractor-item__85b71 .user-content {
    position: relative;
    width: 100%;
    padding: 20px 25px; }
    @media (min-width: 768px) {
      .__admin__contractor-item__85b71 .user-content {
        padding: 20px 11px; } }
    @media (min-width: 992px) {
      .__admin__contractor-item__85b71 .user-content {
        padding: 15px 11px; } }
    @media (min-width: 1200px) {
      .__admin__contractor-item__85b71 .user-content {
        padding: 20px 11px; } }
    .__admin__contractor-item__85b71 .user-content .select_user {
      position: absolute;
      right: 25px;
      top: 17px;
      width: 17px; }
    .__admin__contractor-item__85b71 .user-content .row {
      width: 100%; }
    .__admin__contractor-item__85b71 .user-content .progress-bar {
      height: 4px; }
    .__admin__contractor-item__85b71 .user-content .progress {
      background-color: #EBECEE; }
  .__admin__contractor-item__85b71 .user-skills {
    font-size: 80%; }
    @media (max-width: 1199px) {
      .__admin__contractor-item__85b71 .user-skills {
        margin-bottom: 2rem !important; } }

.__admin__course-item__f68b2 {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__course-item__f68b2:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__faq-item__1d3ea {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__faq-item__1d3ea:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__order-desc-template-item__01116 {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__order-desc-template-item__01116:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__role-item__831cc {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__role-item__831cc:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__skill-item__75e3a {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__skill-item__75e3a:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__tag-item__6da38 {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__tag-item__6da38:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__admin__title-item__1904d {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__admin__title-item__1904d:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__app__card-item__81b98 {
  position: relative; }
  .__app__card-item__81b98 .content {
    position: relative;
    padding: 30px; }

.__app__file-placeholder__a1f65:lang(en):after {
  content: attr(data-content); }

.__app__video-player__75b26 .btn-play-custom {
  border-radius: 50%; }
  .__app__video-player__75b26 .btn-play-custom .btn-play-icon:before {
    font-size: 32px;
    line-height: 32px; }

.__app__video-player__75b26 .play-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  cursor: pointer;
  background: url("/assets/images/icons/play.svg"); }

@media only screen and (max-width: 500px) {
  .__app__video-player__75b26 .play-btn::after {
    content: 'Play video';
    position: relative;
    bottom: -8px;
    left: 5px;
    width: 130px;
    height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-family: "Fira Sans";
    font-style: normal;
    text-shadow: 1px 1px black;
    z-index: 10; } }

.__app__video-player__75b26 .play-btn:hover::after {
  content: 'Play video';
  position: relative;
  bottom: -8px;
  left: 5px;
  width: 130px;
  height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
  font-style: normal;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 10; }

.__assignment__select-worker-item__c18a6 {
  background: #fff;
  transition: all 0.1s ease-in-out; }
  .__assignment__select-worker-item__c18a6.active {
    border: 1px solid #A3ECDD;
    transition: all 0.4s ease-in-out; }

.__bs__accordion-card-header__43a3b a {
  position: relative;
  width: 100%;
  display: flex; }
  .__bs__accordion-card-header__43a3b a:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    background: transparent;
    right: 0;
    top: 7px; }

.__bs__bs-badge__5e7a6.badge {
  font-weight: 400;
  font-size: 1rem;
  margin: 5px; }

.__bs__bs-badge__5e7a6.badge-default {
  background: #f1f3f3; }

.__bs__bs-badge__5e7a6.badge-with-action {
  vertical-align: middle !important;
  line-height: 1.5; }
  .__bs__bs-badge__5e7a6.badge-with-action .close {
    font-size: 1.5rem;
    float: none; }

.__bs__bs-progress__4e241 {
  border-radius: 3px; }

.__bs__city-by-zipcode__a9148 .ember-power-select-trigger {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%; }

.__bs__city-by-zipcode__a9148 .text-form-city {
  margin-top: 7px;
  margin-bottom: 0; }

.__bs__container-wrapper__e3892 {
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  flex-direction: column; }

.__bs__main-container__62cb6 {
  position: relative;
  min-height: 100%;
  min-height: calc(100vh - 80px);
  width: 100%;
  margin-top: 80px;
  padding-left: 80px; }
  .__bs__main-container__62cb6.is-xs {
    padding-left: 0; }
  .__bs__main-container__62cb6.is-xl {
    padding-left: 280px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
  .__bs__main-container__62cb6.isWizard {
    padding-left: 0; }

.__bs__search-form__f6467 {
  position: relative; }
  .__bs__search-form__f6467 .btn {
    height: 100%; }
    .__bs__search-form__f6467 .btn:hover {
      cursor: pointer; }
  @media (max-width: 767px) {
    .__bs__search-form__f6467 {
      max-width: auto; } }
  @media (min-width: 576px) {
    .__bs__search-form__f6467 {
      max-width: 185px; } }
  .__bs__search-form__f6467 .form-inline .form-control, .__bs__search-form__f6467 .form-inline .md-datepicker-group input, .md-datepicker-group .__bs__search-form__f6467 .form-inline input {
    width: 100px; }

.__bs__text-lenght-counter__2a489 {
  display: inline-block; }
  .__bs__text-lenght-counter__2a489.right {
    float: right; }

.__cal__month-view__6ca41 .calendar .calendar-header {
  display: flex;
  align-items: center;
  padding: 14px; }
  .__cal__month-view__6ca41 .calendar .calendar-header .month {
    margin-bottom: 0;
    font-weight: 400; }
    .__cal__month-view__6ca41 .calendar .calendar-header .month .year {
      font-weight: 300; }
  .__cal__month-view__6ca41 .calendar .calendar-header .calendar-navigation {
    margin-left: 14px; }
  .__cal__month-view__6ca41 .calendar .calendar-header i {
    color: #AAA8A8; }
    .__cal__month-view__6ca41 .calendar .calendar-header i:hover {
      color: #14CA9C; }

.__cal__month-view__6ca41 .calendar .weekdays {
  margin-bottom: 0;
  border-top: 1px solid #EBECEE;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0; }
  .__cal__month-view__6ca41 .calendar .weekdays li {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    margin-left: 0;
    color: #6A6A6A;
    padding-top: 10px;
    padding-bottom: 10px; }
    .__cal__month-view__6ca41 .calendar .weekdays li:first-child {
      padding-left: 14px; }

.__cal__month-view__6ca41 .calendar .day-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0;
  margin: 0; }
  .__cal__month-view__6ca41 .calendar .day-grid li {
    list-style: none;
    color: #343333; }

.__cal__month-view__6ca41 .calendar ul.day-grid li {
  min-height: 90px;
  border: 1px solid #EBECEE;
  margin-bottom: -1px;
  margin-right: -1px; }
  .__cal__month-view__6ca41 .calendar ul.day-grid li .day {
    display: block;
    padding: 14px 14px 4px 14px; }

.__cal__month-view__6ca41 .calendar ul.weekdays abbr[title] {
  border: none;
  text-decoration: none; }

.__cal__month-view__6ca41 .calendar ul.day-grid li.month-prev {
  color: #C2C2C2; }

.__cal__month-view__6ca41 .calendar .shifts {
  padding: 14px; }
  .__cal__month-view__6ca41 .calendar .shifts .shifts-item {
    margin-right: 1rem;
    color: #6A6A6A; }
  .__cal__month-view__6ca41 .calendar .shifts .sh-green {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #14CA9C;
    margin-right: 10px; }
  .__cal__month-view__6ca41 .calendar .shifts .sh-orange {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FEB632;
    margin-right: 10px; }
  .__cal__month-view__6ca41 .calendar .shifts .sh-red {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ED553B;
    margin-right: 10px; }

.__cal__month-view__6ca41 .calendar .order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 2px 8px;
  margin-top: 3px;
  cursor: pointer; }
  .__cal__month-view__6ca41 .calendar .order time {
    font-weight: 400; }
  .__cal__month-view__6ca41 .calendar .order.is-second-day {
    border-left: 0 none !important; }
  .__cal__month-view__6ca41 .calendar .order.shift-type-0 {
    border-left: 2px solid transparent;
    background-color: transparent;
    color: transparent; }
    .__cal__month-view__6ca41 .calendar .order.shift-type-0.selected {
      color: transparent;
      background-color: transparent; }
  .__cal__month-view__6ca41 .calendar .order.shift-type-4 {
    position: relative;
    border-left: 2px solid #F55964;
    background-color: #FFE5E7;
    color: #E14550; }
    .__cal__month-view__6ca41 .calendar .order.shift-type-4.selected {
      color: white;
      background-color: #F55964; }
  .__cal__month-view__6ca41 .calendar .order.shift-type-2, .__cal__month-view__6ca41 .calendar .order.shift-type-3 {
    border-left: 2px solid #F2B134;
    background-color: #FFFAEC;
    color: #D39837; }
    .__cal__month-view__6ca41 .calendar .order.shift-type-2.selected, .__cal__month-view__6ca41 .calendar .order.shift-type-3.selected {
      color: white;
      background-color: #F2B134; }
  .__cal__month-view__6ca41 .calendar .order.shift-type-1 {
    border-left: 2px solid #14CA9C;
    background-color: #D8F9F5;
    color: #15BF95; }
    .__cal__month-view__6ca41 .calendar .order.shift-type-1.selected {
      color: white;
      background-color: #14CA9C; }
  .__cal__month-view__6ca41 .calendar .order.collapsed {
    height: 6px;
    color: transparent; }
    .__cal__month-view__6ca41 .calendar .order.collapsed:hover {
      color: transparent;
      cursor: pointer; }
    .__cal__month-view__6ca41 .calendar .order.collapsed.show {
      height: auto; }
    .__cal__month-view__6ca41 .calendar .order.collapsed.dognvakt {
      background-color: #14CA9C; }
      .__cal__month-view__6ca41 .calendar .order.collapsed.dognvakt.show {
        color: white; }
    .__cal__month-view__6ca41 .calendar .order.collapsed.nattevakt {
      background-color: #F2B134; }
      .__cal__month-view__6ca41 .calendar .order.collapsed.nattevakt.show {
        color: white; }

.__cal__month-view__6ca41 .calendar .today {
  background-color: #F6F8FA; }

.__contractor__user-confirmation__87ee5 ol li {
  margin-bottom: 35px; }

.__conversations__conversations-item__2567b {
  border-bottom: 1px solid #EBECEE; }
  .__conversations__conversations-item__2567b .item-header {
    width: 100%; }
  .__conversations__conversations-item__2567b:hover {
    cursor: pointer; }

.__cp__city-by-zipcode__45d0e .ember-power-select-trigger {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%; }

.__cp__city-by-zipcode__45d0e .text-form-city {
  margin-top: 6px;
  margin-bottom: 0; }

.__custom__edit-form__fbbb5 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #14CA9C;
  padding: 0;
  margin: 0; }
  .__custom__edit-form__fbbb5 i {
    font-size: 18px;
    margin: 1px auto;
    display: block;
    text-align: center; }
  .__custom__edit-form__fbbb5.red-button {
    background-color: #ED553B; }
  .__custom__edit-form__fbbb5.btn-edit-top-right {
    position: absolute;
    top: -10px;
    right: -10px; }

.__custom__user-statistic__2197a .divider {
  height: 1px;
  margin-top: 27px;
  margin-bottom: 23px;
  width: 30px; }

.__custom__user-statistic__2197a .description {
  margin-top: 8px;
  font-size: 20px;
  color: #333; }

.__header__conversation-item__9a546 {
  border-bottom: 1px solid #EBECEE; }
  .__header__conversation-item__9a546 .item-header {
    width: 100%; }
  .__header__conversation-item__9a546:hover {
    cursor: pointer; }

.__map__contractee-list__e1326 {
  height: 800px;
  width: 100%;
  margin-bottom: 4rem; }
  .__map__contractee-list__e1326 .g-map-canvas {
    width: 100%;
    height: 800px; }
  .__map__contractee-list__e1326 .g-map {
    height: 800px;
    width: 100%; }
  .__map__contractee-list__e1326 .g-map-canvas {
    width: 100%;
    height: 800px; }

.__map__contractor-list__4c897 {
  height: 800px;
  width: 100%;
  margin-bottom: 4rem; }
  .__map__contractor-list__4c897 .g-map-canvas {
    width: 100%;
    height: 800px; }
  .__map__contractor-list__4c897 .g-map {
    height: 800px;
    width: 100%; }
  .__map__contractor-list__4c897 .g-map-canvas {
    width: 100%;
    height: 800px; }

.__messages__conversation-item__89117 {
  border-bottom: 1px solid #EBECEE;
  padding: 1rem 0rem;
  cursor: pointer; }
  .__messages__conversation-item__89117.unread {
    background-color: rgba(87, 87, 87, 0.04); }
  .__messages__conversation-item__89117:last-child {
    border-bottom: none; }
  .__messages__conversation-item__89117:hover {
    background-color: #F6F8FA;
    border-left: 3px solid #14CA9C;
    transition: all 0.2s ease-in-out; }

.__messages__message-item__871bd {
  padding: 1rem 0rem; }
  .__messages__message-item__871bd .msg {
    border-bottom: 1px solid #EBECEE; }

.__notifications__notification-item__385d6 .item {
  align-items: center;
  padding: 1rem 1.5rem; }
  @media (max-width: 991px) {
    .__notifications__notification-item__385d6 .item {
      flex-wrap: wrap; } }
  .__notifications__notification-item__385d6 .item:hover {
    background-color: #f7f7f9;
    padding: 1rem 1.6rem; }
  .__notifications__notification-item__385d6 .item h6 {
    font-weight: 400;
    line-height: 22px;
    margin: 0; }
    .__notifications__notification-item__385d6 .item h6:hover {
      text-decoration: none; }
    @media (max-width: 575px) {
      .__notifications__notification-item__385d6 .item h6 i {
        float: left; } }
  .__notifications__notification-item__385d6 .item p {
    margin: 0;
    color: #949393;
    cursor: default;
    text-indent: 24px; }
    @media (max-width: 575px) {
      .__notifications__notification-item__385d6 .item p {
        margin-top: 14px; } }

.__order-list__container-item__e1bb5 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }
  .__order-list__container-item__e1bb5:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.__order-list__contractee-item__539e1 .model-id {
  background: #14CA9C;
  color: #fff;
  width: 80px; }
  @media (min-width: 992px) {
    .__order-list__contractee-item__539e1 .model-id {
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
      margin-right: 20px; } }
  @media (max-width: 991px) {
    .__order-list__contractee-item__539e1 .model-id {
      border-bottom-left-radius: 50px;
      border-top-left-radius: 50px; } }

.__order-list__contractee-item__539e1 .model-id a {
  color: #fff; }

@media (min-width: 768px) {
  .__order-list__contractee-item__539e1 .model-id {
    text-align: left;
    margin-left: -20px;
    padding-left: 5px; } }

@media (max-width: 991px) {
  .__order-list__contractee-item__539e1 .model-id {
    text-align: right;
    margin-right: -20px;
    padding-right: 5px; } }

.__order-list__contractee-item__539e1 .app-model-id {
  background: #14CA9C;
  color: #fff; }

.__order-list__contractee-item__539e1 .app-model-id a {
  color: #fff; }

.__order-list__contractor-order-item__11b6d {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }
  .__order-list__contractor-order-item__11b6d:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.__order-list__contractor-order-request__872fb {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }
  .__order-list__contractor-order-request__872fb:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.__order-list__order-accept-action__16987 {
  width: 100%; }

@media (min-width: 992px) {
  .__order-list__order-shift-hours__b0980 .items {
    display: block; }
    .__order-list__order-shift-hours__b0980 .items .item {
      display: block; } }

@media (max-width: 991px) {
  .__order-list__order-shift-hours__b0980 .items {
    display: block; }
    .__order-list__order-shift-hours__b0980 .items .item {
      display: block; } }

.__order-list__user-assigned__a7f69 .model-id {
  background: #14CA9C;
  color: #fff;
  width: 80px; }
  @media (min-width: 992px) {
    .__order-list__user-assigned__a7f69 .model-id {
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
      margin-right: 20px; } }
  @media (max-width: 991px) {
    .__order-list__user-assigned__a7f69 .model-id {
      border-bottom-left-radius: 50px;
      border-top-left-radius: 50px; } }

.__order-list__user-assigned__a7f69 .model-id a {
  color: #fff; }

@media (min-width: 768px) {
  .__order-list__user-assigned__a7f69 .model-id {
    text-align: left;
    margin-left: -20px;
    padding-left: 5px; } }

@media (max-width: 991px) {
  .__order-list__user-assigned__a7f69 .model-id {
    text-align: right;
    margin-right: -20px;
    padding-right: 5px; } }

.__order-list__user-assigned__a7f69 .app-model-id {
  background: #14CA9C;
  color: #fff; }

.__order-list__user-assigned__a7f69 .app-model-id a {
  color: #fff; }

.__admin__assignment__all-requests__a6899 .badge {
  font-weight: 400;
  font-size: 1rem;
  margin: 5px; }

.__admin__assignment__all-requests__a6899 .badge-default {
  background: #f1f3f3; }

.__admin__assignment__assignment-details__0ae5f .divider {
  width: 100%;
  height: 1px;
  background: #EBECEE; }

.__admin__assignment__assignment-details__0ae5f .mdi {
  margin-right: 0.5rem;
  color: #343333; }

.__admin__assignment__display-shifts__5ac5c {
  width: 100%;
  display: table; }
  .__admin__assignment__display-shifts__5ac5c th, .__admin__assignment__display-shifts__5ac5c td {
    padding: 10px 5px;
    font-weight: normal; }
  .__admin__assignment__display-shifts__5ac5c tr, .__admin__assignment__display-shifts__5ac5c td {
    position: relative; }
  .__admin__assignment__display-shifts__5ac5c .table-timer {
    vertical-align: middle; }
  .__admin__assignment__display-shifts__5ac5c .plus {
    color: #14CA9C !important; }
  .__admin__assignment__display-shifts__5ac5c .minus {
    color: #ED553B !important; }
  .__admin__assignment__display-shifts__5ac5c .minus, .__admin__assignment__display-shifts__5ac5c .plus {
    line-height: 18px;
    font-size: 30px; }
  .__admin__assignment__display-shifts__5ac5c .time {
    line-height: 18px;
    font-size: 16px;
    margin: 0 5px; }
  .__admin__assignment__display-shifts__5ac5c .plus:hover, .__admin__assignment__display-shifts__5ac5c .minus:hover {
    cursor: pointer; }

.__admin__contractee__list-item__d69db {
  background: #fff; }
  .__admin__contractee__list-item__d69db.active {
    border: 1px solid #A3ECDD; }
  .__admin__contractee__list-item__d69db .more {
    position: absolute;
    right: 20px;
    top: 20px; }
  .__admin__contractee__list-item__d69db .user-image {
    position: relative; }
    @media (max-width: 1199px) {
      .__admin__contractee__list-item__d69db .user-image {
        width: 100%; } }
    @media (min-width: 992px) {
      .__admin__contractee__list-item__d69db .user-image {
        width: 100%; } }
    @media (min-width: 1200px) {
      .__admin__contractee__list-item__d69db .user-image {
        width: 280px; } }
  .__admin__contractee__list-item__d69db .user-video {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px; }
    .__admin__contractee__list-item__d69db .user-video i {
      color: #fff; }
  .__admin__contractee__list-item__d69db .user-content {
    position: relative;
    width: 100%;
    padding: 20px 25px; }
    @media (min-width: 768px) {
      .__admin__contractee__list-item__d69db .user-content {
        padding: 20px 11px; } }
    @media (min-width: 992px) {
      .__admin__contractee__list-item__d69db .user-content {
        padding: 15px 11px; } }
    @media (min-width: 1200px) {
      .__admin__contractee__list-item__d69db .user-content {
        padding: 20px 11px; } }
    .__admin__contractee__list-item__d69db .user-content .select_user {
      position: absolute;
      right: 25px;
      top: 17px;
      width: 17px; }
    .__admin__contractee__list-item__d69db .user-content .row {
      width: 100%; }
    .__admin__contractee__list-item__d69db .user-content .progress-bar {
      height: 4px; }
    .__admin__contractee__list-item__d69db .user-content .progress {
      background-color: #EBECEE; }
  .__admin__contractee__list-item__d69db .user-skills {
    font-size: 80%; }
    @media (max-width: 1199px) {
      .__admin__contractee__list-item__d69db .user-skills {
        margin-bottom: 2rem !important; } }
  .__admin__contractee__list-item__d69db .badge {
    font-weight: 500; }
  .__admin__contractee__list-item__d69db .badge-default {
    background: #636c72; }

.__admin__contractor__display-map__0c42d {
  height: 800px;
  width: 100%;
  margin-bottom: 4rem; }
  .__admin__contractor__display-map__0c42d .g-map-canvas {
    width: 100%;
    height: 800px; }
  .__admin__contractor__display-map__0c42d .g-map {
    height: 800px;
    width: 100%; }
  .__admin__contractor__display-map__0c42d .g-map-canvas {
    width: 100%;
    height: 800px; }

.__admin__contractor__edit-sidenav__3810b .profile-essentials {
  padding: 60px 30px; }
  .__admin__contractor__edit-sidenav__3810b .profile-essentials h4 a {
    color: #343333; }
    .__admin__contractor__edit-sidenav__3810b .profile-essentials h4 a:hover {
      color: #14CA9C; }
    .__admin__contractor__edit-sidenav__3810b .profile-essentials h4 a .profile-avatar {
      margin: 0 auto;
      margin-bottom: 20px; }
  .__admin__contractor__edit-sidenav__3810b .profile-essentials h4 .verified {
    color: #14CA9C; }
    .__admin__contractor__edit-sidenav__3810b .profile-essentials h4 .verified:hover {
      cursor: pointer; }
  .__admin__contractor__edit-sidenav__3810b .profile-essentials .bio {
    font-size: 1.25rem; }

.__admin__contractor__edit-sidenav__3810b .profile-extras p {
  margin: 0; }

.__admin__contractor__edit-sidenav__3810b .profile-extras ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .__admin__contractor__edit-sidenav__3810b .profile-extras ul li {
    padding: 5px 0; }

.__admin__contractor__edit-sidenav__3810b .profile-extras .nc-icon {
  color: #14CA9C; }

.__admin__contractor__edit-sidenav__3810b .profile-extras h6 {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px; }

.__admin__contractor__edit-sidenav__3810b .profile-extras .user-rate, .__admin__contractor__edit-sidenav__3810b .profile-extras .guards, .__admin__contractor__edit-sidenav__3810b .profile-extras .approvals, .__admin__contractor__edit-sidenav__3810b .profile-extras .godkjennelser, .__admin__contractor__edit-sidenav__3810b .profile-extras .vakttyper, .__admin__contractor__edit-sidenav__3810b .profile-extras .p-map {
  padding: 15px 30px;
  border-top: 1px solid #eee; }

.__admin__contractor__edit-sidenav__3810b .profile-extras .user-rate .rating-panel i {
  color: #FEB632; }

.__admin__contractor__edit-sidenav__3810b .profile-extras .guards .badge {
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px; }

.__admin__contractor__edit-sidenav__3810b .profile-extras .guards .badge-default {
  background: rgba(170, 168, 168, 0.7); }

.__admin__contractor__edit-sidenav__3810b .profile-extras .p-map iframe {
  width: 100%; }

.__admin__contractor__list-item__3f2ad.active {
  border: 1px solid #A3ECDD; }

.__admin__contractor__list-item__3f2ad .more {
  position: absolute;
  right: 20px;
  top: 20px; }

.__admin__contractor__list-item__3f2ad .user-image {
  position: relative; }
  @media (max-width: 1199px) {
    .__admin__contractor__list-item__3f2ad .user-image {
      width: 100%; } }
  @media (min-width: 992px) {
    .__admin__contractor__list-item__3f2ad .user-image {
      width: 100%; } }
  @media (min-width: 1200px) {
    .__admin__contractor__list-item__3f2ad .user-image {
      width: 280px; } }

.__admin__contractor__list-item__3f2ad .user-video {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px; }
  .__admin__contractor__list-item__3f2ad .user-video i {
    color: #fff; }

.__admin__contractor__list-item__3f2ad .user-content {
  position: relative;
  width: 100%;
  padding: 20px 25px; }
  @media (min-width: 768px) {
    .__admin__contractor__list-item__3f2ad .user-content {
      padding: 20px 11px; } }
  @media (min-width: 992px) {
    .__admin__contractor__list-item__3f2ad .user-content {
      padding: 15px 11px; } }
  @media (min-width: 1200px) {
    .__admin__contractor__list-item__3f2ad .user-content {
      padding: 20px 11px; } }
  .__admin__contractor__list-item__3f2ad .user-content .select_user {
    position: absolute;
    right: 25px;
    top: 17px;
    width: 17px; }
  .__admin__contractor__list-item__3f2ad .user-content .row {
    width: 100%; }
  .__admin__contractor__list-item__3f2ad .user-content .progress-bar {
    height: 4px; }
  .__admin__contractor__list-item__3f2ad .user-content .progress {
    background-color: #EBECEE; }

.__admin__contractor__list-item__3f2ad .user-skills {
  font-size: 80%; }
  @media (max-width: 1199px) {
    .__admin__contractor__list-item__3f2ad .user-skills {
      margin-bottom: 2rem !important; } }

.__admin__contractor__list-item__3f2ad .badge {
  font-weight: 500; }

.__admin__contractor__list-item__3f2ad .badge-default {
  background: #636c72; }

.__admin__contractor__skills-display-item__f29e7 .user-skill {
  background: #EBFBF8; }

.__admin__order__list-items__9a328 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }
  .__admin__order__list-items__9a328:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.__admin__order__user-assigned__3cad0 .model-id {
  background: #14CA9C;
  color: #fff;
  width: 80px; }
  @media (min-width: 992px) {
    .__admin__order__user-assigned__3cad0 .model-id {
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
      margin-left: -20px; } }
  @media (max-width: 991px) {
    .__admin__order__user-assigned__3cad0 .model-id {
      border-bottom-left-radius: 50px;
      border-top-left-radius: 50px;
      margin-right: -20px; } }

.__admin__order__user-assigned__3cad0 .model-id a {
  color: #fff; }

@media (min-width: 768px) {
  .__admin__order__user-assigned__3cad0 .model-id {
    text-align: left;
    padding-left: 5px; } }

@media (max-width: 991px) {
  .__admin__order__user-assigned__3cad0 .model-id {
    text-align: right;
    padding-right: 5px; } }

.__admin__vacancy__display-form-new__b3bf8 .md-datepicker-group {
  height: 38px !important; }

.__contractee__assignment__assignment-details__e6e7b .divider {
  width: 100%;
  height: 1px;
  background: #EBECEE; }

.__contractee__assignment__assignment-details__e6e7b .mdi {
  margin-right: 0.5rem;
  color: #343333; }

@media (min-width: 992px) {
  .__contractee__assignment__contractor-info__78e9c .button-custom-width {
    width: 130px; }
  .__contractee__assignment__contractor-info__78e9c .col-custom-4 {
    width: 300px; } }

.__contractee__card__display-main__4e1f0 .user-card-content {
  justify-content: start !important; }

.__contractee__card__main-vacancy-select__76b5c .user-card-content {
  justify-content: start !important; }

.__contractee__dashboard__order-list__dcff4 .order {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }
  .__contractee__dashboard__order-list__dcff4 .order:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.__contractee__profile__body-content__df6c4 .padding {
  padding: 20px; }

.__contractee__profile__content-sidebar-small__746f9 .profile-essentials {
  padding: 60px 30px; }
  .__contractee__profile__content-sidebar-small__746f9 .profile-essentials h4 a {
    color: #343333; }
    .__contractee__profile__content-sidebar-small__746f9 .profile-essentials h4 a:hover {
      color: #14CA9C; }
    .__contractee__profile__content-sidebar-small__746f9 .profile-essentials h4 a .profile-avatar {
      margin: 0 auto;
      margin-bottom: 20px; }
  .__contractee__profile__content-sidebar-small__746f9 .profile-essentials h4 .verified {
    color: #14CA9C; }
    .__contractee__profile__content-sidebar-small__746f9 .profile-essentials h4 .verified:hover {
      cursor: pointer; }
  .__contractee__profile__content-sidebar-small__746f9 .profile-essentials .bio {
    font-size: 1.25rem; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras p {
  margin: 0; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .__contractee__profile__content-sidebar-small__746f9 .profile-extras ul li {
    padding: 5px 0; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras .nc-icon {
  color: #14CA9C; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras h6 {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras .user-rate, .__contractee__profile__content-sidebar-small__746f9 .profile-extras .guards, .__contractee__profile__content-sidebar-small__746f9 .profile-extras .approvals, .__contractee__profile__content-sidebar-small__746f9 .profile-extras .godkjennelser, .__contractee__profile__content-sidebar-small__746f9 .profile-extras .vakttyper, .__contractee__profile__content-sidebar-small__746f9 .profile-extras .p-map {
  padding: 15px 30px;
  border-top: 1px solid #eee; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras .user-rate .rating-panel i {
  color: #FEB632; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras .guards .badge {
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px; }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras .guards .badge-default {
  background: rgba(170, 168, 168, 0.7); }

.__contractee__profile__content-sidebar-small__746f9 .profile-extras .p-map iframe {
  width: 100%; }

.__contractee__settings__contractee-avatar__f5e6a.transition-panel {
  animation: showElement 1500ms 0s ease-in; }

@keyframes showElement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.__contractee__settings__contractee-avatar__f5e6a .avatar-settings {
  border: 2px dashed #eaeaea;
  width: 100%;
  height: 320px; }

.__contractee__settings__contractee-avatar__f5e6a .avatar-container {
  height: 320px; }
  .__contractee__settings__contractee-avatar__f5e6a .avatar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.__contractee__settings__main-category__6a90d.transition-panel {
  animation: showElement 1000ms 0s ease-in; }

@keyframes showElement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (min-width: 768px) {
  .__contractee__sidebar__nav-settings__64595 {
    border-right: 1px solid #EBECEE; } }

.__contractee__sidebar__nav-settings__64595 li {
  display: block;
  position: relative; }
  .__contractee__sidebar__nav-settings__64595 li a {
    color: #343333;
    display: block;
    padding: 1rem 60px;
    width: 100%; }
    .__contractee__sidebar__nav-settings__64595 li a:hover {
      color: #14CA9C; }
    .__contractee__sidebar__nav-settings__64595 li a:hover a {
      color: #14CA9C; }
    .__contractee__sidebar__nav-settings__64595 li a.active:before {
      content: ' ';
      width: 3px;
      background: #14CA9C;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .__contractee__sidebar__nav-settings__64595 li a.active a {
      color: #14CA9C; }

.__contractee__vacancy__conversation-item__8507a .conversation-item {
  padding: 18px 30px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }

.__contractee__vacancy__conversation-item__8507a .conversation-form {
  padding: 18px 30px; }

.__contractee__vacancy__display-form-edit__4281f .md-datepicker-group {
  height: 38px !important; }

.__contractee__vacancy__display-form-new__1af39 .md-datepicker-group {
  height: 38px !important; }

.__contractor__assignment__assignment-details__8caff .divider {
  width: 100%;
  height: 1px;
  background: #EBECEE; }

.__contractor__assignment__assignment-details__8caff .mdi {
  margin-right: 0.5rem;
  color: #343333; }

.__contractor__card__card-header__4db1e .verified {
  color: #14CA9C; }
  .__contractor__card__card-header__4db1e .verified:hover {
    cursor: pointer; }

.__contractor__card__card-header__4db1e .profession {
  margin-top: 10px;
  display: inline-block; }

.__contractor__card__display-skills-inline__e1739.minimal {
  float: left; }
  .__contractor__card__display-skills-inline__e1739.minimal.profession {
    float: right; }
    @media (max-width: 1199px) {
      .__contractor__card__display-skills-inline__e1739.minimal.profession {
        float: left; } }

.__contractor__card__display-skills-inline__e1739 .skill-item {
  display: flex;
  align-items: center; }

.__contractor__card__main-default__ba869 {
  position: relative; }
  .__contractor__card__main-default__ba869 .icon {
    position: absolute;
    right: 10px;
    top: -4px; }

.__contractor__card__main-vacancy-select__6d7ec {
  flex-direction: row;
  position: relative; }
  @media (max-width: 991px) {
    .__contractor__card__main-vacancy-select__6d7ec {
      flex-direction: column; } }
  .__contractor__card__main-vacancy-select__6d7ec.checked {
    border: 1px solid #A3ECDD; }
  .__contractor__card__main-vacancy-select__6d7ec .user-card-img {
    width: 108px;
    height: 108px;
    position: relative; }
    @media (max-width: 991px) {
      .__contractor__card__main-vacancy-select__6d7ec .user-card-img {
        display: block;
        width: 208px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 40px 20px; } }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-img img {
      width: 100%;
      height: 108px;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 991px) {
        .__contractor__card__main-vacancy-select__6d7ec .user-card-img img {
          margin: auto auto;
          display: block;
          width: 108px;
          border-radius: 50%; } }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-img .user-play-button {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 8px;
      margin: 0;
      height: 40px; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-img .user-play-button span {
        font-family: "Fira Sans";
        max-width: 0;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.2s ease-in-out; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-img .user-play-button:hover span {
        max-width: 7rem; }
  .__contractor__card__main-vacancy-select__6d7ec .user-card-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    width: 100%; }
    @media (max-width: 1199px) {
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content {
        flex-direction: column; } }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-link a {
      color: #343333; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-link a:hover {
        color: #14CA9C; }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-options {
      margin-left: auto;
      margin-right: 10px; }
      @media (max-width: 991px) {
        .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-options {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px;
          margin-top: 30px; } }
    @media (max-width: 991px) {
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-additional-options {
        position: absolute;
        top: 20px;
        right: 10px; } }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills {
      display: inline-flex; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills .user-skill-items {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none; }
        .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills .user-skill-items .skill-item {
          margin-right: 8px;
          border-radius: 5px;
          background-color: #EBFBF8;
          color: #343333;
          padding: 3px 10px;
          font-size: 15px; }
        .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills .user-skill-items .dropdown-menu {
          margin: 0;
          padding: 0;
          top: 40px;
          max-height: 250px;
          overflow-y: auto; }
          .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills .user-skill-items .dropdown-menu .dropdown-item {
            font-size: 15px;
            padding: 6px 1.5rem;
            cursor: pointer; }
        .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills .user-skill-items .dropdown-toggle {
          cursor: pointer;
          transition: all 0.2s ease-in-out; }
          .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills .user-skill-items .dropdown-toggle:hover {
            color: #14CA9C; }
          .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-skills .user-skill-items .dropdown-toggle:after {
            display: none; }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-stats {
      flex-direction: column;
      text-align: right; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-stats p, .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-stats h6 {
        margin: 0;
        font-weight: normal; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-stats .user-card-rate {
        margin-top: -5px; }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .phone-btn {
      color: #343333; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .phone-btn i {
        color: #14CA9C; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .phone-btn:hover {
        border: 1px solid #14CA9C; }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .message-btn {
      color: #343333; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .message-btn i {
        color: #FEB632; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .message-btn:hover {
        border: 1px solid #FEB632; }
    .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .cancel-btn {
      color: #343333; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .cancel-btn i {
        color: #ED553B; }
      .__contractor__card__main-vacancy-select__6d7ec .user-card-content .user-contact-buttons .cancel-btn:hover {
        border: 1px solid #ED553B; }

.__contractor__card__main-vacancy-selected__2e5ad {
  flex-direction: row;
  position: relative; }
  @media (max-width: 991px) {
    .__contractor__card__main-vacancy-selected__2e5ad {
      flex-direction: column; } }
  .__contractor__card__main-vacancy-selected__2e5ad.checked {
    border: 1px solid #A3ECDD; }
  .__contractor__card__main-vacancy-selected__2e5ad .user-card-img {
    width: 108px;
    height: 108px;
    position: relative; }
    @media (max-width: 991px) {
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-img {
        display: block;
        width: 208px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 40px 20px; } }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-img img {
      width: 100%;
      height: 108px;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 991px) {
        .__contractor__card__main-vacancy-selected__2e5ad .user-card-img img {
          width: 108px;
          border-radius: 50%;
          margin: auto auto;
          display: block; } }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-img .user-play-button {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 8px;
      margin: 0;
      height: 40px; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-img .user-play-button span {
        font-family: "Fira Sans";
        max-width: 0;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.2s ease-in-out; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-img .user-play-button:hover span {
        max-width: 7rem; }
  .__contractor__card__main-vacancy-selected__2e5ad .user-card-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    width: 100%; }
    @media (max-width: 1199px) {
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content {
        flex-direction: column; } }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-link a {
      color: #343333; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-link a:hover {
        color: #14CA9C; }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-options {
      margin-left: auto;
      margin-right: 10px; }
      @media (max-width: 991px) {
        .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-options {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px;
          margin-top: 30px; } }
    @media (max-width: 991px) {
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-additional-options {
        position: absolute;
        top: 20px;
        right: 10px; } }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills {
      display: inline-flex; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills .user-skill-items {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none; }
        .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills .user-skill-items .skill-item {
          margin-right: 8px;
          border-radius: 5px;
          background-color: #EBFBF8;
          color: #343333;
          padding: 3px 10px;
          font-size: 15px; }
        .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills .user-skill-items .dropdown-menu {
          margin: 0;
          padding: 0;
          top: 40px;
          max-height: 250px;
          overflow-y: auto; }
          .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills .user-skill-items .dropdown-menu .dropdown-item {
            font-size: 15px;
            padding: 6px 1.5rem;
            cursor: pointer; }
        .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills .user-skill-items .dropdown-toggle {
          cursor: pointer;
          transition: all 0.2s ease-in-out; }
          .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills .user-skill-items .dropdown-toggle:hover {
            color: #14CA9C; }
          .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-skills .user-skill-items .dropdown-toggle:after {
            display: none; }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-stats {
      flex-direction: column;
      text-align: right; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-stats p, .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-stats h6 {
        margin: 0;
        font-weight: normal; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-stats .user-card-rate {
        margin-top: -5px; }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .phone-btn {
      color: #343333; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .phone-btn i {
        color: #14CA9C; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .phone-btn:hover {
        border: 1px solid #14CA9C; }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .message-btn {
      color: #343333; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .message-btn i {
        color: #FEB632; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .message-btn:hover {
        border: 1px solid #FEB632; }
    .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .cancel-btn {
      color: #343333; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .cancel-btn i {
        color: #ED553B; }
      .__contractor__card__main-vacancy-selected__2e5ad .user-card-content .user-contact-buttons .cancel-btn:hover {
        border: 1px solid #ED553B; }

.__contractor__card__main-vacancy__f6b15 {
  position: relative; }
  .__contractor__card__main-vacancy__f6b15.verify .user-card-content {
    justify-content: space-between !important; }
  .__contractor__card__main-vacancy__f6b15 .user-card-content {
    justify-content: start !important; }

.__contractor__dasboard__header-content__19d73 .state {
  max-width: 500px;
  width: 500px;
  width: 300px; }
  @media (min-width: 768px) {
    .__contractor__dasboard__header-content__19d73 .state {
      width: 400px; } }
  @media (min-width: 992px) {
    .__contractor__dasboard__header-content__19d73 .state {
      width: 500px; } }
  @media (min-width: 768px) {
    .__contractor__dasboard__header-content__19d73 .state .item {
      border-right: 1px solid #EBECEE; }
      .__contractor__dasboard__header-content__19d73 .state .item:last-child {
        border-right: none; } }

.__contractor__dasboard__header-content__19d73 .custom-hover-btn i {
  color: #D1D3D4; }

@media (min-width: 992px) {
  .__contractor__order-list__order-shift-hours__323c7 .items {
    display: block; }
    .__contractor__order-list__order-shift-hours__323c7 .items .item {
      display: block; } }

@media (max-width: 991px) {
  .__contractor__order-list__order-shift-hours__323c7 .items {
    display: block; }
    .__contractor__order-list__order-shift-hours__323c7 .items .item {
      display: block; } }

.__contractor__profile__content-main-default__5a331 .profile-content-wraper .course, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .also-worked, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges {
  margin: 20px 0; }
  .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course p, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .also-worked p, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges p {
    margin: 0; }
  .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course ul, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .also-worked ul, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 30px;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
  .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course h6, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .also-worked h6, .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges h6 {
    display: inline-block;
    font-weight: normal;
    margin-left: 10px;
    font-size: 1.125rem; }

.__contractor__profile__content-main-default__5a331 .profile-content-wraper .course ul {
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course ul {
      flex-direction: column; } }
  .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course ul li {
    width: 50%;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course ul li {
        width: 100%;
        margin: 10px 0 30px 0; } }
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course ul li h6 {
      margin-bottom: 0; }
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .course ul li .nc-icon {
      color: #FEB632; }

.__contractor__profile__content-main-default__5a331 .profile-content-wraper .also-worked ul {
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .also-worked ul {
      flex-direction: column; } }
  .__contractor__profile__content-main-default__5a331 .profile-content-wraper .also-worked ul li {
    padding: 6px 24px;
    margin: 5px 10px 5px 0;
    background-color: #14CA9C;
    border-radius: 50px;
    color: white; }

.__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul {
  padding: 18px 18px; }
  @media (max-width: 991px) {
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul {
      flex-direction: column; } }
  .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul .user-badge-item {
    display: flex;
    align-items: center;
    width: 50%; }
    @media (max-width: 991px) {
      .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul .user-badge-item {
        width: 100%; } }
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul .user-badge-item .badge-bg {
      width: 100%;
      padding: 24px;
      margin: 12px 12px;
      background: url(/assets/images/icons/badges-bg.svg) #F6F8FA no-repeat right; }
      @media (max-width: 991px) {
        .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul .user-badge-item .badge-bg {
          margin: 10px 0; } }
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul .user-badge-item .badge-title {
      color: #343333;
      padding-left: 14px;
      margin: 0; }
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul .user-badge-item h6 {
      margin-bottom: 0; }
    .__contractor__profile__content-main-default__5a331 .profile-content-wraper .user-badges ul .user-badge-item .nc-icon {
      color: #FEB632; }

.__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .also-worked, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges {
  margin: 20px 0; }
  .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course p, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .also-worked p, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges p {
    margin: 0; }
  .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course ul, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .also-worked ul, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 30px;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
  .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course h6, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .also-worked h6, .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges h6 {
    display: inline-block;
    font-weight: normal;
    margin-left: 10px;
    font-size: 1.125rem; }

.__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course ul {
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course ul {
      flex-direction: column; } }
  .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course ul li {
    width: 50%;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course ul li {
        width: 100%;
        margin: 10px 0 30px 0; } }
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course ul li h6 {
      margin-bottom: 0; }
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .course ul li .nc-icon {
      color: #FEB632; }

.__contractor__profile__content-main-public__d57f5 .profile-content-wraper .also-worked ul {
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .also-worked ul {
      flex-direction: column; } }
  .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .also-worked ul li {
    padding: 6px 24px;
    margin: 5px 10px 5px 0;
    background-color: #14CA9C;
    border-radius: 50px;
    color: white; }

.__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul {
  padding: 18px 18px; }
  @media (max-width: 991px) {
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul {
      flex-direction: column; } }
  .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul .user-badge-item {
    display: flex;
    align-items: center;
    width: 50%; }
    @media (max-width: 991px) {
      .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul .user-badge-item {
        width: 100%; } }
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul .user-badge-item .badge-bg {
      width: 100%;
      padding: 24px;
      margin: 12px 12px;
      background: url(/assets/images/icons/badges-bg.svg) #F6F8FA no-repeat right; }
      @media (max-width: 991px) {
        .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul .user-badge-item .badge-bg {
          margin: 10px 0; } }
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul .user-badge-item .badge-title {
      color: #343333;
      padding-left: 14px;
      margin: 0; }
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul .user-badge-item h6 {
      margin-bottom: 0; }
    .__contractor__profile__content-main-public__d57f5 .profile-content-wraper .user-badges ul .user-badge-item .nc-icon {
      color: #FEB632; }

.__contractor__profile__content-sidebar-default__9711e .profile-essentials {
  padding: 60px 30px;
  position: relative; }
  .__contractor__profile__content-sidebar-default__9711e .profile-essentials .profile-avatar {
    margin: 0 auto;
    margin-bottom: 20px; }
  .__contractor__profile__content-sidebar-default__9711e .profile-essentials .verified {
    color: #14CA9C; }
    .__contractor__profile__content-sidebar-default__9711e .profile-essentials .verified:hover {
      cursor: pointer; }
  .__contractor__profile__content-sidebar-default__9711e .profile-essentials .bio {
    font-size: 1.25rem; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras p {
  margin: 0; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .__contractor__profile__content-sidebar-default__9711e .profile-extras ul li {
    padding: 5px 0; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras .nc-icon {
  color: #14CA9C; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras h6 {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras .user-rate, .__contractor__profile__content-sidebar-default__9711e .profile-extras .guards, .__contractor__profile__content-sidebar-default__9711e .profile-extras .approvals, .__contractor__profile__content-sidebar-default__9711e .profile-extras .godkjennelser, .__contractor__profile__content-sidebar-default__9711e .profile-extras .vakttyper, .__contractor__profile__content-sidebar-default__9711e .profile-extras .p-map {
  padding: 15px 30px;
  border-top: 1px solid #eee; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras .edit_form {
  padding: 15px 30px; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras .user-rate .rating-panel i {
  color: #FEB632; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras .guards .badge {
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px; }

.__contractor__profile__content-sidebar-default__9711e .profile-extras .guards .badge-default {
  background: rgba(170, 168, 168, 0.7); }

.__contractor__profile__content-sidebar-default__9711e .profile-extras .p-map iframe {
  width: 100%; }

.__contractor__profile__content-sidebar-public__abfeb .profile-essentials {
  padding: 60px 30px; }
  .__contractor__profile__content-sidebar-public__abfeb .profile-essentials h4 a {
    color: #343333; }
    .__contractor__profile__content-sidebar-public__abfeb .profile-essentials h4 a:hover {
      color: #14CA9C; }
    .__contractor__profile__content-sidebar-public__abfeb .profile-essentials h4 a .profile-avatar {
      margin: 0 auto;
      margin-bottom: 20px; }
  .__contractor__profile__content-sidebar-public__abfeb .profile-essentials h4 .verified {
    color: #14CA9C; }
    .__contractor__profile__content-sidebar-public__abfeb .profile-essentials h4 .verified:hover {
      cursor: pointer; }
  .__contractor__profile__content-sidebar-public__abfeb .profile-essentials .bio {
    font-size: 1.25rem; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras p {
  margin: 0; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .__contractor__profile__content-sidebar-public__abfeb .profile-extras ul li {
    padding: 5px 0; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras .nc-icon {
  color: #14CA9C; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras h6 {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras .user-rate, .__contractor__profile__content-sidebar-public__abfeb .profile-extras .guards, .__contractor__profile__content-sidebar-public__abfeb .profile-extras .approvals, .__contractor__profile__content-sidebar-public__abfeb .profile-extras .godkjennelser, .__contractor__profile__content-sidebar-public__abfeb .profile-extras .vakttyper, .__contractor__profile__content-sidebar-public__abfeb .profile-extras .p-map {
  padding: 15px 30px;
  border-top: 1px solid #eee; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras .user-rate .rating-panel i {
  color: #FEB632; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras .guards .badge {
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px; }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras .guards .badge-default {
  background: rgba(170, 168, 168, 0.7); }

.__contractor__profile__content-sidebar-public__abfeb .profile-extras .p-map iframe {
  width: 100%; }

.__contractor__profile__content-sidebar-small__18a86 .profile-essentials {
  padding: 60px 30px; }
  .__contractor__profile__content-sidebar-small__18a86 .profile-essentials h4 a {
    color: #343333; }
    .__contractor__profile__content-sidebar-small__18a86 .profile-essentials h4 a:hover {
      color: #14CA9C; }
    .__contractor__profile__content-sidebar-small__18a86 .profile-essentials h4 a .profile-avatar {
      margin: 0 auto;
      margin-bottom: 20px; }
  .__contractor__profile__content-sidebar-small__18a86 .profile-essentials h4 .verified {
    color: #14CA9C; }
    .__contractor__profile__content-sidebar-small__18a86 .profile-essentials h4 .verified:hover {
      cursor: pointer; }
  .__contractor__profile__content-sidebar-small__18a86 .profile-essentials .bio {
    font-size: 1.25rem; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras p {
  margin: 0; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .__contractor__profile__content-sidebar-small__18a86 .profile-extras ul li {
    padding: 5px 0; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras .nc-icon {
  color: #14CA9C; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras h6 {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras .user-rate, .__contractor__profile__content-sidebar-small__18a86 .profile-extras .guards, .__contractor__profile__content-sidebar-small__18a86 .profile-extras .approvals, .__contractor__profile__content-sidebar-small__18a86 .profile-extras .godkjennelser, .__contractor__profile__content-sidebar-small__18a86 .profile-extras .vakttyper, .__contractor__profile__content-sidebar-small__18a86 .profile-extras .p-map {
  padding: 15px 30px;
  border-top: 1px solid #eee; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras .user-rate .rating-panel i {
  color: #FEB632; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras .guards .badge {
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px; }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras .guards .badge-default {
  background: rgba(170, 168, 168, 0.7); }

.__contractor__profile__content-sidebar-small__18a86 .profile-extras .p-map iframe {
  width: 100%; }

.__contractor__profile__display-car-driving-license-info__27d63 {
  position: relative; }

.__contractor__profile__display-courses__320dc {
  position: relative; }

.__contractor__profile__display-describe-your-self__08c1a {
  position: relative; }

.__contractor__profile__display-map__7aa11 {
  position: relative; }

.__contractor__profile__display-not-completed-notification__77036 .bg-status {
  background-color: #F7E9D7; }

.__contractor__profile__display-not-completed-notification__77036 .text-status {
  color: #343333; }

.__contractor__profile__display-shift-types__71aa0 {
  position: relative; }

.__contractor__profile__display-skills__0bcbe {
  position: relative; }

.__contractor__profile__display-video__c43eb {
  position: relative; }
  .__contractor__profile__display-video__c43eb .btn-play-custom {
    border-radius: 50%; }
    .__contractor__profile__display-video__c43eb .btn-play-custom .btn-play-icon:before {
      font-size: 32px;
      line-height: 32px; }
  .__contractor__profile__display-video__c43eb .play-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    background: url("/assets/images/icons/play.svg"); }
  @media only screen and (max-width: 500px) {
    .__contractor__profile__display-video__c43eb .play-btn::after {
      content: 'Play video';
      position: relative;
      bottom: -8px;
      left: 5px;
      width: 130px;
      height: 20px;
      text-align: center;
      display: inline-block;
      font-size: 16px;
      font-family: "Fira Sans";
      font-style: normal;
      text-shadow: 1px 1px black;
      z-index: 10; } }
  .__contractor__profile__display-video__c43eb .play-btn:hover::after {
    content: 'Play video';
    position: relative;
    bottom: -8px;
    left: 5px;
    width: 130px;
    height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-family: "Fira Sans";
    font-style: normal;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 10; }

.__contractor__profile__header-content__dad4a .state {
  max-width: 500px;
  width: 500px;
  width: 300px; }
  @media (min-width: 768px) {
    .__contractor__profile__header-content__dad4a .state {
      width: 400px; } }
  @media (min-width: 992px) {
    .__contractor__profile__header-content__dad4a .state {
      width: 500px; } }
  @media (min-width: 768px) {
    .__contractor__profile__header-content__dad4a .state .item {
      border-right: 1px solid #EBECEE; }
      .__contractor__profile__header-content__dad4a .state .item:last-child {
        border-right: none; } }

.__contractor__profile__header-content__dad4a .custom-hover-btn i {
  color: #D1D3D4; }

.__contractor__request__list-item__9378d {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }
  .__contractor__request__list-item__9378d:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.__contractor__request__user-avatar__63c46 .model-id {
  background: #14CA9C;
  color: #fff;
  width: 80px; }
  @media (min-width: 992px) {
    .__contractor__request__user-avatar__63c46 .model-id {
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
      margin-left: -20px; } }
  @media (max-width: 991px) {
    .__contractor__request__user-avatar__63c46 .model-id {
      border-bottom-left-radius: 50px;
      border-top-left-radius: 50px;
      margin-right: -20px; } }

.__contractor__request__user-avatar__63c46 .model-id a {
  color: #fff; }

@media (min-width: 768px) {
  .__contractor__request__user-avatar__63c46 .model-id {
    text-align: left;
    padding-left: 5px; } }

@media (max-width: 991px) {
  .__contractor__request__user-avatar__63c46 .model-id {
    text-align: right;
    padding-right: 5px; } }

.__contractor__settings__video-player__143d8 .btn-play-custom {
  border-radius: 50%; }
  .__contractor__settings__video-player__143d8 .btn-play-custom .btn-play-icon:before {
    font-size: 32px;
    line-height: 32px; }

.__contractor__settings__video-player__143d8 .play-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  cursor: pointer;
  background: url("/assets/images/icons/play.svg"); }

@media only screen and (max-width: 500px) {
  .__contractor__settings__video-player__143d8 .play-btn::after {
    content: 'Play video';
    position: relative;
    bottom: -8px;
    left: 5px;
    width: 130px;
    height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-family: "Fira Sans";
    font-style: normal;
    text-shadow: 1px 1px black;
    z-index: 10; } }

.__contractor__settings__video-player__143d8 .play-btn:hover::after {
  content: 'Play video';
  position: relative;
  bottom: -8px;
  left: 5px;
  width: 130px;
  height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
  font-style: normal;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 10; }

@media (min-width: 768px) {
  .__contractor__sidebar__nav-settings__2ece1 {
    border-right: 1px solid #EBECEE; } }

.__contractor__sidebar__nav-settings__2ece1 li {
  display: block;
  position: relative; }
  .__contractor__sidebar__nav-settings__2ece1 li a {
    color: #343333;
    display: block;
    padding: 1rem 60px;
    width: 100%; }
    .__contractor__sidebar__nav-settings__2ece1 li a:hover {
      color: #14CA9C; }
    .__contractor__sidebar__nav-settings__2ece1 li a:hover a {
      color: #14CA9C; }
    .__contractor__sidebar__nav-settings__2ece1 li a.active:before {
      content: ' ';
      width: 3px;
      background: #14CA9C;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .__contractor__sidebar__nav-settings__2ece1 li a.active a {
      color: #14CA9C; }

.__contractor__upload__profile-media-change__7b24d.transition-panel {
  animation: showElement 1500ms 0s ease-in; }

@keyframes showElement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (min-width: 768px) {
  .__contractor__upload__profile-media-change__7b24d {
    width: 100%;
    margin-left: 0; } }

@media (min-width: 992px) {
  .__contractor__upload__profile-media-change__7b24d {
    width: 809px;
    margin-left: -143px; } }

@media (min-width: 1200px) {
  .__contractor__upload__profile-media-change__7b24d {
    width: 900px;
    margin-left: -100px; } }

@media (min-width: 1366px) {
  .__contractor__upload__profile-media-change__7b24d {
    width: 1024px;
    margin-left: -100px; } }

.__contractor__upload__profile-media-change__7b24d.is-lg.open, .__contractor__upload__profile-media-change__7b24d.is-xl.open {
  width: 100%;
  margin: 0; }

.__contractor__upload__profile-media__5e13f.transition-panel {
  animation: showElement 1500ms 0s ease-in; }

@keyframes showElement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (min-width: 768px) {
  .__contractor__upload__profile-media__5e13f {
    width: 100%;
    margin-left: 0; } }

@media (min-width: 992px) {
  .__contractor__upload__profile-media__5e13f {
    width: 809px;
    margin-left: -143px; } }

@media (min-width: 1200px) {
  .__contractor__upload__profile-media__5e13f {
    width: 900px;
    margin-left: -100px; } }

@media (min-width: 1366px) {
  .__contractor__upload__profile-media__5e13f {
    width: 1024px;
    margin-left: -100px; } }

.__contractor__upload__profile-media__5e13f.is-lg.open, .__contractor__upload__profile-media__5e13f.is-xl.open {
  width: 100%;
  margin: 0; }

.__contractor__upload__user-avatar__7a79a .avatar-settings {
  border: 2px dashed #eaeaea;
  width: 100%;
  height: 320px; }

.__contractor__upload__user-avatar__7a79a .avatar-container {
  height: 320px; }
  .__contractor__upload__user-avatar__7a79a .avatar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.__contractor__upload__user-video__ff178 .video-settings {
  border: 2px dashed #eaeaea;
  width: 100%;
  height: 320px; }

.__contractor__upload__user-video__ff178 .btn-delete {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  line-height: 1;
  padding: 10px 11px; }

.__admin__assignments__new__order-shift-turn-items__d4cb2 {
  width: 100%;
  display: table; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 th, .__admin__assignments__new__order-shift-turn-items__d4cb2 td {
    padding: 10px 5px;
    font-weight: normal; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 .first-letter-camelcase {
    text-transform: capitalize; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 tr, .__admin__assignments__new__order-shift-turn-items__d4cb2 td {
    position: relative; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 .table-timer {
    vertical-align: middle; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 .plus {
    color: #14CA9C !important; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 .minus {
    color: #ED553B !important; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 .minus, .__admin__assignments__new__order-shift-turn-items__d4cb2 .plus {
    line-height: 18px;
    font-size: 30px; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 .time {
    line-height: 18px;
    font-size: 16px;
    margin: 0 5px;
    width: 37px;
    display: inline-block; }
  .__admin__assignments__new__order-shift-turn-items__d4cb2 .plus:hover, .__admin__assignments__new__order-shift-turn-items__d4cb2 .minus:hover {
    cursor: pointer; }

.__admin__order__contractor__select-contractor__f839b {
  position: relative; }
  .__admin__order__contractor__select-contractor__f839b .icon {
    position: absolute;
    right: 10px;
    top: -4px; }

.__admin__order__edit__order-shift__430ef {
  width: 100%;
  display: table; }
  .__admin__order__edit__order-shift__430ef th, .__admin__order__edit__order-shift__430ef td {
    padding: 10px 5px;
    font-weight: normal;
    border: none; }
  .__admin__order__edit__order-shift__430ef tr, .__admin__order__edit__order-shift__430ef td {
    position: relative; }
  .__admin__order__edit__order-shift__430ef .table-timer {
    vertical-align: middle; }
  .__admin__order__edit__order-shift__430ef .plus {
    color: #14CA9C !important; }
  .__admin__order__edit__order-shift__430ef .minus {
    color: #ED553B !important; }
  .__admin__order__edit__order-shift__430ef .minus, .__admin__order__edit__order-shift__430ef .plus {
    line-height: 18px;
    font-size: 30px; }
  .__admin__order__edit__order-shift__430ef .time {
    line-height: 18px;
    font-size: 16px;
    margin: 0 5px; }
  .__admin__order__edit__order-shift__430ef .border {
    border-bottom: 1px solid #EBECEE; }
  .__admin__order__edit__order-shift__430ef .plus:hover, .__admin__order__edit__order-shift__430ef .minus:hover {
    cursor: pointer; }

.__admin__vacancy__plan__list-item__adcc6 {
  border-bottom: 3px solid #e2e2e2;
  margin-bottom: 1.5rem; }
  .__admin__vacancy__plan__list-item__adcc6 .plan-remove-features h6 {
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e2e2; }
  .__admin__vacancy__plan__list-item__adcc6 .plan-remove-features .plan-remove-features-item {
    border-bottom: 1px solid #e2e2e2; }
  .__admin__vacancy__plan__list-item__adcc6 .plan-edit_feature {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0; }
    .__admin__vacancy__plan__list-item__adcc6 .plan-edit_feature:last-child {
      border-bottom: 0px solid transparent; }
  .__admin__vacancy__plan__list-item__adcc6:last-child {
    border-bottom: 0 solid transparent;
    margin-bottom: 0; }

.__contractee__assignment__new__order-shift-items__e5cc4 {
  width: 100%;
  display: table; }
  .__contractee__assignment__new__order-shift-items__e5cc4 th, .__contractee__assignment__new__order-shift-items__e5cc4 td {
    padding: 10px 5px;
    font-weight: normal; }
  .__contractee__assignment__new__order-shift-items__e5cc4 tr, .__contractee__assignment__new__order-shift-items__e5cc4 td {
    position: relative; }
  .__contractee__assignment__new__order-shift-items__e5cc4 .table-timer {
    vertical-align: middle; }
  .__contractee__assignment__new__order-shift-items__e5cc4 .plus {
    color: #14CA9C !important; }
  .__contractee__assignment__new__order-shift-items__e5cc4 .minus {
    color: #ED553B !important; }
  .__contractee__assignment__new__order-shift-items__e5cc4 .minus, .__contractee__assignment__new__order-shift-items__e5cc4 .plus {
    line-height: 18px;
    font-size: 30px; }
  .__contractee__assignment__new__order-shift-items__e5cc4 .time {
    line-height: 18px;
    font-size: 16px;
    margin: 0 5px;
    width: 37px;
    display: inline-block; }
  .__contractee__assignment__new__order-shift-items__e5cc4 .plus:hover, .__contractee__assignment__new__order-shift-items__e5cc4 .minus:hover {
    cursor: pointer; }

.__contractee__settings__nda__display-items__76977 .click {
  transition: all 0.2s ease-in-out; }
  .__contractee__settings__nda__display-items__76977 .click:hover {
    cursor: pointer;
    background-color: #EBECEE;
    transition: all 0.2s ease-in-out; }

.__contractee__settings__order-desc__display-form-new__e5810 {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__contractee__settings__order-desc__display-form-new__e5810:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__contractee__settings__order-desc__display-item__00fa5 {
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 1.3rem; }
  .__contractee__settings__order-desc__display-item__00fa5:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.__contractee__vacancy__view__display-vacancy-toolbar__d8190 .btn {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out; }
  .__contractee__vacancy__view__display-vacancy-toolbar__d8190 .btn i {
    color: #0d8466;
    transition: all 0.2s ease-in-out; }

.__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover {
  cursor: pointer; }
  .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .vacancy-footer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.2s ease-in-out; }
  .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .btn {
    transition: all 0.2s ease-in-out; }
    .__contractee__vacancy__view__display-vacancy-toolbar__d8190:hover .btn i {
      color: #fff;
      transition: all 0.2s ease-in-out; }

.__contractor__assignment__view__main-contratee__565a8 {
  background-color: #fff;
  padding: 20px; }

.__contractor__assignment__view__main-order__788b6 p {
  color: #343333; }

.__contractor__edit__profile__user-avatar__1a176 .avatar-settings {
  border: 2px dashed #eaeaea;
  width: 100%;
  height: 320px; }

.__contractor__edit__profile__user-avatar__1a176 .avatar-container {
  height: 320px; }
  .__contractor__edit__profile__user-avatar__1a176 .avatar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.__contractor__settings__education__display-items__f4940.transition-panel {
  animation: showElement 1500ms 0s ease-in; }

@keyframes showElement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.__contractor__settings__gcc__display-item__2a9ae {
  transition: all 0.2s ease-in-out; }
  .__contractor__settings__gcc__display-item__2a9ae:hover {
    cursor: pointer;
    background-color: #EBECEE;
    transition: all 0.2s ease-in-out; }

.__contractor__settings__shift-travel__display-main__61c29.transition-panel {
  animation: showElement 1500ms 0s ease-in; }

@keyframes showElement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

b,
strong {
  font-weight: 500; }

.mdi {
  -ms-font-feature-settings: "liga" 1;
  -webkit-font-smoothing: antialiased;
  color: #D1D3D4; }

.mdi-set.mdi-22px,
.mdi.mdi-22px:before {
  font-size: 22px;
  line-height: 24px; }

.mdi-set.mdi-20px,
.mdi.mdi-20px:before {
  font-size: 20px;
  line-height: 20px; }

@media (max-width: 575px) {
  .mdi-sm-12px,
  .mdi-sm-12px:before {
    font-size: 12px !important;
    line-height: 14px !important; } }

a {
  transition: all 0.2s ease-in-out; }
  a:focus {
    transition: all 0.2s ease-in-out; }
  a:hover {
    transition: all 0.2s ease-in-out; }

*:focus {
  outline: none; }

.modal-header, .modal-footer {
  border: 0; }

.w-auto {
  width: auto; }

.w-100 {
  width: 100%;
  display: block; }

.w-50 {
  width: 50%;
  display: block; }

ol {
  -webkit-padding-start: 20px; }

.container-fluid {
  transform: none;
  overflow: visible;
  display: flex;
  min-height: 100%;
  min-height: calc(100vh - 100px);
  flex-direction: column; }

.img-dolar {
  width: 14px; }

.content-active:focus {
  cursor: url(images/icons/close.png), url(images/icons/close.cur), auto; }

.content-active:hover {
  cursor: url(images/icons/close.png), url(images/icons/close.cur), auto; }

.font-size-12 {
  font-size: 12px !important; }

.panel-title {
  padding: 20px 30px;
  font-weight: 400;
  border-bottom: 1px solid #EBECEE;
  width: 100%;
  margin-bottom: 0; }

.panel-footer {
  padding: 20px 30px;
  font-weight: 400;
  border-top: 1px solid #EBECEE;
  width: 100%;
  margin-bottom: 0; }

.section-label {
  font-weight: normal; }

.form-control, .md-datepicker-group input {
  font-family: "Fira Sans"; }

.custom-control-description {
  color: #343333; }

.btn-rounded {
  border: 1px solid #eaeaea;
  padding: 2px 14px;
  border-radius: 25px;
  transition: all 0.2s ease-in-out; }
  .btn-rounded a, .btn-rounded button {
    color: #343333; }
    .btn-rounded a:hover, .btn-rounded button:hover {
      color: #343333; }
  .btn-rounded i {
    font-size: 20px;
    margin-right: 6px; }

.btn-hired {
  border: 1px solid #eaeaea;
  padding: 6px 14px;
  border-radius: 25px;
  transition: all 0.2s ease-in-out; }
  .btn-hired a {
    color: #343333; }
  .btn-hired i {
    font-size: 20px;
    margin-right: 6px; }

.details .summary {
  color: #343333; }
  .details .summary i {
    color: #14CA9C; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Fira Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.font-weight-light {
  font-weight: 300; }

.text-normal {
  text-transform: none !important; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-bold {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  color: #343333; }

.break-word {
  word-break: break-all;
  line-height: 21px; }

.text-sm {
  font-size: 0.875rem; }

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  line-height: 18px; }

.mdi-24px.mdi-set, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description .mdi-set.vacancy-wizard-plans-plan_feature-item-description-icon, .mdi-24px.mdi:before, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description .mdi.vacancy-wizard-plans-plan_feature-item-description-icon:before {
  line-height: 24px; }

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  line-height: 36px; }

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  line-height: 48px; }

hr {
  width: 100%; }

.text-gray-light {
  color: #AAA8A8 !important; }

a.text-gray-light:focus {
  color: #918e8e !important; }

a.text-gray-light:hover {
  color: #918e8e !important; }

.text-gray-lighter {
  color: #949393 !important; }

a.text-gray-lighter:focus {
  color: #7b7979 !important; }

a.text-gray-lighter:hover {
  color: #7b7979 !important; }

.text-gray-dark, .bg-light-green p {
  color: #343333 !important; }

a.text-gray-dark:focus {
  color: #1a1a1a !important; }

a.text-gray-dark:hover {
  color: #1a1a1a !important; }

.text-nav {
  color: #A1EAD7 !important; }

a.text-nav:focus {
  color: #77e1c5 !important; }

a.text-nav:hover {
  color: #77e1c5 !important; }

.black, .educations .education-item h6, .educations .experience-item h6, .experiences .education-item h6, .experiences .experience-item h6, .orders .orders-item h6 {
  color: #343333 !important; }

a.black:focus {
  color: #1a1a1a !important; }

a.black:hover {
  color: #1a1a1a !important; }

.text-gray {
  color: #989696 !important; }

a.text-gray:focus {
  color: #7f7c7c !important; }

a.text-gray:hover {
  color: #7f7c7c !important; }

.bg-white, .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item, .user-header, .emails-container {
  background-color: #fff !important; }

a.bg-white:focus, .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features a.vacancy-wizard-features-item:focus, a.user-header:focus, a.emails-container:focus {
  background-color: #e6e6e6 !important; }

a.bg-white:hover, .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features a.vacancy-wizard-features-item:hover, a.user-header:hover, a.emails-container:hover {
  background-color: #e6e6e6 !important; }

.bg-yellow {
  background-color: #FFFCF7 !important; }

a.bg-yellow:focus {
  background-color: #ffe9c4 !important; }

a.bg-yellow:hover {
  background-color: #ffe9c4 !important; }

.no-bg-white {
  background-color: transparent !important; }

a.no-bg-white:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

a.no-bg-white:hover {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-light-green {
  background-color: #E5FAF5 !important; }

a.bg-light-green:focus {
  background-color: #baf2e5 !important; }

a.bg-light-green:hover {
  background-color: #baf2e5 !important; }

.bg-white-clean {
  background-color: #fff !important; }

a.bg-white-clean:focus {
  background-color: #e6e6e6 !important; }

a.bg-white-clean:hover {
  background-color: #e6e6e6 !important; }

.text-muted {
  color: #bfbdbd !important; }

a.text-muted:focus {
  color: #a6a3a3 !important; }

a.text-muted:hover {
  color: #a6a3a3 !important; }

.rounded-status {
  width: 10px;
  height: 10px;
  display: inline-block; }

.bg-white, .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item, .user-header, .emails-container {
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05); }

.no-bg-white .bg-white, .no-bg-white .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item, .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .no-bg-white .vacancy-wizard-features-item, .no-bg-white .user-header, .no-bg-white .emails-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bg-light-green p:last-child {
  margin-bottom: 0; }

.bg-light-green a {
  color: #0d8466;
  text-decoration: none; }
  .bg-light-green a:hover {
    color: #14CA9C;
    text-decoration: none; }

.breadcrumb {
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: none; } }
  @media (max-width: 575px) {
    .breadcrumb {
      display: none; } }

@media (max-width: 767px) {
  .breadcrumb-item {
    display: none; } }

@media (max-width: 575px) {
  .breadcrumb-item {
    display: none; } }

@media (min-width: 768px) {
  .breadcrumb-item {
    font-size: 20px; } }

.breadcrumb-item a {
  color: #343333;
  font-size: 20px; }
  .breadcrumb-item a:hover {
    text-decoration: none;
    color: #AAA8A8; }

.breadcrumb-item:last-child {
  color: #14CA9C; }
  @media (max-width: 767px) {
    .breadcrumb-item:last-child {
      display: block; }
      .breadcrumb-item:last-child:before {
        content: '';
        padding-left: 0; } }

.no-result {
  height: 300px;
  width: 100%; }
  .no-result img {
    margin-bottom: 2rem; }
  .no-result .sad-face {
    max-width: 100px; }

/* Common, default styles for the notification box */
.ns-box {
  position: fixed;
  background: rgba(42, 45, 50, 0.85);
  padding: 0;
  line-height: 1.4;
  z-index: 1040;
  pointer-events: none;
  color: rgba(250, 251, 255, 0.95); }

.ns-box-content {
  padding: 1.2rem; }

.ns-box.ns-show {
  pointer-events: auto; }

.ns-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700; }

.ns-box a:hover,
.ns-box a:focus {
  opacity: 1; }

.ns-box p {
  margin: 0; }

.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto; }

.ns-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ns-close:hover,
.ns-close:focus {
  outline: none; }

.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff; }

.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff; }

.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

/* To bar notifications */
.ns-box.ns-bar {
  top: 0;
  left: 0;
  width: 100%; }

.ns-bar .ns-close {
  background: transparent;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
  background: #b7b5b3; }

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

/* Individual Effects */
/* Slide on top */
.ns-effect-slidetop {
  box-shadow: inset 4.5em 0 rgba(0, 0, 0, 0.6); }

.ns-effect-slidetop .icon {
  position: absolute;
  display: block;
  font-size: 109%;
  top: 50%;
  left: 1em;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.ns-effect-slidetop p {
  padding: 0 3.2em;
  font-size: 1.2em;
  display: inline-block; }

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
  width: 2px;
  background: #fff; }

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
  background: #fff; }

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animScaleUp;
  animation-name: animScaleUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animFade;
  animation-name: animFade; }

@-webkit-keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1); } }

@keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(0, -50%, 0) scale3d(0, 0, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1); } }

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Expanding Loader */
.ns-effect-exploader {
  background: #fff;
  color: #7a7264;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.ns-effect-exploader .icon {
  position: absolute;
  left: 0.25em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.ns-effect-exploader .ns-box-inner {
  position: relative; }

.ns-effect-exploader p {
  padding: 0.25em 2em 0.25em 3em; }

.ns-effect-exploader .ns-close:hover::before,
.ns-effect-exploader .ns-close:hover::after {
  background: #98815a; }

.ns-effect-exploader.ns-show {
  -webkit-animation-name: animLoad;
  animation-name: animLoad;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s; }

@-webkit-keyframes animLoad {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.3, 1); }
  33% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.3, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.3, 1); }
  80%, 85% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0.3, 1);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes animLoad {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.3, 1);
    transform: scale3d(0, 0.3, 1); }
  33% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.3, 1);
    transform: scale3d(0.5, 0.3, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.3, 1);
    transform: scale3d(0.6, 0.3, 1); }
  80%, 85% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0.3, 1);
    transform: scale3d(1, 0.3, 1);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.ns-effect-exploader.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.ns-effect-exploader.ns-show .ns-box-inner,
.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-name: animFade;
  animation-name: animFade; }

.ns-effect-exploader.ns-show .ns-box-inner {
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes animFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.no-result {
  height: 300px;
  width: 100%; }
  .no-result img {
    margin-bottom: 2rem; }
  .no-result .sad-face {
    max-width: 100px; }

.popover-calendar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: none;
  padding: 0.5rem 1rem;
  font-family: "Fira Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 13px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 13px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 13px 4px rgba(0, 0, 0, 0.2); }
  .popover-calendar.popover-top, .popover-calendar.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover-calendar.popover-top::before, .popover-calendar.popover-top::after, .popover-calendar.bs-tether-element-attached-bottom::before, .popover-calendar.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover-calendar.popover-top::before, .popover-calendar.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: #fff; }
    .popover-calendar.popover-top::after, .popover-calendar.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover-calendar.popover-right, .popover-calendar.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover-calendar.popover-right::before, .popover-calendar.popover-right::after, .popover-calendar.bs-tether-element-attached-left::before, .popover-calendar.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover-calendar.popover-right::before, .popover-calendar.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: #fff; }
    .popover-calendar.popover-right::after, .popover-calendar.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover-calendar.popover-bottom, .popover-calendar.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover-calendar.popover-bottom::before, .popover-calendar.popover-bottom::after, .popover-calendar.bs-tether-element-attached-top::before, .popover-calendar.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover-calendar.popover-bottom::before, .popover-calendar.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: #fff; }
    .popover-calendar.popover-bottom::after, .popover-calendar.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #e3e4e7; }
    .popover-calendar.popover-bottom .popover-title::before, .popover-calendar.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #e3e4e7; }
  .popover-calendar.popover-left, .popover-calendar.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover-calendar.popover-left::before, .popover-calendar.popover-left::after, .popover-calendar.bs-tether-element-attached-right::before, .popover-calendar.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover-calendar.popover-left::before, .popover-calendar.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: #fff; }
    .popover-calendar.popover-left::after, .popover-calendar.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }
  .popover-calendar .popover-title, .popover-calendar .popover-content {
    border-color: #fff;
    background-color: #fff;
    padding: 0 0 0 50px;
    height: 20px;
    line-height: 20px;
    display: block; }
  .popover-calendar .popover-title {
    font-size: 14px; }
  .popover-calendar .popover-img {
    float: left;
    width: 40px;
    height: 40px; }

.fc-text-gray, .fc .fc-content.fc-bg-gray {
  color: #AAA8A8 !important; }

a.fc-text-gray:focus, .fc a.fc-content.fc-bg-gray:focus {
  color: #918e8e !important; }

a.fc-text-gray:hover, .fc a.fc-content.fc-bg-gray:hover {
  color: #918e8e !important; }

.fc-bg-gray {
  background-color: #DADCDD !important; }

a.fc-bg-gray:focus {
  background-color: #bfc3c5 !important; }

a.fc-bg-gray:hover {
  background-color: #bfc3c5 !important; }

.fc-bg-dark-gray {
  background-color: #AAA8A8 !important; }

a.fc-bg-dark-gray:focus {
  background-color: #918e8e !important; }

a.fc-bg-dark-gray:hover {
  background-color: #918e8e !important; }

.fc-text-red, .fc .fc-content.fc-bg-red {
  color: #F86E5E !important; }

a.fc-text-red:focus, .fc a.fc-content.fc-bg-red:focus {
  color: #f6422d !important; }

a.fc-text-red:hover, .fc a.fc-content.fc-bg-red:hover {
  color: #f6422d !important; }

.fc-bg-red {
  background-color: #F8D9D9 !important; }

a.fc-bg-red:focus {
  background-color: #f0aeae !important; }

a.fc-bg-red:hover {
  background-color: #f0aeae !important; }

.fc-bg-dark-red {
  background-color: #F86E5E !important; }

a.fc-bg-dark-red:focus {
  background-color: #f6422d !important; }

a.fc-bg-dark-red:hover {
  background-color: #f6422d !important; }

.fc-text-green, .fc .fc-content.fc-bg-green {
  color: #00CA9E !important; }

a.fc-text-green:focus, .fc a.fc-content.fc-bg-green:focus {
  color: #009776 !important; }

a.fc-text-green:hover, .fc a.fc-content.fc-bg-green:hover {
  color: #009776 !important; }

.fc-bg-green {
  background-color: #9DF7E1 !important; }

a.fc-bg-green:focus {
  background-color: #6ef3d3 !important; }

a.fc-bg-green:hover {
  background-color: #6ef3d3 !important; }

.fc-bg-dark-green {
  background-color: #00CA9E !important; }

a.fc-bg-dark-green:focus {
  background-color: #009776 !important; }

a.fc-bg-dark-green:hover {
  background-color: #009776 !important; }

.fc-text-yellow, .fc .fc-content.fc-bg-yellow {
  color: #F6B046 !important; }

a.fc-text-yellow:focus, .fc a.fc-content.fc-bg-yellow:focus {
  color: #f49b15 !important; }

a.fc-text-yellow:hover, .fc a.fc-content.fc-bg-yellow:hover {
  color: #f49b15 !important; }

.fc-bg-yellow {
  background-color: #FCE0B5 !important; }

a.fc-bg-yellow:focus {
  background-color: #facb84 !important; }

a.fc-bg-yellow:hover {
  background-color: #facb84 !important; }

.fc-bg-dark-yellow {
  background-color: #F6B046 !important; }

a.fc-bg-dark-yellow:focus {
  background-color: #f49b15 !important; }

a.fc-bg-dark-yellow:hover {
  background-color: #f49b15 !important; }

.calendar-custom-button {
  height: 102px;
  width: 100%;
  border-top: 1px solid #F6F8FA !important;
  border-bottom: 1px solid #F6F8FA !important;
  margin-top: 58px; }
  @media (max-width: 767px) {
    .calendar-custom-button {
      margin-bottom: 30px; } }

.table-legend {
  margin-top: 1rem; }
  .table-legend .legend-item {
    margin-left: 2rem; }
    .table-legend .legend-item:first-child {
      margin-left: 0; }
  .table-legend .pointer {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 1rem; }

.fc {
  font-family: "Fira Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }
  .fc .fc-content {
    background-color: #A8F7E0;
    color: #14CA9C;
    border: none;
    padding: 0.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .fc .fc-event {
    background-color: #A8F7E0; }
  .fc .fc-event-container {
    border: none;
    padding: 0 0.5rem; }
    .fc .fc-event-container[colspan]:not([colspan="1"]) .fc-content {
      background-color: #FBD9D9;
      color: #ED553B; }
    .fc .fc-event-container .fc-day-grid-event {
      margin: 0.5rem 0.5rem;
      padding: 0rem;
      border: none; }
      .fc .fc-event-container .fc-day-grid-event:hover {
        cursor: pointer; }
  .fc .fc-widget-header {
    vertical-align: middle;
    height: 100px; }
    .fc .fc-widget-header span {
      display: block;
      font-family: "Fira Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      vertical-align: middle;
      color: #343333; }

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #F6F8FA; }

.fc-unthemed td.fc-today {
  background: transparent;
  border: none; }

.simditor {
  border-radius: 3px; }
  .simditor .simditor-wrapper {
    border-radius: 3px; }
  .simditor .simditor-body {
    min-height: 150px !important; }

.verify-title {
  color: #989696; }

.verify_container {
  width: 600px !important; }

.verify-list .list {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left; }
  .verify-list .list .count {
    float: left;
    text-align: center;
    font-size: 1.2rem;
    background-color: #15BF95;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px auto  1rem;
    transform: scale(1); }
  .verify-list .list .description {
    height: 100%;
    line-height: 30px; }

.home-vacancies {
  margin-bottom: 30px; }
  .home-vacancies .nav-tabs {
    border-bottom: none;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .home-vacancies .nav-tabs {
        flex-direction: column;
        background-color: #fff; }
        .home-vacancies .nav-tabs .nav-item .nav-link {
          border-bottom: 1px solid #e2e2e2; } }
    .home-vacancies .nav-tabs .nav-link {
      border: none;
      padding: 1em 1em;
      font-size: 1.25rem; }
    .home-vacancies .nav-tabs .nav-link.active,
    .home-vacancies .nav-tabs .nav-item.show .nav-link {
      color: #343333;
      background-color: #fff; }
  .home-vacancies .vacancy-item {
    border-bottom: 1px solid #EBECEE;
    transition: all 0.2s ease-in-out; }
    .home-vacancies .vacancy-item .vacancy-header img {
      width: 50px;
      height: 50px;
      display: block; }
    .home-vacancies .vacancy-item .vacancy-header .vacancy-title {
      font-size: 18px;
      line-height: 24px;
      transition: all 200ms ease-in-out; }
    .home-vacancies .vacancy-item:hover .vacancy-title {
      transition: all 200ms ease-in-out;
      color: #14CA9C; }

.vacancy-wizard-shadow, .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan {
  -webkit-box-shadow: 8px 8px 30px 0px rgba(61, 72, 88, 0.06);
  -moz-box-shadow: 8px 8px 30px 0px rgba(61, 72, 88, 0.06);
  box-shadow: 8px 8px 30px 0px rgba(61, 72, 88, 0.06); }

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/avenir-next/AvenirNext-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/avenir-next/AvenirNext-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/avenir-next/AvenirNext-Bold.ttf") format("truetype"); }

.vacancy-wizard {
  font-family: "Avenir Next"; }
  .vacancy-wizard .vacancy-wizard-step {
    position: relative; }
    .vacancy-wizard .vacancy-wizard-step .vacancy-wizard-header {
      margin-bottom: 50px;
      text-align: center; }
      .vacancy-wizard .vacancy-wizard-step .vacancy-wizard-header .vacancy-wizard-header-title {
        font-size: 40px;
        color: #3d4858;
        font-weight: 500;
        margin-bottom: 1rem; }
      .vacancy-wizard .vacancy-wizard-step .vacancy-wizard-header .vacancy-wizard-header-description {
        color: #3d4858;
        font-size: 22px;
        font-weight: 400; }
  .vacancy-wizard .vacancy-wizard-step_5 {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 130px 45px 45px;
    margin: 0 -50px; }
    @media (max-width: 991px) {
      .vacancy-wizard .vacancy-wizard-step_5 {
        margin: 100px 0 0; } }
    .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-header .vacancy-wizard-header-title {
      font-weight: 500; }
    .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-header .vacancy-wizard-header-description {
      line-height: 1.45;
      font-weight: 300; }
    .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-image-header {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -60px; }
    .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-title {
      color: #8492a6;
      margin-bottom: 10px;
      display: block; }
    .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-list {
      list-style: none;
      padding: 0; }
      .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-list li {
        padding: 20px 0;
        border-bottom: 1px solid #e0e6ed; }
        .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-list li:first-child {
          border-top: 1px solid #e0e6ed; }
        .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-list li .vacancy-wizard-plan-list-check {
          margin-right: 20px; }
          .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-list li .vacancy-wizard-plan-list-check svg {
            fill: #14CA9C; }
            .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-list li .vacancy-wizard-plan-list-check svg path {
              fill: #14CA9C; }
        .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-details .vacancy-wizard-plan-list li .vacancy-wizard-plan-list-price {
          float: right;
          font-weight: 500;
          font-size: 1.25rem;
          font-family: "Merriweather", serif; }
    .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-total {
      width: 100%;
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      margin: 30px 0; }
      .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-total .vacancy-wizard-plan-total-price {
        font-family: "Merriweather", serif; }
      .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-total .vacancy-wizard-plan-total-note {
        font-size: 80%;
        font-weight: 400; }
    .vacancy-wizard .vacancy-wizard-step_5 .vacancy-wizard-plan-action {
      width: 100%;
      display: flex;
      align-items: flex-end;
      flex-direction: column; }
  .vacancy-wizard .vacancy-wizard-step_3 {
    text-align: left;
    width: 100%; }
    .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features {
      width: 100%;
      margin-bottom: 30px;
      position: relative; }
      .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-select-extra-feature {
        position: relative;
        text-align: right;
        margin-bottom: 20px;
        margin-right: 25px;
        color: #8492a6;
        font-weight: 500; }
        @media (max-width: 991px) {
          .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-select-extra-feature {
            display: none; } }
        .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-select-extra-feature .vacancy-wizard-features-select-extra-feature-image {
          background: transparent url("../assets/images/features/arrow-select.svg") 0 0;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 72px;
          height: 78px;
          position: absolute;
          right: -78px;
          top: 10px; }
      .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item {
        display: flex;
        flex: 1;
        margin-bottom: 20px;
        padding: 25px 25px 25px 0;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 991px) {
          .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item {
            padding: 25px;
            flex-direction: column;
            align-items: center;
            align-content: center; } }
        .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item:hover {
          cursor: pointer;
          box-sizing: border-box;
          -webkit-box-shadow: 3px 3px 10px 0px rgba(242, 177, 52, 0.34), -3px -3px 10px 0px rgba(242, 177, 52, 0.34);
          box-shadow: 3px 3px 10px 0px rgba(242, 177, 52, 0.34), -3px -3px 10px 0px rgba(242, 177, 52, 0.34);
          transition: all 0.2s ease-in-out; }
        .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item .vacancy-wizard-features-item-image {
          width: 200px;
          display: flex;
          justify-content: center;
          align-items: center;
          pointer-events: none; }
          @media (max-width: 991px) {
            .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item .vacancy-wizard-features-item-image {
              margin-bottom: 20px; } }
        .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item .vacancy-wizard-features-item-content {
          width: 100%;
          pointer-events: none; }
          @media (max-width: 991px) {
            .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item .vacancy-wizard-features-item-content {
              text-align: center;
              margin-bottom: 20px; } }
          .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item .vacancy-wizard-features-item-content .vacancy-wizard-features-item-price {
            color: #14CA9C;
            font-family: "Merriweather", serif; }
            .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item .vacancy-wizard-features-item-content .vacancy-wizard-features-item-price.nok:after {
              margin-left: 0; }
          .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-features .vacancy-wizard-features-item .vacancy-wizard-features-item-content .vacancy-wizard-features-item-description {
            color: #8492a6; }
    .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-total {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 20px; }
      .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-total .vacancy-wizard-total-description {
        color: #8492a6;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 2.88;
        margin-right: 20px; }
      .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-total .vacancy-wizard-total-price {
        font-family: "Merriweather", serif;
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.64;
        letter-spacing: -0.6px; }
    .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-action {
      display: flex;
      justify-content: flex-end; }
      .vacancy-wizard .vacancy-wizard-step_3 .vacancy-wizard-action .vacancy-wizard-action-button {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-weight: 500;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05); }
  .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-services {
    display: flex;
    margin: 0 -10px 80px;
    align-items: baseline; }
    .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-services .vacancy-wizard-service-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 10px;
      padding: 0 10px; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-services .vacancy-wizard-service-item .vacancy-wizard-service-item-image {
        margin-bottom: 25px; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-services .vacancy-wizard-service-item .vacancy-wizard-service-item-description {
        text-align: center;
        color: #3d4858; }
  .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans {
    display: flex;
    margin: 0 -10px 80px; }
    @media (max-width: 1199px) {
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans {
        flex-direction: column;
        margin-bottom: 10px; } }
    .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan {
      flex: 1;
      margin: 0 10px;
      padding: 45px;
      background-color: #e2e2e2;
      display: flex;
      flex-direction: column;
      position: relative; }
      @media (max-width: 1199px) {
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan {
          margin-bottom: 2rem; } }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan:hover .vacancy-wizard-plans-plan-bottom {
        transition: all 0.2s ease-in-out;
        opacity: 1; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-standard .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-price {
        color: #f2b134; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-standard .vacancy-wizard-plans-plan-bottom {
        background: #f2b134; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-standard .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-check svg {
        fill: #f2b134; }
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-standard .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-check svg path {
          fill: #f2b134; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-premium .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-price {
        color: #4b8afb; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-premium .vacancy-wizard-plans-plan-bottom {
        background: #4b8afb; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-premium .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-check svg {
        fill: #4b8afb; }
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan.vacancy-wizard-plans-plan-premium .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-check svg path {
          fill: #4b8afb; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-header {
        text-align: center; }
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-free {
          color: #f2b134;
          font-weight: 500;
          font-size: 20px; }
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-name {
          color: #8492a6;
          text-transform: uppercase;
          font-weight: 500;
          font-size: 22px;
          letter-spacing: 2px; }
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-price {
          margin-bottom: 14px;
          font-family: "Merriweather", serif;
          font-weight: 700; }
          .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-price.cross {
            text-decoration-line: line-through;
            text-decoration-style: solid;
            text-decoration-color: #b47b0c; }
          .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-price.nok:after {
            margin-left: -16px; }
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-header .vacancy-wizard-plans-plan-description {
          margin-bottom: 34px;
          margin-right: 16px;
          font-size: 20px;
          font-weight: 400;
          color: #3d4858; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features {
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-bottom: 45px;
        justify-content: center;
        align-items: flex-start; }
        .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item {
          margin-bottom: 4px;
          display: inline-flex; }
          .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-check {
            margin-right: 20px;
            display: flex;
            justify-content: center;
            align-items: center; }
          .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-name {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #3d4858; }
          .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-image {
            display: flex;
            justify-content: center;
            align-items: center; }
          .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description {
            margin-left: 20px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description .vacancy-wizard-plans-plan_feature-item-description-icon:before {
              content: "\F625";
              transition: all 0.2s ease-in-out;
              color: #d3dce6; }
            .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description .vacancy-wizard-plans-plan_feature-item-description-icon:hover {
              cursor: pointer; }
              .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan_features .vacancy-wizard-plans-plan_feature-item .vacancy-wizard-plans-plan_feature-item-description .vacancy-wizard-plans-plan_feature-item-description-icon:hover:before {
                content: "\F2D7";
                transition: all 0.2s ease-in-out;
                color: #d3dce6; }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-action .vacancy-wizard-plans-action-button {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        line-height: 0.71;
        color: #fff;
        letter-spacing: normal;
        font-weight: 600;
        height: 50px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05); }
      .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-plans .vacancy-wizard-plans-plan .vacancy-wizard-plans-plan-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        width: 100%;
        opacity: 0;
        transition: all 0.2s ease-in-out; }
  .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-contact {
    text-align: center; }
    .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-contact .vacancy-wizard-contact-title {
      margin-bottom: 40px;
      font-size: 28px;
      font-weight: 300;
      line-height: 1.7; }
    .vacancy-wizard .vacancy-wizard-step_2 .vacancy-wizard-contact .vacancy-wizard-contact-button {
      background-color: transparent;
      border: #d3dce6 2px solid;
      color: #3d4858;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 80%;
      line-height: 1.6;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

.btn-standard {
  background-color: #f2b134; }

.btn-premium {
  background-color: #4b8afb; }

.nok:after {
  content: ',-'; }

.select-icon {
  width: 100px; }
  @media (max-width: 767px) {
    .select-icon {
      margin-bottom: 20px; } }
  .select-icon ::-webkit-scrollbar {
    width: 8px; }
  .select-icon ::-webkit-scrollbar-track {
    background: #EBECEE; }
  .select-icon ::-webkit-scrollbar-thumb {
    background: rgba(148, 160, 176, 0.5); }
  .select-icon ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(148, 160, 176, 0.5); }
  .select-icon button:after {
    display: none !important; }
  .select-icon .add-icon {
    width: 193px;
    max-height: 186px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    top: 46px;
    right: -30px;
    will-change: transform;
    left: auto;
    -webkit-box-shadow: -8px 7px 20px 6px rgba(52, 51, 51, 0.05);
    -moz-box-shadow: -8px 7px 20px 6px rgba(52, 51, 51, 0.05);
    box-shadow: -8px 7px 20px 6px rgba(52, 51, 51, 0.05); }
    .select-icon .add-icon .flex-container {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      -webkit-flex-flow: row wrap;
      background: #EBECEE;
      margin: -1px; }
      .select-icon .add-icon .flex-container .flex-item {
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        width: 60px;
        height: 60px;
        margin: 1px;
        cursor: pointer;
        color: tomato;
        font-weight: bold;
        text-align: center; }
        .select-icon .add-icon .flex-container .flex-item:hover {
          background-color: #f9f9f9; }
  .select-icon .upload-button {
    width: 100%;
    height: 80px;
    border: 1px dashed #EBECEE;
    background-color: #f5f9fb;
    transition: all ease-in-out 150ms;
    cursor: pointer; }
    .select-icon .upload-button:focus {
      outline: none; }
    .select-icon .upload-button i {
      transition: all ease-in-out 150ms;
      float: right; }
      .select-icon .upload-button i:before {
        font-size: 34px;
        line-height: 44px; }
    .select-icon .upload-button:hover {
      border: 1px dashed #ff5b77; }
      .select-icon .upload-button:hover i {
        color: #ff5b77;
        transition: all ease-in-out 150ms; }

.admin-menu {
  overflow: auto;
  height: 100vh;
  padding-bottom: 80px !important; }

.nav-app-version {
  padding: 5px;
  text-align: center;
  background-color: #14ca9c;
  font-size: 12px; }

.app-sidenav-new-message {
  padding: 30px; }

.app-nav-header-conversation {
  padding: 15px 30px; }

.nav-create-items {
  position: relative; }
  .nav-create-items i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    transition: all 0.2s ease-in-out; }
  .nav-create-items:hover i {
    right: 5px;
    transition: all 0.2s ease-in-out; }

.h-100 {
  height: calc(100% - 66px); }

.login-panel {
  min-height: 100vh;
  display: flex;
  height: 100%;
  padding: 20px; }
  @media (max-width: 575px) {
    .login-panel .login-form {
      width: 100%; } }
  @media (min-width: 768px) {
    .login-panel .login-form {
      width: 320px; } }

.social_button {
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  line-height: 21px; }

.facebook_button {
  border-color: #3b5998;
  background-color: #3b5998; }
  .facebook_button i:before {
    color: #fff; }
  .facebook_button:focus {
    background-color: #4c70ba;
    border-color: transparent;
    outline: none;
    box-shadow: none; }
    .facebook_button:focus i:before {
      color: #fff; }
  .facebook_button:hover {
    background-color: #4c70ba;
    border-color: transparent;
    outline: none;
    box-shadow: none; }
    .facebook_button:hover i:before {
      color: #fff; }

.linked_button {
  border-color: #0079AF;
  background-color: #0079AF; }
  .linked_button i:before {
    color: #fff; }
  .linked_button:focus {
    background-color: #009ce2;
    border-color: transparent;
    box-shadow: none;
    outline: none; }
    .linked_button:focus i:before {
      color: #fff; }
  .linked_button:hover {
    background-color: #009ce2;
    border-color: transparent;
    box-shadow: none;
    outline: none; }
    .linked_button:hover i:before {
      color: #fff; }

.google-plus_button {
  color: #343333;
  border-color: #EDEDED;
  background-color: #EDEDED; }
  .google-plus_button:focus {
    background-color: #d4d4d4;
    border-color: transparent;
    outline: none;
    box-shadow: none; }
  .google-plus_button:hover {
    background-color: #d4d4d4;
    border-color: transparent;
    outline: none;
    box-shadow: none; }

.loggin-sub-headers {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 300; }

.auth-form *::placeholder, .auth-form > input::placeholder {
  color: #999999;
  opacity: 1; }

.pagination-wrapper .pagination {
  margin-bottom: 0; }

.custom-control-input:disabled ~ .custom-control-indicator {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

select.form-control:not([size]):not([multiple]) {
  height: inherit;
  line-height: 25px; }

.input-group-custom {
  position: relative; }
  .input-group-custom .input-group-addon {
    border: none;
    position: absolute;
    z-index: 6;
    background: transparent; }
  .input-group-custom .input-query {
    padding-left: 75px; }

.form-control:disabled, .md-datepicker-group input:disabled, .form-control[readonly], .md-datepicker-group input[readonly], .custom-select:disabled, .custom-select[readonly] {
  color: #fff; }

.app-form-filters.bg-yellow {
  background-color: #FFFCF7; }

.app-form-filters .input-query {
  background-color: #F6F8FA;
  border: none; }
  .app-form-filters .input-query::placeholder {
    color: #999999;
    opacity: 1; }

.app-form-filters .divider {
  width: 100%;
  height: 1px;
  background: #EBECEE; }

.app-form-filters .input-icon {
  height: 38px; }
  .app-form-filters .input-icon .mdi {
    color: #989696; }

.app-form-filters .btn.btn-secondary .mdi {
  margin-right: 0.5rem;
  color: #343333; }

.spinner {
  margin: auto auto;
  height: 100%;
  height: 100vh; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #0f9c78;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.dropdown-toggle.dropdown-no-arrow:after {
  display: none;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  content: "";
  border: none; }

.avatar.small {
  width: 36px;
  height: 36px; }
  @media (min-width: 576px) {
    .avatar.small {
      width: 36px;
      height: 36px; } }
  @media (min-width: 768px) {
    .avatar.small {
      width: 36px;
      height: 36px; } }
  @media (min-width: 992px) {
    .avatar.small {
      width: 48px;
      height: 48px; } }
  @media (min-width: 1200px) {
    .avatar.small {
      width: 52px;
      height: 52px; } }

.avatar.medium {
  width: 102px;
  height: 102px; }

.avatar.large {
  width: 360px;
  height: 360px; }

.circle {
  border-radius: 100%;
  color: #AAA8A8;
  border: 1px solid #AAA8A8;
  width: 37px;
  height: 37px;
  float: left;
  position: relative; }
  .circle.active {
    background-color: #14CA9C;
    color: #ffffff; }

.img-circle {
  border: 2px solid orange;
  padding: 5px; }

.not-img-circle {
  background-color: #AAA8A8;
  color: #ffffff; }

@media (min-width: 992px) {
  .user-setting-panel {
    padding-left: 30px;
    padding-right: 30px; } }

.categories-list .category-item {
  border-bottom: 1px solid #EBECEE;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

@media (max-width: 1199px) {
  .user-setting-container .card-block {
    padding: 0; } }

@media (min-width: 992px) {
  .user-setting-container {
    padding-top: 60px;
    padding-bottom: 60px; } }

.user-setting-container .panel-title {
  border: none; }

.reset-panel .panel-title {
  padding: 20px 0; }

.frame {
  border: 1px solid #14CA9C; }

.app-status {
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.05); }
  .app-status .row .col-12 .item {
    padding: 20px;
    border-bottom: 1px solid #EBECEE; }
    @media (min-width: 768px) {
      .app-status .row .col-12 .item {
        border-bottom: none;
        border-right: 1px solid #EBECEE; } }
  .app-status .row .col-12:last-child .item {
    border: none; }

.logo-container img {
  margin: 0 auto;
  display: block; }

.main-header {
  padding: 19px 33px !important; }

.logotype img {
  width: 150px;
  height: 30px;
  display: block; }

.app-sidenav {
  color: #fff; }
  .app-sidenav i {
    color: #A1EAD7; }
  .app-sidenav .card {
    background-color: transparent;
    border: none;
    border-left: 0 solid #fff;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .app-sidenav .card:before {
      content: '';
      width: 0;
      background: #ffffff;
      transition: width .3s;
      display: list-item;
      position: absolute;
      height: 100%; }
    .app-sidenav .card:hover::before, .app-sidenav .card.active::before {
      width: 4px; }
    .app-sidenav .card:after {
      position: absolute;
      top: 20px;
      right: 30px; }
  .app-sidenav .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0; }
    .app-sidenav .card-header a {
      color: #fff; }
      .app-sidenav .card-header a h5 {
        font-size: 1rem;
        font-weight: 500;
        color: #fff; }
      .app-sidenav .card-header a:after {
        right: 30px;
        top: 21px;
        border-top: 5px solid #fff; }
    .app-sidenav .card-header:focus {
      text-decoration: none;
      background-color: #15BF95; }
      .app-sidenav .card-header:focus > * {
        text-decoration: none; }
      .app-sidenav .card-header:focus a {
        text-decoration: none; }
    .app-sidenav .card-header:hover {
      text-decoration: none;
      background-color: #15BF95; }
      .app-sidenav .card-header:hover > * {
        text-decoration: none; }
      .app-sidenav .card-header:hover a {
        text-decoration: none; }
  .app-sidenav .card-block {
    padding: 0; }
    .app-sidenav .card-block a {
      padding-left: 3.5rem;
      font-weight: 400; }
      .app-sidenav .card-block a:focus {
        text-decoration: none;
        color: #A1EAD7; }
      .app-sidenav .card-block a:hover {
        text-decoration: none;
        color: #A1EAD7; }
  .app-sidenav a[aria-expanded="true"] {
    background-color: #15BF95; }
  .app-sidenav.false a {
    padding: 0.35rem 24px;
    width: 80px; }
  .app-sidenav a {
    color: #fff;
    display: flex;
    padding: 13px 28px;
    height: 47px;
    font-weight: 500; }
    .app-sidenav a:focus {
      text-decoration: none;
      color: #A1EAD7; }
    .app-sidenav a:hover {
      text-decoration: none;
      color: #A1EAD7; }

.card-user-link:focus {
  text-decoration: none; }
  .card-user-link:focus > * {
    text-decoration: none; }

.card-user-link:hover {
  text-decoration: none; }
  .card-user-link:hover > * {
    text-decoration: none; }

.card-user-link.card {
  cursor: pointer; }
  .card-user-link.card:hover .right-icon-div {
    background: #14CA9C;
    color: #fff;
    transition: background-color 1000ms ease-out; }
  .card-user-link.card:hover .mdi-chevron-right {
    color: #ffffff; }
  .card-user-link.card:hover .card-title {
    color: #14CA9C; }
  .card-user-link.card:hover .right-icon-div {
    width: 60px; }

.card-user-link .right-icon-div {
  height: 100%;
  width: 60px;
  background-color: #ffffff; }

.card-user-link .card-title {
  font-size: 20px;
  color: #000;
  font-weight: 400; }

.card-user-link .card-text {
  color: #989696; }

.card-user-link .card:hover .right-icon-div {
  margin-right: 1px; }

.card-header {
  padding: 20px;
  border-bottom: 1px solid #EBECEE;
  background-color: #ffffff; }
  .card-header a {
    position: relative;
    width: 100%;
    display: flex;
    color: #343333; }
    .card-header a h5 {
      font-weight: 400; }
    .card-header a:focus {
      text-decoration: none; }
    .card-header a:hover {
      text-decoration: none; }

.contractor-item-card .card-header {
  border-bottom: none; }

.contractor-item-card .custom-card-title {
  border-bottom: none;
  display: inline; }

.showPanel {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.1s ease-in-out; }
  .showPanel.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: all 0.4s ease-in-out; }

.closePanel {
  position: absolute;
  right: -24px;
  top: -24px;
  opacity: 0;
  visibility: hidden; }
  .closePanel.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out; }

.app-order-card {
  border-bottom: solid 1px #EBECEE; }

.g-map-canvas {
  width: 100%;
  height: 340px; }

.g-map {
  height: 100%;
  width: 100%; }

.app-user-profile .view-order-contractee {
  width: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.app-user-profile .profile-logo {
  width: 100px;
  height: 100px;
  margin: auto auto; }

.app-user-profile .user-name {
  color: #fff;
  text-shadow: 1px 1px #333;
  font-size: 22px;
  text-align: center; }

.app-user-profile .g-map {
  opacity: 0.65; }

.app-user-profile .user-settings-icon {
  color: #F2B134; }

.user-reply {
  border: 1px solid #EBECEE;
  height: 100px;
  padding: 10px; }

.user-reply-bottom {
  border-bottom: 1px solid #EBECEE; }

.user-selection-modal .body {
  background-color: #F6F8FA; }

.user-selection-modal .modal-header, .user-selection-modal .rating-stars {
  border-bottom: 1px solid #EBECEE; }

.app-order-list {
  background-color: #ffffff; }
  .app-order-list .applications-steps {
    border-top: solid 1px #EBECEE;
    border-bottom: solid 1px #EBECEE;
    background-color: #FFFCF7; }
  .app-order-list .user-icon {
    width: 75px; }
  .app-order-list .btn-user-applicants {
    font-size: 14pt;
    color: #ffffff; }
  .app-order-list .description {
    font-size: 20pt;
    color: #343333; }
  .app-order-list .description-text {
    font-size: 16px;
    color: #343333; }
  .app-order-list .order-timesheet {
    border-bottom: solid 1px #EBECEE; }
  .app-order-list .order-timesheet-row {
    border-bottom: solid 1px #EBECEE;
    color: #343333; }
  .app-order-list .startdato {
    width: 185px; }
  .app-order-list .description-div-border {
    border-bottom: solid 1px #EBECEE; }
  .app-order-list .order-address {
    border: 1px solid #EBECEE;
    height: 200px;
    color: #343333;
    background-color: #FFFCF7; }
  .app-order-list .order-address span {
    display: block; }
  .app-order-list .btn-user-applicants .mdi-phone-in-talk, .app-order-list .btn-user-applicants .mdi-email {
    color: #ffffff; }
  .app-order-list .table td, .app-order-list .table th {
    border-top: 0;
    border-bottom: 1px solid #EBECEE;
    padding: 0.75rem;
    font-weight: normal; }

.description-div {
  width: 100%; }

a.star-rating {
  font-size: 18px;
  color: #FEB632;
  cursor: default;
  margin-left: -2px; }

.input-icon {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0; }

.has-danger .ember-power-select-trigger, .has-danger .custom-select {
  border-color: #ED553B;
  color: #ED553B; }

/*
.app-order-create {

    .description {
        border: 2px solid $table-border-color;
    }

    .order-detail {
        border-top: solid 1px #EBECEE;
        border-bottom: solid 1px #EBECEE;
        background-color: #FFFCF7;
    }

    .input-group-addon {
        background-color: #ffffff;
    }

    .start-date-input {
        flex-direction: row;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control{
        flex-direction: row;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .input-group-addon {
        border-right: 0;
    }

    .duration {
        border-radius: 5px;
    }

    .select-tag {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-position: right 50%;

    }

    select.form-control:not([size]):not([multiple]) {
        height:inherit;
    }



    .md-datepicker-group {
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .input-group-btn {
        flex-direction: row;
    }

    .time-options {
        height: inherit !important;
        flex-direction: row;
    }

    .separator {
        border-bottom: 1px solid $table-border-color;
    }

    .mine-vikarer{
        &:hover, &.active {
            border: 1px solid #A3ECDD;
            background-color: #EBFBF8;
            height: 160px;
        }

    }



    .time {
        padding-left:19px;
    }



    .order-user-notified {
        background-color: #ffffff;
        max-width: 600px;
    }

    .dropdown-right {
        left: auto;
        right: 0;
    }

    .collapse-textarea {
        width: 100%;
    }

    .table {
        min-width: 800px;
        font-size:16px;
    }

    .table span {
        line-height: 1;
    }

    .disable-select {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        position:relative;
    }

    .form-inline input, select, select option {
        color: #333 !important;
    }

    .form-inline label {
        display: inherit;
    }

    .shift-types .down-arrow i:after {
        width: 0;
        position: absolute;
        height: 0;
        top: 15px;
        right: 10px;
        z-index: 999;
        padding: 0;
        content: '';
        border-left: .255em solid transparent;
        border-right: .255em solid transparent;
        border-top: 0.55em solid #727272;
    }

    .timer {
        padding-top: 5px;
    }

    .dropdown-item:hover {
        background-color: #fff;
    }

}
*/
.ember-power-select-trigger {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 100%; }

.user-rate-order {
  display: inline-flex; }
  .user-rate-order a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #EBECEE;
    text-align: center;
    margin-right: 5px; }
    .user-rate-order a:before {
      line-height: 36px !important; }

.user-header {
  padding: 2rem;
  height: 100%; }

.list-user-items .item {
  padding: 20px;
  border-bottom: 1px solid #EBECEE; }
  .list-user-items .item .skill-item, .list-user-items .item .category-item {
    display: inline-block;
    background: #EBFBF8;
    color: #343333;
    margin-right: 5px;
    padding: 2px 5px;
    margin-bottom: 10px; }
    .list-user-items .item .skill-item a, .list-user-items .item .category-item a {
      color: #343333; }

.contractor-avatar {
  object-fit: cover;
  object-position: top; }

.button-custom {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #EBECEE;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .button-custom:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #EBECEE;
    width: 30px;
    height: 30px; }

.languages .language-item {
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #EBECEE; }
  .languages .language-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .languages .language-item .item {
    width: 115px;
    display: inline-block; }

.educations .education-item, .educations .experience-item, .experiences .education-item, .experiences .experience-item {
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 33px;
  border-bottom: 1px solid #EBECEE; }
  .educations .education-item:last-child, .educations .experience-item:last-child, .experiences .education-item:last-child, .experiences .experience-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .educations .education-item h6, .educations .experience-item h6, .experiences .education-item h6, .experiences .experience-item h6 {
    margin-bottom: 12px;
    font-size: 1.125rem;
    line-height: 26px; }
  .educations .education-item p, .educations .experience-item p, .experiences .education-item p, .experiences .experience-item p {
    line-height: 26px; }
    .educations .education-item p:last-child, .educations .experience-item p:last-child, .experiences .education-item p:last-child, .experiences .experience-item p:last-child {
      margin-bottom: 0; }
  .educations .education-item .education-label, .educations .experience-item .education-label, .experiences .education-item .education-label, .experiences .experience-item .education-label {
    font-weight: normal;
    margin-bottom: 20px;
    color: rgba(52, 51, 51, 0.8) !important; }

.orders .orders-item {
  padding: 0 0 30px;
  margin: 0 0 23px;
  border-bottom: 1px solid #EBECEE; }
  .orders .orders-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .orders .orders-item h6 {
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 26px; }
  .orders .orders-item p:last-child {
    margin-bottom: 0; }
  .orders .orders-item .user-rate {
    float: right; }
    @media (max-width: 991px) {
      .orders .orders-item .user-rate {
        float: left;
        margin-bottom: 10px; } }

.assignment_action_modal .contractor-item {
  background-color: #F6F8FA; }

.assignment_action_modal .modal-header, .assignment_action_modal .user-reference {
  border-bottom: 1px solid #EBECEE; }

.user-selection-modal:after {
  content: ' ';
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.user-selection-modal .modal-dialog {
  z-index: 2; }

.timesheet-modal:after {
  content: ' ';
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.timesheet-modal .modal-dialog {
  z-index: 2;
  max-width: 1024px; }

.timesheet-header {
  background-color: #FFFCF7;
  border-bottom: 1px solid #EBECEE; }
  .timesheet-header .start-date-input {
    flex-direction: row; }
  .timesheet-header .icon-border {
    border: 1px solid #EBECEE;
    padding: 10px; }
  .timesheet-header .icon-border:hover {
    cursor: pointer; }
  .timesheet-header .icon-border:hover .mdi-cloud-download, .timesheet-header .icon-border:hover .mdi-printer {
    color: #14CA9C; }
  .timesheet-header .md-datepicker-group {
    margin: 0; }
  .timesheet-header select.form-control:not([size]):not([multiple]) {
    height: inherit; }
  .timesheet-header .input-group-addon, .timesheet-header .input-group-btn, .timesheet-header .input-group .form-control, .timesheet-header .input-group .md-datepicker-group input, .md-datepicker-group .timesheet-header .input-group input {
    flex-direction: row;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
  .timesheet-header .input-icon {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .timesheet-header .select-tag {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%; }

.timesheet-body {
  background-color: #ffffff;
  min-height: 600px; }

.timesheet_action_modal .modal-content {
  width: 1024px; }

.timesheet_action_modal .modal-dialog {
  padding-top: 30px;
  max-width: 1024px;
  margin: 0 auto;
  overflow-x: scroll;
  /* width: 100%; */
  /* height: 100px; */ }

.modal-dialog::-webkit-scrollbar {
  display: none; }

.emails-container .emails-items .email-body {
  width: 100%;
  height: 100%; }

.emails-container .emails-items .emails-items-item {
  padding: 20px; }
  .emails-container .emails-items .emails-items-item:focus {
    cursor: pointer; }
  .emails-container .emails-items .emails-items-item:hover {
    cursor: pointer; }

.btn-register:hover {
  color: #fff; }

.btn-register:active {
  color: #fff; }

.fit-content {
  width: fit-content; }

.btn-decline {
  background: none;
  color: #AAA8A8;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .btn-decline:hover {
    cursor: pointer; }

.btn-gray {
  background: #ebf0f4;
  color: #AAA8A8;
  border: none;
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .btn-gray:hover {
    color: #343333;
    cursor: pointer;
    background: #e0e7ee; }

.btn-gray-dark {
  background: #e0e7ee;
  color: #343333;
  border: none;
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .btn-gray-dark:hover {
    color: #AAA8A8;
    cursor: pointer;
    background: #ebf0f4; }
  .btn-gray-dark.border-bg-danger {
    border: 1px solid #f8c1b7; }
  .btn-gray-dark .mdi {
    color: #343333; }
    .btn-gray-dark .mdi:hover {
      color: #AAA8A8; }

.btn:hover {
  cursor: pointer; }

.btn i {
  color: #fff; }

.btn-link i {
  color: #D1D3D4; }

.btn-link:hover {
  cursor: pointer; }

.btn-link, .btn {
  outline: none; }
  .btn-link:focus, .btn:focus {
    outline: none; }
  .btn-link:hover, .btn:hover {
    outline: none; }

.btn-readall {
  position: relative;
  width: 160px; }
  .btn-readall:hover i {
    right: 7px;
    transition: all 0.2s ease-in-out; }
  .btn-readall i {
    right: 13px;
    position: absolute;
    transition: all 0.2s ease-in-out; }

.reset-mdi-lineh::before {
  line-height: 18px; }

@media (min-width: 768px) {
  .buttons-container {
    flex-direction: row; } }

@media (max-width: 991px) {
  .buttons-container {
    flex-direction: column; } }

.button-container {
  flex: 1;
  background-color: transparent;
  margin: 0 15px 2rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 992px) {
    .button-container {
      max-width: 50%;
      background: transparent; }
      .button-container.full {
        max-width: 100%;
        background: transparent;
        flex: 1;
        height: 100%;
        margin: 0; } }
  @media (max-width: 991px) {
    .button-container {
      margin-left: 0;
      margin-right: 0; } }
  .button-container:hover.btn-hover-secondary {
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(254, 182, 50, 0.34), -3px -3px 10px 0px rgba(254, 182, 50, 0.34);
    box-shadow: 3px 3px 10px 0px rgba(254, 182, 50, 0.34), -3px -3px 10px 0px rgba(254, 182, 50, 0.34); }
  .button-container:hover.btn-hover-primary {
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(20, 202, 156, 0.34), -3px -3px 10px 0px rgba(20, 202, 156, 0.34);
    box-shadow: 3px 3px 10px 0px rgba(20, 202, 156, 0.34), -3px -3px 10px 0px rgba(20, 202, 156, 0.34); }
  .button-container:hover .button-wrapper {
    transition: all 0.2s ease-in-out; }
    .button-container:hover .button-wrapper .button-icon {
      transition: all 0.2s ease-in-out;
      margin-left: -5px; }
    .button-container:hover .button-wrapper:hover.btn-hover-secondary {
      box-sizing: border-box;
      -webkit-box-shadow: 3px 3px 10px 0px rgba(254, 182, 50, 0.34), -3px -3px 10px 0px rgba(254, 182, 50, 0.34);
      box-shadow: 3px 3px 10px 0px rgba(254, 182, 50, 0.34), -3px -3px 10px 0px rgba(254, 182, 50, 0.34); }
    .button-container:hover .button-wrapper:hover.btn-hover-primary {
      box-sizing: border-box;
      -webkit-box-shadow: 3px 3px 10px 0px rgba(20, 202, 156, 0.34), -3px -3px 10px 0px rgba(20, 202, 156, 0.34);
      box-shadow: 3px 3px 10px 0px rgba(20, 202, 156, 0.34), -3px -3px 10px 0px rgba(20, 202, 156, 0.34); }
  .button-container.full {
    height: 100%;
    flex: 1; }
    .button-container.full .button-wrapper {
      margin-bottom: 10px;
      height: 100%;
      flex: 1; }
      .button-container.full .button-wrapper:last-child {
        margin-bottom: 0; }
  .button-container:first-child {
    margin-left: 0; }
  .button-container:last-child {
    margin-right: 0; }
  .button-container .button-wrapper {
    padding: 21px 26px;
    background: #fff;
    height: 100%; }
    .button-container .button-wrapper .button-actions-link {
      font-size: 20px;
      border: 0;
      background-color: transparent;
      margin: 0 0 5px;
      padding: 0;
      font-weight: 500;
      display: block; }
      .button-container .button-wrapper .button-actions-link:hover {
        cursor: pointer; }
    .button-container .button-wrapper .button-actions-text {
      margin: 0 0 20px; }
    .button-container .button-wrapper .button-image {
      width: 70%;
      height: auto;
      float: right; }
      .button-container .button-wrapper .button-image svg {
        display: block; }
    .button-container .button-wrapper .button-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -17px;
      margin-left: -17px;
      transition: all 0.2s ease-in-out; }
      .button-container .button-wrapper .button-icon:hover {
        cursor: pointer; }
      .button-container .button-wrapper .button-icon i {
        transition: all 0.2s ease-in-out;
        color: #fff;
        width: 36px;
        height: 36px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }

.testimonials {
  position: relative; }
  @media (min-width: 768px) {
    .testimonials .card-deck {
      flex-direction: row; } }
  @media (max-width: 991px) {
    .testimonials .card-deck {
      flex-direction: column; } }
  .testimonials .card-deck .card {
    flex: 1;
    border: none;
    -webkit-box-shadow: 0 0 50px 2px rgba(52, 51, 51, 0.05);
    -moz-box-shadow: 0 0 50px 2px rgba(52, 51, 51, 0.05);
    box-shadow: 0 0 50px 2px rgba(52, 51, 51, 0.05);
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .testimonials .card-deck .card {
        width: 100%;
        display: none; }
        .testimonials .card-deck .card:first-child {
          display: block; } }
    .testimonials .card-deck .card:hover {
      -webkit-box-shadow: 0 6px 28px 7px rgba(53, 52, 52, 0.14);
      -moz-box-shadow: 0 6px 28px 7px rgba(53, 52, 52, 0.14);
      box-shadow: 0 6px 28px 7px rgba(53, 52, 52, 0.14); }
    .testimonials .card-deck .card .card-body {
      padding: 30px; }
      .testimonials .card-deck .card .card-body .card-avatar {
        padding-bottom: 38px; }
        .testimonials .card-deck .card .card-body .card-avatar img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          width: 100%;
          height: auto;
          max-width: 100px; }
      .testimonials .card-deck .card .card-body .card-caption .card-title {
        font-weight: 500;
        margin-bottom: 0.5rem; }
      .testimonials .card-deck .card .card-body .card-caption .card-text {
        font-weight: 400;
        color: #343333; }

.table-responsive-timesheet-admin {
  width: 100%; }
  .table-responsive-timesheet-admin .responsive {
    min-width: 1108px; }
    .table-responsive-timesheet-admin .responsive .contractor {
      width: 100px; }

.table-responsive-ordershift-admin {
  width: 100%; }
  .table-responsive-ordershift-admin .responsive {
    min-width: 800px; }

.table-responsive-timesheet {
  width: 100%; }
  .table-responsive-timesheet .responsive {
    min-width: 1053px; }
  .table-responsive-timesheet tbody tr:hover {
    cursor: pointer; }

.table thead th {
  border-bottom: none;
  border-top: none;
  font-weight: normal; }

.table tbody th, .table tbody td {
  vertical-align: middle; }

.table-items thead th {
  padding: 20px 0 20px 0;
  background: #f4f5f6;
  font-weight: bold; }
  .table-items thead th:last-child {
    padding-right: 20px; }

.table-items tbody th:last-child, .table-items tbody td:last-child {
  padding-right: 20px; }

.controller {
  height: 100%; }
  @media (max-width: 767px) {
    .controller {
      margin-top: 1rem; } }

.table-vacancy thead th {
  padding: 20px; }

.attachments table tr td {
  cursor: pointer; }

.attachments table tr td,
.attachments table tr th {
  padding-left: 0;
  padding-right: 0; }

.attachments table tr td {
  border-top: 0;
  border-bottom: 1px solid #EBECEE; }

.attachments table tr:last-child td {
  border-bottom: 0; }

.contractor-switch-toggle {
  text-align: right;
  /* Rounded sliders */ }
  @media (max-width: 1199px) {
    .contractor-switch-toggle {
      text-align: center; } }
  .contractor-switch-toggle .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px; }
  .contractor-switch-toggle label {
    margin-bottom: 0;
    vertical-align: middle; }
  .contractor-switch-toggle span {
    line-height: 20px; }
  .contractor-switch-toggle .switch input {
    display: none; }
  .contractor-switch-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ED553B;
    -webkit-transition: .4s;
    transition: .4s;
    height: 26px; }
  .contractor-switch-toggle .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 8px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .contractor-switch-toggle input:checked + .slider {
    background-color: #14CA9C; }
  .contractor-switch-toggle input:focus + .slider {
    box-shadow: 0 0 1px #14CA9C; }
  .contractor-switch-toggle input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .contractor-switch-toggle .slider.round {
    border-radius: 34px; }
  .contractor-switch-toggle .slider.round:before {
    border-radius: 50%; }

.loading {
  background: rgba(0, 0, 0, 0.15);
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.notifications-card .notification-item {
  border-bottom: 1px solid #EBECEE;
  display: block; }
  .notifications-card .notification-item:last-child {
    border-bottom: none; }

.app-video-player {
  background-color: #000; }
  .app-video-player .video-js {
    margin: 0 auto;
    max-height: 400px;
    width: 100%; }

.massages {
  height: calc(100vh - 160px);
  overflow: auto;
  overflow-x: hidden; }
  .massages .row {
    height: 100%; }
  .massages .inbox {
    border-bottom: 1px solid #EBECEE;
    border-right: 1px solid #EBECEE;
    transition: all 0.2s ease-in-out; }
  .massages .conversations {
    border-right: 1px solid #EBECEE;
    height: calc(100% - 55px);
    overflow: auto;
    transition: all 0.2s ease-in-out; }
  .massages .aktive {
    background-color: #F6F8FA;
    border-left: 3px solid #14CA9C;
    transition: all 0.2s ease-in-out; }

.contractee-list .card-title {
  font-weight: normal;
  border-bottom: 1px solid #EBECEE; }

.contractee-list a, .contractee-list a:hover {
  color: #000;
  font-weight: normal; }

.bgwhite {
  background-color: #FFFFFF; }

.tbl-shift-item tr td {
  font-size: 1.2rem; }

.tbl-shift-item tr.is-editing {
  background: #fff6e6; }

.tbl-shift-item tr .form-control:disabled, .tbl-shift-item tr .md-datepicker-group input:disabled, .md-datepicker-group .tbl-shift-item tr input:disabled, .tbl-shift-item tr .form-control[readonly], .tbl-shift-item tr .md-datepicker-group input[readonly], .md-datepicker-group .tbl-shift-item tr input[readonly] {
  background-color: #fff;
  color: #000;
  opacity: 1; }

.tbl-shift-item tr .form-control:disabled, .tbl-shift-item tr .md-datepicker-group input:disabled, .md-datepicker-group .tbl-shift-item tr input:disabled {
  cursor: auto; }

tr {
  position: relative; }
  tr.is-absence td {
    position: relative; }
  tr.is-absence td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%; }

/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit
  the CSS below. Click "details"
  below to add comments or questions.
  This file uses some SCSS. Learn more
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
	   All dimensions use em-based sizes so that the scale along with the font size.
	   Try increasing it to 15px and see what happens. */
  font-size: 10px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #fff; }

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big.
	   All width/height values use ems, which are a multiple of the font size.
	   If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
	   Now that font size is set, the following em values will be a multiple of the
	   new font size. If the font-size is 3em (30px), then setting any of
	   the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em; }

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #2B333F;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(43, 51, 63, 0.7); }

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff; }

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #bfc7d3;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5); }

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75); }

.app-video-player .video-js {
  max-height: 320px; }

.video-js .vjs-big-play-button {
  width: 2em;
  height: 2em;
  background-color: #FEB632;
  transition: all 0.2s ease-in-out;
  border: none;
  border-radius: 50%;
  line-height: 2; }
  .video-js .vjs-big-play-button:hover {
    background-color: orange;
    box-shadow: 0 0 0 6px rgba(255, 196, 0, 0.4); }

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  transition: all 0.2s ease-in-out;
  background-color: orange;
  box-shadow: 0 0 0 6px rgba(255, 196, 0, 0.4); }

.vacancy-link:after {
  -moz-transition: box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  -webkit-transition: box-shadow 300ms;
  transition: box-shadow 300ms;
  box-shadow: 0 0 0 0 rgba(242, 177, 52, 0.2);
  height: 33px;
  width: 33px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2; }

.vacancy-link:before {
  content: ' ';
  background-color: #b334f2;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  transform: translate(-49%, -51%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2; }

.vacancy-link i {
  z-index: 3; }

.post-job-wrapper {
  padding: 80px 20px; }
  @media (max-width: 991px) {
    .post-job-wrapper .form-section a {
      display: block;
      width: 100%; } }

.vacancy-sidebar-wrapper {
  border-right: 1px solid #eaeaea;
  height: 100%; }
  .vacancy-sidebar-wrapper .vacancy-essentials {
    padding: 60px 30px; }
    .vacancy-sidebar-wrapper .vacancy-essentials h4 a {
      color: #343333; }
      .vacancy-sidebar-wrapper .vacancy-essentials h4 a:hover {
        color: #14CA9C; }
      .vacancy-sidebar-wrapper .vacancy-essentials h4 a .profile-avatar {
        margin: 0 auto;
        margin-bottom: 20px; }
    .vacancy-sidebar-wrapper .vacancy-essentials h4 .verified {
      color: #14CA9C; }
      .vacancy-sidebar-wrapper .vacancy-essentials h4 .verified:hover {
        cursor: pointer; }
    .vacancy-sidebar-wrapper .vacancy-essentials .bio {
      font-size: 1.25rem; }
  .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-plan {
    padding: 15px 30px;
    border-top: 1px solid #eee; }
    .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-plan h6 {
      font-weight: normal; }
  .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share {
    padding: 15px 30px;
    border-top: 1px solid #eee; }
    .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location p, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type p, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline p, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share p {
      margin: 0;
      line-height: 1rem;
      display: inline-block; }
    .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location h6, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type h6, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline h6, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share h6 {
      display: inline-block;
      font-weight: normal;
      margin: 0; }
    .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul li, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul li, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul li, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul li {
        padding-left: 10px; }
        .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul li i, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul li i, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul li i, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul li i {
          font-size: 22px; }
        .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul li a, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul li a, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul li a, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul li a {
          display: block; }
        .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul li .facebook, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul li .facebook, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul li .facebook, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul li .facebook {
          color: #2F61AE; }
        .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul li .twitter, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul li .twitter, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul li .twitter, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul li .twitter {
          color: #0589FF; }
        .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul li .messenger, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul li .messenger, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul li .messenger, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul li .messenger {
          color: #04B5EF; }
        .vacancy-sidebar-wrapper .vacancy-sidebar-extras .location ul li .linkedin, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .job-type ul li .linkedin, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .deadline ul li .linkedin, .vacancy-sidebar-wrapper .vacancy-sidebar-extras .share ul li .linkedin {
          color: #0388CA; }

.vacancy-content-wrapper {
  padding: 80px 80px 80px 40px; }
  @media (max-width: 991px) {
    .vacancy-content-wrapper {
      padding: 20px 20px 20px 20px; } }
  .vacancy-content-wrapper .vacancy-content-header h4 {
    margin: 0;
    line-height: 32px; }
  .vacancy-content-wrapper .vacancy-content-info ul {
    list-style: none;
    padding: 0 10px;
    background-color: #F6F8FA; }
    .vacancy-content-wrapper .vacancy-content-info ul li {
      margin-right: 24px; }
      .vacancy-content-wrapper .vacancy-content-info ul li i {
        font-size: 20px;
        padding-right: 10px; }
  .vacancy-content-wrapper .vacancy-content-body p {
    color: #343333;
    line-height: 26px; }
  .vacancy-content-wrapper .vacancy-content-body ul li {
    color: #343333;
    margin-bottom: 14px; }
  .vacancy-content-wrapper .edit-btn i {
    color: #FEB632; }
  .vacancy-content-wrapper .edit-btn:hover {
    border: 1px solid #FEB632; }
  .vacancy-content-wrapper .meld-interesse-alert {
    padding: 24px;
    background-color: #EBFBF8; }
    .vacancy-content-wrapper .meld-interesse-alert .alert-content {
      padding-left: 24px; }
      .vacancy-content-wrapper .meld-interesse-alert .alert-content p {
        font-size: 15px;
        color: rgba(52, 51, 51, 0.7);
        margin: 0; }

.vacancy-footer-wrapper {
  padding: 14px 30px;
  transition: all 0.2s ease-in-out; }
  .vacancy-footer-wrapper.open {
    left: 410px;
    transition: all 0.2s ease-in-out; }
  @media (max-width: 1199px) {
    .vacancy-footer-wrapper {
      left: 20px;
      right: 20px; } }
  @media (max-width: 991px) {
    .vacancy-footer-wrapper .vacancy-footer-content {
      flex-direction: column; } }
  .vacancy-footer-wrapper .vacancy-footer-content h5 {
    font-weight: normal;
    margin: 0; }
  @media (max-width: 991px) {
    .vacancy-footer-wrapper .vacancy-footer-content a {
      margin-top: 14px;
      display: block;
      width: 100%; } }
  .vacancy-footer-wrapper .vacancy-footer-content .superscript {
    color: #ED553B;
    font-size: 14px; }

.vacancy-overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 100%; }

.following-job {
  padding: 20px;
  background-color: #EBEDEF; }
  .following-job .following-job-content {
    margin-left: 20px; }
    .following-job .following-job-content .following-job-label {
      text-transform: uppercase;
      font-size: 14px;
      color: #AAA8A8; }

@media (max-width: 991px) {
  .search-applicants .input-group {
    margin-bottom: 10px; } }

.search-applicants .app-power-select {
  background-color: #fff; }
  .search-applicants .app-power-select .ember-power-select-trigger {
    border: 1px solid #D1D3D4;
    background-color: #fff;
    border-radius: 3px; }

.search-applicants .panel-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  .search-applicants .panel-footer .custom-control-indicator {
    background-color: #fff; }
  .search-applicants .panel-footer .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #14CA9C; }

.user-card {
  flex-direction: row; }
  @media (max-width: 991px) {
    .user-card {
      flex-direction: column; } }
  .user-card.checked {
    border: 1px solid #A3ECDD; }
  .user-card .user-card-img {
    width: 208px;
    height: 208px;
    position: relative; }
    @media (max-width: 991px) {
      .user-card .user-card-img {
        width: 100%;
        height: 400px; } }
    .user-card .user-card-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .user-card .user-card-img .user-play-button {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 8px;
      margin: 0;
      height: 40px; }
      .user-card .user-card-img .user-play-button span {
        max-width: 0;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
        font-family: "Fira Sans"; }
      .user-card .user-card-img .user-play-button:hover span {
        max-width: 7rem; }
  .user-card .user-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 24px 0 24px;
    width: 100%; }
    @media (max-width: 991px) {
      .user-card .user-card-content {
        padding-bottom: 24px; } }
    .user-card .user-card-content .user-link a {
      color: #343333; }
      .user-card .user-card-content .user-link a:hover {
        color: #14CA9C; }
    .user-card .user-card-content .user-hired {
      position: absolute;
      right: 0;
      top: 24px;
      z-index: 1; }
      .user-card .user-card-content .user-hired .flag-vacancy {
        width: 60px;
        height: 24px;
        padding-top: 6px;
        line-height: 12px;
        position: relative;
        background: #14CA9C;
        color: white;
        font-size: 11px;
        text-align: center;
        text-transform: uppercase; }
        .user-card .user-card-content .user-hired .flag-vacancy:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 0;
          border-left: 4px solid #fff;
          border-bottom: 12px solid transparent;
          border-top: 12px solid transparent; }
    .user-card .user-card-content .user-hire {
      position: absolute;
      right: 12px;
      top: 24px;
      z-index: 999; }
    .user-card .user-card-content .user-select {
      position: absolute;
      right: 31px;
      top: 46px;
      z-index: 999; }
    .user-card .user-card-content .user-skills {
      display: inline-flex; }
      .user-card .user-card-content .user-skills .user-skill-items {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none; }
        .user-card .user-card-content .user-skills .user-skill-items .skill-item {
          margin-right: 8px;
          border-radius: 5px;
          background-color: #EBFBF8;
          color: #343333;
          padding: 3px 10px;
          font-size: 15px; }
        .user-card .user-card-content .user-skills .user-skill-items .dropdown-menu {
          margin: 0;
          padding: 0;
          top: 40px;
          max-height: 250px;
          overflow-y: auto; }
          .user-card .user-card-content .user-skills .user-skill-items .dropdown-menu .dropdown-item {
            font-size: 15px;
            padding: 6px 1.5rem;
            cursor: pointer; }
        .user-card .user-card-content .user-skills .user-skill-items .dropdown-toggle {
          cursor: pointer;
          transition: all 0.2s ease-in-out; }
          .user-card .user-card-content .user-skills .user-skill-items .dropdown-toggle:hover {
            color: #14CA9C; }
          .user-card .user-card-content .user-skills .user-skill-items .dropdown-toggle:after {
            display: none; }
    .user-card .user-card-content .user-stats {
      flex-direction: row; }
      @media (max-width: 991px) {
        .user-card .user-card-content .user-stats {
          flex-direction: column; } }
      .user-card .user-card-content .user-stats p, .user-card .user-card-content .user-stats h6 {
        margin: 0;
        font-weight: normal; }
      .user-card .user-card-content .user-stats .user-card-rate {
        margin-top: -5px; }
    .user-card .user-card-content .user-contact-buttons .phone-btn {
      color: #343333; }
      .user-card .user-card-content .user-contact-buttons .phone-btn i {
        color: #14CA9C; }
      .user-card .user-card-content .user-contact-buttons .phone-btn:hover {
        border: 1px solid #14CA9C; }
    .user-card .user-card-content .user-contact-buttons .message-btn {
      color: #343333; }
      .user-card .user-card-content .user-contact-buttons .message-btn i {
        color: #FEB632; }
      .user-card .user-card-content .user-contact-buttons .message-btn:hover {
        border: 1px solid #FEB632; }
    .user-card .user-card-content .user-contact-buttons .cancel-btn {
      color: #343333; }
      .user-card .user-card-content .user-contact-buttons .cancel-btn i {
        color: #ED553B; }
      .user-card .user-card-content .user-contact-buttons .cancel-btn:hover {
        border: 1px solid #ED553B; }

.job-card {
  padding: 20px 30px;
  flex-direction: row; }
  @media (max-width: 991px) {
    .job-card {
      flex-direction: column; } }
  .job-card .job-card-logo {
    float: left; }
    @media (max-width: 991px) {
      .job-card .job-card-logo {
        float: none;
        margin: auto auto; } }
    @media (max-width: 991px) {
      .job-card .job-card-logo .logo {
        width: 60px;
        margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .job-card .card-block {
      padding: 0; } }
  @media (max-width: 991px) {
    .job-card .card-block .job-description {
      text-align: center; } }
  @media (max-width: 991px) {
    .job-card .card-block .job-description {
      display: flex;
      flex-direction: column; } }
  .job-card .card-block .job-description .job-title a {
    color: #343333;
    transition: all 0.2s ease-in-out; }
    .job-card .card-block .job-description .job-title a:hover {
      color: #14CA9C; }
  @media (max-width: 991px) {
    .job-card .card-block .job-description .card-subtitle {
      padding-top: 6px;
      padding-bottom: 20px; } }
  .job-card .card-block .job-description .card-subtitle a {
    color: #AAA8A8;
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out; }
    .job-card .card-block .job-description .card-subtitle a:hover {
      color: #343333; }
  @media (max-width: 991px) {
    .job-card .card-block .job-description .time-posted {
      justify-content: center;
      margin-bottom: 10px; } }
  .job-card .job-details {
    flex-direction: row; }
    @media (max-width: 767px) {
      .job-card .job-details {
        flex-direction: column;
        align-items: center; }
        .job-card .job-details span {
          margin-bottom: 10px; } }
  .job-card span {
    color: #343333; }
    .job-card span i {
      color: #14CA9C;
      margin-right: 6px; }

.vacancy-bottom-space {
  margin-bottom: 150px; }

.vacancy-occupation-container {
  margin: 1rem 0; }

.vacancy-tag-container {
  margin-top: 2rem; }
  .vacancy-tag-container .badge-outline {
    margin-bottom: 0.5rem; }

.app-orderlist .custom-size {
  font-size: 14px; }

.app-ol {
  list-style-type: none; }
  .app-ol li {
    counter-increment: count-me; }
    .app-ol li .title {
      font-weight: 500 !important;
      font-size: 1.1rem; }
    .app-ol li p {
      margin-top: 15px; }
  .app-ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -2.3em;
    top: .05em;
    color: #14CA9C;
    font-weight: 600; }

.requests-list .item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBECEE; }
  .requests-list .item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.notification-settings-item {
  border-bottom: 1px solid #EBECEE;
  padding: 20px; }
  .notification-settings-item .form-group {
    margin-bottom: 0; }

.payments .payments-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #EBECEE;
  padding: 20px 0; }

.badge-outline {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.25em 0.4em;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  vertical-align: baseline;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0; }
  @media (max-width: 991px) {
    .badge-outline {
      word-break: break-all;
      -ms-word-break: break-all;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      white-space: normal; } }
  .badge-outline:empty {
    display: none; }

.btn .badge-outline {
  position: relative;
  top: -1px; }

.badge-outline-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-outline-blue {
  border-color: #B3BBCF;
  background-color: transparent; }
  .badge-outline-blue[href]:focus {
    color: color-yiq(#B3BBCF);
    text-decoration: none;
    background-color: #949fbb; }
  .badge-outline-blue[href]:hover {
    color: color-yiq(#B3BBCF);
    text-decoration: none;
    background-color: #949fbb; }

.badge-outline-indigo {
  border-color: #6610f2;
  background-color: transparent; }
  .badge-outline-indigo[href]:focus {
    color: color-yiq(#6610f2);
    text-decoration: none;
    background-color: #510bc4; }
  .badge-outline-indigo[href]:hover {
    color: color-yiq(#6610f2);
    text-decoration: none;
    background-color: #510bc4; }

.badge-outline-purple {
  border-color: #613d7c;
  background-color: transparent; }
  .badge-outline-purple[href]:focus {
    color: color-yiq(#613d7c);
    text-decoration: none;
    background-color: #462c5a; }
  .badge-outline-purple[href]:hover {
    color: color-yiq(#613d7c);
    text-decoration: none;
    background-color: #462c5a; }

.badge-outline-pink {
  border-color: #ff5b77;
  background-color: transparent; }
  .badge-outline-pink[href]:focus {
    color: color-yiq(#ff5b77);
    text-decoration: none;
    background-color: #ff284d; }
  .badge-outline-pink[href]:hover {
    color: color-yiq(#ff5b77);
    text-decoration: none;
    background-color: #ff284d; }

.badge-outline-red {
  border-color: #ED553B;
  background-color: transparent; }
  .badge-outline-red[href]:focus {
    color: color-yiq(#ED553B);
    text-decoration: none;
    background-color: #e03215; }
  .badge-outline-red[href]:hover {
    color: color-yiq(#ED553B);
    text-decoration: none;
    background-color: #e03215; }

.badge-outline-orange {
  border-color: #FEB632;
  background-color: transparent; }
  .badge-outline-orange[href]:focus {
    color: color-yiq(#FEB632);
    text-decoration: none;
    background-color: #fca301; }
  .badge-outline-orange[href]:hover {
    color: color-yiq(#FEB632);
    text-decoration: none;
    background-color: #fca301; }

.badge-outline-yellow {
  border-color: #ffd500;
  background-color: transparent; }
  .badge-outline-yellow[href]:focus {
    color: color-yiq(#ffd500);
    text-decoration: none;
    background-color: #ccaa00; }
  .badge-outline-yellow[href]:hover {
    color: color-yiq(#ffd500);
    text-decoration: none;
    background-color: #ccaa00; }

.badge-outline-green {
  border-color: #14CA9C;
  background-color: transparent; }
  .badge-outline-green[href]:focus {
    color: color-yiq(#14CA9C);
    text-decoration: none;
    background-color: #0f9c78; }
  .badge-outline-green[href]:hover {
    color: color-yiq(#14CA9C);
    text-decoration: none;
    background-color: #0f9c78; }

.badge-outline-teal {
  border-color: #5bc0de;
  background-color: transparent; }
  .badge-outline-teal[href]:focus {
    color: color-yiq(#5bc0de);
    text-decoration: none;
    background-color: #31b0d5; }
  .badge-outline-teal[href]:hover {
    color: color-yiq(#5bc0de);
    text-decoration: none;
    background-color: #31b0d5; }

.badge-outline-cyan {
  border-color: #17a2b8;
  background-color: transparent; }
  .badge-outline-cyan[href]:focus {
    color: color-yiq(#17a2b8);
    text-decoration: none;
    background-color: #117a8b; }
  .badge-outline-cyan[href]:hover {
    color: color-yiq(#17a2b8);
    text-decoration: none;
    background-color: #117a8b; }

.badge-inline {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: normal;
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
  vertical-align: baseline;
  border: 1px solid transparent;
  color: #343333;
  margin-bottom: 10px;
  width: auto;
  height: auto;
  border-radius: 0; }
  @media (max-width: 991px) {
    .badge-inline {
      word-break: break-all;
      -ms-word-break: break-all;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      white-space: normal; } }
  .badge-inline:empty {
    display: none; }

.btn .badge-inline {
  position: relative;
  top: -1px; }

.badge-inline-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-inline-blue {
  color: #36B5E4 !important;
  border-color: #D9F0F9 !important; }

.badge-inline-purple {
  color: #9272B2 !important;
  border-color: #EAE4F0 !important; }

.badge-inline-orange {
  color: #F69D38 !important;
  border-color: #FCECD8 !important; }

.badge-inline-green {
  color: #1CB68D !important;
  border-color: #D3F1E9 !important; }

/*# sourceMappingURL=uwork-app-v2.css.map */