/* _content/kudi-manager-ai/Components/Layout/MainLayout.razor.rz.scp.css */
#app[b-64f4devtmm] {
    width: 100% !important;
    height: 100% !important;
}


.site-layout-sub-header-background[b-64f4devtmm] {
    background: #fff;
}

.site-layout .site-layout-background[b-64f4devtmm] {
    background: #f2f3f5;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.logo[b-64f4devtmm] {
    align-items: center;
    padding: 16px 16px;
    line-height: 32px;
    cursor: pointer;
    width: 110px;
    display: inline-block;
}

.logoh1[b-64f4devtmm] {
    display: inline-block;
    height: 32px;
    margin: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    vertical-align: middle;
    animation: fade-in;
    animation-duration: .2s;
    width: 100%;
    text-align: center;
}
/* _content/kudi-manager-ai/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/kudi-manager-ai/Components/Pages/ModelManager/ModelTest.razor.rz.scp.css */
.model-test-container[b-jcvrpphfss] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    background-color: #f9f9f9;
}

.question-section[b-jcvrpphfss] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    gap: 10px;
}

.question-input[b-jcvrpphfss] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.submit-button[b-jcvrpphfss] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    background-color: #1890ff;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .submit-button:hover[b-jcvrpphfss] {
        background-color: #40a9ff;
    }

.answer-section[b-jcvrpphfss] {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
}

h4[b-jcvrpphfss] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
}

.answer-input[b-jcvrpphfss] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    resize: none;
}

.action-buttons[b-jcvrpphfss] {
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.training-button[b-jcvrpphfss] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    background-color: #52c41a;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .training-button:hover[b-jcvrpphfss] {
        background-color: #73d13d;
    }
