/* _content/Socrat.Client.ExamRegistration/Components/Common/FileUpload/Uploader.razor.rz.scp.css */
.upload-title[b-vancv0kkm4] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    align-content: center;
    align-items: center;
}



.upload-drag-area[b-vancv0kkm4] {
    border: 2px dashed #d9d9d9;
    background-color: #fafafa;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    gap: 8px;
}

.uploaded-file-area[b-vancv0kkm4] {
    border: 2px dashed #d9d9d9;
    background-color: #fafafa;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    padding: 5px 10px;
    gap: 8px;
}

.upload-item-name[b-vancv0kkm4]{
    font-size: 24px;
    font-weight: 500;
}

/* _content/Socrat.Client.ExamRegistration/Components/Common/RegistrationSteps/RegistrationSteps.razor.rz.scp.css */
.step-wrapper[b-ddim9gxl71]{
    padding: 20px 30px; 
}
/* _content/Socrat.Client.ExamRegistration/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-25ic8pwvw9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-25ic8pwvw9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.container[b-25ic8pwvw9] {
    padding: 30px 50px;
}
/* _content/Socrat.Client.ExamRegistration/Components/Pages/Home.razor.rz.scp.css */
/* _content/Socrat.Client.ExamRegistration/Components/Pages/RegistrationForm.razor.rz.scp.css */
.form-row[b-y4235u4dzp] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.form-row > *[b-y4235u4dzp]{
    width: 30%;
}

.upload-files[b-y4235u4dzp] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
/* _content/Socrat.Client.ExamRegistration/Components/Pages/SelectExam.razor.rz.scp.css */
.view-row[b-gyxhtkm300] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-content: center;
    margin: 20px auto;
    width: 800px;
}

.calendar-view[b-gyxhtkm300]{
    max-width: 400px;
    width: 400px;
}

.schedule-view[b-gyxhtkm300] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.meeting[b-gyxhtkm300] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #F5F5F5;
    color: #607D8B;
    border-radius: 5px;
    padding: 10px 20px;
}

.calendar-header[b-gyxhtkm300] {
    display: flex;
    flex-direction: column;
}

.calendar-controls[b-gyxhtkm300] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: end;
    align-content: end;
    justify-items: end;
    justify-content: end;
    margin: 10px 5px;
}

.badges[b-gyxhtkm300] {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.emty-badge[b-gyxhtkm300]{height: 24px;}
