.menu-header-logo img {
  width: 177px;
}

.customIcon {
  color: #f17012;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.menu-body-scrollable {
  height: 100vh;
  overflow-y: auto;
}

::-webkit-scrollbar {
  background-color: rgba(255, 110, 64, 0.15) !important;
  width: 6px !important;
  border: none !important;
  right: 3px !important;
  z-index: 2;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 110, 64, 0.15) !important;
  width: 6px !important;
  border: none !important;
  right: 3px !important;
  z-index: 2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.optionListContainer {
  z-index: 1000 !important;
}

.btn__primary:hover {
  background-color: #f17012 !important;
  color: white !important;
}

.btn__primary--active {
  background-color: #f17012 !important;
  color: white !important;
}

.multiSelectContainer ul {
  max-height: 500px !important;
}

.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's above other elements */
}

.fullscreen-modal img {
  max-width: 90%;
  max-height: 90%;
  cursor: pointer; /* Indicates the image can be clicked */
}
