.sidebar.collapsed {
      width: 60px; /* Collapsed width */
}

.sidebar-bottom-chats-icon {
      height: 20px;
      width: 20px;
      opacity: 0.6;
      display: flex;
      /* width: min-content; */
      justify-content: center;
      align-items: center;
      align-self: center;
      justify-self: center;
}

.recent-chats-text,
.new-session-text,
.sidebar-recent-part,
.sidebar-bottom-chats-text,
.sidebar-bottom-part {
      transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.expand-sidebar {
      position: absolute;
      left: 10px;
      top: 12%;
      /* background: #ff6600; */
      color: white;
      /* padding: 5px 10px; */
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
      display: none; /* Initially hidden */
      height: min-content;
      /* left: 0px; */
}

.sidebar.collapsed + .expand-sidebar {
      display: block;
}
.expand-icon {
}
.collapse-icon {
      height: 20px;
}
.collapse-sidebar {
      width: min-content;
      top: 10px;
      left: 10px;
      /* color: #eb2f2f; */
      padding: 8px;
      border-radius: 100px;
      cursor: pointer;
      font-weight: bold;
      display: flex;
      align-self: self-start;
      transform: rotate(0deg);
      /* background-color: #e6e0e9; */
      /* margin: 7px; */
      transition: 0.3s ease;
      margin-bottom: 8px;
      margin: 7px;
}
.collapse-sidebar:hover{
	background-color: var(--chat-bg-shade-4);
}
.recent-chats {
      display: flex;
      /* justify-content: space-between; */
      font-size: 11px;
      color: #f4954e;
      /* margin: 7px 0px; */
      margin-top: 22px;
      /* height: 100%; */
      transition: 0.3s ease;
      /* flex-direction: column; */
      gap: 10px;
      width: min-content;
      padding: 14px;
      /* background-color: #e6e0e9; */
      border-radius: 100px;
}
.recent-chats-text {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      align-self: center;
      font-size: 18px;
      color: #424242;
      height: min-content;
      transition: font-size 0.3s ease;
      display: none;
}

.sidebar-bottom-chats-text {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      align-self: center;
      font-size: 14px;
      color: var(--text-color);
      height: min-content;
      transition: font-size 0.3s ease;
      display: none;
      min-width: 80px;
      text-align: left;
      opacity: 0.5;
}

.new-session-text {
      color: var(--text-color);
      width: max-content;
      font-size: 13px;
      align-items: center;
      height: 100%;
      align-self: center;
      justify-content: center;
      display: flex;
      text-align: center;
      flex-direction: column;
      transition: font-size 0.3s ease;
      display: none;
}

.sidebar {
      z-index: 5;
      width: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      /* border-right: 1px solid var(--border-color); */
      backdrop-filter: blur(2px);
      background-color: var(--chat-bg-shade-2);
      padding: 10px 0px;
      transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
      overflow: hidden;
      /* margin: 6px; */
      /* box-shadow: 0px 0px 6px var(--shade-3); */
      /* border-radius: 21px; */
      padding-bottom: 63px;
      min-width: 40px;
}
.sidebar .settings-button {
    padding: 7px 10px;
    color: #424242;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    width: 100%;
    gap: 10px;
}
.sidebar-controls {
      width: min-content;
      /* No fixed height */
}

.sidebar-recent-part {
      flex-grow: 1; /* 🔥 This makes it take up the remaining space */
      display: flex; /* Ensure it remains a flex container if needed */
      flex-direction: column;
      overflow-y: auto; /* Enable scrolling if content overflows */
      display: none;
      margin-top: 20px;
      scrollbar-width: thin;
      scrollbar-color: var(--bg-hover) #f9f9f900;
      border-top: 1px solid  var(--bg-hover);
      border-bottom: 1px solid  var(--bg-hover);
      padding-top: 10px;
}

.sidebar-bottom-part {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      /* gap: 10px; */
      align-items: center;
      justify-self: flex-end;
      /* No fixed height */
      padding-left: 9px;
}
.chat-item-link {
      text-decoration: none;
}

.chat-item {
      padding-left: 14px;
      font-size: 14px;
      color: #9f9f9f;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      /* border: 1px solid #ffbd8d; */
      border-radius: 12px;
      /* transition: background-color 0.3s ease; */
}

.chat-item div {
      color: var(--text-color);
}

.chat-item:hover {
      background-color: var(--bg-hover);
}
.chat-item:hover .grip-vertical-icon {
      opacity: 1;
}
.chat-item-question-icon-png {
      opacity: 0.5;
      height: 15px;
      display: flex;
      /* padding-right: 10px; */
}
.chat-item-question-icon {
}

.recent-chats-icon {
      height: 20px;
      opacity: 0.6;
      display: flex;
      width: min-content;
      justify-content: center;
      align-items: center;
      align-self: center;
      justify-self: center;
}

.sidebar-top-part {
      width: min-content;
      /* padding: 0px 16px; */
}

.chat-item-options {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      /* opacity: 0; */
      transition: 0.3s ease;
      border-radius: 5px;
      background-color: #ffffff00;
      padding: 1px;
}

.session-group {
      /* background-color: var(--primary-black); */
      /* border-radius: 10px; */
      /* border: 1px solid #f06d0c; */
      /* padding: 0px; */
      /* margin: 5px 0; */
      /* cursor: pointer; */
}

.session-group-title {
      border-bottom: 1px solid #f06d0c;
      padding: 0px 12px 7px;
      font-weight: 500;
}

/* Hidden form for creating a group */
.create-group-form {
      display: none;
      padding: 10px;
      background-color: #f1f1f1;
      border-radius: 5px;
      height: 10%;
}

.create-group-form.hidden {
      display: none;
}

/* Styling for session groups and the drag area */
.session-group {
      /* margin-bottom: 20px; */
      /* border: 1px solid #ccc; */
      /* padding: 11px; */
      /* border-radius: 2rem; */
      /* color: var(--text-color); */
      /* font-size: 12px; */
}

.chat-item {
      padding: 8px 20px;
      /* margin: 5px 0; */
      /* background-color: #fff; */
      /* border: 1px solid #ddd; */
      border-radius: 30px;
      cursor: pointer;
      justify-content: space-between;
      align-items: center;
      background-color: none;
      border: 1px solid transparent;
      box-shadow: inset 0px 2px 0 transparent, 0 1px 2px transparent;
      margin-bottom: 4px;
}

#session-list {
      display: flex;
      /* flex-wrap: wrap; */
      flex-direction: column;
}

.session-list {
      /* overflow: scroll; */
      gap: 5px;
      display: flex;
      /* flex-direction: column; */
      height: 99%;
}

.session-list::-webkit-scrollbar {
      width: 6px;
      /* display: none; */
}

.session-list::-webkit-scrollbar-track {
      background: transparent;
}

.session-list::-webkit-scrollbar-thumb {
      /* background-color: #f06d0c; */
      /* border-radius: 4px; */
}

.session-list::-webkit-scrollbar-thumb:hover {
      background-color: #f06d0c;
}

.no-group-sessions {
      /* margin-top: 20px; */
      background-color: #ffffff;
      padding: 10px;
}

#session-list .session-group,
#session-list .no-group-sessions {
      /* width: 30%; */
      /* margin: 10px; */
      /* border: 1px solid #ddd; */
}

.chat-item-options:hover {
      /* background-color: #bdb9be; */
}

.options-menu {
      cursor: pointer;
      display: inline-block;
      display: flex;
      align-items: center;
      justify-content: center;
}

.options-icon {
      width: 18px;
      opacity: 0.5;
}

.session-list {
      /* padding-right: 15px; */
      /* overflow-y: scroll; */
      /* Ensure the element can scroll vertically */
      /* scrollbar-width: none; */
      /* For Firefox */
      /* scrollbar-color: #e6e0e9 #f9f9f900; */
      /* For Firefox, sets thumb and track color */
      /* overflow-x: hidden; */
      /* height: 100%; */
      padding-top: 5px;
}

.session-list::-webkit-scrollbar {
      width: 8px;
      /* Width of the scrollbar */
      height: 8px;
      /* Height of the scrollbar, for horizontal scrollbars */
}

.session-list::-webkit-scrollbar-thumb {
      background-color: #d5d5d5;
      /* Color of the scrollbar thumb */
      border-radius: 100px;
      /* Rounded corners for the thumb */
      border: 2px solid #fff;
      /* Optional: adds a border around the thumb */
}

.session-list::-webkit-scrollbar-thumb:hover {
      background-color: #444;
      /* Darker color on hover */
}

.session-list::-webkit-scrollbar-track {
      /* background-color: #ae2626; */
      /* Color of the scrollbar track */
}

.add-to-group-menu {
      /* position: absolute; */
      /* background-color: #fff; */
      /* border: 1px solid #ddd; */
      /* border-radius: 5px; */
      /* padding: 20px; */
      /* width: 300px; */
      /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
      z-index: 5;
}

.add-to-group-menu h4 {
      margin-top: 0;
      font-weight: bold;
      font-size: 16px;
      color: #333;
}

.add-to-group-menu select {
      width: 100%;
      height: 40px;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
      color: #666;
}

.add-to-group-menu input[type="text"] {
      width: 100%;
      height: 40px;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
      color: #666;
}

.add-to-group-menu button {
      width: 100%;
      height: 40px;
      margin-bottom: 10px;
      padding: 10px;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      color: #ffffff;
      cursor: pointer;
      background-color: #f06d0c;
}

.add-to-group-menu button:first-child {
      background-color: #f06d0c;
}

.add-to-group-menu button:last-child {
      background-color: #f06d0c;
}

.add-to-group-menu button:hover {
      opacity: 0.8;
}

.add-to-group-menu button:active {
      transform: translateY(2px);
}

.color-container {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
}

.color-circle {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin: 5px;
      cursor: pointer;
}

.color-circle.selected {
      border: 2px solid #000;
}

.group-folder-icon {
      filter: invert(1);
      height: 15px;
      margin-right: 8px;
}

.group-folder-back-button {
      background-color: var(--etex-orange-primary);
      border: none;
      padding: 4px 12px;
      border-radius: 2rem;
      color: white;
      cursor: pointer;
      width: max-content;
      font-size: 10px;
      align-items: center;
      justify-content: center;
      padding-right: 19px;
      transition: 0.6s ease;
      gap: 10px;
      box-shadow: var(--glossy-orange-button-box-shadow);
      margin: 6px;
}

.group-folder-back-button:hover {
      background-color: #f56800;
}

button.group-menu-button {
      /* padding: 0px 10px; */
      /* filter: invert(1); */
      font-size: 20px;
      /* margin-right: 7px; */
      height: min-content;
      align-items: center;
      display: flex;
      border-radius: 100px;
      background-color: #ffffff00;
      /* transition: 0.3s ease; */
}
button.group-menu-button:hover {
      background-color: #595959;
}
.group-left span {
      width: 124px;
      white-space: nowrap; /* Prevent text from wrapping */
      overflow: hidden; /* Hide overflowing content */
      text-overflow: ellipsis; /* Add "..." when text overflows */
      /* margin-right: 7px; */
      /* display: flex; */
      /* align-items: center; */
      /* height: min-content; */
      /* align-self: center; */
      color: var(--inverted-text-color);
}
.session-group-folder {
      height: min-content;
}

.colorline-group-folder {
      width: 17px;
      margin-right: 10px;
      border-radius: 1000px;
      aspect-ratio: 1 / 1;
}

.delete-all-sessions-button {
      /* background-color: #f06d0c; */
      /* height: max-content; */
      padding: 7px 10px;
      color: #424242;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      width: 100%;
      gap: 10px;
}
.info-button {
      /* background-color: #f06d0c; */
      /* height: max-content; */
      padding: 8px;
      color: #424242;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      width: 100%;
      gap: 10px;
      align-items: center;
      justify-content: flex-start;
      margin: 0px 7px;
}

.card h3 {
      /* margin-top: 0; */
      /* margin-top: 0; */
      /* font-weight: bold; */
      /* font-size: 16px; */
      /* color: #333; */
}

.close-button {
      /* position: absolute; */
      /* height: 27px; */
      display: inline-block;
      background: none;
      border: none;
      font-size: 32px;
      cursor: pointer;
      align-self: flex-end;
}

.input-group {
      margin-bottom: 15px;
}

.input-group label {
      display: block;
      margin-bottom: 5px;
}

.input-group input {
      width: 100%;
      padding: 8px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 4px;
}

.button-group {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      /* padding: 20px; */
}

.button-group button {
      /* padding: 12px 12px; */
      /* border: none; */
      /* border-radius: 2rem; */
      /* cursor: pointer; */
}

.button-group .save-button {
      /* background-color: #f06d0c; */
      /* color: white; */
}

.button-group .cancel-button {
      background-color: #cccccc;
      color: white;
}

.add-to-group-menu {
      margin-top: 20px;
}

.add-to-group-menu h4 {
      margin-bottom: 10px;
}

.add-to-group-menu select,
.add-to-group-menu input {
      width: 100%;
      padding: 8px;
      margin-bottom: 10px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 4px;
}

.color-container {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 10px;
      /* padding: 20px; */
      gap: 20px;
}

.color-circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid transparent;
}

.color-circle.selected {
      border-color: #000;
}

#notificationContainer {
      position: fixed;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
}

.chat-item-emoji {
      display: flex;
      justify-content: center;
      align-items: center;
}

.chat-item-question {
      width: 150px;
      /* padding: 8px 0px; */
      /* margin-left: 7px; */
      /* display: -webkit-box; */
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 400;
      font-size: 14px;
}

.chat-item:hover .delete-button {
      opacity: 1;
}

.chat-item:hover {
}

.chat-item:hover .emoji-button {
      opacity: 1;
}

.chat-item:hover .chat-item-indicator {
      opacity: 1;
}

.chat-item-indicator {
      max-width: 1px;
      background-color: #f06d0c;
      opacity: 0;
      border-radius: 16px;
}
.chat-item-delete-container {
      display: flex;
      align-items: center;
      justify-content: center;
}
.chat-item-delete-container::before,
.chat-item-delete-container::after {
      content: none;
}

.new-session-button {
      border: none;
      /* background-color: var(--bg-hover); */
      cursor: pointer;
      border-radius: 2rem;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      padding: 8px;
      transition: background-color 0.3s ease;
      /* margin: 16px; */
      width: min-content;
      justify-content: space-between;
      gap: 9px;
      /* height: 8%; */
      /* margin-top: 5px; */
      /* background: var(--bg-hover); */
      /* color:#111; */
      /* border:1px solid #ccc; */
      /* box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,.1); */
      box-shadow: var(--glossy-button-box-shadow);
      /* border: var(--glossy-button-border); */
      margin: 0px 7px;
}
.new-session-button:hover {
	background-color: var(--chat-bg-shade-4);
}
.new-session-icon {
      height: 20px;
      /* opacity: 0.6; */
      /* filter: invert(1); */
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
}

.color-mode-toggle-container {
      position: fixed;
      right: 0px;
      margin: 24px;
      text-align: center;
      align-items: center;
      display: flex;
      gap: 10px;
      flex-direction: column;
      font-size: 12px;
}
.group-right {
      height: 15px;
      align-items: center;
      justify-content: center;
      display: flex;
}
.ellipsis-icon {
      height: 21px;
      padding: 3px;
      filter: invert(1);
}

.minimal-scrollbar {
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: #d1d5db transparent;
}
.minimal-scrollbar::-webkit-scrollbar {
      width: 6px;
      height: 6px;
}
.minimal-scrollbar::-webkit-scrollbar-track {
      background: transparent;
      border-radius: 10px;
}
.minimal-scrollbar::-webkit-scrollbar-thumb {
      background: #d1d5db;
      border-radius: 10px;
}
.minimal-scrollbar::-webkit-scrollbar-thumb:hover {
      background: #a8a8a8;
}
.sidebar .settings-button {
      /* background-color: #f06d0c; */
      /* height: max-content; */
      padding: 7px 10px;
      color: #424242;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      width: 100%;
      gap: 10px;
}
.highlighted-chat-item {
      background-color: var(--bg-hover);
      border: var(--glossy-button-border);
      box-shadow: var(--glossy-button-box-shadow);
}
.app-info-card {
      /* padding: 20px; */
      max-width: 60%;
      max-height: 90%;
      margin: 0px;
}
.session-group-content label {
      background: none;
      color: var(--text-color);
}
.session-group-content {
      max-width: 450px;
  }
  .tab-container {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	border-bottom: 1px solid var(--border-color);
	padding-top: 10px;
	}
  
  .tab-container .tab {
	cursor: pointer;
	padding: 10px 20px;
	background-color: #f1f1f1;
	border-radius: 5px;
	transition: background-color 0.3s;
  }
  
  .content-container {
	border-radius: 11px;
	}
  
  .app-info-tab-content {
	display: none;
  }
  
  .app-info-tab-content.active {
	display: block;
  }
  .app-info-tab {
    padding: 10px 16px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    margin-left: 12px;
    flex-shrink: 0;
    font-size: 14px;
    transition: all 0.2s ease;
    color: var(--text-color);
}

.app-info-tab.active {
    background-color: #f06d0c21;
    border-bottom: 2px solid #f06d0c;
    color: #f06d0c;
    border-radius: 14px 14px 0px 0px;
}
.card-text {
	height: 50%;
	padding: 20px
}
.context-menu {
    position: absolute;
    background: var(--chat-bg-shade-3);
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 15px;
    z-index: 1000;
    padding: 5px;
    width: 195px;
    font-size: 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.context-menu-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    /* background-color: red; */
    /* opacity: 0.5; */
    color: var(--text-color);
}

.context-menu-item:hover {
    background-color: #f5f5f5;
}

.context-submenu {
    position: absolute;
    /* top: 0; */
    left: 186px;
    background: var(--chat-bg-shade-3);
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 5px;
    display: none;
    width: 240px;
}

.context-menu-item.project:hover .context-submenu {
    display: block;
}

/* Optional: Visual cue for active chat item */
.chat-item.active-chat-options {
    background-color: var(--chat-bg-shade-4);
}
.context-menu-item img {
    height: 15px;
    display: flex;
    /* opacity: 0.5; */
    height: 17px;
    display: flex;
    /* padding-right: 10px; */
}

.context-menu-item:hover {
    background-color: var(--chat-bg-shade-4);
    opacity: 1;
}
#rename-popup .icon-svg {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
#rename-popup .icon-svg:hover {
    opacity: 1;
}
.sidebar-heading {
    /* opacity: 0.5; */
    color: var(--text-color);
}

.projects-list {
    margin-top: 10px;
    /* gap: 5px; */
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.project-popup-overlay {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.4);
    display: flex; align-items: center; justify-content: center;
    z-index: 3000;
}
.project-popup-box {
    background: white;
    padding: 12px;
    border-radius: 16px;
    display: flex;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.project-color-picker {
    position: absolute;
    display: flex;
    gap: 6px;
    background: white;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
}
.color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid white;
}
.project-item {
    display: flex;
    justify-content: space-between;
    /* display: none; */
    padding: 10px 12px;
    /* margin: 5px 0; */
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-radius: 30px;
    cursor: pointer;
    /* justify-content: space-around; */
    align-items: center;
    color: var(--text-color);
    align-items: center;
}

.project-context-menu {
    position: absolute;
    background: var(--chat-bg-shade-3);
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    z-index: 1000;
    padding: 5px;
    width: 195px;
    font-size: 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.project-label {
    width: 150px;
    /* padding: 8px 0px; */
    /* margin-left: 7px; */
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
}
img.icon-svg.project-folder-icon {
    /* opacity: 0.5; */
    height: 19px;
    display: flex;
    padding-right: 0px;
}
.project-options {
    display: flex;
    /* right: 0px; */
}

.project-item:hover {
    background-color: var(--chat-bg-shade-4);
}
.project-popup-box button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 3px;
}

.project-popup-box button:hover {
    background-color: var(--chat-bg-shade-4);
}.project-folder-icon-svg {
    vertical-align: middle;
    /* margin-right: 8px; */
    transition: color 0.3s;
}
.projects-heading {
    display: flex;
    justify-content: space-between;
    margin: 0px 10px;
}

.create-new-project {
    margin-right: 8px;
    cursor: pointer;
    /* background-color: red; */
    display: flex;
    padding: 6px;
    border-radius: 33%;
}

.create-new-project img {
    height: 18px;
}

.create-new-project:hover {
    background-color: var(--shade-3);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.create-new-project-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.create-new-project-popup {
    background: white;
    border-radius: 16px;
    /* padding: 20px; */
    width: 400px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 70%;
    overflow: hidden;
    animation: fadeIn 0.5s ease;
    margin: auto;
    color: var(--text-color);
    /* padding: 0px 20px; */
    background-color: var(--chat-bg-shade-3);
    border: none;
    border-radius: 25px;
}

.create-new-project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* border-bottom: 1px solid var(--border-color); */
    color: var(--text-color);
    background-color: var(--chat-bg-shade-2);
}

.create-new-project-close-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    border-radius: 2rem;
}

.create-new-project-input {
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    width: 100%;
}

.create-new-project-section-title {
    font-weight: 600;
    /* margin-top: 10px; */
}

.create-new-project-folder-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.create-new-project-folder-wrapper {
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border 0.2s;
}
.create-new-project-folder-wrapper.selected {
    border-color: #333;
    background: #f0f0f0;
}

.create-new-project-folder-icon-svg {
    width: 28px;
    height: 28px;
}

.create-new-project-emoji-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.create-new-project-emoji {
    font-size: 22px;
    padding: 6px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s, transform 0.1s;
}
.create-new-project-emoji:hover {
    background: #f0f0f0;
}
.create-new-project-emoji.selected {
    background: #d1d5db;
    transform: scale(1.1);
}

.create-new-project-submit {
    /* margin-top: 15px; */
    padding: 10px 16px;
    font-size: 16px;
    background: var(--etex-orange-primary);
    color: white;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    transition: background 0.2s;
    width: min-content;
    align-self: flex-end;
    justify-self: flex-end;
    box-shadow: var(--glossy-orange-button-box-shadow);
}
.create-new-project-body{
      
padding: 20px;
      
display: flex;
      
flex-direction: column;
      
gap: 20px;
}.create-new-project-close-button img {}

.create-new-project-header h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 350;
    margin-left: 14px;
}

.create-new-project-close-button:hover {
    background-color: var(--chat-bg-shade-4);
}.create-new-project-icon-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 15px;
}

.create-new-project-icon-search {
    flex-grow: 1;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 8px;
}

.create-new-project-icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 200px;
    overflow-y: auto;
    padding: 6px 0;
    scrollbar-width: thin;
    scrollbar-color: var(--chat-bg-shade-4) transparent;
}

.create-new-project-icon-wrapper {
    position: relative;
    border: 1px solid transparent;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}

.create-new-project-icon-wrapper.selected {
    /* border-color: var(--accent-color, #4f46e5); */
    background: rgba(79, 70, 229, 0.1);
    outline: 4px solid var(--shade-10);
}

.create-new-project-icon-img {
    width: 28px;
    height: 28px;
    display: block;
    opacity: 0.5;
}

.color-icon-button {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 10px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 1px 4px;
}
.create-new-project-color-picker {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.create-new-project-color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.create-new-project-color-swatch.selected {
  border: 2px solid black;
}
.search-wrapper {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 8px;
  flex: 1;
}

.search-wrapper input {
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  padding-left: 6px;
  flex-grow: 1;
}

.search-icon {
  /* width: 16px; */
  /* height: 16px; */
  opacity: 1;
  padding: 0px;
  opacity: 0.5;
}

.create-new-project-color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.create-new-project-color-swatch.selected {
  border: 2px solid black;
}

.no-color-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  border: 1px dashed #aaa;
}

.remove-color-icon {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}
button#randomIcon {
    display: flex;
    padding: 9px;
    border: none;
    background-color: var(--shade-2);
    border-radius: 8px;
    border: 1px solid var(--border-color);
}.project-folder-icon-wrapper {
    display: flex;
    padding: 5px;
    border-radius: 30px;
}
.group-folder-back-button img {
    filter: invert(1);
}


#collapse-sidebar  .exp-icn-btn path {
      transition: transform 0.25s ease, opacity 0.2s ease;
      transform-origin: center;
}

/* When the sidebar is expanded → turn into X */
#collapse-sidebar  .exp-icn-btn.x-open path:nth-child(1) {
      transform: translateY(5px) translateX(-5px) rotate(45deg);
}
#collapse-sidebar  .exp-icn-btn.x-open path:nth-child(2) {
      opacity: 0; /* middle line disappears */
}
#collapse-sidebar  .exp-icn-btn.x-open path:nth-child(3) {
      transform: translateY(-5px) translateX(-5px) rotate(-45deg);
}
.sidebar-shimmer-card {
  height: 36px;
  border-radius: 30px;
  margin: 4px 8px;
  background: linear-gradient(  90deg,  var(--chat-bg-shade-2) 25%,  var(--chat-bg-shade-1) 50%,  var(--chat-bg-shade-2) 75%);
  background-size: 200% 100%;
  animation: sidebar-shimmer-sweep 1.4s infinite;
}

.sidebar-shimmer-project {
  height: 32px;
  border-radius: 21px;
}

@keyframes sidebar-shimmer-sweep {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}