.text-error {
    color: red !important;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
}

.border-error {
    border-color: red !important;
}

/* input[type="checkbox"] + label:before .border-error{
    border-color: red !important;
} */

label.border-error:before {
    border-color: red !important;
}

.form-wrapper form .button {
    padding: 10px 30px;
    width: 100%;
    justify-content: center;
}

.drag-image .button {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    background: transparent;
    color: #00a6ab;
    border: 1px solid #00a6ab;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.modal-content {
    height: 750px;
    overflow: auto;
}

.chosen-container-multi .chosen-choices {
    width: max-content;
}

.job-title {
    width: 200px;
    word-wrap: break-word;
}

.ms-6{
    margin-left: 6rem !important;
}

.form-wrapper form .form-inner .remove-after::before {

    background-color: transparent !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 1rem 1em !important;
    font-size: 1rem !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: 0.25em solid #a5dc86 !important;

}

.rich-text-editor-size {
    height: 300px;
}

.apply-btn {
    position: static !important;
}

.ui-state-active {
    border: 1px solid #003eff !important;
    background: #007fff !important;
}

.form-wrapper form small a {
    font-family: var(--font-exo2);
    color: var(--primary-color1)
}

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

.fire {
    color: red;
    text-align: center;
    height: 25px;
    width: 50px;
    background: #f5e0e0;
    border-radius: 5px;
}

.job-listing-card2 .job-discription {
    padding-left: 35px;
}

.flex-container {
    display: flex;
}

.flex-container>div {
    font-size: 22px;
    padding-right: 10px;
}

.flex-container > div {
    line-height: 0px !important;
}

.sticky .header-main-logo {
    display: none !important;
}

.header-by-me .header-logo {
    display: inline-block !important;
    visibility: visible !important;
}

.beforeLoginHeader .humBurg {
    display: none;
}

.beforeLoginHeader .humBurg i {
    font-size: 25px;
}

.afterLoginHeader .humBurg {
    display: none;
}

.afterLoginHeader .humBurg i {
    font-size: 25px;
}

.beforeLoginHeader .langForH5 {
    display: none !important;
    visibility: hidden !important;
}

.afterLoginHeader .langForH5 {
    display: none !important;
    visibility: hidden !important;
}


.form-wrapper form .form-inner label.label-mt{
    margin-top: 40px;
}

.form-wrapper form .form-inner .experience{
    font-family: var(--font-exo2);
    line-height: 1;
    font-weight: 500;
    font-size: .938rem;
    color: var(--title-color1);
}
.candidate-resume{
    width: 100%;
    height: 100vh;
    border: none;    

}

.iframe-container{
    width: 100%;
    height: 100%;
}

.float{
    float: right !important;
}

.resume-container{
    position: relative;
    border-radius: 5px;
}

.viewresume .input-area{
    border-radius: 5px;
    height: 54px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 2px 20px !important;
}

.viewresume .input-area
{
    border: 1px solid rgba(0, 167, 172, .12);
    transition: .35s;
    width: 100%;
    background: #fff;
}

#pdf-render {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.pdf-page {
    margin-bottom: 10px;
    width: 70% !important;
    border: 1px solid #ccc;
}

.bg-whitepink{
    background-color: rgb(221, 221, 237);
}

.text-blue{
    color: #4140AC !important;
}

.text-darkblack{
    color:#061421 !important;
}
.text-lessblack{
    color: #595959 !important;
}

.nice-select .list{
    height: 235px;
    overflow-y: scroll !important;
}

@media (max-width: 768px) {
    .negative-margin-18{ 
        margin-left:-18px;
    }
    .pdf-page {
        width: 100% !important;
    }
    button.signup {
        margin-top: 10px;
    }

    .float{
        float: none !important;
    }
    .hero1 {
        background-image: url(../images/bg/we-are-hiring-digital-collagee-h5.jpg);
    }

    .flex-container>div {
        line-height: 0px !important;
    }

    .beforeLoginHeader .humBurg {
        display: block !important;
    }

    .beforeLoginHeader .humBurg i {
        font-size: 25px;
    }

    .beforeLoginHeader .langForH5 {
        display: block !important;
        visibility: visible !important;
    }

    .beforeLoginHeader .IconLogo {
        justify-content: flex-start;
        align-items: center;
    }

    .beforeLoginHeader .H5Head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    /* ///  */

    .afterLoginHeader .humBurg {
        display: block !important;
    }

    .afterLoginHeader .humBurg i {
        font-size: 25px;
    }

    .afterLoginHeader .langForH5 {
        display: block !important;
        visibility: visible !important;
    }

    .afterLoginHeader .IconLogo {
        justify-content: flex-start;
        align-items: center;
    }

    .afterLoginHeader .H5Head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .afterLoginHeader .aftrLogin {
        gap: 0px
    }

    .form-wrapper form .form-inner label.label-mt{
        margin-top: 20px;
    }
}

.more-article {
    font-weight: 600;
    color: var(--title-color1);
}

rte-content
{
    max-height:400px;  /* set your desired height */
    overflow-y: auto;
    padding: 8px;
}