
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.bgimg {
    background-image: url(https://ik.imagekit.io/theepictechie/Nuronics_Images/heroshape_pMn6-NSnB.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1655100158223);

    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100vh;
    min-width: 100vw;
    padding-top:50px;
}
.header {
    font-family: "Poppins", sans-serif;
    display: flex;
}

.header img {
    height: 4rem;
    margin-top: 1.5rem;
}

.nuroLogo{
    padding-left:1rem;
    padding-top:2rem;
    padding-bottom:1rem;
    width:100%;

    border-bottom: 1px solid black;
}



/* .formdiv {

    
} */
.nuroSection{
    border-radius: 1rem;

    background: white;
    border: 1px solid #00000036;
    margin-left: 8%;
    /* margin-right:35%; */
    width:70%;
    max-height:70%px;
    /* padding-left: 60px;
    padding-right: 60px; */
    /* margin-top: 5%; */
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
    
}

.innerForm{
    padding-left: 2rem;
}

.custombtn{

    margin-top:1rem;
    margin-bottom:1rem;
    border: 1px solid #C3D6E2;
    background: #F5F8FA 0% 0% no-repeat padding-box;
    background-color:#5749FF;
    color:white;
    border-radius: 8px;
    width: 165px;
    height: 40px;
    margin-top:20px;
    margin-left: 5%;

}

.rescrapBtn{

    margin-top:1rem;
    margin-bottom:1rem;
    border: 1px solid #C3D6E2;
    background: #F5F8FA 0% 0% no-repeat padding-box;
    background-color:#5749FF;
    color:white;
    border-radius: 8px;
    width: 165px;
    height: 40px;
    margin-top:20px;
    margin-left: 15%;
}

.whiteBtn{

    border: 2px solid #5749FF;
    
    background: #F2F5FE 0% 0% no-repeat padding-box;
    background-color:white;
    color:#F5F8FA;
    border-radius: 8px;
    width: 180px;
    height: 40px;
    color:#5749FF;

    /* float: right;
    margin-right:15px;
    margin-top:0px; */

}
.statusText{
color:green;
}
.statusRed{
color:red;
}
button{
cursor:pointer;
}

#loader {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    position: fixed;
    z-index: 9999;

    background-color:rgba(0, 0, 0, 0.5);
    /* filter: blur(100%); */
    /* -webkit-filter: blur(8px); */
}

.heading-area-main {
margin-top:10%;
height: 35%;
width:90%;
background-image: linear-gradient(to right, #9876E7 , #687DF6, #5F80F9);
border-radius: 10px 10px 0px 0px;
display: flex;
flex-direction: column;
justify-content: space-between;

}
.heading-area{
color: white;
height: 20%;
background-image: linear-gradient(to right, #9876E7 , #687DF6, #5F80F9);
border-top-left-radius:10px ;
border-top-right-radius: 10px;

display: flex;
flex-direction: row;
align-items: center;
padding: 24px;
padding-bottom:36px;
padding-left: 12px;
margin-top: 12px;
}



.heading-area-text{
margin-left: 10px;
text-align: left;
}

.alignRight{
margin-left: 40px;
}

.nuroh4{
font-size: 1.0rem;
}

.nuroh1{
font-size: 0.6rem;
}
.nuroh5{
font-size: 0.8rem;
}

.colorclass{
padding-top:8%;
}
.colorbtn{

background: #F5F6FB 0% 0% no-repeat padding-box;
width:100px;
height:40px;
border-radius:10%;
color:#2E4765;

}
.card{
background-color:#F2F5FE;
}
.hoverImg{
cursor:pointer;
}
