blockquote {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #606060;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
}

/* more semantic block styles */
.fancy {
    font-family: 'Roboto', sans-serif;
}

.plain {
    font-family: 'Roboto', sans-serif;
}

code {
    line-height: 1.15;
    font-size: 1.0rem;
    color: #606060;
    font-family: 'Roboto', sans-serif;
}

pre {
    line-height: 1.15;
    font-size: 1.0rem;
    /*font-size: 1rem;*/
    color: #606060;
    font-family: 'Roboto', sans-serif;
}

a {
    color: darkblue;
}


a:hover {
    cursor: pointer;
}

/* Report CSS */
code {
    line-height: 1.15;
    font-size: 1.0rem;
    color: #606060;
    font-family: 'Roboto', sans-serif;
}

pre {
    line-height: 1.15;
    font-size: 1.0rem;
    /*font-size: 1rem;*/
    color: #606060;
    font-family: 'Roboto', sans-serif;
}


a:hover {
    cursor: pointer;
}


/* CSS Miguel Report */
@charset "UTF-8";
/* CSS Document */

/* Header */
header {
    background-color: #000000;
    color: #fff;
    padding: 0px 24px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
 */

 .avatar-icon {
     width: 24px !important;
     height: 24px !important;
     object-fit: contain; /* Garante que a imagem não seja distorcida */
 }

.avatar-text {
  border: none;
  padding-left: 10px;
  padding-bottom: 2px;
  font-size: 15px;
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: center;
  text-align: left;
}

.archivo-uble {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.nome-header {
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
  padding-top: 14px;
}

#dashboardSelector {
	border-radius: 4px;
	height: 42px;
}

body {
    margin: 0;
}

form {
    display: block;
    margin: 0;
    margin-block-end: 0;
}

nav {
    display: flex;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    padding-right: 12px
}

nav a {
    text-decoration: none;
    color: #fff;
}

/* Body */
/* Hide Superset's header */
.dashboard-header-container {
    display: none !important;
}

.content-container {
    display: flex;
}

.sidebar {
    width: 200px;
    background-color: #222222;
    padding: 0px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar.collapsed {
    width: 60px;
    background-color: #222222;
}

.sidebar.collapsed .sidebar-text {
    display: none;
}

.sidebar-btn {
    background: none;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    cursor: pointer;
}

.sidebar-btn:hover, .sidebar-btn.active {
    background-color: #456775;
}

.sidebar-store {
    background: none;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
}

.sidebar-icon, .header-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.toggle-sidebar {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 14px;
    align-items: center;
    width: 60px;
}

.sidebar h2 {
    margin-top: 0;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 12px 0px;
}

.sidebar li {
    padding: 6px 12px;
}

.sidebar a {
    text-decoration: none; /* Remove o sublinhado padrão */
    color: #ffffff; /* Cor do texto */
    display: flex; /* Usando flex para alinhar ícones e texto */
    align-items: center;
    padding: 0px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.main-content {
    position: relative;
    flex-grow: 1;
    padding: 20px;
    overflow: auto;
}

.dashboard-container {
    flex: 1;
    background-color: #2d2d2d;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: auto; /* Permite rolagem quando o conteúdo for maior */
    display: flex; /* Para garantir que o iframe ocupe todo o espaço */
}

main {
    background-color: #333333;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    width: auto;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    font-size: 1rem;
}

#periodo {
    font-weight: normal;
}


thead {
    background: #c0c0c0;
    color: #333333;
    font-weight: bold;
}

td, th {
    border: 1px solid #666666;
    padding: 8px 15px;
}

table, th, td {
    border: 1px solid #ccc;
}

th, td {
    padding: 10px;
    text-align: left;
}

/* Footer */

footer {
    background-color: #333;
    color: #fff;
    padding: 12px 72px;
    font-family: 'Roboto', sans-serif;
}

iframe {
    width: 100%;
    min-height: 100vw;
}

/* UBLE AI */
.widget-container {
    position: fixed;
    bottom: 80px;
    right: 80px;
    border-radius: 50%;
    border: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, height 0.3s ease; /* Suaviza a transição */
    opacity: 0;
  }

.widget-container.show {
    display: block; /* Exibe o widget */
    opacity: 1; /* Torna visível */
  }

.ui-button {
  background: #FC3613;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  padding: 0px 18px 0px 12px;
  height: 44px;
  text-align: left;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.ui-button:hover {
  background-color: #456775;
  transition: background-color 0.3s;
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #FC3613;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.floating-button:hover {
  background-color: #456775;
  transition: background-color 0.3s;
}

.floating-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* ou transparent, se quiser só funcional */
  z-index: 998;
}

#chatWidget {
  z-index: 999;
}

/* Ajuste na sobreposição dos itens do menu dropdown */
.item {
  z-index: 999;
}
