@import '_content/Nwoork.UI/Nwoork.UI.3u1e1ioy8s.bundle.scp.css';

/* _content/Nwoork.Partner.Web/Components/App.razor.rz.scp.css */
html[b-gmzavnif9l] {
    height: 100%;
}
body[b-gmzavnif9l] {
    height: 100%;
    background-color: var(--background-color-light);
}

/* _content/Nwoork.Partner.Web/Components/Common/NwButtonToggle.razor.rz.scp.css */
.nw-button-toggle[b-bv6efw74pl]{
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--nwp-gray-100);
    transition-property: background-color, color;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    color: var(--nwp-gray-900);
    display: flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    border-radius: 0.5rem;
}

.nw-button-toggle[disabled][b-bv6efw74pl]{
    background-color: var(--nwp-gray-100);
    color: var(--nwp-gray-500);
    cursor: not-allowed;
}

.nw-button-toggle._active[b-bv6efw74pl]{
    background-color: var(--nwp-main-500);
    color: white;
}
/* _content/Nwoork.Partner.Web/Components/Common/UserDataUpdateRequestModal/UserDataUpdateRequestModal.razor.rz.scp.css */
[b-pwgrvp8n0q] .nw-input__box
{
    max-height: 40px;
}
/* _content/Nwoork.Partner.Web/Components/Layout/LoginLayout.razor.rz.scp.css */
/* _content/Nwoork.Partner.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-twldwpxjtx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-twldwpxjtx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.calendar-ico[b-twldwpxjtx] {
    margin-top: 11px;
}

/* _content/Nwoork.Partner.Web/Components/Layout/SecondaryLayout.razor.rz.scp.css */
#blazor-error-ui[b-3ajha3ecyj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-3ajha3ecyj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.calendar-ico[b-3ajha3ecyj] {
    margin-top: 11px;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Agenda/ExamParameterTemplates/JsonLayoutItemComponent.razor.rz.scp.css */
.form-steps[b-w0ti4bzp0f] {
    display: flex;
    flex-direction: column;
}

.step-indicator[b-w0ti4bzp0f] {
    font-size: 1rem;
    font-style: italic;
    color: var(--nwp-main, #6366f1);
}

.form-step[b-w0ti4bzp0f] {
    display: flex;
    flex-direction: column;
}

h3.section-title[b-w0ti4bzp0f]{
    font-size: 1.125rem;
    font-family: 'Poppins';
    font-weight: 400;
    color: var(--nwp-blue-500);
}

h4.subsection-title[b-w0ti4bzp0f] {
    font-family: 'Poppins';
    font-size: 1rem;
}

.parameter-selector[b-w0ti4bzp0f]{
    max-width: 30rem;
    display:flex;
    gap:0.5rem;
    flex-direction:column;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Agenda/ExamParameterTemplates/JsonLayoutItemReadOnly.razor.rz.scp.css */
.exam-result-json-layout-readonly[b-8x3i2xtf8k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-steps-readonly[b-8x3i2xtf8k] {
    border-bottom: 1px solid var(--nw-neutral-200, #e5e7eb);
    padding-bottom: 1.5rem;
}

.form-steps-readonly:last-child[b-8x3i2xtf8k] {
    border-bottom: none;
}

.step-indicator-readonly[b-8x3i2xtf8k] {
    font-size: 1rem;
    font-style: italic;
    color: var(--nwp-main, #6366f1);
    font-weight: 500;
}

.exam-section-readonly[b-8x3i2xtf8k] {
    border-bottom: 1px solid var(--nw-neutral-200, #e5e7eb);
    padding-bottom: 1rem;
}

.exam-section-readonly:last-child[b-8x3i2xtf8k] {
    border-bottom: none;
}

.form-subsection-readonly[b-8x3i2xtf8k] {
    margin-bottom: 0.75rem;
}

.form-text-readonly[b-8x3i2xtf8k] {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.parameter-readonly[b-8x3i2xtf8k] {
    padding-left: 0.5rem;
}

.exam-container-readonly[b-8x3i2xtf8k] {
    margin-bottom: 0.5rem;
}

.json-container-readonly[b-8x3i2xtf8k] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-conditional-readonly[b-8x3i2xtf8k] {
    margin-bottom: 0.5rem;
}

/* _content/Nwoork.Partner.Web/Components/Pages/Agenda/ExamParameterTemplates/ParameterOptionGroupTemplate.razor.rz.scp.css */
.option-group-separator[b-lkoagw4hjz]
{
    border-bottom: 1px solid var(--nwp-gray-400) !important;
}

.option-group-container[b-lkoagw4hjz]
{
    background-color: var(--nw-input-back) !important;
    border: solid 1px var(--nwp-grey-300) !important;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Agenda/ExamResult.razor.rz.scp.css */

.parameter-numeric[b-z1tq3cvtc2]{
    max-width: 50%;
}

.parameter-separator[b-z1tq3cvtc2]
{
    border-bottom: 1px solid var(--nwp-gray-300) !important;
}

.border-left[b-z1tq3cvtc2] {
    border-left-style: none;
    border-color: var(--nwp-grey-300);
}
.border-bottom[b-z1tq3cvtc2] {
    border-left-style: none;
    border-color: var(--nwp-grey-300);
}
.border-right[b-z1tq3cvtc2] {
    border-left-style: none;
    border-color: var(--nwp-grey-300);
}
.exam-parameter[b-z1tq3cvtc2]{
    width: 60%;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Agenda/Index.razor.rz.scp.css */
.head-agenda .date-now[b-26jtqaok7y] {
    color: #1F1F1F;
    font: normal normal 600 16px/16px Poppins;
}

.head-agenda .num-patients[b-26jtqaok7y] {
    font: normal normal normal 14px/22px Open Sans;
    color: var(--nwp-neutral-dark);
}

[b-26jtqaok7y] .head-agenda button {
    font: normal normal 600 12px/22px Poppins;
}

hr[b-26jtqaok7y] {
    border-bottom: 1px solid #E6E6E6;
    margin: 12px 0px;
}

.flex-auto[b-26jtqaok7y] {
    flex: auto;
}

.sumary-descrip[b-26jtqaok7y] {
    font: normal normal normal 12px/24px Open Sans;
}

[b-26jtqaok7y] .sumary-descrip .nw-icon {
    border-radius: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 3px;
    height: 16px;
}

@media only screen and (max-width: 1600px) {
    [b-26jtqaok7y] .nw-calendar__header {
        flex-direction: column;
        display: flex;
        height: auto;
        align-items: flex-start;
        padding: 1rem 1.5rem;
    }
}

@media only screen and (max-width: 1700px) {
    .search[b-26jtqaok7y] {
        display: block;
    }

    .search .d-flex[b-26jtqaok7y] {
        display: flex;
        justify-content: start;
    }
}

@media only screen and (max-width: 1400px) {

    .search[b-26jtqaok7y],
    .search>div[b-26jtqaok7y],
    .head-agenda[b-26jtqaok7y],
    .head-agenda>div[b-26jtqaok7y] {
        display: block;
        text-align: left;
    }
}

[b-26jtqaok7y] .occupied .nw-icon {
    border: 1px solid #1C6DE6;
    color: #1C6DE6;
}

[b-26jtqaok7y] .available .nw-icon {
    border: 1px solid #10B09C;
    color: #10B09C;
}

[b-26jtqaok7y] .no-available .nw-icon {
    border: 1px solid #DC1670;
    color: #DC1670;
}

.menu-filter[b-26jtqaok7y] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    text-align: left;
    font: normal normal normal 14px/22px Open Sans;
    color: #1F1F1F;
    border-radius: 8px;
    width: 215px;
}

.menu-filter span[b-26jtqaok7y] {
    cursor: pointer;
    flex: auto;
}

.bag-filter[b-26jtqaok7y] {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 1px solid #B8B8B8;
    border-radius: 13px;
    font: normal normal normal 12px/12px Open Sans;
    color: #5E5E5E;
    height: 25px;
    box-sizing: border-box;
}

.appointment-card[b-26jtqaok7y] {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    color: var(--nwp-text);
    cursor: pointer;
}

.appointment-card .time[b-26jtqaok7y] {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 8px 0px 0px 8px;
    align-items: center;
    justify-content: center;
    font: normal normal normal 14px/22px Open Sans;
}

.fullName[b-26jtqaok7y] {
    font: normal normal bold 14px/22px Open Sans;
}

.identification[b-26jtqaok7y] {
    font: normal normal normal 12px/22px Open Sans;
}

.status[b-26jtqaok7y] {
    justify-content: flex-end;
    align-items: center;
}

.status div[b-26jtqaok7y] {
    background: #F0E6FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #8B49EB;
    height: fit-content;
    padding: 2px;
    display: flex;
}

.attendance-status[b-26jtqaok7y] {
    border-radius: 100px;
    font: normal normal normal 12px/12px Open Sans;
}

.status-1[b-26jtqaok7y] {
    background: #F0F6FF 0% 0% no-repeat padding-box;
    color: #196BE6
}

.status-2[b-26jtqaok7y] {
    background: #EDFFFD 0% 0% no-repeat padding-box;
    color: #0A7F72
}

.status-3[b-26jtqaok7y] {
    background: #FFEDF5 0% 0% no-repeat padding-box;
    color: #DC1670
}

[b-26jtqaok7y] .nw-side-sheet-title {
    height: 100px;
}

.nw-side-sheet-title .title[b-26jtqaok7y] {
    font: normal normal 600 16px/22px Poppins;
    color: #1F1F1F;
    display: block;
}

.nw-side-sheet-title .date[b-26jtqaok7y] {
    font: normal normal normal 12px/17px Open Sans;
    color: var(--nwp-neutral-dark);
    display: block;
}

.nw-side-sheet-content .lbl[b-26jtqaok7y] {
    font: normal normal bold 12px/17px Open Sans;
}

.nw-side-sheet-content .attendance[b-26jtqaok7y] {
    color: #1C6DE6;
}

/* .nw-side-sheet-content .change-attendance span {
    cursor: pointer;
} */

.nw-side-sheet-content span[b-26jtqaok7y],
.nw-side-sheet-content li[b-26jtqaok7y] {
    font: normal normal normal 14px/17px Open Sans;
    color: #1F1F1F;
}

.nw-side-sheet-content ul hr[b-26jtqaok7y] {
    margin-top: 8px;
    margin-bottom: 4px;
}

.t-align[b-26jtqaok7y] {
    text-align: left;
}

.empty-appoiments[b-26jtqaok7y] {
    text-align: left;
    font: italic normal normal 14px/22px Open Sans;
    color: #1F1F1F;
}

div.empty-data[b-26jtqaok7y] {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%2300000026' stroke-width='2' stroke-dasharray='15%2c15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 12px;
}

.nw-side-sheet-content .overflow-auto[b-26jtqaok7y] {
    overflow-x: hidden;
}

.nw-border--gray-400[b-26jtqaok7y] {
    border-color: var(--nwp-gray-400);
}

.nw-color--main-400[b-26jtqaok7y] {
    color: var(--nwp-main-400) !important;
}

[b-26jtqaok7y] .nw-calendar__events {
    padding: 0 0.25rem;
    box-sizing: border-box;
    width: inherit;
    max-width: 85px;
}

.nw-border--blue-400[b-26jtqaok7y] {
    border-color: var(--nwp-blue-400);
}

/* _content/Nwoork.Partner.Web/Components/Pages/Agenda/ManageExamResults/ResultsReviewModal.razor.rz.scp.css */
hr[b-i8ux78y40h] {
    border-bottom: 1px solid var(--nwp-gray-300);
}
[b-i8ux78y40h] .isEditable > div > div > p{
    color: #1F1F1F !important; 
}
.activeEdit[b-i8ux78y40h] {
    color: #1F1F1F !important;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Agenda/OperativeManagement/ExamsList.razor.rz.scp.css */
[b-wmwv71xpc3] .nw-button.download-button {
    min-width: 169px;
}

[b-wmwv71xpc3] .content-filters .nw-input.nw-input-select {
    min-width: 233px;
}

[b-wmwv71xpc3] .content-filters .nw-input {
    width: auto;
}

.h-fit-content[b-wmwv71xpc3] {
    height: fit-content;
}

.border-right-radious[b-wmwv71xpc3] {
    border-color: #EBEBEB;
    border-radius: 0.5rem 0 0 0.5rem;
}

.border-left-radious[b-wmwv71xpc3] {
    border-color: #E6E6E6;
    border-radius: 0 0.5rem 0.5rem 0;
}

.bl-none[b-wmwv71xpc3] {
    border-left: 0;
}

.nw-back--back[b-wmwv71xpc3] {
    background-color: #FAFAFA;
}

[b-wmwv71xpc3] .nw-side-sheet-title {
    height: auto;
}

[b-wmwv71xpc3] .filter-patients .nw-input {
    width: auto;
    min-width: 233px;
}

[b-wmwv71xpc3] .patients-list .nw-card.p-3.rounded-2 {
    width: auto !important;
}

[b-wmwv71xpc3] .side-results-list {
    height: calc(100vh - 170px);
}

[b-wmwv71xpc3] .patients-list {
    height: calc(100vh - 201px);
    overflow-y: auto;
}

[b-wmwv71xpc3] .nw-input-datepicker.nw-input {
    max-width: 140px;
}

[b-wmwv71xpc3] .btn-view-patient {
    gap: 0.125rem;
}

.list-header[b-wmwv71xpc3] {
    background: #fff;
    z-index: 20;
    top: 0;
}

.border-bottom--clear-light[b-wmwv71xpc3] {
    border-bottom: 1px solid #ebebeb;
}

[b-wmwv71xpc3] .empty-card.d-flex.flex-column .nw-card.nw-simple-card--shadow {
    width: auto !important;
}


.custom-range[b-wmwv71xpc3] {
    gap: 1rem;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authentication/Login/TermsAndConditions.razor.rz.scp.css */
[b-6nicya1xkw] .documents-container
{
     padding: 24px;
     max-height: 154px;
     overflow-y: auto;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authentication/Login/ValidateCenter.razor.rz.scp.css */
[b-ubcb95yhqz] .content-validate-personal-data > .nw-card.nw-simple-card {
    border-radius: 12px;
    padding: 0;
}

.content-validate-center[b-ubcb95yhqz] {
    padding: 16px;
}

.card-validate-center[b-ubcb95yhqz] {
    margin: 114px 0;
}

.mt-title[b-ubcb95yhqz] {
    margin: 40px 0 18px 0;
}

.mb-instructuions[b-ubcb95yhqz] {
    margin-bottom: 26px;
}

.mt-name-doc[b-ubcb95yhqz] {
    margin-bottom: 12px;
}

[b-ubcb95yhqz] label.nw-label.cursor-pointer {
    gap: 0;
}


[b-ubcb95yhqz] .content-validate-center > .nw-card.nw-simple-card {
    border-radius: 12px;
    padding: 0;
}

[b-ubcb95yhqz] .content-validate-center > .nw-card.nw-simple-card {
    border-radius: 12px;
    padding: 0;
}

    [b-ubcb95yhqz] .content-validate-center > .nw-card.nw-simple-card > .documents-container {
        padding: 24px;
        max-height: 243px;
        overflow-y: auto;
    }

.button-container[b-ubcb95yhqz] {
    margin-top: 19px;
}

[b-ubcb95yhqz] label.nw-label.cursor-pointer:not(:last-child) {
    padding-bottom: 8px;
}

[b-ubcb95yhqz] .nw-button--variant-primary[disabled] {
    background: #E6E6E6;
}

[b-ubcb95yhqz] .nw-button--variant-primary {
    margin-left: 16px;
}

[b-ubcb95yhqz] .nw-checkbox__main {
    border-color: #8c8c8c;
}

[b-ubcb95yhqz] .nw-input__box {
    margin-top: 2px;
}

[b-ubcb95yhqz] .nw-input {
    padding-top: 0;
}

[b-ubcb95yhqz] .nw-input__hint.nw-input__hint--show {
    min-height: 0px;
}

[b-ubcb95yhqz] .buttons-mt > .w-100.mr-px-11 {
    padding-right: 22px;
}

[b-ubcb95yhqz] .nw-input__hint.nw-input__hint--show {
    padding: 0;
}

[b-ubcb95yhqz] i.icon-base.icon-base--arrow-left {
    height: 1.2rem !important;
    width: 1.2rem !important;
}

[b-ubcb95yhqz] .nw-type-select .nw-input-dropdown-content[b-2m6khwwju0] {
    margin-top: 5px;
}

.nw-input--error[b-ubcb95yhqz] {
    color: var(--nw-input-red);
    font-style: italic;
    font-size: 0.8rem;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authentication/Login/ValidatePersonalData.razor.rz.scp.css */
[b-3e4w0b35ev] .content-validate-personal-data > .nw-card.nw-simple-card {
    border-radius: 12px;
    padding: 0;
}

[b-3e4w0b35ev] .nw-button--variant-primary {
    margin-left: 16px;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authentication/LoginPage.razor.rz.scp.css */
.login-body[b-gkefhhx36n] {
    margin-top: 110px;
    width: 347px;
}

.mt-px-33[b-gkefhhx36n]{
    margin-top: 33px;
}

.mt-px-48[b-gkefhhx36n] {
    margin-top: 48px;
}

.primary-font[b-gkefhhx36n] {
    font-family: 'Poppins', sans-serif;
}
.mb-px-6[b-gkefhhx36n] {
    margin-bottom: 6px;
}
.gap-px-8[b-gkefhhx36n] {
    gap: 8px;
}
.mb-px-2[b-gkefhhx36n] {
    margin-bottom: 2px;
}
.mb-px-21[b-gkefhhx36n] {
    margin-bottom: 21px;
}
.mb-px-124[b-gkefhhx36n] {
    margin-bottom: 124px;
}
.mb-px-16[b-gkefhhx36n] {
    margin-bottom: 16px;
}
.mt-px-16[b-gkefhhx36n] {
    margin-top: 16px;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authentication/NewPasswordPage.razor.rz.scp.css */

.mt-px-113[b-s79gg9qyyj] {
    margin-top: 113px;
}
.mt-px-132[b-s79gg9qyyj] {
    margin-top: 132px;
}
.mt-px-48[b-s79gg9qyyj] {
    margin-top: 48px;
}
.ml-px-16[b-s79gg9qyyj] {
    margin-left: 16px;
}
.mr-px-16[b-s79gg9qyyj] {
    margin-right: 16px;
}
.mb-px-56[b-s79gg9qyyj] {
    margin-bottom: 56px;
}
.mb-px-70[b-s79gg9qyyj] {
    margin-bottom: 70px;
}
.mt-px-12[b-s79gg9qyyj] {
    margin-top: 12px;
}
.font-open-sans-italic[b-s79gg9qyyj] {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
}
.ml-px-10[b-s79gg9qyyj] {
    margin-left: 9px;
}
.gap-px-5[b-s79gg9qyyj]{
    gap: 5px;
}
.mb-px-16[b-s79gg9qyyj] {
    margin-bottom: 16px;
}
.mt-px-32[b-s79gg9qyyj] {
    margin-top: 32px;
}
.mb-px-12[b-s79gg9qyyj] {
    margin-bottom: 12px;
}
.mb-px-48[b-s79gg9qyyj] {
    margin-bottom: 48px;
}
.main-new-password[b-s79gg9qyyj]{
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100vh;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authentication/NewPasswordRecoveryPage.razor.rz.scp.css */

.mt-px-113[b-it8mx3481g] {
    margin-top: 113px;
}
.ml-px-16[b-it8mx3481g] {
    margin-left: 16px;
}
.mr-px-16[b-it8mx3481g] {
    margin-right: 16px;
}
.ml-px-10[b-it8mx3481g] {
    margin-left: 9px;
}
.font-italic[b-it8mx3481g] {
    font-style: italic;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authentication/PasswordRecoveryPage.razor.rz.scp.css */

.mt-px-113[b-luj12t8fcf] {
    margin-top: 113px;
}
.mt-px-132[b-luj12t8fcf] {
    margin-top: 132px;
}
.ml-px-16[b-luj12t8fcf] {
    margin-left: 16px;
}
.mr-px-16[b-luj12t8fcf] {
    margin-right: 16px;
}
.mb-px-12[b-luj12t8fcf] {
    margin-bottom: 12px;
}
.nw-child-header[b-luj12t8fcf] {
    color: #15051A;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Authorizations/Index.razor.rz.scp.css */
/* _content/Nwoork.Partner.Web/Components/Pages/BulkResults/Index.razor.rz.scp.css */
.hearder div.title[b-wjsobtq01p] {
    font: normal normal 600 16px/28px Poppins;
    text-align: left;
    color: var(--nwp-text);
}

span.total[b-wjsobtq01p] {
    color: #1C6DE6;
}

/*TO remove*/
.empty-data[b-wjsobtq01p] {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    /* border: 1px dashed #D6D6D6; */
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%2300000026' stroke-width='2' stroke-dasharray='15%2c15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 12px;
    width: 100%;
    text-align: center;
    color: var(--nwp-text);
}

button.empty-data[b-wjsobtq01p] {
    cursor: pointer;
}

    .empty-data[b-wjsobtq01p]  .nw-icon {
        color: #B8B8B8;
    }
/* _content/Nwoork.Partner.Web/Components/Pages/BulkResults/NewBulk.razor.rz.scp.css */
.hearder div.title[b-ihrckcxjo3] {
    font: normal normal 600 16px/28px Poppins;
    text-align: left;
    color: var(--nwp-text);
}

button.empty-data[b-ihrckcxjo3] {
    cursor: pointer;
}

.empty-data[b-ihrckcxjo3]  .nw-icon {
    color: #B8B8B8;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Results/SeeResults.razor.rz.scp.css */
.title[b-vf27r94zgg] {
    font: normal normal 600 16px/28px Poppins;
    color: #1F1F1F;
    align-content: center;
    flex-wrap: wrap;
    height: 65px;
}

.hearder[b-vf27r94zgg] {
    height: 65px;
}

.flex.justify-content-end[b-vf27r94zgg] {
    align-content: center;
    flex-wrap: wrap;
}

.text-align-right[b-vf27r94zgg] {
    text-align: right;
}

[b-vf27r94zgg] .nw-border--neutral {
    border-color: #EBEBEB;
}

.patient[b-vf27r94zgg],
[b-vf27r94zgg] .nw-table td,
[b-vf27r94zgg] .nw-menu-card {
    font: normal normal normal 14px/22px Open Sans;
    color: #1F1F1F;
    vertical-align: baseline;
}

[b-vf27r94zgg] .nw-table th {
    font: normal normal bold 14px/22px Open Sans;
}

.patient[b-vf27r94zgg]  .nw-font-weight--bold {
    font: normal normal bold 12px/22px Open Sans;
}

[b-vf27r94zgg] .nw-input-dropdown-content {
    padding: 12px;
}

hr[b-vf27r94zgg] {
    border: 1px solid #E6E6E6;
    margin: 12px 0px;
}

[b-vf27r94zgg] .tableSideSheet {
    border-collapse: collapse !important;
}

    [b-vf27r94zgg] .tableSideSheet td {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    [b-vf27r94zgg] .tableSideSheet tbody td:not(:first-child) {
        text-align: right;
    }

    [b-vf27r94zgg] .tableSideSheet thead tr td {
        border-bottom: 1px solid #EBEBEB;
    }

[b-vf27r94zgg] .filter .apply {
    height: 25px;
}

.history[b-vf27r94zgg]  .nw-button {
    padding: 0px;
}

[b-vf27r94zgg] .btn-patient-list {
    border: 1px solid #E6E6E6 !important;
}

/*Results*/
[b-vf27r94zgg] .nw-table th:nth-child(6) > button {
    justify-content: end;
}

div.empty-data[b-vf27r94zgg] {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%2300000026' stroke-width='2' stroke-dasharray='15%2c15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 12px;
    box-sizing: border-box;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Results/SeeResultsCustomCell.razor.rz.scp.css */
.result-status[b-ntfmu79hdj] {
    background: 0% 0% no-repeat padding-box;
    border-radius: 100px;
    font: normal normal normal 12px/12px Open Sans;
    width: max-content;
    text-align: center;
}


    .result-status.status-1[b-ntfmu79hdj] {
        background-color: #F0F6FF;
        color: #196BE6;
    }

    .result-status.status-2[b-ntfmu79hdj] {
        background-color: #FFEDF5;
        color: #DC1670;
    }

    .result-status.status-3[b-ntfmu79hdj] {
        background-color: #EDFFFD;
        color: #0A7F72;
    }

    .result-status.status-4[b-ntfmu79hdj] {
        background-color: #FCFCD7;
        color: #63630A;
    }

    .result-status.status-5[b-ntfmu79hdj] {
        background-color: #9FEDE3;
        color: #03332d;
    }

    .result-status > div[b-ntfmu79hdj],
    .results-entry > div[b-ntfmu79hdj],
    .parameter > div[b-ntfmu79hdj],
    .results > div[b-ntfmu79hdj] {
        height: 20px;
        min-width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 250px;
        display: block;
    }

.results > div[b-ntfmu79hdj] {
    text-align: right;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Centers/CenterFrm.razor.rz.scp.css */
hr[b-ksjmvvvfuv] {
    border: 1px solid #E6E6E6;
    margin: 6px 0px;
}

.manager[b-ksjmvvvfuv] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #5D9AF5;
    border-radius: 8px;
    font: normal normal normal 14px/22px Open Sans;
    color: #1F1F1F;
}

    .manager span[b-ksjmvvvfuv] {
        font: normal normal bold 14px/22px Open Sans;
    }

[b-ksjmvvvfuv] .nw-input-select-options {
    max-height: 200px;
}

[b-ksjmvvvfuv] .nw-input-option {
    box-sizing: border-box;
}

[b-ksjmvvvfuv] .nw-input-select-no-option {
    padding: 12px;
}

    [b-ksjmvvvfuv] .nw-input-select-no-option .nw-button {
        font: normal normal normal 14px/22px Open Sans;
        color: #6D1BE6;
        width: 100%;
        justify-content: left;
    }

.center-data[b-ksjmvvvfuv] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .center-data > div[b-ksjmvvvfuv] {
        width: 24%;
        min-width: 225px;
    }
@media only screen and (max-width: 1600px) {
    .center-data > div[b-ksjmvvvfuv] {
        width: 23%;
    }
}
@media only screen and (max-width: 1330px) {
    .center-data > div[b-ksjmvvvfuv] {
        width: 30%;
    }
}
@media only screen and (max-width: 875px) {
    .center-data > div[b-ksjmvvvfuv] {
        width: 45%;
    }
}
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Centers/Centers.razor.rz.scp.css */
.title[b-yb39l4vpke] {
    font: normal normal 600 16px/28px Poppins;
    color: #1F1F1F;
    align-content: center;
    flex-wrap: wrap;
    height: 65px;
}

span.total[b-yb39l4vpke] {
    color: #1C6DE6;
}

button.empty-data[b-yb39l4vpke] {
    cursor: pointer;
}

.empty-data[b-yb39l4vpke]  .nw-icon {
    color: #B8B8B8;
}

.empty-data span[b-yb39l4vpke] {
    text-decoration: underline;
    font: normal normal normal 14px/22px Open Sans;
    color: #6D1BE6;
}

.partnerData[b-yb39l4vpke] {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    /*padding: 16px;*/
    text-align: left;
}

    .partnerData .center[b-yb39l4vpke] {
        font: normal normal bold 14px/22px Open Sans;
        display: block;
        color: #1F1F1F;
    }

    .partnerData span[b-yb39l4vpke] {
        font: normal normal normal 12px/22px Open Sans;
        display: block;
        color: #1F1F1F;
    }
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Centers/UserCenter.razor.rz.scp.css */
.center-data[b-sxaw30z9x4] {
    font: normal normal normal 14px/22px Open Sans;
    color: #1F1F1F;
}

    .center-data .blue[b-sxaw30z9x4] {
        color: #196BE6;
    }

.user-assigned-data[b-sxaw30z9x4] {
    font: normal normal bold 12px/22px Open Sans;
    color: #1F1F1F;
}

    .user-assigned-data span[b-sxaw30z9x4] {
        color: #1C6DE6;
    }

.user-assigned[b-sxaw30z9x4] {
    font: normal normal normal 14px/22px Open Sans;
    color: #1F1F1F;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
}

    .user-assigned span[b-sxaw30z9x4] {
        display: block;
    }

    .user-assigned .position[b-sxaw30z9x4] {
        font: normal normal normal 12px/22px Open Sans;
    }

[b-sxaw30z9x4] .nw-input-select-options {
    max-height: 200px;
}

[b-sxaw30z9x4] .nw-input-option {
    box-sizing: border-box;
}

[b-sxaw30z9x4] .nw-input-select-no-option {
    padding: 12px;
}

hr[b-sxaw30z9x4] {
    border: 1px solid #E6E6E6;
    margin: 12px 0px;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Centers/UserFrm.razor.rz.scp.css */
.head .title[b-dxcf3ese15] {
    font: normal normal 600 20px/28px Poppins;
    color: #1F1F1F;
}

.head .user[b-dxcf3ese15] {
    font: normal normal normal 12px/28px Poppins;
    color: #1F1F1F;
}

span[role][b-dxcf3ese15] {
    font: normal normal normal 14px/22px Open Sans;
    color: #1F1F1F;
    cursor: pointer;
}

.disabled span[role][b-dxcf3ese15] {
    color: #808080;
}

.main span[role][b-dxcf3ese15] {
    font: normal normal bold 14px/22px Open Sans;
}

.main[b-dxcf3ese15], .module[b-dxcf3ese15] {
    display: flex;
    align-items: flex-end;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Exams/Exams.razor.rz.scp.css */
.title[b-61o02irj79] {
    font: normal normal 600 16px/28px Poppins;
    color: #1F1F1F;
    align-content: center;
    flex-wrap: wrap;
}

span.total[b-61o02irj79] {
    color: #1C6DE6;
}

.center[b-61o02irj79] {
    color: #1F1F1F;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

    .center .name[b-61o02irj79] {
        font: normal normal normal 14px/22px Open Sans;
    }

    .center .address[b-61o02irj79] {
        font: normal normal normal 12px/22px Open Sans;
    }

span[role][b-61o02irj79] {
    cursor: pointer;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Exams/ListCenters.razor.rz.scp.css */
.title[b-bokde5uwve] {
    font: normal normal 600 16px/28px Poppins;
    color: #1F1F1F;
    align-content: center;
    flex-wrap: wrap;
}

span.total[b-bokde5uwve] {
    color: #1C6DE6;
}

.center[b-bokde5uwve] {
    color: #1F1F1F;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

    .center .name[b-bokde5uwve] {
        font: normal normal normal 14px/22px Open Sans;
    }

    .center .address[b-bokde5uwve] {
        font: normal normal normal 12px/22px Open Sans;
    }
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Exams/ListExamsEnable.razor.rz.scp.css */
[b-r9bnarsjhq] .actions-exams {
    border: 0px !important;
    background-color: #fafafa !important;
}

[b-r9bnarsjhq] .actions-exams:hover {
    background-color: #f2f2f2 !important;
}

[b-r9bnarsjhq] .btn-back {
    border: 0px !important
}

.side-sheet-title-custom[b-r9bnarsjhq] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #1F1F1F;
    opacity: 1;
    margin-bottom: 8px;
}

.side-sheet-subtitle-custom[b-r9bnarsjhq] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #6B6B6B;
    opacity: 1;
}

.side-sheet-exam-name[b-r9bnarsjhq] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #0066CC;
}

.modal-header-custom[b-r9bnarsjhq] {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 16px 0px;
}

.item-input-configuration[b-r9bnarsjhq] {
    width: 30%;
}

.item-input-configuration:last-of-type[b-r9bnarsjhq] {
    width: 40%;
}

[b-r9bnarsjhq] .item-input-configuration .nw-input {
    display: block !important;
}

.item-exam[b-r9bnarsjhq]{
    border-bottom:1px solid #f2f2f2;
}
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Profile/Index.razor.rz.scp.css */
/* _content/Nwoork.Partner.Web/Components/Pages/Settings/Users/Users.razor.rz.scp.css */
.data-empty[b-lwizgydh2v] {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px dashed #D6D6D6;
    border-radius: 12px;
    text-align: center;
    padding: 40px;
}

    .data-empty a[b-lwizgydh2v] {
        text-decoration: underline;
    }

    .data-empty[b-lwizgydh2v]  .nw-icon {
        color: #B8B8B8;
    }
