/* /Pages/ApiManagement.razor.rz.scp.css */
#omniprompts[b-whumkz5eqh] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.omniprompt[b-whumkz5eqh] {
    width: 90%;
    background: linear-gradient(rgb(24, 28, 93), rgb(58, 6, 71));
    box-shadow: 5px 5px 5px black;
    border-radius: 10px;
    color: white;
    margin: 20px;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-width: 700px;
    transition: max-width 0.5s;
}
.omniprompt:hover[b-whumkz5eqh] {
    border: solid 3px white;
    max-width: 900px;
}

#inputs button[b-whumkz5eqh] {
    border: none;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    color: white;
    background: linear-gradient(rgb(24, 28, 93), rgb(58, 6, 71));
}
#apimKey[b-whumkz5eqh]{
    width: 400px;
    background: rgb(30,30,30);
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.omniprompt-main[b-whumkz5eqh] {
    display: flex;
    justify-content: space-between
}

.omniprompt-metadata[b-whumkz5eqh] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.8em;
    min-width: 100px;
}

.prompt[b-whumkz5eqh]{
    font-size: 1.2em;
    font-style: italic;
}
/* /Pages/OmnipromptResponses.razor.rz.scp.css */
.responses[b-4figa8tdm0]{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.response[b-4figa8tdm0] {
    display: flex;
    justify-content: space-between;
    background: rgba(0,0,0, 0.4);
    border-radius: 10px;
    margin: 3px;
    padding: 10px;
    font-size: 0.8em;
    font-style: italic;
}

.response-metadata[b-4figa8tdm0]{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 100px;
}

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

.main[b-xb8gkgp23b] {
    flex: 1;
    background-color: black;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

    .main > div[b-xb8gkgp23b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1y5b4js1wp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1y5b4js1wp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

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

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

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

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

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

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

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

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