@charset "utf-8";
/* CSS Document */
body{
  background: url(../img/oz_bg.png) no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
input.input-material, textarea.textarea-material {
  font-size: 14px !important;
}

nav.navbar {
  z-index: 999;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.page-content {
  margin-top: 0;
}

.login-below {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

a.google-logo, a.linkedin-logo {
  width: 160px;
  padding: 7px 0;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  border-radius: 100px;
  background-color: #FBFBFB;
  margin: 0 10px;
  display: inline-block
}

a.google-logo span, a.linkedin-logo span {
  color: #6A6A6D;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 10px;
}



/*.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
*/
.home-page {
  background: url(../img/dash-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 480px;
  padding-top: 50px;
}

.home-page .main-title {
  color: #FFFFFF;
  font-family: 'google_sansmedium', sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
  text-align: center;
}

.treding-keywords {
  color: #FFFFFF;
  font-family: 'google_sansregular', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.search-box {
  border-radius: 44px;
  background-color: #FFFFFF;
  padding: 5px 10px;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.candidate-menu ul.nav-menu li a {
  color: #74798C;
  font-family: 'google_sansregular', sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
}

.candidate-menu ul.nav-menu li.active a {
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  background: linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-page .styled-select {
  border: 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.4;
  cursor: pointer;
  width: 100%
}

.home-page .styled-select select {
  width: 100%
}


select:focus {
  outline: 0
}

/* ul>li {
  list-style: none!important;
} */
.home-page .styled-select select {
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  background: url(../img/down-arrow.png) right 8px no-repeat;
  cursor: pointer;
}

.home-page .styled-select .fa-angle-down {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 20px;
  color: #000;
  opacity: 0.6;
}

.brd-rht {
  border-right: 1px solid #ddd
}

/* Candidate Home */

.candidate-home {
  padding-top: 40px;
  padding-bottom: 40px;
}

.candidate-home .page-subtitle, .our-services .page-subtitle, .company-details .page-subtitle {
  color: #000000;
  font-family: 'google_sansmedium', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
}

.lg-rectangle {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 10px 10px 20px 0px rgb(93 45 140 / 30%), 3px 3px 10px 0px rgb(196 38 122 / 25%), 0px 0px 8px -8px rgb(196 38 122 / 10%);
  margin-bottom: 25px;
  background: white;
}

.heading {
  color: #000;
  font-family: 'google_sansmedium', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}

.sub-heading {
  color: #081E42;
  font-family: 'google_sansregular', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 8px;
}

.our-services {
  padding: 50px 0;
  background-color: rgba(220,220,220,0.5);
}

.our-services .inner-box {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.17);
}

.our-services .inner-box .numbers {
  font-family: 'google_sansbold', sans-serif;
  color: #000;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  padding-top: 10px;
}

.our-services .inner-box .title {
  color: #4E4E4E;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}

.subscribe-bg {
  background: url(../img/subscribe-bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  margin-top: 40px;
  padding: 50px;
}

.newsletter {
  color: #FFFFFF;
  font-family: 'google_sansbold', sans-serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 42px;
}

.subscribe-title {
  color: #FFFFFF;
  font-family: 'google_sansregular', sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 25px;
}

.custom-search {
  position: relative;
  width: 100%;
}

.custom-search-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 10px 100px 10px 20px;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  height: 50px;
}

.custom-search-botton {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
  outline: none;
  margin: 0;
  padding: 0 10px;
  z-index: 2;
  width: 150px;
}

/* Create CV */

.createCV .cv-title {
  text-align: left;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'google_sansmedium', sans-serif;
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  background: linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.createCV a.add-plus {
  display: inline-block;
  font-family: 'google_sansmedium', sans-serif;
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  background: linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: none;
  text-decoration: underline;
}

.createCV .my-CV {
  color: #2F2F2F;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

.createCV .info {
  opacity: 0.47;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

.createCV .skill {
  background: linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%);
  color: #000;
  text-align: right;
  font-size: 14px;
  border-radius: 15px;
  height: 5px;
}

.createCV .percentage {
  width: 80%;
}

.createCV .gery-bg {
  width: 40%;
  border-radius: 15px;
  background-color: #D8D8D8;
  margin: 0 auto
}

.createCV .profile {
  color: #081E42;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center
}

.createCV .client-name {
  color: #2F2F2F;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.createCV a.linkedin {
  height: 40px;
  border-radius: 22px;
  background: #007AB9;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
  border: 0;
  margin-left: 20px;
}

.pt50 {
  padding-top: 30px;
}

.posAbs {
  position: absolute;
  left: 20px;
  margin-top: 11px;
}

.posAbsrht {
  position: absolute;
  right: 20px;
  margin-top: 11px;
}

.google-box-bacground {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 25px;
  background-color: #FBFBFB;
}

.oval-red {
  height: 20px;
  width: 20px;
  background-color: #D00000;
  position: absolute;
  right: 20px;
  top: 10px;
  border-radius: 100px;
  color: #fff;
}

.pl40 {
  padding-left: 40px !important;
}

/* Company Details */

.company-details .top-bg {
  background: url(../img/company-detail-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 270px;
  padding-top: 20px;
}

.company-details .active-brd1 {
  background: url(../img/brd-btm.png) left no-repeat;
  height: 10px;
  margin: 0 auto;
}

.company-details .badge {
  border-radius: 13px;
  background-color: #eee;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}

.company-details .mt40 {
  margin-top: 40px;
}

.chat-btn {
  border-radius: 25px;
  background: linear-gradient(90deg, #00C105 0%, #038D03 100%);
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
  border: 0;
  height: 40px;
  margin: 0 15px;
}

.chat-btn:hover {
  color: #fff;
}

.company-details a.back-arrow {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
}

.company-details .white-box {
  background: #fff;
  padding: 10px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.company-details .company-name {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 10px;
}

.company-details .company-add, .company-details .company-found {
  color: #FFFFFF;
  padding-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
}

.gery-bgbox {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 15px;
}

/* Dashboard */

.dashbaord-candidate .client-name {
  padding: 10px 0;
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  background: linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.23);
}

.dashbaord-candidate img.img-radius {
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.dashbaord-candidate .ovel {
  height: 7px;
  width: 7px;
  border-radius: 100px;
  margin: 0 5px;
  background: linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.23);
}

.dashbaord-candidate .curriculum-vitae {
  height: 37px;
  width: 195px;
  border-radius: 21px;
  background: linear-gradient(90deg, #FF7AC1 0%, #C4267A 100%);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
  margin-top: 15px;
}

.dashbaord-candidate .custom-title {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-family: 'google_sansmedium', 'open-sans';
}

.dashbaord-candidate .due-today, .dashbaord-candidate .due-pending, .dashbaord-candidate .overdue, .dashbaord-candidate .reschedule {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  float: right;
}

.dashbaord-candidate .due-today {
  color: #52B350;
}

.dashbaord-candidate .due-pending {
  color: #F5A140;
}

.dashbaord-candidate .overdue {
  color: #FF0000;
}

.dashbaord-candidate .reschedule {
  color: #6F2B87;
}

.dashbaord-candidate .add-calender a, .dashbaord-candidate .upload-documents a, .dashbaord-candidate .start-assessment a {
  padding: 9px 25px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.dashbaord-candidate .add-calender a {
  background: linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%);
}

.dashbaord-candidate .upload-documents a {
  background: linear-gradient(90deg, #FF7AC1 0%, #C4267A 100%);
}

.dashbaord-candidate .start-assessment a {
  background: linear-gradient(90deg, #52B350 0%, #348C32 100%);
  margin-bottom: 10px;
}

.date-pick-round {
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 25px;
  color: #8C8D8E;
}

.dashbaord-candidate .job-custom-title {
  color: #081E42;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}

.dashbaord-candidate .purple-clr, .dashbaord-candidate .green-clr {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.dashbaord-candidate .purple-clr {
  color: #7C2A86;
}

.dashbaord-candidate .green-clr {
  color: #389236;
}

.dashbaord-candidate .pending-clr {
  color: #E97100
}

.dashbaord-candidate .small-txt {
  opacity: 0.75;
  color: #081E42;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  float: right;
}

.dashbaord-candidate .ovel-circle {
  height: 23px;
  width: 23px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  background: linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.23);
  border-radius: 100px;
  text-align: center;
  color: #fff;
  padding-top: 2px;
}

.mt-minus {
  margin-top: -40px;
}

.mt_minus {
  margin-top: -16px;
}

.dashbaord-candidate .ass-oval {
  height: 60px;
  width: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px;
  line-height: 41px;
  font-weight: bold;
  background: linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.23);
}

/* Drag Added */

.drag-added-box {
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(199, 204, 226, 0.5);
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.17);
  margin-top: 20px;
  padding: 15px;
  height: 100%;
}

.drag-added-box h3 {
  text-align: left;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'google_sansmedium', sans-serif;
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  background: linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.drag-added-box .language {
  color: #404040;
  font-family: 'google_sansmedium', sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 5px;
}

.drag-added-box .company-name, .drag-added-box .date {
  opacity: 0.53;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

/* Custom text */

.fa.fa-share-alt {
  background: -moz-linear-gradient(to right, #bdc0cf 0%, #a6abbf 100%);
  background: linear-gradient(to right, #bdc0cf 0%, #a6abbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
}

.gradientTxt {
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-family: 'google_sansmedium', sans-serif;
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  background: linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer.footer {
  box-sizing: border-box;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

footer.footer h3.footer-title {
  color: #4E4E4E;
  font-family: 'google_sansregular', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
}

footer.footer .footer-divider {
  background: url(../img/footer-divder.png) left top no-repeat;
  height: 4px;
}

footer.footer ul.ft-links {
  margin: 0;
  padding: 0;
}

footer.footer ul.ft-links li {
  list-style-type: none;
}

footer.footer ul.ft-links li a {
  color: #4E4E4E;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}

footer.footer ul.ft-links li a:hover {
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  background: linear-gradient(to right, #C4267A 0%, #5D2D8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.underline:hover {
  text-decoration: underline !important;
}

.find-job{
  height: 259px;
}
/* MEDIA */

@media(max-width:768px) {
  .candidate-menu ul.nav-menu li a {
    text-align: center;
  }

  .treding-keywords {
    font-size: 16px;
  }

  .candidate-home {
    padding-bottom: 0;
  }

  .our-services .inner-box .numbers {
    font-size: 28px;
  }

  .our-services .inner-box .title {
    font-size: 14px;
  }

  .subscribe-bg {
    padding: 30px;
  }

  .newsletter {
    font-size: 20px;
  }

  .subscribe-title {
    font-size: 14px;
  }

  .pt50 {
    padding-top: 20px;
  }

  footer.footer h3.footer-title {
    font-size: 14px;
  }

  footer.footer ul.ft-links li a {
    font-size: 13px;
  }
}

@media(max-width:767px) {
  .candidate-menu ul.nav-menu li a {
    text-align: left;
  }

  .candidate-home {
    padding-bottom: 0;
  }

  .mt10 {
    margin-top: 15px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .brd-rht {
    border: 0
  }

  .search-box {
    border-radius: 5px;
    padding: 20px;
  }

  .subscribe-bg {
    padding: 20px;
  }

  .newsletter {
    font-size: 20px;
  }

  .subscribe-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .pt50 {
    padding-top: 20px;
  }

  a.google-logo, a.linkedin-logo {
    width: 120px;
  }

  .createCV a.linkedin {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    font-size: 14px;
  }

  .createCV a.add-btn {
    font-size: 14px;
    width: 110px;
  }

  .company-details .white-box {
    height: auto;
  }

  .company-details .badge {
    margin-bottom: 8px;
  }

  .company-details .chat-btn {
    margin: 0;
  }

  .heading {
    font-size: 18px;
  }

  .mt-minus {
    margin-top: 10px;
  }

  footer.footer h3.footer-title {
    font-size: 15px;
  }

  footer.footer ul.ft-links li a {
    font-size: 13px;
    line-height: 26px;
  }

  .mt_minus {
    margin-top: 0px;

  }
  .find-job{
    height: 480px;
  }
  .search-box input 
  {
    border: 1px solid #e6e6e6!important;
    border-radius: 40px;
    margin: 5px auto;
  }
  .search-box .styled-select{
    border: 1px solid #bbb!important;
    border-radius: 40px;
    margin: 5px auto;
  }
  #notificationContainer{
    margin-left:-85px;
  }
}

.icon-clr {
  background: -moz-linear-gradient(to right, #C4267A 0%, #5D2D8C 100%) !important;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 27px;
  display: block !important;
}

.fc-button-primary {
  border-style: none !important;
  background: #fff !important;
  color: #c1297c !important;
}

.vgs__container {
  margin-top: 7% !important;
}
.modal-content{
  background: url(../img/oz_popout_top.png) no-repeat,url(../img/oz_popout_bottom.png) no-repeat;
  background-position: right top,left bottom;
  background-color: white;
  background-size: contain;
}
.createCV .my-CV{
 margin-top: 11px;
}
@media (min-width: 992px) {
  .createCV .my-CV{
    margin-left: 171px;
  }
}