/* signup page css for both side */
#employer_register_form div p,
#employee_signup_form div p {
    font-size: 17px;
}
.policyrepeat h2{font-size:25px;}
.help-section a,.site-section a
{
    text-decoration: none !important;font-size: 18px !important;color: #000000;
}
.freebtnsub:hover{color:#fff !important;}

.auth-input, .input-style {
    border: 1px solid #ced4da;
    /* Default border color */
    transition: border-color 0.3s ease-in-out;
}

.auth-input[aria-invalid="true"],.input-style[aria-invalid="true"],input.error, select.error, textarea.error {
    border-color: red !important;
}

label.error, label.text-danger {
    position: relative;
    top: -3px;
}
/* onboarding Css */
#workExperienceContainer .input-group-merge span{
    border-radius: 12px 0px 0px 12px !important;
    border: 1px solid #fff !important;
    border-right: 0px !important;
    transition: none !important;
    background-color: #F7F7F7 !important;
}
#workExperienceContainer .input-group-merge .activeSpan{
    border: 2px solid #f7a791 !important;
    transition: none !important;
    border-right: 0px !important;
}
#workExperienceContainer .input-group-merge input{border-radius: 0px 12px 12px 0px !important; border-left: 0px !important;}
#workExperienceContainer .input-group-merge input:focus{border: 0 !important;}

/* krishan */
.spinner-border {
    --bs-spinner-width: 1rem !important;
    --bs-spinner-height: 1rem !important;
}

.image-box img {
    border: 1px solid #ddd;
    padding: 2px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    display: flex;
    align-items: center;
    border-radius: 12px !important;
}

.profilePhoto::after {
    content: '' !important;
    display: none !important;
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* plan css */
.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-header h1 {
    font-weight: 700;
    font-size: 35px;
}

.pricing-header p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.pricing-card {
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #fff;
    transition: transform 0.3s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);


}

.pricing-card:hover {
    transform: scale(1.05);
}

.pricing-card .package-description {
    color: #ABABAB;
    font-weight: 400;
    font-size: 15px;
    line-height: 18.15px;
}
.pricing-card .btn-sect button{width: 112px;
    height: 37px;
    font-size: 15px;
    line-height: 18.15px;
    padding: 0px !important;}

.pricing-card h5 {
    font-weight: 600;
    font-size: 35px;
    color: #000;
    margin-bottom: 0.1rem;
}

.bg-background {
    background-color: #F9F9F9;
    border-radius: 12px;

}

.pricing-card .price {
    font-size: 30px;
    font-weight: 600;
    color: #E58970;
}

.pricing-card .price span {
    font-size: 13px;
    font-weight: 400;
    color: #6c757d;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.pricing-card ul li {
    margin-bottom: 0.5rem;
    line-height: 15px; display: flex;
    align-items: flex-start;margin-bottom:20px;
}
.unowbtn{width:300px;}
.unowbtn a
{
    color: #fff !important;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    text-decoration: none;
}

.pricing-card ul li i {
    color: #E58970;
    margin-right: 0.3rem;
}
.subscribed_price{font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #000;}

.btn-subscribe {
    color: #fff;
    border: 1px solid #735C74;
    border-radius: 8px;
    padding: 0.5rem 1.5rem !important;
    transition: background-color 0.3s;
    color: #735C74;
}

.btn-subscribe:hover {
    background-color: #735C74;
}

/* end plan css */
/* payment css */
.payment-container {
    padding-left: 111px;

}

.payment-title {
    font-weight: bold;
    margin-bottom: 1rem;
}

.summary-card {
    /* width: 450px; */
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1);
}

.summary-card h3 {
    font-size: 45px;
    font-weight: 600;
    color: #E58970;
}

.summary-card ul {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.summary-card ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.summary-card ul li i {
    color: #735C74;
    margin-right: 0.5rem;
}

.btn-next {
    background-color: #E58970;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 0.7rem 3.5rem;
    transition: background-color 0.3s;
}

.payment-form,
.summary-card {
    /* background-color: #999; */
    box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.summary-card span {
    font-weight: 400;
    font-size: 15px;
    color: #ABABAB;
}

.form-text {
    font-size: 0.9rem;
    color: #6c757d;
}

/* end payment css */

/* find job css */
.filter-section {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-top: 10px;
}

.job-listings-section {
    padding-left: 23px;
    margin-top: 10px;
}

.job-listings-section h4 {
    font-weight: 600;
    font-size: 35px;
    color: #000;
}

#greeting{
    font-size: 23px;
}

.job-card {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 26px;
    background-color: #fff;
    margin-bottom: 15px;
}

.job-card img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.find_job img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}
.job-card .company_svg{width: 32px; height: 32px;}
.job-card h5,
.applications-received-section h5 {
    font-weight: 600;
    font-size: 22px;
}
.employer_info{
    background-color: #735C7417;
    color: #000 !important;
    border: none;
    border-radius: 27px;
    padding: 9px 12px;
}
.employer_info a, .employer_info a:hover{text-decoration: none; color: #000000; font-size: 17px;}
.employer_info a i{color: #735C74; width: 21px;}
.details p i{color: #735C74; width: 21px;}
.employer_info a span{margin-right: 0 !important;}
.form-check-label {
    margin-top: 4px !important;
}

.job-card p {
    margin: 6px 0;
    font-size: 15px;
    line-height: 20.57px;
}
.fa-solid{color: #735C74;}
.price-section p {
    line-height: 20.57px;
}

.job-descritpion p {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}

.salary {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.badge {
    margin-right: 0.5rem;
}

.job-details {
    font-size: 0.9rem;
    color: #6c757d;
}

.job-details span {
    margin-right: 1rem;
}

.filter-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1rem;
}

.filter-section .form-check label {
    font-size: 17px;
    font-weight: 400;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    /* Remove default browser styling */
    -moz-appearance: none;
    /* For Firefox */
    appearance: none;
    /* For modern browsers */

    width: 19px;
    height: 19px;
    border-radius: 5px !important;
    border: 1px solid #B3B3B3 !important;
    background-color: #fff !important;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
}

.form-check-input:checked {
    background-color: #fff !important;
    border-color: #000 !important;
}

.form-check-input:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid #000;
    /* Black tick */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.3s;
}


.job-details p,
.job-education-detail p {
    font-size: 17px;
    font-weight: 400;
}

.job-education-detail .fw-bold {
    font-weight: 600;
    font-size: 20px;
}

.applications-received-section .show-all {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    font-size: 12px;
}

.applications-received-section .show-all:hover {
    text-decoration: underline;
    color: #E58970;
}

.job-details .btn-location {
    background-color: #735C7417;
    color: #000;
    border: none;
    border-radius: 27px;
    padding: 10px 24px;
}

.btn-location:hover {
    background-color: #735C7417 !important;
    color: #000 !important;
}

.btn-location i {
    font-size: 28px;
    color: #735C74;
    display: table-cell;
}

.btn-location span {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
}

.job-education-detail h3 {
    color: #735C74;
    font-weight: 600;
    font-size: 20px;
}

.job-education-detail {
    /* margin-top: 24px; */
}

.find-job-accordion {
    border: unset !important;
}

.find-job-accordion .accordion-header .accordion-button::after {
    width: 25px !important;
    height: 25px !important;

}

/* find job css */


/* krishan */
.button--mimas {
    /* letter-spacing: 0.05rem; */
    font-weight: 500 !important;
    font-size: 0.95rem;
    border-radius: 0.4rem;
    overflow: hidden;
    color: #fff !important;
    background: #735C74;
}

.btn:hover {
    color: #fff;
    background-color: #735C74;
    border-color: #735C74;
}

.button--mimas span,.button--mimas a {
    position: relative;
}

.button--mimas::before {
    content: '';
    background: #E58970;
    width: 120%;
    left: -10%;
    transform: skew(0deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--mimas:hover::before {
    transform: translate3d(100%, 0, 0);
}

.button {
    pointer-events: auto;
    cursor: pointer;
    background: #735C74;
    border: none;
    /* padding: 0.9rem 2.5rem; */
    padding: 0.6rem 2.5rem;
    margin: 0;
    /* font-family: inherit;
    font-size: inherit; */
    border-radius: 12px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.profile-button{
    padding: 0.6rem 0rem;
}

.link {
    cursor: pointer;
    font-size: 16px !important;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
    text-decoration: none;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.link--metis {
    font-family: bely-display, sans-serif;
    /* text-transform: capitalize; */
}

.link--metis::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.link--metis:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

form .text-danger,
.error {
    color: red !important;
    font-size: 12px;
}

#logoPreview {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    /* border: 2px solid #ccc; */
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}


input:focus,
.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border: 2px solid #f7a791 !important;
    transition: none !important;
}

input,
input,
.form-control,
.form-control,
.form-select,
.form-select {
    box-shadow: none !important;
    border-radius: 12px !important;
    border: 1px solid #fff !important;
    transition: none !important;
    background-color: #F7F7F7 !important;
}

.readonly {
    background-color: #80808040 !important;
    pointer-events: none;
}

.card,
.login-from-section {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.link:hover {
    color: #f7a791 !important;
}

label#password-error {
    position: absolute;
    top: 48px;
}


.upload-here-logo {
    width: 160px !important;
    height: 160px !important;
    max-width: 160px !important;
    max-height: 160px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    /* border: 2px solid #ccc !important; */
}

.onboarding-space {
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordian-heading {
    font-size: 30px !important;
    font-weight: 500 !important;
}

.disabled-step .accordian-heading {
    color: #A2A2A2;
}

.disabled-step .accordion-button {
    pointer-events: none;
    color: #A2A2A2;
    border: 0;
    cursor: not-allowed;
}

.accordion-body {
    padding: 40px 0;
}

#uploadLogoForm,
#locationForm,
#employeeInfoForm,
#companyDescriptionForm,
#companyContactForm,
#profileform,
#locationForm,
#educationForm,
#workExperienceForm,
#aboutForm,
#companyCertificateForm {
    margin: 0 30px;
}

.heading-text {
    font-weight: 700;
}

.upload-area, .profle-area {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-area:hover, .profle-area:hover {
    background-color: #f9f9f9;
}

/* .upload-area img {
    width: 50px;
    opacity: 0.6;
  } */

.upload-area p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.upload-area a, .profle-area a {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
}

.upload-area.dragover, .profle-area.dragover {
    background-color: #e9e9e9;
    border-color: #333;
}

.form-check-input:focus {
    border: 1px solid #f7a791 !important;
}

.selected-candidate h5 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}

.selected-candidate p {
    font-size: 17px;
    font-weight: 400;
}

.intv-detail-ques {
    font-size: 15px !important;
    color: #f7a791;
}

.accordion-item {
    border: 0;
    box-shadow: 0px 0px 20px 0px #0000000D;
    border-radius: 12px;
    margin-bottom: 20px !important;
}

.job-actions .buttonaction{
    margin :6px 0 15px 0;
}
.use_free a:hover{
    color: #E58970 !important;
    text-decoration: underline !important;
}

.remove-education-entry .fa-trash-alt, .remove-work-experience-entry .fa-trash-alt{
    color: #E58970;
    cursor: pointer;
}

.imgprofilecolor {
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #fff !important;
    background-color: #E58970;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-shadow {box-shadow: grey 0px 0px 2px 1px;}

  .avatar-wrapper #logo-preview{
    margin-right: -8px;
    background-color: #E58970;
    filter: brightness(1);
}

.limit-exceed-button{
    text-align: center;
    margin-top: 20px;
}

.limit-exceed-button h6{
    font-size: 20px;
    font-weight: 600;
    color: red;
}

.limit-exceed-button p{
    font-size: 15px;
    font-weight: 400;
}

@media(max-width: 567px) {
    .pricing-header h1 {
        font-weight: 700;
        font-size: 23px;
    }

    .pricing-header p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .job-card p {
        font-size: 14px;
    }

    .pricing-card h5,
    .pricing-card .price {
        font-size: 20px;
    }


}

@media(max-width: 767px) {

    /* ///find_job media/ */
    .job-listings-section h4,
    .find-job-accordion h4 {
        font-size: 20px;

    }

    .job-details .btn-location {
        padding: 9px 17px;
    }

    .btn-location i {
        font-size: 26px;
    }

    .btn-location span {
        font-size: 14px;
    }

    .job-listings-section {
        padding-left: 12px;
        margin-top: 20px;
    }

    .price-section p {
        line-height: 8.57px;
    }

    .job-card h5,
    .job-descritpion h3,
    .filter-title,
    .job-education-detail h3 {
        font-size: 18px;
    }

    .job-education-detail .fw-bold {
        font-weight: 400;
        font-size: 18px;
    }


    .salary {
        font-size: 20px;
        margin: 10px 0;
    }

    .filter-section .form-check label {
        font-size: 14px
    }

    /* job-posted css */
    .jobpostedBtn a {
        width: 270px;
    }

    .jobpostedImg {
        width: 63px;
        height: 63px;

    }
}

@media (min-width: 992px) {
    .find-job-accordion .accordion-collapse.collapse:not(.show) {
        display: block !important;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .filter-section {
        width: calc(100% / 2.1);
    }

    .filter-area {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .job-listings-section {
        padding-left: 12px;
        margin-top: 20px;
    }

    .button {
        padding: 0.6rem 0.5rem;
    }
}
