@import '_content/Majorsoft.Blazor.Components.Toggle/Majorsoft.Blazor.Components.Toggle.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Component/AdmissionChat/Chat.razor.rz.scp.css */
.rounded-3.border-dark.bg-wild-rose.w-100[b-jqzh420xu5] {
    overflow-wrap: anywhere;
    text-align: left;
    font-size: 15px;
    font-family: system-ui;
}

.w-fitcontent[b-jqzh420xu5] {
    width: fit-content;
    text-align: left;
}

.d-flex.flex-column.rounded.p-1[b-jqzh420xu5] {
    margin-top: 4.5rem;
    height: 45rem;
}

.chat-footer[b-jqzh420xu5] {
    position: fixed;   
    bottom: 0;   
    z-index: 1030;
    padding-bottom: 30px;
}

.card .bi.bi-trash[b-jqzh420xu5] {
    position: absolute;
    bottom: -100px;
    background-color: #d55b5b;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: gold;
    opacity: 0;
    transform: translateY(90%);
    transition: all 0.5s ease;
}

.card:hover i.menu.bi.bi-three-dots-vertical[b-jqzh420xu5] {
    bottom: 0px;
    opacity: 1;
    background-color:#7981ad;
}

i.menu.bi.bi-three-dots-vertical[b-jqzh420xu5] {
    float: right;
    padding-left: 2px;
}

.msg-text[b-jqzh420xu5] {
    float: left;
    padding: 0rem;
}

.dropdown-menu[b-jqzh420xu5] {
    --bs-dropdown-min-width: 4rem;
}

.dropdown-item[b-jqzh420xu5]{
    display:inline;
    cursor:pointer;
}
/* /Component/Shared/PatientHeader.razor.rz.scp.css */

figure[b-l859bk2c19] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    margin-top: 0rem;
    background-color: inherit;
    padding-left: 1rem;
    float: left;
}

img[b-l859bk2c19], figcaption[b-l859bk2c19] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

    img.img-fluid.img-logo-top-right[b-l859bk2c19] {
        height: inherit;
        float: right;
        padding-bottom: .5rem;
    }

.rounded-pill[b-l859bk2c19] {
    border-radius: var(--bs-border-radius-pill) !important;
    position: absolute;
    font-size: small;
    margin-top: .5rem;
}

@media (max-width: 770px) {
    .pod-header-text[b-l859bk2c19] {
         font-size: small;
    }

    .pod-text[b-l859bk2c19] {
        font-size: x-small;
    }

    a.btn.btn-primary.btn-lg[b-l859bk2c19] {
       
        margin-right: 1rem;
        margin-top: 0.5rem;       
        font-size: .5rem;
        color: #fff;
       
    }

    .rounded-pill[b-l859bk2c19] {       
        font-size: x-small;
        margin-top: .2rem;
    }

   

}
/* /Pages/AdmissionChat.razor.rz.scp.css */

.navbar-toggler[b-vrnko5c0we] {
    display: block;
}

.list-group-item.active[b-vrnko5c0we] {
    z-index: 2;
    color: #212529;
    background-color: #008eda6b;
    border-color: #8bccef;
    text-align: center;
    font-weight: 600;
    padding: 1rem 1rem;
    border-radius: 0rem;
}


.list-group-item[b-vrnko5c0we] {
    position: relative;
    display: block;
    padding: 0.3rem 0.3rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.sidebar-chat[b-vrnko5c0we] {
    background-color: #f0f8ff;
    width: 230px;
    height: 90vh;
    position: sticky;
    top: 0;
    float: left;
    overflow: auto;
}


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

    .sidebar-chat[b-vrnko5c0we] {
        display: none;
    }

    .chat-page[b-vrnko5c0we] {
        width: 100vw;
    }
}


figure[b-vrnko5c0we] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    margin-top: 0rem;
    background-color: inherit;
    padding-left: 1rem;
}

    figure.incard[b-vrnko5c0we] {
        display: flex;
        align-items: center;
        height: 2rem;
        margin-top: .8rem;
        background-color: #fff;
        padding-left: 1rem;
    }

img[b-vrnko5c0we], figcaption[b-vrnko5c0we] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

    img.img-fluid.img-logo-top-right[b-vrnko5c0we] {
        height: 3rem;
        float: right;
        padding-bottom: .5rem;
    }
div#ServiceInformation[b-vrnko5c0we] {
    padding: 1rem;
}


.container[b-vrnko5c0we] {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    border: 2px dashed rgba(114, 186, 94, 0.35);
    height: 400px;
    background: rgba(114, 186, 94, 0.05);
}

.row.chat-panel[b-vrnko5c0we] {   
    margin-left: 0rem;
}

.pod-header[b-vrnko5c0we],
.pod-header-inactive[b-vrnko5c0we] {
    text-align: center;
    background-color: white;
    height: 4.0rem;
    float: left;
    width: 100%;
    padding: 0rem;
    margin-top: 1rem;
}


.chat-page[b-vrnko5c0we] {
    float: left;   
    width: 100%;
    
}

.chat-footer[b-vrnko5c0we] {
    position: fixed;
    bottom: 0;
    margin-bottom: 2.0rem;
    width: 80%;
}

.d-flex.flex-column.rounded.p-1[b-vrnko5c0we] {
    width: 100%;
    float: left;
    height: calc(100vh - 20rem);
}

@media (max-width: 992px) {
    .content-chatsidebar[b-vrnko5c0we] {
        display: none;
    }

    .chat-footer[b-vrnko5c0we] {
        width: 70%;
    }
}

@media (max-width: 641px) {

    .chat-footer[b-vrnko5c0we] {
        width: 95%;
        padding-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    button#contact-tab[b-vrnko5c0we] {
        display: none;
    }    
}
/* /Pages/AdmissionDashboard.razor.rz.scp.css */
.content.lm2[b-zey3ncp0r0] {
    margin-left: 2rem;
}

.container-fluid.dashboard[b-zey3ncp0r0] {
    padding-left: 0;
}

.dashboard-content[b-zey3ncp0r0] {
    padding: 5rem;
}
/* /Pages/AdmissionDetails.razor.rz.scp.css */
a.btn.btn-info.btn-lg[b-vf0pz3hxxq],
a.btn.btn-primary.btn-lg[b-vf0pz3hxxq] {
    margin-right: 1rem;
    margin-top: 0.5rem;
    height: 2.5rem;
    font-size: 1rem;
    color: #fff;
    float: right;
}


.content-pcontacts[b-vf0pz3hxxq] {
    padding-top: 6rem;
}

.container-fluid[b-vf0pz3hxxq] {
    padding-right: 0rem;
    padding-left: 0rem;
}

.form-check-input[b-vf0pz3hxxq] {
    background-color: lightcoral;
}

    .form-check-input:checked[b-vf0pz3hxxq] {
        background-color: lightgreen;
    }




/*switch styles based on https://codepen.io/alvarotrigo/pen/jOaXGyq */
.btn-container[b-vf0pz3hxxq] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    margin-top: .5rem;
    background-color: inherit;
}

    .btn-container.hideabovemidwidth[b-vf0pz3hxxq] {
        padding-left: 0;
    }


    .btn-container > label[b-vf0pz3hxxq] {
        font-size: 12px;
        color: #424242;
        font-weight: 500;
    }

.btn-color-mode-switch > label.btn-color-mode-switch-inner[b-vf0pz3hxxq] {
    margin: 0px;
    width: 141px;
    height: 32px;
    background: #ffff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    border-color: white;
    border-style: solid;
    border-width: thin;
}

    .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:before {
        content: attr(data-on);
        position: absolute;
        font-size: 12px;
        font-weight: 500;
        top: 7px;
        right: 20px;
    }

    .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:after {
        content: attr(data-off);
        width: 68px;
        height: 26px;
        background: #c11d1d8a;
        border-radius: 5px;
        position: absolute;
        font-size: 12px;
        color: white;
        font-weight: 500;
        left: 2px;
        top: 2px;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0px 0px 6px -2px #111;
        padding: 5px 0px;
    }

.btn-color-mode-switch input[type="checkbox"][b-vf0pz3hxxq] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

    .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:after {
        content: attr(data-on);
        left: 69px;
        background: #28a745;
        color: #fff;
    }

    .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:before {
        content: attr(data-off);
        right: auto;
        left: 10px;
    }

    .btn-color-mode-switch input[type="checkbox"] + label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:before {
        left: 75px;
        width: 55px;
    }
/*switch styles end */





.hideabovemidwidth[b-vf0pz3hxxq] {
    display: none;
}

@media (max-width: 1000px) {
    .hidebelowmidwidth[b-vf0pz3hxxq] {
        display: none;
    }

    .hideabovemidwidth[b-vf0pz3hxxq] {
        display: unset;
    }
}

@media (max-width: 820px) {
    a.btn.btn-primary.btn-lg[b-vf0pz3hxxq] {
        font-size: .6rem;
        color: #fff;
        height: min-content;
        margin-top: 0 !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .btn-container[b-vf0pz3hxxq] {
        margin-top: 0 !important;
    }

        .btn-container > label[b-vf0pz3hxxq] {
            font-size: .6rem !important;
        }

    .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:before {
        font-size: .6rem !important;
    }

    .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:after {
        font-size: .6rem !important;
        left: 2px;
    }

    .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:before {
        left: 2px;
    }

    .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-vf0pz3hxxq] {
        height: 25px !important;
        border-radius: 16px !important;
        width: 108px !important;
    }

        .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:after {
            height: 20px !important;
            border-radius: 16px !important;
        }

    .btn-color-mode-switch input[type="checkbox"] + label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:before {
        left: 56px;
        width: 49px;
    }

    .btn-color-mode-switch input[type="checkbox"] + label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:after {
        width: 49px;
    }

    .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-vf0pz3hxxq]:after {
        left: 56px;
    }
}
/* /Pages/Logout.razor.rz.scp.css */

.container[b-589h4p8poh] {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1[b-589h4p8poh] {
    color: #d32f2f;
}

p[b-589h4p8poh] {
    font-size: 1.2em;
}

a[b-589h4p8poh] {
    color: #1976d2;
    text-decoration: none;
}

a:hover[b-589h4p8poh] {
    text-decoration: underline;
}

    a:not([href]):not([class])[b-589h4p8poh], a:not([href]):not([class]):hover[b-589h4p8poh] {
        color: blue;
        text-decoration: auto;
        cursor:pointer;
    }
/* /Pages/ManageUsers.razor.rz.scp.css */
#inputGroupSelect01.form-control:focus[b-4t1h1uscfe] {
    box-shadow: 0 1px 2px 0px rgba(13, 110, 253, 0.8) !important;
}

button.btn.btn-primary[b-4t1h1uscfe] {
    width: unset;
    margin: 0 !important;
}
/* /Pages/Unauthorized.razor.rz.scp.css */

.container[b-ct3w2xf5sr] {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1[b-ct3w2xf5sr] {
    color: #d32f2f;
}

p[b-ct3w2xf5sr] {
    font-size: 1.2em;
}

a[b-ct3w2xf5sr] {
    color: #1976d2;
    text-decoration: none;
}

a:hover[b-ct3w2xf5sr] {
    text-decoration: underline;
}

    a:not([href]):not([class])[b-ct3w2xf5sr], a:not([href]):not([class]):hover[b-ct3w2xf5sr] {
        color: blue;
        text-decoration: auto;
        cursor:pointer;
    }
/* /Shared/AdmissionCard.razor.rz.scp.css */
.card-header[b-xmnju7781a] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
}

.card-footer[b-xmnju7781a] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #ffff;
}

.card-footer-red[b-xmnju7781a] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #cb757ea8;
}


.card-footer-green[b-xmnju7781a] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #75cbafa8;
}

.card-footer-grey[b-xmnju7781a] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #90aab6a8;
}
span.badge.badge-secondary[b-xmnju7781a] {
    background: #deb88780;
    color: #212529ad;
}

.card-title[b-xmnju7781a] {
    font-size: .8rem;
    padding: .3rem;
    font: status-bar;
}

.card.filtered.bg-light.mb-3[b-xmnju7781a] {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2;
    cursor: default;
}

table[b-xmnju7781a] {
    text-align: left;
    width: 100%;
}

.card-body.inactive[b-xmnju7781a] {
    border: #d21e1e4d;   
    border-style: solid;
    border-width: 5px;
}

.card-body[b-xmnju7781a] {
    flex: 1 1 auto;
    padding: 0;
    font: status-bar;
}

.card:hover[b-xmnju7781a] {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card[b-xmnju7781a] {
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    
}

.card red[b-xmnju7781a] {
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.bg-invalid[b-xmnju7781a] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}


td[b-xmnju7781a] {
    padding-right: .3rem;
}

    td:hover[b-xmnju7781a] {
        background-color: #dba2a84f;
        
    }

.card-text[b-xmnju7781a] {
    font-size: .7rem;
    padding-left: .3rem;
    padding-bottom: .2rem;
}
/* /Shared/AdmissionCardPlaceholder.razor.rz.scp.css */
.card-header[b-435ejsui4o] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
}

.card-footer[b-435ejsui4o] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #ffff;
}

.card-footer-red[b-435ejsui4o] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #cb757ea8;
}


.card-footer-green[b-435ejsui4o] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #75cbafa8;
}

.card-footer-grey[b-435ejsui4o] {
    padding: .2rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: small;
    font-weight: 600;
    background-color: #90aab6a8;
}

.card-title[b-435ejsui4o] {
    font-size: .8rem;
    padding: .3rem;
    font: status-bar;
}

.card.filtered.bg-light.mb-3[b-435ejsui4o] {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2;
    cursor: default;
}

table[b-435ejsui4o] {
    text-align: left;
    width: 100%;
}

.card-body.inactive[b-435ejsui4o] {
    border: #d21e1e4d;   
    border-style: solid;
    border-width: 5px;
}

.card-body[b-435ejsui4o] {
    flex: 1 1 auto;
    padding: 0;
    font: status-bar;
}

.card:hover[b-435ejsui4o] {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card[b-435ejsui4o] {
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    
}

.card red[b-435ejsui4o] {
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.bg-invalid[b-435ejsui4o] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}


td[b-435ejsui4o] {
    padding-right: .3rem;
}

    td:hover[b-435ejsui4o] {
        background-color: #dba2a84f;
        
    }

.card-text[b-435ejsui4o] {
    font-size: .7rem;
    padding-left: .3rem;
    padding-bottom: .2rem;
}
/* /Shared/AdmissionClosureForm.razor.rz.scp.css */
form.closure-form[b-ehvu23di31] {
    background: aliceblue;
    padding: 1rem;
    margin-top: 2rem;
    border: solid #c6ccd2 1px;
    border-radius: 10px;
}

.form-group[b-ehvu23di31] {
    margin-top: 10px;
}

button.btn.btn-danger[b-ehvu23di31] {
    width: 40%;
    background-color: #c84032bf;
}

button.btn.btn-sm[b-ehvu23di31] {
    width: 4vw;
}

select#inputState[b-ehvu23di31] {
    margin-top: .5rem;
    appearance: auto;
}

button.btn.btn-danger.btn-sm[b-ehvu23di31] {
    margin-left: 1rem;
}
/* /Shared/AreaCard.razor.rz.scp.css */
.navbar-toggler[b-j1zjz66zcy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-j1zjz66zcy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    background-image: image("images\MNH-QG-Lockup-Full-Colour.png");
}

.navbar-brand[b-j1zjz66zcy] {
    font-size: 1.1rem;
}

.oi[b-j1zjz66zcy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-j1zjz66zcy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j1zjz66zcy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j1zjz66zcy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j1zjz66zcy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

    .nav-item[b-j1zjz66zcy]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item[b-j1zjz66zcy]  a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-j1zjz66zcy] {
        display: none;
    }

    .collapse[b-j1zjz66zcy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/BlockedUserInformationCard.razor.rz.scp.css */
.col-12.blocked-contact-card[b-u7r9my8d6p] {
    padding: 5rem;
}
/* /Shared/CannedMessageSideBar.razor.rz.scp.css */

.navbar-toggler[b-dccqas8xcu] {
    display: block;
}

.list-group-item.active[b-dccqas8xcu] {
    z-index: 2;
    color: aliceblue;
    background-color: #dea5a5;
    border-color: #dea5a5;
    text-align: center;
    font-weight: 500;
    padding: .5rem .5rem;
    border-radius: 0;

}
a.link-opacity-75[b-dccqas8xcu] {
    padding: 1rem;
}

.list-group-item[b-dccqas8xcu] {
    position: relative;
    display: block;
    padding: 0.3rem 0.3rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    font-size: .9rem;
    cursor: pointer;
}

    .list-group-item:hover[b-dccqas8xcu] {
        background-color: aliceblue
    }

    .sidebar-canned[b-dccqas8xcu] {
        background-color: #f0f8ff;
        width: 100%;
        height: 30vh;
        position: sticky;
        top: 0;
        float: left;
        padding-right: 5px;
        overflow: auto;
    }


.navbar[b-dccqas8xcu] {
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: .5rem;
}

figure[b-dccqas8xcu] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    margin-top: 0rem;
    background-color: #f0f8ff;
    padding-left: 1rem;
}

    figure.incard[b-dccqas8xcu] {
        display: flex;
        align-items: center;
        height: 2.5rem;
        margin-top: .8rem;
        background-color: #fff;
        padding-left: 1rem;
    }

img[b-dccqas8xcu], figcaption[b-dccqas8xcu] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

    img.img-fluid.img-logo-top-right[b-dccqas8xcu] {
        height: 3rem;
        float: right;
        padding-bottom: .5rem;
    }
/* /Shared/EditPatientContact.razor.rz.scp.css */

.form-floating > label[b-hkn3l1enbm] {
    padding: 1rem 1rem;
    transform: scale(.65) translateY(-.5rem) translateX(.15rem)!important;
}

button#deleteEditPatientContact[b-hkn3l1enbm] {
    margin: 1rem;
}
/* /Shared/FreeTextMessage.razor.rz.scp.css */

.form-floating > label[b-fxgye0puxl] {
    padding: 1rem 1rem;
    transform: scale(.65) translateY(-.5rem) translateX(.15rem)!important;
}

input.form-control.chat-input[b-fxgye0puxl] {
    background-color: #756969;
}

button.btn.btn-primary[b-fxgye0puxl] {
    width: 10%;
    float: right;
    margin: 0rem;
    height: 40px;
}

.message-form[b-fxgye0puxl] {
    padding: 1rem;
    background-color: #3c497a29;
    height: 70px;
    border-radius: 5.0rem;
    float: left;
    width: 95%;
}

.form-control.is-valid[b-fxgye0puxl], .was-validated .form-control:valid[b-fxgye0puxl] {
    height: 2.5rem;
    font-size:1.0rem;
    padding-bottom: 0rem;
}

.form-control.is-invalid[b-fxgye0puxl], .was-validated .form-control:invalid[b-fxgye0puxl] {
    height: 2.5rem;
    font-size: 1.0rem;
    padding-bottom: 0rem;
}
.custom-search[b-fxgye0puxl] {
    position: relative;
    width: 100%;
}

.custom-search-input[b-fxgye0puxl] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}

.custom-search-botton[b-fxgye0puxl] {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #2950bd;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 3.0rem;
    z-index: 2;
    width: 5rem;
    height: 2rem;
}
button:disabled[b-fxgye0puxl] {
    background:#a0a0a0;
    cursor: not-allowed;
}

    .custom-search-botton.message[b-fxgye0puxl] {
       
        left: 3px;
        background: #dea5a5;
        width: 8rem;
        z-index: 3;
    }


#messageText[b-fxgye0puxl] {
    border-radius: 5.0rem;
    padding-left: 8.5rem;
    padding-right: 6rem;
}

.btn-group.dropup[b-fxgye0puxl] {
    position: static;
    display: block;
}

.dropdown-menu.show[b-fxgye0puxl] {
    display: block;
    padding: 1rem;
    overflow-wrap: anywhere;
}



@media (max-width: 641px) {

    .custom-search-botton.message[b-fxgye0puxl]{     
        width: 5rem;    
        font-size: smaller;
    }

    #messageText[b-fxgye0puxl] {
        padding-left: 5.5rem;
        padding-right: 4rem;
    }

    .custom-search-botton[b-fxgye0puxl]{
        
        width: 3.5rem;
        font-size: smaller;
    }
}

@media (min-width: 992px) {
    .message-form[b-fxgye0puxl] {
        width: 80%;
    }

    .custom-search-botton.message[b-fxgye0puxl] {
        display: none;
    }
}


/* /Shared/LoginDisplay.razor.rz.scp.css */
img.rounded[b-rfigtig4he] {
    height: 7rem;
    width: 70px;
    padding-left: 0rem;
}

img[b-rfigtig4he]{
    padding-left:1rem;
}

.row[b-rfigtig4he] {
    margin-bottom: 0rem;
}

div [class^="col-"][b-rfigtig4he] {
    padding-left: 5px;
    padding-right: 5px;
}

body[b-rfigtig4he] {
    background-color: #B3E5FC;
    border-radius: 10px;
}

.offcanvas-body[b-rfigtig4he] {
    padding: 0rem 1rem!important;    
}

.card[b-rfigtig4he] {
    width: 18rem;
    border-radius: 10px;
    background-color: #f0f8ff;
}

.flex-column[b-rfigtig4he] {
    flex-direction: column !important;
    width: 10rem;
}


.stats[b-rfigtig4he] {
    background: #ffffff !important;
    color: #000 !important;
}

.articles[b-rfigtig4he] {
    font-size: 10px;
    color: #a1aab9;
}

.number1[b-rfigtig4he] {
    font-weight: 500;
}

.followers[b-rfigtig4he] {
    font-size: 10px;
    color: #a1aab9;
}

.number2[b-rfigtig4he] {
    font-weight: 500;
}

.rating[b-rfigtig4he] {
    font-size: 10px;
    color: #a1aab9;
}

.number3[b-rfigtig4he] {
    font-weight: 500;
}

figure[b-rfigtig4he] {
    
     margin-top: 1rem;    
     padding-left: 0rem; 
}

.addleftmargin[b-rfigtig4he] {
    margin-left: 1rem;
}

/* /Shared/MainLayout.razor.rz.scp.css */

.page[b-31pznf1wzq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-31pznf1wzq] {
    flex: 1;
}


.sidebar[b-31pznf1wzq] {
    background-image: linear-gradient(180deg, #1b8695 0%, #028dd9 100%)
}


.top-row[b-31pznf1wzq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5.0rem;
    display: flex;
    align-items: center;
}



    .top-row[b-31pznf1wzq]  a, .top-row[b-31pznf1wzq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-31pznf1wzq]  a:hover, .top-row[b-31pznf1wzq]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-31pznf1wzq]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-31pznf1wzq] {
        display: none;
    }

    .top-row.auth[b-31pznf1wzq] {
        justify-content: space-between;
    }

    .top-row[b-31pznf1wzq]  a, .top-row[b-31pznf1wzq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-31pznf1wzq] {
        flex-direction: row;
    }

    .sidebar[b-31pznf1wzq] {
        width: 250px;
        height: 90vh;
        position: sticky;
        top: 0;
        float:left;
    }

    button.navbar-toggler[b-31pznf1wzq] {
        margin-bottom: 1.5rem;
        margin-right: 1rem;
       
    }

    .top-row[b-31pznf1wzq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-31pznf1wzq]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-31pznf1wzq], article[b-31pznf1wzq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    
    
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i86nvgrtmj] {
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 1rem;
}

.top-row[b-i86nvgrtmj] {
    height: 4.5rem;
    background-color: rgb(17 95 105);
}

.bi[b-i86nvgrtmj] {
    width: 1em;
    height: 2.5em;
    fill: currentcolor;
    padding-right: 2rem;
    padding-left: 1rem;
    font-size: 1.2rem;
}

.navbar-brand[b-i86nvgrtmj] {
    font-size: 1.1rem;
}

.oi[b-i86nvgrtmj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i86nvgrtmj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.card.bg-light.help[b-i86nvgrtmj] {
    margin: 1.5rem;
}

nav.sidenav.flex-column.flex-shrink-0[b-i86nvgrtmj] {
    height: 30vh;
    overflow: auto;
}

#pod-icon[b-i86nvgrtmj]
{

}

.nav-item[b-i86nvgrtmj]  a {
    color: white;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-i86nvgrtmj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-i86nvgrtmj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.navindent[b-i86nvgrtmj]{
    padding-left:20px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i86nvgrtmj] {
        display: none;
    }

    .card.bg-light[b-i86nvgrtmj] {       
        margin-bottom: 1.5rem;
    }

    nav.sidenav.flex-column.flex-shrink-0[b-i86nvgrtmj] {
        height: 80vh;
        overflow: auto;
    }

    .collapse[b-i86nvgrtmj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PatientContactCard.razor.rz.scp.css */

html[b-afexp09m76], body[b-afexp09m76] {
    background: #FCEEB5;
    font-family: Abel, Arial, Verdana, sans-serif;
}

.cardview[b-afexp09m76] {
    width: fit-content;
    padding:1.0rem;
}

.list li[b-afexp09m76] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    border-top: 1px solid #eee;
}

span.mr-1[b-afexp09m76] {
    font-size: .7rem;
    padding: 2px;
}

ul.list-unstyled.list[b-afexp09m76] {
    margin-left: 5rem;
}

.list li:hover[b-afexp09m76] {
    background-color: #81b5d1;
    color: #fff;
}

.center[b-afexp09m76] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.card[b-afexp09m76] {
    width: 17rem;
    height: 9.1rem;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    border-radius: 6px;   
    position: relative;
    margin: 1.5rem;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

    .card:hover[b-afexp09m76] {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }



    .card h1[b-afexp09m76] {
        text-align: center;
    }



    .card .additional[b-afexp09m76] {
        position: absolute;
        width: 5rem;
        height: 100%;
        background: #dba2a8;
        transition: width 0.4s;
        overflow: hidden;
        z-index: 2;
    }


.plus-svg[b-afexp09m76] {
    padding-left: 8rem;
    padding-top: 2rem;
}



.card.green .additional[b-afexp09m76] {
    background: linear-gradient(#92bCa6, #A2CCB6);
}

.card.grey .additional[b-afexp09m76] {
    background: #d4dce4;
}



.card .additional .user-card[b-afexp09m76] {
    width: 5rem;
    height: 100%;
    position: relative;
    float: left;
}

    .card .additional .user-card[b-afexp09m76]::after {
        content: "";
        display: block;
        position: absolute;
        top: 10%;
        right: -2px;
        height: 80%;
        border-left: 2px solid rgba(0,0,0,0.025);
        */
    }

    .card .additional .user-card .level[b-afexp09m76],
    .card .additional .user-card .points[b-afexp09m76] {
        top: 15%;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.5rem;
        font-weight: bold;
        background: rgba(0,0,0,0.15);
        padding: 0.125rem 0.75rem;
        border-radius: 100px;
        white-space: nowrap;
    }

    .card .additional .user-card .points[b-afexp09m76] {
        top: 85%;
    }

.user-card img[b-afexp09m76] {
    margin-top: 2rem;
    margin-left: .5rem;
    height: 4rem;
}

.card .additional .more-info[b-afexp09m76] {
    width: 300px;
    float: left;
    position: absolute;
    left: 150px;
    height: 100%;
}

    .card .additional .more-info h1[b-afexp09m76] {
        color: #fff;
        margin-bottom: 0;
    }

.card.green .additional .more-info h1[b-afexp09m76] {
    color: #224C36;
}

.card .additional .coords[b-afexp09m76] {
    margin: 0 1rem;
    color: #fff;
    font-size: 1rem;
}

.card.green .additional .coords[b-afexp09m76] {
    color: #325C46;
}



.card .additional .coords span + span[b-afexp09m76] {
    float: right;
}

.card .additional .stats[b-afexp09m76] {
    font-size: 2rem;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: auto;
    color: #fff;
}

.card.green .additional .stats[b-afexp09m76] {
    color: #325C46;
}

.card .additional .stats > div[b-afexp09m76] {
    flex: 1;
    text-align: center;
}

.card .additional .stats i[b-afexp09m76] {
    display: block;
}

.card .additional .stats div.title[b-afexp09m76] {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.card .additional .stats div.value[b-afexp09m76] {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}


    .card .additional .stats div.value.infinity[b-afexp09m76] {
        font-size: 2.5rem;
    }

.card .general[b-afexp09m76] {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 0;
}

    .card .general .more[b-afexp09m76] {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        font-size: 0.9em;
    }

.additional.deleted[b-afexp09m76] {
    background: #c5c4c5;
}
/* /Shared/PatientContactsSideBar.razor.rz.scp.css */

.navbar-toggler[b-q39bhdorqu] {
    display: block;
}

.list-group-item.active[b-q39bhdorqu] {
    z-index: 2;
    color: #f0f8ff;
    background-color: #008eda6b;
    border-color: #8bccef;
    text-align: center;
    font-weight: 600;
    padding: .5rem .5rem;
    border-radius: 0;
}

.list-group-item[b-q39bhdorqu] {
    position: relative;
    display: block;
    padding: 0.3rem 0.3rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.sidebar-chat[b-q39bhdorqu] {
    background-color: #f0f8ff;
    width: 100%;
    height: 60vh;
    position: sticky;
    top: 0;
    float: left;
    padding-right: 5px;
    overflow-y:auto;
}


.navbar[b-q39bhdorqu] {
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: .5rem;
}

figure[b-q39bhdorqu] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    margin-top: 0rem;
    background-color: #f0f8ff;
    padding-left: 1rem;
}

    figure.incard[b-q39bhdorqu] {
        display: flex;
        align-items: center;
        height: 2.5rem;
        margin-top: .8rem;
        background-color: #fff;
        padding-left: 1rem;
    }

img[b-q39bhdorqu], figcaption[b-q39bhdorqu] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

    img.img-fluid.img-logo-top-right[b-q39bhdorqu] {
        height: 3rem;
        float: right;
        padding-bottom: .5rem;
    }

.list-header-text[b-q39bhdorqu]{
    float:left;
}
/* /Shared/ServiceCard.razor.rz.scp.css */
.navbar-toggler[b-mix2ng3667] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mix2ng3667] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mix2ng3667] {
    font-size: 1.1rem;
}

.oi[b-mix2ng3667] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mix2ng3667] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mix2ng3667] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mix2ng3667] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mix2ng3667]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-mix2ng3667]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-mix2ng3667]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-mix2ng3667] {
        display: none;
    }

    .collapse[b-mix2ng3667] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
