/* Navbar Styling */
body{
    min-height: 100vh;
    overflow-x: hidden;
}
@media (min-width: 768px) {
  .navbar-brand.abs
      {
          position: absolute;
          width: 100%;
          left: 0;
          text-align: center;
      }
  }
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,50,132, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: transparent;
} 
.navbar-toggler:focus {
  outline: none;
}
.nav-section{
  border-bottom: .3px solid #d3d3d3;
  color: #343a40;
}
.nav-section .navbar-nav a.nav-link{
  color: #343a40;
  font-size: 14px;
  font-family: Franklin Gothic book,Arial,Verdana,sans-serif;
}

.lang-selector{
  border: 1px solid;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 14px;
  font-family: Franklin Gothic book,Arial,Verdana,sans-serif;
  margin-left: 12px;
}
  
  /* Home Search Styles */
  
  img.JOBSGURU {
    height: auto;
    width: 70%;
    text-align: center;
    justify-content: center;
    margin-left: 70px;
    margin-top: 100px;
    padding-right: 46px;
  }
  
  .row.jobSearch {
    margin-top: 50px;
    /*margin-left: 14%;*/
  }
  .searchico{
    font-family:Arial, FontAwesome !important;
  }
  
  input#jobTitle, input#joblocation {
    width: 100%;
    height: 50px;
    padding-left: 42px !important;
    border: 1px solid gray;
    font-family: Franklin Gothic book, Arial, Verdana, Arial, sans-serif;
    font-size: 14px;
    margin-top: 0px;
  }
  svg.svg-inline--fa.fa-search.fa-w-16 {
    font-size: 18px;
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
   
  }
  svg.svg-inline--fa.fa-map-marker-alt.fa-w-12 {
    font-size: 18px;
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
    
  }
  button.findJobs {
    background: #bdc91c;
    border: none;
    width: 100%;
    height: 50px;
    color: white;
    font-size: 22px;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
    margin-top: 0px;
  }
  
  /* Footer Styling */
  a.footerMenu {
    margin-left: 25px;
    color: gray;
    text-decoration: underline;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
  }
  .row.footerRow1 {
    text-align: center;
    margin-left: -55px;
    margin-top: 200px;
  }
  
  .row.footerRow2 {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
  }
  
  
  /* Registration Page Styles */
  .row.RegisterRow1 {
    padding-top: 70px;
    padding-left: 100px;
  }
  
  h5#registerHeading {
    font-size: 27px;
    color: #bdc91c;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
  }
  
  
  .row.RegisterRow1 p {
    font-family: Franklin Gothic book, Arial, Verdana, !important;
  }
  .row.RegisterRow2 {
    padding-left: 100px;
  }
  
  a.registrationOption {
    color: black;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
  }
  
  /* Candidate/Employer Accounts Styles */
  
  div#actionButton {
    margin-top: 30px;
  }
  #actionButton button{
    width: 50% !important;
  }
  
  .row.CandidateAccountRow2 {
    margin-top: 30px;
  }
  
  .row.CandidateAccountRow1 {
    margin-top: 24px;
  }
  
  div#sideMenu button {
    background: #bdc91c;
    border: none;
    color: white;
    height: 40px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
  }
  .myAccountMenu1 {
    border: 1px solid gray;
    height: 40px;
    width: 100%;
    padding: 10px 5px 0px 5px;
    margin-top: -24px;
    color: black;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
  }
  .myAccountMenu2,.myAccountMenu3,.myAccountMenu4{
    border: 1px solid gray;
    height: 40px;
    width: 100%;
    padding: 10px 5px 0px 5px;
    margin-top: -48px;
    color: black;
    border-top: none;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
  }
  
  div#myAccountTitle {
    background: lightblue;
    padding-top: 7px;
  }
  
  .MuiDataGrid-root.MuiDataGrid-root {
    margin-left: -15px;
  }
  
  /* CandidateProfile Styles */
  .row.profileRow1 {
    padding-top: 25px;
  }
  label.userLabel {
    float: right;
    font-weight: 400;
    font-family: Franklin Gothic book, Arial, Verdana, !important;
    margin-top: 10px;
  }
  input.userDetails {
      width: 100%;
      border: none;
      opacity: 0.6;
      padding-left: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-top: 8px;
  }
  
  /* Post Resume styling */
  
  .btn-box button {
    width: 36%;
  }
  
  .container.createResume input {
    height: 40px !important;
    width: 100% !important;
    margin-top: 10px;
    padding-left: 15px;
  }
  .container.createResume select {
    height: 40px;
    width: 100%;
    background: none;
    margin-top: 10px;
    padding-left: 15px;
  }
  .container.createResume label {
    margin-top: 13px;
    float: left !important;
  }
  .container.createResume textarea {
    height: 100px;
    overflow: auto;
    width: 100%;
  }
  .container.education {
    margin-top: 50px;
  }
  .container.experience {
    margin-top: 50px;
  }
  .row.selectRow {
    margin-top: 10px;
  }
  
  button#addEducation,button#addExperience {
    border: none;
    background: #bdc91c;
    color: white;
    height: 40px;
    width: 150px;
    float: right;
    margin-top: 10px;
    border-radius: 5px;
  }
  button#CreateResumeSubmit {
    margin-top: 80px;
    background: black;
    border: none;
    color: white;
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: 500;
  }
  button.btn.btn-danger.mr10 {
    margin-top: 10px;
  }
  
  /* Contact stylings */
  
  .container.contactForm{
    margin-top: 50px;
  }
  .container.contactForm label{
    margin-top: 15px;
  }
  
  .container.contactForm input {
    /* float: right; */
    height: 40px;
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
  }
  .container.contactForm textarea{
    height: 100px;
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
  }
  button.contactFromSubmit {
    height: 40px;
    width: 100%;
    background: black;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-top: 50px;
  }
  
  /*ViewJobPosting Styling */
  .sc-dlnjPT.ctJDeu.rdt_TableHeadRow {
    background-color: lightgray;
  }
  .sc-fnVYJo.lngAwT.rdt_TableHeader {
    display: none;
  }
  
  .jobTable.col-md-12 {
    margin-top: -20px;
    z-index: auto;
  }
  
  /* Advertisment page stylings */
  
  
  
  /* Post a job Styling */
  
  input#createJobTitle {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  
  .createJob.container input,select {
    height: 40px !important;
    width: 100% !important;
  }
  
  /* Job search result page styling  */
  .shadow.p-3.mb-5.bg-white.rounded {
    border: 1px solid #f1f1f1;
    /* margin: 45px 0px 0px 0px; */
  }
  .shadow.p-3.mb-5.bg-white.rounded.col-md-12 {
    height: 100%;
  }
  .col-lg-7.jobDisplayCard h4 {
    color: blue;
    font-size: 19px;
  }
  .col-md-3.subscribe {
    
    text-align: justify;
  }
  .col-md-3.subscribe h4{
    text-align: center;
  }
  .shadow.p-3.mb-5.bg-white.rounded.col-lg-12 {
    height: 100%;
    width: 100%;
  }
  
  .subscribe input,button {
    height: 40px;
    width: 100%;
    margin-top: 10px;
  }
  
  .row.CommunityADS p {
    text-align: center;
    padding-top: 30px;
  }
  
  .col-md-2.SponsoredADS p {
    text-align: center;
    padding-top: 30px;
  }
  img.sponsersAds {
    margin-left: 0px;
    width: inherit;
    height: auto;
  }
  
  img.communityAds {
    height: auto;
    margin-left: 0px;
    width: inherit;
  }
  img#companyLogo {
    width: inherit;
    height: auto;
    margin: 0px;
  }
  
  
  /* Responsive styling */
  
  @media only screen and (max-width: 768px) {
    button.navbar-toggler {
      padding-right: 300px;
    }
    a.HomeNav {
      margin-left: -66px;
  }
  #navRegister{
    margin-left: -273px;
  }
  a.dash {
    display: none;
  }
  a.SignIn{
    margin-left: 18px;
  }
  .form-check {
    margin-left: 97px;
  }
  .btn-box button, button#addEducation {
    width: 50%;
  }
  
  div#myAccountTitle {
    margin-top: 50px;
    text-align: center;
    padding-right: 20px;
  }
  
  .MuiTablePagination-actions {
    float: right;
    margin-left: 206px !important;
  }
  
  .MuiDataGrid-root.MuiDataGrid-root {
    margin-left: 0px;
  }
  label.userLabel {
    float: left;
  }
  .form-group {
    padding-left: 1px;
  }
  }

  /* registration */
  .buttonInside {
    position: relative;
    border: 1px solid #ced4da;
  }
  button.my-4.btn.btn-dark.btn-block.btn-lg {
    padding-bottom: 15px !important;
    height: 50px;
  }
  /* #password {
    width: 100%;
    border: none;
    outline: none;
  } */
  
  svg#togglePassword {
    position: absolute;
    right: 0px;
    top: 4px;
    border: none;
    outline: none;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    font-size: 25px;
  }
  
  svg#togglePassword:hover {
    cursor: pointer;
  }
  
  .available {
    color: green;
  }
  
  .not-available {
    color: #c81912;
  }
  input#checkUsername {
    height: 22px;
    width: auto;
  }
  .registerHeading.col-md-8.col-sm-10.col-12 {
    padding-top: 40px;
  }
  div#reCaptcha {
    margin-top: 18px;
  }
  div#tandc {
    margin-left: -44px;
  }
  
  input#protectMailings {
    height: 15px;
    width: 15px;
    margin-top: 4px;
  }
  textarea#companyDescription {
    height: 100px;
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    border: 1px solid lightgray;
  }
  .form-control.error {
    background-image: url('../images/cancel.png');
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: right center !important;
}
.form-control.valid {
  background-image: url('../images/checkmark.png');
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: right center !important;
}
.help-block.form-error{
  color: red;
}
.jobs img {
  width: 100px;
  /* height: 50px; */
  margin-bottom: 15px;
}
/*social icons*/
.sicon-link {
  width: 42px;
  height: 42px;
  background-color: #666;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box;
  transition: all 0.3s linear;
  border: 2px solid transparent;
}
.sicon-link.fill.facebook {
  background-color: #3b5998;
}
.sicon-link.fill.facebook:hover {
  background-color: #fff;
}
.sicon-link.fill.facebook:hover .fa-facebook,.sicon-link.fill.facebook:hover .fa-envelope {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.fill.tumblr {
  background-color: #32506d;
}
.sicon-link.fill.tumblr:hover {
  background-color: #fff;
}
.sicon-link.fill.tumblr:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.fill.linkedin {
  background-color: #007bb6;
}
.sicon-link.fill.linkedin:hover {
  background-color: #fff;
}
.sicon-link.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.fill.twitter {
  background-color: #00aced;
}
.sicon-link.fill.twitter:hover {
  background-color: #fff;
}
.sicon-link.fill.twitter:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.fill.google-plus {
  background-color: #dd4b39;
}
.sicon-link.fill.google-plus:hover {
  background-color: #fff;
}
.sicon-link.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.fill.reddit {
  background-color: #8bbbe3;
}
.sicon-link.fill.reddit:hover {
  background-color: #fff;
}
.sicon-link.fill.reddit:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.fill.youtube {
  background-color: #df1c31;
}
.sicon-link.fill.youtube:hover {
  background-color: #fff;
}
.sicon-link.fill.youtube:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.fill.pinterest {
  background-color: #b81621;
}
.sicon-link.fill.pinterest:hover {
  background-color: #fff;
}
.sicon-link.fill.pinterest:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.sicon-link.round {
  border-radius: 50%;
}
.sicon-link:hover {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  height: 42px;
  line-height: 22px;
  width: 42px;
  background-color: #fff;
}
.sicon-link:hover.facebook {
  border: 2px solid #3b5998;
}
.sicon-link:hover.tumblr {
  border: 2px solid #32506d;
}
.sicon-link:hover.linkedin {
  border: 2px solid #007bb6;
}
.sicon-link:hover.twitter {
  border: 2px solid #00aced;
}
.sicon-link:hover.google-plus {
  border: 2px solid #dd4b39;
}
.sicon-link:hover.reddit {
  border: 2px solid #8bbbe3;
}
.sicon-link:hover.youtube {
  border: 2px solid #df1c31;
}
.sicon-link:hover.pinterest {
  border: 2px solid #b81621;
}
.sicon-link .fa {
  color: #fff;
  line-height: 42px;
  font-size: 22px;
}

/* package css */
.gl-custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.gl-custom-control-label {
  position: relative;
  margin: 0;
}
.gl-custom-control-label::before {
  position: absolute;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  z-index: 0;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gl-custom-radio
  .gl-custom-control-input:checked
  ~ .gl-custom-control-label::before {
  background-image: url("../images/checkmark.png");
}
.gl-custom-radio .gl-custom-control-input:checked ~ .gl-custom-control-label {
  box-shadow: 5px 5px 16px #8bff00;
  color: #333;
}