#main {
  width: 100%;
}

.layouts_sidebar_wrapper {
  min-width: 63px;
}

.wrapper2 {
  display: flex;
  flex-direction: row;
}

.layouts_sidebar {
  position: fixed;
  z-index: 1000;
  width: 63px;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow, drop-shadow */
  background-color: rgba(255, 255, 255, 1); /* bg-white bg-opacity-90 */
  transition-property: all; /* transition-all */
  transition-duration: 300ms; /* duration-100 */
  transition-timing-function: ease-in-out; /* ease-in-out */
  &::-webkit-scrollbar {
    width: 0px; /* [scrollbar-width:none] [&::-webkit-scrollbar]:w-0 */
  }

  &:hover {
    min-width: 220px;
  }

  /* ${isMenuVisible ? "w-[260px]" : "w-[63px]"} */
}

.margin-left-8 {
  margin-left: 8px;
}

.sidebar-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sidebar-button {
  z-index: 1;
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.sidebar-button-image {
  width: 28px;
  height: 28px;
}
.logo-dara {
  width: 112px;
}
.mini-logo-dara {
  width: 48px;
  margin: 4px;
  margin-top: 8px;
}
.empty-div {
  width: 28px;
  margin-right: 8px;
}

.user-institution-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
}

.username {
  margin-top: 8px;
  margin-bottom: 16px;
}
.username .user {
  font-size: 16px;
  font-weight: 600;
  color: #4B5563;
  text-align: center;
  text-decoration: none;
}
.institution {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4B5563;
  text-align: center;
  margin-bottom: 0px;
}
.institution-select {
  background-color: #F9FAFB;
  border: 1px solid #D1D5DB;
  color: #374151;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-right: 4px;
  margin-left: 4px;
}
.hidden {
  display: none;
}

.sidebar-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sidebar-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  text-decoration: none !important;
}
.icon-size-8 {
  width: 32px;
  height: 32px;
}
.icon-label {
  font-weight: 500;
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
}

.sidebar-buttons > .active-button {
  color: #FAFAFA;
  background-color: #EC6608;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px rgb(0, 0, 0 / .1), 0 4px 6px -4px rgb(0, 0, 0 / .1);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0, 0, 0 / .1), 0 4px 6px -4px rgb(0, 0, 0 / .1);
}
.non-active-button {
  --tw-bg-opacity: 0;
}
.non-active-button:hover {
  --tw-bg-opacity: 0.2;
}

.active-button {
  --tw-bg-opacity: 0.2;
}

.sidebar-buttons > .dara-orange {
  color: rgb(236, 102, 8);
  background-color: rgb(236, 102, 8, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-light-orange {
  color: rgb(247, 194, 156);
  background-color: rgb(247, 194, 156, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-pink {
  color: rgb(199, 19, 93);
  background-color: rgb(199, 19, 93, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-blue {
  color: rgb(69, 101, 173);
  background-color: rgb(69, 101, 173, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-cyan {
  color: rgb(0, 154, 155);
  background-color: rgb(0, 154, 155, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-green {
  color: rgb(174, 190, 56);
  background-color: rgb(174, 190, 56, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-light-green {
  color: rgb(190, 203, 96);
  background-color: rgb(190, 203, 96, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-bordeaux {
  color: rgb(77, 1, 33);
  background-color: rgb(77, 1, 33, var(--tw-bg-opacity));
}
.sidebar-buttons > .dara-red {
  color: rgb(220, 38, 38);
  background-color: rgb(220, 38, 38, var(--tw-bg-opacity));
  fill: rgb(220, 38, 38);
}

.uncollapsed-button {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 0;
}
.collapsed-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.align-buttons {
  margin-top: 175px;
}
