#Back-to-top { text-align: center; z-index: 99999; position: fixed; bottom: 40px; right: 30px; cursor: pointer; display: none; opacity: 0.7; } 
#Back-to-top:hover { opacity: 1; } 
.table-download th, 
.table-download td{ border:1px dotted #cecece; padding-left:5px; padding-top:7px; padding-bottom:7px; }

/* Menghilangkan background motif */
html, body {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Memaksa lebar penuh pada ID dan Class utama */
#main-wrapper, .wrapper, .container, #container, .main-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}