@import '_content/Tena.Blazor.Pkg/Tena.Blazor.Pkg.bundle.scp.css';
@import '_content/Tena.Tws.ActionPlans.Ui.Core/Tena.Tws.ActionPlans.Ui.Core.bundle.scp.css';
@import '_content/Tena.Tws.Admin.Ui.Core/Tena.Tws.Admin.Ui.Core.bundle.scp.css';
@import '_content/Tena.Tws.Configuration.Ui.Core/Tena.Tws.Configuration.Ui.Core.bundle.scp.css';
@import '_content/Tena.Tws.FileTransfer.Ui.Core/Tena.Tws.FileTransfer.Ui.Core.bundle.scp.css';
@import '_content/Tena.Tws.Followup.Ui.Core/Tena.Tws.Followup.Ui.Core.bundle.scp.css';
@import '_content/Tena.Tws.Report.Ui.Core/Tena.Tws.Report.Ui.Core.bundle.scp.css';
@import '_content/Tena.Tws.Selections.Ui.Core/Tena.Tws.Selections.Ui.Core.bundle.scp.css';

/* /Components/LoginDisplay.razor.rz.scp.css */

.global-header .dropdown-menu a[b-m0rw9ieyoh] {
    display: block;
}

.dropdown[b-m0rw9ieyoh]{
    padding-right: 1.25rem;
}

.dropdown .navbar-user[b-m0rw9ieyoh] {
    display: table-cell;
    height: 5.5rem;
}

.dropdown .navbar-user-link[b-m0rw9ieyoh] {
    display: table-cell;
    height: 5.5rem;
    vertical-align: middle;
}

.dropdown-menu[b-m0rw9ieyoh] {
    margin-right: 1rem;
}
    .dropdown-menu a[b-m0rw9ieyoh] {
        display: block;
        padding: 0.625rem;
        color: #303030 !important;
        text-decoration-color: #303030 !important;
        border-bottom: 1px solid #ccc
    }
    .logout[b-m0rw9ieyoh] {border-bottom-width: 0 !important;}
.nav-link[b-m0rw9ieyoh] {
    font-size: 1.875em;
}
.navbar-user[b-m0rw9ieyoh] {
    vertical-align: middle;
}
    .navbar-user p[b-m0rw9ieyoh] {
        margin-bottom: 0;
        margin-right: 0.9375rem;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9kifx5lolr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9kifx5lolr] {
    flex: 1;
}

.sidebar[b-9kifx5lolr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9kifx5lolr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9kifx5lolr]  a, .top-row[b-9kifx5lolr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9kifx5lolr]  a:hover, .top-row[b-9kifx5lolr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9kifx5lolr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9kifx5lolr] {
        justify-content: space-between;
    }

    .top-row[b-9kifx5lolr]  a, .top-row[b-9kifx5lolr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9kifx5lolr] {
        flex-direction: row;
    }

    .sidebar[b-9kifx5lolr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9kifx5lolr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9kifx5lolr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9kifx5lolr], article[b-9kifx5lolr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/TermsAndConditions.razor.rz.scp.css */
.tandc-background[b-enx18zfw0t] {
    background: url(../images/login-background.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

[b-enx18zfw0t] .tandc-title {
    color: #fff;
}

[b-enx18zfw0t] div.tandc-outer {
    border-radius: 6px;
    display: block;
    width: 96%;
    margin: 0 auto;
    background-color: #fff;
    opacity: .85;
}

[b-enx18zfw0t] div.tandc-inner {
    padding: 12px 48px 12px 48px;
    height: 600px;
    overflow: scroll;
    background-color: #fff;
    margin: 12px;
    opacity: .85;
    color: #000;
}
