@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/Organ_Donor_Portal/Pages/Accept.razor.rz.scp.css */
body[b-e45c1xuqmh] {
}

.SubmitDiv[b-e45c1xuqmh] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.DivContent[b-e45c1xuqmh] {
    width: 300px;
    margin-bottom: 20px;
}

.RoundedInputs[b-e45c1xuqmh] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}

    .RoundedInputs:hover[b-e45c1xuqmh] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-e45c1xuqmh] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-e45c1xuqmh] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.LinkTexts[b-e45c1xuqmh] {
    color: black;
    font-size: small;
}
/* _content/Organ_Donor_Portal/Pages/Administrator/AdminInvitation.razor.rz.scp.css */
body[b-teo08ny4r5] {
}

.BlockDiv[b-teo08ny4r5] {
    /*    height: calc(100vh - 70px);*/
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    /*border-style: solid;
    border-color: darkgray;
    border-width: 2px;*/
    margin: 20px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    border: 2px solid lightgrey;
}

.DivContent[b-teo08ny4r5] {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.SubContentDiv[b-teo08ny4r5] {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.RoundedInputs[b-teo08ny4r5] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}

    .RoundedInputs:hover[b-teo08ny4r5] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-teo08ny4r5] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-teo08ny4r5] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.LinkTexts[b-teo08ny4r5] {
    color: black;
    font-size: small;
}

.PageTitle[b-teo08ny4r5] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.InviteLabels[b-teo08ny4r5] {
    margin-left: 5px;
}

.RoleDiv[b-teo08ny4r5]{
    display:flex;
    flex-direction:column;
    width:35%;
}
.RoleCheck[b-teo08ny4r5] {
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.RoleCheck:hover[b-teo08ny4r5] {
    border-color: #a2101b;
}
.RoleCheck:checked[b-teo08ny4r5] {
    accent-color: #a2101b;
}

@media (max-width:768px ){

    .RoundedInputs[b-teo08ny4r5]{
        width:90%;
    }

    .BlockDiv[b-teo08ny4r5] {
        width: 100%;
        margin: 0;
        margin-bottom:5px;
    }
    #SendInvBtn[b-teo08ny4r5]{
        margin-top:20px;
        height:40px;
    }
    .PageTitle[b-teo08ny4r5]{
        display:flex;
        justify-content:center;
    }

}

/* _content/Organ_Donor_Portal/Pages/Administrator/Company_List.razor.rz.scp.css */
body[b-qxij7ftzln] {
}

.BlockDiv[b-qxij7ftzln] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}

.ListDiv[b-qxij7ftzln] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 70%;
}

.RoundedInputs[b-qxij7ftzln] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-qxij7ftzln] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-qxij7ftzln] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-qxij7ftzln] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-qxij7ftzln] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.LeftDiv[b-qxij7ftzln] {
}

.InviteDiv[b-qxij7ftzln] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-qxij7ftzln] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-qxij7ftzln] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableRow[b-qxij7ftzln] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

    .TableRow:hover[b-qxij7ftzln] {
        background-color: #f4e8e8;
    }

#BtnAdd[b-qxij7ftzln] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-qxij7ftzln] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-qxij7ftzln] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-qxij7ftzln] {
        background-color: grey;
        color: white;
    }

#BtnRemove[b-qxij7ftzln] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-qxij7ftzln] {
        background-color: red;
        color: white;
    }


.ListDiv[b-qxij7ftzln] {
    width: 50%;
    border: 2px solid lightgrey;
}

.RightDiv[b-qxij7ftzln] {
    width: 50%;
}

#DetailsButton[b-qxij7ftzln] {
    background-color: lightgrey;
    color: black;
    border-color: black;
}

    #DetailsButton:hover[b-qxij7ftzln] {
        color: black;
        background-color: white;
        border-color: white;
    }

.DetailsLabel[b-qxij7ftzln]{
    font-weight:500;
}    


#BtnGroupLeft[b-qxij7ftzln] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-qxij7ftzln] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#ContentDiv[b-qxij7ftzln] {
    flex-direction: row;
}

.TableItem[b-qxij7ftzln] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
}

    .TableItem:hover[b-qxij7ftzln] {
    }

#ContentDiv[b-qxij7ftzln] {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#SideDiv[b-qxij7ftzln] {
    height: 70%;
}

.DivContent[b-qxij7ftzln]{
    margin-bottom:5px;
    margin-left:5px;
}


@media(max-width:768px) {
    .BlockDiv[b-qxij7ftzln] {
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        width: 100%;
    }

    #ContentDiv[b-qxij7ftzln] {
        flex-direction: column;
        justify-content: flex-start;
    }

    .ListDiv[b-qxij7ftzln] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        border: 2px solid lightgrey;
    }

    .RightDiv[b-qxij7ftzln] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
    }

    .ButtonDiv[b-qxij7ftzln] {
        padding-left: 10px;
        padding-top: 5px;
    }

    #SideDiv[b-qxij7ftzln] {
        height: auto;
    }
}
/* _content/Organ_Donor_Portal/Pages/Administrator/Donor_Capture.razor.rz.scp.css */
body[b-lu73rhvvsb] {
}

.BlockDiv[b-lu73rhvvsb] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    padding-top: 10px;
    height: auto;
    border: 2px solid lightgrey;
}


.RoundedButton[b-lu73rhvvsb] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .RoundedButton:hover[b-lu73rhvvsb] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedDropdown[b-lu73rhvvsb] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedDropdown:hover[b-lu73rhvvsb] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.DisabledRoundedButton[b-lu73rhvvsb] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#DisbaledDetailsButton :hover[b-lu73rhvvsb] {
    cursor: not-allowed;
}

#DisbaledDetailsButton[b-lu73rhvvsb] {
    width: 30%;
}



.RoundedInputs[b-lu73rhvvsb] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width: 50%;
}

    .RoundedInputs:hover[b-lu73rhvvsb] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }


#MultiSelects:focus[b-lu73rhvvsb] {
    border-color: #488d9c !important;
    border-width: 2px !important;
}

.PageTitle[b-lu73rhvvsb] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.DetailsLabel[b-lu73rhvvsb] {
    width: 170px;
}

#DetailsInput[b-lu73rhvvsb] {
    width: 55%;
}

#DetailsButton[b-lu73rhvvsb] {
    width: 55%;
}

    #DetailsButton:hover[b-lu73rhvvsb] {
        cursor: pointer;
    }

.SubDiv[b-lu73rhvvsb] {
    width: 100%;
    margin-top: 15px;
}

.DivContent[b-lu73rhvvsb] {
    display: flex;
    flex-direction: row;
}

.LeftSide[b-lu73rhvvsb] {
    width: 50%;
}

.RightSide[b-lu73rhvvsb] {
    width: 50%;
}

#ListIcon[b-lu73rhvvsb] {
    border:none;
}

    #ListIcon:hover[b-lu73rhvvsb] {
        cursor: pointer !important;
    }


#BtnAdd[b-lu73rhvvsb] {
    width: 150px;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-lu73rhvvsb] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-lu73rhvvsb] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-lu73rhvvsb] {
        background-color: grey;
        color: white;
    }

#BtnRemove[b-lu73rhvvsb] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-lu73rhvvsb] {
        background-color: red;
        color: white;
    }

.TableItem[b-lu73rhvvsb] {
    border-bottom: 1px solid #dee2e6;
}

.TableRow[b-lu73rhvvsb] {
    border-bottom: 1px solid #dee2e6;
}

    .TableRow:hover[b-lu73rhvvsb] {
        background-color: #f4e8e8;
    }


.ButtonGroupRight[b-lu73rhvvsb] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 30px;
}

.ButtonGroupRight[b-lu73rhvvsb] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
}

.ButtonGroupLeft[b-lu73rhvvsb] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    width: 150px;
    height: 30px;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .ButtonGroupLeft:hover[b-lu73rhvvsb] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.UpdateBtnDiv[b-lu73rhvvsb] {
}

.DivTitle[b-lu73rhvvsb] {
    font-size: larger;
}

#DivDonorCentre[b-lu73rhvvsb] {
    display: flex;
    height: 35px;
    align-items: center;
}

.d-flex[b-lu73rhvvsb] {
    display: none !important;
}

#Icons[b-lu73rhvvsb] {
    transform: scale(1.3);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

    #Icons:hover[b-lu73rhvvsb] {
        transform: scale(1.5);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRight[b-lu73rhvvsb] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: forestgreen;
    cursor: pointer;
}

    #IconsRight:hover[b-lu73rhvvsb] {
        transform: scale(1.3);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRightNoF[b-lu73rhvvsb] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: black;
    cursor:not-allowed;
}

    #IconsRightNoF:hover[b-lu73rhvvsb] {

    }


.organ-item[b-lu73rhvvsb] {
    border: 1px solid lightgrey;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .organ-item:hover[b-lu73rhvvsb] {
        cursor: pointer;
        border: 2px solid #488d9c;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .organ-item:focus[b-lu73rhvvsb] {
        border: 2px solid #488d9c;
        border-radius: 2px;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    }

    .organ-item:focus-within[b-lu73rhvvsb] {
        cursor: pointer;
    }

    /* Make sure divs are focusable */
    .organ-item[tabindex][b-lu73rhvvsb] {
        outline: none;
    }

.organ-details[b-lu73rhvvsb] {
    border-top: 1px solid lightgrey;
    display:flex;
    flex-direction:row;
    padding:10px;
}

    .organ-details:hover[b-lu73rhvvsb] {

    }


    @media(min-width:768px) and ( max-width:800px) {
        #DetailsInput[b-lu73rhvvsb] {
        width: 55%;
    }

    #DetailsButton[b-lu73rhvvsb] {
        width: 55%;
    }
}

@media(max-width:1366px) {

    .BlockDiv[b-lu73rhvvsb] {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        padding: 5px;
    }

    .DivContent[b-lu73rhvvsb] {
        display: flex;
        flex-direction: column;
    }

    .LeftSide[b-lu73rhvvsb] {
        width: 100%;
    }

    .RightSide[b-lu73rhvvsb] {
        width: 100%;
    }

    .DivTitle[b-lu73rhvvsb] {
        font-size: larger;
    }

    #DivDonorCentre[b-lu73rhvvsb] {
        display: flex;
        flex-direction: column;
        height: 35px;
        align-items: center;
    }

    .DetailsLabel[b-lu73rhvvsb] {
        width: 140px;
    }

    #DetailsInput[b-lu73rhvvsb] {
        width: 35%;
    }

    #DetailsButton[b-lu73rhvvsb] {
        width: 35%;
    }

    .SubDiv[b-lu73rhvvsb] {
        padding-left: 5px;
    }

    .btnAdd[b-lu73rhvvsb] {
        width: 200px
    }
}

@media(max-width:768px) {

    .BlockDiv[b-lu73rhvvsb] {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 1px;
    }

    .DivContent[b-lu73rhvvsb] {
        display: flex;
        flex-direction: column;
    }

    .LeftSide[b-lu73rhvvsb] {
        width: 100%;
    }

    .RightSide[b-lu73rhvvsb] {
        width: 100%;
    }

    .DivTitle[b-lu73rhvvsb] {
        font-size: larger;
    }

    #DivDonorCentre[b-lu73rhvvsb] {
        display: flex;
        flex-direction: column;
        height: 35px;
        align-items: center;
    }

    .DetailsLabel[b-lu73rhvvsb] {
        width: 140px;
    }

    #DetailsInput[b-lu73rhvvsb] {
        width: 35%;
    }

    #DetailsButton[b-lu73rhvvsb] {
        width: 35%;
    }

    .SubDiv[b-lu73rhvvsb] {
        padding-left: 5px;
    }

    .btnAdd[b-lu73rhvvsb] {
        width: 200px
    }
}
/* _content/Organ_Donor_Portal/Pages/Administrator/Donor_List.razor.rz.scp.css */
body[b-0hqlytdh30] {
}

.BlockDiv[b-0hqlytdh30] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    border: 2px solid lightgrey;

    margin-top: 5px;
    max-height: 50vh;
    overflow: hidden;
}

#ListDiv[b-0hqlytdh30] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    max-height: 70%;
}

.RoundedInputs[b-0hqlytdh30] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-0hqlytdh30] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-0hqlytdh30] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-0hqlytdh30] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-0hqlytdh30] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-0hqlytdh30] {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-0hqlytdh30] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-0hqlytdh30] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

/*.TableItem {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover {
        background-color: #f4e8e8;
    }*/

.TableRow[b-0hqlytdh30] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-0hqlytdh30] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-0hqlytdh30] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-0hqlytdh30] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.table[b-0hqlytdh30] {
    overflow-y: visible;
/*    max-height: 100%; */
}

.ButtonDiv[b-0hqlytdh30]{

}

#FilterButton[b-0hqlytdh30]{
margin-right:20px;
}

.RoleCheck[b-0hqlytdh30] {
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .RoleCheck:hover[b-0hqlytdh30] {
        border-color: #a2101b;
    }

    .RoleCheck:checked[b-0hqlytdh30] {
        accent-color: #a2101b;
    }

#CentreDiv[b-0hqlytdh30] {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    height: 60px;
    align-items: center;
}

#SearchDiv[b-0hqlytdh30] {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    height: 60px;
    align-items: center;
}

.SubDiv[b-0hqlytdh30] {
    width: 40%;
}

.FiltersDiv[b-0hqlytdh30] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.OrganDiv[b-0hqlytdh30] {
    margin-left: 100px;
}

.DateDiv[b-0hqlytdh30] {
    margin-left: 100px;
}

.CompletedDiv[b-0hqlytdh30] {
    margin-top:20px;
    border: 1px solid forestgreen;
    border-radius: 10px;
    padding: 20px;
    box-shadow: -2px -2px 10px 0 rgba(34, 139, 34, 0.5);
}

.InProgressDiv[b-0hqlytdh30] {
    border: 1px solid red;
    border-radius: 10px;
    padding: 20px;
    box-shadow: -2px -2px 10px 0 rgba(255, 1, 1, 0.3) !important;
}

.InProgressDivAmber[b-0hqlytdh30] {
    border: 1px solid rgb(72, 141, 156);
    border-radius: 10px;
    padding: 20px;
    box-shadow: -3px -3px 10px 0 rgb(72, 141, 156, 0.5) !important;
}



    @media(max-width:768px) {

        .BlockDiv[b-0hqlytdh30] {
            margin-right: 2px;
            margin-left: 2px;
        }

        #CentreDiv[b-0hqlytdh30] {
            display: flex;
            flex-direction: row;
            margin-bottom: 5px;
            height: 60px;
            align-items: center;
            padding-left: 15%;
        }

        #SearchDiv[b-0hqlytdh30] {
            display: flex;
            flex-direction: column;
            height: auto;
            margin-bottom: 5px;
            justify-content: center;
        }

        .ButtonDiv[b-0hqlytdh30] {
            margin-top: 10px;
        }

        .SubDiv[b-0hqlytdh30] {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            padding-top: 15px;
            padding-left: 10%;
            width: 100%;
        }

        .InviteDiv[b-0hqlytdh30] {
            margin-top: 15px;
            padding-top: 15px;
            padding-bottom: 10px;
            margin-left: 0px;
            width: 100%;
            border-left-style: none;
            border-top-style: solid;
        }

        #ListDiv[b-0hqlytdh30] {
            margin-right: 2px;
            margin-left: 2px;
        }

        .FiltersDiv[b-0hqlytdh30] {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .OrganDiv[b-0hqlytdh30] {
            margin-left: 0px;
        }

        .DateDiv[b-0hqlytdh30] {
            margin-top: 20px;
            margin-left: 0px;
        }
    }
/* _content/Organ_Donor_Portal/Pages/Administrator/Institute_Create.razor.rz.scp.css */
body[b-ysrhkefe1i] {
}

.BlockDiv[b-ysrhkefe1i] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    padding-top: 10px;
    height: auto;
    border:2px solid lightgrey;
}


.RoundedButton[b-ysrhkefe1i] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .RoundedButton:hover[b-ysrhkefe1i] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.ButtonGroupRight[b-ysrhkefe1i] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.ButtonGroupLeft[b-ysrhkefe1i] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.RoundedInputs[b-ysrhkefe1i] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width: 50%;
}

    .RoundedInputs:hover[b-ysrhkefe1i] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.PageTitle[b-ysrhkefe1i] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.DetailsLabel[b-ysrhkefe1i] {
    width: 150px;
}

.SubDiv[b-ysrhkefe1i] {
    width: 400px;
    margin-bottom: 15px;
}

.DivContent[b-ysrhkefe1i] {
    display: flex;
    flex-direction: row;
}

.LeftSide[b-ysrhkefe1i] {
    width: 50%;
}

.RightSide[b-ysrhkefe1i] {
    width: 50%;
}

#BtnAdd[b-ysrhkefe1i] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-ysrhkefe1i] {
        background-color: green;
        color: white;
    }
#BtnCancel[b-ysrhkefe1i] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-ysrhkefe1i] {
        background-color: grey;
        color: white;
    }
#BtnRemove[b-ysrhkefe1i] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-ysrhkefe1i] {
        background-color: red;
        color: white;
    }
.TableItem[b-ysrhkefe1i] {
    border-bottom: 1px solid #dee2e6;
}
.TableRow[b-ysrhkefe1i] {
    border-bottom: 1px solid #dee2e6;
}

    .TableRow:hover[b-ysrhkefe1i] {
        background-color: #f4e8e8;
    }
#DetailsInput[b-ysrhkefe1i] {
    width: 60%;
}
#HospInput[b-ysrhkefe1i] {
    width: 40%;
}
#InviteButton[b-ysrhkefe1i] {
    display: block;
    width: 70px;
    text-align: center;
}
#ListIcon[b-ysrhkefe1i] {
    transform: scale(1.2) !important;
}

    #ListIcon:hover[b-ysrhkefe1i] {
        transform: rotate(180);
        cursor:pointer !important;
    }


@media (max-width:768px) {
    .DivContent[b-ysrhkefe1i]{
        display:flex;
        flex-direction:column;
    }
    .LeftSide[b-ysrhkefe1i] {
        width: 100%;
    }

    .RightSide[b-ysrhkefe1i] {
        width: 100%;
    }
    .BlockDiv[b-ysrhkefe1i]{
        width:100%;
        margin:0px;
        margin-bottom:5px;
    }
    .SubDiv[b-ysrhkefe1i]{
        width:100%;
    }
    #DetailsInput[b-ysrhkefe1i] {
        width: 90%;
    }
    #HospInput[b-ysrhkefe1i] {
        width: 90%;
    }
    #BtnAdd[b-ysrhkefe1i]{
        width:100px;
    }
    #BtnCancel[b-ysrhkefe1i] {
        width: 100px;
    }
    .HeaderLabels[b-ysrhkefe1i]{
       text-align:center;
    }
    #InviteButton[b-ysrhkefe1i]{
        display:block;
        width:70px;
        text-align:center;
    }
}


/* _content/Organ_Donor_Portal/Pages/Administrator/Institute_Details.razor.rz.scp.css */
body[b-0if77ccuqy] {
}

.BlockDiv[b-0if77ccuqy] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    padding-top: 10px;
    height: auto;
    border:2px solid lightgrey;
}


.RoundedButton[b-0if77ccuqy] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .RoundedButton:hover[b-0if77ccuqy] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.ButtonGroupRight[b-0if77ccuqy] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.ButtonGroupLeft[b-0if77ccuqy] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.RoundedInputs[b-0if77ccuqy] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width: 50%;
}

    .RoundedInputs:hover[b-0if77ccuqy] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.PageTitle[b-0if77ccuqy] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.DetailsLabel[b-0if77ccuqy] {
    width: 150px;
}

.SubDiv[b-0if77ccuqy] {
    width: 400px;
    margin-bottom: 15px;
}

.DivContent[b-0if77ccuqy] {
    display: flex;
    flex-direction: row;
}

.LeftSide[b-0if77ccuqy] {
    width: 50%;
}

.RightSide[b-0if77ccuqy] {
    width: 50%;
}

#BtnAdd[b-0if77ccuqy] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-0if77ccuqy] {
        background-color: green;
        color: white;
    }
#BtnCancel[b-0if77ccuqy] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-0if77ccuqy] {
        background-color: grey;
        color: white;
    }
#BtnRemove[b-0if77ccuqy] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-0if77ccuqy] {
        background-color: red;
        color: white;
    }
.TableItem[b-0if77ccuqy] {
    border-bottom: 1px solid #dee2e6;
}
.TableRow[b-0if77ccuqy] {
    border-bottom: 1px solid #dee2e6;
}

    .TableRow:hover[b-0if77ccuqy] {
        background-color: #f4e8e8;
    }
#DetailsInput[b-0if77ccuqy] {
    width: 50%;
}
#HospInput[b-0if77ccuqy] {
    width: 40%;
}
#InviteButton[b-0if77ccuqy] {
    display: block;
    width: 70px;
    text-align: center;
}
#ListIcon[b-0if77ccuqy] {
    transform: scale(1.2) !important;
}

    #ListIcon:hover[b-0if77ccuqy] {
        transform: rotate(180);
        cursor:pointer !important;
    }

.UpdateBtnDiv[b-0if77ccuqy] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}


@media (max-width:768px) {
    .DivContent[b-0if77ccuqy]{
        display:flex;
        flex-direction:column;
    }
    .LeftSide[b-0if77ccuqy] {
        width: 100%;
    }

    .RightSide[b-0if77ccuqy] {
        width: 100%;
    }
    .BlockDiv[b-0if77ccuqy]{
        width:100%;
        margin:0px;
        margin-bottom:5px;
    }
    .SubDiv[b-0if77ccuqy]{
        width:100%;
    }
    #DetailsInput[b-0if77ccuqy] {
        width: 90%;
    }
    #HospInput[b-0if77ccuqy] {
        width: 90%;
    }
    #BtnAdd[b-0if77ccuqy]{
        width:100px;
    }
    #BtnCancel[b-0if77ccuqy] {
        width: 100px;
    }
    .HeaderLabels[b-0if77ccuqy]{
       text-align:center;
    }
    #InviteButton[b-0if77ccuqy]{
        display:block;
        width:70px;
        text-align:center;
    }

    .UpdateBtnDiv[b-0if77ccuqy] {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 15px
    }
}


/* _content/Organ_Donor_Portal/Pages/Administrator/Institute_List.razor.rz.scp.css */
body[b-gxp5bki82c] {
}

.BlockDiv[b-gxp5bki82c] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
    width: 98%;
}

#ListDiv[b-gxp5bki82c] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: auto;
    border: 2px solid lightgrey;
    width: 98%;
}

.RoundedInputs[b-gxp5bki82c] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-gxp5bki82c] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

#FilterInput:hover[b-gxp5bki82c] {
    cursor: pointer !important;
}

.RoundedButton[b-gxp5bki82c] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-gxp5bki82c] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-gxp5bki82c] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-gxp5bki82c] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-gxp5bki82c] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-gxp5bki82c] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-gxp5bki82c] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-gxp5bki82c] {
        background-color: #f4e8e8;
    }

.TableRow[b-gxp5bki82c] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

    .TableRow:hover[b-gxp5bki82c] {
        background-color: lightgray;
    }


.ListDiv[b-gxp5bki82c] {
    width: 100%;
}

.RightDiv[b-gxp5bki82c] {
    width: 50%;
}

#DetailsButton[b-gxp5bki82c] {
    background-color: lightgrey;
    color: black;
    border-color: black;
}

    #DetailsButton:hover[b-gxp5bki82c] {
        color: black;
        background-color: white;
        border-color: white;
    }

#BtnGroupLeft[b-gxp5bki82c] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-gxp5bki82c] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopWrapper[b-gxp5bki82c] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
    text-align: center;
}

#TopDiv[b-gxp5bki82c] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
    text-align: center;
}

.AddButton[b-gxp5bki82c] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.BigScreenLayout[b-gxp5bki82c] {
   display:flex !important;
}

.SmallScreenLayout[b-gxp5bki82c] {
    display: none !important;
}

@media (max-width:768px) {

    .BlockDiv[b-gxp5bki82c] {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    #ListDiv[b-gxp5bki82c] {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .px-4[b-gxp5bki82c] {
        padding: 0px;
    }

    .TableItem[b-gxp5bki82c] {
        border: 1px solid #dee2e6;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding-left: 5px;
    }

        .TableItem:hover[b-gxp5bki82c] {
            background-color: lightgray;
        }

        #TopWrapper[b-gxp5bki82c]{
            height:auto;
        }

    #TopDiv[b-gxp5bki82c] {
        margin-top:20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5px;
        text-align: center;
        height: auto;
    }

    .SearchDiv[b-gxp5bki82c] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .FilterDiv[b-gxp5bki82c] {
        margin-bottom: 10px;
    }

    .AddButton[b-gxp5bki82c] {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #ListDiv[b-gxp5bki82c] {
        height: auto;
        margin-right: 0px;
        margin-left: 0px;
        padding-left:0px;
        padding-right:0px;
    }

    .DefaultTableItem[b-gxp5bki82c] {
        margin-top: 500px;
    }

    .BigScreenLayout[b-gxp5bki82c] {
        display: none !important;
    }

    .SmallScreenLayout[b-gxp5bki82c]{
        display:flex !important;
    }

    .TableTopRow[b-gxp5bki82c]{
        border-top: 1px solid darkgrey;
    }

    .TableBottomRow[b-gxp5bki82c]{
        border-bottom: 1px solid darkgrey;
    }




}
/* _content/Organ_Donor_Portal/Pages/Administrator/OrganTransfer_History.razor.rz.scp.css */
body[b-am9p2vve5b] {
}

.BlockDiv[b-am9p2vve5b] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    padding-top: 10px;
    height: auto;
    border: 2px solid lightgrey;
}



.RoundedButton[b-am9p2vve5b] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .RoundedButton:hover[b-am9p2vve5b] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.DisabledRoundedButton[b-am9p2vve5b] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#DisbaledDetailsButton :hover[b-am9p2vve5b] {
    cursor: not-allowed;
}

#DisbaledDetailsButton[b-am9p2vve5b] {
    width: 30%;
}



.RoundedInputs[b-am9p2vve5b] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width: 50%;
}

    .RoundedInputs:hover[b-am9p2vve5b] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }


#MultiSelects:focus[b-am9p2vve5b] {
    border-color: #488d9c !important;
    border-width: 2px !important;
}

.PageTitle[b-am9p2vve5b] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.DetailsLabel[b-am9p2vve5b] {
    width: 150px;
}

#DetailsInput[b-am9p2vve5b] {
    width: 55%;
}

#DetailsButton[b-am9p2vve5b] {
    width: 55%;
}

    #DetailsButton:hover[b-am9p2vve5b] {
        cursor: pointer;
    }

.SubDiv[b-am9p2vve5b] {
    width: 100%;
    margin-bottom: 15px;
}

.DivContent[b-am9p2vve5b] {
    display: flex;
    flex-direction: row;
}

.LeftSide[b-am9p2vve5b] {
    width: 50%;
}

.RightSide[b-am9p2vve5b] {
    width: 50%;
}

#ListIcon[b-am9p2vve5b] {
    border: none;
}

    #ListIcon:hover[b-am9p2vve5b] {
        cursor: pointer !important;
    }


#BtnAdd[b-am9p2vve5b] {
    width: 150px;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-am9p2vve5b] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-am9p2vve5b] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-am9p2vve5b] {
        background-color: grey;
        color: white;
    }

#BtnRemove[b-am9p2vve5b] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-am9p2vve5b] {
        background-color: red;
        color: white;
    }

.TableItem[b-am9p2vve5b] {
    border-bottom: 1px solid #dee2e6;
}


    .TableItem:hover[b-am9p2vve5b] {
        background-color: none !important;
    }

.TableRow[b-am9p2vve5b] {
    border-bottom: 1px solid #dee2e6;
}

    .TableRow:hover[b-am9p2vve5b] {
        background-color: none !important;
    }


.ButtonGroupRight[b-am9p2vve5b] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 30px;
}

.ButtonGroupRight[b-am9p2vve5b] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
}

.ButtonGroupLeft[b-am9p2vve5b] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    width: 150px;
    height: 30px;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .ButtonGroupLeft:hover[b-am9p2vve5b] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.UpdateBtnDiv[b-am9p2vve5b] {
}

.DivTitle[b-am9p2vve5b] {
    font-size: larger;
}

#DivDonorCentre[b-am9p2vve5b] {
    display: flex;
    height: 35px;
    align-items: center;
}

.d-flex[b-am9p2vve5b] {
    display: none !important;
}

#Icons[b-am9p2vve5b] {
    transform: scale(1.3);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

    #Icons:hover[b-am9p2vve5b] {
        transform: scale(1.5);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRight[b-am9p2vve5b] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: forestgreen;
    cursor: pointer;
}

    #IconsRight:hover[b-am9p2vve5b] {
        transform: scale(1.3);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRightNoF[b-am9p2vve5b] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: black;
    cursor: not-allowed;
}

    #IconsRightNoF:hover[b-am9p2vve5b] {
    }

@media(min-width:768px) and ( max-width:800px) {
    #DetailsInput[b-am9p2vve5b] {
        width: 55%;
    }

    #DetailsButton[b-am9p2vve5b] {
        width: 55%;
    }
}


@media(max-width:768px) {

    .BlockDiv[b-am9p2vve5b] {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 1px;
    }

    .DivContent[b-am9p2vve5b] {
        display: flex;
        flex-direction: column;
    }

    .LeftSide[b-am9p2vve5b] {
        width: 100%;
    }

    .RightSide[b-am9p2vve5b] {
        width: 100%;
    }

    .DivTitle[b-am9p2vve5b] {
        font-size: larger;
    }

    #DivDonorCentre[b-am9p2vve5b] {
        display: flex;
        flex-direction: column;
        height: 35px;
        align-items: center;
    }

    .DetailsLabel[b-am9p2vve5b] {
        width: 140px;
    }

    #DetailsInput[b-am9p2vve5b] {
        width: 35%;
    }

    #DetailsButton[b-am9p2vve5b] {
        width: 35%;
    }

    .SubDiv[b-am9p2vve5b] {
        padding-left: 5px;
    }

    .btnAdd[b-am9p2vve5b] {
        width: 200px
    }
}
/* _content/Organ_Donor_Portal/Pages/Administrator/Organ_Details.razor.rz.scp.css */
body[b-2bt6cncmpw] {
}
.BlockDiv[b-2bt6cncmpw] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
    margin-left: 5px;
}
.RoundedButton[b-2bt6cncmpw] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-2bt6cncmpw] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
.RoundedInputs[b-2bt6cncmpw] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;

}

    .RoundedInputs:hover[b-2bt6cncmpw] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
.DivContent[b-2bt6cncmpw]{
    margin:15px;
}
.DetailsLabel[b-2bt6cncmpw] {
    width: 90px;
}
#BtnAdd[b-2bt6cncmpw] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-2bt6cncmpw] {
        background-color: green;
        color: white;
    }
#BtnCancel[b-2bt6cncmpw] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-2bt6cncmpw] {
        background-color: grey;
        color: white;
    }


#BtnRemove[b-2bt6cncmpw] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-2bt6cncmpw] {
        background-color: red;
        color: white;
    }
.RoleCheck:checked[b-2bt6cncmpw] {
    accent-color: #a2101b;
}
.PageTitle[b-2bt6cncmpw]{
    font-size:large;
}
#XClose:hover[b-2bt6cncmpw]{
    cursor:pointer;
}

@media(max-width:768px) {
    .BlockDiv[b-2bt6cncmpw] {
        width:100%;
        margin:0px;

    }
    #BtnAdd[b-2bt6cncmpw] {
        width: 35%;
    }

    #BtnRemove[b-2bt6cncmpw] {
        width: 35%;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-color: grey;
        color: grey;
    }
}
/* _content/Organ_Donor_Portal/Pages/Administrator/Organ_List.razor.rz.scp.css */
body[b-qp9a8ey8dr] {
}

.DivContent[b-qp9a8ey8dr]{
    margin-top:5px;
}

.BlockDiv[b-qp9a8ey8dr] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}

.ListDiv[b-qp9a8ey8dr] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 70%;
}

.RoundedInputs[b-qp9a8ey8dr] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-qp9a8ey8dr] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-qp9a8ey8dr] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-qp9a8ey8dr] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-qp9a8ey8dr] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.LeftDiv[b-qp9a8ey8dr] {

}

.InviteDiv[b-qp9a8ey8dr] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-qp9a8ey8dr] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-qp9a8ey8dr] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableRow[b-qp9a8ey8dr] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width:100%;
}

    .TableRow:hover[b-qp9a8ey8dr] {
        background-color: #f4e8e8;
    }

#BtnAdd[b-qp9a8ey8dr] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-qp9a8ey8dr] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-qp9a8ey8dr] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-qp9a8ey8dr] {
        background-color: grey;
        color: white;
    }
#BtnRemove[b-qp9a8ey8dr] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-qp9a8ey8dr] {
        background-color: red;
        color: white;
    }


.ListDiv[b-qp9a8ey8dr] {
    width: 50%;
    border: 2px solid lightgrey;
}
    .RightDiv[b-qp9a8ey8dr]{
        width:50%;
    }
#DetailsButton[b-qp9a8ey8dr]{
    background-color:lightgrey;
    color:black;
    border-color:black;
}
#DetailsButton:hover[b-qp9a8ey8dr]{
    color:black;
    background-color:white;
    border-color:white;
}
#BtnGroupLeft[b-qp9a8ey8dr] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-qp9a8ey8dr] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}
#ContentDiv[b-qp9a8ey8dr] {
    flex-direction: row;
}
.TableItem[b-qp9a8ey8dr] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;

}

    .TableItem:hover[b-qp9a8ey8dr] {

    }

#ContentDiv[b-qp9a8ey8dr] {
    flex-direction: row-reverse;
    justify-content:flex-end;
}

#SideDiv[b-qp9a8ey8dr] {
    height: 70%;
}


@media(max-width:768px){
    .BlockDiv[b-qp9a8ey8dr]{
        margin:0px;
        padding:0px;
        margin-bottom:5px;
        width:100%;
    }
    #ContentDiv[b-qp9a8ey8dr]{
        flex-direction:column;
        justify-content:flex-start;
    }
    .ListDiv[b-qp9a8ey8dr] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        border: 2px solid lightgrey;
    }

    .RightDiv[b-qp9a8ey8dr] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;

    }

    .ButtonDiv[b-qp9a8ey8dr]{
        padding-left:10px;
        padding-top:5px;
    }

    #SideDiv[b-qp9a8ey8dr] {
        height: auto;
    }

}
/* _content/Organ_Donor_Portal/Pages/Administrator/Organ_Manager.razor.rz.scp.css */
body[b-ug42tt37h2] {
}
.BlockDiv[b-ug42tt37h2] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}
.PageTitle[b-ug42tt37h2] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}
.RoundedButton[b-ug42tt37h2] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .RoundedButton:hover[b-ug42tt37h2] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedInputs[b-ug42tt37h2] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width: 75%;
}

    .RoundedInputs:hover[b-ug42tt37h2] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

body[b-ug42tt37h2] {
    margin: 2rem;
    font: 1rem/1.4 system-ui, sans-serif;
}

label[b-ug42tt37h2] {
    display: block;
}

@media(max-width:768px){
    .BlockDiv[b-ug42tt37h2]{
        width:100%;
        margin:0px;
    }
    body[b-ug42tt37h2] {
        margin:0px;
    }
    .RoundedInputs[b-ug42tt37h2]{
        width:100%;
    }
}
/* _content/Organ_Donor_Portal/Pages/Administrator/Reviewer_List.razor.rz.scp.css */
body[b-i1amosoapv] {
}

.BlockDiv[b-i1amosoapv] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 5px;
    height:700px;
    padding: 5px;
    border: 2px solid lightgrey;
}

.RoundedInputs[b-i1amosoapv] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-i1amosoapv] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-i1amosoapv] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-i1amosoapv] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.DivContent[b-i1amosoapv]{
    display:flex;
    flex-direction:row;
    margin-bottom:5px;
}

.LeftDiv[b-i1amosoapv]{
    width:60%;
}

.RightDiv[b-i1amosoapv]{
    width:40%;
}

.TableRow[b-i1amosoapv] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    border: 1px solid lightgrey;
    border-left:none;
    border-right:none;
    margin-top:5px;
}

    .TableRow:hover[b-i1amosoapv] {
        background-color: #f4e8e8;
        cursor:pointer;
    }

#BtnAdd[b-i1amosoapv] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-i1amosoapv] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-i1amosoapv] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-i1amosoapv] {
        background-color: grey;
        color: white;
    }

#BtnRemove[b-i1amosoapv] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-i1amosoapv] {
        background-color: red;
        color: white;
    }

#BtnGroupLeft[b-i1amosoapv] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-i1amosoapv] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#BigScreenLayout[b-i1amosoapv] {
    display: block !important;
}

#SmallScreenLayout[b-i1amosoapv] {
    display: none !important;
}

@media(max-width:768px){

    .BlockDiv[b-i1amosoapv]{
        margin-left:0px;
        margin-right:0px;
    }

    .DivContent[b-i1amosoapv]{
        display:flex;
        flex-direction:column-reverse;
    }

    .LeftDiv[b-i1amosoapv]{
        width:100%;
    }

    .RightDiv[b-i1amosoapv]{
        width:100%;
    }

    #EditDiv[b-i1amosoapv]{
        height:auto;
    }   
    #AddDiv[b-i1amosoapv]{
        height:auto;
    }


    #BigScreenLayout[b-i1amosoapv] {
        display: none !important;
    }

    #SmallScreenLayout[b-i1amosoapv] {
        display: block !important;
    }

}
/* _content/Organ_Donor_Portal/Pages/Administrator/User_Details.razor.rz.scp.css */
body[b-304dnmm4c7] {
}

.top-row[b-304dnmm4c7], article[b-304dnmm4c7] {
    padding:0px!important;
}


    .BlockDiv[b-304dnmm4c7] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin:4px;
    padding: 5px;
    padding-top: 10px;
    height: auto;
    border: 2px solid lightgrey;
}


.RoundedButton[b-304dnmm4c7] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .RoundedButton:hover[b-304dnmm4c7] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }


.ButtonGroupRight[b-304dnmm4c7] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 30px;
}
.ButtonGroupRight[b-304dnmm4c7] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
}

.ButtonGroupRight2[b-304dnmm4c7] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;

    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 30px;
}

.ButtonGroupRight2[b-304dnmm4c7] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
}

.ButtonGroupLeft[b-304dnmm4c7] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    width: 150px;
    height: 30px;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.ButtonGroupLeft:hover[b-304dnmm4c7] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
}



.ButtonGroup[b-304dnmm4c7] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    width: 150px;
    height: 30px;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-top: 10px;
}

    .ButtonGroup:hover[b-304dnmm4c7] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }


.RoundedInputs[b-304dnmm4c7] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width: 75%;
}

    .RoundedInputs:hover[b-304dnmm4c7] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.PageTitle[b-304dnmm4c7] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.DetailsLabel[b-304dnmm4c7] {
    width: 75px;
}

.SubDiv[b-304dnmm4c7] {
    width: 100%;
    margin-bottom: 15px;
}

.DivContent[b-304dnmm4c7] {
    display: flex;
    flex-direction: row;
}

.LeftSide[b-304dnmm4c7] {
    width: 50%;
}

.RightSide[b-304dnmm4c7] {
    width: 50%;
}

#BtnAdd[b-304dnmm4c7] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: green;
}

    #BtnAdd:hover[b-304dnmm4c7] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-304dnmm4c7] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-304dnmm4c7] {
        background-color: grey;
        color: white;
    }

#BtnRemove[b-304dnmm4c7] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-304dnmm4c7] {
        background-color: red;
        color: white;
    }

@media(max-width:768px ) {
    .DivContent[b-304dnmm4c7] {
        flex-direction: column;
    }

    .BlockDiv[b-304dnmm4c7] {
        margin: 0px;
        margin-bottom: 5px;
    }

    .LeftSide[b-304dnmm4c7] {
        width: 100%;
    }

    .RightSide[b-304dnmm4c7] {
        width: 100%;
    }
    .SubDiv[b-304dnmm4c7]{
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #BtnAdd[b-304dnmm4c7] {
        width: 30%;

    }

    #BtnCancel[b-304dnmm4c7] {
        width: 30%;
    }
    #UserBtn[b-304dnmm4c7]{
        width:70%;
    }
    #DetailsInput[b-304dnmm4c7]{
        width:90%;
    }
}
/* _content/Organ_Donor_Portal/Pages/Administrator/User_List.razor.rz.scp.css */
body[b-1ngwxx4p4c] {
}

.BlockDiv[b-1ngwxx4p4c] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    height: 20%;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-1ngwxx4p4c] {
    display:block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-1ngwxx4p4c] {
    display:none;
}

.RoundedInputs[b-1ngwxx4p4c] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-1ngwxx4p4c] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-1ngwxx4p4c] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-1ngwxx4p4c] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-1ngwxx4p4c] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-1ngwxx4p4c] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-1ngwxx4p4c] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-1ngwxx4p4c] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-1ngwxx4p4c] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-1ngwxx4p4c] {
        background-color: #f4e8e8;
    }

.TableRow[b-1ngwxx4p4c] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-1ngwxx4p4c] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-1ngwxx4p4c] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-1ngwxx4p4c] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
     height:auto;
}

@media(max-width:1080px){
    .InviteDiv[b-1ngwxx4p4c]{
        display:none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-1ngwxx4p4c] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-1ngwxx4p4c] {
        padding: 0px;
    }

    #ListDivBigScreen[b-1ngwxx4p4c] {
        display:none;
    }

    #ListDivSmallScreen[b-1ngwxx4p4c] {
        display:block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow:auto;
    }

    #TopDiv[b-1ngwxx4p4c] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-1ngwxx4p4c] {
        margin-top:15px;
        padding-top:15px;
        margin-bottom:20px;
        margin-left:0px;
        width:100%;
        text-align: center;
        border-top-style: solid;
        border-left-style:none;
        border-width: 1px;
        border-color: grey;

    }

    #InviteButton[b-1ngwxx4p4c]{
        width:30%;
    }

    .SearchDiv[b-1ngwxx4p4c]{
        display:flex;
        justify-content:center;
    }

    .btn-group[b-1ngwxx4p4c]{
        width:70%;
    }

    .FilterDiv[b-1ngwxx4p4c] {
        width:100%;
        display: flex;
        flex-direction: row;
       justify-content:center;
        margin-top:10px;
    }

    #FilterInput[b-1ngwxx4p4c] {
        width: 80%;
    }




}
/* _content/Organ_Donor_Portal/Pages/AuthenticateWithApp.razor.rz.scp.css */
body[b-psxk0zufxn] {
}

.RoundedInputs[b-psxk0zufxn] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, 0.5) 0 2px 3px 3px;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .RoundedInputs:hover[b-psxk0zufxn] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 5px;
    }

.RoundedButton[b-psxk0zufxn] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, 0.5) 0 2px 3px 3px;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding: 0px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 5px;
}

    .RoundedButton:hover[b-psxk0zufxn] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 5px;
        padding:5px;
    }
/* _content/Organ_Donor_Portal/Pages/Dashboards/Administrator_Dashboard.razor.rz.scp.css */
body[b-rs3bzobipl] {
}

.BlockDiv[b-rs3bzobipl] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 1px solid lightgrey;
    margin-left: 5px;
}

.RoundedButton[b-rs3bzobipl] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-rs3bzobipl] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedInputs[b-rs3bzobipl] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}

    .RoundedInputs:hover[b-rs3bzobipl] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
/* _content/Organ_Donor_Portal/Pages/Dashboards/Chair_Dashboard.razor.rz.scp.css */
body[b-fzvb9yivfk] {
}

.TableItem[b-fzvb9yivfk] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-fzvb9yivfk] {
        background-color: #f4e8e8;
    }

.TableRow[b-fzvb9yivfk] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}



#ListDivBigScreen[b-fzvb9yivfk] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-fzvb9yivfk] {
    display: none;
}


.BlockDiv[b-fzvb9yivfk] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
    margin-left: 5px;
}

.RoundedButton[b-fzvb9yivfk] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-fzvb9yivfk] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedInputs[b-fzvb9yivfk] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}

    .RoundedInputs:hover[b-fzvb9yivfk] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
/* _content/Organ_Donor_Portal/Pages/Dashboards/ReviewerDashboard.razor.rz.scp.css */
body[b-6cogtktg96] {
}

.TableItem[b-6cogtktg96] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-6cogtktg96] {
        background-color: #f4e8e8;
    }

.TableRow[b-6cogtktg96] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}



#ListDivBigScreen[b-6cogtktg96] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-6cogtktg96] {
    display: none;
}


.BlockDiv[b-6cogtktg96] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
    margin-left: 5px;
}

.RoundedButton[b-6cogtktg96] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-6cogtktg96] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedInputs[b-6cogtktg96] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}

    .RoundedInputs:hover[b-6cogtktg96] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
/* _content/Organ_Donor_Portal/Pages/Dashboards/Viewer_Dashboard.razor.rz.scp.css */
body[b-flgnzevhe6] {
}


/* _content/Organ_Donor_Portal/Pages/DOH/DOH_Approval.razor.rz.scp.css */
body[b-16rl0mwj4g] {
}

/*Creator Notes*/
#NotesButtonDiv[b-16rl0mwj4g] {
    position: absolute;
    right: 0;
    top: 45%;
}

.NotesButton[b-16rl0mwj4g] {
    background-color: white;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #E6E6E6;
    border-color: darkgray;
    border-style: solid;
    border-width: 2px;
    width: 60px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .NotesButton:hover[b-16rl0mwj4g] {
        width: 75px;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.NotesDivClosed[b-16rl0mwj4g] {
    display: none;
}

.NotesDivOpen[b-16rl0mwj4g] {
    margin-top: 3.5rem;
    position: absolute;
    right: 0;
    top: 0;
    /*    background-color: #E6E6E6;*/
    background-color: white;
    width: 20%;
    height: calc(100% - 3.5rem);
    /*    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;*/
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid darkgrey;
}

.NotesTopBar[b-16rl0mwj4g] {
    border: 1px solid darkgrey;
    border-left: none;
    height: 50px;
    display: flex;
    flex-direction: row;
}

.AddNoteBtn[b-16rl0mwj4g] {
    margin-left: 10px;
    border: 2px solid darkgrey;
    border-radius: 8px;
}

    .AddNoteBtn:hover[b-16rl0mwj4g] {
        border-color: #961f21;
        color: #961f21;
        background-color:white;
        transform: scale(1.05);
    }

.NotesCloseBtn[b-16rl0mwj4g] {
    border: 2px solid darkgrey;
    border-radius: 8px;
}

    .NotesCloseBtn:hover[b-16rl0mwj4g] {
        border-color: #961f21;
        color: #961f21;
        background-color: white;
        transform: scale(1.05);
    }

.NotesContent[b-16rl0mwj4g] {
    width:100%;
    height: calc(100% - 200px);
    display:flex;
    flex-direction:column;
    align-items:center;
}

.Notes[b-16rl0mwj4g] {
    margin-left: 10px;
    border: 2px solid darkgrey;
    border-radius: 8px;
    width:80%;
    height:auto;
    margin-top:10px;
    margin-bottom:10px;
    min-height:50px;
}

.Notes:hover[b-16rl0mwj4g]{
    transform:scale(1.02);
    cursor:pointer;
}



.NotesInfo[b-16rl0mwj4g]{
    display:flex;
    align-items:center;
    border-bottom: 2px solid lightgrey;
    width:100%;
    height:22%;
    min-height:20px;
}
.NoteName[b-16rl0mwj4g] {
    margin-left: 5%;
    margin-right: 10%;
    font-size: small;
    font-weight: 500;
}

.NoteDate[b-16rl0mwj4g] {
    font-size: small;
    font-weight:500;
}

.NoteText[b-16rl0mwj4g]{
    margin-left:5px;
    font-size:smaller;
    margin-bottom:5px;
}


/*------------*/

.BlockDiv[b-16rl0mwj4g] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
    width: 100%;
}

.RoundedInputs[b-16rl0mwj4g] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    background-color: #ededed;
}

    .RoundedInputs:hover[b-16rl0mwj4g] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-16rl0mwj4g] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-16rl0mwj4g] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RowDiv[b-16rl0mwj4g] {
    width: 25%;
}

#Icons[b-16rl0mwj4g] {
    transform: scale(1.3);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    #Icons:hover[b-16rl0mwj4g] {
        transform: scale(1.5);
        color: #A03537;
    }

#IconsRight[b-16rl0mwj4g] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    #IconsRight:hover[b-16rl0mwj4g] {
        transform: scale(1.3);
        color: #A03537;
    }

#Inputs[b-16rl0mwj4g] {
    width: 90%;
    background-color: #ededed;
}

#DivTop[b-16rl0mwj4g] {
    margin-top: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #DivTop:hover[b-16rl0mwj4g] {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        cursor:pointer;
        transform: scale(1.01);
    }

.togCheckInformation[b-16rl0mwj4g] {
    display: none;
}

#togContentInformation[b-16rl0mwj4g] {
    max-height: 300vh;
    transition: max-height 0.5s;
    /*        transition: max-height 0.5s ease-in;*/
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.togCheckRenal[b-16rl0mwj4g] {
    display: none;
}

#togContentRenal[b-16rl0mwj4g] {
    max-height: 1000vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


.togCheckSerology[b-16rl0mwj4g] {
    display: none;
}

#togContentSerology[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


.togCheckLabs[b-16rl0mwj4g] {
    display: none;
}

#togContentLabs[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}





.togCheckReports[b-16rl0mwj4g] {
    display: none;
}

#togContentReports[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}



.togCheckTests[b-16rl0mwj4g] {
    display: none;
}

#togContentTests[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}



.togCheckImmunology[b-16rl0mwj4g] {
    display: none;
}

#togContentImmunology[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


.togCheck[b-16rl0mwj4g] {
    display: none;
}

#togContent[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


#SpanTextArea[b-16rl0mwj4g] {
    display: block;
    overflow: hidden;
    resize: vertical;
    min-height: 40px;
    line-height: 20px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: text;
    padding-left: 5px;
    background-color: #ededed;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

#SpanTextAreas[b-16rl0mwj4g] {
    display: block;
    overflow: hidden;
    resize: vertical;
    min-height: 40px;
    line-height: 20px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: text;
    padding-left: 5px;
    background-color: #ededed;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

#BtnAdd[b-16rl0mwj4g] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-16rl0mwj4g] {
        background-color: green;
        color: white;
    }

#BtnApprove[b-16rl0mwj4g] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    background-color: green;
    color: white;
}

    #BtnApprove:hover[b-16rl0mwj4g] {
        background-color: white;
        color: green;
    }




.togCheckRecipientInformation[b-16rl0mwj4g] {
    display: none;
}

#togContentRecipientInformation[b-16rl0mwj4g] {
    max-height: 300vh;
    /*        transition: max-height 0.5s ease-in;*/
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientInformation:checked + #togContentRecipientInformation[b-16rl0mwj4g] {
    max-height: 300vh;
    transition: max-height 0.5s;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 20px;
}


.togCheckRecipientSerology[b-16rl0mwj4g] {
    display: none;
}

#togContentRecipientSerology[b-16rl0mwj4g] {
    max-height: 300vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientSerology:checked + #togContentRecipientSerology[b-16rl0mwj4g] {
    max-height: 500vh;
    opacity: 1;
    visibility: visible;
}


.togCheckRecipientLabs[b-16rl0mwj4g] {
    display: none;
}

#togContentRecipientLabs[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientLabs:checked + #togContentRecipientLabs[b-16rl0mwj4g] {
    max-height: 500vh;
    opacity: 1;
    visibility: visible;
}


.togCheckRecipientsTests[b-16rl0mwj4g] {
    display: none;
}

#togContentRecipientsTests[b-16rl0mwj4g] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientsTests:checked + #togContentRecipientsTests[b-16rl0mwj4g] {
    max-height: 500vh;
    opacity: 1;
    visibility: visible;
}

.togCheckRecipientReports[b-16rl0mwj4g] {
    display: none;
}

#togContentRecipientReports[b-16rl0mwj4g] {
    max-height: 300vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientReports:checked + #togContentRecipientReports[b-16rl0mwj4g] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}


.togCheckRecipientImmunology[b-16rl0mwj4g] {
    display: none;
}

#togContentRecipientImmunology[b-16rl0mwj4g] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientImmunology:checked + #togContentRecipientImmunology[b-16rl0mwj4g] {
    max-height: 100vh;
    height: 500px;
    opacity: 1;
    visibility: visible;
}

.togCheckRecipient[b-16rl0mwj4g] {
    display: none;
}

#togContentRecipient[b-16rl0mwj4g] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipient:checked + #togContentRecipient[b-16rl0mwj4g] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}


.togCheckAdditReports[b-16rl0mwj4g] {
    display: none;
}

#togContentAdditReports[b-16rl0mwj4g] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckAdditReports:checked + #togContentAdditReports[b-16rl0mwj4g] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}

.togCheckApproval[b-16rl0mwj4g] {
    display: none;
}

#togContentApproval[b-16rl0mwj4g] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckApproval:checked + #togContentApproval[b-16rl0mwj4g] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}


.Check[b-16rl0mwj4g] {
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform: scale(1.3);
    margin-top: 2px;
    margin-right: 5px;
}

    .Check:hover[b-16rl0mwj4g] {
        border-color: #a2101b;
    }

    .Check:checked[b-16rl0mwj4g] {
        accent-color: #a2101b;
    }

.SideButton[b-16rl0mwj4g] {
    z-index: 1500;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    color: white;
    font-weight: bold;
    background-color: #A03537;
    border: 1px solid #A03537;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    position: absolute;
    right: 20px;
    top: 17%
}

    .SideButton:hover[b-16rl0mwj4g] {
        border-width: 2px;
        background-color: white;
        color: #A03537;
    }


.DivRecipient[b-16rl0mwj4g] {
    flex-direction: row;
}

#DonorInfo[b-16rl0mwj4g] {
    display: flex;
    flex-direction: column;
}

#DonorAgeGender[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
}

#DonorHeightWeigth[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
}

#DonorImgs[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
}

#OfficeBlood[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
    align-items: end
}

#AmbulBlood[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
}

#CommentDiv[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
}

#CommentRows[b-16rl0mwj4g] {
    align-items: flex-end;
    width: 40%;
}

#VertDiv[b-16rl0mwj4g] {
    width: 93%;
    display: flex;
    flex-direction: row;
}

#RenalCommentDiv[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 10px;
}

#CommentInputs[b-16rl0mwj4g] {
    width: 49%;
}

#SectionDiv[b-16rl0mwj4g] {
    display: flex;
    flex-direction: row;
}

#MobileHR[b-16rl0mwj4g] {
    display: none;
}

#SectionHeader[b-16rl0mwj4g] {
    width: 120px
}

#SectionHeader[b-16rl0mwj4g] {
    width: 120px
}

#OpenSpaceDiv[b-16rl0mwj4g] {
    display: flex;
}

#SpanTextArea[b-16rl0mwj4g] {
    width: 49%;
}

#SpanTextAreas[b-16rl0mwj4g] {
    width: 49%;
}

#CommentDivBlood[b-16rl0mwj4g] {
    align-items: flex-end;
    padding-bottom: 3px;
    margin-left: 10px;
    width: 40%;
}

#CommentConcerns[b-16rl0mwj4g] {
    width: 110px;
}

#ApprovalText[b-16rl0mwj4g] {
    flex-direction: row;
    margin-left: 200px;
}

#CenteredText[b-16rl0mwj4g] {
    width: 190px;
}


@media(max-width:768px) {
    .SideButton[b-16rl0mwj4g] {
        display: none;
    }

    #MobileHR[b-16rl0mwj4g] {
        display: block;
    }

    #SectionHeader[b-16rl0mwj4g] {
        width: 50%;
    }

    #SectionHeaders[b-16rl0mwj4g] {
        width: 90%;
    }

    .DivRecipient[b-16rl0mwj4g] {
        flex-direction: column;
        justify-content: center;
    }

    .RowDiv[b-16rl0mwj4g] {
        width: 100%;
    }

    #DonorInfo[b-16rl0mwj4g] {
        display: grid;
    }

    #DonorAgeGender[b-16rl0mwj4g] {
        display: grid;
    }

    #DonorHeightWeigth[b-16rl0mwj4g] {
        display: grid;
    }

    #DonorImgs[b-16rl0mwj4g] {
        display: grid;
    }

    #OfficeBlood[b-16rl0mwj4g] {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }

    #AmbulBlood[b-16rl0mwj4g] {
        display: flex;
        flex-direction: column;
    }

    #CommentDiv[b-16rl0mwj4g] {
        display: flex;
        flex-direction: column;
    }

    #CommentRows[b-16rl0mwj4g] {
        width: 100%;
        margin-top: 10px;
    }

    #BtnAdd[b-16rl0mwj4g] {
        width: 40%;
    }

    #VertDiv[b-16rl0mwj4g] {
        flex-direction: column;
    }

    #RenalCommentDiv[b-16rl0mwj4g] {
        flex-direction: column;
    }

    #CommentInputs[b-16rl0mwj4g] {
        width: 90%;
        margin-top: 10px;
    }

    #DOHInputs[b-16rl0mwj4g] {
        margin-top: 10px;
    }

    #SectionDiv[b-16rl0mwj4g] {
        display: flex;
        flex-direction: column;
    }

    #FileDiv[b-16rl0mwj4g] {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
    }

    #OpenSpaceDiv[b-16rl0mwj4g] {
        display: none;
    }

    #SpanTextArea[b-16rl0mwj4g] {
        margin-top: 10px;
        width: 95%;
    }

    #SpanTextAreas[b-16rl0mwj4g] {
        margin-top: 10px;
        width: 95%;
    }

    #CommentDivBlood[b-16rl0mwj4g] {
        margin-top: 10px;
        align-items: flex-start;
        padding-bottom: 3px;
        margin-left: 10px;
        width: 100%;
    }

    #CommentConcerns[b-16rl0mwj4g] {
        width: 100%;
    }

    #ApprovalText[b-16rl0mwj4g] {
        flex-direction: column;
        margin-left: 0px;
        text-align: center;
    }

    #CenteredText[b-16rl0mwj4g] {
        width: 100%;
    }

    #MobileTextSpacing[b-16rl0mwj4g] {
        margin-left: 15px;
    }
}
/* _content/Organ_Donor_Portal/Pages/DOH/DOH_ApprovalView.razor.rz.scp.css */
body[b-dehxqs2u54] {
}

/*#sCreatinineFileU {*/
 /*   font-size: medium;*/
    /*color: black;
    margin-bottom: 20px;
    text-decoration: none;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    #sCreatinineFileU:hover {*/
   /*     transform: scale(1.1);*/
        /*color: #A03537;
        text-decoration: dashed;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }*/


/*Creator Notes*/
#NotesButtonDiv[b-dehxqs2u54] {
    position: absolute;
    right: 0;
    top: 45%;
}

.NotesButton[b-dehxqs2u54] {
    background-color: white;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #E6E6E6;
    border-color: darkgray;
    border-style: solid;
    border-width: 2px;
    width: 60px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .NotesButton:hover[b-dehxqs2u54] {
        width: 75px;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.NotesDivClosed[b-dehxqs2u54] {
    display: none;
}

.NotesDivOpen[b-dehxqs2u54] {
    margin-top: 3.5rem;
    position: absolute;
    right: 0;
    top: 0;
    /*    background-color: #E6E6E6;*/
    background-color: white;
    width: 20%;
    height: calc(100% - 3.5rem);
    /*    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;*/
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid darkgrey;
}

.NotesTopBar[b-dehxqs2u54] {
    border: 1px solid darkgrey;
    border-left: none;
    height: 50px;
    display: flex;
    flex-direction: row;
}

.AddNoteBtn[b-dehxqs2u54] {
    margin-left: 10px;
    border: 2px solid darkgrey;
    border-radius: 8px;
}

    .AddNoteBtn:hover[b-dehxqs2u54] {
        border-color: #961f21;
        color: #961f21;
        background-color: white;
        transform: scale(1.05);
    }

.NotesCloseBtn[b-dehxqs2u54] {
    border: 2px solid darkgrey;
    border-radius: 8px;
}

    .NotesCloseBtn:hover[b-dehxqs2u54] {
        border-color: #961f21;
        color: #961f21;
        background-color: white;
        transform: scale(1.05);
    }

.NotesContent[b-dehxqs2u54] {
    width: 100%;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Notes[b-dehxqs2u54] {
    margin-left: 10px;
    border: 2px solid darkgrey;
    border-radius: 8px;
    width: 90%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 50px;
}

    .Notes:hover[b-dehxqs2u54] {
        transform: scale(1.02);
        cursor: pointer;
    }



.NotesInfo[b-dehxqs2u54] {
    display: flex;
    align-items: center;
    border-bottom: 2px solid lightgrey;
    width: 100%;
    height: 22%;
    min-height: 20px;
}

.NoteName[b-dehxqs2u54] {
    margin-left: 5%;
    margin-right: 10%;
    font-size: small;
    font-weight: 500;
}

.NoteDate[b-dehxqs2u54] {
    font-size: small;
    font-weight: 500;
}

.NoteText[b-dehxqs2u54] {
    margin-left: 5px;
    font-size: smaller;
    margin-bottom: 5px;
}


/*------------*/






.BlockDiv[b-dehxqs2u54] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
    width:100%;
}

.RoundedInputs[b-dehxqs2u54] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    background-color: #ededed;
}

    .RoundedInputs:hover[b-dehxqs2u54] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-dehxqs2u54] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-dehxqs2u54] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RowDiv[b-dehxqs2u54] {
    width: 25%;
}

#Icons[b-dehxqs2u54] {
    transform: scale(1.3);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

    #Icons:hover[b-dehxqs2u54] {
        transform: scale(1.5);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRight[b-dehxqs2u54] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: limegreen;
    cursor: pointer;
}

    #IconsRight:hover[b-dehxqs2u54] {
        transform: scale(1.3);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRightNoF[b-dehxqs2u54] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: black;
    cursor: not-allowed;
}

    #IconsRightNoF:hover[b-dehxqs2u54] {
    }

#Inputs[b-dehxqs2u54] {
    width: 90%;
    background-color: #ededed;
}

#DivTop[b-dehxqs2u54] {
    margin-top: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor:pointer;
}
    #DivTop:hover[b-dehxqs2u54] {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border: solid 2px #488d9c;
        transform: scale(1.01);
    }

    #DivTopSelected[b-dehxqs2u54] {
        border-color: #488d9c;
    }

#chckBox:hover[b-dehxqs2u54]{
    cursor:pointer;
}

.togCheckInformation[b-dehxqs2u54] {
    display: none;
}

#togContentInformation[b-dehxqs2u54] {
    max-height: 300vh;
    transition: max-height 0.5s;
    /*        transition: max-height 0.5s ease-in;*/
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.togCheckRenal[b-dehxqs2u54] {
    display: none;
}

#togContentRenal[b-dehxqs2u54] {
    max-height: 1000vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


.togCheckSerology[b-dehxqs2u54] {
    display: none;
}

#togContentSerology[b-dehxqs2u54] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


.togCheckLabs[b-dehxqs2u54] {
    display: none;
}

#togContentLabs[b-dehxqs2u54] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}





.togCheckReports[b-dehxqs2u54] {
    display: none;
}

#togContentReports[b-dehxqs2u54] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}



.togCheckTests[b-dehxqs2u54] {
    display: none;
}

#togContentTests[b-dehxqs2u54] {
    max-height: 500vh;

    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}



.togCheckImmunology[b-dehxqs2u54] {
    display: none;
}

#togContentImmunology[b-dehxqs2u54] {
    max-height: 500vh;

    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


.togCheck[b-dehxqs2u54] {
    display: none;
}

#togContent[b-dehxqs2u54] {
    max-height: 500vh;

    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}


#SpanTextArea[b-dehxqs2u54] {
    display: block;

    overflow: hidden;
    resize:vertical;
    min-height: 40px;
    line-height: 20px;

    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;

    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: text;
    padding-left: 5px;
    background-color: #ededed;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

#SpanTextAreas[b-dehxqs2u54] {
    display: block;
    overflow: hidden;
    resize: vertical;
    min-height: 40px;
    line-height: 20px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: text;
    padding-left: 5px;
    background-color: #ededed;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

#BtnAdd[b-dehxqs2u54] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
}

    #BtnAdd:hover[b-dehxqs2u54] {
        background-color: green;
        color: white;
    }

#BtnDelete[b-dehxqs2u54] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
}

    #BtnDelete:hover[b-dehxqs2u54] {
        background-color: red;
        color: white;
    }


#BtnApprove[b-dehxqs2u54] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    background-color: green;
    color: white;
}

    #BtnApprove:hover[b-dehxqs2u54] {
        background-color: white;
        color: green;
    }




.togCheckRecipientInformation[b-dehxqs2u54] {
    display: none;
}

#togContentRecipientInformation[b-dehxqs2u54] {
    max-height: 300vh;
    /*        transition: max-height 0.5s ease-in;*/
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientInformation:checked + #togContentRecipientInformation[b-dehxqs2u54] {
    max-height: 300vh;
    transition: max-height 0.5s;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 20px;
}


.togCheckRecipientSerology[b-dehxqs2u54] {
    display: none;
}

#togContentRecipientSerology[b-dehxqs2u54] {
    max-height: 300vh;

    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientSerology:checked + #togContentRecipientSerology[b-dehxqs2u54] {
    max-height: 500vh;
    opacity: 1;
    visibility: visible;
}


.togCheckRecipientLabs[b-dehxqs2u54] {
    display: none;
}

#togContentRecipientLabs[b-dehxqs2u54] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientLabs:checked + #togContentRecipientLabs[b-dehxqs2u54] {
    max-height: 500vh;
    opacity: 1;
    visibility: visible;
}


.togCheckRecipientsTests[b-dehxqs2u54] {
    display: none;
}

#togContentRecipientsTests[b-dehxqs2u54] {
    max-height: 500vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientsTests:checked + #togContentRecipientsTests[b-dehxqs2u54] {
    max-height: 500vh;
    opacity: 1;
    visibility: visible;
}

.togCheckRecipientReports[b-dehxqs2u54] {
    display: none;
}

#togContentRecipientReports[b-dehxqs2u54] {
    max-height: 300vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientReports:checked + #togContentRecipientReports[b-dehxqs2u54] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}


.togCheckRecipientImmunology[b-dehxqs2u54] {
    display: none;
}

#togContentRecipientImmunology[b-dehxqs2u54] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipientImmunology:checked + #togContentRecipientImmunology[b-dehxqs2u54] {
    max-height: 100vh;
    height: 500px;
    opacity: 1;
    visibility: visible;
}

.togCheckRecipient[b-dehxqs2u54] {
    display: none;
}

#togContentRecipient[b-dehxqs2u54] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckRecipient:checked + #togContentRecipient[b-dehxqs2u54] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}


.togCheckAdditReports[b-dehxqs2u54] {
    display: none;
}

#togContentAdditReports[b-dehxqs2u54] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckAdditReports:checked + #togContentAdditReports[b-dehxqs2u54] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}

.togCheckApproval[b-dehxqs2u54] {
    display: none;
}

#togContentApproval[b-dehxqs2u54] {
    max-height: 200vh;
    transition: max-height 0.5s ease-in;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

.togCheckApproval:checked + #togContentApproval[b-dehxqs2u54] {
    max-height: 300vh;
    opacity: 1;
    visibility: visible;
}


.Check[b-dehxqs2u54] {
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform:scale(1.3);
    margin-top:2px;
    margin-right:5px;
}

    .Check:hover[b-dehxqs2u54] {
        border-color: #a2101b;
    }

    .Check:checked[b-dehxqs2u54] {
        accent-color: #a2101b;
    }

.SideButton[b-dehxqs2u54] {
    z-index: 1500;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    color: white;
    font-weight: bold;
    background-color: #A03537;
    border-color: white;

    position: absolute;
    right: 0;
    top: 17%
}

.SideButton:hover[b-dehxqs2u54]{

}


.DivRecipient[b-dehxqs2u54] {
    flex-direction:row;
}

#DonorInfo[b-dehxqs2u54] {
    display: flex;
    flex-direction: column;
}

#DonorAgeGender[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
}

#DonorHeightWeigth[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
}

#DonorImgs[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
}

#OfficeBlood[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
    align-items: end
}

#AmbulBlood[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
}

#CommentDiv[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
}

#CommentRows[b-dehxqs2u54] {
    align-items: flex-end;
    width:40%;
}

#VertDiv[b-dehxqs2u54] {
    width: 93%;
    display: flex;
    flex-direction: row;
}

#RenalCommentDiv[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 10px;
}

#CommentInputs[b-dehxqs2u54] {
    width: 49%;
}

#SectionDiv[b-dehxqs2u54] {
    display: flex;
    flex-direction: row;
}

#MobileHR[b-dehxqs2u54]{
    display:none;
}

#SectionHeader[b-dehxqs2u54] {
    width: 120px
}
#SectionHeader[b-dehxqs2u54] {
    width: 120px
}
#OpenSpaceDiv[b-dehxqs2u54] {
    display: flex;
}

#SpanTextArea[b-dehxqs2u54]{
    width:49%;
}
#SpanTextAreas[b-dehxqs2u54] {
    width: 49%;
}

#CommentDivBlood[b-dehxqs2u54] {
    align-items: flex-end;
    padding-bottom: 3px;
    margin-left: 10px;
    width: 40%;
}

#CommentConcerns[b-dehxqs2u54] {
    width: 110px;
}

#ApprovalText[b-dehxqs2u54] {
    flex-direction:row;
    margin-left: 200px;
}

#CenteredText[b-dehxqs2u54] {
    width: 190px;
}


@media(max-width:768px) {
    .SideButton[b-dehxqs2u54] {
        display:none;
    }

    #MobileHR[b-dehxqs2u54]{
        display:block;
    }

    #SectionHeader[b-dehxqs2u54]{
      width:50%;
    }
    #SectionHeaders[b-dehxqs2u54] {
        width: 90%;
    }

    .DivRecipient[b-dehxqs2u54]{
        flex-direction:column;
        justify-content:center;
    }

    .RowDiv[b-dehxqs2u54]{
        width:100%;
    }

    #DonorInfo[b-dehxqs2u54] {
        display: grid;
        
    }
    #DonorAgeGender[b-dehxqs2u54] {
        display: grid;
    }

    #DonorHeightWeigth[b-dehxqs2u54] {
        display: grid;
    }

    #DonorImgs[b-dehxqs2u54] {
        display: grid;
    }

    #OfficeBlood[b-dehxqs2u54] {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }

    #AmbulBlood[b-dehxqs2u54] {
        display: flex;
        flex-direction: column;
    
    }

    #CommentDiv[b-dehxqs2u54] {
        display: flex;
        flex-direction:column;
    }

    #CommentRows[b-dehxqs2u54] {
        width:100%;
        margin-top:10px;
    }

    #BtnAdd[b-dehxqs2u54]{
        width:40%;
    }

    #VertDiv[b-dehxqs2u54] {
        flex-direction: column;
    }

    #RenalCommentDiv[b-dehxqs2u54]{
        flex-direction:column;
        
    }

    #CommentInputs[b-dehxqs2u54]{
        width:90%;
        margin-top:10px;
    }

    #DOHInputs[b-dehxqs2u54]{
        margin-top:10px;
    }

    #SectionDiv[b-dehxqs2u54] {
        display: flex;
        flex-direction: column;
    }

    #FileDiv[b-dehxqs2u54]{
        margin-top:10px;
        display:flex;
        flex-direction:row;
    }

    #OpenSpaceDiv[b-dehxqs2u54]{
        display:none;
    }

    #SpanTextArea[b-dehxqs2u54]{
        margin-top:10px;
        width:95%;
    }
    #SpanTextAreas[b-dehxqs2u54] {
        margin-top: 10px;
        width: 95%;
    }

    #CommentDivBlood[b-dehxqs2u54] {
        margin-top:10px;
        align-items: flex-start;
        padding-bottom: 3px;
        margin-left: 10px;
        width: 100%;
    }

    #CommentConcerns[b-dehxqs2u54]{
        width:100%;
    }

    #ApprovalText[b-dehxqs2u54] {
        flex-direction: column;
        margin-left: 0px;
        text-align:center;
    }

    #CenteredText[b-dehxqs2u54]{
        width:100%;
    }

    #MobileTextSpacing[b-dehxqs2u54]{
        margin-left:15px;
    }





}
/* _content/Organ_Donor_Portal/Pages/DOH/DOH_List.razor.rz.scp.css */
body[b-qucot9n3ld] {
}

.BlockDiv[b-qucot9n3ld] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    height: 20%;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-qucot9n3ld] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-qucot9n3ld] {
    display: none;
}

.RoundedInputs[b-qucot9n3ld] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-qucot9n3ld] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-qucot9n3ld] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-qucot9n3ld] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-qucot9n3ld] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-qucot9n3ld] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-qucot9n3ld] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-qucot9n3ld] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

/*.TableItem {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover {
        background-color: #f4e8e8;
    }*/

.TableRow[b-qucot9n3ld] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-qucot9n3ld] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-qucot9n3ld] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-qucot9n3ld] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
    height: 90px;
}

@media(max-width:1080px) {
    .InviteDiv[b-qucot9n3ld] {
        display: none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-qucot9n3ld] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-qucot9n3ld] {
        padding: 0px;
    }

    #ListDivBigScreen[b-qucot9n3ld] {
        display: none;
    }

    #ListDivSmallScreen[b-qucot9n3ld] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-qucot9n3ld] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-qucot9n3ld] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-qucot9n3ld] {
        width: 30%;
    }

    .SearchDiv[b-qucot9n3ld] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-qucot9n3ld] {
        width: 70%;
    }

    .FilterDiv[b-qucot9n3ld] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-qucot9n3ld] {
        width: 80%;
    }
}
/* _content/Organ_Donor_Portal/Pages/DOH/Reviewer_List.razor.rz.scp.css */
body[b-8v68pns1qq] {
}

.BlockDiv[b-8v68pns1qq] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    height: 20%;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-8v68pns1qq] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-8v68pns1qq] {
    display: none;
}

.RoundedInputs[b-8v68pns1qq] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-8v68pns1qq] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-8v68pns1qq] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-8v68pns1qq] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-8v68pns1qq] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-8v68pns1qq] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-8v68pns1qq] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-8v68pns1qq] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-8v68pns1qq] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-8v68pns1qq] {
        background-color: #f4e8e8;
    }

.TableRow[b-8v68pns1qq] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-8v68pns1qq] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-8v68pns1qq] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-8v68pns1qq] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 90px;
}

@media(max-width:1080px) {
    .InviteDiv[b-8v68pns1qq] {
        display: none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-8v68pns1qq] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-8v68pns1qq] {
        padding: 0px;
    }

    #ListDivBigScreen[b-8v68pns1qq] {
        display: none;
    }

    #ListDivSmallScreen[b-8v68pns1qq] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-8v68pns1qq] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-8v68pns1qq] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-8v68pns1qq] {
        width: 30%;
    }

    .SearchDiv[b-8v68pns1qq] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-8v68pns1qq] {
        width: 70%;
    }

    .FilterDiv[b-8v68pns1qq] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-8v68pns1qq] {
        width: 80%;
    }
}
/* _content/Organ_Donor_Portal/Pages/DOH/ReviewProgress.razor.rz.scp.css */
body[b-f04flu09mu] {
}

.BlockDiv[b-f04flu09mu] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-f04flu09mu] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-f04flu09mu] {
    display: none;
}

.RoundedInputs[b-f04flu09mu] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-f04flu09mu] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-f04flu09mu] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-f04flu09mu] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-f04flu09mu] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-f04flu09mu] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-f04flu09mu] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-f04flu09mu] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-f04flu09mu] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-f04flu09mu] {
        background-color: #f4e8e8;
    }

.TableRow[b-f04flu09mu] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-f04flu09mu] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-f04flu09mu] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-f04flu09mu] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 90px;
}


.Notes[b-f04flu09mu]{
    border: 1px solid darkgrey;
    width:90%;
    margin-left:5px;
    border-radius:3px;
    margin-bottom:7px;
    margin-top:7px;
}




@media(max-width:1080px) {
    .InviteDiv[b-f04flu09mu] {
        display: none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-f04flu09mu] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-f04flu09mu] {
        padding: 0px;
    }

    #ListDivBigScreen[b-f04flu09mu] {
        display: none;
    }

    #ListDivSmallScreen[b-f04flu09mu] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-f04flu09mu] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-f04flu09mu] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-f04flu09mu] {
        width: 30%;
    }

    .SearchDiv[b-f04flu09mu] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-f04flu09mu] {
        width: 70%;
    }

    .FilterDiv[b-f04flu09mu] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-f04flu09mu] {
        width: 80%;
    }
}
/* _content/Organ_Donor_Portal/Pages/DOH/ReviewsCompleted.razor.rz.scp.css */
body[b-mkwj8nd7pi] {
}

.BlockDiv[b-mkwj8nd7pi] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-mkwj8nd7pi] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-mkwj8nd7pi] {
    display: none;
}

.RoundedInputs[b-mkwj8nd7pi] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-mkwj8nd7pi] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-mkwj8nd7pi] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-mkwj8nd7pi] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-mkwj8nd7pi] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-mkwj8nd7pi] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-mkwj8nd7pi] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-mkwj8nd7pi] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-mkwj8nd7pi] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-mkwj8nd7pi] {
        background-color: #f4e8e8;
    }

.TableRow[b-mkwj8nd7pi] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-mkwj8nd7pi] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-mkwj8nd7pi] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-mkwj8nd7pi] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 90px;
}


.Notes[b-mkwj8nd7pi] {
    border: 1px solid darkgrey;
    width: 90%;
    margin-left: 5px;
    border-radius: 3px;
    margin-bottom: 7px;
    margin-top: 7px;
}




@media(max-width:1080px) {
    .InviteDiv[b-mkwj8nd7pi] {
        display: none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-mkwj8nd7pi] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-mkwj8nd7pi] {
        padding: 0px;
    }

    #ListDivBigScreen[b-mkwj8nd7pi] {
        display: none;
    }

    #ListDivSmallScreen[b-mkwj8nd7pi] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-mkwj8nd7pi] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-mkwj8nd7pi] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-mkwj8nd7pi] {
        width: 30%;
    }

    .SearchDiv[b-mkwj8nd7pi] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-mkwj8nd7pi] {
        width: 70%;
    }

    .FilterDiv[b-mkwj8nd7pi] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-mkwj8nd7pi] {
        width: 80%;
    }
}
/* _content/Organ_Donor_Portal/Pages/ForgotPassword.razor.rz.scp.css */
.ForgotDiv[b-owoy5cazz4]{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:20px;
}

.DivContent[b-owoy5cazz4] {
    margin-top: 20px;
}

.RoundedInputs[b-owoy5cazz4] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width:40%;
}

    .RoundedInputs:hover[b-owoy5cazz4] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-owoy5cazz4] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding: 0px;
    width:100px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .RoundedButton:hover[b-owoy5cazz4] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
#Submit[b-owoy5cazz4] {
    border-color: green;
}

    #Submit:hover[b-owoy5cazz4] {
        background-color: green;
        color: white;
    }



#Cancel[b-owoy5cazz4] {
    border-color: red;
}

    #Cancel:hover[b-owoy5cazz4] {
        background-color: red;
        color: white;
    }
/* _content/Organ_Donor_Portal/Pages/InstituteManager/ManagerInvitation.razor.rz.scp.css */
body[b-ron7bgh11p] {
}

.BlockDiv[b-ron7bgh11p] {
    /*    height: calc(100vh - 70px);*/
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    /*border-style: solid;
    border-color: darkgray;
    border-width: 2px;*/
    margin: 20px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    border: 2px solid lightgrey;
}

.DivContent[b-ron7bgh11p] {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.SubContentDiv[b-ron7bgh11p] {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.RoundedInputs[b-ron7bgh11p] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}

    .RoundedInputs:hover[b-ron7bgh11p] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-ron7bgh11p] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-ron7bgh11p] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.LinkTexts[b-ron7bgh11p] {
    color: black;
    font-size: small;
}

.PageTitle[b-ron7bgh11p] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.InviteLabels[b-ron7bgh11p] {
    margin-left: 5px;
}

.RoleDiv[b-ron7bgh11p]{
    display:flex;
    flex-direction:column;
    width:35%;
}
.RoleCheck[b-ron7bgh11p] {
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.RoleCheck:hover[b-ron7bgh11p] {
    border-color: #a2101b;
}
.RoleCheck:checked[b-ron7bgh11p] {
    accent-color: #a2101b;
}


/* _content/Organ_Donor_Portal/Pages/InstituteManager/ManagerOrgan_Details.razor.rz.scp.css */
body[b-qalv4eq3mj] {
}
.BlockDiv[b-qalv4eq3mj] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}
.RoundedButton[b-qalv4eq3mj] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-qalv4eq3mj] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
.RoundedInputs[b-qalv4eq3mj] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;

}

    .RoundedInputs:hover[b-qalv4eq3mj] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
.DivContent[b-qalv4eq3mj]{
    margin:15px;
}
.DetailsLabel[b-qalv4eq3mj] {
    width: 90px;
}
#BtnAdd[b-qalv4eq3mj] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-qalv4eq3mj] {
        background-color: green;
        color: white;
    }

#BtnRemove[b-qalv4eq3mj] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-qalv4eq3mj] {
        background-color: red;
        color: white;
    }
/* _content/Organ_Donor_Portal/Pages/InstituteManager/ManagerOrgan_List.razor.rz.scp.css */
body[b-1opwfbsapp] {
}

.BlockDiv[b-1opwfbsapp] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}

.ListDiv[b-1opwfbsapp] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 70%;
}

.RoundedInputs[b-1opwfbsapp] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-1opwfbsapp] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-1opwfbsapp] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-1opwfbsapp] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-1opwfbsapp] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-1opwfbsapp] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-1opwfbsapp] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-1opwfbsapp] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}
.TableItem[b-1opwfbsapp] {
    border: 1px solid #dee2e6;
    margin-left: 5px
}

.TableRow[b-1opwfbsapp] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .TableRow:hover[b-1opwfbsapp] {
        background-color: lightgray;
    }


    .ListDiv[b-1opwfbsapp]{
        width:50%;
    }
    .RightDiv[b-1opwfbsapp]{
        width:50%;
    }
#DetailsButton[b-1opwfbsapp]{
    background-color:lightgrey;
    color:black;
    border-color:black;
}
#DetailsButton:hover[b-1opwfbsapp]{
    color:black;
    background-color:white;
    border-color:white;
}
/* _content/Organ_Donor_Portal/Pages/InstituteManager/ManagerUser_Details.razor.rz.scp.css */
body[b-k0cacnam9p] {
}

.BlockDiv[b-k0cacnam9p] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    padding-top: 10px;
    height: auto;
    border: 2px solid lightgrey;
}


.RoundedButton[b-k0cacnam9p] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width:30%;
    margin-top:5px;
    margin-bottom:5px;
}

    .RoundedButton:hover[b-k0cacnam9p] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
.ButtonGroupRight[b-k0cacnam9p]{
    background-color: #fff;
    border: 1px solid #d5d9d9;  
    border-radius: 8px;
    border-bottom-left-radius:0px;
    border-top-left-radius:0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.ButtonGroupLeft[b-k0cacnam9p] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.RoundedInputs[b-k0cacnam9p] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width:75%;
}

    .RoundedInputs:hover[b-k0cacnam9p] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
.PageTitle[b-k0cacnam9p] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}
.DetailsLabel[b-k0cacnam9p]{
    width:75px;
}
.SubDiv[b-k0cacnam9p]{
    width:350px;
    margin-bottom:15px;
}
.DivContent[b-k0cacnam9p]{
    display:flex;
    flex-direction:row;
}
.LeftSide[b-k0cacnam9p]{
    width:50%;
}
.RightSide[b-k0cacnam9p]{
    width:50%;
}
#BtnAdd[b-k0cacnam9p] {
    width:10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color:green;
    color:green;
}
#BtnAdd:hover[b-k0cacnam9p]{
    background-color:green;
    color:white;
}
#BtnRemove[b-k0cacnam9p] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}
    #BtnRemove:hover[b-k0cacnam9p] {
        background-color: red;
        color: white;
    }
/* _content/Organ_Donor_Portal/Pages/InstituteManager/ManagerUser_List.razor.rz.scp.css */
body[b-67ob1ejkua] {
}

.BlockDiv[b-67ob1ejkua] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}
.ListDiv[b-67ob1ejkua] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height:70%;
}
.RoundedInputs[b-67ob1ejkua] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width:100%;
    height:50%;
}

    .RoundedInputs:hover[b-67ob1ejkua] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-67ob1ejkua] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-67ob1ejkua] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }
.SubDiv[b-67ob1ejkua]{
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
}
.InviteDiv[b-67ob1ejkua]{
    width:10%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    border-left-style:solid;
    border-width:1px;
    border-color:grey;
    margin-left:15px;
}
#InviteButton[b-67ob1ejkua] {
    width:70%;
    height:auto;
    text-decoration: none;
}
.PageTitle[b-67ob1ejkua] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}
.TableItem[b-67ob1ejkua] {
    border: 1px solid #dee2e6;
    margin-left:5px
}
.TableRow[b-67ob1ejkua] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.TableRow:hover[b-67ob1ejkua]{
    background-color:lightgray;
}

/* _content/Organ_Donor_Portal/Pages/Login.razor.rz.scp.css */
body[b-jadfdw40ap] {
}

.LoginDiv[b-jadfdw40ap] {
    margin-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}

.DivContent[b-jadfdw40ap] {
    width: 300px;
    margin-bottom: 20px;
}

.RoundedInputs[b-jadfdw40ap] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 5px;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
    .RoundedInputs:hover[b-jadfdw40ap] {

        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 10px;
    }

.RoundedButton[b-jadfdw40ap] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, 0.8) 0 2px 5px 5px;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding: 0px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .RoundedButton:hover[b-jadfdw40ap] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 10px;
        height: 100px;
        width: 35px;
    }

.LinkTexts[b-jadfdw40ap] {
    color: black;
    font-size: small;
    text-decoration:none;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
   .LinkTexts:hover[b-jadfdw40ap]{
      text-decoration:underline;
   }

   .ImageDiv[b-jadfdw40ap]{

   }

.LoginImage[b-jadfdw40ap] {
    opacity: 0.4;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .LoginImage:hover[b-jadfdw40ap] {
        opacity: 1;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        transform: scale(1.02);
    }


/* _content/Organ_Donor_Portal/Pages/Recipient/Organ_List.razor.rz.scp.css */
body[b-v37c86ytcx] {
}

.BlockDiv[b-v37c86ytcx] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}

.ListDiv[b-v37c86ytcx] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 70%;
}

.RoundedInputs[b-v37c86ytcx] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-v37c86ytcx] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-v37c86ytcx] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-v37c86ytcx] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-v37c86ytcx] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


#InviteButton[b-v37c86ytcx] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-v37c86ytcx] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableRow[b-v37c86ytcx] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

    .TableRow:hover[b-v37c86ytcx] {
        background-color: #f4e8e8;
    }

#BtnAdd[b-v37c86ytcx] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-v37c86ytcx] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-v37c86ytcx] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-v37c86ytcx] {
        background-color: grey;
        color: white;
    }

#BtnRemove[b-v37c86ytcx] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-v37c86ytcx] {
        background-color: red;
        color: white;
    }


.ListDiv[b-v37c86ytcx] {
    width: 100%;
    border: 2px solid lightgrey;
}

#DetailsButton[b-v37c86ytcx] {
    background-color: lightgrey;
    color: black;
    border-color: black;
}

    #DetailsButton:hover[b-v37c86ytcx] {
        color: black;
        background-color: white;
        border-color: white;
    }

#BtnGroupLeft[b-v37c86ytcx] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-v37c86ytcx] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#ContentDiv[b-v37c86ytcx] {
    flex-direction: row;
}

.TableItem[b-v37c86ytcx] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
}

    .TableItem:hover[b-v37c86ytcx] {
    }

.CheckBox:checked[b-v37c86ytcx] {
    accent-color: #a2101b;
}



#BtnGroup[b-v37c86ytcx] {
    width: 30%;
}

#TableBigScreen[b-v37c86ytcx] {
   display: block;
}

#TableSmallScreen[b-v37c86ytcx] {
    display: none;
}


@media(max-width:768px) {
    .BlockDiv[b-v37c86ytcx] {
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        width: 100%;
    }

    #ContentDiv[b-v37c86ytcx] {
        flex-direction: column;
    }

    .ListDiv[b-v37c86ytcx] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        border: 2px solid lightgrey;
    }

    .RightDiv[b-v37c86ytcx] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
    }

    .FiltersDiv[b-v37c86ytcx] {
        padding-top:15px;
        flex-direction: column;
        align-items:center;
    }

    #BtnGroup[b-v37c86ytcx] {
        width: auto;
    }

    #TableBigScreen[b-v37c86ytcx]{
        display:none;
    }

    #TableSmallScreen[b-v37c86ytcx]{
        display:block;
    }

}
/* _content/Organ_Donor_Portal/Pages/Recipient/Recipient_Capture.razor.rz.scp.css */
body[b-la1iovzjhu] {
}


.BlockDiv[b-la1iovzjhu] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    border: 2px solid lightgrey;

}

.ListDiv[b-la1iovzjhu] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 70%;
}

.RoundedInputs[b-la1iovzjhu] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-la1iovzjhu] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-la1iovzjhu] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-la1iovzjhu] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-la1iovzjhu] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width:100%;
    margin-top:10px;
}

.LeftDiv[b-la1iovzjhu]{
    width:50%;
}
.RightDiv[b-la1iovzjhu]{
    width:50%;
}

.Content[b-la1iovzjhu]{
    display:flex;
    flex-direction:row;
}

.RecipientLabel[b-la1iovzjhu]{
    margin-left:5px;
    font-size:small;
    width:100%;
}

#BtnAdd[b-la1iovzjhu] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-la1iovzjhu] {
        background-color: green;
        color: white;
    }
#BtnCancel[b-la1iovzjhu] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-la1iovzjhu] {
        background-color: grey;
        color: white;
    }


.ValueLabel[b-la1iovzjhu] {
    font-weight: 500;
    border-radius: 6px;
    background-color: #F2F2F2;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    padding-left: 5px;
    cursor:not-allowed;
}

.PageTitle[b-la1iovzjhu] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}



.radio :hover[b-la1iovzjhu] {
cursor:pointer;
}

.radio checked[b-la1iovzjhu] {
    background-color: red;
}

#Icons[b-la1iovzjhu] {
    transform: scale(1.3);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

    #Icons:hover[b-la1iovzjhu] {
        transform: scale(1.5);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRight[b-la1iovzjhu] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: forestgreen;
    cursor: pointer;
}

    #IconsRight:hover[b-la1iovzjhu] {
        transform: scale(1.3);
        color: #488d9c;
        cursor: pointer;
    }

#IconsRightNoF[b-la1iovzjhu] {
    transform: scale(1.1);
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: black;
    cursor: not-allowed;
}

    #IconsRightNoF:hover[b-la1iovzjhu] {
    }

@media(max-width:768px){

    .Content[b-la1iovzjhu]{
        display:flex;
        flex-direction:column;
    }

    .LeftDiv[b-la1iovzjhu]{
        width:100%;
    }

    .RightDiv[b-la1iovzjhu]{
        width:100%;
    }

    .BlockDiv[b-la1iovzjhu]{
        width:100%;
        margin-left:0px;
    }

    .SubDiv[b-la1iovzjhu]{
        width:90%;
    }


}
/* _content/Organ_Donor_Portal/Pages/Recipient/Recipient_List.razor.rz.scp.css */
body[b-cbqyvmvxn7] {
}

.BlockDiv[b-cbqyvmvxn7] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
}

.ListDiv[b-cbqyvmvxn7] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
/*    margin: 20px;*/
    padding: 5px;
    height: 70%;
}

.RoundedInputs[b-cbqyvmvxn7] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-cbqyvmvxn7] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-cbqyvmvxn7] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-cbqyvmvxn7] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-cbqyvmvxn7] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


#InviteButton[b-cbqyvmvxn7] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-cbqyvmvxn7] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableRow[b-cbqyvmvxn7] {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

    .TableRow:hover[b-cbqyvmvxn7] {
        background-color: #f4e8e8;
    }

#BtnAdd[b-cbqyvmvxn7] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: green;
    color: green;
}

    #BtnAdd:hover[b-cbqyvmvxn7] {
        background-color: green;
        color: white;
    }

#BtnCancel[b-cbqyvmvxn7] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: grey;
    color: grey;
}

    #BtnCancel:hover[b-cbqyvmvxn7] {
        background-color: grey;
        color: white;
    }

#BtnRemove[b-cbqyvmvxn7] {
    width: 10%;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: red;
    color: red;
}

    #BtnRemove:hover[b-cbqyvmvxn7] {
        background-color: red;
        color: white;
    }


.ListDiv[b-cbqyvmvxn7] {
    width: 100%;
    border: 2px solid lightgrey;
}

#DetailsButton[b-cbqyvmvxn7] {
    background-color: lightgrey;
    color: black;
    border-color: black;
}

    #DetailsButton:hover[b-cbqyvmvxn7] {
        color: black;
        background-color: white;
        border-color: white;
    }

#BtnGroupLeft[b-cbqyvmvxn7] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-cbqyvmvxn7] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#ContentDiv[b-cbqyvmvxn7] {
    flex-direction: row;
}

.TableItem[b-cbqyvmvxn7] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
}

    .TableItem:hover[b-cbqyvmvxn7] {
    }

.CheckBox:checked[b-cbqyvmvxn7] {
    accent-color: #a2101b;
}


@media(max-width:768px) {
    .BlockDiv[b-cbqyvmvxn7] {
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        width: 100%;
    }

    #ContentDiv[b-cbqyvmvxn7] {
        flex-direction: column;
    }

    .ListDiv[b-cbqyvmvxn7] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        border: 2px solid lightgrey;
    }

    .RightDiv[b-cbqyvmvxn7] {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
    }
}
/* _content/Organ_Donor_Portal/Pages/Reports/Population.razor.rz.scp.css */
body[b-qxeay628m1] {
}

.BlockDiv[b-qxeay628m1] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    height: 20%;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-qxeay628m1] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-qxeay628m1] {
    display: none;
}

.RoundedInputs[b-qxeay628m1] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-qxeay628m1] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-qxeay628m1] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-qxeay628m1] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-qxeay628m1] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-qxeay628m1] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-qxeay628m1] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-qxeay628m1] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-qxeay628m1] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-qxeay628m1] {
        background-color: #f4e8e8;
    }

.TableRow[b-qxeay628m1] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-qxeay628m1] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-qxeay628m1] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-qxeay628m1] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
}

@media(max-width:1080px) {
    .InviteDiv[b-qxeay628m1] {
        display: none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-qxeay628m1] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-qxeay628m1] {
        padding: 0px;
    }

    #ListDivBigScreen[b-qxeay628m1] {
        display: none;
    }

    #ListDivSmallScreen[b-qxeay628m1] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-qxeay628m1] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-qxeay628m1] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-qxeay628m1] {
        width: 30%;
    }

    .SearchDiv[b-qxeay628m1] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-qxeay628m1] {
        width: 70%;
    }

    .FilterDiv[b-qxeay628m1] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-qxeay628m1] {
        width: 80%;
    }


    #BtnAdd[b-qxeay628m1] {
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-color: green;
        color: green;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

        #BtnAdd:hover[b-qxeay628m1] {
            background-color: green;
            color: white;
        }

    #BtnDelete[b-qxeay628m1] {

        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-color: red;
        color: red;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

        #BtnDelete:hover[b-qxeay628m1] {
            background-color: red;
            color: white;
        }

}
/* _content/Organ_Donor_Portal/Pages/Reports/Referrals.razor.rz.scp.css */
body[b-xdf1z9ti0v] {
}

.BlockDiv[b-xdf1z9ti0v] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-xdf1z9ti0v] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

.LabelItem[b-xdf1z9ti0v] {
    padding-top:5px;
    padding-bottom:5px;
    display:flex; 
    flex-direction:row;
    align-items:center;
    width:75%;
}

#InputItem[b-xdf1z9ti0v]{
    width:55%;
}

.LabelItems[b-xdf1z9ti0v] {
    width:30%;
}

#ListDivSmallScreen[b-xdf1z9ti0v] {
    display: none;
}

.RoundedInputs[b-xdf1z9ti0v] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-xdf1z9ti0v] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-xdf1z9ti0v] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-xdf1z9ti0v] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-xdf1z9ti0v] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-xdf1z9ti0v] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-xdf1z9ti0v] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-xdf1z9ti0v] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-xdf1z9ti0v] {
    border-bottom: 1px solid lightgrey;
    margin-left: 5px;
    cursor: pointer;
}

/*    .TableItem:hover {
        background-color: rgba(72, 141, 156, 0.1);
    }*/

.TableRow[b-xdf1z9ti0v] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-xdf1z9ti0v] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-xdf1z9ti0v] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-xdf1z9ti0v] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
}

@media(max-width:1080px) {
    .InviteDiv[b-xdf1z9ti0v] {
        display: none;
    }
}

@media(max-width:1366px) {
    .LabelItems[b-xdf1z9ti0v] {
        width: 35%;
    }
    .BiggerDate[b-xdf1z9ti0v] {
        width: 30% !important;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-xdf1z9ti0v] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .RoundedInputs[b-xdf1z9ti0v]{
        height:100%;
    }

    .px-4[b-xdf1z9ti0v] {
        padding: 0px;
    }

    #ListDivBigScreen[b-xdf1z9ti0v] {
        display: none;
    }

    #ListDivSmallScreen[b-xdf1z9ti0v] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-xdf1z9ti0v] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-xdf1z9ti0v] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-xdf1z9ti0v] {
        width: 30%;
    }

    .SearchDiv[b-xdf1z9ti0v] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-xdf1z9ti0v] {
        width: 70%;
    }

    .FilterDiv[b-xdf1z9ti0v] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-xdf1z9ti0v] {
        width: 80%;
    }


    #BtnAdd[b-xdf1z9ti0v] {
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-color: green;
        color: green;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
        padding-right:5px;
        padding-left:5px;
    }

        #BtnAdd:hover[b-xdf1z9ti0v] {
            background-color: green;
            color: white;
        }

    #BtnDelete[b-xdf1z9ti0v] {
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-color: red;
        color: red;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

        #BtnDelete:hover[b-xdf1z9ti0v] {
            background-color: red;
            color: white;
        }
}
/* _content/Organ_Donor_Portal/Pages/Reports/Reports.razor.rz.scp.css */
body[b-immcuwyfw1] {
}

.BlockDiv[b-immcuwyfw1] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 2px;
    height: 20%;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-immcuwyfw1] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-immcuwyfw1] {
    display: none;
}

.RoundedInputs[b-immcuwyfw1] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-immcuwyfw1] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-immcuwyfw1] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-immcuwyfw1] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-immcuwyfw1] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-immcuwyfw1] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-immcuwyfw1] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-immcuwyfw1] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-immcuwyfw1] {
    border-bottom: 1px solid rgba(72, 141, 156, 0.1);
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-immcuwyfw1] {
        background-color: rgba(72, 141, 156, 0.3);
    }

.TableRow[b-immcuwyfw1] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-immcuwyfw1] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-immcuwyfw1] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-immcuwyfw1] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
}

@media(max-width:1080px) {
    .InviteDiv[b-immcuwyfw1] {
        display: none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-immcuwyfw1] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-immcuwyfw1] {
        padding: 0px;
    }

    #ListDivBigScreen[b-immcuwyfw1] {
        display: none;
    }

    #ListDivSmallScreen[b-immcuwyfw1] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-immcuwyfw1] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-immcuwyfw1] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-immcuwyfw1] {
        width: 30%;
    }

    .SearchDiv[b-immcuwyfw1] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-immcuwyfw1] {
        width: 70%;
    }

    .FilterDiv[b-immcuwyfw1] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-immcuwyfw1] {
        width: 80%;
    }
}
/* _content/Organ_Donor_Portal/Pages/Reports/ReportsGrid.razor.rz.scp.css */
body[b-075hbgt0ty] {
}

.BlockDiv[b-075hbgt0ty] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 5px;
    padding: 5px;
    height: 20%;
    border: 2px solid lightgrey;
}

#ListDivBigScreen[b-075hbgt0ty] {
    display: block;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
    height: auto;
}

#ListDivSmallScreen[b-075hbgt0ty] {
    display: none;
}

.RoundedInputs[b-075hbgt0ty] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    width: 100%;
    height: 50%;
}

    .RoundedInputs:hover[b-075hbgt0ty] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-075hbgt0ty] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-075hbgt0ty] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.SubDiv[b-075hbgt0ty] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.InviteDiv[b-075hbgt0ty] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-left: 15px;
}

#InviteButton[b-075hbgt0ty] {
    width: 70%;
    height: auto;
    text-decoration: none;
}

.PageTitle[b-075hbgt0ty] {
    font-size: xx-large;
    margin-top: 5px;
    margin-left: 5px;
}

.TableItem[b-075hbgt0ty] {
    border-bottom: 1px solid #dee2e6;
    margin-left: 5px;
    cursor: pointer;
}

    .TableItem:hover[b-075hbgt0ty] {
        background-color: #f4e8e8;
    }

.TableRow[b-075hbgt0ty] {
    border-bottom: 1px solid #dee2e6;
    padding-left: 5px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
}


#BtnGroupLeft[b-075hbgt0ty] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 25px;
}

#BtnGroupRight[b-075hbgt0ty] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 30px;
    height: 25px;
}

#TopDiv[b-075hbgt0ty] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
}

@media(max-width:1080px) {
    .InviteDiv[b-075hbgt0ty] {
        display: none;
    }
}


@media(max-width:768px) {
    .BlockDiv[b-075hbgt0ty] {
        margin: 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 5px;
        height: 20%;
    }

    .px-4[b-075hbgt0ty] {
        padding: 0px;
    }

    #ListDivBigScreen[b-075hbgt0ty] {
        display: none;
    }

    #ListDivSmallScreen[b-075hbgt0ty] {
        display: block;
        margin: 0px;
        padding: 5px;
        height: 70%;
        overflow: auto;
    }

    #TopDiv[b-075hbgt0ty] {
        display: flex;
        flex-direction: column;
    }

    .InviteDiv[b-075hbgt0ty] {
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        border-top-style: solid;
        border-left-style: none;
        border-width: 1px;
        border-color: grey;
    }

    #InviteButton[b-075hbgt0ty] {
        width: 30%;
    }

    .SearchDiv[b-075hbgt0ty] {
        display: flex;
        justify-content: center;
    }

    .btn-group[b-075hbgt0ty] {
        width: 70%;
    }

    .FilterDiv[b-075hbgt0ty] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    #FilterInput[b-075hbgt0ty] {
        width: 80%;
    }
}
/* _content/Organ_Donor_Portal/Pages/Reset_Password.razor.rz.scp.css */
.ResetDiv[b-slvbhjc970] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.DivContent[b-slvbhjc970] {
    display:flex;
    flex-direction:column;
}

.RoundedInputs[b-slvbhjc970] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
}

    .RoundedInputs:hover[b-slvbhjc970] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-slvbhjc970] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding: 0px;
    width: 100px;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .RoundedButton:hover[b-slvbhjc970] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

#Submit[b-slvbhjc970]{
    border-color:green;
}
    #Submit:hover[b-slvbhjc970] {
        background-color: green;
        color: white;
    }
}#Cancel[b-slvbhjc970]{
    border-color:red;
}
#Cancel:hover[b-slvbhjc970]{
  background-color:red;
  color:white;
}

.LoginImage[b-slvbhjc970] {
    opacity: 0.4;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .LoginImage:hover[b-slvbhjc970] {
        opacity: 1;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        transform: scale(1.02);
    }
/* _content/Organ_Donor_Portal/Pages/Submit.razor.rz.scp.css */
body[b-5avr1ic68f] {
}

.SubmitDiv[b-5avr1ic68f] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.DivContent[b-5avr1ic68f] {
    width: 300px;
    margin-bottom: 20px;
}

.RoundedInputs[b-5avr1ic68f] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}
    .RoundedInputs:hover[b-5avr1ic68f] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedButton[b-5avr1ic68f] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-5avr1ic68f] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
  
    }

.LinkTexts[b-5avr1ic68f] {
    color: black;
    font-size: small;
}
/* _content/Organ_Donor_Portal/Shared/AdminLayout.razor.rz.scp.css */
body[b-xy6x1y4c3o] {
}

.collapse:not(.show)[b-xy6x1y4c3o]{
    display: block !important;
}

.bb-sidebar:hover::after .collapse:not(.show)[b-xy6x1y4c3o] {
    display: block !important;
}



/*.bb-sidebar-top-row {
    background-color: #202e51 !important;
    border-color: black !important;
}

.bb-sidebar nav .nav-item a:hover {
    background-color: rgba(72, 141, 156, 0.1) !important;
    color: #202e51 !important;
    border-radius: 10px !important;
}

.bb-sidebar nav .nav-item a.active {
    background-color: rgba(36, 71, 79, 0.1) !important;
    color: #202e51 !important;
    font-weight: 700;
    border: thick 2px black;
}

.bb-sidebar nav .nav-item.nav-item-group:has(.nav-link.active){
    background-color: rgba(150, 31, 33, 0.1) !important;
    color: #961F21 !important;
    border-radius: 10px !important;
}*/

.NormalMain[b-xy6x1y4c3o] {
    display: block;
}

.MobileMain[b-xy6x1y4c3o] {
    display: none;
}

@media (max-width:768px ) {
    .collapse:not(.show)[b-xy6x1y4c3o] {
        display: block !important;
    }

    .bb-sidebar-top-row[b-h9l5f7lx3r][b-xy6x1y4c3o] {
        background-color: #961F21 !important;
        border-color: black !important;
    }

    .bb-sidebar nav .nav-item[b-jbgvk8pcne] a:hover[b-xy6x1y4c3o] {
        background-color: rgba(150, 31, 33, 0.1) !important;
        color: #961F21 !important;
        border-radius: 10px !important;
    }

    .bb-sidebar nav .nav-item[b-jbgvk8pcne] a.active[b-xy6x1y4c3o] {
        background-color: rgba(150, 31, 33, 0.1) !important;
        color: #961F21 !important;
        font-weight: 700;
        border: thick 2px black;
    }

    .bb-sidebar nav .nav-item.nav-item-group:has(.nav-link.active)[b-jbgvk8pcne][b-xy6x1y4c3o] {
        background-color: rgba(150, 31, 33, 0.1) !important;
        color: #961F21 !important;
        border-radius: 10px !important;
    }

    #TopRow[b-xy6x1y4c3o] {
        display: none !important;
    }

    .bb-sidebar .nav-link-icon[b-jbgvk8pcne][b-xy6x1y4c3o] {
        transform: rotate(360);
    }

    .content.px-4[b-xy6x1y4c3o] {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .NormalMain[b-xy6x1y4c3o]{
        display:none;
    }

    .MobileMain[b-xy6x1y4c3o]{
        display:block;
    }

}
/* _content/Organ_Donor_Portal/Shared/Components/SmartDatePicker.razor.rz.scp.css */
body[b-hpjlnhn93g] {
}

.RoundedInput[b-hpjlnhn93g] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
    height: 50%;
    width: 50%;
}

    .RoundedInput:hover[b-hpjlnhn93g] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.flatpickr-calendar[b-hpjlnhn93g] {
    margin-top: -4px !important;
}

/* _content/Organ_Donor_Portal/Shared/MainLayout.razor.rz.scp.css */
.page[b-davl298qcq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-davl298qcq] {
    flex: 1;
}

.sidebar[b-davl298qcq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-davl298qcq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-davl298qcq]  a, .top-row .btn-link[b-davl298qcq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-davl298qcq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-davl298qcq] {
        display: none;
    }

    .top-row.auth[b-davl298qcq] {
        justify-content: space-between;
    }

    .top-row a[b-davl298qcq], .top-row .btn-link[b-davl298qcq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-davl298qcq] {
        flex-direction: row;
    }

    .sidebar[b-davl298qcq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-davl298qcq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-davl298qcq], article[b-davl298qcq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Organ_Donor_Portal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kdhjnmia78] {
    background-color: rgb(255, 0, 0);
    /*background-color: rgba(255, 255, 255, 0.1);*/
}

.top-row[b-kdhjnmia78] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kdhjnmia78] {
    font-size: 1.1rem;
}

.oi[b-kdhjnmia78] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kdhjnmia78] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kdhjnmia78] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kdhjnmia78] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kdhjnmia78]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kdhjnmia78]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-kdhjnmia78]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kdhjnmia78] {
        display: none;
    }

    .collapse[b-kdhjnmia78] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Organ_Donor_Portal/Shared/NumberGenerator.razor.rz.scp.css */
body[b-7qvzds7514] {
}

.BlockDiv[b-7qvzds7514] {
    box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    box-sizing: border-box;
    margin: 20px;
    padding: 5px;
    height: 15%;
    border: 2px solid lightgrey;
    margin-left: 5px;
    width: 90%;
}

.RoundedButton[b-7qvzds7514] {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    vertical-align: middle;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .RoundedButton:hover[b-7qvzds7514] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

.RoundedInputs[b-7qvzds7514] {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d5d9d9;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    padding-left: 5px;
}

    .RoundedInputs:hover[b-7qvzds7514] {
        box-shadow: rgba(213, 217, 217, .5) 0 2px 6px 5px;
    }

    .CentreDiv[b-7qvzds7514]{
      height:35px;
      
    }

.TextDiv[b-7qvzds7514] {
    width: 600px;
}

@media(max-width:768px) {

    .BlockDiv[b-7qvzds7514] {
        margin: 0px;
        width: 100%;
        height:auto;
    }

    .CentreDiv[b-7qvzds7514]{
        height:auto;
        width:100%;
        margin-bottom:20px;
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .TextDiv[b-7qvzds7514] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .NextDiv[b-7qvzds7514] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .NumberDiv[b-7qvzds7514] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
