@import '_content/AppX.Library.UI.Pro/AppX.Library.UI.Pro.u29qmmk5lg.bundle.scp.css';

/* /Pages/Requests/Consult/RequestConsultDetail.razor.rz.scp.css */
.colType[b-hzfj9mv3ka] {
    background-color: gainsboro;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.responseCard[b-hzfj9mv3ka] {
    background-color: gainsboro;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 25px;
}

.section[b-hzfj9mv3ka] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background-color: #f9f9f9;
}

.separator[b-hzfj9mv3ka] {
    height: 1px;
    width: 100%;
    background-color: #ccc;
}
/* /Pages/Users/UserDetails.razor.rz.scp.css */
.form-container[b-vt5hh52f71] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.section[b-vt5hh52f71] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.field-row[b-vt5hh52f71] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-around;
}

.field-container-right[b-vt5hh52f71] {
    margin-right: 10px;
    width: 50%;
}


.field-container[b-vt5hh52f71] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.button-container[b-vt5hh52f71] {
    display: flex;
    align-items: center;
}

.separator[b-vt5hh52f71] {
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

input[b-vt5hh52f71], select[b-vt5hh52f71] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}

select[b-vt5hh52f71] {
    width: 50%;
}

button[b-vt5hh52f71] {
    padding: 0.5rem 1rem;
}
/* /Pages/WaitingListQuestionnaireConfiguration/WaitingListQuestionnaire.razor.rz.scp.css */
.position-relative[b-i4dsfjf7bv] {
    position: relative;
}

.question-count-badge[b-i4dsfjf7bv] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #dc3545; /* Bootstrap danger red */
    color: white;
    border-radius: 50%;
    font-size: 0.75rem;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
