body {overflow-x:clip;}
html {scroll-padding-top: 116px;}
html {scroll-behavior: smooth;}
html, body, h1, h2, h3, h4, h5, h6, a, li, td, button, input {font-family: 'Poppins', sans-serif;font-weight: 500; color:#333333}
h1, h2 {line-height: 1.3;}
td, th, p, li, td, button, a, .dt-container {line-height: 1.6; font-size: 13px !important;}
.w3-large {font-size: 20px !important;}
.w3-small {font-size: 14px !important;}
@media (max-width: 768px) {
    .w3-jumbo {font-size: 32px !important;}
    .w3-xxxlarge {font-size: 28px !important;}
    .w3-xxlarge {font-size: 24px !important;}
    .w3-xlarge {font-size: 20px !important;}
    .w3-large {font-size: 16px !important;}
    .w3-small {font-size: 13px !important;}
    td, th, p, li, td, button, a, .dt-container {line-height: 1.4; font-size: 13px !important;}
}
.c-link {color:blue}

@media (min-width: 767px) {
    #sidebar {width:15%;}
    #dashboard {margin-left:15%;}
}
@media (max-width: 767px) {
    #sidebar {width:0%;}
    #dashboard {margin-left:0%;
    }
}