.templateshow.smoothscroll{
    overflow-x: hidden;
        overflow-y: scroll;
        height: auto;
        margin-bottom:10em;
}

.leadsrender .smoothscroll{
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh - 22.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    .archivelist .smoothscroll {
        height: calc(100vh - 13em);
    }
    
    .notificationpostsection .smoothscroll {
        height: calc(100vh - 15.5em);
    }
    
    .agents_list .smoothscroll {
        /*height: calc(100vh - 24.8em);*/
        height: calc(100vh - 26.3em);
    }
    
    .leadsrender .smoothscroll.businessdash{
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh - 26em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    .leadsrender .smoothscroll.agentactivityview{
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh -29em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    .branch_list .smoothscroll.branchlistscroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 12.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    .status_list .smoothscroll.statusscroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 12.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    .usermaster_list .smoothscroll.usermastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 12.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    .whatsapp_list .smoothscroll.whatsappmastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 12.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    .sms_list .smoothscroll.smsmastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 12.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    .mail_list .smoothscroll.mailmastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 12.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
     .source_list .smoothscroll.sourcecroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 12.5em);
        min-height: 100%;
        margin-bottom:50em;
    }


@media screen and (max-width: 768px) { 
    .leadsrender .smoothscroll{
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh - 31.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    #archivelist .smoothscroll {
        height: calc(100vh - 15.5em);
    }
    
    #agents_list .smoothscroll {
        /* height: calc(100vh - 25.5em); */
        height: calc(100vh - 28.5em);
}
    }
    
    #leads_list .smoothscroll.businessdash{
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh - 27em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    #leads_list .smoothscroll.agentactivityview{
        overflow-x: hidden;
        overflow-y: scroll;
        /* height: calc(100vh - 35em); */
        height: calc(100vh - 27em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    #branch_list .smoothscroll.branchlistscroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 10.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    #status_list .smoothscroll.statusscroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 10.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    #usermaster_list .smoothscroll.usermastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 10.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    #whatsapp_list .smoothscroll.whatsappmastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 10.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    
    #sms_list .smoothscroll.smsmastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 10.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
    #mail_list .smoothscroll.mailmastercroller{
        overflow-x: hidden;
        overflow-y: scroll;
        height:calc(100vh - 10.5em);
        min-height: 100%;
        margin-bottom:50em;
    }
     #source_list .smoothscroll.sourcecroller {
        height: calc(100vh - 10.5em);
    }
    
    #archivelist .smoothscroll {
        height: calc(100vh - 15.5em);
    }
}


 
