body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;

}



.material-symbols-outlined-fill {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

img{
    max-width:100%;
}

.block{
	margin-bottom: 0px !important;
}
#chatbot {
  width: 90%;
  margin: 10px;
  background: #fff;
 /* border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  */
  overflow: hidden;
  
  float: left;
}

#div-relatorio {
  width: 60%;
  margin: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  float: left;
}

#chat-header {
  background: #007bff;
  color: #fff;
  padding: 10px;
  text-align: center;
}

#chat-window {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  font-size: 0.9em;
}

#subject-window{
	width: 35%;
	min-height: 200px;
	border: 1px solid #ccc;
	float: right;
	font-size: 0.8em;
	margin: 10px;
	border-radius: 8px; 
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.FormDisciplina select {
  font-weight: bold;
  font-size: 18px;

}

.FormDisciplina{
float: right;
margin-right: 50px;
}


.copy-btn {
  color: white;
  right: 5px;
  top: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.copy-btn:hover {
  color: #2592c5;
}

.up-btn {
  color: white;
  right: 5px;
  top: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.up-btn:hover {
  color: #2592c5;
}



.content-Area {
  max-width: 80%;
  padding: 8px;
  margin-left: 35px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;

}

.content-message {
  width: 28%;
  float: left;
  background: #2592c5 ;
  color: white;
  align-self: flex-start;
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
  margin-left: 10px;
}

.content-message a{
  color: white;
  font-size:0.9em;
}

.contentsection-message{

  font-size:0.8vw;
}

.header-message {
            display: flex;
            align-items: center;
            min-height: 15vh;
        }



.headericon-message {
            width: 40px;
            height: 40px;
        /*    background:url(/images/ia/tiraduvidas/iconePlay.png); */
            background: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
            aspect-ratio: 3/3;
        }

.footermessage {
            padding: 10px;
            align-items: center;
            background: #005177;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            margin:-20px ;
            margin-top: 15px;
            padding-left: 20px;
            display: flex;
            font-size: 0.9em;
        }
        
.content-Area h2 {
            margin: 0;
            font-size: 18px;
          }

#chat-output {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.divResposta {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.avatarProf{
	width:50px;
	float: left;
}


.message {
  
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 0px;
}

.user-message {
  display: table;
  width: auto;
  padding: 1rem;
  border-radius: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  margin-left: auto;
  border-bottom-right-radius: 0;
  color: #000000;
  font-size: 1.2em;
}

.bot-message {
  background: #2592c5;
  color: white;
  border-radius: 20px 20px 0px 0px;
  float:left;
}




#chat-input {
  margin-top: 1rem;
}

#user-input {
  width: 100%;
  height: 100px;
  padding: 0.75rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.4;
  vertical-align: top;
}


.input-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #005177;
  padding: 0.5rem 1rem;
  color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}



.input-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.input-icon-wrapper p {
  margin: 0;
  padding: 0;
}

.input-footer i {
  color: #fff;
  transition: color 0.2s, transform 0.2s; 
}

.input-footer i:hover {
  color: #e3941c;
}

/* BotÃ£o "Saiba mais" */
.input-button {
  background: #fff;
  color: #1C74A3;
  border: none;
  border-radius: 16px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: bold;
  transition: 0.2s, transform 0.2s;
}

.input-button:hover {
  background: #e3941c;
  color: #ffffff;
}

 #file-btn {
  background: none;
  border: none;
 }
/*
#send-btn, #file-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

#send-btn:hover, #file-btn:hover {
  background: #0056b3;
}
*/
#file-preview {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 4px;
  display: none; /* Oculto inicialmente */
}

#file-icon {
  font-size: 1.5em;
}

#file-name {
  font-size: 0.9em;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

#clear-file-btn {
  background: #ff4d4d;
  color: #fff;
  border: none;
  padding: 5px 8px;
  border-radius: 4px;
  cursor: pointer;
}

#clear-file-btn:hover {
  background: #e60000;
}




.assistant-bubble-footer {
  background-color: #005177;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
}

@media (max-width: 992px) {
  #subject-window{
    width: 90%;
    min-height: 200px;
    border: 1px solid #ccc;
    float: none;
    font-size: 0.8em;
    margin: 10px;
    border-radius: 8px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }  
  #chatbot {
    width: 90%;
    margin: 10px;
    background: #fff;
    overflow: hidden;
    float: none;
  }
  #user-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
   
  }
  .content-Area {
  display: contents;
  }
  .content-message {
    width: 80%;
	margin-top:15%;
  }
  .header-message {
    min-height: 5vh;
  }
  
  .avatarProf{
	display:none;
	}
	
  .FormDisciplina select {
	font-weight: bold;
	font-size: 16px;
	}

  .FormDisciplina{
	float: right;
	margin-right: 10px;
	}


}