*{
  font-family: "Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body
{
  background: #EDF0F7;
}
.test .card{
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(227, 24, 190, 0.06) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  cursor: pointer;
}
.test .card.active_test, .test .card:hover{
  background: #FFF;
  border: 1px solid #37e957;
}
.test_questions ul li{
  margin-bottom: 10px;
}
.test_questions ul li{
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.test_result{
  padding-left: 50%;
}
.first_side{
  background-color: #4835f1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first_side .centered_element{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.your_result_txt{
  color: #ebebeb;
  text-shadow: 1px 0px 0px #000;
}
.second_side .list-group li{
  width: 100%;
  margin-bottom: 5px;
}
.second_side h5{
  max-height: 25px;
  overflow: hidden;
  font-weight: bold;
}
.second_side .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
}

.second_side .list-group-item::before {
    content: "....................................................................................";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
    white-space: nowrap;
    overflow: hidden;
    z-index: -1; /* Noktaları yazının arkasına at */
}

.list-group-item span {
  background: white;
  padding: 6px;
  width: 55px;
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 50%;
}

.circle_element{
  border-radius: 50%;
  background: linear-gradient(to bottom, #4827d0, #4826d2);
  width: 110px;
  height: 110px;
  color:#FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4827d0;
}
.second_side{
  display: flex;
  justify-content: center;
  align-items: center;
}
.test_questions .circle{
  width: 35px;
  height: 35px;
  border: 1px solid #e318be;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 35px;
}
.test_questions .active .circle{
  width: 35px;
  height: 35px;
  border: 1px solid #e318be;
  background-color: #e318be;
  color: #FFF;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.test_questions .green_active .circle{
  width: 35px;
  height: 35px;
  border: 1px solid #5ca400;
  background-color: #5ca400;
  color: #FFF;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.test_questions .danger_active .circle{
  width: 35px;
  height: 35px;
  border: 1px solid #db2727;
  background-color: #db2727;
  color: #FFF;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;

}
.test_questions .danger_active span{
  text-decoration: line-through;
}
.test_questions .remove_test
{
  position: absolute;
  top: 0;
  right: 3px;
  width: 32px;
  cursor: pointer;
}
.test_questions .edit_test
{
  position: absolute;
  top: 0;
  right: 40px;
  width: 32px;
  cursor: pointer;
}
.link_copy{
  cursor: pointer;
}
.copy_links{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  transition: all 1s;
  width: 140px;
  left: -40px;
  text-align: center;
  border-radius: 5px;
  color: #FFF;
  background-color: #22e822;
}
.copy_links.email_copied{
  top: -25px;
  opacity: 1;
  visibility: visible;
}
.question_txt
{
  font-weight: bold;
}
.profile_tests
{
  font-size: 20px;
}
.ai_img {
  /* position: absolute;
  top: -3px;
  right: 3px;
  width: 44px;
  cursor: pointer; */
  padding-left: 35px;
  position: relative;
  border: 2px dotted #e318be;
}
.ai_img:hover {
  border: 2px dotted #e318be;
}
.ai_img .animation {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 50px;
    height: 50px;
}
.typed-cursor {
  display: none;
}
.job_container_img
{
  background-image: url("/img/job.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFF;
  display: block;
  clear: both;
  height: calc(100% - 130px);
}
.langs a{
  width: 40px;
  height: 40px;
  padding: 7px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #FFF;
  display: inline-block;
}
.langs a.active_lang{
  border: 1px solid #e318be;
}
.langs{
  margin-bottom: 30px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}
.cv_container .card-text{
  min-height: 30px;
}
.job_content
{
  width: 100%;
  height: calc(100% - 30px);
}
.vacancy_details
{
  position: relative;
}
.vacancy_details .company_details{
  position: absolute;
  left: 100%;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  background: #FFF;
  opacity: 0;
  margin-left: 20px;
  z-index: 9;
  overflow-y: auto;
}
.company_details.show_company{
  left: 0;
  opacity: 1;
  margin-left: -10px;
}
.apply_txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #66696f;
    background-color: #edf0f7;
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.job_container .animated {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
}
.apply_answers .apply_txt{
    background-color: #FFF;
}
.company_filter{
  line-height: 24px;
}
.company_filter img.company_filter_logo{
  width: 24px;
  margin-right: 5px;
}
.close_company_filter
{
  margin-left: 10px!important;
  width: 16px;
  cursor: pointer;
}
.other_knowledge li, .social_links li{
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}
.wrap iframe {
  width: 200%;
  height: 1500px;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.wrap.cv_container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.wrap.cv_container a{
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  letter-spacing: 2px;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: -75px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.wrap.cv_container:hover a{
  margin-top: -20px;
  opacity: 1;
}
.wrap.cv_container .shadow_container{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7a7a7a;
  opacity: 0;
  transition: all 0.2s;
}
.wrap.cv_container:hover .shadow_container{
  opacity: 0.15;
}
.wrap.cv_container.border-umano .shadow_container{
  opacity: 0.15;
}
.next_step{
  margin-right: 40px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.next_step.next_step_active{
  margin-right: 0px;
  opacity: 1;
}
.border-umano{
  border-color: #e60dbe !important;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #3445D4; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

div.form_step{
  transition: transform 0.2s ease-in-out;
}
.hide_now{
  display: none;
}
.remove_work_expirence{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  cursor: pointer;
}
.work_list li, .education_list li{
  position: relative;
}
.datepicker-days table thead tr th {
  background-color: #e9edf2;
  border-radius: 0;
  padding: 7px 7px;
}
.datepicker-days table tbody tr td {
  padding: 6px 8px;
}
.datepicker-days table tbody {
    padding-top: 5px;
}
.datepicker td, .datepicker th
{
  font-size: 14px;
}
.user_avatar{
  width: 55px;
  border-radius: 50%;
  border: 1px solid #3445D4;
}
#svg_form_time {
  height: 15px;
  max-width: 100%;
  margin: 40px auto 40px;
  display: block;
  width: 100%;
}

#svg_form_time circle,
#svg_form_time rect {
  fill: white;
}
.cv_thumbs img{
  border: 1px solid #DDD;
  border-radius: 7px;
}
.cv_thumbs img.selected_cv{
  border: 1px solid #e318be;

}
.other_comp{
  display: none;
}
.post_list{
  height: calc(100vh - 168px);
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}
.logined .post_list{
  height: calc(100vh - 168px);
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}
.logined .page_list {
    height: calc(100vh - 115px);
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
}
.content_for_mobile{
  background-color: #FFF;
  display: none;
}
.page_container{
  height: calc(100vh - 120px);
  overflow-y: auto;
  background-color: #fff;
}
.cv_file{
  background: #EDF0F7;
}
.cv_file a{
  color: #15181E;

}
.position_title{
  padding-right: 100px;
}
.contact_details li a{
  color: #15181E;
  text-decoration: none;

}
.contact_details li{
  margin: 10px 0 10px 0;
}
.contact_details li a span{
  color: #8991A9;
}
.page_img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page_img.aboutus{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page_container table td{
  padding: 5px;

}
.page_container table td div{
  background-color: #edf0f7;
  border-radius: 10px;
  padding: 8px;

}
.not_found{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 170px);
}
.not_found .title{
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
.not_found .small_title{
  color: #8991A9;
  margin-top: 5px;
  font-size: 13px;
}
.btn i.fa{
  color: #3445D4;

}



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-default {
    background-color: #FFF;
    border: 1px solid #ccc;
}

.stepwizard-step span {
  background: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -4px;
}
.stepwizard-step div {
  background: #FFF;
  padding-left: 10px;
  display: inline-block;

}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
/* .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
} */
.stepwizard:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    z-index: 0;
    left: 0;

}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}






.btn_messages{
  font-size: 19px;
  position: relative;
}
.btn_messages .msg_count{
  top: -10px;
  right: -10px;
  position: absolute;

  width: 20px;
  height: 20px;
  background-color: #F00;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  border-radius: 50%;
}
/************MAİL DESİGN************/
.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
    table-layout: fixed;
}
.table-inbox tr td, .table-inbox tr th {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
ul.inbox-pagination {
    float: right;
}
ul.inbox-pagination li {
    float: left;
}
.mail-option {
    display: inline-block;
    width: 100%;
}
.mail-option .dropdown-toggle::after{
  display: none;
}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
.mail-option .dropdown-menu
{
  left: -29px !important;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.view-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 7px;
}

.chat {
  width: 100%;
  color: #434651;
}
.chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid white;
}
.chat .chat-header img {
  float: left;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat .chat-header .chat-num-messages {
  color: #92959E;
}
.chat .chat-header .btn {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: calc(100vh - 330px);
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
.chat .chat-history .message:after {
  bottom: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86BB71;
  border-width: 10px;
  margin-left: -10px;
  rotate: -90deg;
  margin-bottom: -8px;
  right: auto;
  left:-10px;
}
.chat .chat-history .my-message {
  background: #86BB71;
}
.chat .chat-history .other-message {
  background: #94C2ED;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  right: -20px;
  left: auto;
  rotate: 90deg;
}
.chat .chat-message {
  padding: 30px;
}
.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.chat .chat-message button {
  float: right;
  color: #3445D4;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
}
.chat .chat-message button:hover {
  color: #3445D4;
}
.me {
    color: #94C2ED;
}
.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #86BB71;
}
.offline {
  color: #E38968;
}
.me {
  color: #94C2ED;
}
/************MAİL DESİGN end************/
.not_found_img{
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFF;
  margin-bottom: 30px;
  background-image: url("/img/not_found_img1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.clear_filter_btn{
  border: 1px solid #8991A9;
  margin-top: 15px;
  color: #3445D4;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}
.job_container
{
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 30px);
}
.change_mode {
  width: 40px;
  padding: 0;
}
.news_desc{
  display: -webkit-box;
  max-height: 38px;
  min-height: 38px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  overflow: hidden;
}
.news_title{
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  max-height: 40px;
  min-height: 40px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  overflow: hidden;
}

.change_mode img{
  max-width: 24px;
  max-height: 24px;
}
.search_img, .filter_btn, .news_cat, .fav_cat
{
  position: absolute;
  left: 12px;
  top: 12px;
}
.news_cat .btn, .fav_cat .btn
{
  color: #3445D4;
}
.news_cat .active_btn, .fav_cat .active_btn{
  color: #DDD;
}

.filter_btn .count
{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3445D4;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -10px;
  color: #FFF;
  font-size: 12px;
  border-radius: 50%;
  display: none;
}
.filter_btn, .news_cat, .fav_cat
{
  left: auto;
  right: 12px;
  cursor: pointer;
}
.search input.filter_input{
  padding-right: 135px!important;
}
input.filter_input:focus {
    box-shadow: 0 0 0 1px rgba(13,110,253,.25);
}
.input-group-text{
  background-color: #EDF0F7;
}
.filter_container
{
  background-color: #FFF;
  padding: .5rem;
  padding-right: 105px;
  position: relative;
  display: none;
}
.filter_container select{
  max-width: 140px;
}
.sign_up_category_box{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  cursor: pointer;
  transition: all 0.5s;
}
.sign_up_category_box:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.sign_up_category_box.selected_box{
  border: 1px solid #3445D4;
  box-shadow: 0 10px 20px rgba(52, 69, 212,0.19), 0 6px 6px rgba(52, 69, 212,0.23);
}
.sign_up_category_box img{
  height: 30px;
}
.back-button{
  position: absolute;
  left: 5px;
  top: -15px;
}
.clear_filter{
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 45px;
}
.clear_filter img{
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}

.clear_link{
  display: inline-block;
  line-height: 25px;
  border-right: 1px solid #DDD;
  border-radius: 0;
  top: 10px;
  right: 50px;
  color: #3445D4;
  position: absolute;
  display: none;
}
.clear_link:hover{
  border-right: 1px solid #DDD;
  box-shadow: none;
  color: #3445D4;
}


.liner_animation{

}
.empty_list
{
  overflow-x: hidden;
}
.empty_list:before
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right,rgba(255,255,255,0) 46%,rgba(255,255,255,.35) 50%,rgba(255,255,255,0) 54%) 50% 50%;
  -webkit-animation: .8s linear infinite bg_animation;
  animation: .8s linear infinite bg_animation;
  content: " ";
  pointer-events: none;
}
.fav img{
  transition: all 0.3s ease;
}
.fav.rotated img {
  transform: scale(0.1) ;
}
.bg_liner{
  background: linear-gradient(90deg,#EDF0F7 0,rgba(238,239,244,.45) 100%);
  position: relative;
}
@-webkit-keyframes bg_animation
{
  0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
  100%{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
}
@keyframes bg_animation
{
  0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
  100%{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
}
.company_logo
{
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 50%;
}
.logo{
  max-width: 200px;
}
.person_photo, .person_photo_medium, .edit_profile_thumb, .edit_profile_thumb2{
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #DDD;
  margin-bottom: -8px;
  margin-left: 7px;
  background-color: #f1f2f9;
  background-image: url(/img/person.svg);
  position: absolute;
  right: 0;
  top: 0;
}
.user_photo{
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #DDD;
  background-color: #f1f2f9;
  background-image: url(/img/person.svg);
}
.user_photo_container{
  padding: 5px;
  width: 92px;
  height: 92px;
  border: 1px solid #DDD;
  background-color: #FFF;
  display: inline-block;
  border-radius: 50%;
}
.copy_link{
  position: relative;
}
.copy_link:hover .copy_title{
  display: block;
  opacity: 1;
  top: 100%;
}
.copy_link .copy_title.url_copied{
  color: #3445D4;
  width: 130px;
  left: -45px;
  transition: all 0s;
}
.copy_link .copy_title{
  position: absolute;
  top: 0;
  left: -35px;
  width: 110px;
  text-align: center;
  background-color: #DBE1F0;
  border-radius: 5px;
  padding: 3px 5px;
  display: none;
  opacity: 0;
  transition: all 1s;
}
.email_visibled{
  position: relative;
}
.email_visibled .copy_email{
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  text-align: center;
  background-color: #FFF;
  border-radius: 5px;
  padding: 3px 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  margin-left: -80px;
  color: #fff;
}
.email_visibled .email_copied{
  top: -35px;
  background-color: #22e822;
  display: block;
  opacity: 1;
  visibility: visible;
}
img.knowledge{
  width: 18px;
}
.knowledge_items{
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.social_links a img{
  display: inline-block;
  width: 22px;
}
.social_links a{
  margin-right: 5px;
}
.appeals li .more_img{
  right: 0;
}
.warning_img{
  margin-top: -3px;
  margin-left: 5px;
}

.appeals li{
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
  background-color: #EDF0F7;
  position: relative;
  cursor: pointer;
}
.user_thumb{
  border-radius: 50%;
  margin-right: 10px;
}
.person_photo_medium{
  width: 90px;
  height: 90px;
  border: 1px solid #DDD;
  position: absolute;
  top: -10px;
  right: 15px;
}
.edit_profile_thumb, .edit_profile_thumb2{
  width: 90px;
  height: 90px;
  border: 1px solid #DDD;
  margin-top: 15px;
  position: relative;
}
.share_profil{
  background-color: #EDF0F7;
}
.appeal_thumb{
  width: 80px;
  height: 80px;
  margin-top: -5px;
}
.my_prop{
  display: none;
}

.more_post img {
  transition: all 0.2s;
}
.more_post.opened_link img {
  transform: rotate(180deg);
}
.edit_profile_thumb .plus,
.edit_profile_thumb2 .plus2{
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 35px;
  cursor: pointer;
}
.manat{
  display: inline;
  max-width: 18px;
  margin-top: -5px;
  margin-left: 3px;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem!important;
}
.mt-n3 {
  margin-top: -1rem!important;
}
.mt-n4 {
  margin-top: -1.5rem!important;
}
.mt-n5 {
  margin-top: -2rem!important;
}
.post_list li a{
  text-decoration: none;
}
.company_name
{
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8991A9;
  line-height: 28px;
  padding-left: 5px;

  padding-right: 35px;
}
.company_name img
{
  position: absolute;
  right: -2px;
  top: 3px;
  width: 24px;
}

.vacancy_title
{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 7px;
  color: #15181E;
}
.date_time {
  color: #8991A9;
  padding-right: 5px;
  overflow: hidden;

  white-space: nowrap;
}
.check_group .btn.active{
    color: #FFF;
    background-color: #3445D4;
    border-color: #3445D4;
}

.list_menu li{
  display: inline;
}
.list_menu .list-inline-item:not(:last-child){
  text-align: center;
  margin: 0;
}
.list_menu .list-inline-item:not(:first-child){
  margin-left: -5px;
}
.list_menu li .btn {
  padding: 3px 8px;
  margin-top: -4px;
  color: #8991A9;
}
.list_menu>li:not(:last-child) {
  border-right: 1px solid #DBE1F0;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: #DBE1F0;
}
.vacancy_content {
  color: #15181E;
  position: relative;
}
.vacancy_breadcrumb li a{
  background-color: #EDF0F7;
}
.remove_item{
  position: absolute;
  right: 5px;
  top: 3px;
  cursor: pointer;
  width: 18px;
}
.edit_work{
  position: absolute;
  right: 40px;
  top: 3px;
  cursor: pointer;
  width: 20px;
}
.cv_breadcrumb li, .vacancy_breadcrumb li{
  margin-bottom: 10px;
}
/*****************CV START*********************/
:root {
	--color-gray-light-1: #f8f8f8;
	--color-gray-light-2: #e9e9e9;
	--color-gray-light-3: #dedede;
	--color-gray-dark-1: #545454;
	--color-gray-dark-2: #737373;
	--color-gray-dark-3: #9a9a9a;
	--color-blue-dark-1: #00387f;
	--color-tiffany: #00a6a6;
	--profile-theme: #3444d4;
	--timeline-circle-theme: #14253e;

	--pgbar-length: 100%;

	--MATH-PI: 3.1415px;
	--percent: 100;
}
.wrapper2 {
	margin: 0 auto;
	max-width: 70rem;
	background-color: var(--color-gray-light-2);
	display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.intro {
	flex: 0 0 250px;
	background-color: var(--color-gray-light-1);
	box-shadow: 1px 0px 7px 0px #b3b3b3;
	z-index: 5;
}
.profile {
	position: relative;
	background-color: var(--profile-theme);
	padding: 2rem 1rem;
	margin-bottom: 50px;
	text-align: center;
	user-select: none;
}
.profile::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 30px;
	background-color: var(--profile-theme);
	transform: skewY(-5deg);
}
.photo img {
	width: 80%;
	border-radius: 50%;
}
.bio .name {
	font-size: 1.5rem;
	text-align: center;
	color: var(--color-gray-light-1);
	margin: 0;
	margin-top: 1rem;
}
.bio .profession {
	font-size: 1rem;
	text-align: center;
	color: var(--color-gray-light-1);
	margin: 0;
}

.intro-section {
	padding: 0 1rem;
	color: var(--color-gray-dark-1);
}
.intro-section .title {
	font-size: 0.95rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.about .paragraph {
	text-align: justify;
}
.info-section {
	margin: 1rem 0;
}
.info-section span {
	position: relative;
	transition: all 0.3s;
}
.info-section img {
	width: 25px;
}
.info-section a {
  margin-right: 5px;
}

.refreshIcon {
  top: -60px;
  font-size: 24px;
  right: -10px;
}
.sliderContainer {
    min-height: 40px;
}
.link a {
	text-decoration: none;
	color: inherit;
}
.cv_container .card{
 transition: all 0.2s;
 cursor: pointer;
}
.cv_container .card:hover{
  border: 1px solid rgba(52, 69, 212,0.6);
  box-shadow: 0px 0px 10px rgba(52, 69, 212,0.19), 0 0px 6px rgba(52, 69, 212,0.23);
}

.link span::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -3px;
	width: 0;
	height: 2px;
	background-color: var(--profile-theme);
	transition: width 0.3s;
	/*transition-timing-function: cubic-bezier(.64,.51,.16,.86);*/
	transition-timing-function: cubic-bezier(.92,.57,.33,1.02);
	transform: translate(-50%, 0);
}

.link span:hover {
	color: var(--profile-theme);
}
.link span:hover::after {
	width: 100%;
}

/* Detail section overall setting*/
.detail {
	flex: 1 0 0;
	background-color: white;
	padding: 2rem;
}
.detail-section {
	transition: all 0.3s;
}
.detail-section:not(:last-of-type) {
	padding-bottom: 1rem;
}
.detail-title {
	display: flex;
	align-items: center;
}
.detail-section > .detail-content {
	padding: 1.5rem;
	padding-left: 2rem;
	user-select: none;
}
.detail-section.edu > .detail-content {
	padding-left: calc(1.5rem + 10px);
}
.title-icon + span {
	font-size: 1.5rem;
	transition: all 0.3s;
}
.title-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	margin-right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--profile-theme);
	border-radius: 50%;
	transition: all 0.3s;
}
.title-icon i {
	color: white;
	line-height: 1rem;
	font-size: 1rem;
	text-align: center;
}
.detail-section:hover .title-icon {
	transform: scale(1.5);
	margin-right: 1.5rem;
}
.detail-section:hover .title-icon + span {
	letter-spacing: 1.5px;
}

/* time line block in education section */
.timeline-block {
	position: relative;
	padding-left: 30px;
}
.timeline-block:not(:last-of-type) {
	margin-bottom: 1rem;
}
.timeline-block h1 {
	font-size: 1rem;
	margin: 5px 0;
	transition: all 0.3s;
}
.timeline-block p {
	font-size: 0.8rem;
	margin: 5px 0;
}
.timeline-block time {
	font-size: 0.8rem;
	color: var(--color-gray-dark-2);
}
.timeline-block::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background-color: white;
	border: 3px solid var(--timeline-circle-theme);
	border-radius: 50%;
	left: -10px;
	top: -5px;
}
.timeline-block::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	background-color: var(--timeline-circle-theme);
	left: -3px;
	top: 13px;
}
.timeline-block:hover h1 {
	color: var(--color-tiffany);
}
.timeline-block:hover::before {
	animation: circle 1.2s infinite;
}

/* Programming skills section */
.pg-list, .tool-list, .favor-list {
	padding: 0;
	list-style: none;
}
.pg-list > li {
	margin: 1rem 0;
	display: flex;
	align-items: center;
}
.sb-skeleton {
	position: relative;
	flex: 1 0 auto;
	height: 2px;
	background-color: var(--color-gray-dark-3);
}
.pg-list > li > span {
	flex: 0 0 140px;
}
.sb-skeleton > .skillbar {
	position: absolute;
	left: 0;
	top: -1px;
	width: var(--pgbar-length);
	height: 4px;
	background-color: var(--profile-theme);
}
.tool-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.tool-list > li {
	position: relative;
	text-align: center;
	flex: 0 0 25%;
}
.tool-list > li > svg {
	position: relative;
	fill: transparent;
	width: 95%;
	transform: rotate(-90deg);
}
.tool-list > li > svg > circle {
	stroke-width: 1px;
	stroke: #cdcdcd;
}
.tool-list > li > svg > circle.cbar {
	stroke-width: 3px;
	stroke: var(--profile-theme);
	stroke-linecap: round;
	stroke-dashoffset: 0;
	stroke-dasharray: calc(var(--MATH-PI) * 45 * 2);
	transition: all 0.8s;
	transition-timing-function: cubic-bezier(.64,.51,.16,.86);
}
.tool-list > li:hover > svg > circle.cbar {
	stroke-width: 4px;
	stroke: var(--color-tiffany);
	stroke-dashoffset: calc(var(--MATH-PI) * 45 * 2 * (1 - var(--percent)));
}
.tool-list > li > .tl-name,
.tool-list > li > .tl-exp {
	position: absolute;
	left: 50%;
	color: var(--color-gray-dark-1);
}
.tool-list > li > .tl-name {
	top: 50%;
	font-size: 1.2rem;
	transform: translate(-50%, -50%);
}
.tool-list > li > .tl-exp {
	top: calc(50% + 1.4rem);
	font-size: 1rem;
	transform: translate(-50%, -50%);
}
/* Interests Section */
.outer-frame {
	border: 1px solid var(--color-gray-dark-3);
	border-radius: 5px;
}
.favor-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.favor-list > li {
	display: flex;
	flex: 1 0 0;
	align-items: center;
	justify-content: baseline;
	flex-direction: column;
	color: var(--profile-theme);
	padding: 1rem 0;
	transition: all 0.3s;
}
.favor-list > li > i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	width: 50px;
	height: 50px;
}
.favor-list > li:hover {
	transform: scale(1.2);
	color: var(--color-tiffany);
}
.favor-list > li > span {
	letter-spacing: 1px;
}

@keyframes circle {
  0% {
    box-shadow: 0 0 0 0px rgba(51, 52, 57, 1);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(51, 52, 57, 0);
  }
}

@media (max-width: 1024px) {
	html {
		font-size: 90%;
	}
	.wrapper2 {
		flex-direction: column;
	}
	.intro, .detail {
		flex: 0 0 100%;
		box-shadow: none;
	}
	.intro-section {
		padding: 0 2rem;
	}
	.profile {
		margin-bottom: 1rem;
	}
	.profile::after {
		display: none;
	}
	.photo img {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 768px) {
  .company_name img {
      position: absolute;
      right: 2px;
      top: 9px;
      width: 24px;
  }
  .company_name {
    position: inherit;
  }
	.tool-list {
		flex-wrap: wrap;
	}
	.tool-list > li {
		flex: 0 0 33.33%;
	}
	.favor-list > li {
		flex: 0 0 33.3333%;
	}
}
/*****************CV END*********************/
.vacancy_breadcrumb li a:hover, .vacancy_breadcrumb li a:active, .vacancy_breadcrumb li a:focus{
  background-color: #e4e7ee;
}
.vacancy_breadcrumb li a img{
  max-width: 20px;
  margin-right: 7px;
}
.profile_dropdown .dropdown-menu
{
  min-width: 90px;
}
.static_menu{
  background: #FFF;
}
.menu{
  background: #FFF;
  display: none;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  margin-top: 10px;
}
.menu_bar{
  width: 45px;
}
.main_menu a
{
  text-decoration: none;
  color: #15181E;
}
.main_menu a small{
  color: #8991A9;
}
.main_footer_menu a{
  font-size: 14px;
  color: #3445D4;
  transition: all 0.3s;
}
.main_footer_menu a:hover{
  opacity: 0.7;
}
.main_footer_menu ul li{
  display: block;
}
ul.vacancies li{
  padding: 0;
  border: 1px solid transparent !important;
  border-right: 45px solid transparent !important;
  margin-bottom: 1px;
  transition: all 0.2s;
  background-color: #fff;
  cursor: pointer;
}
.form_fieldset{
  position: relative;
  border: 1px solid #ddd;
  padding: 1rem;
  /* background-color: #EDF0F7; */
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5rem;
}
.form_fieldset .legend{
  position: absolute;
  top: -5px;
  font-size: 18px;
  line-height: 1;
  margin: -9px 0 0 0.5rem; /* half of font-size up top */
  background: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  background-color: #EDF0F7;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-weight: bold;
}


.more_img
{
  position: absolute;
  right: -45px;
  top: 9px;
  transition: all 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/arrow_right.svg);
  width: 40px;
  height: 30px;
}
.print_btn .dropdown-toggle::after
{
  display: none;
}
ul.vacancies li:not(.selected_vacancy):hover *{
  color: #3445D4;
}
ul.vacancies li:not(.empty_list, .selected_vacancy):hover .more_img{
  background-image: url(/img/arrow_right_white1.svg);
}
ul.vacancies li:not(.empty_list, .selected_vacancy):hover{
  border: 1px solid #3445D4 !important;
  border-right: 45px solid #3445D4 !important;
  background-color: #3445D4;
}
.selected_vacancy a{
  cursor: default;
}
ul.vacancies li .vacancy_bg{
  position: relative;
  padding: 10px;
  border-radius: 0.25rem;
  background: #FFF;
}
ul.vacancies li.selected_vacancy
{
  background-color: transparent;
  border-color: transparent;
  cursor: default;

}
ul.vacancies li.selected_vacancy:hover
{
  /*background-color: #3445D4;*/
}
ul.vacancies li.selected_vacancy .vacancy_bg
{
  background-color: transparent;
}
ul.vacancies li.selected_vacancy:hover .vacancy_bg
{
  /* background-color: #FFF; */
}
ul.vacancies li.selected_vacancy .more_img
{
  transform: rotate(180deg);
}
.pro{
  background: #ea199f;
  color: #FFF;
  font-size: 11px;
  padding: 3px;
  font-weight: bold;
}
ul.vacancies li:not(.selected_vacancy):hover .pro{
  color: #FFF;
}
.modal .btn-close{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
.modal .check_group li, .cat_vac .check_group li{
  width: 50%;
}
.divider{
  border-bottom: 1px solid #DBE1F0;
  text-align: center;
  position: relative;
  height: 30px;
}
.divider span{
  background-color: #FFF;
  padding: 10px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -20px;
  text-align: center;
  width: 70px;
  color: #8991A9;
}
.is_required{
  border-color: #dc3545;
}
.is_required:focus {
    box-shadow: 0 0 0 0.25rem rgba(221, 53, 69, 0.25);
    border-color: #dc3545;
}
.btn-primary
{

}
.btn-google
{
  background-color: #EDF0F7;
  color: #3445D4;
}
.btn-google:hover
{
  background-color: #e9ebf2;
  color: #3445D4;
}
.btn-google:active, .btn-google:focus, .btn-google:first-child:active
{
  background-color: #dbdcdf;
  color: #3445D4;
}
.submit_login{
  background-color: #3445D4;
}
.submit_login:hover{
  background-color: #2d3dc7;
}
.submit_login:active{
  background-color: #2d3dc7;
}
.g-recaptcha div:first-child {
    text-align: center;
    display: inline-block;
}
.terms{
  color: #8991A9;
}
.already_login *{
  color: #15181E;
}
.login_modal .modal-body {
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  height: auto;
}
.print_btn .dropdown-menu{
  border: 3px solid #EDF0F7;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}
.print_btn .dropdown-menu li:first-child{
  border-bottom: 3px solid #EDF0F7;
  display: block;
}
.print_btn .dropdown-menu li img{
  position: absolute;
  right: 5px;
  top: 9px;
  max-height: 22px;
}
.print_btn .dropdown-item.active, .print_btn .dropdown-item:active
{
  background-color: #FFF;
  color: #212529;
}
.print_btn .dropdown-menu .dropdown-item{
  padding: 8px 5px 8px 10px;
  position: relative;
}
.radio_animate svg {
  width: 1.35rem;
  height: 1.35rem;
}
.radio_animate svg.gear {
  order: 1;
  margin-left: 1.35rem;
  cursor: help;
}
.radio_animate svg.gear:hover ~ h4 {
  transform: scale(1);
}
.radio_animate label {
  position: relative;
  display: flex;
  width: auto;
  align-items: center;
  cursor: pointer;
}

.radio_animate .check {
  margin-right: 7px;
  width: 1.35rem;
  height: 1.35rem;
}
.radio_animate .check .border_dot {
  fill: none;
  stroke: #7a7a8c;
  stroke-width: 3;
  stroke-linecap: round;
}
.radio_animate .check .dot {
  fill: url(#gradient);
  transform: scale(0);
  transform-origin: 50% 50%;
}

.radio_animate input {
  display: none;
}
.radio_animate input:checked + label svg .border_dot {
  stroke: url(#gradient);
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
  animation: checked 500ms ease forwards;
}
.radio_animate input:checked + label svg .dot {
  transform: scale(1);
  transition: transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
}
.cv_container
{
  padding-right: 5px;
}



@keyframes checked {
  to {
    stroke-dashoffset: 0;
  }
}
.line_top {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-umano {
	background-color:#3444d4 !important;
	border:1px solid #3444d4  !important;
	color:#ffffff  !important;
}
.btn-umano:hover {
	background-color:#2d3cbd;
  color: #FFF;
}
.btn-umano:active, .btn-umano:first-child:active {
  background-color:#2d3cbd !important;
  color: #FFF !important;
}
.btn-pink {
	background-color:#e318be !important;
	border:1px solid #e318be  !important;
	color:#ffffff  !important;
}
.btn-pink:hover {
	background-color:#e60dbe;
  color: #FFF;
}
.btn-pink:active, .btn-pink:first-child:active {
  background-color:#e60dbe !important;
  color: #FFF !important;
}

.txt h5
{
  margin-top: 25px;
  margin-bottom: 15px;
}
.reason_txt
{
  display: none;
}
.loader, .loader2, .loader3
{
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(/img/loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.loader3
{
  background-color: rgba(255, 255, 255, 0.3);
}
.school_name, .speciality, .education_date, .add_education{
  display: none;
}

@media (min-width: 576px) {

  .container-sm, .container {
    max-width: 540px;
  }

}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .main_footer_menu ul li{
    display: inline;
  }

}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1520px;
  }
}
@media (max-width: 576px){
  ul.vacancies li {
    border-right: 35px solid transparent !important;
  }
  .more_img {
    right: -35px;
  }
  ul.vacancies li:not(.empty_list):hover {
    border-right: 35px solid #3445D4 !important;
  }
  .vacancy_title
  {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .company_name{
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .cv_item .col-6
  {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .cv_item .date_time
  {
    flex: 0 0 auto;
    width: 25%;
  }
  .cv_item .company_name{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .content_for_mobile{
    display: block;
  }
  .list_for_mobile.has_content{
    display: none;
  }
  .content_for_mobile.has_content{
    display: block;
  }

}
