/*cf7 form grid */

.icfa-upload-input .wpcf7-not-valid-tip {
    margin-top: 22px;
    position: absolute;
}

.cuco-upload-btn {
    width: 100%;
}

.js .cuco-upload-btn {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.icfa-upload-input {
    max-width: 446px;
    margin-bottom: 93px;
    float: none !important;
}

.cuco-upload-btn + label {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    background: #4970ba;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    margin-bottom: -15px;
    border: 10px solid #4970ba;
    border-right: none;
}

.fileNameText {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

.no-js .cuco-upload-btn + label {
    display: none;
}

.cuco-upload-btn:focus + label,
.cuco-upload-btn.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.cuco-upload-btn + label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-right: 0.25em;
}

.fileRemoveBtn {
    color: #f9f9f9;
    position: absolute;
    right: 0;
    padding-right: 30px;
    width: 1%;
    text-align: right;
    background: #4970ba;
    height: 65px;
    line-height: 46px;
    bottom: 0;
    margin-bottom: -15px;
    border: 10px solid #4970ba;
    border-left: none;
    cursor: pointer;
}

.fileRemoveBtn i[class*="fa-"], span[class*="fa-"] {
    display: none;
    top: 14px;
}

.upload-label {
    display: none;
}

.icfa-upload-input {
    margin-bottom: 92px;
}

.icfa-upload-input input:disabled label {
    background: grey;
}

.icfa-upload-input input:disabled .fileRemoveBtn {
    background: grey;
}

.file-upload-btn {
    float: right;
}

body[data-form-submit="regular"] .file-upload-btn input[type=submit] {
    background-color: #27ae60 !important;
}

.already-uploaded-msg {
    margin-top: 5%;
}

@media (max-width: 383px) {
    .icfa-upload-input {
        width: 100%;
    }

    .wps-form-column {
        width: 100%;
    }
}

.no-toggle h4 {
    display: block;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    padding: 30px;
    font-family: 'Open Sans';
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.045);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    line-height: 24px;
}