.dx-datagrid-table-fixed {
    table-layout: auto !important;
    width: 100%;
}

.question{
    display: block;
    font-weight:600;
    /* min-height: 200px; */
    background-color: var(--companybg);
    /* background-color: #a7b7d1; */
    padding: 20px 5px !important;
    /*pointer-events:none;*/
}
.answer{
    display:inline;
    background-color: #efefef;
    vertical-align: middle !important;
}

.editor-small
{
    width:100%!important;  
    float:left;  
}

.surveylogo{
    display:none;
}
.dx-field-editor{
    width:100%;
    float:right;
    margin:0;
}