body{
    margin: 0;
    padding: 0;
    height: 0;
}
header{
    position: relative;
    
    width: 100%;
    height: auto;
    /* height: 50px; */

    /* background-color: red; */
    /* padding-bottom: 20px; */
    /* padding-top: 20px; */
    display: flex;
    align-items: center;
    text-decoration:none;
    justify-content: center;
    background-color:var(--background);
    /* margin-bottom: 8px; */
    border-bottom: 1px solid var(--borderColor);
    
    top: 0px;
}


.headerIcon{
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    text-decoration:none;
    justify-content: center;
    padding: 4px;
    z-index: 2;
    cursor: pointer;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    padding: 18px;
}


.leftHeaderIcon{
    left:16px;
}

.rightHeaderIcon{
    right: 20px;
}

.secondRightHeaderIcon{
    right:70px;
}

.thirdRightHeaderIcon{
    right:120px;
}




.logo{
    position: relative;
    width:60px;
    height:50px;
    display: flex;
    align-items: center;
    text-decoration:none;
    justify-content: center;
    z-index: 2;
    cursor: pointer;

}



.numberOfNotificationHeader{
    position: absolute;
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    /* padding: 20px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    background-color: rgb(255, 75, 75);
    margin: 8px;
    color: rgb(255, 255, 255);
    z-index: 1;
    font-size: 10px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
     
  }