.rodo-dialog{
    position: fixed;
    max-height: 520px;
    overflow: hidden;
    bottom: 10px;
    width: 48% !important;
    position: relative;
}

#rodo-clause{
    overflow: auto;
    max-height: 300px;
    display: block;
    padding: 5px 5px 7px 4px;
    background-color: rgb(241, 241, 241);
    font-size:12px;
}
#rodo-info{
    max-height: 90px;
    margin-bottom: 10px;
}
@media(max-width: 1344px) {
    .rodo-dialog{
        max-height: 530px;
    }
}
@media (max-width: 1290px) {
    .rodo-dialog{
        max-height: 530px;
    }
}
@media(max-width: 1057px) {
    .rodo-dialog{
        max-height: 540px;
    }
}
@media(max-width: 991px){
    .rodo-dialog{
        width: 100% !important;
        bottom: 0;
        top:unset !important;
        max-height: 305px;
    }
    #rodo-clause{
        max-height: 100px;
    }
}
@media(max-width: 933px){
    .rodo-dialog{
        max-height: 305px;
    }
    #rodo-clause{
        max-height: 90px;
    }
}
@media(max-width: 644px){
    #rodo-info{
        margin-bottom: 5px;
    }
    #rodo-clause{
        max-height: 85px;
    }
}
/**/
/*changing the table to one column*/
@media(max-width: 991px){
    .customPanelGrid{
        display: table;
    }
    .customRow{
        display: table;
    }
    .customColumn{
        display: table;
        width: 100%;
    }


}