div#nf-popup-208.mfp-hide {
    display: block!important;
    background-color: transparent!important;
}

div#nf-popup-208.mfp-hide > *:not(.nf-form-cont) {
    display: none;
}

div#nf-popup-208.mfp-hide .nf-row:not(.file-uploader) {
    display: none!important;
}

div#nf-popup-208.mfp-hide .nf-row.file-uploader{
    border: 2px dashed rgba(255,255,255,0.6);
    border-radius: 3px;
    width: 350px;
    background: rgba(9,20,59,0.3);
    height: 244px;
    margin: auto;
    position: relative;
    display: block!important;
}

div#nf-popup-208:not(.mfp-hide) .nf-row.file-uploader{
    display: none!important;
}

.file-uploader .nf-field-label{
    display: none;
}

.file-uploader .nf-field-element{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 244px;
}

.file-uploader .nf-fu-fileinput-button{
    position: absolute;
    bottom: 10px;
    top: unset!important;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    background: #0da1ec;
    padding: .65rem 1.5rem;
    border-radius: 5px;
    height: 42px;
}

.file-uploader .nf-fu-fileinput-button span{
    font-size: 14px;
    font-weight: 400;
    color: white!important;
}

.file-uploader .nf-fu-fileinput-button:hover{
    background: #38b5f4;
}

    #resume-uploaded{
    	display: none;
    }
    
.nf-fu-progress{
    background-color: transparent!important;
    height: unset!important;
}

.nf-fu-progress-bar.c100{
	margin: 20px auto;
    float: unset!important;
}

.c100::after{
	width: 100px!important;
    height: 100px!important;
    top: 0px!important;
    left: 0px!important;
    background-image: url(https://www.nextresume.io/wp-content/themes/bb-theme-child/images/upload-button-1.svg);
    background-color: transparent!important;
}

.files_uploaded{
	display: none!important;
}

#nf-popup-208{
	max-width: 690px;
}
#nf-popup-208 .nf-field-label{
    margin-bottom: 0px;
}
#nf-popup-208 .nf-field-label label{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
#nf-popup-208 .nf-input-limit{
    margin-top: 0px!important;
}
#nf-popup-208 .nf-error{
    font-size: 12px!important;
}
#nf-popup-208 .nf-field-container{
    margin-bottom: 0px!important;
}
#nf-popup-208 input[type='button']{
    margin-top: 10px!important;
}
#nf-popup-208 .nf-error-msg{
    font-size: 12px!important;
}
#nf-popup-208 .nf-response-msg{
    font-size: 28px;
    font-weight: 600;
}
#nf-popup-208.mfp-hide .nf-after-form-content{
}
.file-uploader.dragging .c100 {
    width: 140px!important;
    height: 140px!important;
}

.file-uploader.dragging .c100::after{
    width: 120px!important;
    height: 120px!important;
}

.file-uploader.dragging .c100 .slice{
    width: 140px!important;
    height: 140px!important;
    clip: rect( 0px, 140px, 140px, 70px );
}

.file-uploader.dragging .c100 .bar, .file-uploader.dragging .c100 .fill{
    width: 140px;
    height: 140px;
    clip: rect(0px, 70px, 140px, 0px);
}

.mfp-bg.mfp-ready{
	opacity: 0.5!important;
}