/* HIDE RADIO */
input[type=radio] > input[name="pickupBy"], input[type=radio] > input[name="createdBy"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* IMAGE STYLES */
  input[type=radio] + img {
    cursor: pointer;
  }

  /* CHECKED STYLES */
  input[type=radio]:checked + img {
    outline: 2px solid var(--bs-primary);
    box-shadow: 0 4px 8px 0 var(--bs-primary), 0 6px 20px 0 var(--bs-primary);
  }

#iconNavbarSidenav a {
    display: block; /* Ensure the link takes up the full space */
}

#iconNavbarSidenav {
    width: fit-content; /* Set width to accommodate the icon */
    height: 100%; /* Set height to accommodate the icon */
}
