@charset "UTF-8";
.hover-footer-show .card-footer {
  transition: opacity 0.3s ease;
}

.hover-footer-show .card:hover .card-footer {
  opacity: 0.2;
}

.agenda-tabela {
  border-collapse: collapse;
}

.sem-borda-thead tr {
  border: none !important;
}

.sem-borda-thead thead th {
  border-bottom: none !important;
}

.sem-borda-thead td,
.sem-borda-thead th {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.agenda-tabela td,
.agenda-tabela th {
  border: none !important;
  padding: 4px;
  /* opcional: para dar espaço entre os cards */
  vertical-align: top;
}

.agenda-tabela thead th {
  border-top: none !important;
  border-bottom: none !important;
}

/* Espaço entre semanas (linhas) */
.agenda-tabela tbody tr + tr {
  border-top: 12px solid transparent;
}

.borda-hoje {
  border: 2px solid;
  border-color: #5bc0de;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.borda-hoje:hover {
  border: 1px solid #3f4143;
}

.borda-normal:hover {
  border: 1px solid #3f4143;
  color: #fff !important;
}

.mp-0 {
  margin: 0 !important;
  padding: 0 !important;
}

#agendamento-marcado:hover {
  background-color: #d9e4e8;
  cursor: pointer;
}

.alertas .titulo {
  font-weight: 700;
  font-size: 13px;
  color: #212529;
  -webkit-font-smoothing: antialiased;
}
.alertas * {
  color: rgb(105, 114, 123);
}
.alertas label {
  font-weight: 400 !important;
  font-size: 16px;
}

.checkboxlist {
  min-width: 330px;
}
.checkboxlist * {
  color: rgb(105, 114, 123) !important;
}
.checkboxlist td {
  line-height: 12px;
}
.checkboxlist input {
  padding-top: 5px;
}
.checkboxlist label {
  margin-bottom: 0px;
  margin-top: -2px;
  font-weight: 400 !important;
  font-size: 12px;
}

.form-floating-group *:not(label) {
  font-size: 10px;
}
.form-floating-group label {
  font-size: 10px !important;
  background-color: white !important;
}

#board_agenda {
  min-width: 1700px;
  zoom: 0.6;
}
#board_agenda .semana {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
#board_agenda .semana:first-child {
  margin-bottom: 0px;
}
#board_agenda .semana:first-child .col {
  font-size: 27px;
}
#board_agenda .semana .col {
  font-size: 16px;
}
#board_agenda .semana#s0 {
  position: sticky;
  font-size: 1.7rem;
}

#btnadd,
#btnshare {
  color: #2e7fa3;
  float: left;
  border-radius: 27px;
}

.agendadia {
  border: 1px solid #6ebce0;
  border-top: none;
  border-radius: 20px;
  background-color: white;
  margin: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}
.agendadia.passado {
  filter: grayscale(1) opacity(0.4);
}
.agendadia.passado:hover {
  filter: grayscale(1) opacity(1) !important;
}
.agendadia.feriado {
  filter: sepia(1) hue-rotate(18deg) opacity(0.4);
}
.agendadia.feriado:hover {
  filter: sepia(1) hue-rotate(18deg) opacity(1) !important;
}
.agendadia.futuro {
  filter: grayscale(0.6) hue-rotate(18deg) opacity(0.4);
}
.agendadia.futuro:hover {
  filter: grayscale(0.6) hue-rotate(18deg) opacity(1) !important;
}
.agendadia .preparo {
  background: linear-gradient(0deg, #b9f1df 56%, #6ebce0 55%);
  height: 100%;
  padding-bottom: 20px;
}
.agendadia .titulo {
  background-color: #6ebce0;
  font-size: 1.2rem;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.agendadia .titulo span {
  position: relative;
}
.agendadia .titulo span .badge {
  margin-left: 2px;
  padding-top: 7px;
  margin-top: -5px;
  background-color: rgba(255, 255, 255, 0.8666666667);
  color: #6ebce0;
  position: absolute;
}
.agendadia .pacientes {
  display: flex;
  line-height: 1.4rem;
  flex-direction: column;
  z-index: 999;
  zoom: 1;
  height: 100%;
  padding-top: 20px;
  background-color: white;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.58);
}
.agendadia:hover .buttons a[id^=btn] {
  opacity: 1;
  transition: opacity 0.5s;
}
.agendadia .buttons {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 8px 0px 8px 0px;
  height: 59px;
  background-color: #b9f1df;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 99;
}
.agendadia .buttons .btnagenda {
  width: 43px;
  height: 43px;
  border-radius: 50px;
  margin: 0px 5px 0px 5px;
  cursor: pointer;
  opacity: 0;
  font-size: 1.4rem;
  transition: opacity 0.5s;
  color: #6ebce0;
  border: 3px solid #6ebce0;
  padding: 5px 4px;
}

.procedimento {
  cursor: pointer;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  width: 100%;
  text-wrap: balance;
}
.procedimento .lblHora {
  padding: 0px 8px 0px 13px;
  color: #477e96;
  text-align: center;
  font-weight: 700;
}
.procedimento .lblProcedimento {
  padding-left: 5px;
  font-weight: 600;
  text-align: left;
  color: orangered;
  overflow-x: hidden;
  width: 100%;
}
.procedimento .lblMedico {
  padding: 0px 5px;
  text-align: left;
  font-weight: 600;
  color: #2d6b87;
  width: 100%;
}
.procedimento .lblPaciente {
  font-size: 1rem;
  padding-left: 8px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.procedimento:hover {
  background-color: #ecf7eb;
}

.pacientes .procedimento:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #e9f5fa;
}

.atendimento-agendado tr th:nth-child(1), .atendimento-agendado tr td:nth-child(1) {
  text-align: center !important;
}
.atendimento-agendado tr th:nth-child(3), .atendimento-agendado tr td:nth-child(3) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.estoque-analitico tr th:nth-child(1), .estoque-analitico tr td:nth-child(1) {
  text-align: center !important;
}
.estoque-analitico tr th:nth-child(4), .estoque-analitico tr th:nth-child(6), .estoque-analitico tr th:nth-child(7), .estoque-analitico tr th:nth-child(8), .estoque-analitico tr th:nth-child(9), .estoque-analitico tr td:nth-child(4), .estoque-analitico tr td:nth-child(6), .estoque-analitico tr td:nth-child(7), .estoque-analitico tr td:nth-child(8), .estoque-analitico tr td:nth-child(9) {
  text-align: right !important;
}

.estoque-baixa tr th:nth-child(1), .estoque-baixa tr td:nth-child(1) {
  text-align: center !important;
}
.estoque-baixa tr th:nth-child(5), .estoque-baixa tr td:nth-child(5) {
  text-align: right !important;
  width: 20mm;
  padding-right: 4mm;
  direction: rtl;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.estoque-baixa tr th:nth-child(4), .estoque-baixa tr th:nth-child(7), .estoque-baixa tr th:nth-child(8), .estoque-baixa tr th:nth-child(9), .estoque-baixa tr td:nth-child(4), .estoque-baixa tr td:nth-child(7), .estoque-baixa tr td:nth-child(8), .estoque-baixa tr td:nth-child(9) {
  text-align: right !important;
}

.atendimento-cancelado tr th:nth-child(1), .atendimento-cancelado tr td:nth-child(1) {
  text-align: center !important;
}
.atendimento-cancelado tr th:nth-child(3), .atendimento-cancelado tr th:nth-child(4), .atendimento-cancelado tr th:nth-child(5), .atendimento-cancelado tr td:nth-child(3), .atendimento-cancelado tr td:nth-child(4), .atendimento-cancelado tr td:nth-child(5) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.estoque-entrada tr th:nth-child(1), .estoque-entrada tr td:nth-child(1) {
  text-align: center !important;
}
.estoque-entrada tr th:nth-child(3), .estoque-entrada tr th:nth-child(4), .estoque-entrada tr th:nth-child(6), .estoque-entrada tr td:nth-child(3), .estoque-entrada tr td:nth-child(4), .estoque-entrada tr td:nth-child(6) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.estoque-entrada tr th:nth-child(5), .estoque-entrada tr th:nth-child(7), .estoque-entrada tr th:nth-child(8), .estoque-entrada tr th:nth-child(9), .estoque-entrada tr th:nth-child(10), .estoque-entrada tr td:nth-child(5), .estoque-entrada tr td:nth-child(7), .estoque-entrada tr td:nth-child(8), .estoque-entrada tr td:nth-child(9), .estoque-entrada tr td:nth-child(10) {
  text-align: right !important;
}
.estoque-entrada .devolvido::before {
  content: "Devolvido";
  color: red;
}
.estoque-entrada .utilizado::before {
  content: "Utilizado";
  color: green;
}
.estoque-entrada .estoque::before {
  content: "Em estoque";
  color: orange;
}

.estoque-sintetico tr th:nth-child(1), .estoque-sintetico tr td:nth-child(1) {
  text-align: center !important;
}
.estoque-sintetico tr th:nth-child(6), .estoque-sintetico tr td:nth-child(6) {
  text-align: center !important;
}

.estoque_utilizado .linhapaciente td {
  font-family: inherit !important;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-weight: bold;
  background-color: white !important;
  border-bottom: 2px solid black;
  padding-top: 5mm !important;
}
.estoque_utilizado .linhapaciente td:nth-child(1) {
  padding-left: 4mm;
}
.estoque_utilizado .titulolinhamaterial td {
  font-size: 6pt;
  font-weight: 700;
  border-bottom: 1px solid silver;
}
.estoque_utilizado .linhamaterial td:nth-child(3) {
  text-align: right !important;
}
.estoque_utilizado .linhamaterial td:nth-child(4) {
  text-align: right !important;
}

.estoque-validade tr th, .estoque-validade tr td {
  padding-right: 4mm;
}
.estoque-validade tr th:nth-child(1), .estoque-validade tr td:nth-child(1) {
  text-align: center;
}
.estoque-validade tr th:nth-child(2), .estoque-validade tr td:nth-child(2) {
  font-family: monospace;
}
.estoque-validade tr th:nth-child(3), .estoque-validade tr td:nth-child(3) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.estoque-validade tr th:nth-child(4), .estoque-validade tr td:nth-child(4) {
  font-family: monospace;
}
.estoque-validade tr th:nth-child(5), .estoque-validade tr td:nth-child(5) {
  text-align: right !important;
  font-family: monospace;
}
.estoque-validade tr th:nth-child(6), .estoque-validade tr td:nth-child(6) {
  text-align: right !important;
  width: 40mm;
}
.estoque-validade tr th:nth-child(7), .estoque-validade tr td:nth-child(7) {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5mm;
}
.estoque-validade .rastro {
  text-align: right;
}
.estoque-validade .rastro span:first-child {
  font-family: monospace;
  padding-right: 3px !important;
}
.estoque-validade .rastro span:last-child {
  font-family: monospace;
  font-weight: 900;
}

@page {
  size: A4 landscape;
  margin: 11mm 11mm 11mm 11mm;
}
@media print {
  * {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .linha td {
    padding: 0px;
  }
  .wrapper-relatorio .noprint,
  .noprint,
  .noprint *,
  .tooltip {
    display: none !important;
  }
  .content-wrapper {
    margin: 0px !important;
  }
}
.btn-relatorio {
  width: 60px !important;
  margin-right: 10px;
}

.titulo-relatorio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tabela-relatorio {
  font-size: 9pt !important;
  min-width: 815px;
}
#tabela-relatorio tr th {
  font-weight: 700;
  font-family: inherit !important;
  text-align: left;
  box-sizing: content-box;
  padding-right: 4mm;
}
#tabela-relatorio tr td {
  font-family: monospace;
  padding-right: 4mm;
}
#tabela-relatorio tr:nth-child(2n+1) td {
  background-color: #eee;
}

.rastro {
  text-align: right;
}
.rastro span:first-child {
  font-family: monospace;
  padding-right: 3px;
}
.rastro span:last-child {
  font-family: monospace;
  font-weight: 900;
}

.card-tools {
  display: flex;
}
.card-tools .btn {
  width: 65px !important;
  margin-right: 20px;
  height: 37px !important;
  padding-top: 3px;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
}

.titulo {
  background-color: white;
  z-index: 99;
}

.container-fluid {
  height: 100%;
}
.container-fluid > .row {
  height: 100%;
}

.left-login {
  height: 100vh;
  padding: 0;
  margin: 0;
}

.right-login {
  display: flex;
  align-items: center;
  height: 100%;
  color: #494949;
  background-color: white;
}

form {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}

.row-right {
  width: 100%;
  text-align: center;
}

img.logoumsoft {
  width: 188px;
  margin-bottom: 15px;
}

.google-top {
  display: block;
  width: 100%;
  color: #6a6a6a;
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 35px;
}
.google-top i {
  background: #fdfdfd;
  font-style: normal;
  padding: 9px 9px;
}
.google-top::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #dfdfdf;
  margin: 0 auto;
  margin-top: -16px;
  margin-bottom: 10px;
}

.campo-login label {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 4px;
}
.campo-login input {
  width: 100%;
  font-size: 16px;
  background: #f9f9f9;
  border: solid 1px #dfdfdf;
  border-radius: 100px;
  padding: 13px 21px;
  height: 46px;
}

.btn-enviar {
  width: 100%;
  background: #0063f7;
  border: solid 1px #0063f7;
  border-radius: 100px;
  padding: 5px;
  padding-bottom: 6px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  height: 46px;
  margin-top: 5px;
}

.btn-enviar:hover {
  background: #005ae1;
  color: white;
}

.atendimento1 {
  background-color: rgba(70, 117, 192, 0.2) !important;
}

.atendimento2 {
  background-color: rgba(70, 117, 192, 0.4) !important;
}

.atendimento3 {
  background-color: rgba(70, 117, 192, 0.6) !important;
}

.atendimento4 {
  background-color: rgba(70, 117, 192, 0.8) !important;
}

.livre {
  background-color: rgba(255, 255, 255, 0) !important;
}

.varios {
  background-color: #4675c0 !important;
}

#calendary {
  width: 100%;
  font-size: 0.8rem;
}
#calendary .calendar-header, #calendary .calendar-row {
  display: flex;
  flex-wrap: wrap;
}
#calendary .calendar-day-header {
  width: 38px;
  height: 38px;
  font-weight: bold;
  color: rgb(105, 114, 123);
}
#calendary .calendar-day {
  float: left;
  width: 38px;
  height: 38px;
  transition: background 0.2s;
  padding: 4px;
  text-align: center;
  cursor: pointer;
}
#calendary .calendar-day.empty {
  color: silver !important;
}
#calendary .calendar-day > div {
  width: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 8px;
  color: rgb(105, 114, 123);
}
#calendary .calendar-day:hover:not(.selecionado) {
  background-color: #b6bfd6;
  border-radius: 11px;
}

#tbody-atendimento .horario {
  width: 60px;
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
  color: rgb(105, 114, 123);
}
#tbody-atendimento .idade {
  width: 20px;
  color: rgb(105, 114, 123);
  font-size: 13px;
  text-align: center;
  padding-top: 15px;
}
#tbody-atendimento .idade::after {
  content: " anos";
  font-size: 7px;
  text-align: center;
}
#tbody-atendimento .paciente {
  color: rgb(105, 114, 123);
}
#tbody-atendimento .procedimento, #tbody-atendimento span {
  font-size: 13px;
  color: red;
}
#tbody-atendimento .medico {
  font-size: 12px;
}
#tbody-atendimento .convenio, #tbody-atendimento .origem {
  font-size: 13px;
  border-radius: 100px;
  border: solid 1px black;
  padding: 5px;
  text-align: center;
}

#card-topo .card-header {
  background-color: #4675c0;
  padding: 0.75rem 1rem;
}
#card-topo .card-header > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 20px 0px;
}
#card-topo .card-header * {
  color: white;
}
#card-topo .card-header .paciente {
  font-size: 20px;
}
#card-topo .card-header .sexo, #card-topo .card-header .medico {
  font-size: 16px;
}
#card-topo .card-header .idade {
  font-size: 16px;
}
#card-topo .card-header .idade::after {
  content: " anos";
}
#card-topo .card-header .data {
  font-size: 15px;
}
#card-topo .card-body {
  padding: 0px 20px;
  text-align: center;
}
#card-topo .card-body > div {
  padding: 10px 0px;
}
#card-topo .card-body .carater {
  padding: 9px;
}
#card-topo .card-body .procedimento {
  border-top: 1px solid #ccc;
  padding: 20px;
  color: rgb(105, 114, 123);
}

#resumo-exames {
  margin-top: 30px;
}
#resumo-exames tbody tr th {
  text-align: center;
  font-size: 15px;
  color: rgb(105, 114, 123);
}
#resumo-exames tbody tr td {
  font-size: 13px;
  text-align: right;
  color: rgb(105, 114, 123);
}
#resumo-exames tbody tr th:nth-child(2) {
  background-color: #dae7ff;
  border: 1px solid #ccc;
}
#resumo-exames tbody tr th:nth-child(3) {
  background-color: #d8f3fb;
  border: 1px solid #ccc;
}
#resumo-exames tbody tr td:nth-child(2) {
  background-color: #dae7ff;
  border: 1px solid #ccc;
}
#resumo-exames tbody tr td:nth-child(3) {
  background-color: #d8f3fb;
  border: 1px solid #ccc;
}
#resumo-exames tbody tr td:last-child {
  font-weight: bold;
}
#resumo-exames tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
#resumo-exames .seta-up {
  color: green;
  font-weight: bold;
  font-size: 17px;
}
#resumo-exames .seta-down {
  color: red;
  font-weight: bold;
  font-size: 17px;
}
#resumo-exames .seta-igual {
  color: #333;
  font-weight: bold;
  font-size: 17px;
}

#card-comando a,
#card-comando button {
  width: 100%;
  padding: 10px 10px;
  font-size: 19px;
  font-family: "Segoe UI";
  font-weight: 300;
}

#card-convenio * {
  color: rgb(105, 114, 123);
}
#card-convenio .card-body {
  padding-bottom: 15px;
  text-align: center;
}
#card-convenio .card-body .convenio {
  font-size: 18px;
}
#card-convenio .card-body .matricula {
  font-size: 18px;
}

.card-marca * {
  color: rgb(105, 114, 123);
}
.card-marca > div {
  padding: 10px 30px;
  margin-top: 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
}
.card-marca > div div:nth-child(2) {
  font-weight: bold;
}
.card-marca > div div:nth-child(3) {
  font-weight: 300;
  margin-left: 20px;
}
.card-marca .marca {
  margin-top: 4px;
  margin-right: 15px;
  float: left;
  width: 5px;
  height: 40px;
  border-radius: 10px;
  background-color: #00c292;
}

#card-crhs .card-body > div {
  margin-bottom: 15px;
}
#card-crhs .card-body > div * {
  color: rgb(105, 114, 123);
}
#card-crhs .card-body > div div:nth-child(1) {
  font-weight: bold;
}

@media print {
  .logoprint {
    opacity: 0.8;
    width: 450px;
    border: none;
    display: block !important;
  }
  .graficoajuste {
    margin-top: 100px;
  }
}
#titulopagina {
  font-size: 2.7rem;
  font-weight: 100;
  margin-bottom: 0rem;
}

#subtitulopagina {
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 30px;
}

.linhadebusca {
  margin-top: 40px;
  border-top: 1px solid silver;
  position: relative;
}
.linhadebusca::after {
  font-size: 16px;
  padding: 5px 50px;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
  background-color: #f1f3f4;
}
.linhadebusca:hover::after {
  background-color: silver !important;
}

#MaterialDevolvido::after {
  content: "Materiais devolvidos";
}

#MaterialEmEstoque::after {
  content: "Materiais em estoque";
}

#MaterialUtilizado::after {
  content: "Materiais utilizados";
}

.linhapaciente {
  padding: 20px;
}
.linhapaciente:hover {
  cursor: pointer;
  border-radius: 10px;
  background-color: #eee;
}
.linhapaciente div:first-child {
  font-size: 20px;
  color: rgb(70, 117, 192) !important;
}
.linhapaciente div {
  color: rgb(105, 114, 123) !important;
}
.linhapaciente span:nth-child(1) {
  color: #70757a !important;
  font-size: 14px !important;
  height: auto;
  line-height: 22.12px;
  text-align: left;
}
.linhapaciente span:nth-child(2), .linhapaciente span:nth-child(3), .linhapaciente span:nth-child(4) {
  color: #70757a !important;
  font-weight: bold;
  font-size: 13px;
}

.minidados {
  font-size: 10px;
}

#buscar {
  color: cornflowerblue !important;
}
#buscar input {
  padding-left: 20px;
  border-radius: 20px !important;
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 1.15rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#buscar input:focus {
  border-color: cornflowerblue;
}
#buscar:focus-within * {
  color: cornflowerblue !important;
}
#buscar #busca {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px 15px;
  border: none;
  cursor: pointer;
}

/*.card-body{
    & div{
        line-height: 30px;
        display: flex;
        & div:first-child{
            width:210px;
        }
    }
}*/
.logomarca {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce2e8 !important;
}

.hover-footer-show .card-footer {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-footer-show .card:hover .card-footer {
  opacity: 1;
}

.agenda-tabela {
  border-collapse: collapse;
}

.sem-borda-thead tr {
  border: none !important;
}

.sem-borda-thead thead th {
  border-bottom: none !important;
}

.sem-borda-thead td,
.sem-borda-thead th {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.agenda-tabela td,
.agenda-tabela th {
  border: none !important;
  padding: 4px;
  /* opcional: para dar espaço entre os cards */
  vertical-align: top;
}

.agenda-tabela thead th {
  border-top: none !important;
  border-bottom: none !important;
}

/* Espaço entre semanas (linhas) */
.agenda-tabela tbody tr + tr {
  border-top: 12px solid transparent;
}

.borda-hoje {
  border: 2px solid;
  border-color: #5bc0de;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.borda-hoje:hover {
  border: 1px solid #3f4143;
}

.borda-normal:hover {
  border: 1px solid #3f4143;
  color: #fff !important;
}

.mp-0 {
  margin: 0 !important;
  padding: 0 !important;
}

#agendamento-marcado:hover {
  background-color: #d9e4e8;
  cursor: pointer;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
  margin-top: 73px;
}

.titulo-pagina1 {
  color: rgb(105, 114, 123);
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 200;
}

.subtitulo-pagina1 {
  color: rgb(105, 114, 123);
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: -10px;
}

.btnadd {
  color: rgb(105, 114, 123);
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 9px 15px 10px 15px;
  font-size: 1rem;
  border-radius: 2.25rem;
  transition: all 0.15s ease-in-out;
  background-color: #e9ecef;
}
.btnadd * {
  color: inherit;
}

.componente {
  position: relative;
  margin-top: 20px;
}
.componente * {
  color: rgb(105, 114, 123);
}
.componente label {
  position: absolute;
  top: -0.65rem;
  left: 0.75rem;
  font-size: 0.6em !important;
  background: white;
  padding: 0 0.25rem;
  transition: 0.2s ease all;
  pointer-events: none;
  border-radius: 10px;
  z-index: 1000;
}
.componente input, .componente select {
  padding-top: 13px;
  height: 45px;
  font-size: 0.8em !important;
}

.tarja {
  background-color: rgba(205, 216, 236, 0.537254902);
  border-top: solid 2px #b6bfd6;
  border-bottom: solid 2px #b6bfd6;
}
.tarja .titulo-data {
  background-color: transparent;
  color: rgb(42, 42, 42);
  font-size: 24px;
  padding-top: 10px;
  padding-left: 10px;
}
.tarja .titulo-contador {
  background-color: transparent;
  color: gray;
  padding-left: 10px;
}

.btn i {
  color: white;
}

* {
  color: rgb(70, 117, 192);
}
*:not(i) {
  font-family: "Poppins";
}
* .nav-link {
  padding: 13px 10px !important;
  font-size: 15px;
}
