:root {
  --info: #216D40 !important;
  --primary: #216D40 !important;
  --primary-dark: #216D40 !important;
}

.bg-logo {
  background-color: #FFF;
}

.h-header {
  height: 4.85rem;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
}

.bg-grad-sidebar {
  background-image: none;
  background-color: var(--primary);
}

.pt-header {
  padding-top: 6.75rem;
}

.absolute.pin-t.pin-l.pin-r.bg-logo.flex.items-center.w-sidebar.h-header.px-6.text-white {
  display: flex;
  justify-content: center;
}

.absolute.pin-t.pin-l.pin-r.bg-logo.flex.items-center.w-sidebar.h-header.px-6.text-white img{
  max-width: 150px !important;
}

.max-w-xs{
  max-width: 75% !important;
}

.menu-dark{
  background-color:#22543D;
}

.text-white{
  color: #fff !important;
}

.profile-pic{
  border: solid 2px #fff;
  align-self: center;
  max-width: 35px;
}

.justify-around{
  justify-content: space-around;
}