/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cv-upload__drop {
    position: relative;
    height: 83px;
    background: #F7F8FA;
    border: 1px dashed #D3DDE6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv-upload__drop .wpcf7-form-control-wrap {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cv-upload__drop input[type="file"] {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;    
}

.cv-upload__result {
    display: none;
    background: #CDFCED;
    border: 1px dashed #D3DDE6;
    border-radius: 16px;
    width: 100%;
    height: 56px;
    align-items: center;
}