body {
  background-color: #1c1c1c;
  color: #f2f2f2;
}

.ui-page-theme-b, .ui-btn.ui-btn-b, .ui-bar-b, .ui-body-b {
  background-color: #333333;
  border-color: #444444;
  color: #f2f2f2;
}

.ui-content {
  background-color: #2e2e2e;
}

.calendarSchedule{
  width: 100%;
}

.fc-view-harness {
  width: 100%;
  height: 1000px;
  overflow-x: scroll;
}

.logo-image {
  display: block;
  margin: 0 auto 20px auto; /* Centraliza e adiciona espaçamento inferior */
  width: 80%; /* Largura responsiva */
  max-width: 300px; /* Tamanho máximo da imagem */
  height: auto; /* Mantém a proporção */
}

.toast {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #444;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1000;
  font-size: 14px;
  box-shadow: 0 0 12px #0c6af3;
}

.search-patients {
  margin: 0;
  min-height: 2.2em;
  text-align: left;
  background-color: #333333;
  border-radius: 5px;
  padding: .4em;
  line-height: 1.4em;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border-style: solid;
  border-color: #2a2a2a;
  box-shadow: 0 0 8px #0c6af3;
  color: #fff;
}

.search-patients:focus {
  box-shadow: 0 0 15px #0c6af3;
}

#table-column-toggle{
  color: #fff;
  border-radius: 10px;
  border-color: #0c6af3;
  background: transparent none;
  border-width: 1px;
}

.thead-new{
  box-shadow: 0 0 5px 5px #2a2a2a;
  margin-bottom: 3px;
}

.calendarSchedule {
  border-radius: 5px;
  border-style: solid;
  border-color: #2a2a2a;
  box-shadow: 0 0 8px #0c6af3;
  color: #fff;
}

.ui-popup-container.ui-flip {
  transition: transform 0.8s ease;
}

#photo_profile {
  width: 100%;
  height: auto;
  border-radius: 2%;
  border: 2px solid #0c6af3;
  box-shadow: 0 0 8px #0c6af3;
  margin-bottom: 5px;
}

