/*
.button, #menu {
  background-color: #8dc63f !important;
}
*/

#logo > * {
  display: none;
}

#logo {
  background-image: url("./images/menulogo.svg");
  width: 204px;
  height: 56px;
  background-repeat: no-repeat;
  margin-left: -0.45rem !important;
}

/*
header {
  background: #8dc63f !important;
  color: white !important;
}
*/

.bg-blue-100 {
  background-color: #8dc63f !important;
  color: white !important
}

.text-primary-dark {
  color: #76a32e !important;
}

#welcome {
  color: #8dc63f !important;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active, .bg-primary-dark {
  background-color: #76a32e !important;
}