/* _content/WeightTracker/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t4bw3qjqfw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t4bw3qjqfw] {
    flex: 1;
}

.sidebar[b-t4bw3qjqfw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t4bw3qjqfw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t4bw3qjqfw]  a, .top-row[b-t4bw3qjqfw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t4bw3qjqfw]  a:hover, .top-row[b-t4bw3qjqfw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t4bw3qjqfw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-t4bw3qjqfw] {
        justify-content: space-between;
    }

    .top-row[b-t4bw3qjqfw]  a, .top-row[b-t4bw3qjqfw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t4bw3qjqfw] {
        flex-direction: row;
    }

    .sidebar[b-t4bw3qjqfw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t4bw3qjqfw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t4bw3qjqfw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t4bw3qjqfw], article[b-t4bw3qjqfw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-t4bw3qjqfw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-t4bw3qjqfw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WeightTracker/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j1axl6vouk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-j1axl6vouk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-j1axl6vouk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j1axl6vouk] {
    font-size: 1.1rem;
}

.bi[b-j1axl6vouk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-j1axl6vouk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-j1axl6vouk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-j1axl6vouk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-j1axl6vouk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j1axl6vouk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j1axl6vouk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j1axl6vouk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-j1axl6vouk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-j1axl6vouk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-j1axl6vouk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j1axl6vouk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j1axl6vouk] {
        display: none;
    }

    .nav-scrollable[b-j1axl6vouk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WeightTracker/Components/Pages/Home.razor.rz.scp.css */
body[b-i0eejed68p] {
}

.logocontainer[b-i0eejed68p] {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.logo[b-i0eejed68p] {
    width: 300px;
    height: auto;
}

.sitetext[b-i0eejed68p]{
    display:flex;
    flex-direction:column;
    margin-right:auto;
    margin-left:auto;
    width:50vw;
    margin-top:20px;
}

.sitetextheader[b-i0eejed68p] {
    color: #61256b;
}

.sitetextlabel[b-i0eejed68p] {
    margin-top: 8px;
    color: #61256b;
}

.membersnearyoucontainer[b-i0eejed68p] {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom:30px;
}

.memberslabelsignup[b-i0eejed68p] {
    color: rgba(159, 112, 214, 1);
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block; /* Ensures the label respects the animation properly */
    animation: jiggle-b-i0eejed68p 0.5s ease-in-out infinite;
    border-style: solid;
    border-color: rgba(159, 112, 214, 1);
    border-width: 1px;
    padding: 8px;
    border-radius: 6px;
    margin-top: 10px;
    background-color: white;
}

    .memberslabelsignup:hover[b-i0eejed68p] {
        cursor: pointer;
        background-color: rgba(159, 112, 214, 0.2);
        /*animation: jiggle 0.5s ease-in-out infinite;*/
    }


@keyframes jiggle-b-i0eejed68p {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }
}


@media (max-width: 1000px) {
    .sitetext[b-i0eejed68p]{
        width:80vw;
    }
}
/* _content/WeightTracker/Components/Shared/Banner_Component.razor.rz.scp.css */
body[b-q979qjtkqf] {
}

.center[b-q979qjtkqf] {
    margin: auto;
    width: 50%;
    /*border: 3px solid black;*/
    padding: 5px;
}

.logincontainer[b-q979qjtkqf] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 1px;
    margin-left: auto;
    width: 100%;
    background-color: rgba(159, 112, 214, .4);
    padding:10px;
}

.inputscontainer[b-q979qjtkqf]{
    display:flex;
    justify-content:space-evenly;
    align-items: center;
}

.loadingcontainer[b-q979qjtkqf] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.logininput[b-q979qjtkqf] {
    border-width: 1px;
    border-color: #b3b545;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 20px;
    height: 30px;
    flex: 1;
}

.buttoncontainer[b-q979qjtkqf] {
    display: flex;
    margin-top:4px;
}



.loginbutton[b-q979qjtkqf] {
    width: 100px;
    margin-right: 25px;
    margin-left: auto;
    background-color: rgba(159, 112, 214, 1);
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #999756;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    list-style: none;
    
    outline: none;
    padding: 5px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .loginbutton:hover[b-q979qjtkqf],
    .loginbutton:focus[b-q979qjtkqf] {
        background-color: rgba(227, 152, 185, 1);
    }



.loader[b-q979qjtkqf],
.loader div[b-q979qjtkqf] {
    box-sizing: border-box;
}

.loader[b-q979qjtkqf] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 30px;
    padding-bottom: 10px;
}

    .loader div[b-q979qjtkqf] {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #947f23;
        animation: loader-b-q979qjtkqf 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .loader div:nth-child(1)[b-q979qjtkqf] {
            left: 8px;
            animation-delay: -0.24s;
            background: rgba(159, 112, 214, 1);
        }

        .loader div:nth-child(2)[b-q979qjtkqf] {
            left: 32px;
            animation-delay: -0.12s;
            background: rgba(159, 112, 214, 1);
        }

        .loader div:nth-child(3)[b-q979qjtkqf] {
            left: 56px;
            animation-delay: 0s;
            background: rgba(159, 112, 214, 1);
        }

@keyframes loader-b-q979qjtkqf {
    0% {
        top: 8px;
        height: 32px;
    }

    50%, 100% {
        top: 24px;
        height: 16px;
    }
}




@media (max-width: 1100px) {

    .center[b-q979qjtkqf]{

        width:98%;
    }

    
 
    .logincontainer[b-q979qjtkqf]{
        width:100%;
        margin-bottom:20px;
    }
}
/* _content/WeightTracker/Components/Shared/Chart_Component.razor.rz.scp.css */
body[b-le6hc7fz3w] {
}

.chartcontainer[b-le6hc7fz3w]{
    width:90%;
    height:90%;
    display:flex;
    justify-content:center;
    margin:50px;
}

.nomatchlbl[b-le6hc7fz3w] {
    color: rgba(159, 112, 214, 1);
    font-size:18px;
    font-weight:bold;
    width:fit-content;
}

.labelcontainer[b-le6hc7fz3w] {
    width: fit-content;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

h5[b-le6hc7fz3w] {
    color: rgba(159, 112, 214, 1);
}

@media (max-width: 1100px) {
    .chartcontainer[b-le6hc7fz3w] {
        width: 100%;
        height: 100%;
        margin:0px;
    }
}
/* _content/WeightTracker/Components/Shared/Journey.razor.rz.scp.css */
body[b-38rq8fyc7c] {
    background: rgba(0, 36, 72, 1);
}



.logocontainer[b-38rq8fyc7c]{
    width:100%;
    height:auto;
    display:flex;
    justify-content:center;
}

.logo[b-38rq8fyc7c]{
    width:300px;
    height:auto;
}

.findmemberscontainer[b-38rq8fyc7c] {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom:20px;
}

.findmemberslbl[b-38rq8fyc7c] {
    background-color: rgba(0,0,0,0);
    color: rgba(159, 112, 214, 1);
    margin-right: auto;
    margin-left: auto;
    font-size:1.4rem;
    font-weight:bold;
}

    .findmemberslbl:hover[b-38rq8fyc7c] {
        color: rgba(227, 152, 185, 1);
    }


/* _content/WeightTracker/Components/Shared/MembersNearYou__Component.razor.rz.scp.css */
body[b-czp7uo4817] {
}

.membersnearyoucontainer[b-czp7uo4817]{
    align-items:center;
    display:flex;
    flex-direction:column;
    margin-top:50px;
}

.memberslabel[b-czp7uo4817] {
    color: rgba(159, 112, 214, 1);
}

.memberslabelsignup[b-czp7uo4817] {
    color: rgba(159, 112, 214, 1);
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block; /* Ensures the label respects the animation properly */
    animation: jiggle-b-czp7uo4817 0.5s ease-in-out infinite;
    border-style: solid;
    border-color: rgba(159, 112, 214, 1);
    border-width:1px;
    padding:8px;
    border-radius:6px;
    margin-top:10px;
    background-color:white;
}

    .memberslabelsignup:hover[b-czp7uo4817] {
        cursor: pointer;
        background-color: rgba(159, 112, 214, 0.2);
        /*animation: jiggle 0.5s ease-in-out infinite;*/
    }


    @keyframes jiggle-b-czp7uo4817 {
        0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }
}
/* _content/WeightTracker/Components/Shared/Signup_Component.razor.rz.scp.css */
body[b-3ufutrsiqk] {
}

#signupModal[b-3ufutrsiqk] {
    height: 100%;
    width: 100%;
    /*background-color: rgba(159, 112, 214, 1);*/
    background-image: linear-gradient(180deg, rgba(159, 112, 214, 1) 0%, #ffffff 70%);
}
.modal-content[b-3ufutrsiqk] {
    height: fit-content;
    width: 95%;
}

.modal-dialog[b-3ufutrsiqk]{
    width:100%;
    height:100%;
}

.signupcontainer[b-3ufutrsiqk]{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.signupheader[b-3ufutrsiqk] {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(159, 112, 214, 1);
    margin:10px;
}

.button-signup[b-3ufutrsiqk] {
    color: rgba(159, 112, 214, 1);
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    border-style: solid;
    border-color: rgba(159, 112, 214, 1);
    border-width: 1px;
    padding: 8px;
    border-radius: 6px;
    margin-top: 10px;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
}

    .button-signup:hover[b-3ufutrsiqk] {
        cursor: pointer;
        background-color: rgba(159, 112, 214, 0.2);
    }
/* _content/WeightTracker/Components/Shared/WeightConverter_Component.razor.rz.scp.css */
body[b-cso85udphr] {
}

.center[b-cso85udphr] {
    margin: auto;
    width: 50%;
    /*border: 3px solid black;*/
    padding: 5px;
    background-color: #e6e8e8;
}

.convertercontainer[b-cso85udphr]{
    display:flex;
    flex-direction:column;
}

.controlscontainer[b-cso85udphr]{
    display:flex;
    flex-direction:row;
}

.infolabel[b-cso85udphr] {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #136163;
}

.dropdowncontrol[b-cso85udphr] {
    font-weight:bold;
    font-size:16px;
    border-radius:6px;
    margin-left:5px;
}

.normalbutton[b-cso85udphr]{
    width:auto;
    margin-left:20px;
}
