#orfanidapp {
  font-family: Roboto, Arial, sans-serif;
}

#orfanidapp header.v-app-bar,
#orfanidapp .v-application--wrap > header {
  background-color: #325880 !important;
}

#orfanidapp header .v-toolbar__title,
#orfanidapp header .v-btn {
  color: #ebd405 !important;
}

#orfanidapp header .v-btn {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-transform: uppercase;
  white-space: nowrap;
}

#orfanidapp header .v-toolbar__items {
  align-items: stretch;
}

#orfanidapp .sections-panel {
  background-color: #325880 !important;
  border: 0;
  height: 100%;
}

#orfanidapp .sections-panel .v-btn {
  background-color: #325880 !important;
  border-radius: 0;
  color: #ffffff !important;
  justify-content: flex-start;
  min-height: 45px;
  width: 100%;
}

#orfanidapp .sections-panel .v-btn.active {
  background-color: #ffffff !important;
  color: #325880 !important;
}

#orfanidapp .chat-icon {
  background-color: #325880 !important;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff !important;
  height: 56px;
  position: fixed;
  right: 20px;
  width: 56px;
  z-index: 1000;
}
