body{
    position: relative;
    margin-left: 4px;
    width: 100%;
    margin-top: 0;
}

.body{
    width: 85.1%;
}
.container{
    padding: 3px;
    display: flex;
    gap: 5px;
    position: relative;
}

header{
    display: flex;
    justify-content: space-between;
    background-color: rgb(155, 173, 238);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: sticky;
    z-index: 2;
    margin-top: 0;
    top: 0;
}

.flex{
    display: flex;
    justify-content: space-between;
    width: 97%;
}

.icon{
    font-size: 2.5rem;
    cursor: pointer;
    display: flex;
    width: 10%;
    justify-content: space-between;
    align-items: center;
} 
.fa{
    text-decoration: none;
}

.side-nav{
    text-decoration: none;
}



.sidebar{
    width: 14.9%;
    border-right-style: solid;
    position: static;
    text-align: center;
}

.btn{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

button{
    border-radius:1rem ;
    padding: 1rem;
    background-color: skyblue;
}

.icon{
    font-size: 3rem;
    cursor: pointer;
}



.carbon{
    border: 0;
    width: 50rem;
    margin: 3rem;
}

.modal{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.realModal{
    z-index: 2;
    width: 100%;
    height: 100vh;
    opacity: 90%;
    top: 0;
    left: 0;
    background-color: gainsboro;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    padding: .3rem;
    display: none;
}

.content{
    margin-left: 25%;
    margin-top: 10%;
    width: 50%;
    border: 2px solid black;
    padding: 3px;
    background-color: white;
}
.cancel{
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 820px) {

    html{
        font-size: 10px;
        width: 98%;
    }

    header{
        text-align: left;
    }
}
