@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap");

*, *::before, *::after{
  margin: 0;
  padding: 0;
  /*box-sizing: 0;*/
box-sizing: 0;
}

body, html{

    margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
    font-size: 16px;
    line-height: 24px;
  /*font-family: "Roboto", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  /*font-size: 18px;*/
  /*width: 100vw;
  height: 100vh;*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #F6F4EB;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
/*Changes*/

.SpanMarginTop{position:relative;top:0;padding-top: 20px;}
.labelBox{font-size:18px !important;color: #E5E5E5;}


/*Navbar*/
nav{display: flex;}

/*logo*/
.logo{max-width: 140px;height}
.logo a{display:block;}
.logo img{
    max-width: 100%;height: 75px;
    width: 140px;object-fit: cover;object-position: center -24px;
    display:block;
  /*width: 140px;
  padding-left: 20px;
  margin-top: -25px;*/

}

/*links*/
.nav-links{
  display: flex;
  list-style: none;
  /*width: 80vw;*/
  text-align: center;
  align-items: center;
  /*justify-content: space-evenly;*/
  margin-left: auto;
  /*margin-bottom: 5px;*/

}
.nav-links li a{position: relative;transition: .3s ease-in-out;color: black;text-decoration: none;font-size: 16px;font-weight: 400;letter-spacing: 1px;}
.btn_logOut{background:#7B113A;border: none;border-radius: 5px;cursor: pointer;color: black;letter-spacing: .05em;height: auto;position: relative;padding: 6px 6px 6px 6px;border-radius: 4px;color: #fff !important;font-size: 15px !important;}
.btn_Account{background:green;border: none;border-radius: 5px;cursor: pointer;color: black;letter-spacing: .05em;height: auto;position: relative;padding: 6px 6px 6px 6px;border-radius: 4px;color: #fff !important;font-size: 15px !important;}
.nav-btn{border: none;border-radius: 5px;cursor: pointer;color: black;letter-spacing: .05em;height: auto;position: relative;
  /*margin-top: 8px;*/
	/*padding: 5px;*/
}



/*hamburger Icon*/
.hamburger div{width: 30px;height: 3px;background-color: black;margin: 5px;transition: all 0.3s ease;}
.hamburger{display: none;width: 42px;height: 42px;}

/*hamburger animation*/
.toggle .line1 {transform: rotate(-45deg) translate(-5px, 6px);}
.toggle .line2 {transition: all 0.0s ease;width: 0;}
.toggle .line3 {transform: rotate(45deg) translate(-5px, -6px);}
.Btn-Login { padding: 5px 6px 4px 6px;border-radius: 4px;color: #fff !important;font-size: 15px !important;}
.nav-links li a { font-size: 15px !important;}
/* Sign in Modal*/
.modal {display: none; position: fixed;z-index: 1055; left: 0;top: 0;width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.8);}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 25%; /* Could be more or less, depending on screen size */
  border-radius: 12px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -20px;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.modalHeader{
  text-align: center; 
  /*font-size: 30px;*/
  font-size: 25px;
  color:#150E56;
}

.modalInputContainer{
  padding: 20px; 
  margin-left: auto; 
  margin-right: auto; 
  display: flex;
  flex-direction: column; 
  width: 90%;
}

.modalInput{
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid grey;
  margin-top: 20px;
}


.goBtn{
  background-color: #A2C579 !important;
  border: none;
  padding: 5px;
  border-radius: 5px;
  color: white !important;
  cursor: pointer;
  margin-top: 20px;
  float:unset !important;
}

.modalBtns{
  width: 45%;
  padding: 5px;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  border: none;
  margin-top: 20px;
}

/*Hero Page*/

.hero{
    max-width: 100%;
  width: 100%;
  padding: 60px;
  padding-top: 75px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 80px;*/
  height: auto;
  background-color: #E5E5E5;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}





.hero-text{
  text-align: left;
  bottom: 0;
  margin-right: auto;
  font-size: 25px;
  width: 50%;
  color: #111;
}


.hero-img{
  height:350px;
   width: 700px;
   margin-bottom: -28px;
   margin-left: -200px;
   object-fit: cover;
}



 .hero-btn, .nav-btn {
  border: none;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	letter-spacing: .05em;
	overflow: hidden;
	/*padding: 15px;*/
	position: relative;
	text-transform: uppercase;
  font-size: 15px;
}


.nav-btn:hover, .hero-btn{
  box-shadow: 2px 10px 10px #888888;
  transition: 0.4s ease-in-out;
  transform: translateY(-3px);
}

.Btn-anchor {
  border: none;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	letter-spacing: .05em;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-transform: uppercase;
  font-size: 12px;
}


.Btn-anchor:hover{
  box-shadow: 2px 10px 10px #888888;
  transition: 0.4s ease-in-out;
  transform: translateY(-3px);
}

.search-container{
  background-image: url(/assets/RPV2/Images/worldBG.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /*width: 100vw;*/
  height: 100vh;
  height: auto;
}

.form{
  width: 100%;
  height: 80%;
  border-radius: 5px;
  background-color: rgba(27, 60, 115, 0.7);
  text-align: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.SearchForm-header{
  color:#E5E5E5;
  font-size: 30px;
  letter-spacing: 5px;
  margin-top: 10px;
}

.inputLabel{
  color: #E5E5E5;
  margin-bottom: 20px;
  width: 100%;
}


.form-input{
  width: 100%;
  font-family: inherit;
  border-radius: 5px;
  border: none;
  margin-top: 5px;
}

.selectForm{
  /*height: 30px;*/
  width: inherit;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 5px;
}

.form-input:focus{
  border: 1px solid green;
}

.form-col-1{
  width: 35%;
  height: 80%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.columnsContainer{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 40px;
}

.form-btns{
  padding: 8px;
  background-color: #150E56;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin-right: 20px;
}

.red-btn{
  background-color: #7B113A;
}

.viewProfileBtn{
  padding: 8px;
  background-color:#7B113A;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
}

.viewProfileBtn:hover{
  transform: scale(1.07);
  transition: 0.3s ease-in-out;
}
  

/*Top Candidates*/
.cards{
  display: grid;
  /*padding-top: 60px;*/
  padding-top: 30px;
  /*padding-bottom: 40px;*/
  height: auto;
  width: 80%;
  height: auto;
  position: relative;
  margin: auto;
}

.cards-container{
  background-color: #E5E5E5;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 30px;
}

.cards-header{
  padding-bottom: 30px;
  text-align: center;
  align-items: center;
  margin: auto;
}

.candidate-card{
  box-shadow: 0px 12px 6px -8px rgba(136,136,136,0.95);
  background-color:#f1f1f1 ;
  border-radius: 5px;
  /*font-size: 22px;*/
  padding: 30px;
  display: flex;
  flex-direction: row;
}

.candidate-card .name{
  padding-bottom:0px;
}

.candidate-img{
  width: 200px;
  height: 200px;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.leftSideCard{
  width: 30%;
  height: auto;
  align-items: center;
  text-align: center;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  padding: 30px 0;
}

.rightSideCard{
  width: 70%;
  height: auto;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px 0;
}

.text-style{
  display: flex; 
  width: 100%; 
  justify-content: space-between; 
  /*margin-bottom: 10px;*/
   margin-bottom: 5px;
}

.checked {
  color: orange;
}

.slider {
  width: 100%;
  max-width: 800px;
  height: 50vh;
  border-radius: 5px;
  position: relative;
  align-items: center;
  margin: auto;
  overflow: hidden;  
}

.slide {
  width: 100%;
  max-width: 800px;
  height: auto;
  position: absolute;
  transition: all 0.5s ease-in-out;
}


.btn {
  position: absolute;
  width: auto;
  color: white;
  height: auto;
  padding: 10px;
  border: none;
  font-size: 20px;
  z-index: 10px;
  cursor: pointer;
  background-color: #7B113A;
  border-radius: 50%;
  text-align: center;
}

.btn:active {
  transform: scale(1.1);
}

.btn-prev {
  font-size: 30px;
  bottom: 50%;
  left: -5%;
}

.btn-next {
  font-size: 30px;
  bottom: 50%;
  margin-top: auto;
  right: -5%;
}

/*Footer*/
.footer{
  height: auto;
  background-color: #7B113A;
  padding: 30px;
  margin-top: auto;
}

.footer-col-container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.footer-col{
  /*width: 24%;*/
  width: 33.333%;
  height: auto;
  /*margin-top: auto;
  margin-bottom: auto;*/
  text-align: left;
  padding: 40px 0;
}

.footer-col h6{
  font-size: 30px;
  color: #E5E5E5;
}

.footer-col p{
  color: #E5E5E5;
}

.icons-container{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: left;
  margin-top: 20px;
}

.icons-container a{
  margin-right: 30px;
}

.footer-icon{
  width: 40px;
  height: 40px;
}

.footer-col2{
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.footer-col2 a{
  color: #F6F4EB;
  text-decoration: none;
}

.footer-col2 a:hover{
  text-decoration: underline;
}

.copyright{
  color: #F6F4EB;
  text-align: center;
}

/*Jobs Seekers Page NEW*/
.header{
  /*width: 70vw;*/
  height: auto;
  backdrop-filter: blur(4px);
  padding: 60px;
  /*padding: 0px 60px 0px 60px;*/
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: auto;
  text-align: left;
}

.jobseekers-div{
  height: 60vh;
}

.header h1{
  font-size: 35px;
}


.jobs-card{
  padding: 30px;
  text-align: left;
  background-color: #F6F4EB;
}

.jobs-card h6{
 font-size: 20px;
 font-weight: bold;
}

.jobUl{
  margin-top: 20px;
  margin-left: 20px;
}

.viewDetailsBtn{
  padding: 5px;
  height: auto;
  border-radius: 5px;
  background-color: #7B113A;
  color: white;
  border: none;
  cursor: pointer;
}


.jobs-header-text{
  text-align: left;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  color: #111;
  /*font-size: 22px;*/
  font-size: 18px;
}

.jobs-header-text h1{
  font-size: 40px;
  font-weight: bold;
}

.inputLabel textarea{
  width: 100%;
}

.grid-container{
  display: grid;
  gap: 20px;
  grid-template-columns: auto;
  padding: 10px;
}

.grid-item {
  background-color:transparent;
  padding: 10px;
  font-size: 27px;
  text-align: center;
}

.form-headers{
  background-color: #150E56; 
  color: white; 
  border-radius: 5px; 
  text-align: center;
  margin-bottom: 10px; 
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}


.employers-container{
  width: 100vw;
  height: auto;
}
.employers-container1{  
  height: auto;
}
.grid-item-flex{
  display: flex; 
  flex-direction: row;
  justify-content: space-evenly;
}

.address-header{
  color: white;
  background-color: #150E56;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
}

.custom-checkbox {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.submit-btn{
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  color: #F6F4EB;
  background-color: #A2C579;
}

/*Enquries form*/
.radio-btns{
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  border: 2px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.radio-btns:checked {
  box-shadow: 0px 0px 0px 2px #7B113A;
  background-color: #7B113A;
}

.radio-btns-container{
  display: flex;
  margin-top:10px;
}

/*About Page*/
.about-container{
  height: auto;
  min-height: 70vh; 
  width: 80vw; 
  margin: 120px auto 0 auto;
  display: flex;
  flex-direction: row;
}

.about-div1{
  width: 30vw; 
  color: black; 
  text-align: center;
  margin-right: auto;
}

.about-div1 h1{
  font-size: 30px;
}

.about-div1 p{
  /*font-size: 22px;*/
  font-size: 18px;
  margin-top: 10px;
  text-align:left;
}

.about-div2{
  width: 20vw;
  height: 400px;
  background-image: url(/assets/RPV2/Images/clodagh-da-paixao-xvJVDUoGpoU-unsplash.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

/*Terms & Conditions*/
.terms-container{
  width: 100%; 
  margin-left: 0; 
  margin-right: 0; 
  height: auto; 
  margin-top: 30px;
  margin-bottom:30px; 
  text-align:  left;
}

.terms-interview-div{
  margin-bottom: 30px;
}

.terms-interview-div h1{
  color: black; 
  font-size: 30px; 
  margin-bottom: 5px;
}

.terms-container h2{
  margin-bottom: 2px;
}
.terms-container h3{
  margin-bottom: 5px;
}

.ol-style{
  margin-left: 20px;
}

.ol-style li {
 margin-bottom: 10px;
}

.ol-style h1{
  margin-bottom: 10px;
}

.ul-style{
  margin-left: 30px;
}

.ul-style li{
  margin-bottom: 20px;
}


/*Changes*/

.CustomTabStyle .ajax__tab_header .ajax__tab_tab {
    height: auto;
}
button#BtnToggle {
    display: none;
}
.images_wrapper a img {
    max-width: 180px;
}
hr.space {
    display: none;
}
   .images_wrapper a {
        margin: 0 !important;
    }
   .images_wrapper {
}

.images_wrapper .span-5 {
    margin-top: 10px;
    margin-bottom: -3px;
}

.images_wrapper .span-5 span#YesNoDot {
    margin-left: 0;
}


.left_menu_wrapper .span-5 strong {
    margin-bottom: 6px;
    display: inline-block;
}

.left_menu_wrapper .span-5:first-child a {
    min-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employment_page br {
    display: none;
}
 fieldset {
    padding-left: 0;
    padding-right: 0;
}
 .education_page fieldset {
    margin-bottom: 0;
}


.education_page fieldset {
    margin-bottom: 0;
}

.education_page table.viewdata {
    background: #edf3fe;
}

.education_page table.viewdata tbody > tr:nth-child(even) {
    background: #edf3fe;
}
.education_page table.viewdata tr:first-child {
    background: linear-gradient(to bottom, #3c485f 0%, #353d51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c485f', endColorstr='#353d51',GradientType=0 );
}

.education_page table.viewdata tr:first-child td {
    color: #fff;
}

.education_page table.viewdata tr:first-child td h1 {
    color: #fff;
    margin: 0 !important;
    padding: 3px 0;
    font-size: 22px;
}


.education_page .span-18.last > .span-18:first-child table.viewdata {
    background: #fff;
}

.education_page .span-18.last > .span-18:first-child table.viewdata tr {
    background: #fff;
}

.education_page .span-18.last > .span-18:first-child table.viewdata tr h1 {
    color: #242424;
}

.education_page fieldset > input {
    margin-left: 0;
}

.candidate_documents .ublue.nostripe tr td img {
    width: 100px !important;
    height: 100px !important;
}

.candidate_documents .ublue.nostripe tr td > div {
    margin-left: 0 !important;
}

.candidate_documents .ublue.nostripe tr td .ribbon-wrapper-green {
    right: 0;
}
.employment_page table.viewdata.ublue tbody > tr:last-child {
    background: #fff;
}

/*candidate Registration*/

.candidate_registration .header {
    width: 100%;
    margin: 0;
    padding: 0 20px;
}


.candidate_registration input,.candidate_registration select {
    padding: 10px 15px;
    font-size: 16px;
    height: auto !important;
    width: 100%;
    margin: 0px 0 2px;
}

.candidate_registration input[type="checkbox"],.candidate_registration input[type="radio"] {
    width: auto;
}

/*End candidate Registration*/


.jobSearch-container {
    padding: 40px 0;
}
section.serachTop-can-section {
    padding: 40px 0 !important;
}

.enquiries {
    padding: 40px 0;
}
.about-container.rp-aboutUs-section {
    padding: 40px 15px !important;
}
    
.available_Jobs .header.availableJobs-header {
    padding: 0;
}

section.enquiries-section .form {
    margin: 0;
}

.forgot_password {
    padding: 40px 0;
}

.forgot_password .form {margin-top: 15px !important;}

 table.viewdata.ublue tr th {
    width: 100%;
}
 table.viewdata.ublue tbody > tr:last-child {
    background: #fff;
}

 .forgot_password .grid-item.form-headers {
    width: 84%;
}



.candidate_apponitment_page div#ContentPlaceHolder_bodywrapper_UpdatePanel1 {
    overflow-x: auto;
    position: relative;
    width: 100%;
}



.candidate_registration .inputLabel {
    margin-bottom: 10px;
}

.candidate_registration .form-col-1 {
    width: 48%;
}

.candidate_registration .form-headers {
    width: 100%;
}

.candidate_registration input[type="file"] {
    height: 40px !important;
}

.candidate_registration .form-col-1 label {
    font-size: 16px !important;
}

.candidate_registration .form-col-1 label.labelBox {
    margin-bottom: 5px;
    display: inline-block;
}

.candidate_registration .informationUL-container {
    width: 100%;
    padding: 0 20px;
}

.candidate_registration .informationUL-container ul li {
    margin-bottom: 10px;
}

.candidate_registration .submit_btn_wrapper input {
    width: auto;
    float: none;
}

.candidate_registration .submit_btn_wrapper {
    text-align: center;
}
.candidate_registration {
    padding-bottom: 20px;
}

.candidate_registration select[multiple] {
    min-height: 120px;
}

.candidate_registration_1 {
    padding: 40px 0;
}


.candidate_registration_1 .header {
    padding: 0;
    margin: 0;
}

.candidate_registration_1 table input,
.candidate_registration_1 table select {
    padding: 8px 3px;
    height: auto;
    margin: 4px 0;
}

.candidate_registration_1 table tr td input[type="submit"] {
    float: none !important;
    padding: 5px 20px;
    border-radius: 4px;
}
.candidate_registration_1 table tr td ul {
    padding-left: 25px;
}

.candidate_registration_1 table tr td {
    padding: 3px;
}

.top_candidates .candidate-card-listing {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
}

.candidate_details table tr:first-child td {
    border: 0;
}

.candidate_details table tbody tr:last-child td {
    background: #fff !important;
}

.candidate_details table tbody tr:last-child td a {
    min-width: 150px;
}

.candidate_details table {
    width: 100%;
}

.top_candidates .form-col-1 {
    width: 48%;
}

.available_Jobs .form .form-col-1 {
    width: 48%;
}
.jobs-card {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10) !important;
}

section.serachTop-can-section .form-col-1 {
    width: 48%;
}

.candidate-card-listing {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10) !important;
}
.enquiries-section .span-18 .form-col-1 {
    width: 48%;
}

.enquiries-section textarea {
    padding: 10px 10px;
}
.about-container.rp-aboutUs-section h1 {
    text-align: left;
}

.modal.login-modal a.modalBtns {
    padding: 10px 30px;
    display: block;
    width: auto;
    margin-top: 10px;
}

.modal.login-modal .modalInputContainer {
    margin: 0;
    width: 100%;
}

.modal.login-modal div#loginwrapper {
    float: none;
    width: 100%;
    margin-top: 0 !important;
}

.modal.login-modal div#loginwrapper table {
    width: 100%;
}

.modal.login-modal div#loginwrapper table input {
    margin: 0;
    width: 100%;
    padding: 14px 10px;
    height: auto;
}

.modal.login-modal div#loginwrapper table input[type="submit"] {
    font-size: 20px;
    padding: 12.2px 10px;
    border-radius: 5px;
}
.modal.login-modal h6.modalHeader {
    font-family: sans-serif;
}

.modal.login-modal p {
    text-align: center;
}
.mobile_btns{
    display:none;
}

.span-18.last .span-18:last-child {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.employment_page table.viewdata tr td span {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.top_candidates .candidate-card-listing {
    border-radius: 30px;
}

.serachTop-can-section.top_candidates .form {
    border-radius: 30px;
}

.top_candidates .search-container {
    background: transparent;
    margin-bottom: 20px;
}
section.serachTop-can-section.top_candidates .form-col-1:last-child .inputLabel:last-child {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 35px;
    min-height: 37px;
}

section.serachTop-can-section.top_candidates .inputLabel:last-child input {
    flex: 1;
    margin: 0 !important;
    float: none;
}
.sec_01 .navbar-default #main_nav .navbar-nav li a {
    padding: 0 10px;
}
.positions_details div#login table tr td {
    padding: 0 5px;
        border: 0;
}
.positions_details div#login table tr td input {
    min-height: 37px;
    height: auto !important;
}

.positions_details a.book_button ~ div > div {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

.positions_details a.book_button ~ div div#login textarea {
    width: 100% !important;
}

.positions_details a.book_button ~ div div#login input {
    width: 100% !important;
}

.terms {
    padding-bottom: 20px;
    padding-top: 20px;
}

.terms h2 {
    margin-bottom: 10px;
}


.job_ugt_company table table td {
    padding: 5px 10px;
}

.job_ugt_company .span-24.last table td {
    padding: 5px 10px;
}
.job_ugt_company table.viewdata.ured {
    width: 100%;
}
.job_ugt_company {
    padding-bottom: 30px !important;
}

/*Miscellaneous*/
    
    .container.available_Jobs .columnsContainer .form-col-1 {
        margin: 0;
        width: 50%;
        padding: 0 5px;
    }
    
    .container.available_Jobs .columnsContainer + div {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 5px;
    }
    
    .container.available_Jobs .columnsContainer + div > div {
        gap: 10px;
    }
    
    .container.available_Jobs .columnsContainer + div input {
        margin: 0 !important;
    }
    

section.recruiterReg-section .grid-item {
    padding-left: 0;
    padding-right: 0;
}

section.recruiterReg-section .grid-item .grid-item-flex {
    justify-content: space-between;
    gap: 5px;
}

section.recruiterReg-section .grid-item .grid-item-flex .form-col-1 {
    width: 100% !important;
}
section.serachTop-can-section .form-col-1 .inputLabel input {
    margin: 0 !important;
    float: none;
    flex: 1;
}

section.serachTop-can-section .form-col-1:last-child .inputLabel:last-child {
    display: flex;
    gap: 10px;
}
.container.candidate_details .mobile_btns {
    display: block;
}

/*End Miscellaneous*/










li#BtnAccout {
    position: relative;
}

  div#divUserName {
    position: fixed;
    top: 65px;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    transition: all 0.4s ease;
    animation-name: anim;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}

div#divUserName p {
    font-size: 13px;
    padding: 6px 15px !important;
    background: #fff !important;
}


/*div#divUserName:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgb(255 255 255) transparent;
    position: absolute;
    top: -10px;
    right: 1px;
}*/


@keyframes anim{



0% {
    transform: translateY(10px);
}

100% {
    transform: translateY(0);
}
}


/*End Changes*/

.ie_text, textarea, select[multiple], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week]{border-radius: 4px;}

.rp-skills-table > tbody {display: block;max-height: 300px; overflow-y: scroll;}
.rp-skills-table thead, .rp-skills-table tbody tr {display: table;width: 100%;table-layout: fixed;}
.rp-skills-table > tbody::-webkit-scrollbar-track {background-color: #f2f4f7;border-radius: 10px;}
.rp-skills-table > tbody::-webkit-scrollbar {width: 6px;height: 6px;background-color: #f2f4f7;border-radius: 10px;}
.rp-skills-table > tbody::-webkit-scrollbar-thumb {background-color: #d0d5dd;border-radius: 10px;}
.rp-disclaimer-list{padding-top: 8px;padding-left: 16px;}

/*23-07-24 start*/
.about-container.rp-aboutUs-section{max-width: 83%;width:100%; justify-content: space-between;padding: 20px 16px 16px;margin: 0;}
.rp-aboutUs-section > div{flex: 0 0 50%; max-width: 50%;width: auto;}
.rp-aboutUs-section .about-div2{max-width: 272px;width: 100%; margin-right: -130px;}
.rp-aboutUs-section .about-div1{flex: 0 0 75%; max-width: 75%;}
.book-btn{font-size: 15px !important;}

.candidate-detail-wrapper{display: flex;flex-wrap: wrap;}
.candidate-detail-list{list-style:none;margin: 0;padding: 0;padding-left: 12px;width:60%;}
.candidate-detail-list li{font-size: 16px;line-height: 24px;margin-bottom: 4px;}
.candidate-detail-wrapper img{margin: 0;flex-shrink: 0;}


@media(max-width: 991px){
    .about-container.rp-aboutUs-section{max-width: 100%;}
    .rp-aboutUs-section > div{flex: 0 0 100%; max-width: 100%;}
    .rp-aboutUs-section{justify-content:center;align-items:center;}
    .rp-aboutUs-section .about-div1{margin: 0;}
    .rp-aboutUs-section .about-div2{margin:20px auto;min-height: 400px;}

    .about-div1 p{text-align:center;}
}
/*23-07-24 End*/

/*02-08-24 css start*/
#bodywrapper {background: transparent;}
/*02-08-24 css End*/

@media screen and (max-width: 1024px){
  .btn-prev {
    font-size: 30px;
    bottom: 60%;

  }
  
  .btn-next {
    font-size: 30px;
    bottom: 60%;
  }

  .cards{
    width: 88%;
  }
  .jobseekers-div{
    height: 80vh;
  }
  /*About Page*/
  .about-container{
    width: 80vw; 
    margin: 120px auto 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .about-div1{
    width: 100%; 
    margin-bottom: 30px;
  }

  .about-div1 h1{
    font-size: 30px;
  }

  .about-div2{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /*Terms & Conditions*/

}

@media screen and (max-width: 1024px) and (orientation: landscape){
  .leftSideCard{
    padding: 0 0;
  }
  
  .rightSideCard{
    padding: 0 0;
  }

  .btn-prev {
    font-size: 30px;
    bottom: 30%;

  }
  
  .btn-next {
    font-size: 30px;
    bottom: 30%;
  }

  .cards{
    width: 88%;
  }
  .jobseekers-div{
    height: 60vh;
  }
}

@media screen and (max-width: 1199px) {

  /*nav{
    position: fixed;
    z-index: 1;
    margin: auto; 
  }*/

  .hamburger{
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
      position: fixed;
      background-color: #f1f1f1;
      height: 100vh;
      flex-direction: column;
      pointer-events: none;
      width: 100%;
      transform: translateX(-100%);
      left: 0;
  }


  .nav-links.open {
     pointer-events: all;
     transition-delay: .6s;
     transform: translateX(80px);
     transition-timing-function: ease;
     transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .nav-links.close {
    transition-delay: .6s;
    transform: translateX(80px);
    transition-timing-function: ease;
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /*.nav-links li{
    margin-right: 10%;  
  }*/

  .hero{
    width: 90vw;
    padding: 60px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: auto;
    background-color: #E5E5E5;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hero-text h1{
    font-size: 40px;
    font-weight: bold;
  }

  .hero-text{
    text-align: left;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    color: #111;
  }

  .hero-img-container{
    display: none;
  }

  .hero-img{
    display: none;
  }

  .hero{
    width: 90vw;
    padding: 60px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 30px;
    height: auto;
    background-color: #E5E5E5;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    height: 35vh;
  }

  .columnsContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
 
  .form-input{
    width: 100%;
  }
 
  .form{
    height: auto;
    align-items: center;
    text-align: center;
  }

  .form-col-1{
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider{
    height: 100vh;
  }

  .candidate-card{
    height: 600px;
    flex-direction: column;
  }

  .candidate-img{
    width: 200px;
    height: 200px;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .leftSideCard{
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 0;
  }
  
  .rightSideCard{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
  }

  .cards{
    width: 60%;
    height: 800px;
  }
  
  .text-style{
    display: flex; 
    width: 100%; 
    justify-content: space-between; 
    margin-bottom: 10px;
  }

  .btn-prev {
    font-size: 30px;
    bottom: 40%;
    left: -25%;
  }
  
  .btn-next {
    font-size: 30px;
    bottom: 40%;
    right: -25%;
  }

  .footer-col-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  /*.footer-col{
    width: 60%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }*/

  .modalHeader{
    font-size: 20px;
  }
  
  .modalInputContainer{
    width: 80%;
  }

  .modal-content {
    width: 60%;
  }
  
  .modalBtns{
    width: 45%;
  }

  .header{
    width: 70vw;
    backdrop-filter: blur(4px);
    padding: 60px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: left;
    display: flex;
  }

  .jobseekers-div{
    height: 70vh;
  }

  .grid-item-flex{
    display: flex; 
    flex-direction: column;
    justify-content: space-evenly;
  }

  .checkbox-text-resize{
    display: flex;
    flex-direction: row;
    width: 100%;
  }

    /*02-08-24 css start*/
    .nav-links{left: 0;}
    .nav-links.open{transform: translateX(0);}
    .hero-text{width: 100%;}
    /*02-08-24 css end*/

  
}

@media screen and (max-width: 912px) {

  .btn-next{
   margin-bottom: 40%;
  } 
  
  .btn-prev{
    margin-bottom: 40%;
  }

  .jobseekers-div{
    height: 80vh;
  }
}

@media screen and (max-width: 600px) {
  .hero-text h1{
    font-size: 30px;
    font-weight: bold;
  }

  .hero-text{
    margin-left: -2px
  }

  .cards{
    width: 62%;
  }

  .candidate-card{
    font-size: 16px;
  }


  .btn-prev {
    font-size: 20px;
    bottom: 50%;
    left: -25%;
  }
  
  .btn-next {
    font-size: 20px;
    bottom: 50%;
    right: -25%;
  }

  .viewProfileBtn{
    padding: 8px;
    background-color:#7B113A;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 8px;
    cursor: pointer;
    margin-top: 10px;
  }

  .candidate-card{
    height: 450px;
  }

  .rightSideCard{
    width: 100%;
    font-size: 14px;
  }
  
  .text-style{
    margin-top: 30px;
  }

  .jobseekers-div{
    height: 100vh;
  }

  /*Equiries radio btns*/
  .radio-btns-container{
    flex-direction: column;
  }


  
}

@media screen and (max-width:420px ){
  .candidate-img{
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width:390px ){
  .rightSideCard{
    width: 100%;
    font-size: 10px;
  }

  .header h1{
    font-size: 22px;
  }

  .header p{
    font-size: 16px;
  }
}

@media screen and (max-width:320px ){
  .hero-text h1{
    font-size:20px;
    font-weight: bold;
  }

  .nav-btn, .hero-btn{
    font-size: 12px;
  }
  

}


/*Media query start 02-08-24*/

@media(min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
  
}

@media(max-width: 1399px) {
    .container {max-width: 1200px;}
     
}
@media(max-width: 1280px) {
    .container {max-width: 1140px;}

    /*Changes*/
    .site-header .nav-links li a {
    font-size: 14px !important;
    padding: 0 !important;
}

    .site-header .nav-links li#BtnSignOut a,
    .site-header .nav-links li#BtnAccout a,
    .site-header .nav-links li#BtnSignIn a {
    padding: 5px 7px !important;
}
    /*End Changes*/

}
@media(max-width: 1199px) {
    .container {max-width: 960px;}
      nav#navbar{top: 0;}
    .hamburger{height: auto;}
    .hero {max-width: 100%;width:100%;}


    /*Changes*/
    .SpanMarginTop {
        top: 0;
    }

    li#BtnAccout p {
        display: none;
    }

    div#divUserName p {
        text-align: right;
    }
    div#divUserName {
    right: 0px;
    top: 55px;
}
    div#divUserName {
    z-index: 99;
}
    .forgot_password .inputLabel {
    width: 100% !important;
}
 .forgot_password .grid-item.form-headers {
    width: 100%;
}
 .candidate_registration .grid-item-flex {
    flex-direction: row;
}
 .candidate_registration_1 .header {
    width: 100%;
}

}
@media(max-width: 991px) {
    .container {max-width: 720px;}
     /*Changes*/
    .container {
        max-width: 100%;
    }
    .span-5 {
    margin-right: 0 !important;
    width: 100%;
    border: 0;
}
    .button_full {
    width: 100%;
}
    .button_full {
    width: 100%;
}
table.viewdata fieldset {
    padding-left: 0;
    padding-right: 0;
}

table.viewdata {
    margin-left: 0 !important;
}

.span-18 {
    width: 100%;
}
.candidate_registration .grid-item-flex {
    flex-direction: column;
}

.candidate_registration .form-col-1 {
    width: 100%;
}
.container.job_ugt_company .span-24 {
    width: 100%;
}

.container.job_ugt_company {
    width: 100%;
}
}
@media(max-width: 767px) {
    .container {max-width: 540px;}


    /*Changes*/
        
    .span-5.colborder {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}

.span-18.last {
    width: 100%;
    overflow-x: hidden;
}

.span-18.last .span-18 {
    width: 100%;
    margin: 0;
}

.ajax__tab_default .ajax__tab_header {
    white-space: normal !important;
}

div#bodywrapper .container {
    max-width: 100%;
}

.span-18.last fieldset {
    padding: 0;
    margin-top: 15px;
}
.left_menu_wrapper {
    display: none;
}

.left_menu_wrapper .span-5 {
    width: 100%;
}

.images_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.images_wrapper button#BtnToggle {
    display: inline-block;
    border-color: green !important;
    background: green !important;
    border-radius: 0px !important;
    border: 1px solid transparent;
    padding: 11px 12px;
    position: relative;
    height: auto !important;
    position: absolute;
    right: 0;
    top: 0;
}


.images_wrapper a {
    display: block;
   margin: 0 !important;
}

.images_wrapper a img {
    width: 110px;
    margin-left: 0;
}

.images_wrapper .span-5 {
    width: 100%;
    padding-left: 53px;
    margin-top: 3px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.images_wrapper button#BtnToggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-top: 4px;
    
}

.images_wrapper button#BtnToggle span:first-child {
    margin-top: 0;
}

hr.space {
    display: none;
}

.left_menu_wrapper.active {
    display: block;
}
table.viewdata.ublue.table_2 td {
    width: 50% !important;
    display: inline-block;
}

table.viewdata.ublue.table_2 tr {
    background: #edf3fe;
}

table.viewdata.ublue.table_2 tr:last-child > td:last-child {
    border: 0;
}
table.viewdata {
    margin-left: 0 !important;
}

table.viewdata h3 {
    font-size: 14px;
}
div#divUserName p {
    font-size: 13px;
    text-align: right;
}
.span-24.SpanMarginTop {
    top: 0;
    padding-top: 5px;
}
.span-18.last h1 {
    font-size: 20px;
}
.spnInstruct{
        text-align:left;
        }

.employment_page .green_button {
    float: none !important;
    margin-left: -5px !important;
}

.left_menu_wrapper + hr.space + hr {
    margin: 0;
}

.employment_page .span-18.last fieldset {
    margin-top: 0;
}

.employment_page .span-18.last fieldset br {
    display: none;
}
.education_page table.viewdata tr:first-child td h1 {
    font-size: 20px;
}
.candidate_documents .ublue.nostripe tr {
    display: block;
}

.candidate_documents .ublue.nostripe tr td {
    display: block;
    width: 100%;
    padding: 0;
}

.candidate_documents .ublue.nostripe table {
    width: 100%;
}

.candidate_documents .ublue.nostripe tr td > div {
    width: 100% !important;
}

.candidate_documents a.candidate_image_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy_settings table.viewdata.ublue tr td {
    width: 50% !important;
    display: block;
}

.privacy_settings table.viewdata.ublue tr:last-child td {
    width: 100% !important;
}

.privacy_settings table.viewdata.ublue tr {
    display: flex;
    flex-wrap: wrap;
}

.privacy_settings table.viewdata.ublue tr td .label {
    width: 100% !important;
    float: none;
    display: block;
}

.privacy_settings table.viewdata tbody > tr:nth-child(even) {
    background: #edf3fe;
}

.privacy_settings table.viewdata tbody > tr td {
    border-right: 0;
}

.privacy_settings table.viewdata.ublue tr:last-child {
    justify-content: flex-end;
}
.privacy_settings table.viewdata tbody > tr:last-child {
    background: #fff;
}
.privacy_settings fieldset {
    margin: 0px !important;
}

/*.table-responsive {
    overflow-x: scroll !important;
    width: 100%;
}*/


.employment_page table.viewdata tr td {
    width: 50%;
}


.employment_page table.viewdata tr {
    display: flex;
    flex-wrap: wrap;
}

.education_page table.viewdata tr td {
    width: 50%;
    white-space: normal;
    word-wrap: break-word;
}


.education_page table.viewdata tr {
    display: flex;
    flex-wrap: wrap;
}

.education_page table.viewdata tr:first-child td {
    width: 100%;
}
.rp-aboutUs-section .about-div2 {
    max-width: 100%;
    height: auto;
    min-height: 200px;
}

.rp-aboutUs-section .about-div1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.about-div1 p {
    font-size: 16px;
    line-height: 1.5;
}
.images_wrapper {
    margin-top: 40px;
}
.forgot_password table tr td {
    width: 100%;
    display: block;
    border: 0;
}

.forgot_password .grid-item.form-headers {
    white-space: normal;
    font-size: 20px;
    margin: 0;
    padding: 10px 10px;
}

.forgot_password .grid-container {
    display: block;
    position: static !important;
    padding: 0;
}

.forgot_password table {
    position: static !important;
}

.forgot_password img {
    width: 100%;
}

.forgot_password table tr {
    width: 92%;
    display: block;
}

.forgot_password .grid-item {
    padding: 0;
}

.forgot_password .form {
    padding: 15px 8px;
}

.forgot_password table tbody {
    display: block;
    width: 100%;
}

.forgot_password table tr td input[type="text"] {
    width: 100%;
    padding: 8px 10px;
}

.forgot_password .LBD_CaptchaImageDiv {
    width: 90% !important;
    height: 47px !important;
}

.forgot_password .LBD_CaptchaIconsDiv {
    position: relative;
    right: 25px;
}

.forgot_password .LBD_CaptchaImageDiv > a {
    margin-top: 10px !important;
}

.forgot_password .LBD_CaptchaImageDiv img {
    height: 42px;
}

.forgot_password table tr:last-child input {
    float: none !important;
    margin: 0;
    width: 100%;
}

.forgot_password h1 {
    font-size: 20px;
}
.positions_details thead td {
    padding: 20px 20px;
}

.positions_details thead td h1 {
    font-size: 22px;
}
.positions_details table tr:last-child td {
    padding-left: 0;
    padding-right: 0;
}

.positions_details table tr:last-child td a {
float: none !important;
        width: 100%;
        display: block;
}
.positions_details {
    padding: 40px 0 !important;
}

.positions_details tr td,.positions_details tr th {
    padding: 15px 10px;
}

.positions_details tr td ul {
    padding-left: 15px;
}

.positions_details tr td ul li {
    margin-bottom: 10px;
}
.candidate_registration .grid-item {
    padding: 0;
}

.candidate_registration .grid-item.form-headers {
    padding: 10px;
    white-space: normal;
    word-break: break-all;
    font-size: 16px;
}

.candidate_registration .header {
    padding: 0;
}

.candidate_registration .header p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.candidate_registration .grid-container {
    display: block;
    padding: 0;
}


.candidate_registration label.labelBox {
    font-size: 16px !important;
    margin-bottom: 10px;
    display: block;
}

.candidate_registration label.labelBox br {
    display: none;
}

.candidate_registration ul {
    font-size: 16px;
}

.candidate_registration .informationUL-container {}

.candidate_registration .inputLabel label {
    font-size: 16px;
}

.candidate_registration .grid-item table.viewdata.ured {
    position: static !important;
}

.candidate_registration .table-responsive {
    width: 100%;
}

.candidate_registration .grid-item {
    width: 100% !important;
}

.candidate_registration .grid-item table.viewdata.ured tr td {
    display: block;
    width: 100%;
}

.candidate_registration .grid-item table.viewdata.ured img {
    width: 100%;
}
.candidate_registration .LBD_CaptchaDiv {
    zoom: 0.9;
}
.candidate_registration .submit_btn_wrapper input {
    font-size: 16px !important;
}
.candidate_registration_1 table tr td {
    display: block;
    width: 100%;
    background: #fff;
    padding: 0;
}

.candidate_registration_1 table tr {
    display: block;
    width: 100%;
    background: #fff;
}

.candidate_registration_1 table * {
    height: auto;
}

.candidate_registration_1 table tr td img {
    width: 100%;
}

.candidate_registration_1 table input[type="text"] {
    width: 100% !important;
}

.candidate_registration_1 table h1 {
    font-size: 20px !important;
}

.candidate_registration_1 h1 {font-size: 20px !important;}

.candidate_registration_1 p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.candidate_registration_1 .header + div {margin-right: 0 !important;}

.candidate_registration_1 table tr td label {
    font-size: 16px;
    text-transform: lowercase;
}

.candidate_registration_1 table tr td strong {
    display: inline-block;
    margin-bottom: 10px;
}

.candidate_registration_1 table tr td ul {
    font-size: 16px;
}

.candidate_registration_1 table tr td ul li {
    margin-bottom: 10px;
}
.candidate_registration input[type="submit"] {
    float: none;
}
.top_candidates .candidate-card-listing {
    padding: 20px;
}
.candidate_details table tr:first-child td {
    display: block !important;
    width: 100% !important;
}

.candidate_details table tr:first-child {
    display: flex !important;
    width: 100%;
    flex-direction: column-reverse;
}

.candidate_details table tr:first-child img {
    margin-right: 15px;
}

.candidate_details table tr:first-child ul {
    padding-top: 0;
}
.candidate_details table td {
    white-space: normal;
    word-break: break-all;
    padding-left: 0;
    padding-right: 0;
    background: #fff !important;
}
.candidate_details table {
    min-width: 100%;
}

.candidate_details table tbody tr:first-child td:last-child ul li span {
    word-break: break-all;
    white-space: normal;
}

.candidate_details table tbody tr:first-child td .candidate-detail-wrapper {
    flex-direction: column;
}

.candidate_details table tbody tr:first-child td:last-child ul li {
    word-break: break-all;
    white-space: normal;
}

.candidate_details table tbody tr:first-child td a {
    width: auto;
    padding: 7px 8px;
}

.candidate_details table td span {
    white-space: normal;
    word-break: break-all;
}

.candidate_details table {
    width: 100%;
}

.candidate_details table tr:first-child ul {
    width: 100%;
    margin-top: 0;
}
.candidate_details table tbody tr:last-child td a {
    display: block;
    width: 100%;
}
.top_candidates .form-col-1 {
    width: 100%;
    padding: 0;
}
.simple-pagination li {
    margin-bottom: 5px !important;
}
section.serachTop-can-section .form-col-1 {
    width: 100%;
    padding: 0;
}
.enquiries-section .span-18 .form-col-1 {
    width:100%;
}
.enquiries .grid-item.form-headers {
    margin-bottom: 0;
    width: 100%;
}

.enquiries-section .grid-item-flex .form-col-1 {
    width: 100% !important;
}
.about-container.rp-aboutUs-section h1 {
    text-align: center;
}
.login-modal .modal-content {
    padding: 20px 0px;
}

.modal.login-modal div#loginwrapper table input[type="submit"] {
    font-size: 16px;
}
.login-modal .close {
    right: 0 !important;
}
.candidate_details table td {
    display: table-cell;
}
.candidate_details table tr:first-child {
    display: table-row !important;
}

.candidate_details table tr:first-child th {
    display: table-cell;
     width: 100%;
}


.candidate_details .table-container {
    overflow-x: auto;
}

.candidate_details table tr:first-child td {
    width: auto !important;
    display: table-cell !important;
}
.mobile_btns{
    display: flex;
    margin-top: 10px;
}
.recruiterReg-section table tbody tr:first-child td:first-child {
    display: none !important;
}

.recruiterReg-section table tbody tr:first-child td:last-child {
    width: 100% !important;
    display: block !important;
}

.candidate_details table.content-table > thead > tr > th:last-child {
        width: 0;
    display: none !important;
    border: 0;
    opacity: 0;
    visibility: hidden;
    max-width: 10px;
    padding: 0;
}


.recruiterReg-section table tbody tr:first-child {
    display: block !important;
    width: 100% !important;
}

.candidate_details table tbody tr:first-child td .candidate-detail-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.candidate_details table tr:first-child {
    display: flex !important;
    min-width: 300px;
}
.candidate_details table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.candidate_details table tr.computer_skills, .candidate_details table tr.industry_experience {
    flex-direction: column;
}

.candidate_details table tr td:first-child {
    flex: 0 0 50%;
}

.candidate_details table tr td:last-child {
    flex: 0 0 50%;
    text-align: right;
}

.candidate_details table tr.computer_skills td, .candidate_details table tr.industry_experience td {
    text-align: left;
}

.recruiterReg-section table tbody tr:first-child td:last-child {
    text-align: left;
}
    .mobile_btns a {
        margin-right: 5px;
        padding: 7px 9px !important;
    }
    .container.candidate_details {
    padding: 0 10px;
}

.candidate_details table tr td:first-child b {
    font-size: 14px !important;
}
.columnsContainer > div{
    width: 100% !important;
}
.positions_details table tr:last-child td a {
    width: auto !important;
    display: inline-block;
}
.positions_details div#login table tr td input {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.positions_details div#login table tr td {
    width: 100%;
    height: auto;
}
.positions_details div#login table tr td {
    padding-top: 0 !important;
}

    .candidate_profile div#ContentPlaceHolder_bodywrapper_TabContainer1_TabPanel2_UpdatePanelCandidatePersonal table tr:nth-child(3) td:last-child input {
        width: calc(100% - 22px) !important;
        margin-right: 3px;
    }

.candidate_profile table.viewdata .button {
        margin: 0 0 0 5px;
}

.candidate_profile table td input:not([type="checkbox"]), .candidate_profile table td select {
    width: 100% !important;
    max-width: 100% !important;
}

.candidate_profile table td button.ui-multiselect {
    width: 100% !important;
}

.candidate_profile #ContentPlaceHolder_bodywrapper_TabContainer1_TabPanel2_FormViewCandidatePersonal table >  tbody tr td:nth-child(2) {
    padding-right: 0;
}

.candidate_profile table#ContentPlaceHolder_bodywrapper_TabContainer1_TabPanel2_FormViewCandidatePersonal > tbody > tr > td {
    padding: 0;
}
.candidate_profile table#ContentPlaceHolder_bodywrapper_TabContainer1_TabPanel3_FormViewWorkRequirements > tbody > tr > td {
    padding: 0;
}
.candidate_profile table.viewdata fieldset {
    margin: 0 !important;
}

.candidate_profile table.viewdata fieldset > table > tbody > tr > td {
}

   .candidate_profile table.viewdata fieldset > table > tbody > tr > td:last-child {
        padding-right: 0;
    }
   .employment_page table td, .employment_page table th {
    width: 100% !important;
    display: block;
    text-align: left !important;
}

.employment_page table td label.label {
    float: none !important;
    text-align: left;
}

.employment_page table.viewdata tr th {
    font-size: 12px;
}

.employment_page table.viewdata tr th input {
    margin-left: 3px !important;
    float: none !important;
}

.employment_page td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.employment_page table.viewdata tr.benifits table td, .employment_page table.viewdata tr.duties table td {
    width: auto !important;
    display: initial;
    padding: 0 4px !important;
}
.education_page table.viewdata tr:not(:first-child) td:nth-child(odd) {
        width: 130px;
        padding: 0 5px;
    }
.education_page table.viewdata tr:not(:first-child) td:nth-child(even) {
        width: calc(100% - 130px);
    }
.education_page table td input[type="text"] {
    width: calc(100% - 26px);
    margin-right: 2px;
}
.education_page table td input[type="text"] + img.ui-datepicker-trigger {
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.education_page table td select {
    width: 100%;
}

.span-18.last .span-18:last-child {
    border-top: 0;
    padding: 0;
    margin-top: 0;
}
.table_top_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .candidate_apponitment_page table {
    width: 900px;
}
 .candidate_apponitment_page table strong {
    width: 100%;
    display: block;
}
 
 
section.serachTop-can-section.top_candidates .form-col-1:last-child .inputLabel:last-child {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0;
}

section.serachTop-can-section.top_candidates .inputLabel:last-child input {
    flex: 1;
    margin: 0 !important;
    float: none;
}

.top_candidates .search-container {
    margin-bottom: 20px;
}
.container.available_Jobs .columnsContainer + div > div {
    width: 100%;
}

.container.available_Jobs .columnsContainer + div input {
    flex: 1;
}
.cards {
    width: 100%;
}
div#ContentPlaceHolder_bodywrapper_PanelSendtoFriend {
    left: 0 !important;
}
.positions_details div#login table + div > div {
    gap: 10px;
    width: 100%;
    padding: 0 12px;
}

.positions_details div#login table + div input,.positions_details div#login table + div button {
    margin: 0 !important;
    padding: 9px 15px !important;
    display: inline-block;
    height: auto !important;
    float: none;
}

.positions_details div#login table + div > div > * {
    flex: 1;
    width: 100% !important;
}

section.serachTop-can-section .form-col-1 .inputLabel input {
    margin: 0 !important;
    flex: 1;
    float: none;
}

section.serachTop-can-section .form-col-1:last-child .inputLabel:last-child {
    display: flex;
    gap: 10px;
}



.top-candidates-form div#mainwrapper .recruiterLogin-wrap input {
    margin-left: 0;
    min-height: 38px;
}

.top-candidates-form div#mainwrapper .recruiterLogin-wrap a {
    margin-top: 0;
    padding: 9px 14px;
}
.top-candidates-form div#mainwrapper .mobile_btns a {
        margin-right: 0px;
        padding: 7px 9px !important;
    }
.jquery-modal.blocker.current {
    padding-left: 0;
    padding-right: 0;
}
.span-24.employment_page table tr td table#TextBox16_toolbar1 tr td {
    width: auto !important;
    display: inline-block;
    padding: 0 !important;
}

.span-24.employment_page table#TextBox17_tbl tr td {
    width: auto !important;
    padding: 0 !important;
}
.employment_page table#BenefitsTextBox_toolbar1 tr td {
    width: auto !important;
    padding: 0 !important;
}

.employment_page table#DutiesTextBox_toolbar1 tr td {
    width: auto !important;
    padding: 0 !important;
}
    /*End Changes*/
}


/*Media query End 02-08-24*/






















