/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 19, 2021, 1:36:22 PM
    Author     : PC
*/
.step_notdone {
    pointer-events: none;
}
span.error {
    color: #f72f2f !important;
    text-align: left;
    margin-top: 0;
    /* background: #de6969; */
    padding: 5px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    max-width: 320px;
    display: block;
    padding: 0;
}
.response_error {
    background: #d65656;
    padding: 8px;
    color: #fff;
    text-align: left;
    width: 95%;
    margin-left: 2.5%;
    
    margin-top: 10px;
    margin-bottom: 10px;
}
.response_success {
    background: #39a03e;
    padding: 8px;
    color: #fff;
    width: 95%;
    margin-left: 2.5%;
    
    margin-top: 10px;
    text-align: left;
    margin-bottom: 10px;
}

/*
CSS FOR loader
*/
.loader {
    display: none;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /*float: left;*/
    text-align: center;
    margin-left: 0;
    margin-right:9px;
    margin-top:0px;/*position: absolute;*/
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* END */
p.response_message.resp_success {
    margin-top: 20px;
    padding: 6px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
p.response_message.resp_error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: left;
    padding-left: 10px;
}
a.btn.btn-primary.applied {
    pointer-events: none;
}
.code_expiry_message {
    color: #d85757;
    margin-bottom: 30px;
    margin-top: -13px;
}
.other .form-group {
    width: auto;
    display: block;
    float: left;
    margin-right: 15px;
}
.other  label {
    width: 100%;
}
.other .form-group label {
    width: auto;
    
}
.after_login{
    cursor: pointer;
}
.row.put_above {
    display: block;
    clear: both;
    width: 100%;
}





.other{display:flex;}
.other label{flex:1;}

.other .form-group label {position: relative;cursor: pointer;}

.other .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0072ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding:7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.other .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width:5px;
  height: 10px;
  border: solid #0072ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.other .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.other .form-group label{color: #777;font-weight: normal;font-size: 12px;}
.common_class_radio{display:flex;align-items:center;}
.common_class_radio label{flex:1;}

.employment_type .staff-new-check .switch label{width: 70px;}
.employment_type .staff-new-check .switch{width: 173px;}
.employment_type .staff-new-check label.yes{left: 6px;}
.employment_type .staff-new-check label.no{right: 5px;}
.previousSecurityWork{margin:15px 0;}

.employment-info-line .add_data_more label{line-height: 16px;    min-height: 34px;}

.add_data_more{background: #F2F8FB;padding: 30px 10px 0;border-radius: 5px;position:relative;
margin:0 0px 12px;}

.delete_this{
    height: 26px;
    width: 26px;
    border: solid 1px #FF3400;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;cursor:pointer;
}

.delete_this  i {
    font-size: 16px;
    color: #FF3400;
}

.delete_this:hover{background:#FF3400;border-color:#FF3400;}
.delete_this:hover i{color:#ffffff;}

.put_above .btn-secondary{font-size:12px;margin-bottom:14px;padding: 7px 14px;}

.staff-new-check .switch{width: 92px;height: 30px;}
.staff-new-check label.yes{left: -9px;top: -9px;}
.staff-new-check label.no{right: -9px;top: -9px;}
.staff-new-check .switch i{top: 6px;}

.employment-bottom {margin-top: 0px;position:relative;}
/*.employment-bottom  .upload-loader img{position:absolute;top:14px 0;right:-16px;height:12px;}*/
.common_class_radio{    margin: 10px 0;}


.employment-bottom  .upload-loader {
    height:13px;
    width:13px;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite;
    background-image: url(../images/upload-loader.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .15s cubic-bezier(.08,.59,.29,.99);
    display: block;
    position: absolute;
    top:14px;
    right:-16px;
    opacity: 1;
    z-index: 999;}

.form-card .job-apply-form{    margin-top: 20px;
    border-top: dashed 1px #d3deec;
    padding-top: 20px;}

.msform .action-button-previous{margin-top:15px;}    
.employment-bottom .btn{font-size:13px;padding: 10px;}
.edit-profile-body p{font-size:13px;}

#confirmModal .modal-footer .btn-default{background: #f34b53;color: #fff;border-radius: 5px;}
#confirmModal .modal-footer .btn-default:last-child{background:#AFB6CB;color: #fff;border-radius: 5px;}

#confirmModal .modal-body{text-align:center;}
.btn-primary.applied{background-color: #007bff;border-color: #007bff;color:#ffffff;}
.job-listing .latest-job-box.applied_box{border-color: #0072ff;box-shadow:0 3px 20px 0px rgb(0 16 171 / 10%)}




.latest-job-box .job-apply-btn .btn-primary{padding: 7px 20px;}

#limit_form .form-control{height: 35px;    width: 70px;}
#limit_form select {
    background-position: calc(100% - 10px) 4px, calc(100% - 4px) 4px, 100% 0;
    background-position-y: 13px;
    background-size: 8px 8px, 7px 9px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;margin-top: 10px;float: right;
}


.dropdown-content{z-index: 9999999;}





@media (max-width: 767px){
.msform .action-button-previous {margin-top: 0px;}
.next-perios{padding-top:10px !important;}
.responsive-bottom-menu ul li.active a{width: 100%;}
.responsive-bottom-menu .menu ul li{width: 32%;display: inline-block;vertical-align:top;}

.responsive-bottom-menu ul li.active .nav_footer ul li a{background:transparent;    padding: 10px 0;font-size:12px;}
.responsive-bottom-menu .menu.open{    top: -38px;}
.nav_footer{z-index:-1}



}



.choose-slot{background:#f0f0f0;padding:15px 55px;    border-radius: 5px; margin: 0 auto;width: fit-content;}
.choose-slot p{color:#7f7f7f;font-size:14px;}

.user-select-time [type="radio"]:checked,
.user-select-time [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.user-select-time [type="radio"]:checked + label,
.user-select-time [type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.user-select-time [type="radio"]:checked + label:before,
.user-select-time [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;display:none;
}
.user-select-time [type="radio"]:checked + label:after,
.user-select-time [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;display:none;
}

.user-select-time [type="radio"]:checked + label{background:#6580af}
.user-select-time [type="radio"]:checked + label h5{color:#fff;}
.user-select-time [type="radio"]:checked + label h6{color:#fff;}

.user-select-time [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.user-select-time [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.choose-slot ul li{display:inline-block;margin:10px 17px 10px;}
.choose-slot ul li label{padding:20px 10px;text-align:center;display:inline-flex !important;flex-direction:column;
border-radius: 30px;margin-bottom:0;box-shadow:1px 0 7px rgb(0 0 0 / 9%);}
.choose-slot ul li label h6{margin-bottom:0;color:#848484;font-size:14px;}
.choose-slot ul li label h5{margin-bottom:20px;color:#636363;font-size:15px;}


.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #0e1524;
  font-size: 16px;margin-bottom:0;cursor:pointer;
}
.custom-radios input[type="radio"] + label  {
  display: inline-block;
  width:90px;
  height:43px;
  margin: -2px 13px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height:32px;border:solid 1px #dde1ea;border-radius:6px;background:#f5f5f5;
}

.money-box h6{font-size:15px;color:#080a11;margin:0;    height: 100%;
display: flex;align-items: center;justify-content: center;}

.money-box {height: 100%;display: flex;align-items: center;justify-content: center;}
.money-box i{margin-right:4px;position:relative;top:1px;}

.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}


.custom-radios input[type="radio"]:checked + label span img {opacity: 1;}

.custom-radios input[type="radio"] + label:hover{background:#6580af;}
.money-box:hover h6{color:#ffffff;}

.custom-radios input[type="radio"]:checked + label  {background-color: #6580af;}

.custom-radios input[type="radio"]:checked + label .money-box h6 {color:#ffffff;}

.select-time ul li {
    display: inline-block;margin-bottom:20px;
}

.select-time{padding:20px 0;}

.user-select-time{    text-align: center;
    margin:50px auto;
    }


.user-select-time p{text-align: center;font-size:16px;font-weight:600;color:#7f7f7f;margin-bottom:30px;} 

.about-us-details.new-page-screening.applicant_schedule_interview_page{min-height: calc(100vh - 47px)!important;}   
 .added_custom_top{
        display: none;
    }
.latest-job-box li span {
    margin-left: 5px;
}