/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Base ── */
/* font-family agora controlada pelo tailwind.config.js (fontFamily.sans) */

/* Ajustar a área de resultado */
#resultado {
  word-wrap: break-word;
}

/* Links de auth — usar cor da marca */
a.text-logo-green { color: #059669; }

span#userName {
    margin-left: 2px;
}
button#logoutButton {
    font-size: 13px;
}

/* Pagina de comparação */
.comparison-page {
  padding: 20px;
}

.ad-section {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.ad-details p {
  margin: 5px 0;
}

.badge {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.badge.green {
  background-color: #4caf50;
}

.badge.yellow {
  background-color: #ff9800;
}

.suggestions ul {
  list-style: none;
  padding: 0;
}

.suggestions ul li {
  background-color: #f0f8ff;
  padding: 10px;
  margin: 5px 0;
  border-radius: 3px;
}


/*Barra de status */
.status-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 1000;
  left:0;
}

.status-bar.hidden {
  display: none;
}

.card {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card img {
  max-width: 100%;
  border-radius: 5px;
}

.card h3 {
  font-size: 18px;
  margin: 10px 0;
}

.card .promotion {
  color: red;
  font-weight: bold;
}

.metricashub_seller{font-size:11px; padding:0px 0 0 0px}
h6.title_anuncios_metricas{font-size:15px;}


.title_position_categori{text-transform: lowercase;}

.title_position_categori::first-letter {
 text-transform: uppercase;
 font-size:1.1em;
}

/*pginação*/

#paginationControls {
    /* border: 1px solid; */
    text-align: center;
    padding: 1.5em;
}


canvas {
    width: 100% !important;
    max-width: 650px;
    height: 300px !important;
    max-height: 300px;
    display: block;
    margin: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}


#modalContent canvas {
    width: 100% !important;
    max-width: 650px;
    height: 430px !important;
    max-height: 500px;
    display: block;
    margin: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	
}
.bg-body{
background:#f5f5f5;
}

canvas#chartTopSellers{
	width: auto !important;
    max-width: 300px !important;
    height: auto !important;
    max-height: 160px !important;
	padding:0 05px;
    background: transparent !important;
    border-radius:0px;
    box-shadow: 0px 0px !important;
	/*z-index: 9999 !important;*/
}


