/* ======== Navbar (like file manager) ======== */
.navbar {
    background-color: #32629ad1;
    padding: 10px 0;
    margin-bottom: 20px;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar-brand, .nav-link {
    color: #ffffff !important;
    background-color: #7e99c0 !important;
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.navbar-brand.active, .nav-link.active {
    background-color: #deecfff0 !important;
    color: #32629a !important;
}

.navbar-toggler { display: none; }

/* Page wrapper */
.convert-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
