@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* _content/AvaSureBi.BlazorServer/Pages/Admin/EditReportCollection.razor.rz.scp.css */
/*.section-controls {
    display: flex;
    justify-content: normal;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
*/
/* _content/AvaSureBi.BlazorServer/Pages/Index.Razor.rz.scp.css */
fluent-card[b-a6a1eykhls] {
    --card-height: 400px;
    --card-width: 500px;
    padding: 20px;
    margin: 12px;
}

.class-override[b-a6a1eykhls] {
    height: 163px;
    width: 300px;
}

.state-override[b-a6a1eykhls] {
    --card-width: 350px;
    --card-height: 300px;
    --elevation: 6;
}

    .state-override:hover[b-a6a1eykhls] {
        --elevation: 12;
    }

.contents[b-a6a1eykhls] {
    display: flex;
    flex-direction: column;
}
/* _content/AvaSureBi.BlazorServer/Pages/Login.razor.rz.scp.css */

/* Container for login panel */
.login-area-wrapper[b-za5bgj5ltr] {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.login-container[b-za5bgj5ltr] {
    position: absolute;
    top: 27%;
    transform: translateY(-50%); /* Center vertically */
    width: 65%;
    min-width: 1050px;
    z-index: 2;
}

.grid-wrapper[b-za5bgj5ltr] {
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 3em;
    grid-row-gap: 0px;
    grid-template-areas: "col1 col2";
}

.col1[b-za5bgj5ltr] {
    grid-area: col1;
}

.col2[b-za5bgj5ltr] {
    margin-left: 2em;
    grid-area: col2;
    justify-self:self-start;
}

.sign-in-wrapper[b-za5bgj5ltr] {
    margin-top:13em;
}


/* Full viewport background */
.background-wrapper[b-za5bgj5ltr] {
    background-image: url('../images/AvaSure_Analytics_Portal_Background.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed; /* Use fixed to cover the whole screen */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Minimum background size */
@media screen and (max-height: 680px) {
    .background-wrapper[b-za5bgj5ltr] {
        background-size: auto 680px;
        background-position: top left;
    }
}

@media screen and (min-aspect-ratio: 16/9) {
    .background-wrapper[b-za5bgj5ltr] {
        background-size: 100% auto; /* Cover the full width on wide screens */
    }
}

.login-header[b-za5bgj5ltr] {
    margin-top: 1.5em;
    margin-left: 0.2em;
    width: 18.5em;
}

    .login-header h1[b-za5bgj5ltr] {
        font-size: 4em;
        font-weight: 900;
    }

    .login-header h3[b-za5bgj5ltr] {
        color: #444444;
        margin-top: 1.2em;
    }

.login-content[b-za5bgj5ltr] {
    margin-top: 1em;
    margin-left: 2em;
    font-size: 90%;
    /*width:50%;*/
}

    .login-content p[b-za5bgj5ltr] {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    .login-content h5[b-za5bgj5ltr] {
        font-size: 118%;
    }


.copyright[b-za5bgj5ltr] {
    text-align: end;
    position: fixed;
    bottom: 0px;
    right: 18px;
    font-size: 12px;
    z-index: 2;
}

.btn-sign-in[b-za5bgj5ltr] {
    width: 230px;
    font-weight: 500;
    font-size:larger;
    background-color: var(--avasure-button-default);
    color: black;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    border: none;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    margin: auto;
    cursor: pointer;
}

    .btn-sign-in:hover[b-za5bgj5ltr] {
        background-color: var(--avasure-button-hover);
    }
    .btn-sign-in22:hover[b-za5bgj5ltr] {
        width: 300px;
        font-weight: 500;
        background-color: var(--avasure-button-hover);
        color: black;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        border-radius: 4px;
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
        margin: auto;
    }
/* _content/AvaSureBi.BlazorServer/Pages/Portal/Report.razor.rz.scp.css */
.flex-container[b-s3zva38opq] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-bar[b-s3zva38opq] {
    /* Assuming a fixed height for the top bar, adjust as necessary */
    height: 50px;
    /* Any additional styling you want for the top bar */
    background-color: #f2f2f2;
    padding: 10px;

    display: flex;
    align-items: center; /* vertically center the items */
    gap: 10px; /* optional: to create a gap between label and the select */
}

.top-bar label[b-s3zva38opq] {
    margin: 0;
}

.app-powerbi-report[b-s3zva38opq] {
    flex-grow: 1; /* This makes it occupy the rest of the space */
    width: 100%;
}
/* _content/AvaSureBi.BlazorServer/Shared/AdminLayout.razor.rz.scp.css */
.container[b-m8yoreejtl] {
    overflow-y: auto;
}
/* _content/AvaSureBi.BlazorServer/Shared/AppActiveFilterSelect.razor.rz.scp.css */
/* Assuming the parent div of your label and select has a class 'fluent-select-container' */
.active-filter-select-container[b-g4825v6cqt] {
    padding-inline-start: 10pt;
    display: flex;
    align-items: center; /* Aligns items vertically in the middle */
    gap: 5px; /* Optional: Adds some space between the label and the select box */
}

    /*For the FluentLabel*/
    .active-filter-select-label[b-g4825v6cqt] {
        color: var(--app-label-color);
        font-size: 85%;
    }
/* _content/AvaSureBi.BlazorServer/Shared/FormComponents/AppIconSelect.razor.rz.scp.css */
.app-icon-select[b-g410jrotky] {
    width: 200px;
    padding: 20px;
    height: 150px;
}
/* _content/AvaSureBi.BlazorServer/Shared/FormComponents/AppPermittedReportCheckbox.razor.rz.scp.css */
.checkbox-control[b-nzpea1772h] {
    display: flex;
    align-items: center;
}

    .checkbox-control input[type="checkbox"][b-nzpea1772h] {
        transform: scale(1.25);
        margin-right: calc(var(--design-unit) * 2px);
    }

.level1[b-nzpea1772h] {
    margin-left: 0px;
}

.level2[b-nzpea1772h] {
    margin-left: calc(var(--design-unit) * 6px);
}

.level3[b-nzpea1772h] {
    margin-left: calc(var(--design-unit) * 12px);
}
/* _content/AvaSureBi.BlazorServer/Shared/MainLayout.razor.rz.scp.css */
.page[b-x48kpp333g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x48kpp333g] {
    flex: 1;
}

.content[b-x48kpp333g] {
    position: relative; /*MainLayout only?*/
    padding: 0;
}

.navigation[b-x48kpp333g] {
    overflow-y: auto; /*MainLayout only?*/
    height: calc(100vh - var(--siteheader-height)); /*MainLayout only?*/
}

/**vv Move to main layout vv**/
.main[b-x48kpp333g], .content[b-x48kpp333g], article[b-x48kpp333g] {
    height: calc(100vh - var(--siteheader-height));
}

main[b-x48kpp333g], article[b-x48kpp333g], .app-powerbi-report[b-x48kpp333g] {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
/**^^ Move to main layout ^^**/

@media (min-width: 641px) {
    .page[b-x48kpp333g] {
        flex-direction: row;
    }

    article[b-x48kpp333g] {
        padding-left: 0;
        padding-right: 0;
    }
}
/* _content/AvaSureBi.BlazorServer/Shared/PublicLayout.razor.rz.scp.css */
.container[b-7dfk1aptya] {
    background-color: var(--neutral-layer-2);
}
/* _content/AvaSureBi.BlazorServer/Shared/SiteHeader.razor.rz.scp.css */
.siteheader[b-had9gtju1m] {
    background-color: var(--avasure-button-default);
    align-items: center;
    white-space: nowrap;
    padding-left: .25rem;
    display: flex;
}

    .siteheader a[b-had9gtju1m] {
        padding-inline-end: 10px;
    }

    .siteheader-logo[b-had9gtju1m] {
        justify-self: start;
        display: grid;
        align-items: center;
        margin-left: 10px;

    }

    .siteheader .login-message[b-had9gtju1m] {
        padding-right: 20px
    }

    .siteheader-logo .logo-link[b-had9gtju1m] {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .siteheader-logo .logo-image[b-had9gtju1m] {
        max-height: 30px;
        max-width: 150px;
        cursor: pointer;
        outline: none;
    }

    .siteheader-logo .logo-text[b-had9gtju1m] {
        font-size: 1.1rem;
        font-weight: 600;
        margin-left: 6px;
        margin-top: 0.8px;
        vertical-align: bottom;
        color: var(--avasure-header-color);
    }


.user-image[b-had9gtju1m] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.dropdown-panel[b-had9gtju1m] {
    max-width: 100vw;
    color: #242424;
    background-color: white;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 58px;
    z-index: 10000;
    -webkit-box-shadow: 0 24px 54px rgba(0,0,0,.15), 0 4.5px 13.5px rgba(0,0,0,.08);
    box-shadow: 0 24px 54px rgba(0,0,0,.15), 0 4.5px 13.5px rgba(0,0,0,.08);
}

.user-panel[b-had9gtju1m] {
    height: 150px;
    width: 320px;
}

.settings-panel[b-had9gtju1m] {
    height: 100px;
    width: 200px;
}

.report-page-title[b-had9gtju1m] {
    display: grid;
    padding-bottom: 0;
    padding-left: 1.25rem;
    color: var(--primary-text-color);
    grid-column: 2;
    padding-top: .2rem;
    text-align: center;
    font-weight: bold;
}

.grid[b-had9gtju1m] {
    display: flex;
    flex-wrap: wrap;
}

.grid-col[b-had9gtju1m] {
    flex: 1 0 1.5em;
    background: inherit;
}

.login[b-had9gtju1m] {
    text-align: end;
    padding-right: 2em;
    align-self: center;
}
/* _content/AvaSureBi.BlazorServer/Shared/Stack.razor.rz.scp.css */
.stack-vertical[b-4i9msyfehz] {
    display: flex;
    flex-direction: column;
}

.stack-horizontal[b-4i9msyfehz] {
    display: flex;
    flex-direction: row;
}
/* _content/AvaSureBi.BlazorServer/Shared/UserProfilePane.razor.rz.scp.css */
.profile-header[b-78v7xv4s0h] {
    display: flex;
    width: 100%;
    height: 30%;
    align-items: center;
    padding: 0 1em;
}

.profile-content[b-78v7xv4s0h] {
    display: flex;
    width: 100%;
    height: 70%;
    grid-gap: 10px;
    margin-bottom: 1em;
    padding: 0 1em;
    text-align: start;
}

    .profile-content img[b-78v7xv4s0h] {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
