@import '_content/Psi.Blazor/Psi.Blazor.l0jlt2ia1p.bundle.scp.css';

/* _content/Psiborg.Online/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-73jdjn4d9q] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-73jdjn4d9q] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-73jdjn4d9q] .content {
    overflow: auto;
}

[b-73jdjn4d9q] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-73jdjn4d9q] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* _content/Psiborg.Online/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-ruqyi35ayb] {
    min-width: 20rem;
    max-width: 20rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-ruqyi35ayb] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-ruqyi35ayb] {
    text-align: center;
    width: 100%;
    max-width: fit-content;
}

[b-ruqyi35ayb] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-ruqyi35ayb] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-ruqyi35ayb] .menu {
    background-color: inherit;
}

    [b-ruqyi35ayb] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-ruqyi35ayb] .menu-item {
    color: var(--bs-white);
}

[b-ruqyi35ayb] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-ruqyi35ayb] .home-icon {
    background-image: url("images/home.svg");
}

[b-ruqyi35ayb] .myAccount-icon {
  background-image: url("images/myAccount.svg");
}

[b-ruqyi35ayb] .download-icon {
  background-image: url("images/download.svg");
}

[b-ruqyi35ayb] .whatsnew-icon {
  background-image: url("images/whatsnew.svg");
}

[b-ruqyi35ayb] .upload-icon {
  background-image: url("images/upload.svg");
}

[b-ruqyi35ayb] .mypreferences-icon {
  background-image: url("images/mypreferences.svg");
}

[b-ruqyi35ayb] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ruqyi35ayb] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ruqyi35ayb] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ruqyi35ayb] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ruqyi35ayb] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-ruqyi35ayb]  .layout-item {
    display: block;
}

#sidebar.expanded[b-ruqyi35ayb]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-ruqyi35ayb] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-ruqyi35ayb] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-ruqyi35ayb]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-ruqyi35ayb] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-ruqyi35ayb]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-ruqyi35ayb] {
        text-align: inherit;
    }

    [b-ruqyi35ayb] .menu-button-container {
        display: block;
    }

    [b-ruqyi35ayb] .layout-item {
        display: none;
    }

    [b-ruqyi35ayb] .footer {
        display: none;
    }
}
/* _content/Psiborg.Online/Components/Pages/Index.razor.rz.scp.css */
.welcome[b-9je7dzfkf8] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-9je7dzfkf8] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-9je7dzfkf8] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-9je7dzfkf8] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-9je7dzfkf8] {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-9je7dzfkf8] {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-9je7dzfkf8] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-9je7dzfkf8] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-9je7dzfkf8] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-9je7dzfkf8] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-9je7dzfkf8] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-9je7dzfkf8] .icon-fill {
    fill: var(--bs-primary);
}

[b-9je7dzfkf8] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

[b-9je7dzfkf8] .img-home {
  width: 100%;
}

@media (max-width: 600px) {
  [b-9je7dzfkf8] .img-home {
    display: none;
  }
}
/* _content/Psiborg.Online/Components/Pages/MyPreferences/MyPreferences.razor.rz.scp.css */
#opt-in-bold[b-gma0lnfsct] {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre-wrap;
}

#opt-in-general[b-gma0lnfsct] {
	color: #000000;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre-wrap;
}

#verifyMessage[b-gma0lnfsct] {
	font-size: 0.75em;
	font-weight: bold;
	font-style: italic;
}
/* _content/Psiborg.Online/Components/Pages/Security/SignIn.razor.rz.scp.css */
.cw-480[b-pj0lclkljb]  {
	max-width: 480px;
	width: 100%;
}

.signIn-form[b-pj0lclkljb] {
	padding: 15px;
}

.center[b-pj0lclkljb] {
	margin-left: auto;
	margin-right: auto;
}

.card-head[b-pj0lclkljb] {
	border-bottom: 1px solid rgba(0, 0, 0, 0.17);
	padding: 15px;
	text-align: center;
	background-color: rgba(33, 37, 41, 0.03);
}
/* _content/Psiborg.Online/Components/Pages/WhatsNew/WhatsNew.razor.rz.scp.css */
[b-jw507p67qy] .dxbl-grid-table td {
	vertical-align: top !important;
}
