
 .cc-options {
    .cc-apply-options {
        text-align: right;
        margin: 0 0;
        width: 45%;
        display: inline-block;
        float: left;

        #overlay2 {
            #customloader2 {}
        }

        .resume-loader-overlay {
            display: none;

            .resume-loader-text {
                message {}
            }
        }

        li {
            display: inline-block;
            margin: 0 5px;
            float: none;
            width: auto;
            vertical-align: top;
            padding: 0;

            &:last-child {
                padding-left: 0;
            }

            a {
                font-size: 0px;
                width: 40px;
                height: 40px;
                background-color: #f2f2f2;
                text-align: center;
                color: #fff;
                display: inline-block;
                padding: 0;
                vertical-align: middle;

                i {
                    font-size: 22px;
                    display: inline-block;
                    vertical-align: middle;
                    padding-top: 0px;
                    display: none;
                }

                &.linkedin {
                    background-image: url('./images/linkedin_square.png');
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top center;
                }

                &.dropbox {
                    background-image: url('https://cdn.phenompeople.com/CareerConnectResources/PVCAUS/en_global/desktop/assets/images/dropbox_square.png');
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top center;
                }

                &.googledrive {
                    background-image: url('./images/google_drive.png');
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top center;
                }

                &.skydrive {
                    background-image: url('https://cdn.phenompeople.com/CareerConnectResources/PVCAUS/en_global/desktop/assets/images/SkyDrive.png');
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top center;
                }
            }
        }

        @media only screen and (max-width: 992px) {
            //display: block;
            //width: 100%;
        }

        @media only screen and (max-width: 767px) {
            display: block;
            width: 100%;
            float: none;
            text-align: center;
        }
    }

    .apply-or-line {
        text-align: center;
        width: 87px;
        display: inline-block;

        .apply-or-box {
            position: relative;

            message {
                color: #4d4d4d;
                text-align: center;
                font-family: @font-family-default-regular;

            }
        }

        @media only screen and (max-width: 992px) {
            //width: 100%;
            //margin: 20px auto;
            // display: block;
        }

        @media only screen and (max-width: 767px) {
            display: block;
            text-align: center;
            width: 100%;
            padding: 15px 0;
        }
    }

    .resume_upload_block {
        margin: 0px auto 10px;
        text-align: left;
        display: inline-block;
        width: 44%;

        @media only screen and (max-width: 992px) {
            width: auto;
            //display: block;
        }

        @media only screen and (max-width: 767px) {
            display: block;
            text-align: center;
        }

        #resumeFile {
            background-color: #337ab7;
            height: 40px;
            color: #ffffff;
            font-size: 14px;
            padding: 0 20px;

            &:after {
                content: "Upload file";
            }

            .dz-default.dz-message {
                span {
                    display: none;
                }
            }
        }

        svg {
            display: none;
        }
    }
}
.ph-apply-box{
    padding-top: 30px;
    padding-bottom: 30px;
}
button#next{
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: white !important
}
.apply-form-footer-inner.primary-button:hover{
    background-color: white !important;
    border-color: white !important;
}
.overlaybg {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100;
}
.overlaybg .widget-loader {
            position: absolute;
            left: 50%;
            top: 50%;
            right: 0;
            bottom: 0;
            z-index: 1000;
            margin: 0 auto;
            text-align: center;
            background-color: rgba(255, 255, 255, 0);
            filter: alpha(opacity=0);
            width: 40px;
            height: 40px;
            margin-left: -17px;
}
.overlaybg .widget-loader img {
                width: 100%;
            }
// .form-group label{
//     font-weight: 700;
// }
.form-group label span strong{
    font-weight: normal;
}
@media only screen and (max-width: 767px){
.apply {
}
}