* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: #eee;
    padding: 0 16px;

}

header {
    background-color: rgb(0, 230, 161);
    margin: auto -16px;
    padding: 16px 32px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

header h1 {
    color: #fff;
    margin: 0;
}

.header-nav-menu {
    display: flex;
    align-items: center;
}

.menu-icon {
    display: none;
    margin-right: 16px;
    fill: #fff;
}

.bell-icon {
    display: none;
}

/* Show icon for mobile viewers */
@media (max-width: 450px) {
    .menu-icon {
        display: block;
        font-size: 25px;
    }

    header h1 {
        color: #fff;
        margin: 0;
        font-size: 20px;
    }

    .bell-icon {
        display: block;
    }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.signupContainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: aqua; */
    /* padding: 0px; */
    height: 100vh;
    width: 100vw;

}

/* image Container Css */

.image {
    /* border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 2px grey;
    background-color: cadetblue; */
    height: 400px;
    width: 500px;
}

.icontainer {
    display: flex;
}

.roofleft {

    background-color:rgb(0, 230, 161);
    width: 50%;
    height: 6px;
    rotate: -37deg;
    margin-top: 80px;
    margin-left: 20px;
}

.roofright {
    background-color: rgb(0, 230, 161);
    width: 50%;
    height: 6px;
    rotate: z 37deg;
    margin-top: 80px;
    margin-left: -60px;


}

.itext {
    color:rgb(128, 0, 64);
   display: flex;
    margin: 55px;
    /* color: white; */
    justify-content: center;
    align-items: center;
    font-size: 37px;
    margin-left: 35px;
    margin-top: 39px;
   font-weight: bold;

}

.logo {
    display: flex;
    border-radius: 10px;
    /* background-color: grey; */
    justify-content: center;
    align-items: center;
    font-size: large;
    color: rgb(17, 1, 1);
    font-weight: bold;
    margin-bottom: 0px;
}
.iWord{
margin-right: 50px;
}

/* registration Css */
.registration {
    height: 400px;
    width: 500px;
    display: flex;
    align-content: flex-start;
    justify-content: center;

}



.inputs {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}


input {
    font-size: 20px;
    display: flex;
    width: 550px;
    height: 60px;
    border-radius: 8px;
    padding: 10px;
    border-color: aqua;
    margin-top: 10px;


}

.signtag {
    font-size: 30px;
    background-color: rgb(234, 234, 234);
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid grey;
    cursor: pointer;
    padding: 10px 30px;
    font-weight: 400;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
.signtag:hover{
    background-color: rgb(0, 230, 161);
    color: white;
    border: 2px solid salmon;
}


.login {
    margin-left: 5px;
    color:black;
    font-size: 20px;
    cursor: pointer;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.login:hover{
   color: rgb(0, 230, 161);
   text-decoration:underline ;
}
.footer_sign{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.chat-button {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 999;
}

.chat-button button {
    background-color: rgb(0, 230, 161);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
}


footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

footer p {
    color: #ccc;
}

/* Hide footer for mobile viewers*/
@media (max-width: 450px) {
    footer {
        display:flex;
    }
}

/*  sidebar css for previous */
/* .sidebar .nav{
    padding: 0px !important;
}
.sidebar ul li a:hover{
    background-color: blue;
} */

.sidebar{
    color: #fff;
}
    .logoo{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 10px;
    }
.logoo-icon{
     width: 40px;  
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.5rem ;
    border-radius: 50%;
    background: rgba(28, 17,41,0.8);
}
.menu-bar{
    height: 80vh;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    gap: 15px;
    position: relative;
}
.toggle-theme-btn{
position: absolute;
bottom: 30px;
left: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem
}
.toggle{
    color: white;
    
}
.side{
display: flex;
flex-direction: row;
margin-top: 20px;
}
#head{
padding-top: -10px;
padding-bottom: -10px;
background-color: aqua;
}
.spanclas{
    width: 5px;
    height: -100px;
}
.folleded{
    display: flex;
   align-items: center; 
   justify-content: center;
   background-color: green;
}
.unfolleded{
    display: flex;
   align-items: center; 
   justify-content: center;
   background-color: rgb(128, 0, 47);
}