#qa-file{
    display: none;
}
#qa-msg-file{
    display: block !important;
    font-size: large;
    color: red;
    margin-top: 5px;
}
#dummy-file{
    width: 660px;
}
#upload-qa-file{
    width: 110px;
    height: 44px;
    background-color: #cbcbcb;
    border-radius: 5px;
    font-size: 1.375rem;
    position: relative;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-left: 10px;
    border: none;
}
.qa-checkbox{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    color: #0a1e39;
    vertical-align: middle;
    align-items: center;
}
.qa-checkbox label{
    width: 120px;
}
.qa-checkbox input{
    width: 20px;
    height: 20px;
}
.qa-checkbox span{
    font-size: 20px;
    margin-left: 10px;
}
.qa-btn-submit{
    display: none;
}

.qa-recaptcha-container{
	margin-bottom: 30px;
}
    
