-
+
+
+
+
diff --git a/src/components/AgendarConsulta/style/styleagendamentos.css b/src/components/AgendarConsulta/style/formagendamentos.css
similarity index 74%
rename from src/components/AgendarConsulta/style/styleagendamentos.css
rename to src/components/AgendarConsulta/style/formagendamentos.css
index bcdc8db..d41eb61 100644
--- a/src/components/AgendarConsulta/style/styleagendamentos.css
+++ b/src/components/AgendarConsulta/style/formagendamentos.css
@@ -1,5 +1,5 @@
.form-container {
- max-width: 800px;
+ /*max-width: 800px;*/
margin: 20px auto;
padding: 25px;
background: #f5f8ff;
@@ -106,3 +106,40 @@
font-size: small;
}
+.campos-informacoes-paciente,.campo-informacoes-atendimento{
+ display: flex;
+ gap: 10px;
+ flex-direction: row;
+}
+
+.campo-de-input{
+ display: flex;
+ flex-direction: column;
+
+}
+
+
+#informacoes-atendimento-segunda-linha{
+ margin-top: 10px;
+ display: flex;
+ flex-direction: row;
+ gap: rem;
+}
+
+textarea{
+ width: 30px;
+ resize: both;
+
+}
+
+#informacoes-atendimento-segunda-linha-esquerda input{
+ width: 200px;
+}
+
+input[type='text']{
+ width: 600px;
+}
+
+select[name='solicitante']{
+ width: 300px;
+}
\ No newline at end of file
diff --git a/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css b/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css
index d2692d3..e890b6f 100644
--- a/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css
+++ b/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css
@@ -80,3 +80,7 @@
.tabelasemanal tr:hover {
background-color: #f1f1f1 !important;
}
+
+tr{
+ width: 1000px;
+}
\ No newline at end of file
diff --git a/src/pages/DoctorDetails.jsx b/src/pages/DoctorDetails.jsx
index 25a26e4..c8b7726 100644
--- a/src/pages/DoctorDetails.jsx
+++ b/src/pages/DoctorDetails.jsx
@@ -111,7 +111,7 @@ const Details = ({ patientID, setCurrentPage }) => {