/* Fix Menu shadow and patterns */

.main-footer, .feedback {
    display: none;
  }
  .stepwizard-step p {
    margin-top: 0px;
    color:#666;
  }
  .stepwizard-row {
    display: table-row;
  }
  .stepwizard {
    display: table;
    width: 100%;
    position: relative;
  
  }
  .step_left_progress{
    background: #f4f5f7;
    padding: 33px 30px;
    border-radius: 10px;
  }

  .stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
  }
  .stepwizard-row:before {
    left: 13px;
    top: 5px;
    bottom: 0px;
    position: absolute;
    content:" ";
    height: 90%;
    width: 2px;
    background-color: #ccc;
    z-index: 0;
  }
  .stepwizard-step a.btn.btn-success {
    background: #156bf5;
    border-color: #156bf5;
    width: 12px !important;
    height: 12px !important;
    left: 8px;
    top: 4px;
  }
  .stepwizard-step.current_step .step_head {
    font-family: 'Roboto-Medium';
    color: #091E42;
  }
  .stepwizard-step.current_step.visited .step_head {
    font-family: 'Roboto-Regular';
    color: #42526E;
  }
  .stepwizard-row:after {
    content: '';
    background: #ff000000;
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .step_wizard_row {
    margin-top: 20px;
  }
  .step_line_detail {
    text-align: left;
    margin-left: 40px;
  }
  .stepwizard-step {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  .stepwizard-step:last-child{
    margin-bottom: 0px;
  }
  .stepwizard-step .btn-default {
    border: 1px solid #8993a4;
    background: #fff;
  }
  .stepwizard-step a.btn {
    position: absolute;
    left: 5px;
  }
  .btn-circle {
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 3px 2px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .stepwizard-step .completed {
    background: #156bf5;
    border-color: #156bf5;
  }
  a.btn.btn-circle.btn-default.completed.btn-success:after {
    background: none;
    border: none;
    top: 9px !important;
  }
  
  .stepwizard-step a.btn.btn-success:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: -4px;
    border: 1px solid #156bf5;
    border-radius: 50px;
    left: -4px;
    box-shadow: inset 0px 0px 4px white;
  }
  .stepwizard-step .completed:before {
    position: absolute;
    left: -4px;
    top: 42%;
    height: 34%;
    width: 2px;
    background-color: #ffffff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
  }
  .stepwizard-step .completed:after {
    position: absolute;
    left: -4px;
    bottom: 4px;
    height: 2px !important;
    width: 61% !important;
    background-color: #ffffff !important;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
  }
  .step_line_detail .step_head {
    color: #42526E;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .step_line_detail .step_subhead {
    color: #8993A4;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    font-family: 'Roboto-Regular';
  }
  .panel_main_heading {
    color: #091E42;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto-Medium';
    margin-bottom: 65px;
    margin-top: 23px;
  }
  .step_wizard_row .form_label {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto-Medium';
    color: #091E42;
    width: 100%;
    margin-bottom: 14px;
    position: relative;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .step_wizard_row h3.panel-title {
    color: #091E42;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    margin-top: 20px;
    margin-bottom: 28px;
  }
  .step_wizard_row .form-control {
    border: 1px solid #CED4DD;
    border-radius: 4px;
    font-size: 14px;
    color: #091E42;
    height: 40px;
    font-weight: 500;
  }
  .step_wizard_row .form-control::placeholder{
    color: #42526E !important;
  }
  .datepicker .input-group-append {
    display: none;
  }
  .year_exp_maxmin .custom_nice_select {
    width: 56px;
    padding: 0 !important;
    text-align: center !important;
  }
  .form_group_btn button.btn {
    font-size: 14px;
    color: #42526E;
    margin: 0 10px 15px 0px !important;
    border-radius: 4px !important;
    border: 1px solid #EEEEEE;
    padding: 7px 13px;
    line-height: 17px;
    background: #fff;
  }
  span.tooltip_block {
    margin-left: 10px;
  }
  .form_group_btn button.btn.active2 {
    background: #EEF4FE;
    border-color: #156BF5;
    color: #156BF5;
  }
  .form_group_btn button.btn:hover{
    background: #F4F5F7;
    color: #42526E;
  }
  .form_group_btn button.btn.active2:hover{
  background: #D6EFFF;
  color: #156BF5;
  }
  div#btn_groups {
    margin-bottom: 5px;
  }
  .stepwizard-step.current_step.visited:after {
    content: '';
    background: #156bf5;
    width: 2px;
    height: 55px;
    position: absolute;
    top: 18px;
    left: 13px;
    z-index: 0;
  }
  .step_wizard_row .select2-container--default .select2-selection{
    border: 1px solid #CED4DD !important;
    line-height: 13px;
  }
  .step_wizard_row .select2-container--default .select2-search--inline .select2-search__field{
    font-size: 14px;
    padding: 0px 7px;
    margin-top: 3px;
  }
  .step_wizard_row .select2-selection .select2-selection__choice {
    background-color: #f6f9fe !important;
    border: 1.5px solid #156bf580 !important;
    color: #156BF5;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 6px !important;
    padding: 4px 9px !important;
  }
  .step_wizard_row .select2-container--default .select2-selection .select2-selection__choice__remove {
    color: #156bf5;
    margin-right: 0px;
    float: right;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
  }
  .step_wizard_row .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #323840!important;
    /*background-color: transparent !important;*/
  }
  .select2-container .select2-selection{
  min-height: 32px !important;
  border-radius: 4px !important;
  }
  .select2-dropdown{
    border: 1px solid #CED4DD !important;
    box-shadow: 0px 12px 24px #0000000d;
    top: 3px;
    border-radius: 4px !important;
  }
  .select2-dropdown .select2-results__option {
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #091E42;
    letter-spacing: 0.18px;
    -webkit-user-select: none;
  }
  .select2-container--single_select .select2-dropdown{
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
  }
  .select2-container--single_select .select2-dropdown.select2-dropdown--below{
    
  }
  .select2-container--single_select span.select2-results {
    border: 1px solid #CED4DD !important;
    box-shadow: 0px 12px 24px #0000000d;
    margin-top: 3px;
    border-radius: 4px !important;
  }
  .select2-container--single_select .select2-dropdown--below {
    margin-top: -43px;
  }
  .select2-container--default .select2-results__option[aria-selected=true]{
  
    background-size: 12px !important;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 97% center;
  }
  .select2-container--default .select2-results__option[aria-selected=false]{
  
    background-size: 12px !important;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 97% center;
  }
  .select2-container--default .select2-selection__rendered .select2-search, .select2-search__field
  {
    width: 100% !important;
  }
  .select2-selection--multiple .select2-search__field,.select2-selection--multiple .select2-search.select2-search--inline{
    width: auto !important;
  }
  .select2-selection--multiple[aria-expanded="false"] .select2-search.select2-search--inline, .select2-selection--multiple[aria-expanded="false"] input.select2-search__field {
    max-width: 100%;
  }
  .select2-selection--multiple[aria-expanded="true"] .select2-search.select2-search--inline, .select2-selection--multiple[aria-expanded="true"] input.select2-search__field {
    max-width: 20px;
  }
  .select2-selection--multiple input.select2-search__field[aria-controls="select2-city_id-results"],
  .select2-selection--multiple[aria-owns="select2-city_id-results"] .select2-search.select2-search--inline {
    max-width: 100%;
  }
  .select2-selection--multiple input.select2-search__field[aria-controls="select2-pre_nationality_id-results"],
  .select2-selection--multiple[aria-owns="select2-pre_nationality_id-results"] .select2-search.select2-search--inline {
    max-width: 100%;
  }
  .select2-selection--multiple input.select2-search__field[aria-controls="select2-keyskills-results"],
  .select2-selection--multiple[aria-owns="select2-keyskills-results"] .select2-search.select2-search--inline {
    max-width: 100%;
  }
  #atsregister-form #country_id + .select2,
  #atsregister-form #operate_country_id + .select2 {
    width: 100% !important;
  }

  .count_increase {
    display: flex;
    align-items: center;
  }
  .count_increase i {
    color: #707070;
    font-size: 10px;
  }
  .count_increase i.fa-plus {
    color: #156bf5;
  }
  .select2-results [id*="-?"] {
    display: none;
  }
  /*.count_increase i:hover {
    color: #186df5;
  }*/
  .stepwizard-step .step_head a {
    background: none;
    border: none;
    color: #156BF5;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    margin-left: 2px;
  }
  .step_wizard_row .nextBtn, .panel_button .btn {
    background: #156BF5;
    min-width: 122px;
    height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto-Medium';
  }
  .panel_button {
    margin-top: 25px;
    margin-bottom: 40px;
    display: table;
  }
  .back_panel a {
    color: #8993A4;
    font-size: 14px;
  }
  .year_expr span.inline_input_text {
    margin: 0 12px;
  }
  span.change_currency a {
    font-size: 14px;
    color: #156BF5;
  }
  span.inline_input_text {
    color: #091E42;
    font-size: 14px;
    line-height: 17px;
  }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #CED4DD !important;
  }
  .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: transparent !important;
  }
  .nice-select:after{
  display: none !important;
  }
  
  .nice-select{
  font-weight: 500 !important;
  height: 40px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  }
  .year_expr .nice-select.open .list{
    width: 56px;
  }
  .select_currency .nice-select.open .list{
    width: 140px;
  }
  .nice-select .option{
    color: #091E42 !important;
  }
  .year_expr .nice-select .option {
    padding-right: 20px;
  }
  .year_expr .nice-select .option.selected{
    color: #42526E;
    font-family: 'Roboto-Regular';
    font-weight: 500;
  }
  .nice-select.currency_select {
    width: 140px;
  }
  .select_currency .select2-container--single_select {
    width: 140px !important;
  }
  .nice-select.currency_select ul.list {
    width: 140px;
  }
  .year_expr .nice-select.open .list li[data-display="Max"] {
    display: none !important;
  }
  .year_expr .nice-select.open .list li[data-display="Min"] {
    display: none !important;
  }
  .year_expr .nice-select.open .list li[data-value="?"] {
    display: none !important;
  }
  .nice-select .list{
    max-height: 0px;
  }
  .nice-select.open .list {
    max-height: 188px !important;
    overflow: overlay;
    border-color: #CED4DD !important;
    box-shadow: 0px 12px 24px #0000000d;
    border: 1px solid #CED4DD;
  }
  .nice-select.open .list::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background-color: #fff !important;
  }
  .nice-select.open .list::-webkit-scrollbar {
    width: 5.5px !important;
  }
  .nice-select.open .list::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    width: 5.5px !important;
    background: linear-gradient(to right, #CED4DD 40%, #fff 30%) !important;
  }
  .salary_range label.form-check-label, .custom_checkbox label.form-check-label {
    color: #42526E;
    font-size: 14px;
    opacity: 50%;
    margin-left: 6px;
  }
  .cke_editable{
    line-height: 22px !important;
  }
  .custom_checkbox input[type=checkbox] {
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  color: #363839;
  margin-top:  0px;
  border: 1px solid #C2C2C2;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  background: #fff;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  }
  .custom_checkbox input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 3px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  }
  .custom_checkbox input[type=checkbox]:checked {
  color: #fff;
  border-color: #156bf5;
  background: #156bf5;
  }
  .custom_checkbox input[type=checkbox]:checked::before {
  opacity: 1;
  }
  .custom_checkbox input[type=checkbox]:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .custom_radio input[type="radio"] {
    display: none;
  }
  .custom_radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    color: #091e42;
    font-size: 14px;
  }
  .custom_radio label[for="remoteselect"] {
    z-index: 1052;
  }
  .custom_radio input[type="radio"]:checked + label[for="remoteselect"] {
    z-index: 0;
  }
  .max_sal_error {
    color: #FF1908;
    margin-top: 8px;
    font-size: 14px;
  }
  .max_exp_error {
    color: #FF1908;
    margin-top: 8px;
    font-size: 14px;
  }
  input.select2-search__field:focus::placeholder{
    color: transparent !important;
  }
  #atsregister-form ul.dropdown-menu li:hover, 
  #atsregister-form ul.dropdown-menu li.active {
    background: #D6EFFF !important;
  }
  
  .custom_radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #fff;
    border: 2px solid #707070;
    border-radius: 100%;
  }
  
  .custom_radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
    border-radius: 100%;
  }
  .custom_radio input[type="radio"]:checked + label::before{
    border: 4px solid #156BF5;
  }
  .remote_select span.select2-selection {
    width: 230px;
  }
  .form-group .sub_label {
    margin-bottom: 14px;
    font-size: 12px;
    color: #636363;
    opacity: 50%;
    font-weight: 500;
  }
  .sugg_title {
    color: #636363;
    font-size: 12px;
    opacity: 50%;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
  .sugg_keywords span {
    color: #42526E;
    font-size: 12px;
    background: #EEEEEE;
    padding: 4px 8px;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
  } 
  .sugg_title {
    color: #636363;
    font-size: 12px;
    opacity: 50%;
    margin-right: 15px;
  }
  .suggestion {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .sugg_keywords span.active {
    background: #156bf5;
    color: #fff;
    cursor: pointer;
  }
  .post_side_section {
    background: #f4f5f7;
    margin-top: -20px;
    z-index: -1;
    position: relative;
    height: 101% !important;
  }
  /* button animation */
  .panel_button .btn{
    position: relative;
  }
  .buttonloader:before {
    content: " ";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    transition-timing-function: ease-in;
    background: rgb(18 18 18 / 80%);
  }
  .buttonloader:after{
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 9px;
  }
  .buttonloader:hover:before{
    opacity: 1;
  }
  .buttonloader:after {
    animation: ld-flip-v 1s infinite linear;
  }
  @keyframes ld-flip-v{
    0%{
        animation-timing-function:cubic-bezier(0.1909,0.4373,0.4509,0.7454);
        transform:rotateX(0);
    }
    30%{
        animation-timing-function:cubic-bezier(0.128,0.2315,0.9704,0.8632);
        transform:rotateX(153.72deg);
    }
    50%{
        animation-timing-function:cubic-bezier(0.5788,0.3001,0.5613,0.6784);
        transform:rotateX(180deg);
    }
    55%{
        animation-timing-function:cubic-bezier(0.1545,0.4929,0.6089,0.9373);
        transform:rotateX(238.68deg);
    }
    100%{
        transform:rotateX(360deg);
    }
  }
  /* button animation end */
  .tooltip{
  padding: 15px 15px;
  background-color: #10182F;
  color: #DAE1F5;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  position: absolute;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: -6px;
  transition:all 155ms ease-in-out;
  max-width: 280px;
  top: -18px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  z-index: 0;
  visibility: hidden;
  }
  .tooltip::before{
  content:"";
  width: 0;
  height: 0;
  border-top: 8px solid #a9313100;
  border-right: 8px solid #10182F;
  border-bottom: 8px solid #ffc90000;
  position: absolute;
  top: 27px;
  left: -3px;
  transform:translateX(-50%);
  }
  .tooltip_block img:hover~.tooltip{
  visibility: visible;
  opacity: 1;
  }
  
  .post_side_info img {
    width: 130px;
    margin-bottom: 28px;
  }
  .ps_descp .heading {
    color: #091E42;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    margin-bottom: 10px;
  }
  .ps_descp .content {
    color: #8993A4;
    font-size: 12px;
    line-height: 16px;
  }
  .post_side_info {
    padding: 90px 35px 0;
  }
  .select2-results__options::-webkit-scrollbar-track, .cke_wysiwyg_frame::-webkit-scrollbar-track{
    background-color: transparent !important;
  }
  .select2-results__options::-webkit-scrollbar, .cke_wysiwyg_frame::-webkit-scrollbar{
    width: 3px !important;
    background-color: transparent !important;
  }
  .select2-results__options::-webkit-scrollbar-thumb, .cke_wysiwyg_frame::-webkit-scrollbar-thumb{
    background-color: #DFE0E1 !important;
    border-radius: 2px !important; 
  }
  .select2-results__options {
    margin-right: 5px !important;
    max-height: 240px !important;
    padding-right: 3px !important;
  }
  .box_radio input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
  }
  
  .box_radio label {
  display: flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #42526E;
  background: #fff;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-weight: 500;
  min-width: 55px;
  height: 32px;
  padding: 3px 17px;
  border-radius: 4px;
  transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 8px;
  }
  
  .box_radio label:last-of-type {
  margin-right: 0;
  }
  
  .box_radio input[type="radio"]:checked + label {
  background-color: #EEF4FE;
  color: #156BF5;
  border-color: #156BF5;
  }
  
  .box_radio input[type="radio"]:hover:not(:checked) + label {
  color: #42526E;
  }
  
  .btn-group.form_group_btn {
    display: inline-table !important;
  }
  /* AM/PM */
  input[type=time]::-webkit-calendar-picker-indicator{
  
  border: none !important;
  
  }
  .phone_num select {
    width: 100px;
  }
  .cal_view {
    background: #F5F7F9;
    border-radius: 6px;
    padding: 7px 4px;
  }
  .cal_view span {
    display: block;
    text-align: center;
    color: #42526E;
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
  }
  .cal_view .date {
    font-size: 12px;
    margin: 4px 0;
  }
  
  .slick-next {
    right: -5px !important;
    background: white !important;
    z-index: 1;
    border-radius: 50px;
  }
  .slick-prev {
    left: -5px !important;
    background: white !important;
    z-index: 1;
    border-radius: 50px;
  }
  .interview_date .slick-slide {
    margin: 0 5px;
  }

  .job_title_wrapper ul.dropdown-menu::-webkit-scrollbar {
    width: 11px !important;
  }

  .job_title_wrapper ul.dropdown-menu::-webkit-scrollbar-track {
    /* border-radius: 10px !important; */
    background-color: transparent !important;
  }

  .job_title_wrapper ul.dropdown-menu::-webkit-scrollbar-thumb {
    width: 6px !important;
    border-radius: 0px !important;
    background: linear-gradient(to right, #CED4DD 50%, #fff 50%) !important;
    border-right: solid 4px #ffffff;
    border-left: solid 1px #ffffff;
  }

  /* .lang_en .job_title_wrapper ul.dropdown-menu::-webkit-scrollbar-thumb {
    border-right: solid 4px #ffffff;
  } */
  

  .job_title_wrapper ul.dropdown-menu::-webkit-scrollbar-thumb{
    border-radius: 0px !important;
    width: 7px !important;
    background: linear-gradient(to right, #fff 50%, #CED4DD 50%) !important;
  }
  .pie-wrapper {
  height: 64px;
  width: 64px;
  float: left;
  position: relative;
  }
  .pie-wrapper:nth-child(3n+1) {
  clear: both;
  }
  .pie-wrapper .pie {
  height: 64px;
  width: 64px;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
  }
  .pie-wrapper .pie .half-circle {
  height: 64px;
  width: 64px;
  border: 4px solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
  }
  .pie-wrapper .label {
  background: #fff;
  border-radius: 50%;
  bottom:4px;
  color: #001433;
  cursor: default;
  display: block;
  font-size: 20px;
  left: 4px;
  line-height: 50px;
  font-family: 'Roboto-Bold';
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .pie-wrapper .label .smaller {
  color: #001433;
  font-size: 20px;
  }
  .pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 4px solid #CED4DD;
  border-radius: 50%;
  }
  .shadow{
  box-shadow: none !important;
  }
  .pie-wrapper .pie .half-circle {
  border-color: #ff8751;
  }
  .pie-wrapper.progress-45 .pie .left-side {
  transform: rotate(170deg);
  }
  .pie-wrapper.progress-15 .pie .left-side {
    transform: rotate(90deg);
  }
  .pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto);
  }
  .pie-wrapper.progress-75 .pie .left-side {
    transform: rotate(270deg);
  }
  .pie-wrapper.progress-75 .pie .right-side {
    transform: rotate(180deg);
  }
  .pie-wrapper.progress-99 .pie .left-side {
    transform: rotate(352deg);
  }
  .pie-wrapper.progress-99 .pie .right-side {
    transform: rotate(180deg);
  }
  .pie-wrapper.progress-99 .pie {
    clip: rect(auto, auto, auto, auto);
  }
  .pie-wrapper.progress-45 .pie .right-side {
  display: none;
  }
  .set-size {
  font-size: 4rem;
  }
  .setscore h3 {
    font-size: 14px;
    color: #091E42;
    margin-bottom: 2px;
    font-family: 'Roboto-Medium';
  }
  .setscore p {
    font-size: 12px;
    line-height: 16px;
    color: #8993A4;
    margin-bottom: 0;
  }
  .setscore {
    margin-left: 15px;
  }
  .score_block {
    background: #F4F5F7;
    border-radius: 8px;
    margin-top: 20px;
    padding: 28px 25px;
    display: flex;
    align-items: center;
  }
  button.close{
    outline: none !important;
  }
  .back_panel img {
    margin-right: 5px;
    opacity: .6;
  }
  .sugg_keywords span:after {
    content: '-';
    font-size: 19px;
    line-height: 8px;
    position: relative;
    top: 2px;
    margin-left: 1px;
  }
  .sugg_keywords span.active:after {
    content: '+';
    font-size: 14px;
    line-height: 3px;
    position: relative;
    top: 1px;
    margin-left: 1px;
  }
  .select_currency, .currency_done {
    display: none;
    font-weight: 500;
    margin-top: 0px !important;
  }
  .select_currency {
   margin-left: 1.5rem !important; 
  }
  .select_currency .dropdown-toggle::after{
  display: none;
  }
  .select_currency span#dropdown_title {
    color: #42526E;
    font-size: 14px;
    border: 1px solid #CED4DD;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 138px !important;
    display: block;
  }
  .datepicker td, .datepicker th {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 15px !important;
  
  }
  .datepicker span.input-group-text {
    border: none;
    background: none;
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #42526E;
    z-index: 21;
  }
  .datepicker table tr td.active.active {
    border-radius: 50%;
    background: #0078FF !important;
  }
  .datepicker {
    margin-bottom: 1rem;
    box-shadow: none !important;
  }
  .datepicker-days th{
  color: #BEBEBE !important;
  font-weight: 400 !important;
  }
  .datepicker .datepicker-switch,.datepicker .prev, .datepicker .next{
      color: #1D2634 !important;
  }
  .datepicker-days th, .datepicker-days td {
    padding: 10px ​12px !important;
  }
  .datepicker.datepicker-dropdown {
    border: 1px solid #CED4DD;
    box-shadow: 0px 12px 24px #0000000d;
  }
  .cke_chrome{
  border-radius: 4px !important;
  }
  .cke_inner{
  background: transparent !important; 
  }
  .cke_top{
  border-radius: 4px 4px 0 0;
  }
  .cke_bottom{
  display: none;
  }
  ul#currency_list {
    border: 1px solid #CED4DD;
    border-radius: 2px;
    box-shadow: 0px 12px 24px #0000000d;
    top: -38px !important;
    min-width: 138px;
  }
  ul#currency_list li {
    padding: 5px 15px;
  }
  ul#currency_list li a {
    font-size: 14px;
    letter-spacing: 0.18px;
  }
  .step_wizard_row h3.panel-title img {
    display: none;
  }
  .mobile_step_no {
  display: none;
  }
  .custom_nice_select li.selected.focus {
    display: none;
  }
  span.publish_text a, span.publish_text a:hover {
    color: #091E42;
    font-size: 14px;
    text-decoration: underline !important;
  }
  .pop_form .cke_contents {
    height: 130px !important;
  }
  .form-has-error input:not([type='checkbox'],[type='search']),.form-has-error .nice-select,
  .step_wizard_row .form-has-error .select2-container .select2-selection {
    border: 1px solid #fe3030 !important;
  }
  /*.form-has-noerror input:not([type='checkbox'],[type='search']),.form-has-noerror .nice-select,
  .step_wizard_row .form-has-noerror .select2-container .select2-selection {
    border: 1px solid #47A544 !important;
  }*/
  /* new css end*/
  .dashboard_nav{
    padding-left: 180px!important;
    
  }
  #emp_btn1{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  }
  #emp_btn4{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  }
  .dashboard-user-details{
    margin-left: 0px;
    margin-right: 0px;
    color:#A9AAAF!important;
    
  }
  .clear-template {
  background: aliceblue;
  display: table;
  padding: 20px 50px 20px 24px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 20px;
  }
  .clear-template img {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 9px;
  }
  .clear-template a {
  display: block;
  }
  #job_title + ul.dropdown-menu,
  #job_title_ar + ul.dropdown-menu{
    width: 100% !important;
    border-radius: none;
    margin: 0px!important;
    height: 220px;
    padding: 0 !important;
    border-radius: 4px;
    overflow: overlay;
    box-shadow: 0px 6px 12px #0000000d;
    z-index: 1500;
    margin-top: 2px !important;
  }
  #job_title + ul.dropdown-menu li strong,#job_title_ar + ul.dropdown-menu li strong {
    font-weight: 500;
  }
  #job_desc::placeholder,#job_title::placeholder,#cc_email::placeholder,#no_of_vacancy::placeholder,#min_sal::placeholder,#max_sal::placeholder,#job_profile_description::placeholder{
  color: #42526E;
  }
  .user-dashboard .dashboard-user-details li a{
    padding: 0 !important;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    color: #C9C9C9!important;
  }
  option:hover{
  background-color: red;
  }
  /*.profile_type li{
    display: inline-block;
    list-style-type: none;
    color: #C9C9C9!important;
  }*/
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-bottom: 0;
    border-radius: 0px;
  }
  .profile_type_resume{
    color: #444444;
    font-size: 17px;
  }
  
  .exp_title{
  color:#707070;
  }
  .width30{
    width: 30% !important;
  }
  .width40{
    width: 250px !important;
  }
  .width45{
    width: 50% !important;
  }
  .width50{
    width: 78% !important;
  }
  
  /*#language_select+.select2-container{
  width: 450px!important;
  }
  #functional_area_id+.select2-container{
  width: 540px!important;
  }*/
  #optionsRadios1+.select2-container,#min_exp+.select2-container,#max_exp+.select2-container,#highest_education_id+.select2-container,#degree_id+.select2-container,
  #own_company+.select2-container,#questionnaire_id+.select2-container,#interview_type_id+.select2-container,#interview_duration+.select2-container{
  width: 250px!important;
  }
  
  .experience_label,.experience_input{
    color: #707070;
    font-size: 16px;
  }
  .btn-next,.personalnext{
    background-color: #156BF5;
    border-radius: 6px;
    border:1px solid #156BF5;
    width: 160px;
    color: #fff;
    font-weight: bold;
  }
  .btn-next:hover{
    color: #fff;
    font-weight: bold;
  }
  .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 12px;
  }
  .resume-btn,.resume-btn:hover{
    background-color: #156BF5;
    color: #fff;
    width: 200px;
  
  }
  .btn-submit,.btn-submit:hover{
    background-color: #156BF5;
    color: #fff;
    width: 160px;
  font-weight: 600;
  
  }
  #resume-file {
    position: absolute;
    left: 50px;
    opacity: 0;
    top: 5px;
  }
  .width90{
    width: 70%;
  }
  #prev{
    color: #1766B1;
    font-weight: bold;
  
  }
  #prev:hover{
    background-color: #fff;
    font-weight: bold;
  
  }
  .progress_bar{
    border-bottom:2px solid #156BF5;
    border-radius: 0px !important;
  }
  .progress_bar1{
    border-bottom: 3px solid #156BF5;
    border-radius: 0px !important;
  }
  
  #current_Salary::placeholder,#expected_salary::placeholder,#your_designation::placeholder,#company_name::placeholder,#workplace::placeholder,#profile_description::placeholder,#from::placeholder,#to::placeholder,#to_email::placeholder{
    color: 42526E;
  }
  .row.time_selection {
    flex-wrap: inherit;
  }
  .work_here{
    color:#000000;
  }
  .bg_1{
    position: absolute;
    top: 68px;
    left: -22px;
    width: 100px;
    height: 90px;
    display: none;
  
  }
  .bg_2{
    position: absolute;
    top: -40px;
   right: -30px;
    width: 50px;
    height: 50px;
  }
  .bg_3{
    position: absolute;
    top: 5px;
   right: 30px;
    width: 50px;
    height: 40px;
  }
  .bg_4{
    position: absolute;
    top: 5px;
   right: 0px;
    width: 10px;
    height: 10px;
  }
  .bg_5{
  position: absolute;
    top: -15px;
   left: 560px;
    width: 50px;
    height: 40px;
    display: none;	
  }
  .bg_6 {
    position: absolute;
    top: 45px;
    right: -30px;
    width: 25px;
    height: 25px;
    display: none;
  }
  .bg_7 {
    position: absolute;
    top: 130px;
    left: -20px;
    width: 25px;
    height: 25px;
  }
  .bg_8{
    position: absolute;
  left:60px;
    width: 5px;
    height: 5px;
  z-index: 1;
  }
  .bg_9 {
    position: absolute;
    left: 375px;
    top: 50px;
    width: 25px;
    height: 25px;
  }
  .bg_10 {
    position: absolute;
    left: 280px;
    top: 70px;
    width: 20px;
    height: 20px;
  }
  .bg_11 {
    position: absolute;
    left: -70px;
    top: 15px;
    width: 23px;
    height: 23px;
  }
  .bg_12 {
    position: absolute;
    left: -70px;
    top: 85px;
    width: 20px;
    height: 20px;
  }
  .bg_13 {
    position: absolute;
    left: -35px;
    top: 65px;
    width: 50px;
    height: 50px;
  }
  .bg_14 {
    position: absolute;
    left: 600px;
    top: 65px;
    width: 30px;
    height: 30px;
  }
  .bg_15 {
    position: absolute;
    left: 630px;
    top: 30px;
    width: 300px;
    z-index: -1;
  }
  .bg_16 {
    position: absolute;
    left: 150px;
    top: 10px;
    width: 10px;
  }
  .bg_17{
    left: 150px;
    position: absolute;
    top: 10px;
  }
  .bg_18{
    position: absolute;
    top: 35px;
    left: 600px;
    width: 40px;
  }
  .bg_19{
    position: absolute;
    top: 70px;
    left: 350px;
  }
  .bg_20{
  width: 20px;
    left: 490px;
    position: absolute;
  }
  .bg_21{
        position: absolute;
    top: 30px;
    left: 700px;
    width: 50px;
  }
  .bg_22{
    position: absolute;
    top: 30px;
    left: -20px;
    width: 25px;
    height: 25px;
  }
  .bg_23{
    position: absolute;
    top: 15px;
    left: 290px;
    width: 50px;
    height: 40px;
  }
  .bg_24{
    position: absolute;
    top: 90px;
     width: 30px;
    height: 30px;
  }
  .graduated{
    width: 40px;
    height: 40px;
    padding-left: 0px;
        position: absolute;
        left: -30px;
    bottom: 0px;
  }
  #dashboard_nav{
    padding-right: 0px;
    padding-left: 0px;
  
  }
  .second_nav{
    background-color: #0F284B!important;
     padding-left: 90px;
     height: 40px;
     font-weight: 600;
  }
  .verify_email_nav{
    padding-top: 2px;
    color: #fff;
    font-size: 12px;
    height: 60px !important;    
  }
  #neweader{
    background-color: #0F284B!important;
    height: 40px;
    color: #fff!important;
  }
  #new_link{
    color:#fff!important;
  }
  #new_navbar{
    padding-left: 70px;
    font-weight: 400;
  }
  
  .btn_border{
    border:1px solid #D2D4D8;
    border-collapse:collapse;
    border-radius: 6px;
    opacity: 0.8;
  padding: 15px;
  }
  .btn.dash_tabs_body.focus, .dash_tabs_body.btn:focus {
    outline: 0;
    box-shadow: none;
  }
  .btn-group button.dash_tabs_body {
  border-radius: 0;
  }
  .active1, .btn_border:hover{
    color:#fff;
    background-color: #156BF5;
  }
  .tooltip-inner {
    color: #fff;
    background: #4ab0ff;
  }
  .tooltip.right .tooltip-arrow {
  border-right-color: #4ab0ff;
  }
  #imgInp{
    position: absolute;
    left: 0px;
    opacity: 0;
    top: 0px;
    width: 130px;
  }
  .closeIconForProfilePic{
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  top: 0;
  transform: translate(-50%, -50%);
  right: -30px;
  z-index: 99;
  font-size: 14px;
  box-shadow: 0 0 5px 1px #7373
  }
  .uploadProfilePic{
  background-color: #156BF5;
  border-radius: 6px;
  border: 1px solid #156BF5;
  width: 162px;
  color: #fff;
  font-weight: bold;
  height: 40px;
  float: right;
  }
  form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image:none;
      background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  }
  .form-control.is-valid, .was-validated .form-control:valid {
    border-color: black;
    padding-right: calc(1.5em + .75rem);
    background-image: none;
      background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  }
  
  .usertabs{
    background-color: #F9F9F9;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   
    background-color: #F9F9F9 !important;
    }
  .border_1{
    border-right: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
    border-radius: 0px!important;
  }
  .suggest{
    margin-left: -45px;
  }
  .suggest li{
    list-style-type: none;
    display: inline-block;
    padding: 7px;
    color: #707070;
    background-color: #EDF0F0;
    border-radius: 20px;
    font-size: 14px;
    margin-top:5px;
  }
  .nav-link{
    color:#A9AAAF!important;
  
  }
  .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #4ab0ff !important;
  }
  .link_color{
    color: #156BF5!important;
  font-weight: 600;
  }
  
  .ml_45{
    margin-left: -45px;
  }
  .pl_35{
    padding-left: 35px;
  }
  .choices__input{
    background-color: #fff!important;
  }
  .choices__list .choices__item{
  background-color: #EDF0FF!important;
  border: 1px solid #EDF0FF!important;
  color: #707070!important;
  border-radius: 5px !important;
  margin-top: 15px;
  }
  .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{
  border-left: 0px !important;
  }
  .choices[data-type*=select-multiple] .choices__button{
  background-image:  url("../image/jobseeker/cross.svg")!important;
  }
  .did-floating-label-content {
     position: relative;
     margin-bottom: 20px;
  }
  .choices__inner{
  background-color: #fff!important;
  width: 60%!important;
    border: 1px solid #3d85d8!important;
  }
  .choices__list--dropdown{
  width: 60%!important;
  }
  .did-floating-label {
    color: #1e4c82;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 14px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .industry_id{
    height: auto!important;
  }
  .keyskills{
    top:-10px!important;
  }
  
  .did-floating-input, .did-floating-select {
     font-size: 16px;
     display: block;
  
     height: auto;
     padding: 0 20px;
     background: #fff;
     color: #323840;
     border: 1px solid #ccc;
     border-radius: 4px;
     box-sizing: border-box;
  }
  .height_45{
    height: 45px!important;
  }
  .height_150 {
    height: 150px !important;
  }
  option:hover{background-color:red;}
  .did-floating-input:focus, .did-floating-select:focus {
     outline: none;
  }
  .did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
     top: -8px;
     font-size: 13px;
  }
  select.did-floating-select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
  }
  select.did-floating-select::-ms-expand {
     display: none;
  }
  .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
     top: -8px;
     font-size: 13px;
  }
  .did-floating-select:not([value=""]):valid ~ .did-floating-label {
     top: -8px;
     font-size: 13px;
  }
  .did-floating-select[value=""]:focus ~ .did-floating-label {
     top: 11px;
     font-size: 13px;
  }
  .did-floating-select:not([multiple]):not([size]) {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
     background-position: right 25px top 50%;
     background-repeat: no-repeat;
  }
  .did-error-input .did-floating-input, .did-error-input .did-floating-select {
     border: 2px solid #9d3b3b;
     color: #9d3b3b;
  }
  .did-error-input .did-floating-label {
     font-weight: 600;
     color: #9d3b3b;
  }
  .did-error-input .did-floating-select:not([multiple]):not([size]) {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }
  .input-group {
     display: flex;
  }
  .input-group .did-floating-input {
     border-radius: 0 4px 4px 0;
     border-left: 0;
     padding-left: 0;
  }
  .input-group-append {
     display: flex;
     align-items: center;
  }
  /* margin-left:-1px;
  */
  .input-group-text {
     display: flex;
     align-items: center;
     font-weight: 400;
     height: 34px;
     color: #323840;
     padding: 0 5px 0 20px;
     font-size: 12px;
     text-align: center;
     white-space: nowrap;
     border: 1px solid #3d85d8;
     border-radius: 4px 0 0 4px;
     border-right: none;
  }
  div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  }
  #pills-contact-tab{
    padding-right: 10px;
  }
  
  .mt20{
    margin-top: 20px;
  }
  
  /*css for employer Dashboard */
  .job_status{
    font-size: 14px;
    color: #707070;
  }
  .active2,.active2:hover{
    background-color: #156BF5;
    color: #fff;
  }
  .bg_017{
    left: 150px;
    position: absolute;
    top: 60px;
  }
  .did-floating-label-content.dropdown-menu{
    width: 540px;
  }
  
  #atsregister-form .dropdown-menu li a{
    font-size: 14px;
    line-height: 17px;
    color: #091E42;
    letter-spacing: 0.18px;
    padding: 10px 15px !important;
    display: block;
  }
  
  .next_position{
    text-align: right;
  }
  .nice-select .option:hover {
    background-color: #d6efff !important;
  }
  .select2-dropdown .select2-results__option:focus,
  .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #D6EFFF !important;
  }
  .select2-container .select2-selection--single{
    height: 40px !important;
    /* border: 1px solid #CED4DD !important; */
    background: #fff;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10PX;
    width: 26px;
  }
  .select2-selection__rendered[title="Select preferred location"]{
    color: #42526E;
  }
  .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0px 15px 0px 15px !important;
    font-size: 14px;
  }
  .step_wizard_row .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
    display: flex !important;
    align-items: center;
  }
  .select2-container--single_select.select2-container--open .select2-results__options {
    height: 220px;
    overflow-y: scroll;
    margin-right: 8px;
  }
  .select2-container--single_select input.select2-search__field {
    outline: none !important;
    border: 1px solid #ced4dd;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #212529;
  }
  .select2-container--single_select .select2-search--dropdown{
    padding: 0 !important;
  }
  .select2-container--single_select .select2-dropdown--above span.select2-results{
    margin-top: 0;
    margin-bottom: 3px !important;
  }
  .select2-container.select2-container--single_select .select2-dropdown--above {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 37px;
  }
  .pop_form .form_label {
    position: relative;
  }
  .pop_right_content .form_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
  }
  .pop_right_content .form_btn .panel_button {
    margin: 0;
  }
  .form_btn .panel_button .btn {
    color: #fff;
  }
  /*modal select2*/
  .modal_select_2 {
    min-height: 40px !important;
    border: 1px solid #CED4DD !important;
    background: #fff;
    border-radius: 4px;
  }
  ul.modal_select2_list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0px 5px 7px;
  }
  ul.modal_select2_list li {
    display: inline-block;
    background-color: #f6f9fe !important;
    border: 1.5px solid #156bf580 !important;
    color: #156BF5;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 6px !important;
    padding: 4px 9px !important;
    border-radius: 4px;
    margin-right: 5px;
  }
  .mobile_dropdown {
    padding: 0 !important;
    background: #fff;
  }
  .mobile_dropdown .modal-dialog {
    margin: 0 !important;
  }
  .mobile_dropdown .modal-content {
    border-radius: 0;
    height: 100vh;
    border: none;
  }
  .modal_select2_input {
    position: relative;
    margin-bottom: 22px;
  }
  .modal_select2_input input {
    width: 100%;
    border: 1px solid #F4F5F7;
    padding: 5px 33px;
    border-radius: 4px;
  }
  .modal_select2_input .goback_modal {
    position: absolute;
    left: 11px;
    top: 4px;
    opacity: 0.7;
  }
  .modal_select2_input .search_icon {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  ul.modal_selection_list {
    list-style: none;
    padding: 0;
    height: 75vh;
    overflow: scroll;
  }
  ul.modal_selection_list::-webkit-scrollbar {
      display: none;
  }
  ul.modal_selection_list li {
    margin-bottom: 18px;
    font-size: 14px;
    color: #42526E;
    line-height: 17px;
    letter-spacing: 0.18px;
    position: relative;
  }
  ul.modal_selection_list li:after {
    content: '';
    background: url(/assets/image/tick_uncheck.webp);
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: 1px;
  }
  ul.modal_selection_list li.active:after {
    content: '';
    background: url(/assets/image/tick_check.webp);
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: 1px;
  }
  ul.modal_selection_list.nocheck li:after, ul.modal_selection_list.nocheck li.active:before{
    display: none;
  }
  .mobile_dropdown .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: none;
  }
  .mobile_dropdown .modal-body {
    padding-bottom: 70px;
  }
  ul.modal_select2_list span.select2-selection__choice__remove {
    padding-left: 4px;
  }
  .desktop_hide{
    display: none;
  }
  
  /*modal select2 end*/
  #post_submit_popup button.close span {
    font-weight: 500;
    font-size: 30px;
    font-family: initial;
    color: #9F9E9E;
  }
  .pop_right_content .pop_title {
    color: #091E42;
    font-family: 'Roboto-Medium';
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
  }
  .pop_right_content .pop_cont {
    font-size: 16px;
    line-height: 24px;
    color: #091E42;
    margin-bottom: 15px;
  }
  #post_submit_popup .modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
  }
  .pop_left_img .title {
    color: #091E42;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Roboto-Medium';
    text-align: center;
    margin-top: 7px;
  
  }
  .left_bg_pop {
    background: #F4F5F7;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
  }
  #post_submit_popup .modal-body {
    padding: 0;
  }
  .pop_right_content.step_wizard_row {
    margin-top: 50px;
    padding-left: 18px;
    padding-right: 40px;
    padding-bottom: 23px;
  }
  .pop_left_img {
    text-align: center;
  }
  .form-has-error {
    border-bottom: 0px !important;
  }
  
  .countryCodeList{
    width: 250px !important;
  }
  
  .addPocbtn{
    top: 38px;
    width: 60px;
    height: 30px;
    padding: 2px;
  }
  
  .boldwrap {
    font-weight: bold;
  }
  
  .select2-rendered__match{
    font-weight: bold;
    color: black;
  }
  
  /* position of the spinner when it appears, you might have to change these values */
  .spin .spinner {
    /*width: 6em;*/
    /*display: block;*/
    position: absolute;
    margin-left: -57px;
    min-height: 35px !important;
  }
  
  .spin .margl60{
    margin-left: -60px;
  }
  
  /* spinner animation */
  @keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(360deg);
    }
  }
  
  /* The actual spinner element is a pseudo-element */
  .spin .spinner::before {
    content: "";
    width: 18px;
    height: 18px;    
    position: absolute;
    top: 8%;
    border-radius: 50%;
    border: dashed 2px #fff;
    animation: 1s linear infinite spinner;
  }
  
  button.draft {
    width: 160px;
  
    font-weight: 600; 
  }
  .btn-prev{
    width: 160px;
    font-weight: 600;
  }
  .btn-group-sm>.btn, .btn-sm{
    font-size: 16px;
  }
  .selectize-control.multi .selectize-input [data-value]{
    background-color: #DFF4FF!important;
    background-image: -moz-linear-gradient(top, #DFF4FF, #DFF4FF)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFF4FF), to(#DFF4FF))!important;
    background-image: -webkit-linear-gradient(top, #DFF4FF, #DFF4FF)!important;
    background-image: -o-linear-gradient(top, #DFF4FF, #DFF4FF)!important;
    background-image: linear-gradient(to bottom, #DFF4FF, #DFF4FF)!important;
    color: #707070!important;
    text-shadow: none!important;
  
  }
  .selectize-control.multi .selectize-input > div{
    border:1px solid #DFF4FF!important;
    background-color: #DFF4FF!important;
  }
  .selectize-control.plugin-remove_button [data-value] .remove{
    color:#E56B6B!important;
    border-left: 1px solid #DFF4FF!important;
  }
  .selectize-dropdown, .selectize-input, .selectize-input input{
    font-size: 16px!important;
  }
  .padding_right_14{
  padding: 0px 0px 0px 14px;
  }
  .width650{
  width: 620px;
  }
  #mobile_number ~ .select2-container--default .select2-selection--single{
   border:none!important; 
  }
  #pocName{
  border:none!important;
  }
  
  .scroll.postjob {
  margin: 0 0 0 300px;
  }
  .widthMobileNumber{
    width: 347px !important;
  }
  
  #mobile_number{
    width:100% !important;
  }
  .currency_done{
    font-size: 14px;
    color: #156BF5;
  }
  select.flatpickr-monthDropdown-months, .numInputWrapper {
    font-size: 14px !important;
  }
  .flatpickr-months .flatpickr-month{
    height: 40px !important;
  }
  .flatpickr-current-month {
    padding: 9px 0;
  }
  .flatpickr-day.today:hover, .flatpickr-day.today:focus{
    border-color: #156bf5 !important;
    background: #156bf5 !important;
  }
  .datepicker.date input {
    background-image: url(/assets/image/calendar.svg);
    background-repeat: no-repeat;
    background-position: 96%;
  }
  li.select2-results__option:first-child, input.select2-search__field::placeholder {
    color: #42526E;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D6EFFF !important;
    color: #323840!important;
  }
  .select2-container--default .select2-results__option[aria-selected=true]{
  background-color:transparent!important;
  color: #156BF5!important;
  }
  .did-floating-select option:hover{
    color: #323840!important;
    background-color: #f5fafd!important;
  }
  /*select#language_select option:hover {
  background-color: red !important;
  }*/
  option:hover {
    color: white;
    background: #488f8f;
  }
  
  input:focus{
  outline: none;
  }
  .currecy_selected, span.change_currency {
    margin-top: 0px !important;
  }
  @media only screen and (min-width: 1920px) and (max-width: 3840px) {
    .scroll.postjob {
      margin: 0 0 0 400px;
    }
    
  }
  /****** Ipad ************************/
  @media (min-width: 768px) and (max-width: 1024px) {
    .step_left_progress{
        padding: 20px 10px;
    }
    .post_side_info.text-center {
        width: 270px !important;
    }
    .step_line_detail{
        margin-left: 30px;
    }
    .step_line_detail .step_subhead{
        width: 105px;
    }
    .nice-select.currency_select {
        width: 100px;
    }
    .select_currency .select2-container--single_select {
        width: 100px !important;
    }
    .stepwizard-row:before{
        height: 84%;
    }
    .d-flex.year_expr {
        flex-wrap: wrap;
    }
    .currecy_selected,span.change_currency {
        margin-top: 20px;
    }
    #post_submit_popup .col-md-7 {
        width: 100% !important;
        min-width: 100%;
    }
    .pop_right_content.step_wizard_row {
        margin-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 35px;
        background: white;
    }
    .custom_checkbox {
        display: flex;
    }
    .select_currency .nice-select.open .list{
        width: 100px;
    }
    .nice-select.currency_select ul.list{
        width: 100px;
    }
  }
  /****** Ipad Pro************************/
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .step_line_detail .step_subhead{
        width: 126px;
    }
    .step_left_progress{
        padding: 27px 22px;
    }
    .step_wizard_row .salary_range .form-control {
        width: 80px !important;
    }
  
  }
  
  
  @media (max-width: 768px){
    .select_currency, .currency_done {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
    .currecy_selected,.year_expr .change_currency{
        margin-top: 20px !important;
    }
    .post_side_info.text-center {
        width: 195px !important;
    }
  }
  
  
  @media only screen and (min-width: 320px) and (max-width: 480px) {
  /*new design start*/
   /* .desktop_hide{
        display: block;
    }*/
    .tooltip{
        height: auto;
    }
    .mobile_hide {
        display: block;
    }
    #post_submit_popup {
        padding-right: 0 !important;
    }
    .step_left_progress, .score_block, .post_side_section{
        display: none;
    }
    .form-group.custom_radio {
        margin-bottom: 10px;
    }
    .currecy_selected{
        margin-top: 0px !important;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .select_currency .nice-select.open .list{
        width: 95px;
    }
    .nice-select.currency_select ul.list{
        width: 95px;
    }
    body{
        background: #f9f9f9;
    }
    .left_bg_pop{
        display: none !important;
    }
    #post_submit_popup .modal-dialog {
        margin: 0;
    }
    #post_submit_popup .modal-content {
        height: 100vh;
        border-radius: 0;
    }
    .pop_right_content.step_wizard_row {
        margin-top: 45px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 23px;
    }
    .pop_right_content .form_btn{
        margin-top: 30px;
        display: block;
    }
    .form_btn .panel_button .btn{
        position: relative;
        bottom: 0;
        min-width: 100% !important;
        margin-top: 12px;
    }
    .form_btn span.publish_text {
        margin: 0 auto;
        display: table;
    }
    .step_wizard_row .nextBtn, .panel_button .btn{
        position: fixed;
        bottom: 15px;
        min-width: 92% !important;
        z-index: 1;
    }
    nav#nav1.stickydashtop {
      padding: 0;
    }
    #app {
        background: #F9F9F9;
    }
    /*.step_wizard_row {
      margin-top: 20px;
    }*/
    .panel_main_heading{
          font-size: 20px;
          margin-bottom: 43px;
          margin-top: 5px;
    }
    #walkin {
          background: #fff;
          padding: 15px 15px 30px;
          width: 109%;
          left: -15px;
          position: relative;
          margin-bottom: 50px;
          border: 1px solid #EEEEEE;
    }
    .form_group_btn button.btn{
        margin: 0 5px 10px 0px !important;
    }
    .count_increase i{
        font-size: 11px;
    }
    .panel_button{
        width: 100%;
    }
    .step_wizard_row .nextBtn, .panel_button .btn{
        min-width: 100%;
    }
    .d-flex.year_expr {
        flex-wrap: wrap;
    }
    .change_currency a.show-btn {
        font-size: 14px;
    }
    .year_expr span.change_currency {
        margin-top: 0px !important;
    }
    .nice-select.currency_select {
        width: 95px !important;
    }
    /*.select_currency .select2-container--single_select {
        width: 95px !important;
    }*/
    .currecy_selected {
          background: #F4F5F7;
          border: 1px solid #CED4DD;
          padding: 10px 18px;
          border-radius: 4px;
    }
    .box.select_currency.mx-4 {
        margin-left: 15px !important;
        margin-top: 0px !important;
        margin-right: 20px !important;
    }
    .currency_done {
        margin-top: 0px !important;
    }
    .step_wizard_row h3.panel-title img {
        display: block;
        margin-right: 11px;
    }
    .back_panel {
        display: none;
    }
    .step_wizard_row h3.panel-title {
        margin: 0px;
        background: #ffffff;
        position: absolute;
        top: -61px;
        width: 100%;
        padding: 9px 15px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        color: #636363;
        box-shadow: 0px 3px 10px #00000012;
        display: flex;
        align-items: center;
    }
    .panel-heading {
        margin-bottom: 0px;
    }
    .sugg_keywords span{
        margin-right: 4px;
        margin-bottom: 6px;
    }
    .mobile_step_no {
        font-size: 12px;
        color: #8993A4;
        margin-bottom: 20px;
        display: block;
    }
    /*new design end*/
    .scroll.postjob {
      margin: 0;
      display: flex;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap      
    }
    .mobile_inline{
        display: flex;
        align-items: center;
    }
    .width650{
        width: 100%;
    }
    #btn_groups{
        overflow-x: scroll;
    }
    .btn-submit{
        width: 100%;
    }
    .draft{
        width:100%;
    }
    .btn-prev{
        width:100%;
    }
    .selectize-control.multi .selectize-input.has-items{
        padding: 8px 8px 8px 2px!important;
    }
    #job_title + ul.dropdown-menu,
    #job_title_ar + ul.dropdown-menu {
        width: 100% !important;
    }
    .padding_right_14{
        padding: 0px 15px 0px 15px!important;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        padding-left: 12px!important;
    }
    .pl-3{
        padding-left: 0px!important;
    }
    /* Styles */
    .create-btn{
        width: 100%!important;
    }
    #next{
        width: 100%!important;
    }
    .ml_45{
        margin-left: 0px;
    }
    .pl_35{
        padding-left: 0px;
    }
    .tooltip-inner {
        color: #fff;
        display: none;
        background: #4ab0ff;
    }
    .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
        border-right-color: #4ab0ff !important;
        display: none;
    }
    .tooltip.left .tooltip-arrow {
      border-left-color: #4ab0ff;
      display: none;
    }
    .dashboard-user-details{
      display: contents;
    }
    .nav-link {
        display: block;
        padding: .5rem 0.2rem;
    }   
    #new_navbar{
        display: inline-block;
    }
    .second_nav{
      padding: 0px!important;
    }
    div.scrollmenu {
      background-color: #0F284B;
      overflow: auto;
      white-space: nowrap;
    }
  
    div.scrollmenu a {
      display: inline-block;
      color: white;
      text-align: center;
      padding: 14px;
      text-decoration: none;
    }
  
    div.scrollmenu a:hover {
      background-color: #0F284B;
    }
    .navbar-dark{
        color: #fff!important;
    }
    .user-dashboard{
        margin-left: 0px;
  
    }
    .resume-btn, .resume-btn:hover{
        width: auto;
    }
    .bg_24{
        z-index: -1;
        display: none;
    }
    .width50,.width45,.width40  {
        width: 100%;
    }
    .choices__list--dropdown{
    width: 100%!important;
    }
    .choices__inner{
        width: 100%!important;
    }
  
    .width40, .width45 {
        width: 100% !important;
    }
  
    .user-dashboard .select2-container--default .select2-selection--single .select2-selection__arrow, 
    .clone .select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 320px!important;
    }
  
     button.draft {
        width: 100%;
      }
  
  }
  @media (max-width: 386px) and (min-height: 460px) {
    .pop_right_content.step_wizard_row {
        height: 90vh;
    }
    .pop_right_content .form_btn{
        position: absolute;
        bottom: 0;
        left: 35px;
        right: 35px;
    }
  }
  @media (max-width: 386px) {
    .box.select_currency.mx-4 {
        margin-left: 0 !important;
        margin-top: 15px !important;
        margin-right: 31px !important;
    }
    .nice-select.currency_select,.select_currency .nice-select.open .list {
        width: 110px !important;
    }
    .currency_done {
        margin-top: 12px !important;
    }
  }
  @media (max-width: 359px) {
    .year_expr .currecy_selected {
        margin-left: 12px !important;
        margin-right: 0 !important;
    }
  }
  @media (max-width: 320px) {
    .year_expr .currecy_selected {
        margin-left: 5px !important;
        margin-right: 0 !important;
    }
    .year_expr span.inline_input_text {
        margin: 0 10px;
    }
    .salary_range label.form-check-label, .custom_checkbox label.form-check-label{
        font-size: 12px !important;
    }
  }

  :root {
    --mainColor: #009eff;
    --secondColor: #156bf5;
    --backGroundPage: #f9f9f9;
    --markedPage: #a0a0a0;
    --blackLinks: #000;
    --whiteBG: #fff;
    --borderColor: #EBECF0;
    --paragraphColor: #636363;
    --titleHeader: #42526E;
    --pTitle: #8993A4;
    --gray: #F6F6F6;
    --titleColor: #091E42;
    --contactTitle: #143C69
}

.right-container-form {
    padding: 65px 200px 100px 78px
}

.contact-title {
    color: var(--contactTitle, #143C69);
    font: normal 28px/49px Roboto;
    font-weight: 500;
    margin-bottom: 25px
}

.contact-content {
    margin-bottom: 32px;
    font: normal normal normal 16px/24px Roboto;
    color: var(--pTitle);
    letter-spacing: 0
}

.input-item {
    margin-bottom: 25px
}

.input-item label {
    display: block;
    font: normal 16px/19px Roboto;
    font-weight: 500;
    color: var(--titleColor, #091E42);
    letter-spacing: 0;
    margin-bottom: 14px
}

.input-item input,
.select2 {
    background: #fff padding-box;
    border: 1px solid #ced4dd;
    border-radius: 4px;
    outline: none;
    padding: 12px;
    width: 100%;
    font: normal normal normal 14px/17px Roboto;
    height: 40px
}

.select2 {
    padding: 6px !important
}

.select2-container--default .select2-selection--single {
    border: none !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #091e42 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results__option .select2-results__option--selectable .select2-results__option--selected {
    background-color: #d6efff !important;
    color: gray !important
}

.select2-results__option {
    font: normal normal normal 14px/17px Roboto;
    color: gray !important
}

.select2-dropdown--below .select2-search--dropdown {
    margin-top: -44px !important
}

.select2-dropdown.select2-dropdown--above {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important
}

.select2.select2-container.select2-container--default.select2-container--open.select2-container--below {
    border: none !important
}

.select2-results {
    box-shadow: 0 12px 24px #0000000d;
    border: 1px solid #ced4dd;
    border-radius: 2px
}

.select2-dropdown {
    border: none !important
}

span.select2-search.select2-search--dropdown {
    border: 1px solid #ced4dd;
    border-radius: 2px;
    margin: 3px 0
}

.select2-dropdown .select2-results__option {
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #091e42 !important;
    letter-spacing: .18px;
    -webkit-user-select: none
}

span.select2-dropdown.select2-dropdown--below {
    padding: 0 !important
}

ul.select2-results__options {
    padding-top: 1px !important
}

.select2-container {}

.input-item textarea {
    background: #fff padding-box;
    border: 1px solid #ced4dd;
    border-radius: 4px;
    outline: none;
    padding: 12px;
    width: 100%;
    font: normal normal normal 14px/17px Roboto
}

.submit-send {
    padding: 13px 21px 12px 29px;
    background-color: var(--secondColor);
    border-radius: 4px;
    font: normal 16px/19px Roboto;
    font-weight: 400;
    color: #fff;
    margin-top: 47px;
    transition: all .3s ease-in-out;
    border: none;
    border: 2px solid var(--secondColor)
}

.submit-send:hover {
    color: var(--secondColor);
    background-color: #fff;
    border: 2px solid var(--secondColor)
}

.left-contact {
    background: transparent linear-gradient(90deg, #EBEFFA 0%, #FBFBFB 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    z-index: -1;
}

.left-content-img {
    margin-bottom: 900px;
}

.left-content-img img {
    display: block;
    margin: 0 auto;
    max-width: 90%
}

.left-content-img p {
    font: normal normal 16px/16px Roboto;

font-weight :500;

letter-spacing: 0px;

color: #42526E;
text-align: center;
}
@media(max-width:991px){
  .left-content-img p {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.left-content-img h1 {
  margin: 30px 0;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0;
  color: #091e42
}

.select2-selection__arrow {
  display: none !important
}

@media(max-width:991px) {
  .right-container-form {
    padding: 15px
  }

  .submit-send {
    width: 100%;
    margin-top: 70px
  }

  .contact-title {
    font: normal 16px/49px Roboto;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 14px;
    line-height: 1.1
  }

  .contact-content {
    font: normal normal normal 13px/20px Roboto;
    letter-spacing: 0;
    margin-bottom: 30px
  }

  .input-item label {
    font: normal 15px/18px Roboto;
    font-weight: 500
  }

  .hidden-sm {
    display: none
  }

  .link-center-small {
    text-align: center;
    margin: 10px 20px !important
  }
}

@media(max-width:575px) {
  .btn-link {
    font: normal normal normal 14px/17px Roboto;
    padding: 11px 18px 10px 19px;
    margin-top: 16px;
    text-decoration: none
  }

  .short-desc {
    margin-bottom: 20px;
    font: normal normal normal 13px/15px Roboto
  }

  .solid-btn {
    padding: 10px 27px;
    font: normal 14px/21px Roboto;
    font-weight: 500
  }
}

.left-contact,
.right-container-form {
  position: relative
}

.absolute {
  position: absolute
}

.top-left-center {
  top: -7%;
  left: 0%
}

.bottom-center {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}

.side-right {
  right: 4%;
  bottom: 18%
}

.side-right-form {
  right: 20%;
  bottom: 3%
}

.side-blue {
  left: 0;
  bottom: 13%
}

.left-content-img {
  z-index: 999
}

@media(max-width:767px) {
  .side-right-form {
    display: none !important
  }
}

ul.select2-results__options::-webkit-scrollbar {
  background-color: #fff;
  width: 3px
  
}

ul.select2-results__options::-webkit-scrollbar-track {
  background-color: #fff
}

ul.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 50px
}

.form-has-error {
  border: 1px solid #fe3030 !important
}

.form-has-noerror {
  border: 1px solid #47a544 !important
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
}
.select2-selection.select2-selection--single{
  border: 0 !important;
  outline: none !important;
}
.form-has-error + span.select2{
  border: 1px solid #fe3030!important;
}


.select2-dropdown .select2-results__option:hover{
  color: #001433 !important;
}
.select2-selection__clear{
  display: none !important;
}

.left-contact ,.right-container-form{
  position: relative;

}
.absolute{
  position: absolute;
}
.lang_ar .top-left-center{
  top: -6%;
  right:0%;
  left: auto;
  
  
}
.lang_ar .bottom-center{
  max-width: 100%;
  left:50%;		
  transform: translateX(-50%);
  bottom: 0;
  
}
.lang_ar .side-right{
  left: 4%;
  right: auto !important;
  bottom: 18%;
}
.lang_ar .side-right-form{
  left: 20%;
  right: auto !important;
  bottom: 3%;
}
.lang_ar .side-blue{
  right: 0;
  bottom: 13%;
  transform: rotate(180deg);
}
/* END Dots */
/* Contact Form */


@media (max-width: 991px){
  .right-container-form {
      padding: 15px !important;
  }
}

@media(max-width:880px){
  .lang_ar	.side-right-form{
	  display: none !important;
	}
}
/* End Contact Form */
/* AR */
.lang_ar .right-container-form {
  padding: 65px 78px 100px 200px;
}