:root {
  --guild-list-width: 290px;
  --guild-list-height: 48px;
  --guild-item-radius: 50px;
  --guild-item-spacing: 8px;
  --guild-item-font-size: 16px;
}

.guilds_c48ade {
  width: var(--guild-list-width);
}

.gradient_f8ec41 {
    width: var(--guild-list-width);
}

.listItem__650eb,
.wrapper__48112,
.svg_cc5dd2,
.blobContainer_e5445c,
.listItem__650eb>.wrapper__58105+div:not([class]),
.wrapper_cc5dd2,
.svg_cc5dd2>foreignObject {
  width: calc(var(--guild-list-width) - 12px);
  mask: none !important;
}

.colorwaysServerListItem {
    width: var(--guild-list-width);
}

.listItem__650eb:not(:has(.guildSeparator__252b6)),
.wrapper_cc5dd2,
.svg_cc5dd2>foreignObject {
  height: var(--guild-list-height);
}

.expandedFolderBackground__48112 {
  width: calc(var(--guild-list-width) - 24px);
  border-radius: min(24px, var(--guild-item-radius));
}

.svg_cc5dd2>foreignObject {
  transform: translateX(calc((((var(--guild-list-width) - 12px)*-1)/2) + 50%));
}
.wrapper__6e9f8 {
    translate: 12px;
}

.childWrapper__6e9f8,
.icon__6e9f8 {
    border-radius: 50px;
    overflow: hidden;
}

.wrapper__8436d,
.folder__48112,
.circleIconButton__5bc7e {
  margin-left: 12px;
  width: calc(var(--guild-list-width) - 24px);
  justify-content: start;
  border-radius: var(--guild-item-radius) !important;
  height: var(--guild-list-height);
}

.wrapper__8436d img,
.folderIconWrapper__48112,
.childWrapper_a6ce15,
.expandedFolderIconWrapper__48112,
.closedFolderIconWrapper__48112 {
  border-radius: var(--guild-item-radius) !important;
  height: var(--guild-list-height);
  width: var(--guild-list-height);
}

.svg_cc5dd2 {
  position: static;
}

[data-dnd-name]:has(>.wrapper_cc5dd2)::after {
  content: attr(data-dnd-name);
  width: calc(var(--guild-list-width) - 24px - var(--guild-list-height) - 12px);
  position: absolute;
  top: 0;
  left: calc(12px + var(--guild-list-height) + 6px);
  flex-wrap: nowrap;
  align-items: center;
  color: var(--channels-default);
  font-size: var(--guild-item-font-size);
  line-height: var(--guild-list-height);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  transition: color .15s ease-out, background-color .15s ease-out;
}

[data-dnd-name]:has(>.wrapper_cc5dd2 .selected_ae80f7, >.wrapper_cc5dd2 .hover__48112)::after {
  color: var(--interactive-active);
}

:has(>.wrapper_cc5dd2 .selected_ae80f7, >.wrapper_cc5dd2 .hover__48112) :is(.wrapper__8436d, .folder__48112, .circleIconButton__5bc7e) {
  background-color: var(--background-primary) !important;
}

.wrapperSimple_cc5dd2 {
  border-radius: 0 !important;
}

.circleIcon__5bc7e {
  margin-left: 12px;
  height: var(--guild-list-height);
}

.circleIconButton__5bc7e::after {
  content: attr(aria-label);
  width: calc(var(--guild-list-width) - 24px - var(--guild-list-height) - 12px);
  position: absolute;
  top: 0;
  left: calc(12px + var(--guild-list-height) + 6px);
  align-items: center;
  color: var(--green-360);
  font-size: var(--guild-item-font-size);
  line-height: var(--guild-list-height);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s ease-out, background-color .15s ease-out;
  pointer-events: none;
}

.circleIconButton__5bc7e.selected__5bc7e::after,
.ColorwaySelectorBtn:hover::after {
  color: var(--interactive-active);
}

.wrapper__6e9f8[data-list-item-id*="guildsnav___"]::after {
  content: attr(aria-label);
  width: calc(var(--guild-list-width) - 24px - var(--guild-list-height) - 12px);
  position: absolute;
  top: 0;
  left: calc(6px + var(--guild-list-height));
  align-items: center;
  color: var(--channels-default);
  font-size: var(--guild-item-font-size);
  line-height: var(--guild-list-height);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s ease-out, background-color .15s ease-out;
  pointer-events: none;
  display: inline-block;
  z-index: 5555;
}

.wrapper__6e9f8[data-list-item-id*="guildsnav___"].selected_ae80f7::after {
  color: var(--interactive-active);
}

.colorwaySelectorIcon {
  height: var(--guild-list-height) !important;
  width: var(--guild-list-height) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ColorwaySelectorBtn {
  position: relative;
  width: calc(var(--guild-list-width) - 24px) !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  justify-content: start !important;
  gap: 6px;
  height: var(--guild-list-height) !important;
}

.ColorwaySelectorBtn::before {
  content: "";
  position: absolute;
  background-color: var(--background-primary);
  border-radius: var(--guild-item-radius);
  height: var(--guild-list-height) !important;
  width: var(--guild-list-height) !important;
  transition: .15s ease-out;
  left: 0;
}

.ColorwaySelectorBtn:hover::before {
  background-color: var(--brand-500);
}

.ColorwaySelectorBtn::after {
  content: "Colorways";
  width: calc(var(--guild-list-width) - 24px - 48px - 12px);
  position: absolute;
  top: 0;
  left: calc(6px + 48px);
  align-items: center;
  color: var(--channels-default);
  font-size: var(--guild-item-font-size);
  line-height: var(--guild-list-height);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s ease-out, background-color .15s ease-out;
  pointer-events: none;
  z-index: +1;
}

.ColorwaySelectorBtn .dc-pallete-icon {
    z-index: +1;
    width: var(--guild-list-height);
}

.wrapper__48112>[id*="folder-items-"] {
  height: fit-content !important;
}

.expandedFolderBackground__48112 {
  height: 100%;
}

.upperBadge_cc5dd2,
.lowerBadge_cc5dd2 {
  transform: translateX(-50%) !important;
  box-shadow: 0 0 0 3px var(--background-floating);
  border-radius: 50%;
}

.pill__5bc7e,
.wrapper__58105,
.colorwaysBtnPill {
  height: var(--guild-list-height) !important;
  align-items: center;
}

.item__58105 {
  max-height: var(--guild-list-height);
}

.ColorwaySelectorBtn::after {
  position: static;
  height: unset !important;
  line-height: var(--guild-list-height);
  transform: translateX(6px);
}

.ColorwaySelectorBtn {
  gap: 0 !important;
}

.circleIcon__5bc7e {
  margin-left: 0;
}

.circleIcon__5bc7e {
  width: var(--guild-list-height);
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: calc(var(--guild-list-height)/7);
}

.blobContainer_e5445c .wrapper__8436d[data-list-item-id*="guildsnav___"]::after {
  content: none;
}

.listItem__650eb {
  margin: 0 0 var(--guild-item-spacing);
}
