/* _content/Cannabis.Web/Pages/Authenticate.razor.rz.scp.css */
.background[b-o2dbpt4p0f] {
    position: absolute;
    background-image: url(img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.blur[b-o2dbpt4p0f] {
    background: rgba(255, 255, 255, 0.2); /* Make sure this color has an opacity of less than 1 */
    backdrop-filter: blur(8px); /* This be the blur */
    height: 100%;
    width: 100%;
}

.logo[b-o2dbpt4p0f] {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    font-size: 44pt;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #27ae60;
    color: #f2f2f2;
}

.btn-block[b-o2dbpt4p0f] {
    display: block;
    width: 100%;
}

.google[b-o2dbpt4p0f], .github[b-o2dbpt4p0f] {
    border: none;
}

.github[b-o2dbpt4p0f] {
    background-color: #333;
}

.google[b-o2dbpt4p0f] {
    background-color: #dd4b39;
}
/* _content/Cannabis.Web/Pages/Callback.razor.rz.scp.css */
.background[b-tgwpkw1165] {
    position: absolute;
    background-image: url(img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.blur[b-tgwpkw1165] {
    background: rgba(255, 255, 255, 0.2); /* Make sure this color has an opacity of less than 1 */
    backdrop-filter: blur(8px); /* This be the blur */
    height: 100%;
    width: 100%;
}

.logo[b-tgwpkw1165] {
    /*position: absolute;*/
    top: -64px;
    left: 0;
    right: 0;
    font-size: 44pt;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #27ae60;
    color: #f2f2f2;

    box-shadow: 0 0 0 0 #27ae60;
    animation: pulse-b-tgwpkw1165 2s infinite;
}

@keyframes pulse-b-tgwpkw1165 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #27ae60a0;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px #27ae6000;
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #27ae6000;
    }
}
/* _content/Cannabis.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-cdd6zx36jd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cdd6zx36jd] {
    flex: 1;
}

.sidebar[b-cdd6zx36jd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cdd6zx36jd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cdd6zx36jd]  a, .top-row .btn-link[b-cdd6zx36jd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cdd6zx36jd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cdd6zx36jd] {
        display: none;
    }

    .top-row.auth[b-cdd6zx36jd] {
        justify-content: space-between;
    }

    .top-row a[b-cdd6zx36jd], .top-row .btn-link[b-cdd6zx36jd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cdd6zx36jd] {
        flex-direction: row;
    }

    .sidebar[b-cdd6zx36jd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cdd6zx36jd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cdd6zx36jd], article[b-cdd6zx36jd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
