body {
    margin: 0;
    font-family: Arial;
}

/* SIDEBAR */
.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    background: #1f2d3d;
    color: white;
}

.menu-item {
    padding: 14px;
    cursor: pointer;
    background: #16222c;
    font-weight: bold;
}

    .menu-item:hover {
        background: #223344;
    }

.submenu {
    display: none;
    background: #2c3e50;
}

    .submenu a {
        display: block;
        padding: 10px 30px;
        color: #cfd8dc;
        text-decoration: none;
    }

        .submenu a:hover {
            background: #3b4b5c;
            color: white;
        }

/* CONTEÚDO */
.content {
    margin-left: 250px;
}

/* TOPO */
.topbar {
    background: #e5e5e5;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

/* ÁREA PRINCIPAL */
.main-content {
    padding: 20px;
    position: relative;
    min-height: 80vh;
}

/* LOGO */
.logo-home {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

    .logo-home img {
        max-width: 500px;
    }
/* ===== MENU SIDEBAR ===== */

.sidebar {
    width: 220px;
    height: 100vh;
    background-color: #1f2d3d;
    color: white;
    position: fixed;
}

.content {
    margin-left: 220px;
}

.
    .menu-item:hover {
        background-color: #2c3e50;
    }

.submenu {
    display: none;
    padding-left: 10px;
}

    .submenu a {
        display: block;
        padding: 6px 12px 6px 24px;
        color: #ccc;
        text-decoration: none;
    }

        .submenu a:hover {
            background-color: #34495e;
            color: #fff;
        }

.submenu-title {
    font-size: 14px;
    padding-left: 10px;
    opacity: 0.9;
}

.topbar {
    background-color: #f4f6f9;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.main-content {
    padding: 20px;
}

.logo-home {
    opacity: 0.1;
    text-align: center;
    margin-top: 100px;
}
form div {
    margin-bottom: 10px;
}

input, select {
    width: 300px;
    padding: 5px;
}
/* ===== TABELA PROFISSIONAL ===== */

.table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

    .table thead {
        background: #1f2d3d;
        color: white;
    }

    .table th {
        padding: 12px;
        text-align: left;
        font-weight: bold;
    }

    .table td {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .table tbody tr:hover {
        background: #f5f7fa;
    }

/* ===== BOTÕES ===== */

.btn {
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.btn-inativar {
    background: #f39c12;
    color: white;
}

.btn-excluir {
    background: #e74c3c;
    color: white;
}

.btn-inativar:hover {
    background: #d68910;
}

.btn-excluir:hover {
    background: #c0392b;
}


.modulos-grid {
    padding: 20px;
}

.modulo-card {
    position: relative;
    width: 420px;
    background: #f5f5f5;
    border: 1px solid #2F80ED;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.numero {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #D8DFEA;
}

.titulo {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #2F6FE4;
    margin-bottom: 25px;
}

.submenu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .submenu a {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none !important;
        color: #FFFFFF !important;
        font-size: 18px;
        padding: 10px 12px;
        border-radius: 8px;
        transition: 0.2s;
        background: #24364D;
    }

        .submenu a:hover {
            background: #2F80ED;
            color: white !important;
            padding-left: 16px;
        }

    .submenu i {
        width: 22px;
        color: #7DB5FF;
    }

.message-week {
    margin-bottom: 40px;
}

    .message-week h3 {
        margin-bottom: 15px;
    }

    .message-week blockquote {
        margin: 0;
        padding: 20px;
        border-left: 5px solid #0d6efd;
        background: #f8fafc;
        border-radius: 8px;
        font-style: italic;
    }

.setor-title {
    margin-top: 80px;
    margin-bottom: 25px;
    text-align: center;
    color: #1d3557;
}

<style >

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    background: #eef2f7;
    overflow-x: hidden;
}

/* ===== MARCA D'ÁGUA ===== */

.watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-size: 420px;
    opacity: 0.03;
    width: 420px;
    height: 420px;
    pointer-events: none;
    z-index: 0;
}

.sidebar.collapsed {
    width: 72px;
}

/* ===== SIDEBAR ===== */

.sidebar {
    width: 290px;
    transition: width .25s ease;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: linear-gradient(180deg, #142132 0%, #1d2f45 100%);
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 4px 0 20px rgba(0,0,0,0.15);
    z-index: 10;
}

.logo {
    background: #ffffff;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dfe6ee;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
}

.sidebar-toggle {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #f3f6fb;
    color: #1d3557;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #d8e2ef;
}

.logo-img {
    width: 170px;
    height: auto;
    object-fit: contain;
}

.logo-text {
    text-align: center;
    color: #59b3ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

    .logo-text small {
        display: block;
        font-size: 11px;
        margin-top: 4px;
        color: #9ec9ff;
        font-weight: 400;
    }

.sidebar.collapsed .logo-text {
    display: none;
}

.sidebar.collapsed .logo-img {
    width: 42px;
    margin-bottom: 0;
}

.sidebar-toggle {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #f3f6fb;
    color: #1d3557;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #d8e2ef;
}

    .sidebar-toggle:hover {
        background: #e8f1fb;
    }

.logo span {
    color: #59b3ff;
}

/* ===== MENU ===== */

.menu-item {
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 600;
    color: white;
    font-size: 14px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s ease;
    border-left: 4px solid transparent;
}

    .menu-item:hover {
        background: rgba(255,255,255,0.08);
        border-left: 4px solid #59b3ff;
        padding-left: 22px;
    }

    .menu-item i {
        margin-right: 10px;
    }

.submenu {
    display: none;
    background: rgba(0,0,0,0.12);
    padding: 5px 0;
}

    .submenu a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 11px 18px 11px 35px;
        color: #dce7f3;
        text-decoration: none;
        font-size: 13px;
        transition: 0.2s ease;
        border-left: 4px solid transparent;
    }

        .submenu a:hover {
            background: rgba(255,255,255,0.08);
            border-left: 4px solid #4db6ff;
            color: white;
        }

/* ===== CONTEÚDO ===== */

.content {
    margin-left: 290px;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

/* ===== TOPBAR ===== */

/* ===== TOPBAR ===== */

.topbar {
    height: 120px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    border-bottom: 1px solid #e5eaf2;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.topbar-left {
    width: 220px;
    display: flex;
    align-items: center;
}

.page-title {
    font-size: 30px;
    font-weight: 700;
    color: #1d3557;
}

.topbar-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.search-box {
    width: 420px;
    max-width: 100%;
    height: 52px;
    border: none;
    outline: none;
    border-radius: 30px;
    background: #f3f6fb;
    padding: 0 20px;
    font-size: 16px;
    transition: .2s;
}

    .search-box:focus {
        background: white;
        box-shadow: 0 0 0 2px #4da3ff;
    }

.topbar-right {
    width: 260px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    color: #495057;
    font-weight: 600;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== MAIN CONTENT ===== */

.main-content {
    padding: 25px;
}

.card-medgen {
    background: white;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

.titulo-pagina {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f2d3d;
}

/* ===== RESPONSIVO ===== */

@@media(max-width: 900px) {

    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .content {
        margin-left: 0;
    }

    .topbar {
        padding: 15px;
    }
}

</style >