/* _content/hospitality_pbi/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x6gees76c1] {
    position: relative;
    display: flex;
/*    flex-direction: column;*/
    height: 100vh;
    overflow: hidden;
}

main[b-x6gees76c1] {
    flex: 1;
    height: 100vh; 
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar[b-x6gees76c1] {
/*background-color: white;*/
}

.top-row[b-x6gees76c1] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-x6gees76c1]  a, .top-row[b-x6gees76c1]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-x6gees76c1]  a:hover, .top-row[b-x6gees76c1]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-x6gees76c1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-x6gees76c1] {
        justify-content: space-between;
    }

    .top-row[b-x6gees76c1]  a, .top-row[b-x6gees76c1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x6gees76c1] {
        flex-direction: row;
    }

    .sidebar[b-x6gees76c1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x6gees76c1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x6gees76c1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x6gees76c1], article[b-x6gees76c1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x6gees76c1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-x6gees76c1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/hospitality_pbi/Components/Pages/CustomRole.razor.rz.scp.css */
.fm-content .section[b-yrh10ex7v3] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

.fm-content .section.visible[b-yrh10ex7v3] {
    display: block;
    opacity: 1;
}
/* _content/hospitality_pbi/Components/Pages/Demo.razor.rz.scp.css */
html[b-qswz0ixb65], body[b-qswz0ixb65] {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* _content/hospitality_pbi/Components/Pages/DemoHome.razor.rz.scp.css */
.home-report-wrapper[b-tq95xp7o1g] {
    height: 90vh;
    width: 90%;
    margin-left: 5%;
    background: rgb(27,27,27);
}

.home-report-wrapper .pbi-demo-shell[b-tq95xp7o1g] {
    height: 100%;
    max-height: none;
    overflow: hidden;
}

.home-report-wrapper .pbi-demo-frame[b-tq95xp7o1g] {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.home-report-wrapper .pbi-frame-demo[b-tq95xp7o1g] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.home-report-wrapper .pbi-host-demo[b-tq95xp7o1g],
.home-report-wrapper .pbi-frame-demo iframe[b-tq95xp7o1g] {
    width: 100%;
    height: 100%;
    display: block;
}

.home-report-wrapper[b-tq95xp7o1g] {
    position: relative;
}

.home-report-wrapper .section[b-tq95xp7o1g] {
    position: static !important;
    inset: auto !important;
    height: 100%;
}

.home-report-wrapper .section.hidden[b-tq95xp7o1g] {
    display: none !important;
}

.home-report-wrapper .section.visible[b-tq95xp7o1g] {
    display: block !important;
}

.home-report-wrapper .pbi-demo-frame[b-tq95xp7o1g] {
    width: 100% !important;
    margin: 0 !important;
}

.home-report-wrapper .pbi-demo-frame[b-tq95xp7o1g] {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-report-wrapper .reportHeaderWrapper[b-tq95xp7o1g] {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
}
/* _content/hospitality_pbi/Components/Pages/FinancialManager.razor.rz.scp.css */
.fm-content .section[b-xk4p0p2jmc] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

.fm-content .section.visible[b-xk4p0p2jmc] {
    display: block;
    opacity: 1;
}
/* _content/hospitality_pbi/Components/Pages/GeneralManager.razor.rz.scp.css */
.fm-content .section[b-cke3e78erv] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

.fm-content .section.visible[b-cke3e78erv] {
    display: block;
    opacity: 1;
}
/* _content/hospitality_pbi/Components/Pages/Home.razor.rz.scp.css */
.mode-backdrop[b-se3n7bd4zf] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.mode-card[b-se3n7bd4zf] {
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    min-width: 320px;
    max-width: 420px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.btn-demo[b-se3n7bd4zf] {
    background-color: #3ac6f4;
    margin-right: 2%;
    color: #fff;
    border: none;
}

.btn-demo:hover[b-se3n7bd4zf] {
    background-color: #2bb5e3;
}

.btn-live[b-se3n7bd4zf] {
    margin-left: 2%;
    background-color: #b3d88a;
    color: #000;
    border: none;
}

    .btn-live:hover[b-se3n7bd4zf] {
        background-color: #a3c97a;
    }
/* _content/hospitality_pbi/Components/Pages/HotelManager.razor.rz.scp.css */
.fm-content .section[b-pq0fjg8p5s] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

.fm-content .section.visible[b-pq0fjg8p5s] {
    display: block;
    opacity: 1;
}
/* _content/hospitality_pbi/Components/Pages/LiveHome.razor.rz.scp.css */
.home-report-wrapper-live[b-big7wnt19h] {
    height: 90vh;
    width: 90%;
    margin-left: 5%;
}

.home-report-wrapper-live .pbi-demo-shell[b-big7wnt19h] {
    height: 100%;
    max-height: none;
    overflow: hidden;
}

.home-report-wrapper-live .pbi-demo-frame[b-big7wnt19h] {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.home-report-wrapper-live .pbi-frame-demo[b-big7wnt19h] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.home-report-wrapper-live .pbi-host-demo[b-big7wnt19h],
.home-report-wrapper-live .pbi-frame-demo iframe[b-big7wnt19h] {
    width: 100%;
    height: 100%;
    display: block;
}

.home-report-wrapper-live[b-big7wnt19h] {
    position: relative;
}

.home-report-wrapper-live .section[b-big7wnt19h] {
    position: static !important;
    inset: auto !important;
    height: 100%;
}

.home-report-wrapper-live .section.hidden[b-big7wnt19h] {
    display: none !important;
}

.home-report-wrapper-live .section.visible[b-big7wnt19h] {
    display: block !important;
}

.home-report-wrapper-live .pbi-demo-frame[b-big7wnt19h] {
    width: 100% !important;
    margin: 0 !important;
}

.home-report-wrapper-live .pbi-demo-frame[b-big7wnt19h] {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-report-wrapper-live .reportHeaderWrapper[b-big7wnt19h] {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
}
