/* _content/schultzgpt/Pages/FasitGuideStats.razor.rz.scp.css */
.hover-pointer:hover[b-21obnqwyvk] {
    cursor: pointer;
}
/* _content/schultzgpt/Pages/LawConsolidator.razor.rz.scp.css */
.infobox-container[b-vthja3q2qo] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 150px;
}

.infobox[b-vthja3q2qo] {
    border: 1px solid #ccc;
    padding: 20px;
    flex: 1;
    margin: 0 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon[b-vthja3q2qo] {
    font-size: 50px;
    margin-bottom: 15px;
    color: #E42974;
}
/* _content/schultzgpt/Pages/ShortCoder.razor.rz.scp.css */
.infobox-container[b-pqkz6tlkan] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 150px;
}

.infobox[b-pqkz6tlkan] {
    border: 1px solid #ccc;
    padding: 20px;
    flex: 1;
    margin: 0 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon[b-pqkz6tlkan] {
    font-size: 50px;
    margin-bottom: 15px;
    color: #E42974;
}
/* _content/schultzgpt/Shared/ChatGptGuidelines.razor.rz.scp.css */
.infobox-container[b-5ei1lrccmb] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 150px;
}

.infobox[b-5ei1lrccmb] {
    border: 1px solid #ccc;
    padding: 20px;
    flex: 1;
    margin: 0 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon[b-5ei1lrccmb] {
    font-size: 50px;
    margin-bottom: 15px;
    color: #E42974;
}
/* _content/schultzgpt/Shared/ChatMessages.razor.rz.scp.css */
.chat-message[b-d1gebhyjcu] {
    padding-top: 20px;
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    font-size: 1.2em;
}



.chat-icon[b-d1gebhyjcu] {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.5em;
    color:darkgray
}

.user-message[b-d1gebhyjcu] {
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 10px;   
}

.system-message[b-d1gebhyjcu] {    
    border-radius: 10px;    
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hover-pointer:hover[b-d1gebhyjcu] {
    cursor: pointer;
}
.overlay[b-d1gebhyjcu] {
    position: fixed; /* Cover the whole screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999998; /* Below the dialog */
}
.dialog-container[b-d1gebhyjcu] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
/* _content/schultzgpt/Shared/MainLayout.razor.rz.scp.css */
.page[b-8iah7y9xhc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-8iah7y9xhc] {
    flex: 1;
}

.sidebar[b-8iah7y9xhc] {
    background-color: #444654;
}

.top-row[b-8iah7y9xhc] {
    background-color: #1E1E1E;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8iah7y9xhc]  a, .top-row .btn-link[b-8iah7y9xhc] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8iah7y9xhc] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8iah7y9xhc] {
        display: none;
    }

    .top-row.auth[b-8iah7y9xhc] {
        justify-content: space-between;
    }

    .top-row a[b-8iah7y9xhc], .top-row .btn-link[b-8iah7y9xhc] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8iah7y9xhc] {
        flex-direction: row;
    }

    .sidebar[b-8iah7y9xhc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8iah7y9xhc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-8iah7y9xhc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/schultzgpt/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x0r25b97h3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x0r25b97h3] {
    height: 3.5rem;
    background-color: #444654;
}

.navbar-brand[b-x0r25b97h3] {
    font-size: 1.1rem;
}

.oi[b-x0r25b97h3], .fas[b-x0r25b97h3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-x0r25b97h3] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

    .nav-item:first-of-type[b-x0r25b97h3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x0r25b97h3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x0r25b97h3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-x0r25b97h3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-x0r25b97h3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x0r25b97h3] {
        display: none;
    }

    .collapse[b-x0r25b97h3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/schultzgpt/Shared/Prompt.razor.rz.scp.css */
.prompt[b-f3irjgtwa1] {
    position: relative;
    width: 100%;
}

.prompt textarea[b-f3irjgtwa1] {
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    outline: none;
    resize: none;
    min-height: 100px;
    overflow: hidden;
    font-size: 1.2em;
}

.clear-button[b-f3irjgtwa1] {
    position: absolute;
    right: 10px;
    bottom: 55px;
    padding: 5px 10px;
    border: 1px solid #007BFF;
    background-color: white;
    color: #007BFF;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    font-size: 18px;
}

.clear-button:hover[b-f3irjgtwa1] {
    background-color: #0056b3;
    color: white;
}

button:disabled[b-f3irjgtwa1],
button[disabled][b-f3irjgtwa1] {
    cursor: not-allowed;
}

.send-button[b-f3irjgtwa1] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    border: none;
    background-color: #007BFF;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    color: white;
}

.send-button:hover[b-f3irjgtwa1] {
    background-color: #0056b3;
}
/* _content/schultzgpt/Shared/StatsMessage.razor.rz.scp.css */
.hover-pointer:hover[b-q25l5uj46s] {
    cursor: pointer;
}
