/* fix bootstrap dropdown datatables issues */
  .Select-menu-outer {
    display: block !important;
}


/* Gallery image*/
#gallery-image {
  max-height: 100vh; /* Fit the image to the height of the viewport */
  width: auto; /* Adjust width to maintain aspect ratio */
  display: block; /* Remove extra space below the image */
  margin: 0 auto; /* Center the image horizontally if there's extra space */
}
