*{
    margin: 0;   
    padding: 0;
    box-sizing: border-box;
}
:root{
    --secondary:whitesmoke;
    
};
html{
    font-size: 62.5%;
    /* 1rem=10px */
}
.mai_con{
    display: block;
}
#loader{
    position: fixed;
    width: 100vw;
    height:100vh;
    background: #fff url(gmail.gif) no-repeat center;
    z-index: 999;
}
.nav_main{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem solid var(--secondary);
    padding: 0rem 0.5rem 0rem 0.5rem;
}
.nav_middle{
    flex:0.7;
}
.nav_left img{
    height:3.5rem;
    object-fit: contain;
}
.nav_left , .nav_middle{
    display: flex;
    align-items: center;
}
.material-icons{
    color: gray;
}
.nav_middle input{
    border: none;
    background-color: var(--secondary);
    width: 100%;
    font-size: medium;
    outline: none;
}
.nav_middle{
    background-color: var(--secondary);
    border-radius: 0.5rem;
    height: 2.8rem;
}
.nav_middle span{
    padding: 0rem 0.3rem 0rem 0.3rem;
}
.nav_right{
    padding: 0.3rem 0.8rem 0rem 0rem;
}
.nav_right span{
    padding:0rem 0.3rem 0rem 0.3rem;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: grey;
}
.sidebar{
    /* flex:0.19; */
    width: 20vw;
    padding-right: 0.5rem;
    margin-left: 0.2rem ;
}
.sidebar__compose{
    border-radius: 1.2rem;
    margin: 0.8rem 0rem 0.8rem 0.5rem ;
    text-transform: capitalize;
    font-weight: 700;
    color: grey;
    background: #fff;
    padding: 0.4rem 1rem 0.4rem 1rem ;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
}
.sidebar__compose:hover{
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.95);
}
.sidebar__compose span{
    margin-right: 0.2rem;
}
.sidebarOption{
    display: flex;
    margin:0.2rem 0rem 0.2rem 0.5rem;
    align-items: center;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    cursor: pointer;
    color: #818181;
}
.sidebarOption .material-icons{
    padding: 0.2rem;
}
.sidebarOption h3{
    margin-left: 0.5rem;
    font-size:0.8rem ;
    font-weight: 400;
}
.sidebarOption:hover,
.sidebarOption:hover h3,
.sidebarOption:hover .material-icons,.inbox1{
    background-color: #fcecec;
    color: #c04b37;
    font-weight: 800;
}
.sidebar_footer{
    display: flex;
    justify-content: center;
}
.sidebar_footer span{
    cursor: pointer;
    margin: 0.2rem;
}
.main_body{
    display: flex;
    height: 100vh;
    width: 100vw;
}
body{
    height: 100vh;
    overflow-y: hidden;
}
.nav_sec{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0rem 0.8rem 0rem 0.2rem;
    position: sticky; 
    align-items: center;
    border-bottom: 1px solid var(--secondary);
    
}
.nav_sec .nav_s_left input{
    cursor: pointer;
    
}
.nav_s_left span{
    padding: 0.15rem;
}
.left_main{
    overflow: scroll;
    flex: 1;
    width: 100em;
    margin:0.5rem;
}
.mail_sections{
    position: sticky;
    display: flex;
    /* height: 3rem; */
    align-items: center;
}
.section{
    display: flex;
    /* margin: 0rem 1rem 1rem 0rem; */
    padding: 1rem 0.3rem 1rem 0.3rem;
    font-size:0.8rem ;
    font-weight: 400;
    width:12rem;
    border-bottom: 1px solid var(--secondary);    
}

.section h4{
    padding: 0rem 1.5rem 0rem 1.5rem;
}
.section:hover ,.inbox{
    background: #f5f5f5;
    border-bottom:2px solid #c04b37;
}
.emailRow__options {
    display: flex;
    align-items: center;
    position: sticky;
  }

  
.emailRow__options .material-icons,.emailRow__options input {
    margin: 0.3rem;  
}
.emailRow {
    display: flex;
    align-items: center;
    height: 2rem;
    padding: 0.4rem;
    border-bottom: 1px solid whitesmoke;
    cursor: pointer;
    /* z-index: 999; */
    
}
.emailRow:hover {
    border-top: 1px solid whitesmoke;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.24);
}

.emailRow__message {
    display: flex;
    flex: 0.8;
    align-items: center;
    font-size: 0.5rem;

}
.emailRow__message h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
  
.emailRow__title {
    font-size: 1rem;
    flex: 0.3;
} 
.emailRow__time {
    padding-right: 15px;
    font-size: 0.6rem;
    font-weight: bold;
}
 
.emailRow__description {
    font-weight: 400;
    color: gray;
} 

input::placeholder{
    font-size: 1rem;
}
#res_menu{
    display: none;
}
.scr_alrt{
    display: none;
}
@media (max-width:900px) {
    html{
        font-size: 55%;
    }
    input::placeholder{
        font-size: 1.5rem;
    }
    .sidebar__compose{
        padding-right: 0.5rem;
    }
}
@media (max-width:657px){
    #con1_all{
        visibility: hidden;
        display: none;
        z-index: -5;
        position: relative;
    }
    .scr_alrt{
        height: 100vh;
        width: 100vw;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        position: absolute;

    }
    .cen{
        height: 40%;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }
    #text{
        text-transform: capitalize;
        font-family: 'Times New Roman', Times, serif;
        font-size: larger;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .scr_alrt .download{
        /* margin:0px 90px; */
        padding: 0px 90px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .scr_alrt #gmail_i{
        /* margin: 0px 0px 0px 35px; */
        padding: 0px 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 60px; 
        width: 120px; */
    }

    

}
