@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/ModalDialog/Base/VanillaModalDialog.razor.rz.scp.css */
div.base-modal-background[b-cjlcai4qf7] {
    display: block;
    position: fixed;
    z-index: 101; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

div.base-modal-content[b-cjlcai4qf7] {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px;
    border: 2px solid #888;
    width: 90%;
}
/* /Components/ModalDialog/Bootstrap/BsModalDialog.razor.rz.scp.css */
.modal-body[b-msmy80xl3m] {
    padding: 0;
}

.show-modal[b-msmy80xl3m] {
    display: block;
    background-color: rgb(0,0,0,0.6);
}
/* /Pages/Api.Razor.rz.scp.css */
body[b-cc84845jql] {
    background-color: #C4F2DA;
}


/* Fix height and enable scrolling */
.grid[b-cc84845jql] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-cc84845jql]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-cc84845jql] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-cc84845jql] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-cc84845jql] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    min-width: 200;
    text-overflow: ellipsis;
}

.btn-secondary[b-cc84845jql] {
    background-color: red;
}


.inputForm[b-cc84845jql] {
    border-radius: 25px;
    border: 2px solid #609;
    padding: 20px;
    width: 200px;
    height: 15px;
}
/* /Pages/Clients.razor.rz.scp.css */
body[b-364412ha2m] {
    background-color: #C4F2DA;
}


/* Fix height and enable scrolling */
.grid[b-364412ha2m] {
    height: 25rem;
    overflow-y: auto;
}

.grid[b-364412ha2m]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */
[b-364412ha2m] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-364412ha2m] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-364412ha2m] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    min-width: 200;
    text-overflow: ellipsis;
}

.btn-secondary[b-364412ha2m] {
    background-color: red;
}


.inputForm[b-364412ha2m] {
    border-radius: 25px;
    border: 2px solid #609;
    padding: 20px;
    width: 200px;
    height: 15px;
}
/* /Pages/Modal/AddAllowedGrantsModal.razor.rz.scp.css */
.blazored-modal-container[b-7mmb9ws62q] {
    position: fixed;
    left: 0;
    top: 0;
}
/* /Pages/Modal/AddAllowedScopeModal.razor.rz.scp.css */
/* /Pages/Modal/AddClaimModal.razor.rz.scp.css */
.blazored-modal-container[b-7lz1os10a2] {
    position: fixed;
    left: 0;
    top: 0;
}
/* /Pages/Modal/AddRedirectURIModal.razor.rz.scp.css */
.blazored-modal-container[b-sewzprku74] {
    position: fixed;
    left: 0;
    top: 0;
}
/* /Pages/Modal/EditScopeModal.razor.rz.scp.css */
.table[b-nfvjkuludw] {
    min-height: 3px;
    min-width: 3px;
}
/* /Pages/Modal/NewClientSecretModal.razor.rz.scp.css */
/* /Shared/LoginDisplay.razor.rz.scp.css */
body[b-6izyob9r9v] {

}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-o7p9fjirpc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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


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



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

    .top-row[b-o7p9fjirpc]  a:hover, .top-row[b-o7p9fjirpc]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

    .top-row.auth[b-o7p9fjirpc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

.valid.modified:not([type=checkbox])[b-o7p9fjirpc] {
    outline: 1px solid #26b050;
}

.invalid[b-o7p9fjirpc] {
    outline: 1px solid red;
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}*/

.top-row[b-accam4wzwb] {
    height: 3.5rem;
    background-color: #015945;
}

.navbar-brand[b-accam4wzwb] {
    font-size: 1.1rem;
}

/*.navbar {
    background-color: #02A67F;
}*/


.oi[b-accam4wzwb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-accam4wzwb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-accam4wzwb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-accam4wzwb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-accam4wzwb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-accam4wzwb]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-accam4wzwb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-accam4wzwb] {
        display: none;
    }

    .collapse[b-accam4wzwb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
