

@charset "UTF-8";
/* CSS Document */


.EL_mngrs_office_page_card_submit  {
    background-color: var(--green);
    border: 2px solid;
    border-color: var(--green);
    border-radius: 25px;
    color: white;
}

.EL_mngrs_office_page_card_submit:hover {
    background-color: var(--green-hover);
}

#dark_text_submit {
    color: white;
}
.dc_activity_box_body_desc_flextimes_slot a {
    background-color: var(--green);
    color: white;
}
.dc_activity_box_body_desc_flextimes_slot a:hover {
    background-color: var(--green-hover);
    color: white;
}

/*
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
width:100%;
height:100%;
  background-color: rgba(211, 211, 211, 0.75); /* Light grey with 50% opacity */
  pointer-events: none; /* Ensures the overlay doesn't interfere with content interaction */
  z-index: 0; /* Ensure it is behind the content */
}
*/