.cmsfb_element{
    -webkit-user-select: none;  
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;  
}
#secondary_slave .cmsfb_window{
    height: calc(100vh - 220px);
    overflow-y: auto;
}
.cmsfb_window::-webkit-scrollbar{
    width: 5px;
    background: #F2F2F2;
}
.cmsfb_window::-webkit-scrollbar-thumb{
    background: #E28500;
}
.cmsfb_footer{
    height: 13px;
    width: calc(100% - 12px);
    owerflow: hidden;
}
@media all and (max-width: 1025px){
    #secondary_slave .cmsfb_window{
        height: calc(100vh - 255px);
        overflow-y: auto;
    }
}