﻿/*--------------------------------------------------------------
    FrontEnd Developer add css for Portal UI
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Home Page - Banner
--------------------------------------------------------------*/
.hero-banner {
    /* background: var(--greenlight);*/
    /*background  : var(--whiteice);*/
}

.bannerleftHeading {
    font-size: 2.813rem;
    color: var(--prussianblue);
    font-weight: 700;
    line-height: 67px;
}
/*--------------------------------------------------------------
# Home Page - What can AI Indicators do for you Section
--------------------------------------------------------------*/
.heading-second {
    font-size: 2.5rem;
    color: var(--prussianblue);
    font-weight: 700;
}

.three-block .heading a {
    text-decoration: none;
    color: var(--prussianblue) !important;
}

.three-block .heading {
    position: relative;
    float: left;
    display: flex;
    font-size: 1.25rem;
    clear: both;
    line-height: 30px;
    font-weight: 700;
    color: var(--prussianblue);
    width: 82%;
}

    .three-block .heading img {
        margin-right: 20px;
        margin-bottom: 30px;
        width: 50px;
    }

.three-block p {
    clear: both;
}
/*--------------------------------------------------------------
# Home Page - Why AI for Talent Acquisition Section
--------------------------------------------------------------*/
.ai-section .talent-section .align-items-start img {
    width: 35px;
}

.heading-fourth {
    font-size: 1.125rem;
    color: var(--prussianblue);
}
/*--------------------------------------------------------------
# Home Page - Why SourceConnect? Section
--------------------------------------------------------------*/
.blue-bg {
    background: var(--blue);
    color: var(--white) !important;
}

.why_source_heading {
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.width-75 {
    width: 75px;
}
/*--------------------------------------------------------------
# Home Page - Contact Us Section
--------------------------------------------------------------*/
.iti__country-list {
    min-width: 290px;
}
/*Start Left Video Section*/
.videobtn_tabeffect:focus,
.videobtn_tabeffect:focus-visible {
    outline: 32px solid var(--redlight) !important;
    padding: 3px 4px;
}

.video-play-button {
    position: relative;
    z-index: 10;
    top: -184px;
    left: 0px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: var(--green);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: var(--green);
        border-radius: 50%;
        transition: all 200ms;
    }

    .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        left: 5px;
        top: -2px;
        width: 0;
        height: 0;
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

    .video-overlay.open {
        position: fixed;
        z-index: 9999;
        opacity: 1;
    }

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

    .video-overlay-close:hover {
        color: #fa183d;
    }

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 90%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/*End Left Video Section*/
/*--------------------------------------------------------------
# JAI & LAI Scores Page - Fill the form JAI & LAI Scores Section
--------------------------------------------------------------*/
.score_title {
    font-size: 1.625rem;
    line-height: 39px;
    font-weight: 600;
    /*color: var(--black);*/
    color: var(--blackdark);
}

.scoreSection label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.scoreRightSubTitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
}

textarea {
    resize: none;
}



/*--------------------------------------------------------------
#  Questions - Environment Availability Indicators (fill-out-5-questions)
--------------------------------------------------------------*/
.mx-width {
    max-width: 350px;
}

.mobility-icon {
    width: auto;
    height: 35px;
    margin-right: 10px;
}

.custom_checkbox {
    float: right;
    margin-left: -1.5em;
    border-radius: 50% !important;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    position: relative;
    box-shadow: none;
}

.survey-list {
    list-style: none;
    display: grid;
    padding-left: 0;
    margin-bottom: 0;
}

    .survey-list li {
        margin: 10px 0;
    }

.ck-red:checked {
    background-color: var(--red);
    border: none !important;
}

/*Right Section - Mobility */
.checkbox-list {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    width: 100%;
}

    .checkbox-list li {
        width: 25%;
        text-align: center;
    }

        .checkbox-list li label {
            display: block;
        }

.smallnormal-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackdark);
}

.form-check-input {
    float: none;
    margin-left: -1.5em;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
    border: 1px solid;
}
p.f-600.jobopp-text {
    margin-top: 13px;
}
.green-checkbox {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    margin: 13px auto;
}

.form-check-input-ck:checked {
    background: #C6E1DB;
    border: 1px solid #01943C;
    box-sizing: border-box;
}

    .form-check-input-ck:checked[type=checkbox] {
        background-image: url(../../imgs/checked.svg);
        background-color: #C6E1DB !important;
        background-repeat: no-repeat;
        background-position: center;
    }


.form-check-input-x:checked {
    background: #FFEFE5;
    border: 1px solid #FF7B31;
    box-sizing: border-box;
}

    .form-check-input-x:checked[type=checkbox] {
        background-image: url(../../imgs/cross.svg);
        background-color: #FFEFE5 !important;
        background-repeat: no-repeat;
        background-position: center;
    }


.form-check-input-na:checked {
    background: #DEE0E7;
    border: 1px solid #616182;
    box-sizing: border-box;
}

    .form-check-input-na:checked[type=checkbox] {
        background-image: url(../../imgs/elipse.svg);
        background-color: #DEE0E7 !important;
        background-repeat: no-repeat;
        background-position: center;
    }

.indiQueRght_label {
    font-family: 'Poppins';
    font-size: 1.125rem;
    color: var(--black);
    margin-bottom: 0;
    /*line-height: 58px;*/
    line-height: 26px;
    padding: 19px 0;
    font-weight: 700;
}

    .indiQueRght_label span {
        font-family: 'Poppins';
        font-size: 1em;
        font-weight: 500;
        display: block;
    }

.indiQueRght_label_twoline {
    padding: 6px 0;
}

.lbl-error-img {
    position: absolute;
    margin-left: -46px;
    margin-top: 20px;
}

.error-msg-icon {
    width: 20px;
}

.error-msg-label {
    color: var(--red);
}

.getreport_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
}
/*--------------------------------------------------------------
# Your subscriptions / Admin
--------------------------------------------------------------*/
.pricing-section {
    padding: 6px 11px;
    width: 97%;
    margin: 7px auto;
}
.price-box {
    border-radius: 1rem;
    border: 1px solid var(--border-blue);
}
    .price-box .card-header {
        border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
        border-bottom: 1px solid var(--border-blue);
    }
        .price-box .bg-purple {
            border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
            color: var(--white);
        }
    .price-box h1 small {
        color: var(--drakblack);
        font-size: 0.8125rem;
    }
    /*--------------------------------------------------------------
# Register subscription plans page 
--------------------------------------------------------------*/
    .field-icon {
        float: right;
        margin-left: -25px;
        margin-top: -31px;
        position: relative;
        z-index: 2;
        left: -8px;
        color: var(--richblack);
    }
/*--------------------------------------------------------------
# Register subscription plans Order summary section style start here
--------------------------------------------------------------*/
.box-shadow .card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
    height: 300px;
    min-height: 300px;
}

.small-text {
    overflow: hidden;
}

.box-shadow {
    background: var(--white);
    border: 1px solid var(--lightgreyborder);
    box-sizing: border-box;
    box-shadow: 0px 1px 19px 6px rgb(0 0 0 / 5%);
    border-radius: 16px;
}

.card-content {
    justify-content: space-between;
}

.heading-h3 {
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
}

.pl-99px {
    padding-left: 99px;
    margin-top: 43px;
}

.small-text.ln-43 {
    line-height: 43px;
}

.small-text.ln-62 {
    line-height: 62px;
}

.change-plan-text {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 10px;
    color: var(--blue);
}

.check-out-section lable {
    color: var(--blacklight) !important;
}

.checkout-sectionpading.px-7 {
    padding: 0px 8rem;
}
/*--------------------------------------------------------------
#Registration Page Style start here
--------------------------------------------------------------*/
.pwd-rules-list img {
    width: 17px;
    height: 13px;
    vertical-align: middle;
}

.list-pr {
    margin-left: 20px;
}

.successfull-regi-content img {
    width: 25px;
    margin-right: 10px;
}
.employee-form h1 {
    margin-bottom:2rem!important;
}
/*--------------------------------------------------------------
#Resetpassword Page Style start here
--------------------------------------------------------------*/
.pwd-rules-list.reset_pwd-list {
    margin-top: 88px;
}


/*div#Content-JobSeeker-Register {
    height: 100vh;
}*/
#Content-JobSeeker-Register .form-check-input {
    margin: 0px auto; 
}

/*--------------------------------------------------------------
    BackEnd developer add css for Portal UI
--------------------------------------------------------------*/

.ajax-loader {
    top: 50%;
    left: 50%;
    border: 0;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: fixed;
    z-index: 9999999;
    /*    background: url(../image/ajax-loader.gif) no-repeat;*/
}

.mt-240 {
    margin-top: 240px;
}

.hide {
    display: none;
}

.error-msg {
    color: var(--red) !important;
    font-size: 14px;
}

.valid-msg {
    color: #017901;
}

input.error {
    border: 1px solid #FF7C7C;
}

.form-check-input:disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.pad-top-100 {
    padding-top: 100px;
}

.share-dropdown .dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.share-dropdown .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.share-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: auto;
    right: 0;
}

    .share-dropdown .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .share-dropdown .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.share-dropdown .dropdown:hover .dropdown-content {
    display: block;
}

.fa-stacks[data-count]::after {
    position: absolute;
    right: -10%;
    top: -10%;
    content: attr(data-count);
    font-size: 70%;
    padding: .6em;
    border-radius: 50%;
    line-height: .75em;
    color: white;
    background: rgb(12 97 231);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.pushnotifications {
    max-height: 90%;
    overflow-y: scroll;
    width: 400px;
    position: absolute;
    z-index: 1;
    right: 20px;
    min-height: 200px;
}

.csv-uploadErrorMsg {
    text-align: center;
    color: red;
    margin: 10px auto;
    display: block;
    font-size: 25px;
    font-weight: 500;
}

.offcanvas-body form {
    height: auto;
}
.pl-10 {
    padding-left: 10px;
}