body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 0;
    padding: 0;
    background-color: #0B0F19;
}
a{
    background-color: red;
    width: 100%;
    padding: 14px 24px;
    text-decoration: none;
    background: transparent;
    border: none;
    color: #94A3B8;
    text-align: left;
    font-size: 1.05rem;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    left: 30px;
}
nav a{
    color: #E2E8F0;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    
}
nav a:hover{
    color: #82C4FF;
    font-family: wingdings;
}

nav li{
    list-style-type: none;
    display: inline;
    margin-left: 20px;
}
nav{
    background-color: #0F172A;
    padding: 1px;
    border: #334155 solid 1px;
}
main {
  padding: 20px;
}
.jumbotron {
  font-size: 20px;
  padding: 60px;
  background-color: #00c8eb;
  text-align: center;
  color: white;
}

footer {
    background-color: #020617;
    text-align: center;
}

.sidebar {
    width: 260px;
    height: 100vh;
    background: #020617; /* ungu gelap semi-transparan */
    backdrop-filter: blur(8px);
    color: white;
    position: fixed;
    text-align: center;
    right: 0;
    top: 0;
    padding: 2rem 1rem;
    box-shadow: -6px 0 25px rgba(0,0,0,0.35);
    z-index: 100;
}
.sidebar button {
    background-color: red;
    width: 100%;
    padding: 14px 24px;
    background: transparent;
    border: none;
    color: #94A3B8;
    text-align: left;
    font-size: 1.05rem;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.sidebar button:hover {
    background: #0F172A;
    transform: translateX(10px);
}
.doc-card {
    width: 99%;
    background: #0F172A; /* konsisten dengan navbar */
    border-radius: 12px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    color: #E2E8F0;
}
.doc-card .img-logo img{
    width: 10%;
    text-align: center;
}
.doc-card img{
    text-align: center;
    width: 50%;
    border-radius: 12px 12px 0 0;
    right: 50px;
}
.doc-card .card-body {
    padding: 10px;
}

.doc-card h3 {
    margin-bottom: 8px;
    color: #82C4FF;
}

.doc-card p {
    color: #94A3B8;
}
.doc-card button {
    background: #1E293B;
    border: 1px solid #334155;
    padding: 8px 14px;
    border-radius: 6px;
}

.doc-card button a {
    color: #E2E8F0;
    text-decoration: none;
}

.doc-card button:hover {
    background: #334155;
}
.content {
    margin-right: 280px; /* lebih besar dari sidebar (260px) */
    padding: 10px;
}
table{
    width: 100%;
    border: solid;
}
table th, table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #334155;
}
.install a{
    background-color: red;
    width: 100%;
    padding: 14px 24px;
    text-decoration: none;
    background: transparent;
    border: none;
    font-size: 1.05rem;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.image-center {
    text-align: center;
    margin: 1.5rem 0;
}

.image-center img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;     /* optional: biar lebih bagus */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);  /* optional */
}