body{
    background-color: #151515;
    font-family: 'Courier New', Courier, monospace;
}

.loading{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title{
    color: #999;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;   
}

td.keterangan {
  display: block;
  max-width: 100px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}



.progress-bar {
    width: 406px;
    height: 10px;
    background: #111;
    border-radius: 7px;
    padding: 3px;
    box-sizing: border-box;
}

.progress {
    width: 10px;
    height: 5px;
    background: white;
    border-radius: 7px;
}

/* Style untuk sidebar */
.custom-sidebar {
    background-color: #c0392b !important;  /* Merah tua */
    color: #fff !important;
}

/* Link dalam sidebar */
.custom-sidebar .nav-link {
    color: #ffffff !important;
}

/* Hover efek */
.custom-sidebar .nav-link:hover {
    background-color: #a93226 !important;
}


