/* body,html {
    height:100%;
    overflow: hidden;
}
#splash{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
}
.dots {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
}
.dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0.3;
    animation: blink 1.2s;
    -webkit-animation: blink 1.2s infinite;
}
.dot :nth-child(1){
    animation-delay: 0s;
}
.dot :nth-child(2){
    animation-delay: 0.2s;
}
.dot :nth-child(3){
    animation-delay: 0.4s;
}
@keyframes blink {
    0%, 80%, 100% {opacity: 0.3;} 40% {opacity: 1;}
} */
.header {
    height: 54px;
    width: 100%;
    background-color: black ;
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
}
.header img{
    height: 40px;
    padding-right: 20px;
}
.header h1{
    color: gold;
    margin: 0;
    font-size: 1.5rem;
}
.navigation{
    height: 40px;
    width: 90%;
    background-color: black;
    position: fixed;
    bottom: 20px;
    left: 5%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.navigation button{
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    color: gold;
    border: none;
    background-color: transparent;
}
.navigation button.active{
    color: white;
}

.gap40{
    height: 54px;
    width: 100%;
}
.prop{
    text-align: center;
}
.prop h1{
    padding-top: 10px;
    color: gold;
    font-size: 1rem;
}
.bdr{
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px rgb(218, 218, 218) solid;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 5px 5px 2px rgb(112, 112, 112);
}
.foother{
    height: 45px;
    width: 100%;
    background-color: rgb(148, 148, 148);
    display: flex;
    align-items: center;
    justify-content: center;
}


.saldo-box {
        border: 2px solid #333;
        padding: 20px;
        margin: 20px auto;
        width: 300px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        background: #f5f5f5;
    }
    table {
        border-collapse: collapse;
        width: 80%;
        margin: 20px auto;
        min-width: 600px;
    }
    table, th, td {
        border: 1px solid #999;
        padding: 8px;
        text-align: center;
        font-size: 0.8rem;
    }
     th.keterangan, td.keterangan {
      width: 250px;
    }
    td.keterangan{
        text-align: left;
    }
    th.tipe, td.tipe {
        width: 200px;
    }
    .actions button {
        margin: 2px;
        font-size: .8rem;
        display: flex;
    }
    .pemasukan {
        background-color: #d4edda; /* hijau */
        color: #155724;
        font-weight: bold;
    }
    .pengeluaran {
        background-color: #f8d7da; /* merah */
        color: #721c24;
        font-weight: bold;
    }
    .galeri{
        text-align: center;
    }
    .galeri a{
        height: 50px; 
        width: 80%;
        text-align:left; 
        margin-left: 10%;
        display: flex;
        align-items: center;
    }