@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}
body{
margin: 0;
padding: 0;
}
#sidebar{
    min-height: 100vh;
    background-color:#14213D;
    overflow-x: hidden;
    overflow: hidden;
}
#sidebar ul{
    padding: 0;
    margin: 0;
}

#sidebar ul li{
    list-style: none;
    margin-top: 5px;
    width: 100%;
}
#sidebar ul li :hover{
    padding:5px;
    border-radius: 7px;
    color: #14213D;
    background-color: rgba(255, 255, 255, 0.936);
    transition: 0.3s;

}
#logo{
    padding: 7px;
    border-radius: 20px;
    background-color: white;
    text-decoration: none;
    color: #14213D;
    font-size: 20px;
    font-weight: bold;
}
#sidebar ul li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    margin-top: 30px;
}
#mobileSidebar{
    background-color: #14213D;
}
#btn-close{
    color: #ffffff;
    background-color: transparent;
    border: none;
}
#konten{
    background-color: #D9D9D9;

}
.container-progress{
    width: 100%;
    height: 100%;

}
.container-progress .progress-container{
    margin-bottom: 25px;
    width: 100%;
}
.container-progress h5{
    letter-spacing: .5px;
}
.container-progress .progress-container .progress-bar{
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background-color: #D9D9D9;
    box-shadow: 0 0 5px rgba(92, 92, 92, 0.2);
}
.container-progress .progress-container .progress-bar span{
    height: 100%;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(92, 92, 92, 0.2); 
}
.table thead tr th{
    background-color: #232A3A; 
    color: white;
}
#download{
    background-color: #232A3A;
    color: white;
}
#download:hover{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    box-shadow: 0 0 3px rgba(38, 38, 38, 0.495);
    transition: 0.3s ease;
    border: 1px solid #232A3A;
}
#up{
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px #32373bb3;
    background-color: #32373b;
    color:white;
    width: 60px;
    height: 60px;
}
#up:hover{
    background-color: #fca311;
    transition: 0.3s ease;
}
#btn-tambah{
    background-color: #57E887; 
    color: white;
}
#btn-tambah:hover{
    background-color: #10a300;
    color: white;
    box-shadow: 0 0 5px rgba(38, 38, 38, 0.495);
    transition: 0.3s ease;
}
#simpan-edit{
    border-radius: 20px;
    background-color: #182325;
    color: white;
}
#btn-cari{
    background-color: #2FE5E1; 
    color: white;
}
#btn-cari:hover{
    background-color: #3b89ff;
    color: white;
    box-shadow: 0 0 5px rgba(38, 38, 38, 0.495);
    transition: 0.3s ease;
}
#simpan-edit:hover{
    background-color: #10a300;
    color: white;
    box-shadow: 0 0 10px rgba(38, 38, 38, 0.495);
    transition: 0.3s ease;
}
#btn-mobile{
    background-color: #32373b;
    color: white;
    border: none;
}
#btn-mobile:hover{
    background-color: #191b1e;
    transition: 0.3s ease;
}
footer{
    background-color: #32373b;
    color: rgb(244, 244, 244);
}
#cardpemasukan {
    border-left: 5px solid #07c6e8; 
}
#cardpengeluaran {
    border-left: 5px solid #e00f0f; 
}
#cardselisih {
    border-left: 5px solid #16d442; 
}

        .login-box {
            background-color: #fff;
            padding: 60px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        
        .login-box img {
              width: 300px;
              margin-bottom: 10px;
            }

        .login-box h4 {
            margin-bottom: 20px;
        }

        .login-box input {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }

        .btn-login {
            background-color: #007bff;
            color: white;
            padding: 10px;
            border-radius: 5px;
            border: none;
            cursor: pointer;
        }

        .login-box h2 {
              font-size: 24px;
              margin-bottom: 0;
            }
        
            #lgn {
              display: flex;
              flex-direction: column;
              gap: 15px;
              text-align: left;
            }
        
            #formLogin {
              font-weight: bold;
            }
        
            #inputLogin {
              padding: 10px;
              border: 1px solid #ccc;
              border-radius: 5px;
              width: 100%;
            }
        
            .btn-login {
              background-color: #4a90e2;
              color: white;
              border: none;
              padding: 10px;
              border-radius: 5px;
              cursor: pointer;
              font-weight: bold;
            }
        
            button:hover {
              background-color: #3a78c2;
            }
