/* _content/BioThermalComfortApp/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */




.loginBtn[b-oshrw6umwi] {
    background-color: #093CC3;
    color:#fff;
    padding:.7rem 1.4rem;
    border:none;
    outline:none;
    border-radius:8px;
    display:block;
    margin:auto;
    font-weight:500;
}

.container[b-oshrw6umwi] {
    border-radius: 10px;
    /* position: relative; */
     max-width: 60vw; 
    /* top: 50%; */
    /* left: 50%; */
    /* min-height: 50vh; */
    transform: translateY(50%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.rightside_logo[b-oshrw6umwi] {
    display:flex;
    height:100%;
    align-items:center;
    justify-content:center;
}
    .rightside_logo p[b-oshrw6umwi] {
        font-size:4rem;
        color:#fff;
    }

    .leftside[b-oshrw6umwi] {
        padding: 2rem;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.leftside_text h1[b-oshrw6umwi] {
    font-size: 1.9rem;
    font-weight:500;
}
.leftside_text p[b-oshrw6umwi] {
    color:#666;
    margin:-.5rem 0 0 0;
    font-weight:500;
}


.form-group[b-oshrw6umwi] {
    margin:1rem 0;
    display:flex;
    flex-direction:column;
    text-transform:capitalize;
}
    .form-group input[b-oshrw6umwi] {
        margin: .5rem 0 0 0;
        padding: .5rem;
        transition: .1s;
    }

        .form-group input:focus[b-oshrw6umwi] {
            outline-color: transparent;
            border-color: transparent;
            box-shadow: #7AB6FF 0 0px 7px 3px;
        }

        .leftside_text[b-oshrw6umwi] {
        }


.nopadding[b-oshrw6umwi] {
    padding: 0;
}

.rightside[b-oshrw6umwi] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0050FF;
    width: 100%;
    height: 100%;
}
/* _content/BioThermalComfortApp/Areas/main/Views/Dashboard/Index.cshtml.rz.scp.css */
.noSimulationsFlex[b-3vw7izcvjn] {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.noSimulations[b-3vw7izcvjn] {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #ddd;
    border-radius:8px;
}
    .noSimulations h3[b-3vw7izcvjn] {
        color: #465569;
        margin:0;
    }
    .noSimulations p[b-3vw7izcvjn] {
        color: #A8B5C6;
        margin: .2rem 0 1.5rem 0;
    }
    /*S2 CSS*/
    .s2MainHeader[b-3vw7izcvjn] {
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.s2Card[b-3vw7izcvjn] {
    border-radius: 8px;
    border: 2px solid #D6DEE7;
    background-color: #fff;
}

.s2CardHeader[b-3vw7izcvjn] {
    background-color: #F8FAFC;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem .6rem;
    border-bottom: 2px solid #D6DEE7;
}
.dot[b-3vw7izcvjn] {
    width: 5px;
    margin: auto .8rem;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
}


.s2CardHeaderRight[b-3vw7izcvjn] {
    color: #666;
    display:flex;
}

.s2CardBody[b-3vw7izcvjn] {
    margin: 2rem .6rem;
}

.s2CardBodyNotes[b-3vw7izcvjn] {
    margin: .4rem 0 0 0;
}

.s2CardFooter[b-3vw7izcvjn] {
    border-top: 2px solid #D6DEE7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem .8rem;
    color: #666;
}




.containerIndex[b-3vw7izcvjn] {
    margin-top: 2rem;
}

.s1Left[b-3vw7izcvjn] {
    background: linear-gradient(to right, #F8FAFC, #7DC1FF, #F8FAFC);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.s1Left h2[b-3vw7izcvjn] {
    margin-bottom:.8rem;
}
.s1Left p[b-3vw7izcvjn] {
    margin-bottom:2.5rem;
}
.s1Left button[b-3vw7izcvjn] {
    margin-bottom:1rem;
}


.s1right[b-3vw7izcvjn] {
    border:1px solid #ccc;
    border-radius:8px;
}

.s1rightHeader[b-3vw7izcvjn] {
    background-color: #F8FAFC;
    padding: .7rem .4rem;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s1rightBody[b-3vw7izcvjn] {
    margin: 0 2rem;
}

.s1rightImage[b-3vw7izcvjn] {
    height: 120px;
    width: 100%;
    margin: 1rem auto .6rem auto;
    display: block;
    border-radius: 8px;
    background: #ccc;
}

.s1rightBody p[b-3vw7izcvjn] {
    text-align:left;
    margin-top:0;
    font-size:.9rem;
    font-weight:600;
}




.texts1[b-3vw7izcvjn] {
    font-size: 1rem;
    font-weight: 500;
    color:#555;
    text-align:center;
}

.welcomeBody[b-3vw7izcvjn] {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    display:block;
    max-width:75%;
    margin:0 auto 2rem auto;
}

.s1Group[b-3vw7izcvjn] {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.headers1[b-3vw7izcvjn] {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 1rem 0 .4rem 0;
}

.poweredBy[b-3vw7izcvjn] {
    margin:auto;
    display:block;
    width:max-content;
    margin-top:.6rem;
    font-size:.8rem;
    color:#666;
}



.logos1[b-3vw7izcvjn] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #4BAAFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


.buttonGetStarted[b-3vw7izcvjn] {
    width:100%;
    margin-bottom:4rem;
}
.buttonGetStarted button[b-3vw7izcvjn] {
    background-color: #093CC3;
    border-radius: 8px;
    color: #fff;
    padding: .6rem 1.4rem;
    border:unset;
    outline:unset;
    margin:2.5rem auto 0 auto;
    display:block;
}
/* _content/BioThermalComfortApp/Areas/main/Views/knowledgebase/AboutProject.cshtml.rz.scp.css */
/* _content/BioThermalComfortApp/Areas/main/Views/knowledgebase/Index.cshtml.rz.scp.css */
/* _content/BioThermalComfortApp/Areas/main/Views/Shared/NewSimulationPartials/NonUniform_ClothingStatus.cshtml.rz.scp.css */


.center[b-h706vtqjwv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.padding1[b-h706vtqjwv] {
    padding: 1rem;
}

.border-solid[b-h706vtqjwv] {
    border: 2px solid #CBD5E1;
    padding: 1rem;
}

.chevronStyle[b-h706vtqjwv] {
    width: 30px;
    height: 24px;
    cursor: pointer;
}

.h-pointer[b-h706vtqjwv] {
    position: absolute;
    border: 3px solid #64738C;
    background-color: #D7EBFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


.editBtn[b-h706vtqjwv], .addBtn[b-h706vtqjwv] {
    color: var(--c-primary);
    font-weight: 400
}

.humanPointerContainer2[b-h706vtqjwv] {
    transition: .3s;
}

    .humanPointerContainer2.completed .h-pointer[b-h706vtqjwv], .h-pointer.success[b-h706vtqjwv] {
        background-color: #DCFCEA !important;
        border-color: #22C770;
    }

        .humanPointerContainer2.completed .h-pointer[b-h706vtqjwv]::after, .h-pointer.success[b-h706vtqjwv]::after {
            content: "";
            background-image: url("./svgs/test.png");
            width: 100%;
            height: 100%;
            position: absolute;
            transform: translate(-9%,22%);
            background-repeat: no-repeat;
        }

    .humanPointerContainer2.active .h-pointer[b-h706vtqjwv] {
        border-color: #1E82FF;
        box-shadow: 0 0 2px 8px #B4DCFF;
    }


#leftLowerArm[b-h706vtqjwv] {
    top: 329px;
    left: 120px;
}

#rightLowerArm[b-h706vtqjwv] {
    top: 329px;
    left: 266px;
}

#leftLowerChest[b-h706vtqjwv] {
    top: 286px;
    left: 201px;
}

#rightLowerChest[b-h706vtqjwv] {
    top: 286px;
    left: 243px;
}

#leftThigh[b-h706vtqjwv] {
    top: 483px;
    left: 175px;
}

#rightThigh[b-h706vtqjwv] {
    top: 483px;
    left: 232px;
}


#leftCalve[b-h706vtqjwv] {
    top: 641px;
    left: 149px;
}

#rightCalve[b-h706vtqjwv] {
    top: 641px;
    left: 215px;
}

#leftFoot[b-h706vtqjwv] {
    top: 773px;
    left: 154px;
}

#rightFoot[b-h706vtqjwv] {
    top: 773px;
    left: 240px;
}

#leftUpperChest[b-h706vtqjwv] {
    left: 188px;
    top: 229px;
}

#rightUpperChest[b-h706vtqjwv] {
    left: 229px;
    top: 228px;
}

#leftUpperArm[b-h706vtqjwv] {
    left: 119px;
    top: 206px;
}

#rightUpperArm[b-h706vtqjwv] {
    left: 250px;
    top: 206px;
}



#head2_pointer[b-h706vtqjwv] {
    left: 202px;
    top: 102px;
}

#leftFingers[b-h706vtqjwv] {
    left: 139px;
    top: 444px;
}

#rightFingers[b-h706vtqjwv] {
    left: 281px;
    top: 448px;
}


#leftPalms[b-h706vtqjwv] {
    left: 131px;
    top: 410px;
}

#rightPalms[b-h706vtqjwv] {
    left: 271px;
    top: 410px;
}
/* _content/BioThermalComfortApp/Areas/main/Views/Shared/NewSimulationPartials/S3_AdvancedClothingStatus.cshtml.rz.scp.css */


.center[b-kgdehxrnhc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.padding1[b-kgdehxrnhc] {
    padding: 1rem;
    
}
.border-solid[b-kgdehxrnhc] {
    border: 2px solid #CBD5E1 ;
    padding: 1rem;
}

.chevronStyle[b-kgdehxrnhc] {
    width: 30px;
    height: 24px;
    cursor: pointer;
}

.h-pointer[b-kgdehxrnhc] {
    position: absolute;
    border: 3px solid #64738C;
    background-color: #D7EBFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;

}


.editBtn[b-kgdehxrnhc] ,.addBtn[b-kgdehxrnhc]{
    color:var(--c-primary);
    font-weight: 400
}

.humanPointerContainer[b-kgdehxrnhc] {
    transition: .3s;
}

.humanPointerContainer.completed .h-pointer[b-kgdehxrnhc], .h-pointer.success[b-kgdehxrnhc] {
    background-color: #DCFCEA !important;
    border-color:#22C770 ;
}

.humanPointerContainer.completed .h-pointer[b-kgdehxrnhc]::after, .h-pointer.success[b-kgdehxrnhc]::after  {
    content: "";
    background-image: url("./svgs/test.png");
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-9%,22%);
    background-repeat: no-repeat;
}

.humanPointerContainer.active .h-pointer[b-kgdehxrnhc] {
    border-color: #1E82FF;
    box-shadow: 0 0 2px 8px #B4DCFF;
}


#leftLowerArm[b-kgdehxrnhc] {
    top: 329px;
    left: 120px;
}
#rightLowerArm[b-kgdehxrnhc] {
    top: 329px;
    left: 266px;
}

#leftLowerChest[b-kgdehxrnhc] {
    top: 286px;
    left: 201px;
}

#rightLowerChest[b-kgdehxrnhc] {
    top: 286px;
    left: 243px;
}

#leftThigh[b-kgdehxrnhc] {
    top: 483px;
    left: 175px;
}

#rightThigh[b-kgdehxrnhc] {
    top: 483px;
    left: 232px;
}


#leftCalve[b-kgdehxrnhc] {
    top: 641px;
    left:149px;
}

#rightCalve[b-kgdehxrnhc] {
    top: 641px;
    left: 215px;
}

#leftFoot[b-kgdehxrnhc] {
    top: 773px;
    left: 154px;
}

#rightFoot[b-kgdehxrnhc] {
    top: 773px;
    left: 240px;
}

#leftUpperChest[b-kgdehxrnhc] {
    left: 188px;
    top: 229px;
}

#rightUpperChest[b-kgdehxrnhc] {
    left: 229px;
    top: 228px;
}
#leftUpperArm[b-kgdehxrnhc] {
    left: 119px;
    top: 206px;
}

#rightUpperArm[b-kgdehxrnhc] {
    left: 250px;
    top: 206px;
}
/* _content/BioThermalComfortApp/Areas/main/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */





.flex_center[b-bzp8ug8wrs] {
    justify-content: center !important;
}


.buttonGetStarted[b-bzp8ug8wrs] {
    width:100%;
    margin-bottom:4rem;
}
    .buttonGetStarted button[b-bzp8ug8wrs] {
        background-color: #093CC3;
        border-radius: 8px;
        color: #fff;
        padding: .6rem 1.4rem;
        border:unset;
        outline:unset;
        margin:2.5rem auto 0 auto;
        display:block;
    }




.listsContainer[b-bzp8ug8wrs] {
    height: 100%;
    display: flex;
    /* width: 100%; */
    height: 95%;
    flex-direction: column;
    justify-content: space-between;
}
.logo[b-bzp8ug8wrs] {
    font-size:2rem;
    margin:0 auto 0 1rem;
    display:inline-block;
    font-weight:600;
}


.navbarList[b-bzp8ug8wrs] {
    list-style: none;
    padding: 1rem .9rem;
}

.bottomList[b-bzp8ug8wrs] {
    margin-top:auto;
}

.bottomList .navbarLink[b-bzp8ug8wrs] {
    margin:.6rem 0;
    display:block;
}


.newSimulationBtn[b-bzp8ug8wrs] {
    display: block !important;
    background-color: transparent !important;
    border-radius: 8px !important;
    color: #0050FF !important;
    font-weight: 600 !important;
    padding: .7rem 0 !important;
    width: 100% !important;
    border: 1px solid #0050FF !important;
}



.bottomList a[b-bzp8ug8wrs] {
    color:#000;
    text-decoration:unset;
}

.bottomList a:hover[b-bzp8ug8wrs] {
    text-decoration: underline;
}

.containerNav[b-bzp8ug8wrs] {
    background-color: #fff;
    transition: .3s;
    width: 15vw;
    box-shadow: rgba(1,1,1, 0.4) 0px 2px 4px, rgba(1,1,1, 0.3) 0px 7px 13px -3px, rgba(1,1,1, 0.2) 0px -3px 0px inset;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.burger_menu_container[b-bzp8ug8wrs] {
    display:flex;
    align-items:center;
    justify-content:right;
    border-bottom:1px solid #000;
    padding:.4rem 0;
}

.burger-menu span[b-bzp8ug8wrs] {
    height: 2px;
    width: 25px;
    background: #000;
    display: block;
    margin: .4rem 0;
}

.burger-menu[b-bzp8ug8wrs] {
    margin: .4rem;
    margin-right: 1.4rem;
    cursor: pointer;
}


a.navbar-brand[b-bzp8ug8wrs] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-bzp8ug8wrs] {
  color: #0077cc;
}

.btn-primary[b-bzp8ug8wrs] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bzp8ug8wrs], .nav-pills .show > .nav-link[b-bzp8ug8wrs] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bzp8ug8wrs] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bzp8ug8wrs] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bzp8ug8wrs] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bzp8ug8wrs] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bzp8ug8wrs] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/BioThermalComfortApp/Areas/main/Views/Simulations/History.cshtml.rz.scp.css */




.s2Container[b-3jrj3lgbbo] {
    display: flex;
    flex-direction: row;
    background: #fff;
    width: max-content;
    margin-bottom: 1rem;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.s2Container div:not(:last-child)[b-3jrj3lgbbo] {
    border-right:1px solid #ddd;
}
.s2Container div:first-child[b-3jrj3lgbbo] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.s2Container div:last-child[b-3jrj3lgbbo] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.s2Container div[b-3jrj3lgbbo] {
padding: .6rem 1rem;
vertical-align:middle;
text-align: center;
cursor: pointer;
}

.s2Container div.active[b-3jrj3lgbbo] {
    background-color: #EBF5FF;
    border: 2px solid #6BADFF ;
}

.form-group[b-3jrj3lgbbo] {
    position:relative;
}

.form-control[b-3jrj3lgbbo] {
    padding: .55rem .75rem;
}

.form-group-icon[b-3jrj3lgbbo] {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right:20px;
}

.s1Buttons[b-3jrj3lgbbo] {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: .5rem;
    height: 100%;
}

.listGridBtn[b-3jrj3lgbbo] {
    height: 100%;
    background-color: transparent;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: .5rem;
    border: none;
    border-radius: 6px;
}

.listGridBtn.active[b-3jrj3lgbbo], .listGridBtn:hover[b-3jrj3lgbbo] {
    background-color: #E2E8F0;
}

.newSimulationBtn[b-3jrj3lgbbo] {
    color:#fff;
    border:none;
    height:100%;
    display:block;
    border-radius:8px;
    width:100%;
    padding:0 .5rem;
    background-color: #093CC3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:.8rem;
    position:relative;
}
    .newSimulationBtn .icon[b-3jrj3lgbbo] {
        font-size: 2.5rem;
        font-weight: 200;
        position:absolute;
        left:8%;
        top:43%;
        transform:translateY(-50%);
    }
/* _content/BioThermalComfortApp/Areas/main/Views/Simulations/New.cshtml.rz.scp.css */
.advancedView[b-w8chswqjuz] {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.glowAdvancedViewCircle[b-w8chswqjuz] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--c-primary);
    display: inline-block;
    position: relative;
}
.glowAdvancedViewCircle[b-w8chswqjuz]::before,
.glowAdvancedViewCircle[b-w8chswqjuz]::after {
    content: '';
    position: absolute;
    border: 2px solid var(--c-primary);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: ripple-b-w8chswqjuz 1.5s infinite;
}

.glowAdvancedViewCircle[b-w8chswqjuz]::before {
    animation-delay: 0s;
}

.glowAdvancedViewCircle[b-w8chswqjuz]::after {
    animation-delay: 0.75s;
}

@keyframes ripple-b-w8chswqjuz {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}


.btnExitSimulation[b-w8chswqjuz] {
    text-decoration:none;
    border:none;
    background-color:unset;
    color:var(--bs-danger);
    font-weight:500;
}
.backRounded[b-w8chswqjuz] {
    border-radius:7px;
    padding:.7rem 2rem !important;
    margin-right:.5rem;
}

.header[b-w8chswqjuz] {
    padding: .8rem 0;
    margin-top: 2rem;
}

    .header h1[b-w8chswqjuz] {
        font-weight: 400;
    }

.header[b-w8chswqjuz] {
    display:flex;
    align-items:center;
    justify-content:left;
    gap:1rem;
}

.header .bold[b-w8chswqjuz] {
    font-weight:bold;
}

.card-body-title[b-w8chswqjuz] {
    font-weight:bold;
    margin:.8rem 0;
}
/* _content/BioThermalComfortApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bq2ulptzft] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bq2ulptzft] {
  color: #0077cc;
}

.btn-primary[b-bq2ulptzft] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bq2ulptzft], .nav-pills .show > .nav-link[b-bq2ulptzft] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bq2ulptzft] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bq2ulptzft] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bq2ulptzft] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bq2ulptzft] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bq2ulptzft] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
