/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* The Modal (background) */
.sjb-refer-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.sjb-rerfer-modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#referCandidateModal .sbj-textarea{
    height: auto;
}

.disable-scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
#sjb-application-form{
    z-index: 0;
}
#referCandidateModal{
    z-index: 99;
}
#sjb-refer-candidate-form .validity-note {
    display: none;
}

/*loader css*/
#sjb-refer-loader{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9991030;
  background: #0000001a;
  display: none;
}
#sjb-refer-loader > img{
  width: 79px;
  display: block;
  margin: 0 auto;
  padding-top: 38vh;
}
#referrel_form_error_status{
  text-align: center;
}
.sjb-page #referCandidateModal label{
    font-size: 16px;
    font-weight: 400;
}

.sjb-page #referCandidateModal h3{
  color: #3297fa;
  font-weight: 500;
  font-size: 18px;
}
.sjb-page #referCandidateModal .file {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 10px 12px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.sjb-page #referCandidateModal .file div {
    background: #3297fa;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 32px;
    padding: 6px 12px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sjb-page #referCandidateModal .file input[type="file"] {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}
.sjb-page #referCandidateModal .file:hover,#sjb-refer-candidate-form input:hover,#sjb-refer-candidate-form textarea:hover {
    border-color: #3297fa;
}
.sjb-page #referCandidateModal .file:hover div {
    background: #067ef3;
}
.sjb-page #referCandidateModal .validity-note {
    color: #f00;
    display: none;
    font-size: 14px;
    font-style: italic;
    margin-left: 10px;
}
.sjb-page #referCandidateModal .app-submit {
    margin: 5px 0px 20px 0px;
    display: block;
    padding: 7px 30px;
}
.sjb-page #referCandidateModal .required {
    color: #f00;
    font-size: 16px;
}
.sjb-page #referCandidateBtn{
  cursor: pointer;
  color: #067ef3;
  font-weight: 500;
}
.sjb-page .sjb-rerfer-modal-heading-wrapper{
  display: flex;
  align-items: center;
}
.sjb-page .sjb-rerfer-modal-heading{
  width: 98%;
  text-align: center;
}
.sjb-page .sjb-rerfer-modal-close-btn{
  width: 2%;
  text-align: center;
}
 
.sjb-page .v1 #referCandidateBtn{
    margin: 5px 0px 20px 0px;
    display: block; 
    padding: 7px 30px;
} 

.sjb-page .v2 #referCandidateBtn{
  margin: 5px 0px 20px 0px;
  display: block; 
  padding: 7px 30px;
  border-radius: 0;
} 

.sjb-page #referCandidateBtn:active,.sjb-page #referCandidateBtn:focus{
    border-color: #056cd0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    outline:unset;
} 

.sjb-page .sjb-rerfer-modal-heading h3{
    font-size: 27px !important;
    font-weight: bold;
    border-bottom: 1px solid #eadfdf;
}

.sjb-detail .jobpost-form div#sjb-form-padding-button {
  display: flex;
  gap: 20px;
  float: right;
}