.WelcomeStatementInventaris p{
    font-weight: 200;
    font-size: 20px;
}

.btn-tambahBarangBaru {
    background: #0B3D91 !important;
    color: #fff !important;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    transition: all 0.2s ease;
}

.btn-tambahBarangBaru:hover {
    background: #082f73;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 61, 145, 0.25);
}

#inventaris-content {
  transition: opacity 0.3s ease;
}

