body {
  padding-top:00px;
}

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 0px;
  margin-top: 0px;

}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
margin-top: 20px;
background-color: #F0F0EC;
font-size: 20px !important;
}

.nav-item weblink {
    color: #00DD39
}

.static-top.navbar .navbar-collapse {
  background-color: #F0F0EC;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 50px;
}

/* Styling for menu items */ 
body #navbar .navbar-nav > li > a {
  text-decoration: none;
  border-bottom: 2px solid #f2f2f5;
  font-weight: 600;
  background-color: transparent;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 24px;
  font-family: Lexend HM !important;
}
/* Styling for mouse-over */
body #navbar .navbar-nav > li > a:hover {
border-color: #F0F0EC;
}
/* Styling for active menu items */ 
body #navbar .navbar-nav li a.active {
  text-decoration: underline !important;
  text-decoration-color: #00DD39 ! important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 10px;
  color: #004E2B !important;
  font-family: Lexend HM !important;

}
p.smallText {
  font-family: Lexend HM !important;
  }

  .crmEntityFormView, .entitylist, .modal-content, .popover-content {
    background-color: #FFFFFF !important;
    color: #000000;
    border: 0px solid #f2f2f2;
}

h2 p {
  color: #004e2b !important; 
}

.crmEntityFormView .tab-title {
    color:#004E2B !important;
}

.msos-input-container > input {
background-color: white !important;
}

.msos-filter-container {
  background-color: white !important;
}

.hamburger, .toggle-menu {
  display: block;
  position: absolute;
  right: 30px;
}

button.navbar-toggler {
position: absolute;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.static-top.navbar-dark .navbar-brand a {
  color: #000000;
  padding: 75px;
}

.wrapper-body {
  margin-left: 100px;
  margin-right: 100px;
}

.navbar-toggler {
  background-color: white !important;
}

.navbar-dark .navbar-toggler {
  border: white !important;
}

/* MODAL (POPUPS) */

.modal {
  --bs-modal-width: 50%;
}
.modal-header {
  background-color: #F0F0EC;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  font-family: Lexend HM;
  font-weight: bold;
  color: #004E2B;
  font-size: 30px;
}
.modal-content{
  font-family:Lexend HM !important; 
  color:#3B3B3B !important;
  font-size: 14px !important;
}
.modal-footer {
  display: none;
}

.btn-logout {
  color: #FFFFFF;
  background-color: #004E2B;
  border-color: #004E2B;
  border-radius: 2px;
  border-style: solid;
  font-family: Lexend HM;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 20px;
  width: fit-content;
  margin-right: 50px;
}

.btn-nologout {
  color: #004E2B;
  background-color: #00DD39;
  border-color: #00DD39;
  border-radius: 2px;
  border-style: solid;
  font-family: Lexend HM;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 20px;
  width: fit-content;
}