/**
 * Author: Rajith Wijepura
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("font_style.css");
/**
* Breakpoints
*/
.b-less-input {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
}
.b-less-input:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  color: #b215a1;
}

.form-floating > .form-select ~ label {
  opacity: 1;
  color: #b215a1;
}

.form-floating > label {
  padding: 0.5rem 0.75rem !important;
}

.ht-btn {
  padding: 0.75rem 1rem;
  width: 130px;
  border-radius: 50px;
  border: 2px solid #b215a1;
  background-color: #b215a1;
  color: #fff;
  font-weight: 600;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
}
.ht-btn:hover {
  color: #fff;
  background-color: #a11693;
}
.ht-btn:disabled, .ht-btn [disabled] {
  background-color: #cacaca;
  border: 1px solid #cacaca;
  color: #fff;
}
.ht-btn i {
  font-size: 14px;
}
.ht-btn i.right {
  margin-left: 5px;
}
.ht-btn i.left {
  margin-right: 5px;
}
.ht-btn.login {
  width: 100%;
  background-color: #b215a1;
  color: #fff;
}
.ht-btn.login:hover {
  background-color: #a11693;
}

a.ht-btn {
  border: 2px solid #7e7e7e;
  color: #7e7e7e;
  background-color: #fff;
}
a.ht-btn:hover {
  color: #fff;
  background-color: #7e7e7e;
}
a.ht-btn.signup {
  width: 100%;
  padding: 5px;
}

.render-success {
  background-color: #06d6a0;
  padding: 10px 25px;
  color: #fff;
}

.render-error {
  background-color: #f94144;
  padding: 10px 25px;
  color: #fff;
}

.green {
  color: #06d6a0;
}

.cv-offline-notice {
  background-color: #fff;
  width: 100%;
  margin-top: 30%;
}
.cv-offline-notice h3 {
  text-align: center;
  padding: 50px 10px;
}

.cv-lock-notice {
  background-color: #fff;
  width: 100%;
  margin-top: 25%;
  padding: 50px 25px;
  text-align: center;
}
.cv-lock-notice .password-field {
  margin-top: 25px;
  border: 1px dashed #adadad;
  border-radius: 5px;
  padding: 15px;
}
.cv-lock-notice .password-field .input-field {
  width: 75%;
  float: left;
}
.cv-lock-notice .password-field .input-field .b-less-input {
  border: none;
}
.cv-lock-notice .password-field .input-field p.error {
  text-align: left;
  padding-left: 0.75rem;
  margin: 0;
  font-size: 13px;
  color: #f94144;
}
.cv-lock-notice .password-field .buttons {
  width: 25%;
  float: right;
  padding: 12px;
}
.cv-lock-notice .password-field .buttons button {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #b215a1;
  width: 100px;
  height: 35px;
  font-size: 14px;
  color: #b215a1;
  font-weight: 600;
}
.cv-lock-notice .req-access {
  margin-top: 15px;
  text-align: right;
}
.cv-lock-notice .req-access a {
  color: #b215a1;
  text-decoration: none;
}

body {
  background-color: #F5F5F5;
  font-family: "Lato", sans-serif;
  color: #3F3F3F;
}
body.dashboard {
  background-color: #fff !important;
}
body.inactive {
  background: url("../img/hiretok-bg.jpg");
  background-size: cover;
}
body .logo {
  text-align: center;
  margin: 20px 0px;
}
@media (max-width: 480px) {
  body .logo {
    margin: 20px 0px 5px;
  }
}
@media (max-width: 480px) {
  body .logo img {
    width: 100px;
  }
}
body .dashboard-container .dropdown {
  padding-top: 20px;
}
body .dashboard-container .dropdown #menu {
  cursor: pointer;
  padding: 5px 10px;
  color: #B1B1B1;
  font-size: 22px;
}
body .dashboard-container .dropdown #menu:after {
  display: none;
}
body .dashboard-container .menu {
  padding-top: 25px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  body .dashboard-container .menu {
    margin-right: 5px;
  }
}
body .dashboard-container .menu a {
  border-radius: 50px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  text-decoration: none;
}
body .dashboard-container .menu a.offline {
  background-color: #ff5050;
  border: 1px solid #ff5050;
  color: #ffffff;
  font-weight: 600;
  margin-top: 5px;
  text-decoration: none;
}
body .dashboard-container .menu a.online {
  background-color: #06d6a0;
  border: 1px solid #06d6a0;
  color: #ffffff;
  font-weight: 600;
  margin-top: 5px;
  text-decoration: none;
}
@media (max-width: 480px) {
  body .dashboard-container .menu a {
    font-size: 14px;
  }
}
body .dashboard-container h2.wc-title {
  font-family: "Mulish", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  body .dashboard-container h2.wc-title {
    margin-top: 25px;
    font-size: 30px;
  }
}
body .dashboard-container h3.description {
  font-family: "Mulish", sans-serif;
  text-align: center;
  color: #6E6E6E;
}
body .dashboard-container h3.description span {
  color: #b215a1;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 480px) {
  body .dashboard-container h3.description {
    font-size: 18px;
  }
}
body .dashboard-container .upload-content-wrapper {
  padding-top: 50px;
  padding-bottom: 25px;
}
body .dashboard-container .upload-content-wrapper div.or {
  padding: 15px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
body .dashboard-container .upload-content-wrapper .box {
  text-align: center;
  padding: 5px;
  height: 100% !important;
  justify-content: center !important;
  flex-direction: column !important;
  display: flex;
}
body .dashboard-container .upload-content-wrapper .box p {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
}
body .dashboard-container .upload-content-wrapper .av-selector, body .dashboard-container .upload-content-wrapper .cv-selector {
  width: 100%;
  height: 100px;
  display: block;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 15px 1px #e7e7e7;
  -moz-box-shadow: 0px 0px 15px 1px #e7e7e7;
  box-shadow: 0px 0px 15px 1px #e7e7e7;
  cursor: pointer;
  overflow: hidden;
}
body .dashboard-container .upload-content-wrapper .av-selector .info, body .dashboard-container .upload-content-wrapper .cv-selector .info {
  position: absolute;
  font-size: 20px;
  color: #409888;
  cursor: pointer;
  z-index: 100;
}
body .dashboard-container .upload-content-wrapper .av-selector .icon, body .dashboard-container .upload-content-wrapper .cv-selector .icon {
  display: inline-block;
  width: 25%;
  height: 80px;
  font-size: 50px;
  padding-left: 30px;
  color: #b215a1;
  padding-top: 7px;
}
@media (max-width: 480px) {
  body .dashboard-container .upload-content-wrapper .av-selector .icon, body .dashboard-container .upload-content-wrapper .cv-selector .icon {
    width: 30%;
  }
}
body .dashboard-container .upload-content-wrapper .av-selector .text, body .dashboard-container .upload-content-wrapper .cv-selector .text {
  display: inline-block;
  position: relative;
  top: -5px;
}
body .dashboard-container .upload-content-wrapper .av-selector .text p.title, body .dashboard-container .upload-content-wrapper .cv-selector .text p.title {
  color: #000000;
  margin-bottom: 0;
  font-size: 20px;
}
body .dashboard-container .upload-content-wrapper .av-selector .text p.title span, body .dashboard-container .upload-content-wrapper .cv-selector .text p.title span {
  color: #b215a1;
}
body .dashboard-container .upload-content-wrapper .av-selector .text p.sub-title, body .dashboard-container .upload-content-wrapper .cv-selector .text p.sub-title {
  color: #6E6E6E;
  font-size: 14px;
  margin-bottom: 0;
}
body .dashboard-container .upload-content-wrapper .av-selector .text p.sub-title.blink, body .dashboard-container .upload-content-wrapper .cv-selector .text p.sub-title.blink {
  color: #f94144;
  font-weight: 600;
}
body .dashboard-container .upload-content-wrapper .av-selector .text p.sub-title.complete, body .dashboard-container .upload-content-wrapper .cv-selector .text p.sub-title.complete {
  color: #06d6a0;
  font-weight: 600;
}
body .dashboard-container .upload-content-wrapper .av-selector input[type=file], body .dashboard-container .upload-content-wrapper .cv-selector input[type=file] {
  opacity: 0;
  position: relative;
  top: -80px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body .dashboard-container .upload-content-wrapper .cv-selector {
  height: 100%;
}
body .dashboard-container .upload-content-wrapper .cv-selector .icon {
  display: block;
  width: 100%;
  padding: 30px 0px 0px;
  text-align: center;
  font-size: 65px;
  height: 120px;
}
body .dashboard-container .upload-content-wrapper .cv-selector .text {
  display: block;
  margin-top: 15px;
  text-align: center;
}
body .dashboard-container .upload-content-wrapper .cv-selector input[type=file] {
  top: -185px;
}
body .dashboard-container .sharing {
  padding-top: 15px;
}
body .dashboard-container .sharing h3 {
  text-align: center;
  font-size: 20px;
  color: #000;
}
@media (max-width: 480px) {
  body .dashboard-container .sharing h3 {
    font-size: 18px;
  }
}
body .dashboard-container .sharing .cv-link {
  margin-top: 20px;
  padding: 10px;
  background-color: #b215a1;
  border-radius: 5px;
  color: #fff;
  height: 70px;
}
@media (max-width: 480px) {
  body .dashboard-container .sharing .cv-link {
    height: 130px;
  }
}
body .dashboard-container .sharing .cv-link .link {
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
}
@media (max-width: 480px) {
  body .dashboard-container .sharing .cv-link .link {
    max-width: 100%;
  }
}
body .dashboard-container .sharing .cv-link .link p {
  margin: 0;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}
body .dashboard-container .sharing .cv-link .buttons {
  display: inline-block;
}
@media (max-width: 480px) {
  body .dashboard-container .sharing .cv-link .buttons {
    float: none !important;
    width: 100%;
    text-align: center;
  }
}
body .dashboard-container .sharing .cv-link .buttons button {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 100px;
  height: 40px;
  font-size: 16px;
  color: #b215a1;
  font-weight: 600;
  margin-top: 5px;
  margin-right: 10px;
}
body .dashboard-container .sharing .cv-link .buttons a.view {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 100px;
  text-decoration: none;
  padding: 9px 18px;
  font-size: 16px;
  color: #b215a1;
  font-weight: 600;
  margin-top: 5px;
}
body .dashboard-container .sharing span.sample-cv {
  margin-top: 20px;
  font-size: 13px;
  display: block;
}
body .dashboard-container .sharing span.sample-cv a {
  padding: 0.75rem 1rem;
  border-radius: 50px;
  border: 2px solid #adadad;
  color: #adadad;
  font-weight: 600;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  width: 31.7%;
  display: inline-block;
  margin-right: 10px;
}
body .dashboard-container .sharing span.sample-cv a:hover {
  color: #fff;
  background-color: #adadad;
}
body .dashboard-container hr.seperator {
  margin: 50px 0px;
}
body .dashboard-container .password-field {
  margin-top: 25px;
  border: 1px dashed #adadad;
  border-radius: 5px;
  padding: 15px;
}
body .dashboard-container .password-field .input-field {
  width: 75%;
  float: left;
}
body .dashboard-container .password-field .input-field .b-less-input {
  border: none;
}
body .dashboard-container .password-field .buttons {
  width: 25%;
  float: right;
  padding: 12px;
}
body .dashboard-container .password-field .buttons button {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #b215a1;
  width: 130px;
  height: 35px;
  font-size: 14px;
  color: #b215a1;
  font-weight: 600;
}
body .cv-container h1.title {
  font-weight: 300;
  text-align: center;
  margin: 20px 0px;
  font-size: 38px;
}
body .cv-container h1.title span {
  color: #b215a1;
}
body .cv-container .av-container {
  margin-top: 30px;
}
body .cv-container .profile-details {
  margin-top: 50px;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 10px 40px;
  -webkit-box-shadow: 0px 0px 15px 3px #e7e7e7;
  -moz-box-shadow: 0px 0px 15px 3px #e7e7e7;
  box-shadow: 0px 0px 15px 3px #e7e7e7;
}
@media (max-width: 480px) {
  body .cv-container .profile-details {
    padding: 10px 15px;
  }
}
body .cv-container .profile-details .box {
  width: 20%;
  float: left;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}
@media (max-width: 480px) {
  body .cv-container .profile-details .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
body .cv-container .profile-details .box.age {
  background-image: url("../img/age.png");
}
body .cv-container .profile-details .box.gen {
  background-image: url("../img/generation.png");
}
body .cv-container .profile-details .box.gender {
  background-image: url("../img/gender.png");
}
body .cv-container .profile-details .box.exp {
  background-image: url("../img/experiance.png");
}
body .cv-container .profile-details .box.available {
  background-image: url("../img/availability.png");
}
body .cv-container .profile-details .box p.value {
  margin: 0;
  color: #b215a1;
  font-size: 22px;
  font-weight: 600;
}
body .cv-container .profile-details .box p.label {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
body .cv-container .contact-details {
  margin-top: 20px;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 10px 40px;
  -webkit-box-shadow: 0px 0px 15px 3px #e7e7e7;
  -moz-box-shadow: 0px 0px 15px 3px #e7e7e7;
  box-shadow: 0px 0px 15px 3px #e7e7e7;
}
@media (max-width: 480px) {
  body .cv-container .contact-details {
    padding: 10px 15px;
  }
}
body .cv-container .contact-details .box-parent {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body .cv-container .contact-details .box-parent {
    width: 100%;
  }
}
body .cv-container .contact-details .box-parent .box {
  width: 33%;
  height: 60px;
  line-height: 60px;
  float: left;
  font-size: 18px;
  text-align: center;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}
@media (max-width: 480px) {
  body .cv-container .contact-details .box-parent .box {
    width: 100%;
    text-align: left;
  }
}
body .cv-container .contact-details .box-parent .box img {
  margin-right: 10px;
}
body .cv-container .contact-details .box-parent .box a {
  text-decoration: none;
  color: #3f3f3f;
}
body .cv-container .cv-buttons {
  width: 100%;
}
body .cv-container .cv-buttons .button-parent {
  width: 50%;
  margin: 40px auto;
}
@media (max-width: 480px) {
  body .cv-container .cv-buttons .button-parent {
    width: 100%;
  }
}
body .cv-container .cv-buttons .button-parent .button {
  width: 50%;
  padding: 15px;
  float: left;
}
@media (max-width: 480px) {
  body .cv-container .cv-buttons .button-parent .button {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
}
body .cv-container .cv-buttons .button-parent .button a {
  border: 2px solid #b215a1;
  border-radius: 55px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #b215a1;
  font-size: 20px;
  font-weight: 600;
}
body .cv-container .cv-buttons .button-parent .button a .button-content {
  text-align: center;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position-y: center;
}
body .cv-container .cv-buttons .button-parent .button a .button-content.dl {
  background-image: url("../img/pdf.png");
  padding-left: 30px;
}
body .cv-container .cv-buttons .button-parent .button a .button-content.share {
  background-image: url("../img/share.png");
  padding-left: 35px;
  background-position-x: 20px;
}
body .cv-container .cv-buttons .button-parent .button a .button-content div.img {
  display: inline-block;
}
body .cv-container .cv-buttons .button-parent .button a .button-content div.text {
  display: inline-block;
}
body .cv-container .cv-buttons .button-parent .button a .button-content div.text span {
  font-size: 13px;
  display: block;
  font-weight: 400;
}
body .cv-container .cv-buttons .button-parent .button a.filled {
  background-color: #b215a1;
  color: #fff;
}
body .content {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px 25px;
}
body .content .steps-container #progressbar {
  width: 225px;
  margin: 0 auto;
  overflow: hidden;
  color: #b54fa1;
  padding: 0;
}
body .content .steps-container #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 75px;
  float: left;
  position: relative;
  text-align: center;
}
body .content .steps-container #progressbar li:not(:last-child):before {
  content: "";
  width: 56px;
  height: 1px;
  background: #b54fa1;
  position: absolute;
  left: 47px;
  top: 27px;
  z-index: 2;
}
body .content .steps-container #progressbar li:after {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #b215a1;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
body .content .steps-container #progressbar li.done:after {
  border: none;
  background-color: #b215a1;
}
body .content .step-content h2 {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
body .content .step-content h4 {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #7e7e7e;
}
body .content .step-content p.links {
  margin-top: 30px;
  font-size: 14px;
}
body .content .step-content p.links.left {
  text-align: left;
}
@media (max-width: 480px) {
  body .content .step-content p.links.left {
    text-align: center;
  }
}
body .content .step-content p.links.right {
  text-align: right;
}
@media (max-width: 480px) {
  body .content .step-content p.links.right {
    text-align: center;
  }
}
body .content .step-content .validation-fail {
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-position: right 28px;
  background-size: 16px;
}
body .content .step-content .validation-pass {
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: right 28px;
  background-size: 16px;
}
body .content .step-content .user-validation-loading, body .content .step-content .email-validation-loading {
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: right 25px;
  background-size: 22px;
}
body .content .step-content .validation-message {
  font-size: 12px;
  color: #ff5a5a;
}
body .content .step-content .show-pass {
  display: inline-block;
  padding: 2px 5px;
  position: absolute;
  top: 30px;
  right: 0px;
  cursor: pointer;
}
body .content .step-content .forget-pass {
  margin-top: 10px;
}
body .content .step-content .forget-pass a {
  color: #585858;
  text-decoration: none;
}
body .content .step-content .message {
  font-size: 12px;
  color: #ff5a5a;
}
body .content .step-content .buttons {
  margin-top: 35px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*# sourceMappingURL=main.css.map */
