.dhen-hamburger-menu-section {
  border: none;
  color: inherit; /* To keep the background consistent */
  background-color: inherit; /* To keep the background consistent */
  cursor: pointer; /* To show it's clickable */
  padding: 0 16px;
  margin: 0;
}

.dhen-hamburger-menu-empty {
  width: 60px;
}

/* Mobile devices */
@media (max-width: 480px) {
  .dhen-hamburger-menu-section {
    padding: 0 8px;
  }

  .dhen-hamburger-menu-empty {
    width: unset; /* Unset the width on mobile devices */
  }
}

/* Sidenav styles*/
.all-content-top-wrap-and-sidenav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100%;
  min-width: 100%;
  overflow: auto; /* Scroll */
}

.all-contents-top-wrap {
  flex: 1 1 100%; /* NOTE: Side-nav flex-grow is setto 0 so that only content get expanded */
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center; /* Config */
}

.all-contents-wrap-1 {
  flex: 1 1 var(--main-content-max-width);
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center; /* Config */
}

.all-contents-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.all-content-disable-flex-grow {
  flex-grow: 0;
  flex-basis: var(--main-content-max-width);
}

.all-content-column-1-prop {
  width: 100%; /* Note */
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--main-content-left-padding);
  /* border-left: 1px solid var(--border-color-1); */
}

.all-content-special-column-1-padding {
  padding: var(--main-content-top-padding) var(--main-content-left-padding);
}

.all-content-disable-column-1-padding {
  padding: 0;
}

#dhen-side-nav-expanded {
  flex: 0 0.5 260px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid var(--border-color-1);
  min-height: 100vh;
}
#dhen-side-nav-collapsed {
  flex: 0 0 75px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 0;
  margin: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid var(--border-color-1);
  min-height: 100vh;
}

.dhen-side-nav-heading-container {
  min-width: 100%;
  display: block;
  background-color: var(----primary-bg-color);
  color: var(--primary-color);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.dhen-side-nav-heading-circular-image-expanded {
  width: 100px;
  height: 100px;
  border-radius: 50%; /* This makes the image circular */
  object-fit: cover; /* This ensures the image covers the area without stretching */
  margin-top: 8px;
}

.dhen-side-nav-heading-circular-image-collapsed {
  width: 50px;
  height: 50px;
  border-radius: 50%; /* This makes the image circular */
  object-fit: cover; /* This ensures the image covers the area without stretching */
  margin-top: 8px;
  margin-bottom: 8px;
}

.dhen-side-nav-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 100%;
}

.dhen-side-nav-menu-item {
  padding: 8px 0px 8px 0px;
  border: none;
  width: 100%;
}

.dhen-side-nav-menu-selected {
  color: var(--sva-red-color-1);
  background-color: var(--selected-item-bg-color-1);
  border-left: 3px solid var(--sva-red-color-1);
}

.dhen-side-nav-menu-item button {
  border: none;
  color: inherit; /* To keep the background consistent */
  background-color: inherit; /* To keep the background consistent */
  cursor: pointer; /* To show it's clickable */
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
}
/*
.side-nav-menu-heading {
  font-size: 15px;
  font-weight: 500;
  text-align: left;

  margin-top: 6px;
  margin-bottom: 12px;
}

.side-nav-menu-content p,
.side-nav-menu-content a {
  font-size: 13px;
  font-weight: 400;
  text-align: left;

  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 8px;
  margin-right: 0px;
}
*/

/*
.content {
  display: block;
  height: 100%;
  width: 100%;
}

.sub-header1-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 35px;

  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.sub-header1-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: small;
  font-weight: 600;
}
*/

/* Notification popup*/
#notification-popup-wrap {
  display: none;
  position: fixed;
  top: 70px;
  right: 10px;
  width: 400px;
  height: auto;
  border: 1px solid var(--border-color-1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.ts-fullpage-modal {
  display: none;
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgba(0, 0, 0, 0.4);  Black w/ opacity */
}
