@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Varibill.WebUI.Server/Blazor/Components/Profile.razor.rz.scp.css */
.user-profile[b-j2glsouclu] {
    width: 100%;
}

    .user-profile[b-j2glsouclu]::before {
        content: '';
        height: 6px;
        position: absolute;
        border-radius: 2px 2px 0 0;
        left: 0;
        right: 0;
        top: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8034+0,ed8034+33,feb123+33,feb123+66,2184cd+66,2184cd+100 */
        background: rgb(237,128,52); /* Old browsers */
        background: -moz-linear-gradient(left, #7daeae 0%, #7daeae 33%, #bec055 33%, #bec055 66%, #e86a5b 66%, #e86a5b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #7daeae 0%, #7daeae 33%, #bec055 33%, #bec055 66%, #e86a5b 66%, #e86a5b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #7daeae 0%, #7daeae 33%, #bec055 33%, #bec055 66%, #e86a5b 66%, #e86a5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8034', endColorstr='#2184cd',GradientType=1 ); /* IE6-9 */
    }
/* _content/Varibill.WebUI.Server/Blazor/Components/Search.razor.rz.scp.css */
.search[b-v4buubtze2] {
    padding: 0.25rem;
    position: relative;
    min-width: 123px;
}

    .search .search-input[b-v4buubtze2] {
        padding-right: calc(24px+0.5rem);
    }

    .search .search-button[b-v4buubtze2] {
        right: 0px;
        top: 0px;
        pointer-events: auto;
        z-index: 3;
        width: auto;
        display: flex;
        align-items: center;
        height: 100%;
        position: absolute;
    }

        .search .search-button .search-icon[b-v4buubtze2] {
            background-color: currentColor;
            width: 16px;
            height: 16px;
            mask-image: url("images/icons/search.svg");
            -webkit-mask-image: url("images/icons/search.svg");
            opacity: 0.6;
        }
/* _content/Varibill.WebUI.Server/Blazor/Layout/MainLayout.razor.rz.scp.css */
.page[b-rt7p121ayr] {
    height: 100%;
}

[b-rt7p121ayr] .layout-header {
    position: fixed!important;
    z-index: 1000;
    width: 100%;
}

[b-rt7p121ayr] .content {
    overflow: auto;
}
/* _content/Varibill.WebUI.Server/Blazor/Pages/Login.razor.rz.scp.css */
.login-container[b-9kiaupzuou] {
    background-color: white;
    height: 100vh;
}

    .login-container .login-image[b-9kiaupzuou] {
        background-image: url("images/Login_Screen_Image.jpg");
        border-radius: 0px 20px 20px 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.4);
        position: relative;
    }
        .login-container .login-image[b-9kiaupzuou]::after {
            content: "";
            position: absolute;
            border-radius: 0px 20px 20px 0px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity for darkness */
        }

    .login-container .login-form[b-9kiaupzuou] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        text-align: center;
    }

    .login-container .login-logo[b-9kiaupzuou] {
        width: 225px;
        margin: 0 auto;
    }

[b-9kiaupzuou] .cus-btn {
    width: 175px;
}

[b-9kiaupzuou] .icon-microsoft {
    -webkit-mask-image: url("images/icons/microsoft.svg");
    mask-image: url("images/icons/microsoft.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

@media (max-width: 768px) {
    .login-container[b-9kiaupzuou] {
        width: 100%;
    }

    .login-image[b-9kiaupzuou] {
        display: none;
    }
}
