._link_gao5t_1 {
  width: 100%;
  display: flex;
}

._pinnedViewsWrapper_gao5t_6 ._navItemWrapper_gao5t_7 > div {
    margin-bottom: 4px;
  }

._navItemWrapper_gao5t_7 {
  width: 100%;
  position: relative;
}

._navItemWrapper_gao5t_7 > div {
    transition: background 0.2s ease;
  }

._navItemWrapper_gao5t_7 ._grabIcon_gao5t_20 {
    visibility: hidden;
    position: absolute;
    left: -17px;
    cursor: grab;
    display: flex;
    justify-content: center;
    align-items: center;
  }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7 {
    display: flex;
    align-items: center;
    height: 28px;
    cursor: pointer;
    gap: 8px;
    padding: 4px 8px 4px 4px;
    transition: background 0.2s ease, outline 0.2 ease;
    border-radius: 4px;
    width: 100%;
    position: relative;
  }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7._isHovered_gao5t_42 {
      background: var(--u-alpha-200);
    }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7._isHovered_gao5t_42 ._grabIcon_gao5t_20 {
        visibility: inherit;
      }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7 ._left_gao5t_49 {
      width: 20px;
      min-width: 20px;
      height: 20px;
      margin-left: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7 ._right_gao5t_59 {
      display: flex;
      margin-left: auto;
    }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7 svg * {
      fill: var(--icon-tertiary);
    }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7._isActive_gao5t_69 {
    background: var(--u-alpha-200);
  }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7._isActive_gao5t_69 ._left_gao5t_49 svg * {
      fill: var(--icon-secondary);
    }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7._isActive_gao5t_69 ._chevronButton_gao5t_76 svg {
      fill: var(--neutral-80);
    }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7._isActive_gao5t_69 ._chevronButton_gao5t_76 svg * {
        fill: var(--neutral-80);
      }

._navItemWrapper_gao5t_7 ._navItem_gao5t_7._isActive_gao5t_69 ._name_gao5t_84 {
      color: var(--text-primary);
      font-weight: 600;
    }

._chevronButton_gao5t_76 {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

._chevronButton_gao5t_76._isCollapsed_gao5t_97 svg {
    transform: rotate(-90deg);
  }

._chevronButton_gao5t_76 svg {
    transform: rotate(0deg);
    fill: var(--neutral-80);
    transition: fill 0.2s ease, transform 0.2s ease;
  }

._chevronButton_gao5t_76:hover svg {
      fill: var(--icon-secondary);
    }

._name_gao5t_84 {
  color: var(--text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 20px;
  line-height: 20px;
}

._chevronAndItemWrapper_gao5t_127 {
  display: flex;
  width: 100%;
  padding: 0 20px;
  align-items: center;
}

._children_gao5t_134 {
  overflow: hidden;
  gap: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 28px);
  margin-top: 4px;
  margin-bottom: 0px;
}

._children_gao5t_134._isCollapsed_gao5t_97 {
    margin: 0;
    height: 0;
  }

._children_gao5t_134 ._chevronAndItemWrapper_gao5t_127 {
    padding-left: 32px;
  }

._children_gao5t_134 ._chevronAndItemWrapper_gao5t_127 ._chevronButton_gao5t_76 {
      left: 10px;
    }

._navItemSeparatorWrapper_gao5t_158 ._children_gao5t_134 {
    margin-top: 0;
  }

._navItemSeparatorWrapper_gao5t_158 ._chevronAndItemSeparatorWrapper_gao5t_163 {
    display: flex;
    width: 100%;
    padding: 0 24px;
    height: 28px;
    margin-top: 8px;
    box-sizing: border-box;
    position: relative;
    align-items: center;
  }

._navItemSeparatorWrapper_gao5t_158 ._chevronAndItemSeparatorWrapper_gao5t_163 ._name_gao5t_84 {
      color: var(--icon-secondary);
      font-size: 12px;
      font-weight: 450;
    }

._navItemSeparatorWrapper_gao5t_158 ._chevronAndItemSeparatorWrapper_gao5t_163 ._chevronButton_gao5t_76 {
      position: inherit;
    }

._navItemSeparatorWrapper_gao5t_158 ._chevronAndItemSeparatorWrapper_gao5t_163 ._chevronButton_gao5t_76 svg {
        fill: var(--icon-tertiary);
      }

._navItemSeparatorWrapper_gao5t_158 ._children_gao5t_134 ._chevronAndItemWrapper_gao5t_127 {
    padding-left: 20px;
  }

._navItemSeparatorWrapper_gao5t_158 ._navItem_gao5t_7 {
    padding-left: 8px;
  }

._docsCount_gao5t_197 {
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  min-width: 1ch;
  color: var(--text-tertiary);
}

._docsCount_gao5t_197._isActive_gao5t_69 {
    color: var(--text-secondary);
  }

._feedImage_gao5t_209 {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
}

._feedImageFallback_gao5t_216 {
  width: 16px;
  height: 16px;
}

._feedImageFallback_gao5t_216 svg {
    border-radius: 2px;
  }

._folderIcon_gao5t_225 {
  color: var(--icon-tertiary);
}

._folderIcon_gao5t_225 path {
    fill: transparent !important;
  }

._navItemWrapper_gao5t_7._itemIsBeingDraggedOver_gao5t_233 ._navItem_gao5t_7 {
    background: var(--u-alpha-200);
    outline: 2px solid var(--border-focus);
    outline-offset: -2px;
  }

._navItemWrapper_gao5t_7._itemIsBeingDraggedOver_gao5t_233 ._folderIcon_gao5t_225 {
    color: var(--icon-interactive);
  }

._navItemWrapper_gao5t_7._itemIsBeingDraggedOver_gao5t_233 ._name_gao5t_84 {
    color: var(--text-interactive) !important;
  }

._navItemWrapper_gao5t_7._itemIsBeingDraggedOverExpanded_gao5t_249 > div {
    background: var(--u-alpha-100);
  }

._navItemWrapper_gao5t_7._itemIsBeingDraggedOver_gao5t_233 ._children_gao5t_134 ._navItem_gao5t_7 {
    background: inherit;
    outline: none;
  }

._navItemWrapper_gao5t_7._itemIsBeingDraggedOver_gao5t_233 ._children_gao5t_134 ._folderIcon_gao5t_225 {
    color: inherit;
  }

._navItemWrapper_gao5t_7._itemIsBeingDraggedOver_gao5t_233 ._children_gao5t_134 ._name_gao5t_84 {
    color: inherit !important;
  }

._rssFolderItem_gao5t_270 ._children_gao5t_134 ._chevronAndItemWrapper_gao5t_127 {
    padding-left: 42px;
  }

._emojiName_gao5t_276 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
._dropdownWrapper_71s98_1 {
  position: relative;
  width: 100%;
  display: flex;
}

._dropdownContent_71s98_7 {
  min-width: 222px;
}

._emailWrapper_71s98_11 {
  padding: 6px 16px;
  width: 100%;
  display: inline-block;
  transition: background 80ms ease-in;
}

._emailWrapper_71s98_11:hover {
    background: var(--u-alpha-100);
  }

._emailWrapper_71s98_11 ._profile_71s98_21 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

._emailWrapper_71s98_11 ._email_71s98_11 {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--text-secondary);
  }

._initials_71s98_37 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--icon-secondary);
  color: var(--text-inverse);
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.09px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

._name_71s98_54 {
  font-weight: 450;
  color: var(--text-secondary);
}

._profileIcon_71s98_59 {
  border-radius: 100%;
  background: var(--icon-secondary);
}

._profileIcon_71s98_59 * {
    fill: var(--text-inverse);
  }
._triggerElement_rue9v_1 {
  width: 24px;
  height: 24px;
}

._icon_rue9v_6 {
  width: 20px;
  height: 20px;
}

._dropdownContent_rue9v_11 {
  width: 262px;
}
._overlayArea_12hj9_1 {
  position: absolute;
  height: var(--safe100vh);
  width: 20px;
  top: 0;
  bottom: 0;
  z-index: 2;
}

._root_12hj9_10 {
  /* This is used for revealing on mouse over edge */
  background: var(--inbox-sidebar-background);
  color: var(--text-primary);
  transition: background-color var(--animation-duration--reveal), width var(--animation-duration--reveal), min-width var(--animation-duration--reveal);
  overflow: hidden;
  height: 100%;
  border-right: 1px solid var(--border-tertiary-alpha);
  position: relative;
}

._root_12hj9_10 hr {
    border: 0;
    border-top: 1px solid var(--separator-color);
  }

._root_12hj9_10._isHidden_12hj9_25 {
    width: 0;
    min-width: 0;
    border: 0;
  }

._root_12hj9_10._isOverlaying_12hj9_31 {
    position: fixed;
    z-index: 2;
    box-shadow: var(--shadow-200);
    border-right: 0;
  }

._root_12hj9_10._isVisible_12hj9_38 {
    width: var(--inbox-sidebar-width);
    min-width: var(--inbox-sidebar-width);
  }

._header_12hj9_44 {
  display: flex;
  width: 240px;
  padding: 22px 22px 19.5px 24px;
}

._header_12hj9_44 ._logoWrapper_12hj9_49 {
    margin-right: auto;
    margin-top: 3px;
  }

._header_12hj9_44 ._logoWrapper_12hj9_49 svg {
      fill: var(--sidebar-logo-color);
    }

._header_12hj9_44 ._hideOrLockSidebarButton_12hj9_58 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 12px;

    /* Absolute positioning so it matches exactly the hide left panel button on reading view */
    position: absolute;
    left: 161px;
    top: 24px;
  }

._header_12hj9_44 ._hideOrLockSidebarButton_12hj9_58 svg * {
        stroke: var(--icon-secondary);
    }

._header_12hj9_44 ._addDropdownButton_12hj9_75 {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 2px;
  }

._header_12hj9_44 ._addDropdownButton_12hj9_75 svg path {
      fill: var(--icon-secondary);
    }

._content_12hj9_87 {
  height: 100%;
  width: var(--inbox-sidebar-width);
  max-width: 100%;
  font-family: var(--inbox-sidebar-font);
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--animation-duration--reveal);
}

._content_12hj9_87 hr {
    margin: 0;
  }

._mainNav_12hj9_101 {
  height: 100%;
  overflow-y: auto;
  display: flex;
}

._mainNav_12hj9_101 ul {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    gap: 4px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

._settingsButton_12hj9_118 {
  margin: 20px 0;
}

._bottomNav_12hj9_122 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 20px;
  border-top: 1px solid var(--border-secondary-alpha);
  padding-top: 12px;
}

._bottomNav_12hj9_122 ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

._bottomNav_12hj9_122 button {
    box-sizing: border-box;
  }

._trashIcon_12hj9_145 {
  width: 20px;
  height: 20px;
  color: var(--icon-tertiary);
}

._trashIcon_12hj9_145 path {
    fill: none !important;
  }

._dividerWrapper_12hj9_154 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

._dividerWrapper_12hj9_154 ._divider_12hj9_154 {
    height: 1px;
    width: 0;
    background: var(--border-secondary-alpha);
    border-radius: 6px;
    transition: width 0.2s ease;
  }

._dividerWrapper_12hj9_154._fullWidth_12hj9_168 ._divider_12hj9_154 {
    width: 100%;
  }

._searchLink_12hj9_173,
._settingsLink_12hj9_174 {
  color: var(--text-secondary);
  font-weight: 450;
}

._searchIcon_12hj9_179 {
  width: 18px;
  height: 18px;
}

._settingsIcon_12hj9_184 {
  width: 18px;
  height: 18px;
}

._settingsIcon_12hj9_184 * {
    color: var(--icon-tertiary);
    fill: transparent !important;
  }

._pinnedRssFoldersWrapper_12hj9_194 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._allViewsLink_12hj9_200 {
  font-size: 12px;
  color: var(--text-secondary);
  margin-left: -10px;
}

._manageFeedsIcon_12hj9_206 {
  width: 16px;
  height: 16px;
}

._manageViewsIcon_12hj9_211 {
  margin-left: -15px;
  width: 16px;
  height: 16px;
}

._allFeedsLink_12hj9_217 {
  font-size: 12px;
  color: var(--text-secondary);
}

._tagIcon_12hj9_222 {
  width: 17px;
}

._trashDivider_12hj9_226 {
  width: 28px;
  height: 1px;
  background-color: var(--border-secondary-alpha);
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
