:root {
    /* Cores base (serão sobrescritas pelo tema) */
    --bg-global: #0c0c0e;
    --bg-sidebar: #121215;
    --bg-card: #16161a;
    --border-color: #27272a;
    --accent-color: #6366f1;
    --accent-hover: #4f46e5;
    --text-primary: #f4f4f5;
    --text-muted: #a1a1aa;
    --status-green: #10b981;
    --bg-input: #1b1b1f;
}

/* Tema Claro */
body.theme-light {
    --bg-global: #f4f4f5;
    --bg-sidebar: #ffffff;
    --bg-card: #ffffff;
    --border-color: #d4d4d8;
    --text-primary: #0c0c0e;
    --text-muted: #52525b;
    --bg-input: #f4f4f5;
}
body.theme-light .sidebar-menu .menu-item:hover,
body.theme-light .sidebar-menu .menu-item.active {
    background-color: #e4e4e7;
    color: #0c0c0e;
}
body.theme-light .chat-item:hover,
body.theme-light .chat-item.active {
    background-color: #e4e4e7;
}
body.theme-light .chat-item.active {
    border-color: var(--accent-color);
}
body.theme-light .painel-card {
    background-color: #ffffff;
}
body.theme-light .form-group input,
body.theme-light .form-group select {
    background-color: #f4f4f5;
    color: #0c0c0e;
}
body.theme-light .file-dropzone {
    background-color: #fafafa;
}
body.theme-light .file-dropzone.has-file {
    background-color: rgba(16, 185, 129, 0.05);
}
body.theme-light .table-btn:hover {
    background-color: #e4e4e7;
}
body.theme-light .chat-item .chat-acoes button:hover {
    background-color: #e4e4e7;
}
body.theme-light .urbya-message {
    background-color: #e4e4e7;
    border-color: #d4d4d8;
}
body.theme-light .user-message {
    background-color: var(--accent-color);
    color: white;
}
body.theme-light .sidebar-footer {
    border-top-color: #d4d4d8;
}
body.theme-light .chat-list-container {
    border-top-color: #d4d4d8;
}
body.theme-light .new-chat-btn {
    border-color: #d4d4d8;
    color: #52525b;
}
body.theme-light .new-chat-btn:hover {
    background-color: var(--accent-color);
    color: white;
}
body.theme-light .logout-btn {
    border-color: #d4d4d8;
    color: #ef4444;
}
body.theme-light .logout-btn:hover {
    background-color: rgba(239, 68, 68, 0.08);
}
body.theme-light .table-wrapper {
    border-color: #d4d4d8;
}
body.theme-light table th {
    background-color: #f4f4f5;
    color: #52525b;
}
body.theme-light table td {
    border-bottom-color: #d4d4d8;
}
body.theme-light td strong {
    color: #0c0c0e;
}
body.theme-light .badge.status-active {
    background-color: rgba(16, 185, 129, 0.1);
    color: var(--status-green);
}
body.theme-light .badge.status-inactive {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}
body.theme-light #fileNameDisplay {
    color: var(--status-green);
}
body.theme-light .menu-item.active {
    border-left-color: var(--accent-color);
}
body.theme-light .sidebar-header p {
    color: #52525b;
}
body.theme-light .sidebar-header h2 {
    color: #0c0c0e;
}
body.theme-light .section-header p {
    color: #52525b;
}
body.theme-light .section-header h1 {
    color: #0c0c0e;
}
body.theme-light .painel-card h3 {
    color: #0c0c0e;
}
body.theme-light .form-group label {
    color: #0c0c0e;
}
body.theme-light .action-btn {
    color: white;
}
body.theme-light .action-btn:hover {
    background-color: var(--accent-hover);
}
body.theme-light .master-sidebar {
    border-right-color: #d4d4d8;
}
body.theme-light .modal-content {
    background-color: #ffffff;
    border-color: #d4d4d8;
}
body.theme-light .modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
body.theme-light .table-btn {
    border-color: #d4d4d8;
    color: #52525b;
}
body.theme-light .table-btn:hover {
    background-color: #e4e4e7;
}
body.theme-light .table-btn.btn-editar-mun {
    color: var(--accent-color);
}
body.theme-light .table-btn.btn-editar-mun:hover {
    background-color: rgba(99, 102, 241, 0.1);
}
body.theme-light .table-btn.btn-status-mun:hover {
    background-color: rgba(239, 68, 68, 0.08);
}
body.theme-light .menu-item {
    color: #52525b;
}
body.theme-light .menu-item:hover,
body.theme-light .menu-item.active {
    background-color: #e4e4e7;
    color: #0c0c0e;
}
body.theme-light .chat-list {
    /* sem alteração adicional */
}
body.theme-light .chat-item .chat-titulo {
    color: #0c0c0e;
}
body.theme-light .chat-item .chat-data {
    color: #52525b;
}
body.theme-light .chat-item .chat-acoes button {
    color: #52525b;
}
body.theme-light .chat-item .chat-acoes button:hover {
    background-color: #d4d4d8;
    color: #0c0c0e;
}
body.theme-light .chat-item .chat-acoes .fixado-btn.ativo {
    color: var(--accent-color);
}
body.theme-light .chat-item .chat-acoes .excluir-btn:hover {
    color: #ef4444;
}
body.theme-light .urbya-message h3 {
    color: #0c0c0e;
}
body.theme-light .urbya-message strong {
    color: var(--accent-color);
}
body.theme-light .urbya-message li {
    color: #52525b;
}
body.theme-light .file-dropzone {
    background-color: #fafafa;
}
body.theme-light .file-dropzone:hover {
    border-color: var(--accent-color);
}
body.theme-light .file-dropzone.has-file {
    border-color: var(--status-green);
    background-color: rgba(16, 185, 129, 0.05);
}
body.theme-light .file-dropzone p {
    color: #52525b;
}
body.theme-light .file-dropzone i {
    color: #a1a1aa;
}
body.theme-light .file-dropzone.has-file i {
    color: var(--status-green);
}
body.theme-light .new-chat-btn {
    border-color: #d4d4d8;
    color: #52525b;
}
body.theme-light .new-chat-btn:hover {
    background-color: var(--accent-color);
    color: white;
}
body.theme-light .chat-list-container {
    border-top-color: #d4d4d8;
}
body.theme-light .sidebar-footer {
    border-top-color: #d4d4d8;
}
body.theme-light .modal {
    background-color: #ffffff;
    border-color: #d4d4d8;
}
body.theme-light .modal h3 {
    color: #0c0c0e;
}
body.theme-light .modal .form-group label {
    color: #0c0c0e;
}
body.theme-light .modal .form-group input,
body.theme-light .modal .form-group select {
    background-color: #f4f4f5;
    color: #0c0c0e;
}
body.theme-light .modal .table-btn {
    border-color: #d4d4d8;
    color: #52525b;
}
body.theme-light .modal .table-btn:hover {
    background-color: #e4e4e7;
}

/* Cores */
body.color-green {
    --accent-color: #10b981;
    --accent-hover: #059669;
}
body.color-blue {
    --accent-color: #3b82f6;
    --accent-hover: #2563eb;
}
body.color-purple {
    --accent-color: #6366f1;
    --accent-hover: #4f46e5;
}

/* Reset e base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
    background-color: var(--bg-global);
    color: var(--text-primary);
    height: 100vh;
    overflow: hidden;
    transition: background-color 0.3s, color 0.3s;
}

.master-container {
    display: flex;
    width: 100vw;
    height: 100vh;
}

.master-sidebar {
    width: 280px;
    background-color: var(--bg-sidebar);
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    padding: 32px 20px;
    flex-shrink: 0;
    height: 100vh;
    transition: background-color 0.3s, border-color 0.3s;
}

.sidebar-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.sidebar-header > div {
    display: flex;
    flex-direction: column;
}

.logo-badge {
    background-color: var(--accent-color);
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.2);
    flex-shrink: 0;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.sidebar-header h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    transition: color 0.3s;
}

.sidebar-header p {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0;
    transition: color 0.3s;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}

.menu-item {
    background: none;
    border: none;
    color: var(--text-muted);
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    transition: all 0.2s ease;
}

.menu-item i {
    width: 18px;
    height: 18px;
}

.menu-item:hover, .menu-item.active {
    background-color: #1c1c21;
    color: var(--text-primary);
}

.menu-item.active {
    border-left: 3px solid var(--accent-color);
    border-radius: 4px 8px 8px 4px;
    transition: border-color 0.3s;
}

.chat-list-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 16px;
    border-top: 1px solid var(--border-color);
    padding-top: 12px;
    min-height: 0;
    transition: border-color 0.3s;
}

.new-chat-btn {
    background: none;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.new-chat-btn:hover {
    background-color: var(--accent-color);
    color: white;
    border-color: var(--accent-color);
}

.chat-list {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 4px;
}

.chat-list::-webkit-scrollbar {
    width: 4px;
}

.chat-list::-webkit-scrollbar-track {
    background: transparent;
}

.chat-list::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 10px;
}

.chat-item {
    display: flex;
    flex-direction: column;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    border: 1px solid transparent;
    position: relative;
    background-color: transparent;
    flex-shrink: 0;
}

.chat-item:hover {
    background-color: #1c1c21;
}

.chat-item.active {
    background-color: #1c1c21;
    border-color: var(--accent-color);
}

.chat-item .chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.chat-item .chat-titulo {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    transition: color 0.3s;
}

.chat-item .chat-data {
    font-size: 10px;
    color: var(--text-muted);
    white-space: nowrap;
    margin-top: 2px;
    transition: color 0.3s;
}

.chat-item .chat-acoes {
    display: flex;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.15s ease;
    flex-shrink: 0;
}

.chat-item:hover .chat-acoes {
    opacity: 1;
}

.chat-item .chat-acoes button {
    background: none;
    border: none;
    color: var(--text-muted);
    padding: 2px 4px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.chat-item .chat-acoes button:hover {
    background-color: var(--border-color);
    color: var(--text-primary);
}

.chat-item .chat-acoes .fixado-btn.ativo {
    color: var(--accent-color);
}

.chat-item .chat-acoes .excluir-btn:hover {
    color: #ef4444;
}

.sidebar-footer {
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
    transition: border-color 0.3s;
}

.logout-btn {
    background: none;
    border: 1px solid var(--border-color);
    color: #ef4444;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    width: 100%;
    transition: all 0.2s;
}

.logout-btn:hover {
    background-color: rgba(239, 68, 68, 0.08);
}

.personalizar-btn {
    background: none;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    width: 100%;
    transition: all 0.2s;
    margin-bottom: 8px;
}

.personalizar-btn:hover {
    background-color: #1c1c21;
    color: var(--text-primary);
}

body.theme-light .personalizar-btn:hover {
    background-color: #e4e4e7;
    color: #0c0c0e;
}

.master-content {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    transition: background-color 0.3s;
}

.content-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section-header h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
    transition: color 0.3s;
}

.section-header p {
    color: var(--text-muted);
    font-size: 15px;
    transition: color 0.3s;
}

.grid-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 24px;
    align-items: start;
}

.painel-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 24px;
    transition: background-color 0.3s, border-color 0.3s;
}

.painel-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.max-width-md {
    max-width: 600px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.form-group label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-primary);
    transition: color 0.3s;
}

.form-group input, .form-group select {
    background-color: var(--bg-input);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.form-group input:focus, .form-group select:focus {
    border-color: var(--accent-color);
}

.action-btn {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s, color 0.2s;
}

.action-btn:hover {
    background-color: var(--accent-hover);
}

.action-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.table-wrapper {
    overflow-x: auto;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: border-color 0.3s;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}

th, td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
    transition: border-color 0.3s;
}

th {
    background-color: #1a1a1e;
    color: var(--text-muted);
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
}

td strong {
    color: white;
    transition: color 0.3s;
}

.table-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 6px 12px;
    margin: 0;
    border: 1px solid var(--border-color);
    background: transparent;
    border-radius: 4px;
    width: auto;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.table-btn:hover {
    background-color: #1c1c21;
}

.table-btn.btn-editar-mun,
.table-btn.btn-status-mun {
    padding: 6px 12px;
    margin: 0;
    font-size: 12px;
    border: 1px solid var(--border-color);
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    display: inline-flex;
    gap: 4px;
    width: auto;
    font-weight: 500;
}

.table-btn.btn-editar-mun {
    color: var(--accent-color);
}

.table-btn.btn-editar-mun:hover {
    background-color: rgba(99, 102, 241, 0.1);
    border-color: var(--accent-color);
}

.table-btn.btn-status-mun:hover {
    background-color: rgba(239, 68, 68, 0.08);
}

.badge {
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
}

.status-active {
    background-color: rgba(16, 185, 129, 0.1);
    color: var(--status-green);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.status-inactive {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.file-dropzone {
    border: 2px dashed var(--border-color);
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background-color: var(--bg-card);
}

.file-dropzone:hover {
    border-color: var(--accent-color);
}

.file-dropzone.has-file {
    border-color: var(--status-green);
    background-color: rgba(16, 185, 129, 0.05);
}

.file-dropzone i {
    width: 36px;
    height: 36px;
    color: var(--text-muted);
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.file-dropzone.has-file i {
    color: var(--status-green);
}

.file-dropzone p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    transition: color 0.3s;
}

.file-dropzone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#fileNameDisplay {
    display: none;
    margin-top: 6px;
    font-weight: 500;
    font-size: 14px;
    color: var(--status-green);
}

/* Estilos do Chat (balões) */
#chatContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

.chat-message {
    padding: 12px 16px;
    border-radius: 12px;
    max-width: 85%;
    word-wrap: break-word;
    margin-bottom: 4px;
    line-height: 1.5;
    font-size: 14px;
    animation: fadeIn 0.3s ease;
}

.user-message {
    background-color: var(--accent-color);
    color: white;
    align-self: flex-end;
    margin-left: auto;
    border-bottom-right-radius: 4px;
    transition: background-color 0.3s;
}

.urbya-message {
    background-color: #1c1c21;
    border: 1px solid var(--border-color);
    align-self: flex-start;
    margin-right: auto;
    border-bottom-left-radius: 4px;
    color: var(--text-primary);
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.urbya-message h3 {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    transition: color 0.3s;
}

.urbya-message strong {
    color: var(--accent-color);
    transition: color 0.3s;
}

.urbya-message li {
    margin-left: 16px;
    margin-bottom: 4px;
    color: var(--text-muted);
    transition: color 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.hidden {
    display: none !important;
}

/* Menu de personalização */
#menuPersonalizacao {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 8px;
    transition: background-color 0.3s, border-color 0.3s;
}

#menuPersonalizacao label {
    font-size: 13px;
    color: var(--text-muted);
    display: block;
    margin-bottom: 4px;
    transition: color 0.3s;
}

.tema-btn, .cor-btn {
    transition: all 0.2s ease;
}
.tema-btn:hover, .cor-btn:hover {
    transform: scale(1.05);
}
.tema-btn.ativo, .cor-btn.ativo {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

/* Modal de adicionar usuário (Master) */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 32px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transition: background-color 0.3s, border-color 0.3s;
}

.modal-content h3 {
    color: var(--text-primary);
    margin-bottom: 20px;
    transition: color 0.3s;
}

.modal-content .form-group label {
    color: var(--text-primary);
    transition: color 0.3s;
}

.modal-content .form-group input,
.modal-content .form-group select {
    background-color: var(--bg-input);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.modal-content .form-group input:focus,
.modal-content .form-group select:focus {
    border-color: var(--accent-color);
}

.modal-content .table-btn {
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    background: transparent;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.modal-content .table-btn:hover {
    background-color: #1c1c21;
    color: var(--text-primary);
}

body.theme-light .modal-content .table-btn:hover {
    background-color: #e4e4e7;
    color: #0c0c0e;
}

/* Estilo dos botões de cor no modal */
.modal-content .cor-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    cursor: pointer;
    transition: all 0.2s ease;
}
.modal-content .cor-btn:hover {
    transform: scale(1.1);
}
.modal-content .cor-btn.ativo {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

/* Filtros da aba Usuários Globais */
#aba-usuarios-globais .painel-card .table-controls select,
#aba-usuarios-globais .painel-card .table-controls input {
    background-color: var(--bg-input);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
#aba-usuarios-globais .painel-card .table-controls select:focus,
#aba-usuarios-globais .painel-card .table-controls input:focus {
    border-color: var(--accent-color);
}
#aba-usuarios-globais .painel-card .table-controls button {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}
#aba-usuarios-globais .painel-card .table-controls button:hover {
    background-color: var(--accent-hover);
}

/* Ajuste para o seletor de UI na sidebar */
.sidebar-footer .personalizar-btn + .logout-btn {
    margin-top: 8px;
}