@import url(/theme-fonts/sanspro/stylesheet.css);
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul {
    margin: 0;
}

button,
input[type="button"] {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

input,
textarea {
    border: none;
}

button {
    background: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}


/* ----- Typography ----- */

body {
    color: #232b39;
    font: normal normal normal 24px/34px Source Sans Pro;
    letter-spacing: 0;
}

h1 {
    color: #232b39;
    font: normal normal bold 35px/40px Source Sans Pro;
    letter-spacing: .63px;
}

h2 {
    color: #232b39;
    font: normal normal 600 24px/34px Source Sans Pro;
    letter-spacing: 0;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

p {
    color: #232b39;
    font: normal normal normal 24px/34px Source Sans Pro;
    letter-spacing: 0;
}

label {
    color: #0f0f0f;
    font: normal normal 600 18px Source Sans Pro;
    letter-spacing: .09px;
}

input,
textarea {
    color: #0f0f0f;
    font: normal normal 600 18px Source Sans Pro;
    letter-spacing: .09px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
    color: #3e3e3f;
    font: normal normal normal 18px Source Sans Pro;
    letter-spacing: .09px;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #3e3e3f;
    font: normal normal normal 18px Source Sans Pro;
    letter-spacing: .09px;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #3e3e3f;
    font: normal normal normal 18px Source Sans Pro;
    letter-spacing: .09px;
}

.select2-container {
    display: block;
    /* width: 100% !important; */
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .55rem !important;
    color: #495057;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

@media only screen and (min-width: 1500px) {
    .form-control {
        height: calc(2.5em + .95rem + 4px);
    }
    .select2-container {
        height: calc(2.5em + .95rem + 4px) !important;
        padding: .775rem .55rem !important;
        line-height: 2.5;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
    }
}


/* ----- Links ----- */

a {
    display: inline-block;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

a,
button {
    color: #232b39;
    font: normal normal 600 24px/34px Source Sans Pro;
    letter-spacing: 0;
}

.btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media only screen and (min-width: 1500px) {
    .btn {
        height: 60px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 1500px) {
    body {
        font: normal normal normal 18px/25px Source Sans Pro;
    }
    h1 {
        font: normal normal bold 30px/30px Source Sans Pro;
        /* font: normal normal bold 25px/30px Source Sans Pro; */
    }
    h2 {
        font: normal normal 600 20px/22px Source Sans Pro;
    }
    p {
        font: normal normal normal 18px/25px Source Sans Pro;
    }
    label {
        font: normal normal 600 16px Source Sans Pro;
    }
    input,
    textarea {
        font: normal normal 600 16px Source Sans Pro;
    }
    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="password"]::placeholder,
    textarea::placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input[type="text"]::-ms-input-placeholder,
    input[type="email"]::-ms-input-placeholder,
    input[type="password"]::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        font: normal normal normal 16px Source Sans Pro;
    }
    a,
    button {
        color: #232b39;
        font: normal normal 600 18px/25px Source Sans Pro;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font: normal normal normal 14px/25px Source Sans Pro;
    }
    h1 {
        font: normal normal bold 24px/30px Source Sans Pro;
    }
    h2 {
        font: normal normal 600 18px/22px Source Sans Pro;
    }
    p {
        font: normal normal normal 14px/25px Source Sans Pro;
    }
    label {
        font: normal normal 600 14px Source Sans Pro;
    }
    input,
    textarea {
        font: normal normal 600 14px Source Sans Pro;
    }
    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="password"]::placeholder,
    textarea::placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input[type="text"]::-ms-input-placeholder,
    input[type="email"]::-ms-input-placeholder,
    input[type="password"]::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        font: normal normal normal 14px Source Sans Pro;
    }
    a,
    button {
        font: normal normal 600 14px/25px Source Sans Pro;
    }
}

.header-height,
.header-box {
    height: 130px;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.logo-img {
    width: 187px;
    height: 57px;
}

.header {
    padding-right: 5%;
    padding-left: 5%;
}

.white-logo {
    width: 200px;
    height: 74px;
}

.bg-dark {
    background: #232b39;
}

section {
    padding: 0px 5% 20px;
}

/* .cv-top-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 185px;
} */

.cv-top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.client-img {
    width: 178px;
    height: 178px;
    margin-right: 50px;
    border-radius: 50%;
}

.img-icon {
    width: 24px;
    height: 24px;
}

.candidate-info-head {
    display: flex;
    align-items: center;
    align-self: center;
}

.back-img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.title1 {
    margin: 0;
    color: #232b39;
    font-size: 50px;
    letter-spacing: .9px;
    font-weight: normal;
}

.w-160 {
    width: 10.5vw !important;
    min-width: 90px !important;
}

.btn-dark {
    color: #fff;
    background: #232b39;
}

.btn-border {
    border: 1px solid #232b39;
}

.btn-border1 {
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
}

.btn-border1:hover {
    color: #c1c1c1;
}

.bg-Site-gray {
    background: #f2f2f2;
}

.bg-header {
    padding: 15px 8px;
    background: rgba(242, 242, 242, .2);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


/* ===== */

.skill-container {
    padding: 30px;
    margin-bottom: 30px;
    background: #fbfbfb 0 0 no-repeat padding-box;
    border-radius: 9px;
}

.skill-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.skill-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.skill-edit {
    text-align: right;
}

.skill-edit a {
    margin-right: 15px;
}

.skill-edit a:last-child {
    margin-right: 0;
}

.dot-start::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background-color: #232b39;
    border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
}

footer {
    display: flex;
    align-items: center;
    height: 110px;
    background: #232b39;
}

footer a {
    color: #fff;
    text-align: center;
}

footer a:hover {
    color: #fff;
}

.form-flow-box {
    padding-top: 60px;
}

@media only screen and (max-width: 1700px) {
    .w-160 {
        width: 11.5vw !important;
        min-width: 90px !important;
    }
}

@media only screen and (max-width: 1500px) {
    .header-height,
    .header-box {
        height: 70px;
    }
    .white-logo {
        width: 150px;
        height: 50px;
    }
    .client-img {
        width: 120px;
        height: 120px;
        margin-right: 25px;
    }
    .img-icon {
        width: 20px;
        height: 20px;
    }
    footer {
        height: 70px;
    }
    .cv-top-info {
        height: 120px;
    }
    .back-img {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    .title1 {
        font-size: 40px;
    }
    .form-flow-box {
        padding-top: 30px;
    }
    .logo-img {
        width: 177px;
        height: 47px;
    }
}

@media only screen and (max-width: 767px) {
    .header-height,
    .header-box {
        height: 70px;
    }
    .img-icon {
        width: 18px;
        height: 18px;
    }
    .skill-header {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .skill-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .skill-edit a {
        margin-right: 12px;
    }
    .dot-start::before {
        width: 10px;
        height: 10px;
    }
    /* .cv-top-info {
        height: 40px;
    } */
    .back-img {
        width: 30px;
        height: 30px;
    }
    .title1 {
        font-size: 30px;
    }
    .form-flow-box {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .client-img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }
    .cv-top-info {
        height: 100px;
        padding-top: 20px;
    }
}


/* ===== image upload ===== */

.drop-zone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 365px;
    height: 365px;
    padding-top: 20px;
    color: #3e3e3f;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    cursor: pointer;
}

.uploadImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    color: #3e3e3f;
}

.upload-img-box {
    width: 100%;
    margin-top: 20px;
}

.wrap-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 .5rem 1rem;
    text-align: center;
}

.wrap-custom-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 2px;
    height: 2px;
    opacity: 0;
}

.wrap-custom-file label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    padding: 0 .5rem;
    background-color: #fff;
    border-radius: 4px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s;
}

.wrap-custom-file label span {
    display: block;
    margin-top: 2rem;
    color: #777;
    font-size: 1.4rem;
    transition: color .4s;
    -webkit-transition: color .4s;
}

.wrap-custom-file label .fa {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    color: lightcoral;
    font-size: 1.5rem;
    transform: translatex(-50%);
    transition: color .4s;
    -webkit-transform: translatex(-50%);
    -webkit-transition: color .4s;
}


/* .wrap-custom-file label:hover {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
} */

.wrap-custom-file label:hover span,
.wrap-custom-file label:hover .fa {
    color: #333;
}

.wrap-custom-file label.file-ok {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap-custom-file label.file-ok span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.3rem;
    color: #000;
    font-size: 1.1rem;
    line-height: 16px;
    background-color: rgba(255, 255, 255, .7);
}

.wrap-custom-file label.file-ok .fa {
    display: none;
}

.custom-space-progressbar {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

@media only screen and (max-width: 1500px) {
    .drop-zone {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    .drop-zone {
        width: 280px;
        height: 280px;
    }
}

@media only screen and (max-width: 1024px) {
    .drop-zone {
        height: 250px;
    }
}

@media only screen and (max-width: 992px) {
    .drop-zone {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .drop-zone {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .drop-zone {
        width: 200px;
        height: 200px;
        font-size: 10px;
    }
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}


/* =============================== */


/* =================================== */


/* step form  */

.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 6rem;
    counter-reset: step;
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: 4px;
    background-color: #c1c1c1;
    transform: translateY(-50%);
}

.progress {
    width: 0;
    background-color: #232b39;
    transition: .3s;
}

.progress-step {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    box-shadow: 1px 2px 24px rgba(0, 0, 0, .12);
    border-radius: 50%;
}

.progress-step::before {
    content: counter(step);
    counter-increment: step;
    font-size: 24px;
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + .5rem);
    width: 25%;
    color: #3e3e3f;
    font: normal normal 600 24px Source Sans Pro;
    letter-spacing: 0;
}

@media only screen and (max-width: 1500px) {
    .progress-step {
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .progress-step::before {
        content: counter(step);
        counter-increment: step;
        font-size: 16px;
    }
    .progress-step::after {
        font-size: 18px;
    }
}

.progress-step-active {
    color: #fff;
    background-color: #232b39;
    border: 4px solid #92959d;
    /* margin-top: 19px; */
}

.form {
    overflow: hidden;
    padding: 1.5rem;
    padding: 20px 30px;
    margin: 0 auto;
    border: none;
    border-radius: 10px !important;
}

.step-forms {
    display: none;
    transform-origin: top;
    animation: animate 1s;
}

.step-forms-active {
    display: block;
    width: 100%;
    max-width: 648px;
    padding: 2% 5% 5% 5%;
    margin: auto;
    background-color: #fff;
    box-shadow: 1px 2px 24px rgba(0, 0, 0, .12);
    border-radius: 10px;
}

.group-inputs {
    margin: 1rem 0;
}


/*     
@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0
    }
    to {
        transform: scale(1, 1);
        opacity: 1
    }
} */

.step-forms textarea {
    height: 140px;
    resize: none;
}

.step-forms small {
    font-size: 13px;
}

.btns-group {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}

.btn-step-form {
    /* width: 32%; */
    min-width: 150px;
    height: 50px;
    color: #fff;
    line-height: 35px;
    background: #232b39 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-step-form:hover {
    color: #fff;
}

.progress-step-check {
    position: relative;
    background-color: #232b39 !important;
    transition: all .8s;
}

.progress-step-check::before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 36px;
    font-size: clamp(16px, 1.895vw, 36px);
    font-weight: 400;
    line-height: clamp(30px, 4.21vw, 80px);
    color: #fff;
}

.progress-step.progress-step-active.progress-step-check::before {
    line-height: clamp(30px, 3.21vw, 61px);
}

.progress-step-check::after {
    width: 350%;
}

.group-inputs {
    position: relative;
}

.group-inputs label {
    position: absolute;
    top: -14px;
    left: 10px;
    height: 19px;
    padding: 4px 7px;
    color: #a2a2a2;
    font-size: 13px;
    background-color: white;
}

.welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    background-color: #fff;
    border-radius: 6px;
}

.welcome .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkmark__circle {
    animation: stroke .6s cubic-bezier(.65, 0, .45, 1) forwards;
    fill: none;
    stroke: #232b39;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-miterlimit: 10;
    stroke-width: 2;
}

.checkmark {
    display: block;
    width: 56px;
    height: 56px;
    margin: 10% auto;
    box-shadow: inset 0 0 0 #232b39;
    border-radius: 50%;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2;
}

.checkmark__check {
    transform-origin: 50% 50%;
    animation: stroke .3s cubic-bezier(.65, 0, .45, 1) .8s forwards;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #232b39;
    }
}

.stepTwoform,
.stepTwoPrevious,
.stepTwoNext,
.stepTwoIcons,
.stepThreePrevious,
.stepThreeNext,
.stepThreeform,
.stepFourform,
.stepFourPrevious,
.stepFourSubmit,
.stepThreeIcons,
.stepFourIcons,
.btn-heading-Experience,
.stepFive {
    display: none;
}

.p-b-25 {
    padding-bottom: 25px;
}

.starRed {
    color: #d13737;
}

.step-section {
    background-position: center center;
    background-size: cover;
}

.cv-page-title-header {
    display: flex;
    justify-content: space-between;
}

.skill-text {
    width: 80%;
}

.skill-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .step-section {
        padding: 0 !important;
    }
    .form {
        padding: 10px;
    }
}

.stepOneSaveBox {
    display: none;
}

.job-details-table tbody th,
.job-details-table tbody td {
    width: 50%;
    /* padding: 0 !important; */
}

.job-details-table tbody th {
    font-weight: 600;
}

.userImage-table {
    width: 92px;
    height: 90px;
    margin-top: 8px;
    border-radius: 5px;
}

.apply-more {
    display: flex;
    justify-content: flex-end;
    align-self: baseline;
    width: 20%;
}

.apply-more a {
    margin-right: 15px;
}

.apply-more a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1500px) {
    .progress-step {
        width: 3.1875rem;
        height: 3.1875rem;
    }
    .progress-step::before {
        font-size: 18px;
    }
    .progress-step-check::before {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1200px) {
    .progress-step {
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .progress-step::before {
        top: 0;
        font-size: 16px;
    }
    .progress-step::after {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .progress-step::before {
        font-size: 14px;
    }
    .progress-step-check::before {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .job-details-table tbody th,
    .job-details-table tbody td {
        width: 50%;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 564px) {
    .progress-step-check::after {
        width: 140%;
    }
    .progress-step::after {
        font-size: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .progress-step::before {
        font-size: 12px;
    }
    .progress-step-check::before {
        font-size: 16px;
    }
    .progress-step::after {
        font-size: 8px;
    }
}

#emailSendM .modal-content {
    border-radius: 10px !important;
}

#emailSendM .modal-content .modal-body div {
    margin-bottom: 7%;
}

.custom-control.custom-radio input[type="radio"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 3px;
    margin-top: 7px;
    appearance: none;
    background-color: #fff;
    background-clip: content-box;
    border: 1px solid #bbb;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-control.custom-radio input[type="radio"]:checked {
    background-color: #232b39;
    border: 1px solid #232b39;
}


/* rating circle css starts */

.star-cb-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    width: 1.6em;
    padding-left: 5px;
    margin: 0;
    text-indent: 9999px;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group>input+label:before {
    content: "\f111";
    display: inline-block;
    color: #c1c1c1;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: bold;
    text-indent: -9999px;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: "\f111";
    color: #15c963;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
    width: .5em;
    margin-left: -.5em;
    text-indent: -9999px;
}

.star-cb-group>.star-cb-clear+label:before {
    width: .5em;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
    content: "\f111";
    color: #15c963;
    font-family: "Font Awesome 5 Pro";
    text-shadow: 0 0 1px #333;
}


/* rating circle css ends  */

.skill-level-block {
    display: flex;
    align-items: center;
}

.rating-table-block tr td {
    padding: 0;
    text-align: left;
    border: none !important;
}

.rating-table-block tr td:first-child {
    width: 70px !important;
}

.skill-level-icons {
    display: flex;
}

.skill-level-icons i {
    margin-right: 8px;
    color: #c1c1c1;
    font-size: 12px;
}

.skill-level-icons i:first-child {
    margin-left: 8px;
}

.skill-level-icons i:last-child {
    margin-right: 0;
}

.color-green {
    color: #15c963 !important;
}

input[type="file"]::file-selector-button {
    height: calc(1.7em + .95rem + 2px);
    padding-right: 10px;
    padding-left: 10px;
    margin: -6px 10px 0 -12px;
    color: #fff;
    font-size: 13px;
    background-color: #232b39;
    border: 1px solid #232b39;
    border-radius: 0rem;
}

@media only screen and (min-width: 1500px) {
    input[type="file"]::file-selector-button {
        height: calc(2.5em + .95rem + 4px);
        margin: -5px 10px 0 -12px;
        font-size: 16px;
    }
}

.btn-prev {
    margin-right: 20px;
    color: #232b39 !important;
    background: transparent !important;
    border: 1px solid #232b39 !important;
}

.btn-prev:hover {
    color: #232b39 !important;
}

.cv-info-table tbody tr th {
    width: 185px !important;
}

.skill-text-table tbody tr td {
    padding: 0;
}

.skill-text-table tbody tr td:first-child {
    width: 100px;
}

.cv-file-info {
    padding: 15px 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    background: #e9e9eb;
    border-radius: 5px;
}

.rating-table-block {
    margin-bottom: 0 !important;
}

.rating-table-block tr td {
    padding: 0;
    text-align: left;
    border: none !important;
}

.error-help-block,
.error {
    color: #dc3545 !important;
}


/* loader css starts  */

.loader-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #000;
    opacity: .8;
}

.spinner-border {
    position: absolute;
    top: 50vh;
    width: 6rem;
    height: 6rem;
}


/* loader css ends  */


/* user page layouts  */

.user-section {
    width: 100%;
}

.user-left-box {
    min-height: 100vh;
    padding: 50px 10%;
    color: #fff;
    background: #232b39;
}

.user-right-box {
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    background-color: #c1c1c1;
}

.user-box-logo {
    margin: auto;
    text-align: center;
}

.user-left-box form label {
    color: #fff;
}

.user-left-box form .form-control {
    color: #fff;
    background: transparent !important;
}

.btn-userForm {
    height: calc(1.5em + 1rem + 2px);
    color: #232b39;
    font-weight: bold;
    background: #c1c1c1;
}

.userForm-link:hover,
.userForm-link {
    color: #fff;
}

.user-left-box form .form-check {
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
}

.user-left-box form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

@media only screen and (min-width: 1500px) {
    .btn-userForm {
        height: calc(2.5em + .95rem + 4px);
    }
    .user-left-box {
        padding: 140px 140px 20px 140px;
    }
}

.c-border-bottom {
    border-bottom: 1px solid #ddd;
}

.c-border-top {
    border-top: 1px solid #ddd;
}

.cv-page-title {
    color: #040405;
    font: normal normal 600 24px Source Sans Pro !important;
    letter-spacing: 0;
}

.home-table-card {
    position: relative;
    padding: 10px 0;
    background: #fff;
    box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    opacity: 1;
}

.c-user-profile {
    width: clamp(200px, 21.789vw, 300px);
    /* width: clamp(200px,15.789vw,300px); */
    height: clamp(200px, 15.789vw, 300px);
    border-radius: 5px;
}

.candidates-info-icons {
    width: 24px;
    margin-right: 16px;
}

.cv-candidates-info p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1500px) {
    .candidates-info-icons {
        width: 18px;
        margin-right: 12px;
    }
    .cv-candidates-info p {
        margin-bottom: 5px;
    }
    .cv-page-title {
        font: normal normal 600 20px Source Sans Pro !important;
    }
}

@media only screen and (max-width: 768px) {
    .cv-page-title {
        font: normal normal 600 18px Source Sans Pro !important;
    }
}


/* Select 2 */

.select2-modify .select2-container {
    background-color: #232b39 !important;
}

.select2-modify .select2-container--default .select2-selection--single {
    background-color: #232b39 !important;
}

.select2-modify .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.select2-modify .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #232b39 !important;
}


/* .c-user-profile {
  width: 300px;
  height: 300px;
  border-radius: 5px;
} */

.au-btn--dark {
    color: #fff;
    background: #232b39;
}

.au-btn--dark:hover {
    color: white;
}

.mw-300 {
    min-width: 300px !important;
}

.personal-profile-btn {
    width: 150px;
    height: 40px;
    line-height: 25px;
}

.front-cv-submit-model-text {
    font: normal normal normal 13px/25px Source Sans Pro;
}

@media only screen and (max-width: 480px) {
    .mw-300 {
        min-width: 250px !important;
    }
    .front-cv-submit-model-text {
        font: normal normal normal 10px/25px Source Sans Pro;
    }
    .bg-block-grey {
        padding: 10px 0px;
    }
    .skill-container {
        padding: 5px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

.secondary-header {
    padding-top: clamp(30px, 2.1vw, 40px);
    padding-bottom: clamp(30px, 2.1vw, 40px);
}

.front-step-forms-active {
    max-width: 1200px !important;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance:textfield !important;
}

.cv-top-info-box{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.cv-top-info-image{
    margin-top: 12px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 480px) {
    .cv-top-info-box{
        display: flex;
        align-items: center;
    }

    .cv-top-info-image{
        margin-bottom: 6px;
        width: 100%;
        text-align: center;
        margin-top: 52px;
    }

    .cv-candidates-info{
        width: 100%;
        text-align: left;
    }

    .personal-detail-row{
        margin-top: 35px;
    }
}
/* timeline starts  */

.timeline {
    position: relative;
    padding: 0;
    margin: 0 0 45px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 31px;
    width: 4px;
    margin: 0;
    background-color: #dee2e6;
    border-radius: .25rem;
}

.timeline>div {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline>div::after,
.timeline>div::before {
    content: "";
    display: table;
}

.timeline>.time-label {
    margin-top: 50px;
    margin-bottom: 50px;
}

.timeline>.time-label>span {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.timeline>div>.timeline-dot {
    position: absolute;
    top: 0;
    left: 23px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background-color: #adb5bd;
    border-radius: 50%;
}

.timeline>div>.timeline-item {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 60px;
    color: #3e3e3f;
    background-color: #e9e9eb;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.timeline>div>.timeline-item>.timeline-header {
    padding: 10px;
    margin: 0;
    color: #040405;
    font-family: Source Sans Pro;
    font-size: 16px;
    line-height: 1.1;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.timeline>div>.timeline-item>.timeline-header>a {
    font-weight: 600;
}

.timeline>div>.timeline-item>.timeline-body,
.timeline>div>.timeline-item>.timeline-footer {
    padding: 10px;
}

.timeline>div>.timeline-item>.timeline-footer>a {
    color: #fff;
}

.job-statuses-timeline{
    height: 300px;
    overflow-y: auto;

}
/* timeline ends  */

/* Statuses Colors Starts */
.bg-hrInterview-color {
    background: #59ff29 !important;
}

.bg-shortList-color {
    background: #40d7d7 !important;
}

.bg-technicalInterview-color {
    background: #1569c9 !important;
}

.bg-rejected-color {
    background: #e43232 !important;
}

.bg-hired-color {
    background: #15c963 !important;
}
/* Statuses Colors Ends */
.vertical-colum-border{
    margin-top:55px;
    border-left: 1px solid #ddd; 
    height:300px;
}
.cv-status-detils p,
.cv-status-detils .table tr th,
.cv-status-detils .table tr td{
    font-size: clamp(14px,0.947vw,18px);
}
.cv-status-detils h3{
    font-weight: 600 !important;
    font-size: clamp(18px,1.263vw,24px);
}
@media only screen and (max-width: 992px){
    .vertical-colum-border{
        border-left: none; 
        height:0px;
        margin-top:0px;
    }
    .top-header-btns{
        width: 100px !important;
        font-size: 13px !important;
    }
    .view-timeline-btns{
        font-size: 13px !important;
    }

}

@media only screen and (max-width: 640px){
    .btn-step-form {
        width: 150px;
        height: auto;
        line-height: 40px;
    }
}