
.myclasscss {
	/* ... */
}

.custom-file-upload {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 14px;
    width: 200px;
    text-align: center;
}

.file-description {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    display: block;
}

.fieldrequired { 
	font-weight: bold; 
	color: #000055; 
	background-color: ##ffffff !important;
}
.fieldrequired:after { 
	content: " *"
}

button.calcbutton {
	height: calc(15% - 2px) !important;
	width: calc(25% - 2px) !important;
}

button.calcbutton2 {
	height: calc(15% - 2px) !important;
	width: calc(25% - 2px) !important;
}

/*.div3{*/
/*	 height: 50% !important;*/
/* }*/
/*.div4{*/
/*	height: 80% !important;*/
/*}*/
/*.div5{*/
/*	height: 80% !important;*/
/*}*/
.container{
	overflow: auto !important;
}
div.div-table-responsive {
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 20px !important;
}
.cardkpi{
  
}

div.div-table-responsive table, .div-table-responsive .nobordernopadding, .div-table-responsive.table-fiche-title{
  
}

::-webkit-scrollbar {
  height: 10px !important;
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
    
.div1{
	height: 100% !important;
	width: 50% !important;
	font-size: 0;
	float: left;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
  min-height: 400px !important;
}

.div2{
	height: 100% !important;
	width: 20% !important;
	font-size: 0;
	float: left;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 180px;
}

.div3{
	height: 50% !important;
	width: 30% !important;
	font-size: 0;
	float: left;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
	// min-height: 180px;
}

.div4 {
	height: 70% !important;
	width: 50% !important;
	float: left !important;
	box-sizing: border-box !important;
	font-size: 6px !important;
	// padding-bottom: 10px !important;
	overflow: auto !important;
}

.div5 {
	height: 100% !important;
	width: 50% !important;
	float: right !important;
	box-sizing: border-box !important;
	font-size: 6px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	overflow: auto !important;
}

div.description{
	position:absolute !important;
	bottom:0px !important;
	left:0px !important;
	width:100% !important;
	opacity:1 !important;
	text-align:center !important;
	padding-top: unset !important;
	background: none !important;
}

div.wrapper2{
	width:95% !important;
	height:7% !important;
}

.row1withhead{
	height: calc(35% - 0px) !important;
}

  .row2withhead{
    height: 65% !important;
    float: inline-end;
  }

.trunc {
	white-space: normal !important;
	text-overflow: ellipsis!important;
	overflow: auto !important;
}

.fa-2x {
	font-size: 1em;
}

.posbuttondetails{
	float: right;
	position: relative;
	right: 0px;
	top: 5px;
	height: 5% !important;
	background: slategray;
	color: white;
	font-size: 2em;
	text-align: center;
	padding: 5px;
	border-radius: 2px;
	opacity: 0.9;
	padding-left: 8px;
	padding-right: 6px;
}
span.select2-dropdown{
	min-width: 70px !important;
}

#loading-overlay {
    position: fixed; /* Posicionamento fixo na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fundo semitransparente */
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    z-index: 5000; /* Garante que fique por cima de outros elementos */
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes loader-38 {
        0% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
        8.33% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px;
        }
        16.66% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px;
        }
        24.99% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        33.32% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px -10px 0 5px;
        }
        41.65% {
          box-shadow: 10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px -10px 0 5px;
        }
        49.98% {
          box-shadow: 10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px;
        }
        58.31% {
          box-shadow: -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        66.64% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        74.97% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        83.3% {
          box-shadow: -10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        91.63% {
          box-shadow: -10px -10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        100% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
}
.highlight{
	background: rgb(colorbacklinepairhover) !important;
}

.dashboard-izzyerp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  font-weight: bold;
  max-height: 300px;
  width: 100%;
  box-shadow: 1px 1px 8px var(--colorboxstatsborder);
  border-radius: 5px;
}

.box-izzyerp {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 19.3%;
  height: 30%;
  text-align: left;
  position: relative;
  background-color: #f7f7f7;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 1px;
  box-shadow: 1px 1px 8px var(--colorboxstatsborder);
}

.box-weather {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 19.3%;
  height: 100px !important;
  text-align: left;
  position: relative;
  background-color: #f7f7f7;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 1px;
  box-shadow: 1px 1px 8px var(--colorboxstatsborder);
}

.circle-izzyerp {
  position: absolute;
  bottom: 42%;
  right: 10%;
  background-color: #00aaff;
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orcamento-realizado {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background-color: #e6f2ff;
  flex: 1;
  text-align: left;
  width: 100%;
  position: relative;
  height: 30%;
  margin-bottom: 10px;
  margin-right: 1px;
  box-shadow: 1px 1px 8px var(--colorboxstatsborder);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.saldo {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #e6f2ff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 79%;
  height: 30%;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 1px 8px var(--colorboxstatsborder);
}

.orcamento-realizado div{
  width: 100%;
    text-align: left;
}

.progresso {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background-color: #e6f2ff;
  flex: 1;
  align-items: center;
  height: 64%;
  margin-bottom: 10px;
  margin-right: 1px;
  box-shadow: 1px 1px 8px var(--colorboxstatsborder);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.saldo-value {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #266190;
  color: #fff;
  width: 35%;
  height: 60%;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
}
.saldo-value .amount{
  color: #fff;
}
.saldo-percent {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #e6f2ff;
  width: 30%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex-direction: column;
}
.saldo-percent .percent-izzyerp{
  position: absolute;
  background-color: #00aaff;
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.balance {
  padding: 10px;
  text-align: left;
  max-width: 35%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  /* position: relative; */
  /* justify-content: center; */
  /* align-items: left; */
}

.percent-izzyerp {
  position: absolute;
  bottom: 25%;
  right: 5%;
  background-color: #00aaff;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.percentbig {
  background-color: #00aaff;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 24px;
}
.orcamento-realizado .percent{
  width: 60px;
  height: 60px;
  bottom: 10px;
}
.amount {
  font-size: 15px;
}
.weather {
  font-size: 12px;
  color: #006666;
}
.chart-container-izzyerp {
  position: relative;
  width: 99.9%;
  height: 0;
  padding-bottom: 50%;
  box-shadow: 1px 1px 8px var(--colorboxstatsborder);
  border-radius: 5px;
  /* overflow-x: auto; */
}

/* 
---------------------------------------------
|              Novo visual forms            |
---------------------------------------------
*/
.button{
  border-radius: 10px !important;
}
/*
* Societe
*/
.containerSociete {
  width: 95%;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.societe{
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.socMain{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.fieldSoc {
  display: block;
  flex-direction: column;
  padding-bottom: 10px;
  min-width: 24%;
  max-width: 52%;
  gap: 4px;
  padding-bottom: 10px;
}

.fieldSoc label {
  display: block;
  width: 100%;
}

.fieldSoc input[type="text"] {
  min-width: 150px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: left;
}
.fieldSoc textarea{
  text-align: left !important;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/*
* Products
*/
.containerProduct {
  width: 99%;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.product {
  padding: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.mainProd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.fieldProd {
  display: block;
  flex-direction: column;
  padding-bottom: 10px;
  /* min-width: 24%; */
  max-width: 52%;
}

.fieldProd label {
  display: block;
  width: 100%;
}

.fieldProd input[type="text"], .fieldProd input[type="number"], .fieldProd textarea {
  /* min-width: 150px; */
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

/*
* Project
*/
.containerProject {
  width: 99%;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.project {
  padding: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.mainProject {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.fieldProject {
  display: block;
  flex-direction: column;
  padding-bottom: 10px;
  max-width: 52%;
}

.fieldProject label {
  display: block;
  width: 100%;
}
.labelChecks label{
  margin-right: 10px;
}

.fieldProject input[type="text"], .fieldProject textarea {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.fieldProject .maxwidthdate{
  min-width: 100px;
}
.side-nav{
  width: 205px !important;
}

.fiche{
  width: 100%;
}
.fieldFiscal {
  display: block;
  flex-direction: column;
  padding-bottom: 10px;
  // min-width: 24%;
  max-width: 52%;
}
.fieldFiscal label {
  display: block;
  width: 100%;
}

.fieldFiscal input[type="text"] {
  min-width: 150px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: left;
}
.fieldFiscal textarea{
  text-align: left !important;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.form-container {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group span {
    display: block;
    padding: 8px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

div.tabs {
  top: 40px !important;
  position: sticky;
  background-color: #fff;
  z-index: 50;
}
div.popuptabset {
	position: sticky !important;
  z-index: 10001 !important;
}
div.popuptab {
	position: sticky !important;
	z-index: 999;
}

tr.liste_titre_filter {
  font-weight: bold !important;
  position: sticky !important;
  top: 0px; /* Fixa no topo da div rolável */
  z-index: 10; /* Garante que fique acima das linhas de dados */
}

tr.liste_titre {
  font-weight: bold !important;
  position: sticky !important;
  top: 0px; /* Fixa no topo da div rolável */
  z-index: 10; /* Garante que fique acima das linhas de dados */
}

.ui-datepicker {
  z-index: 10000 !important;
}

.ui-autocomplete, .ui-autocomplete-item {
    z-index: 10000 !important;
}

.ui-datepicker-calendar {
  z-index: 10000 !important;
}

.titlefield {
  font-weight: bold !important;
}

table td:first-child, 
table th:first-child {
    font-weight: bold;
}

.dropdown-menu {
  z-index: 100;
}

#topmenu-global-search-dropdown {
  border-radius: 10px;
  cursor: pointer;
  background-color: #f5f5f5;
  width: 170px;
  text-align: left !important;
  line-height: 40px !important;
}

#topmenu-global-project-dropdown {
  border-radius: 10px;
  cursor: pointer;
  background-color: #f5f5f5;
  width: 170px;
  text-align: left !important;
  line-height: 40px !important;
  color: black;
}

#topmenu-global-project-dropdown select {
  background: transparent;
  border: 0px;
  color: black;
}

.ui-dialog {
  border-radius: 10px !important;
}

.ui-button {
  border: 0px !important;
  background: #007bff !important;
  padding: 10px !important;
  border-radius: 5px !important;
  color: white !important;
  font-weight: bold !important;
}

.ui-dialog-titlebar {
  font-size: 20px !important;
  background: transparent !important;
  border: 0px !important;
}

#moretabsList {
  z-index: 999;
}
#fichecenter {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

#fichehalfleft {
    width: 25% !important;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
#fichehalfright {
    width: 35% !important;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
#fichehalfcenter {
    width: 40% !important;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.staff-section {
    margin-top: 10px;
}

.fichehalfcenter h4 {
    margin-bottom: 10px;
}
.tasks{
    margin-top: 10px;
    padding: 10px;
    min-height: 200px;
    max-height: 800px;
    overflow: auto;
}
.events{
    margin-top: 10px;
    padding: 10px;
    max-height: 600px;
    overflow: auto;
}
.linkedFiles{
    margin-top: 10px;
    padding: 10px;
    max-height: 600px;
    overflow: auto;
}

.task {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    <!-- background-color: var(--colorbackhmenu1-rgba); -->
}

.task p {
    margin: 5px 0;
}

#job-created, #weather {
    margin-top: 10px;
}

#map {
    border: 1px solid #ddd;
    height: 150px;
}

.project-description {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    <!-- background-color: var(--colorbackhmenu1-rgba); -->
}

.project-description h3 {
    margin: 0 0 10px;
    font-weight: bold;
}

.project-description p {
    margin: 0;
    text-align: justify;
}

.project-timeline {
    border: 1px solid #ccc;
    border-radius: 10px;
    <!-- background-color: var(--colorbackhmenu1-rgba); -->
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-weight: bold;
}

.timeline-item span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  <!-- text-align: center; -->
}

.project-contacts {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    padding: 15px;
    <!-- background-color: var(--colorbackhmenu1-rgba); -->
}

.project-contacts h3 {
    margin: 0 0 10px;
    font-weight: bold;
}

.project-contacts p {
    margin: 0;
}
.start {
    color: #ff5722;
    font-weight: bolder !important;
}

.end {
    color: #009688;
    font-weight: bolder !important;
}

.project-tableforfield {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    padding: 15px;
}
.budget {
    margin-top: 10px;
    margin-bottom: 10px;
}
.weatherCondition {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
    <!-- background-color: var(--colorbackhmenu1-rgba); -->
}
.map {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    padding: 15px;
    <!-- background-color: var(--colorbackhmenu1-rgba); -->
}
.task-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #555;
    background: var(--colorbacktabactive) !important;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.task-progress {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #555;
    background: var(--colorbacktabactive) !important;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btnAddFolder {
  background-color: transparent !important;
  border: 0px !important;
}

.amount, .amountremaintopay{
    font-weight: bold;
}

.izzy-progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    height: 30px;
    overflow: hidden;
}

/* Estilo da barra de progresso */
.izzy-progress-bar {
    height: 100%;
    width: 0%;
    max-width: 100%;
    background: linear-gradient(to right, #4caf50, #8bc34a);
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
    transition: width 0.5s ease-in-out;
}
<!-- Dialog do resumo da oportunidade -->
#summary .card {
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
}
<!-- ------------------------------------------------>
<!-- Mensagens do Chatwoot -->
<!-- ------------------------------------------------>
/* Estilo geral da conversa */
#conversationMessages {
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding: 20px !important;
    max-height: 600px;
}

/* Estilo para mensagens enviadas */
.message-container.sent {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.message-container.sent .message {
    text-align: left;
    background-color: #3B9EFF;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 18px 18px 0 18px;
    max-width: 70%;
}

/* Estilo para mensagens recebidas */
.message-container.received {
    text-align: left;
    margin-bottom: 10px;
}

.message-container.received .message {
    display: inline-block;
    background-color: #5A6169; /* Fundo cinza */
    color: #FFFFFF; /* Texto branco */
    padding: 10px 15px;
    border-radius: 18px 18px 18px 0;
    max-width: 70%;
}

/* Data e hora */
.message-container .message small {
    display: block;
    text-align: left;
    font-size: 10px;
    color: #ffffff;
    margin-top: 5px;
}

/* Izzy AI */
#izzyai-chat-container {
	position: fixed;
	bottom: 80px;
	left: 20px;
	width: 500px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 5000;
}
#izzyai-chat-header {
	background: #007bff;
	color: white;
	padding: 10px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#izzyai-chat-messages {
	height: 500px;
	overflow-y: auto;
	padding: 10px;
}
.izzyai-message {
	padding: 8px 12px;
	margin: 5px;
	border-radius: 10px;
	max-width: 80%;
}
.izzyai-user-message {
	background: #e0e0e0;
	align-self: flex-end;
	text-align: right;
}
.izzyai-system-message {
	background: #007bff;
	color: white;
	align-self: flex-start;
}
#izzyai-chat-input {
	display: flex;
	padding: 10px;
	border-top: 1px solid #ccc;
}
#izzyai-chat-input input {
	flex: 1;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#izzyai-chat-input button {
	margin-left: 5px;
	padding: 8px 12px;
	background: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#izzyai-chat-toggle {
	position: fixed;
	bottom: 20px;
	left: 100px;
	padding: 10px 20px;
	background: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}
.izzyai-waiting-message {
  font-style: italic;
  color: white;
}

.date-divider {
  background-color: #f5f5f5;
  padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 0.9em;
    color: #666;
}
<!-- Dialog de parcelamento -->
.payment-section {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}
.payment-section:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.payment-section label {
  font-weight: 600;
  color: #34495e;
}
.form-grid label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #34495e;
}
.products-section h5 {
    color: #7f8c8d;
    margin-bottom: 10px;
}

// Bordas nos inputs
input:not([type="checkbox"]):not([type="radio"]),
textarea {
  padding: 5px;
  border: 1px solid #c3c3c3ff;
  border-radius: 10px;
}
select, span.select2-selection.select2-selection--single, span.select2-container--default .select2-selection--multiple{
  padding: 0px !important;
  border: 1px solid #c3c3c3ff !important;
  border-radius: 10px;
}
#topmenu-global-project-dropdown select,
#topmenu-global-project-dropdown span.select2-selection.select2-selection--single,
#topmenu-global-project-dropdown span.select2-container--default .select2-selection--multiple {
  border: none !important;
  padding: 0 !important;
}
