@import url("font.css");
@import url("icons.css");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
html {
  font-size: 100%;
}
body {
  padding: 0;
  margin: 0;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;;
 /* font-size: 18px;*/
  font-weight: normal;
  background: #f2f6f9;
}
h1, h2, h3, h4 {
  font-weight: 700;
}

/* Date picker custamization Starts */
.datepicker, .datetimepicker {
  box-shadow: 0px 2px 5px #c5c5c5;
}
.datepicker td, .datepicker th, .datetimepicker td, .datetimepicker th {
  font-size: 13px;
  width: 30px;
    height: 25px;

}
.datepicker td, .datetimepicker td {
  font-weight: 400;
  color: #222B45;
    text-shadow: 0 0 #222B45;
    display: table-cell;
}
.datepicker th, .datetimepicker th {
  font-weight: 500;
  text-shadow: 0 0 #222B45;
  color: #222B45;
  font-weight: 400;
  display: table-cell;
}
.datepicker td.new, .datepicker td.old, .datetimepicker td.new, .datetimepicker td.old {
    color: #999;
    text-shadow: 0 0 #999;
}
.icon-angle-left, .icon-angle-right {
  font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-angle-left:after {
  content: "\e925";
}
.icon-angle-right:after {
  content: "\e924";
}
/* Date picker custamization Ends */
.mandatory {
  font-size: 13px;
  color: #ff0000;
}
.error.help-block, .error, .error_msg {
  font-size: 12px !important;
  color: #ff0000;
}
.main_container {
  max-width: 400px;
  margin: 0 auto;
}
.header_container {
  background-color: #22326e;
  background-image: url(../images/req/regi_form_header.svg);
  background-repeat: no-repeat;
  background-position: 280px top;
  padding: 13px 10px;
  min-height: 415px;
}
.support_text {
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
}
.support_text span{
  font-size: 22px;
  font-weight: 500;
}
.support_text font+br {
  display: none;
}
.form_container {
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: -140px;
}
.form_title_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #4a587b;
}
.title_border {
  border-bottom: 1px solid #f2f6f9;
}
.candidate_registration_form_label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #4a587b;
  margin-bottom: 8px;
}
.candidate_registration_form_input {
  border-radius: 4px;
  border: solid 1px #d2d5de;
  background-color: #FFF;
  height: 40px;
}
.candidate_registration_form_input::-webkit-input-placeholder, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder { /* Edge */
  opacity: 0.68;
  font-size: 15px;
  color: #4a587b;
}
.candidate_registration_form_input:-ms-input-placeholder, .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.68;
  font-size: 15px;
  color: #4a587b;
}
.candidate_registration_form_input::placeholder, .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  opacity: 0.68;
  font-size: 15px;
  color: #4a587b;
}
.datepicker_enabled {
  position: relative;
}

.datepicker_enabled:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 22px;
  color: #78829c;
}
.datepicker_enabled .candidate_registration_form_input {
  padding-right: 30px;
}
.gender_button {
  min-width: 80px;
  background-color: rgba(255, 255, 255, 0);
  border: 5px solid transparent;
  border-radius: 50%;
  min-height: 80px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.gender_button .gender_radio_btn {
  opacity: 0;
}
.male_button {
  background-image: url(../images/req/male.svg);
}
.female_button {
  background-image: url(../images/req/female.svg);
}
.gender_button.active {
  border-color: #02c598;
}
.gender_radio_btn:checked + .checked_input {
  background-image: url(../images/req/check_right.svg);
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -2px;
  background-color: #FFF;
  border-radius: 50%;
  background-position: center;
}
.custom_column {
  min-width: 49%;
}
.english_knowledge_btn_label,
.experience_btn_label,
.education_btn_label,
.pres_ques_label,
.venques_btn_label {
  width: 100%;
  max-width: 163px;
  border: 1px solid #e0dede;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 15px;
  color: #4a587b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.english_knowledge_wrapper div:last-child label,
.education_details_wrapper div:last-child label,
.education_details_wrapper div:nth-last-child(2) label {
  margin-bottom: 0px;
}
.pres_ques_label.active,
.english_knowledge_btn_label.active,
.education_btn_label.active,
.experience_btn_label.active,
.venques_btn_label.active {
  background-color: #21c1f3;
  border-color: 1px solid #21c1f3;
  color: #FFF;
}
.english_knowledge_btn,
.experience_btn,
.pre_radio_btn,
.education_btn,
.venques_btn {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.candidate_registration_form_input_select_outter .select2-container .select2-selection--single {
  height: 40px;
  background-color: rgb(249, 250, 255);
  border: 1px solid rgb(224, 231, 255);
  border-radius: 5px;
  color: #2E384D;
  font-weight: 500;
  font-size: 13px;
  line-height: 36px;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4a587b;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  text-align: left;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  top: auto;
  margin-top: 9px;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display: inline-block;
  content: "\e907";
  font-family: 'icomoon';
  color: #1045AC;
  margin-top: 0px;
  margin-left: -12px;
  position: relative;
  top: -6px;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b:before {
  content: "\e904";
}
.candidate_registration_form_input_select_outter .select2-container .select2-selection--single {
  background-color: #FFF;
  border: 1px solid #d2d5de;
  text-align: center;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee !important;
  border: 1px solid #d2d5de;
  text-align: center;
}

.select2-results__options li {
  font-size: 12px;
  line-height: 22px;
}
.candidate_registration_form_input_select_multiple_outter .select2-container {
  width: 100% !important;
}
.candidate_registration_form_input_select_multiple_outter .select2-container--default .select2-selection--multiple {
  background-color: #FFF;
  border: 1px solid #d2d5de;
  border-radius: 4px;
  min-height: 40px;
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
}
.candidate_registration_form_input_select_multiple_outter .select2-container .select2-search--inline .select2-search__field {
  margin-top: 9px;
}
.candidate_registration_form_input_select_multiple_outter .select2-selection__choice__remove {
  display: inline-block;
  float: right;
  width: 16px;
  height: 16px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 12px;
  margin-top: 2px;
  margin-right: 5px !important;
  color: #78829C;
  margin-left: 5px;
  font-size: 14px;
}
.candidate_registration_form_input_select_multiple_outter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #78829C;
  border: 1px solid #78829C;
  border-radius: 4px;
  padding: 2px 0px 2px 3px;
  color: #FFF;
  font-weight: 500;
  font-size: 13px;
  min-width: 105px;
}
.yes_no_thumb {
  width: 25px;
  height: 25px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: auto;
  right: auto;
  margin-left: -28px;
  background-size: cover;
  top: 4px;
}
.yes_thumb {
  background-image: url(../images/req/yes_thumb.png);
}
.no_thumb {
  background-image: url(../images/req/no_thumb.png);
}
.candidate_registration_form_btn,
.candidate_registration_form_btn:hover {
  width: 300px;
  height: 48px;
  border-radius: 4px;
  background-color: #02c598;
  display: block;
  cursor: pointer;
  color: #FFF;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.file_upload .file_input_choose {
  display: inline-block;
  width: 100%;
  border: 0px solid #d2d5de;
  border-radius: 6px;
  position: relative;
  height: 42px;
  text-align: center;
}
.file_upload .fileinput-exists .fileinput-exists, .file_upload .fileinput-new .fileinput-new .fileinput_label {
  display: block;
  height: 100%;
  vertical-align: middle;
  padding: 8px;
  color: #4a587b;
  cursor: pointer;
  line-height: 23px;
  font-weight: 500;
}
.file_upload .fileinput-new .fileinput-exists, .file_upload .fileinput-new .fileinput_label.change {
  display: none;
}
.file_upload .fileinput input[type="file"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.file_upload .fileinput-exists .fileinput-new, .file_upload .fileinput-new .close_file {
  display: none;
}
.file_upload .fileinput-exists .fileinput-exists {
  display: block;
  text-align: left;
}
.file_upload .fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  max-width: 76%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #757aa0;
  line-height: 22px;
  font-weight: 400;
}
.upload_icons {
  width: 25px;
  height: 25px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/req/resume_icon@2x.png);
  background-size: cover;
}
.fileinput-exists .upload_icons {
  float: none;
}
.optional_thing {
  font-size: 13px;
}
.close_file, .close_file:hover {
  float: right;
  color: #ff8484;
  font-size: 26px;
  text-shadow: 0 0 #ff8484;
  font-weight: 700;
  text-decoration: none;
}
.footer_txt {
  color: #78829c;
  font-size: 13px;
  text-align: center;
}
.terms_links {
  color: #02c598;
  font-size: 13px;
  text-align: center;
}
.add_skill_btn,
.add_skill_btn:hover {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  color: #4b597b;
  text-decoration: none;
}
.skill_tags_outter {
  padding-top: 10px;
}
.search_box_skills_outter {
  position: relative;
}
.search_box_skills_outter:before {
  content: "\e906";
  width: 15px;
  height: 15px;
  font-family: 'icomoon';
  position: absolute;
  left: 0px;
  top: 13%;
  color: #7b8db9;
  font-size: 22px;;
}
.search_box_skills {
  border: 0;
  border-bottom: 1px solid #7b8db9;
  border-radius: 0;
  height: 40px;
  padding: 25px 34px 25px 30px;
}
.search_box_skills:focus {
  outline: none;
}
.add_new_skill, .add_new_skill:active, .add_new_skill:visited, .add_new_skill:hover {
  text-decoration: none;
  font-size: 30px;
  color: #ffb836;
  position: absolute;
  top: 7px;
  right: 2px;
  cursor: pointer;
  z-index: 11;
}
button.close:focus {
      outline: none;
}
.close_button {
  color: #c7cbe2;

}
.skill_tags {
  background-color: #3366ff;
  border: 1px solid #3366ff;
  border-radius: 3px;
  padding: 2px 0px 2px 3px;
  color: #FFF;
  font-weight: 500;
  font-size: 11px;
  min-width: 55 px;
  float: left;
  margin-right: 10px;
  margin-bottom: 6px;
}
.skill_tags_remove_btn {
    display: inline-block;
    float: right;
    width: 14px;
    height: 14px;
    background-color: #3366ff;
    text-align: center;
    border-radius: 50%;
    line-height: 12px;
    margin-top: 1px;
    margin-right: 5px !important;
    color: #ffffff;
    margin-left: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}
.skill_list_ul_in_popup {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skill_list_ul_in_popup li {
  margin-bottom: 15px;
}
.clearfix {
  clear: both;
}
/* Customize the label (the container) */
.chk_container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 22px;
  color: #49577C;
  text-shadow: 0 0 #49577C;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.chk_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  color: #7b8db9;
  font-size: 17px;
  text-shadow: 0 0 #333;
  display: block;
  height: 19px;

}

/* On mouse-over, add a grey background color */
.chk_container:hover input ~ .checkmark {
  color: #7b8db9;
  
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  font-family: 'icomoon';
  content: "\e93d";
  display: block;
  line-height: 18px;
  font-size: 21px;
}
/* Show the checkmark when checked */
.chk_container input:checked ~ .checkmark:after { 
  content: "\e90c";
  color: #02c598;
  font-size: 18px;
}
/*  Otp Page Starts */
.no_background {
  background-image: none;
}
.otp_page .form_container {
  margin-top: -240px;
}
.otp_page_title {
  color: #4a587b;
  font-size: 18px;
  font-weight: 500;
}
.otp_page_desc {
  font-size: 15px;
  color: #4a587b;
  font-weight: 400;
}
.otp_page_desc div {
  font-weight: 500;
}
.otp_page_header_image, .success_page_header_image, .success_hand_image {
  margin: 0px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/req/otp_page_image.svg);
}
.otp_fields {
  width: 50px;
}
.otp_fields .candidate_registration_form_input {
  height: 50px;
  font-size: 24px;
  font-weight: 500;
}
.otp_fields .candidate_registration_form_input[type="password"] {
    font-size: 42px;
}
.back_arrow,.back_arrow:hover {
  color: #FFF;
  font-size: 28px;
}
.otp_expired_timer {
  font-size: 13px;
  font-weight: 500;
  color: #ec770a
}
.resend_otp_link {
  font-size: 13px;
  color: #21c1f3;
  cursor: pointer;
}
/*  Otp Page Ends */

/**/

.success_page_header_image {
  background-image: url(../images/req/confirmation_page_image.svg);
}
.track_info_outter {
  min-height: 300px;  
  background: #f9fbff; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9fbff 0%, #bcd5ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f9fbff 0%,#bcd5ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f9fbff 0%,#bcd5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbff', endColorstr='#bcd5ff',GradientType=0 ); /* IE6-9 */
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom: 15px;
}
.success_hand_image {
  background-image: url(../images/req/confirmation_page_hand.svg);
  width: 25px;
  height: 25px;
  vertical-align: unset;
}
.stage_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.56);
  background-image: url(../images/req/confirmation_progress_question.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.completed {
  background-image: url(../images/req/check_right.svg);
  background-color: #FFF;
}
.stage_circle_icons {

}
.stage_title {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #4a587b;
}
.col-3.text-center.sdfsadf:after {
  background-color: rgba(120, 130, 156, 0.4);
}
.right_stage_line {
  position: relative;
}
.right_stage_line:after {
  content: "";
  width: 74px;
  height: 5px;
  position: absolute;
  background-color: rgba(120, 130, 156, 0.4);
  border-radius: 99px;
  top: 12px;
  left: 40px;
}
.divider_app {
  border-bottom: 1px solid;
  border-color: #979797;
}
.apply_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.18px;
  color: #4a587b;
}
.playstore_link .candidate_registration_form_btn, .playstore_link .candidate_registration_form_btn:hover {
  width: 196px;
  height: 40px;
  padding: 7px 10px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
}
.verified_msg {
  font-size: 13px;
  text-align: left;
}
.failure {
  color: #f00;
}
.successed {
  color: #47A804;
}
#fileinput_loader {
  background-color: rgb(3, 197, 152);
  padding: 5px;
  display: none;
  margin: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto;
}


.myinfo_apply .container_customs {
  max-width: 576px;
  margin: 0 auto;
}
.myinfo_apply .header_container {
  height: 220px;
  background-color: #f2f6f9;
  background-image: url(../images/jd/group-6@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.myinfo_apply .form_container {
  margin-top: -180px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)
}
.myinfo_apply .form_container_rform {
  margin-top: -150px;
}
.myinfo_apply .download_caption {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 6px 0px 16px 0px;
}
.myinfo_apply .g_play_store_wrapper {
    margin-bottom: 25px;
}
.myinfo_apply .copy_right_text {
    font-size: 13px;
    color: #fff;
}
.beta_label {
  display: inline-block;
  width: 50px;
  height: 18px;
  background-image: url(../images/req/combined-shape@2x.png);
  background-size: cover;
  position: absolute;
  right: 2px;
  bottom: -2px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: right;
}
.footer_section {
  background-color: #e2e7ea;
  padding-top: 1px;
}

.alertBox {
  display: none; 
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 999999999;
    text-align: center;
}
.alertBox .alert {
  margin: auto;
  width: 500px;
}
.alert.alert-success h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.alert.alert-success p {
  margin: 0;
}

.hire_employees_btn:hover, .hire_employees_btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.24);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
}
.myinfo_apply .navbar-brand img {
    width: 140px;
  }

  .logo-subtxt{
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: -15px 0 0 28px;
}
@media (max-width: 520px) {
  .logo-subtxt{
  margin: -20px 0 0 17px;
  font-size: 10px;
}
}

@media (max-width: 575.98px) {
  .myinfo_apply .navbar-brand img {
    width: 100px;
  }
  .beta_label {
    bottom: 6px;
  }
    .support_text {
  font-size: 16px;
  line-height: 25px;
}
.support_text span{
  font-size: 20px;
}
}
@media (min-width: 380px) {
  .right_stage_line:after {
      width: 80px;
  }
}
@media (min-width: 480px) {
  .right_stage_line:after {
      width: 110px;
      left: 46px;
  }
}

@media (min-width: 576px) {
  .right_stage_line:after {
      width: 135px;
      left: 56px;
  }
}
@media (min-width: 768px) {
  /*.myinfo_apply .custom_column {
      min-width: 16%;
  }*/
  .myinfo_apply .experience_details_wrapper .custom_column {
      min-width: 49%;
  }
}

.crf_ques_radio_label {
  width: 100%;
  max-width: 163px;
  border: 1px solid #e0dede;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 15px;
  color: #4a587b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.venques_btn:checked + .crf_ques_radio_label  {
  background-color: #21c1f3;
  border-color: 1px solid #21c1f3;
  color: #FFF;
}
.form-group {
    margin-bottom: 1rem;
}