.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #161616;
  font-size: 35px;
  line-height: 44px;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #161616;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #161616;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #161616;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #161616;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #161616;
  line-height: 18px;
  font-weight: 400;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.style-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.style-con.bottom-padding-280 {
  padding-bottom: 280px;
}

.bottom-20 {
  margin-bottom: 20px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #20bdd5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #1199ad;
}

.button.bottom-20 {
  font-family: Muli, sans-serif;
}

.button.white {
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(22, 22, 22, 0.1);
}

.button.white._10-top {
  margin-top: 10px;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.75);
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.button.outline:hover {
  border-color: rgba(22, 22, 22, 0.25);
}

.button.light {
  background-color: rgba(22, 22, 22, 0.03);
}

.button.light:hover {
  background-color: rgba(22, 22, 22, 0.06);
}

.button.light.bottom-20 {
  cursor: pointer;
}

.button.round {
  width: 50px;
  min-width: 50px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 50px;
}

.button.round.light.back-button {
  display: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
}

.button.round.chat-action {
  border-style: solid;
  border-width: 1px;
  border-color: #20bdd5;
  background-color: #fff;
}

.button.round.chat-action.inactive {
  border-color: rgba(22, 22, 22, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

.button.round.chat-action.active {
  background-color: #20bdd5;
}

.button.chat-action-button {
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 15px 0 rgba(32, 189, 213, 0.5);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
}

.button.chat-action-button:hover {
  box-shadow: 2px 2px 10px 0 rgba(32, 189, 213, 0.25);
}

.button.chat-action-button:active {
  background-color: rgba(17, 153, 173, 0.8);
}

.button.small {
  height: 35px;
  padding-right: 10px;
  padding-left: 10px;
}

.button.small.ultra-light-no-button {
  background-color: transparent;
  cursor: default;
}

.button._100-width {
  width: 100%;
}

.white {
  color: #fff;
}

._15px-height-icon {
  height: 15px;
}

._15px-height-icon.right-10 {
  margin-right: 10px;
}

.input {
  height: 46px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.25);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Muli, sans-serif;
  color: #161616;
}

.input:hover {
  border-color: rgba(22, 22, 22, 0.5);
}

.input:focus {
  border-color: #20bdd5;
}

.input::-webkit-input-placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.input:-ms-input-placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.input::-ms-input-placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.input::placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.input.bottom-20 {
  margin-bottom: 20px;
}

.input.no-classic-style {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(22, 22, 22, 0.1);
  border-radius: 0px;
}

.input.no-classic-style:hover {
  border-width: 1px;
  border-color: #000 #000 rgba(22, 22, 22, 0.25);
}

.input.deactivated {
  cursor: pointer;
}

.input.chat.inactive {
  border-color: rgba(22, 22, 22, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  color: transparent;
}

.input.chat.inactive::-webkit-input-placeholder {
  color: transparent;
}

.input.chat.inactive:-ms-input-placeholder {
  color: transparent;
}

.input.chat.inactive::-ms-input-placeholder {
  color: transparent;
}

.input.chat.inactive::placeholder {
  color: transparent;
}

.input.search {
  padding-left: 38px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: -4px -4px 10px 0 hsla(0, 0%, 100%, 0.5),
    4px 4px 10px 0 hsla(0, 0%, 87.8%, 0.25);
  -webkit-transition: background-color 200ms ease, opacity 200ms ease,
    border-color 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease,
    border-color 200ms ease;
}

.input.search:hover {
  background-color: #fff;
  box-shadow: -4px -4px 10px 0 #fff, 4px 4px 10px 0 hsla(0, 0%, 87.8%, 0.75);
}

.input.search:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.1);
  background-color: #fff;
}

.input.textfield {
  width: 100%;
  height: 100px;
  max-height: 150px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.bottom-10 {
  margin-bottom: 10px;
}

.form-wrapper-300 {
  width: 300px;
}

.input-validation {
  position: relative;
}

.input-validation._10px-left-right {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._20px-height-icon {
  height: 20px;
}

._20px-height-icon.validation-sign {
  position: absolute;
  left: auto;
  top: 15px;
  right: 16px;
  bottom: auto;
}

._20px-height-icon.search-icon {
  position: absolute;
  left: 10px;
  top: 15px;
  right: auto;
  bottom: auto;
}

._20px-height-icon.back-button {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rusty-red-text {
  color: #db2b39;
}

.rusty-red-text._5-top {
  margin-top: 5px;
}

.dropdown {
  height: 50px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.25);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Muli, sans-serif;
  color: #161616;
}

.dropdown:hover {
  border-color: rgba(22, 22, 22, 0.5);
}

.dropdown:focus {
  border-color: #20bdd5;
}

.dropdown::-webkit-input-placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.dropdown:-ms-input-placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.dropdown::-ms-input-placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.dropdown::placeholder {
  font-family: Muli, sans-serif;
  color: rgba(22, 22, 22, 0.25);
}

.dropdown.bottom-20 {
  margin-bottom: 20px;
}

.search-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-icon {
  position: absolute;
  left: auto;
  top: 21px;
  right: 16px;
  bottom: auto;
  height: 8px;
}

.dropdown-options {
  position: absolute;
  left: 0%;
  top: 53px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background-color: #fbfbfb;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.dropdown-options:hover {
  border-color: rgba(22, 22, 22, 0.5);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dropdown-option:hover {
  background-color: #f2f2f2;
}

.dropdown-option:active {
  background-color: #fbfbfb;
}

.select-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.hidden {
  display: none;
}

.top-5 {
  margin-top: 5px;
}

.top-5._50 {
  color: rgba(22, 22, 22, 0.5);
}

.bold {
  font-weight: 700;
}

.bold.inga-blue._5-bottom {
  margin-bottom: 5px;
}

.bold.indeed-color {
  color: #2769ef;
}

.bold.indeed-color._5-bottom {
  margin-bottom: 5px;
}

.bold._15-bottom {
  margin-bottom: 15px;
}

.bold._25-bottom {
  margin-bottom: 25px;
}

.bold.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  border-color: rgba(22, 22, 22, 0.25);
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.checkbox:hover {
  background-color: rgba(22, 22, 22, 0.1);
}

.checkbox:active {
  background-color: rgba(22, 22, 22, 0.5);
}

.checkbox.w--redirected-checked {
  border-color: #161616;
  background-color: rgba(22, 22, 22, 0.5);
  background-image: url("/images/raw/Line-13.svg");
  background-position: 50% 50%;
  background-size: 12px;
}

.scroll {
  overflow: scroll;
  max-height: 200px;
}

.nav-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #fff;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  cursor: pointer;
}

.nav-point:hover {
  border-left: 3px solid rgba(22, 22, 22, 0.25);
}

.nav-point.active {
  border-left: 3px solid #20bdd5;
}

.nav-point.active.bottom-10 {
  margin-bottom: 10px;
}

.nav-point.hover {
  border-left: 3px solid rgba(22, 22, 22, 0.25);
}

.nav-point.bottom-10 {
  margin-bottom: 10px;
}

.nav-point.hidden {
  display: none;
}

.menu-icon {
  height: 22px;
  margin-left: -3px;
}

.nav {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100vh;
  min-width: 70px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.profile-icon {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.profile-icon:hover {
  opacity: 0.75;
}

.profile-icon.inga {
  background-image: url("/images/raw/Profile--App-Icon---Blue.png");
}

.profile-icon.inga.bottom-20 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.profile-icon.behind {
  z-index: 0;
  margin-left: -30px;
  opacity: 0.33;
}

.profile-icon.behind._1 {
  z-index: 1;
  opacity: 0.66;
}

.profile-icon.behind._1.person {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(null),
      to(null)
    ),
    url("/images/raw/chester-wade-msnyz9L6gs4-unsplash-min.jpg");
  background-image: linear-gradient(180deg, null, null),
    url("/images/raw/chester-wade-msnyz9L6gs4-unsplash-min.jpg");
}

.profile-icon.behind._1.person._15px-height-icon {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(22, 22, 22, 0.5)),
      to(rgba(22, 22, 22, 0.5))
    ),
    url("/images/raw/imansyah-muhamad-putera-KchIV_GDy6U-unsplash-min.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(22, 22, 22, 0.5),
      rgba(22, 22, 22, 0.5)
    ),
    url("/images/raw/imansyah-muhamad-putera-KchIV_GDy6U-unsplash-min.jpg");
}

.profile-icon.behind._1.person._15px-height-icon {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(22, 22, 22, 0.5)),
      to(rgba(22, 22, 22, 0.5))
    ),
    url("/images/raw/imansyah-muhamad-putera-KchIV_GDy6U-unsplash-min.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(22, 22, 22, 0.5),
      rgba(22, 22, 22, 0.5)
    ),
    url("/images/raw/imansyah-muhamad-putera-KchIV_GDy6U-unsplash-min.jpg");
}

.profile-icon.behind.person {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(22, 22, 22, 0.25)),
      to(rgba(22, 22, 22, 0.25))
    ),
    url("/images/raw/chester-wade-msnyz9L6gs4-unsplash-min.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(22, 22, 22, 0.25),
      rgba(22, 22, 22, 0.25)
    ),
    url("/images/raw/chester-wade-msnyz9L6gs4-unsplash-min.jpg");
}

.profile-icon.behind.person {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(22, 22, 22, 0.25)),
      to(rgba(22, 22, 22, 0.25))
    ),
    url("/images/raw/chester-wade-msnyz9L6gs4-unsplash-min.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(22, 22, 22, 0.25),
      rgba(22, 22, 22, 0.25)
    ),
    url("/images/raw/chester-wade-msnyz9L6gs4-unsplash-min.jpg");
}

.profile-icon._50-filter {
  background-image: linear-gradient(135deg, #20bdd5, rgba(32, 189, 213, 0.5));
}

.profile-icon.person {
  background-image: url("/images/raw/imansyah-muhamad-putera-KchIV_GDy6U-unsplash.jpg");
}

.profile-icon.person.top-20 {
  margin-top: 20px;
}

.profile-icon.person._55 {
  width: 55px;
  height: 55px;
}

.profile-icon.person.right-15 {
  margin-right: 15px;
}

.profile-icon.m {
  width: 55px;
  height: 55px;
}

.profile-icon.m.app {
  background-image: url("/images/raw/in.png");
}

.profile-icon.m.app._1 {
  z-index: 1;
  margin-left: -45px;
  background-image: url("/images/raw/tb.png");
  opacity: 0.66;
}

.profile-icon.m.app._2 {
  z-index: 0;
  margin-left: -45px;
  background-image: url("/images/raw/so.png");
  opacity: 0.33;
}

.profile-icon.m.app._0:hover {
  opacity: 1;
}

.profile-icon.chat {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.profile-icon.chat.left {
  margin-right: 5px;
}

.profile-icon.chat.left.indeed {
  background-image: url("/images/raw/in.png");
}

.profile-icon.chat.right {
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(22, 22, 22, 0.75);
  background-image: none;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.profile-icon.plus {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 10px 0 rgba(22, 22, 22, 0.1);
}

.profile-icon.company {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.1);
  background-color: #fff;
  background-image: none;
}

.person-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.person-row.no-width {
  width: auto;
}

.top-20 {
  margin-top: 20px;
}

.apps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.apps-row:hover {
  opacity: 0.75;
}

.apps-row._15-top-bottom {
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu-block {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scrollbar {
  width: 5px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(22, 22, 22, 0.1);
}

.label-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(32, 189, 213, 0.1);
}

.label-tag.rusty-red-text {
  background-color: rgba(219, 43, 57, 0.1);
}

.inga-blue {
  color: #20bdd5;
}

.inga-blue._5-left {
  margin-left: 5px;
}

.message-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.message-wrap.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.message-wrap.full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-bubble {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
}

.chat-bubble.light {
  background-color: #fbfbfb;
}

.chat-bubble.blue {
  background-color: #20bdd5;
}

.hor-seperator {
  width: 100%;
  height: 1px;
  background-color: rgba(22, 22, 22, 0.1);
}

.hor-seperator.bottom-10 {
  margin-bottom: 10px;
}

.hor-seperator._10-top {
  margin-top: 10px;
}

.hor-seperator.bottom-25 {
  margin-bottom: 25px;
}

.center {
  text-align: center;
}

.center._50 {
  color: rgba(22, 22, 22, 0.5);
  text-align: center;
}

.chat-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.applicant-sum {
  width: 100%;
  max-width: 350px;
  margin-top: 7px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.1);
  border-radius: 7px;
  background-color: transparent;
}

.applicant-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.applicant-header._15-bottom {
  margin-bottom: 15px;
}

.applicant-header-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._5-top {
  margin-top: 5px;
}

._5-top._50 {
  color: rgba(22, 22, 22, 0.5);
}

._50 {
  color: rgba(22, 22, 22, 0.5);
}

._50._5-bottom {
  margin-bottom: 5px;
}

._50._5-bottom._15-top {
  margin-top: 15px;
}

._50.top-3 {
  margin-top: 3px;
}

._50.top-3._15-bottom {
  margin-bottom: 15px;
}

._50._10-bottom {
  margin-bottom: 10px;
}

._50.right-5 {
  margin-right: 5px;
}

.detail-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detail-listing.bottom-15 {
  margin-bottom: 15px;
}

.text-span {
  color: rgba(22, 22, 22, 0.5);
  font-weight: 500;
}

.tooltip-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.score-bar {
  overflow: hidden;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(22, 22, 22, 0.1);
}

.score-bar-inner {
  width: 79%;
  height: 5px;
  border-radius: 10px;
  background-color: #86cb92;
}

._11px-height-icon {
  height: 11px;
}

._11px-height-icon._5-left {
  margin-left: 5px;
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.actual-tooltip {
  position: absolute;
  left: 22px;
  z-index: 10;
  overflow: hidden;
  width: 220px;
  padding: 7px 7px 2px;
  border-radius: 5px;
  background-color: #f2f2f2;
}

._5-bottom {
  margin-bottom: 5px;
}

.send-message {
  position: absolute;
  left: auto;
  top: 8px;
  right: 8px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.25);
  border-radius: 20px;
  background-color: #20bdd5;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.send-message:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.send-message:active {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.send-message:focus {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.send-message.inactive {
  background-color: transparent;
  opacity: 0.2;
}

.progress-bar-div {
  width: 100%;
  height: 3px;
}

.progress {
  width: 79%;
  height: 3px;
  border-radius: 5px;
  background-color: #20bdd5;
}

.position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #fbfbfb;
  box-shadow: -4px -4px 10px 0 rgba(255, 255, 255, 0.75),
    4px 4px 10px 0 hsla(0, 0%, 87.8%, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.position:hover {
  background-color: #fff;
}

.position.light {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  box-shadow: none;
}

.position.light:hover {
  opacity: 0.75;
}

.position.current {
  background-color: #fff;
}

.position-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.position-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.action-not {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  padding: 3px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #20bdd5;
}

.action-not._7-top {
  margin-top: 7px;
}

.label {
  font-family: Muli, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.active-dot {
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #20bdd5;
}

.active-dot.no-margin {
  margin-left: 0px;
}

.active-dot.no-margin.red {
  background-color: #db2b39;
}

.active-dot.no-margin.red.green {
  background-color: #86cb92;
}

.active-dot.no-margin.green {
  background-color: #86cb92;
}

.headline-block-position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-wrapper {
  max-width: 310px;
}

.widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fbfbfb;
}

._18px-height-icon {
  height: 18px;
}

._18px-height-icon._5-right {
  margin-right: 5px;
}

.chat-top {
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

.submenu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submenu-title.no-left {
  margin-left: 0px;
}

.option-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

.submenu-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.full-screen-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.full-screen-wrapper.chat-only {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.second-level-menu {
  position: static;
  overflow: auto;
  width: 300px;
  height: 100vh;
  min-width: 270px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.main-content-block {
  position: relative;
  z-index: 2;
  overflow: auto;
  min-width: 350px;
  padding-top: 100px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(22, 22, 22, 0.1);
}

.main-content-block.chat-only {
  width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-content-block.candidate-list {
  padding-top: 140px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 0px solid rgba(22, 22, 22, 0.1);
  background-color: #f5f5f5;
}

.main-content-block.free {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
}

.chat-input {
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-wrapper.chat-only {
  margin-bottom: 10px;
}

.positions {
  padding-right: 10px;
  padding-left: 10px;
}

.widgets {
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.company-logo {
  width: 80%;
  max-height: 80%;
}

.top-nav {
  position: fixed;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70px;
  padding-left: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-nav.chat-only {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.second-level-menu-top {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  min-width: 270px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-content-block-top {
  z-index: 2;
  min-width: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._100px-space {
  height: 150px;
}

.bottom-nav {
  position: fixed;
  top: auto;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 70px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bottom-nav.chat-only {
  width: 700px;
  padding-left: 0px;
}

.chat-block-bottom {
  z-index: 2;
  width: 700px;
  min-width: 350px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.chat-block-bottom.chat-only {
  width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.chat-bottom-block {
  z-index: 2;
  min-width: 350px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-10 {
  margin-top: 10px;
}

.top-10.margin-left-right-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.candidate-label-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.can-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.can-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.candidate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fbfbfb;
  box-shadow: -4px -4px 10px 0 rgba(255, 255, 255, 0.75),
    4px 4px 10px 0 hsla(0, 0%, 87.8%, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.candidate:hover {
  background-color: #fff;
}

.inga-score-block {
  overflow: hidden;
  width: 100%;
  height: 10px;
  max-width: 55px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: rgba(22, 22, 22, 0.1);
}

.inga-score-block.full {
  max-width: 100%;
  margin-top: 10px;
  margin-left: 0px;
}

.inga-score-bar {
  width: 73%;
  height: 10px;
  border-radius: 10px;
  background-color: #86cb92;
}

.medium {
  font-weight: 500;
}

._18px-icon {
  height: 18px;
}

.candidate-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(22, 22, 22, 0.5);
}

.candidate-content-general {
  width: 300px;
  height: 100vh;
  min-width: 300px;
  background-color: #f5f5f5;
}

.handler-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  min-width: 30px;
  padding-right: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.handler-div:hover {
  opacity: 0.5;
}

.close-handler {
  width: 5px;
  height: 30px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.candidate-content-relevance {
  width: 500px;
  height: 100vh;
  min-width: 500px;
  padding-bottom: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
}

.profile-image {
  width: 100%;
  height: 260px;
  border-radius: 5px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/images/raw/profile-imagew.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.5)
    ),
    url("/images/raw/profile-imagew.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.list-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-detail.row {
  width: 50%;
}

.status-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.candidate-general-scroll {
  overflow: scroll;
  height: 100vh;
  padding: 30px 30px 0px;
}

.candidate-modals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f5f5f5;
}

.candidate-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.candidate-info-block.hor {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.candidate-info-block.mobile {
  display: none;
}

.close-button {
  position: fixed;
  top: 25px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.close-button:hover {
  background-color: #dfdfdf;
}

.close-button.center {
  position: relative;
}

.close-button.relative {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-icon {
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

._10px-vert-sep {
  width: 10px;
}

.to-delete {
  margin-bottom: 0px;
}

.list-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.saving-div {
  position: fixed;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-left: -50px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
}

.login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.login-block {
  overflow: hidden;
  width: 300px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._10-bottom {
  margin-bottom: 10px;
}

._50px {
  width: 50px;
}

.candidate-group {
  margin-bottom: 20px;
  padding: 10px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.1);
  border-radius: 5px;
}

.group-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.language-switcher {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

._40px-icon {
  width: 40px;
}

._30px-icon {
  width: 30px;
}

.languages {
  position: absolute;
  left: 75px;
  top: auto;
  right: auto;
  bottom: 10px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
}

.language {
  padding: 10px 15px 10px 20px;
  opacity: 0.7;
  cursor: pointer;
}

.language:hover {
  background-color: rgba(22, 22, 22, 0.05);
  opacity: 1;
}

.gh-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-candidates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
}

.sort {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-width: 1px;
  border-color: #20bdd5;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
  cursor: pointer;
}

.sort.active {
  border-style: solid;
}

._5-left {
  margin-left: 5px;
}

._5-left.bold {
  font-weight: 700;
}

.group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
}

.group.active {
  position: relative;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #20bdd5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
  cursor: pointer;
}

.selector {
  position: absolute;
  left: 0%;
  top: 53px;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 240px;
  padding: 12px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
}

.filter-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-label {
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 3px;
}

.popup-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
  position: relative;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
}

.popup-content-block {
  max-width: 250px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.popup-content-block.second {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  border-left: 1px none rgba(22, 22, 22, 0.1);
}

.left--5 {
  margin-left: -5px;
}

.content-block-free {
  height: 100vh;
  margin-top: 70px;
}

.content-block-free.top-90 {
  margin-top: 90px;
}

.title-image {
  height: 400px;
}

.title-image.bg-image {
  background-image: url("/images/raw/undraw-wizard.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f5f5f5),
    color-stop(90%, hsla(0, 0%, 96.1%, 0.1))
  );
  background-image: linear-gradient(0deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.1) 90%);
}

.status-timeline {
  overflow: hidden;
  width: 100%;
  height: 3px;
  margin-bottom: -16px;
  border-radius: 2px;
  background-color: #dbdbdb;
}

._20px-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

._20px-wrapper.top-20 {
  padding-right: 20px;
  padding-left: 20px;
}

._20px-wrapper.top-20.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._20px-wrapper.top-20.left-align.bottom-padding50px {
  padding-bottom: 50px;
}

._20px-wrapper.top-20.left-align.bottom-padding50px.container {
  padding-right: 0px;
  padding-left: 0px;
}

._20px-wrapper.top-20.left-align.bottom-padding-50 {
  padding-bottom: 50px;
}

.timeline-current {
  position: relative;
  width: 50%;
  height: 3px;
  background-color: #20bdd5;
}

.timeline-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #dbdbdb;
  border-radius: 15px;
  background-color: #f5f5f5;
}

.timeline-point.current {
  border-color: #20bdd5;
  background-color: #20bdd5;
}

.timeline-point.payment-not {
  border-color: #db2b39;
}

.timeline-point.payment-done {
  min-height: 30px;
  min-width: 30px;
  border-color: #86cb92;
}

.timeline-point.done {
  border-color: #20bdd5;
}

.timeline-point-div {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
}

.timeline-text-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 20px;
  margin-top: 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
}

.text-wrapper-timeline {
  width: 200px;
  text-align: center;
}

._13px-icon {
  height: 13px;
}

._13px-icon.right-5 {
  margin-right: 5px;
}

._13px-icon.right-5.opacity-0 {
  opacity: 0;
}

.timeline-point-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-point-wrapper.right {
  width: 13%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.timeline-point-wrapper.left {
  width: 13%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.status-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

._10-left {
  margin-left: 10px;
}

.seperator-hor {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

.seperator-hor._15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hor-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hor-form._1-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.vert-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-el.locked {
  opacity: 0.35;
}

.label-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._12px-icon {
  height: 12px;
}

._12px-icon.left-5 {
  margin-left: 5px;
}

.tooltip-wrapper {
  padding-right: 5px;
  padding-left: 5px;
}

.tooltip-wrapper:hover {
  opacity: 0.75;
}

.answer-el {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer-el.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.answer-el.grid._3-1 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-image: url("/images/raw/5e20603a88f6a41271576ed9_Nadine.png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cantact-info-facts {
  margin-left: 10px;
}

.input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 5px;
  background-color: #fff;
  font-family: Muli, sans-serif;
}

.input-field.grey {
  background-color: #f5f5f5;
}

.input-field.pointer {
  cursor: pointer;
}

.map {
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.add:hover {
  opacity: 0.75;
}

.add.no-top {
  margin-top: 0px;
}

._24px-icon {
  width: 24px;
}

._24px-icon.left-10 {
  margin-left: 10px;
}

._24px-icon.left-10.hide {
  opacity: 0;
  cursor: default;
}

.spacer {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._10px-icon {
  width: 10px;
}

.dropdown-open-wrapper {
  position: absolute;
  left: 0%;
  top: 45px;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding: 6px 6px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
}

.selector-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.selector-dropdown:hover {
  background-color: #f5f5f5;
}

.selector-dropdown.selected {
  background-color: #f5f5f5;
}

.close-element-full-page {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.active-dot-2 {
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #20bdd5;
}

.active-dot-2.no-margin {
  margin-left: 0px;
}

.active-dot-2.no-margin.red {
  background-color: #db2b39;
}

.active-dot-2.no-margin.green {
  background-color: #86cb92;
}

.answer-el-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-point-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #dbdbdb;
  border-radius: 15px;
  background-color: #f5f5f5;
}

.timeline-point-2.current {
  border-color: #20bdd5;
  background-color: #20bdd5;
}

.timeline-point-2.done {
  border-color: #20bdd5;
}

.timeline-point-2.payment-not {
  border-color: #db2b39;
}

.timeline-point-2.payment-done {
  min-height: 30px;
  min-width: 30px;
  border-color: #86cb92;
}

._50-2 {
  color: rgba(22, 22, 22, 0.5);
}

.timeline-current-2 {
  position: relative;
  width: 50%;
  height: 3px;
  background-color: #20bdd5;
}

._40-top {
  margin-top: 40px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.radio-button {
  margin-top: 0px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-color: #20bdd5;
}

.underline {
  text-decoration: underline;
}

.input-textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  max-height: 200px;
  max-width: 100%;
  min-height: 80px;
  min-width: 100%;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 5px;
  background-color: #fff;
  font-family: Muli, sans-serif;
}

.input-textarea.grey {
  background-color: #f2f2f2;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row.end-end {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-row.right-align {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
}

.hard-cut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.hard-cut-indicator {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #86cb92;
}

.hard-cut-indicator.required {
  background-color: #db2b39;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._25 {
  opacity: 0.25;
}

.select-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.checkbox-2 {
  margin-top: 0px;
  margin-right: 10px;
}

.checkbox-2.w--redirected-checked {
  border-color: #20bdd5;
  background-color: #20bdd5;
}

.container {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.blue-lable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(32, 189, 213, 0.2);
  font-family: Muli, sans-serif;
  color: #20bdd5;
}

@media screen and (max-width: 991px) {
  .button {
    text-align: center;
  }

  .nav {
    width: 60px;
    min-width: 60px;
  }

  .main-content-block.chat-only {
    overflow: auto;
  }

  .top-nav {
    padding-left: 60px;
  }

  .bottom-nav {
    padding-left: 60px;
  }

  .candidate-label-row {
    display: none;
  }

  .can-field {
    width: 50%;
    min-height: 50px;
    margin-top: 10px;
  }

  .candidate {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .candidate-content-general {
    width: 100%;
  }

  .handler-div {
    width: 30px;
  }

  .candidate-content-relevance {
    width: 100%;
    min-width: auto;
  }

  .top-bar-candidates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .filter-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._20px-wrapper.top-20.left-align.bottom-padding50px.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hor-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .button.round.light.back-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .second-level-menu.hidden {
    display: none;
  }

  .main-content-block.chat-only {
    width: 100%;
  }

  .main-content-block.free {
    min-width: 350px;
  }

  .top-nav.chat-only {
    width: 100%;
  }

  .second-level-menu-top.hidden {
    display: none;
  }

  ._100px-space.mobile-30 {
    height: 30px;
  }

  .bottom-nav.chat-only {
    width: 100%;
  }

  .chat-block-bottom.chat-only {
    width: 100%;
    min-width: 100%;
  }

  .candidate-overlay {
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .candidate-content-general {
    height: auto;
  }

  .handler-div {
    display: none;
  }

  .candidate-content-relevance {
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .candidate-general-scroll {
    overflow: visible;
    height: 100%;
  }

  .candidate-modals {
    overflow: scroll;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .candidate-info-block.mobile {
    display: block;
  }

  .candidate-info-block.desktop {
    display: none;
  }

  .close-button {
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .filter-div {
    display: none;
  }

  .popup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-content-block.second {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 0px;
    border-top: 1px solid rgba(22, 22, 22, 0.1);
    border-left-style: none;
  }

  .title-image.bg-image {
    height: 200px;
  }

  .status-timeline {
    display: none;
  }

  .timeline-point-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timeline-point-wrapper {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .timeline-point-wrapper.right {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .timeline-point-wrapper.left {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .main-content-block.chat-only {
    min-width: 100%;
  }

  .main-content-block.candidate-list {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-content-block-top {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .list-detail.row {
    width: 100%;
  }

  .candidate-info-block.hor {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._10px-vert-sep.mobile {
    width: 100%;
    height: 10px;
  }
}

#w-node-_7b518d62-4c41-e948-7677-b9a479d257cb-4a19dee2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_977e436d-1a72-212f-f944-9c2aa5411d26-4a19dee2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4c48f561-3d43-cfed-f003-d1541a41736a-4a19dee2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4c48f561-3d43-cfed-f003-d1541a41736e-4a19dee2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6dccfe1b-b400-c8a8-1cc7-31aaf07ceede-2775a71e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6dccfe1b-b400-c8a8-1cc7-31aaf07ceee2-2775a71e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_484abe29-3f38-0fe5-9b32-6ec476a32845-33243168 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_484abe29-3f38-0fe5-9b32-6ec476a32849-33243168 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}
