.abs-chat {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 15;
  bottom: 0;
  border-bottom: 2px solid #4e9bd0;
  border-top: 2px solid #4e9bd0;
}
.abs-chat .chat-form {
  height: 80px;
  background: #163666;
  width: 100%;
  border-bottom: 10px #fff;
  text-align: center;
  padding-top: 15px;
}
.abs-chat .chat-form input {
  padding-left: 30px;
  border-radius: 30px;
  width: 50%;
}
.abs-chat .chat-form button {
  position: relative;
  left: -36px;
  bottom: 3px;
}
@media (max-width: 767px) {
  .abs-chat .chat-form input {
    width: 80%;
  }
}

.add_to_favorite {
  opacity: 0.7;
}
.add_to_favorite.favorite {
  opacity: 1;
  border: 1px solid red;
  background: red;
  color: white;
}
.add_to_favorite.remove_on {
  border: 0;
  background: transparent;
  position: absolute;
  left: 10px;
}

.structure_tree .left_img {
  position: sticky;
  top: 150px;
  height: 0;
  z-index: 2;
  text-align: center;
}
.structure_tree .left_img img {
  max-height: 68vh;
}
.structure_tree .job-page .job_item {
  position: relative;
  align-items: center;
}
.structure_tree .job-page .job_item .job_item_content {
  padding-left: 100px;
  display: inline-block;
  overflow: hidden;
}
.structure_tree .job-page .job_item .job_item_content h2 {
  font-size: 30px;
  margin-top: 5px;
}
.structure_tree .job-page .job_item .job_item_content .job-category {
  font-size: 75%;
  color: #707070;
  font-weight: bold;
}
.structure_tree .job-page .job_item .job_item_content .job-counter {
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
  font-size: 10px;
  color: #868686;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
}
.structure_tree .job-page .job_pagetitle {
  font-size: 50px;
}
.structure_tree .job_divider {
  height: 1px;
  background-color: #163666;
  opacity: 1;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
}
.structure_tree .job_divider .job_divider_round {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #4D63B3;
  border-radius: 50%;
  top: -15px;
}
.structure_tree .rounded-circle {
  border: 3px solid #fff;
}
.structure_tree .search_filter .btn-lbl {
  font-size: 37px;
  text-decoration: none;
  font-weight: bold;
  /* height: 100%; */
  border: 2px solid #fff;
  width: 50%;
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 2px 15px;
  min-width: 300px;
  margin-bottom: 8px;
  color: #003267;
}
.structure_tree .search_filter .btn-lbl:hover {
  border: 2px solid #4E9BD0;
  color: #000;
}
.structure_tree .search_filter .btn-lbl input {
  height: 25px;
  width: 25px;
}
.structure_tree .content-wrap {
  position: relative;
  z-index: 4;
}
.structure_tree .content-wrap .bubble {
  background: #4E9BD0;
  border-radius: 40px;
  color: #fff;
  padding: 15px 30px;
  position: relative;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 2vw;
}
.structure_tree .content-wrap .bubble .bubble_inner {
  display: none;
  position: absolute;
  left: 0;
  top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.structure_tree .content-wrap .bubble .cloned_bubble {
  opacity: 0;
  visibility: hidden;
}
.structure_tree .content-wrap .bubble:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 75%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #4e9bd0;
  border-left: 0;
  border-bottom: 0;
  margin-top: -10px;
  margin-left: -20px;
  rotate: -20deg;
}
.structure_tree .content-wrap .content-inner {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 2vw;
}
.structure_tree .content-wrap .content-inner h2.subtitle {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 50px;
  margin-bottom: 20px;
}
.structure_tree .content-wrap .content-inner .go_to_wrap {
  margin-top: 15px;
  background: #fff;
  border-radius: 20px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  max-width: 700px;
}
.structure_tree .content-wrap .content-inner .go_to_wrap .go_to_next_step {
  font-size: 37px;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  height: 100%;
  padding: 2px 50px;
  display: inline-block;
  border: 2px solid #fff;
  width: 100%;
}
.structure_tree .content-wrap .content-inner .go_to_wrap .go_to_next_step:hover {
  border: 2px solid #4E9BD0;
}
.structure_tree .content-wrap .content-inner .go_to_wrap .go_to_next_step img {
  margin-right: 20px;
}
.structure_tree .content-wrap .content-inner .go_to_wrap .go_to_next_step svg {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.structure_tree .content-wrap .content-inner .go_to_wrap.disabled {
  background: #ccc;
  opacity: 0.3;
}
.structure_tree .content-wrap .content-inner .go_to_wrap.disabled .go_to_next_step {
  text-decoration: line-through;
}
.structure_tree .content-wrap .content-inner .go_to_wrap.cube {
  display: inline-block;
  width: 220px !important;
  height: 220px;
  text-align: center;
  border-radius: 25%;
  padding: 0;
}
.structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 25px;
  border-radius: 25%;
  background: #f7fcff;
  border: 15px solid #fff;
  padding: 0;
}
.structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step:hover {
  border: 15px solid #d0ecff;
  background: #b6e1ff;
}
.structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step img {
  position: absolute;
  margin: 0 auto;
  bottom: 130px;
  width: 50px;
  height: 50px;
}
.structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step svg {
  position: absolute;
  margin: 0 auto;
  bottom: 130px;
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .structure_tree .left_img {
    position: sticky;
  }
  .structure_tree .left_img .abs {
    position: relative;
    left: -60px;
    margin-right: -20px;
  }
  .structure_tree .content-wrap {
    padding-left: 25vw;
    font-size: 12px;
    padding-right: 0;
  }
  .structure_tree .content-wrap.content-wrap-full {
    padding-left: 0;
  }
  .structure_tree .content-wrap .bubble {
    font-size: 15px;
  }
  .structure_tree .content-wrap .content-inner {
    padding: 2vw;
  }
  .structure_tree .content-wrap .content-inner .search_filter .btn-lbl {
    font-size: 25px;
  }
  .structure_tree .content-wrap .content-inner .search_filter .btn-lbl input {
    height: 20px;
    width: 20px;
  }
  .structure_tree .content-wrap .content-inner h2.subtitle {
    font-size: 25px;
  }
  .structure_tree .content-wrap .content-inner .go_to_wrap .go_to_next_step {
    font-size: 20px;
    padding: 5px 15px;
  }
  .structure_tree .content-wrap .content-inner .go_to_wrap.cube {
    width: auto;
    height: 60px;
    margin-right: 10px;
    border-radius: 20px;
  }
  .structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step {
    border-radius: 20px;
    border: 5px solid #fff;
    padding: 10px 0 0;
    font-size: 1rem;
  }
  .structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step:hover {
    border: 5px solid #4d9ace;
  }
  .structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step img {
    bottom: 75px;
    width: 24px;
    height: 24px;
  }
  .structure_tree .content-wrap .content-inner .go_to_wrap.cube .go_to_next_step svg {
    width: 24px;
    height: 24px;
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .structure_tree {
    padding-top: 2vh;
  }
  .structure_tree .left_img {
    width: 28%;
    left: 55px;
  }
  .structure_tree .left_img img {
    max-height: 56vh;
  }
  .structure_tree .job-page .job_item {
    margin-top: 50px;
    text-align: center;
    padding: 30px 15px;
    font-size: 15px;
  }
  .structure_tree .job-page .job_item .job_img {
    margin: 0 auto !important;
  }
  .structure_tree .job-page .job_item .job_item_content {
    padding-left: 15px;
  }
  .structure_tree .job-page .job_item .job_item_content h2 {
    font-size: 20px;
    margin-top: 5px;
  }
  .structure_tree .job-page .job_item .job_item_content .fill-form {
    display: block;
  }
  .structure_tree .job-page .job_pagetitle {
    font-size: 30px;
  }
  .structure_tree .content-wrap h1 {
    margin-bottom: 1.4rem;
  }
  .structure_tree .content-wrap h2 {
    font-size: 1.2rem;
  }
  .structure_tree .content-wrap .bubble {
    font-size: 13px;
  }
  .structure_tree .content-wrap .content-inner .go_to_wrap {
    width: 100% !important;
  }
}

/*# sourceMappingURL=structure_tree.css.map */
