

.agreement label {
    display: inline-flex
}

#file {
    opacity: 0;
    display: none
}

.popup-head .popup-head--center {
    text-align: center;
}

.drag-and-drop {
    margin-top: 20px;
    background: #eee;
    border-radius: 4px;
    border: 2px dashed #bfbfbf;
    min-height: 40px;
    padding: 10px;
    cursor: pointer;
    color: #868686
}

.drag-and-drop:hover {
    border: 2px dashed #939393
}

.upload-list-file {
    font-size: 14px;
    padding: 4px;
    height: 25px;
    margin-bottom: 6px;
    line-height: 25px
}

.upload-list-file img {
    width: 12px;
    height: 12px
}

.summary-error,label.error {
    color: red;
    font-size: 14px
}

textarea.question-form-textarea {
    width: 100%;
    height: 90px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9fafa;
    border: 0;
    padding: 16px;
    margin-top: 16px
}