@import '_content/AppX.Library.UI.Pro/AppX.Library.UI.Pro.g2uqniqgni.bundle.scp.css';

/* /Pages/KPIConfigurations/KPIConfiguration.razor.rz.scp.css */
/*::deep .c-toggler button {
    color: #ffffff !important;
}

::deep .c-toggler {
    background: #cccccc !important;
}

    ::deep .c-toggler.selected-B .slider {
        background: green;
    }

    ::deep .c-toggler.selected-A .slider {
        background: red;
    }*/

[b-ghjfsis5dc] span.field:has(.c-toggle) {
    border: none !important;
}

.speciality-chips[b-ghjfsis5dc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.25rem;
}

.speciality-chip[b-ghjfsis5dc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem;
    background-color: #dce9ec;
    border: 1px solid #c5d3f5;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.chip-remove[b-ghjfsis5dc] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
    padding: 0;
    color: #666;
}

    .chip-remove:hover[b-ghjfsis5dc] {
        color: #c00;
    }
/* /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);
}
