/* _content/StockEx/Shared/LoginDisplay.razor.rz.scp.css */
.default-img[b-y8vkxc34z7] {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .login-div[b-y8vkxc34z7] {
    flex-direction: column;
    gap: 15px;
  }
  .login-div li[b-y8vkxc34z7] {
    margin: 0px !important;
    width: 100%;
  }
}
.default-img img[b-y8vkxc34z7] {
  position: relative;
}
.profil-img[b-y8vkxc34z7] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #b9b9b9;
  margin: 0 auto;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 7px;
}
.profil-img img[b-y8vkxc34z7] {
  position: relative;
  width: 40px;
  height: auto;
  top: 10px;
}
/* _content/StockEx/Shared/MainLayout.razor.rz.scp.css */
.page[b-spc76k8x9u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-spc76k8x9u] {
    flex: 1;
}

.sidebar[b-spc76k8x9u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-spc76k8x9u] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-spc76k8x9u]  a, .top-row .btn-link[b-spc76k8x9u] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-spc76k8x9u] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-spc76k8x9u] {
        display: none;
    }

    .top-row.auth[b-spc76k8x9u] {
        justify-content: space-between;
    }

    .top-row a[b-spc76k8x9u], .top-row .btn-link[b-spc76k8x9u] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-spc76k8x9u] {
        flex-direction: row;
    }

    .sidebar[b-spc76k8x9u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-spc76k8x9u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-spc76k8x9u], article[b-spc76k8x9u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

