@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.nav__menu{
    margin-left: 10px;
    padding: 0;
    width: 12%;
    background-color: #ebebeb;
    height: 100vh;
    border-right: 1px solid rgb(16, 33, 227);
    
}

.nav__menu ul{
    list-style: none;
    margin-left: 0px;
    padding: 0;
}

.nav__menu ul li{
    font-family: 'Roboto';
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.5px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.nav__menu ul li:hover{
    color: rgb(16, 33, 227);
    background-color: #fafafa;
    cursor: pointer;
}

.inicio{
    display: flex;
    width: 100%;
    background-color: #cccccc;
    height: 100vh;
}

.edita{
    display: flex;
    width: 100%;
    background-color: #665c5c;
    height: 100vh;
}

.tipoEdicao{
    list-style: none;
    display: block;
    width: 200px;
    background-color: #fafafa;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    align-items: center;
    z-index: 100;
}

.tipoEdicao li{
    font-family: 'Roboto';
    padding: 0.8rem;
    font-size: 16px;
    font-weight: 300;
}

.tipoEdicao li:hover{
    color: rgb(16, 33, 227);
    cursor: pointer;
}
