
  .overlay.svelte-13l47x3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 90;
  }
  .sidebar.svelte-13l47x3 {
    margin-top: 2rem;
    margin-right: 1rem;
  }
  .profile.svelte-13l47x3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 2px solid #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
  }
  .login_section.svelte-13l47x3 {
    padding-right: 2px;
    position: absolute;
    inset: 0% 0% 0% auto;
    display: flex;
    gap: 5px;
    align-items: center;
    img:where(.svelte-13l47x3) {
      height: 15px;
    }
  }

  .login_section.svelte-13l47x3:hover {
    color: var(--red);
  }

  .cashbanner.svelte-13l47x3 {
    padding: 2px;
    position: absolute;
    right: 5px;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
  }
  .cashbanner.svelte-13l47x3 span:where(.svelte-13l47x3) {
    padding: 2px;
    border-radius: 5px;
  }

  .overlay.svelte-82umz6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 90;
  }
  .wrapper.svelte-82umz6 {
    background-color: var(--neutral-darker);
    position: absolute;
    top: 20px;
    right: 0;
    width: 250px;
    height: 300px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 99;
  }
  .title.svelte-82umz6 {
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid white;
  }
  .content.svelte-82umz6 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    gap: 15px;
  }
  .notif.svelte-82umz6 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    img:where(.svelte-82umz6) {
      height: 30px;
    }
  }

  .notif_title.svelte-82umz6 {
    font-size: 18px;
    text-decoration: underline;
  }

  .notif_desc.svelte-82umz6 {
    font-size: 14px;
  }

  .buttons.svelte-82umz6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    a:where(.svelte-82umz6) {
      background-color: var(--main);
    }
    button:where(.svelte-82umz6) {
      background-color: var(--menu-dark);
    }
  }
  .fcc.svelte-82umz6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notif_reasons.svelte-82umz6 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .profile_nav_btn.svelte-3kc5du {
    background: transparent;
    vertical-align: bottom;
    cursor: pointer;
  }
  .profile_nav_btn.svelte-3kc5du > img:where(.svelte-3kc5du) {
    width: 30px;
    height: 30px;
    @media (max-width: 500px) {
      width: 50px;
    }
  }

  .profile_nav.svelte-3kc5du {
    position: relative;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    display: flex;
    z-index: 10;
    padding-right: 30px;
    margin-right: -10px;
    width: 140px;
  }

  @keyframes svelte-3kc5du-line2tilt {
    0% {
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg);
      transform-style: preserve-3d;
    }
    100% {
    }
  }

  @keyframes svelte-3kc5du-line1tilt {
    0% {
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg);
      transform-style: preserve-3d;
    }
    100% {
      transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(45deg) skew(0deg);
      transform-style: preserve-3d;
    }
  }

  @media screen and (max-width: 479px) {
    .profile_nav.svelte-3kc5du {
      padding-right: 10px;
    }
  }
