header {
  padding: 12px 0px; }
  header .inner {
    width: calc(100% - 50px); }
  header a.ideas {
    color: white;
    cursor: pointer;
    text-decoration: none;
    margin: 0px; }
  header .icons {
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: space-between; }
    header .icons > a:first-child {
      margin: 0;
      color: white;
      text-decoration: none; }
    header .icons .icon {
      cursor: pointer;
      padding: 5px; }
    header .icons .alert-container {
      position: relative; }
      header .icons .alert-container:hover .alerts {
        display: block; }
      header .icons .alert-container .indicator {
        position: absolute;
        width: 15px;
        height: 15px;
        bottom: -4px;
        right: -4px;
        border-radius: 50%;
        background-color: #32e632;
        transition: .2s; }
    header .icons img {
      height: 18px; }
    header .icons .user-container {
      position: relative; }
      header .icons .user-container:hover .user-nav {
        display: block; }
      header .icons .user-container .user-nav {
        width: 250px;
        position: absolute;
        right: 0px;
        background-color: white;
        border-radius: 10px;
        border: 1px solid var(--dark-color);
        display: none;
        z-index: 3; }
        header .icons .user-container .user-nav .title {
          padding: 15px 20px 0px 20px; }
          header .icons .user-container .user-nav .title a {
            font-weight: 600;
            margin: 0; }
        header .icons .user-container .user-nav .bottom {
          padding: 0px 20px 10px 20px; }
          header .icons .user-container .user-nav .bottom a {
            margin: 0;
            cursor: pointer;
            width: 100px; }
        header .icons .user-container .user-nav a {
          display: flex;
          margin: 10px 0px; }
        header .icons .user-container .user-nav img {
          display: flex;
          flex-direction: column;
          width: 20px;
          height: 20px;
          margin-right: 10px; }
        header .icons .user-container .user-nav .content {
          padding: 0px 20px 0px 20px; }
          header .icons .user-container .user-nav .content a {
            cursor: pointer;
            width: 100px; }

/*# sourceMappingURL=nav.css.map */