* {
    padding: 0;
    margin: 0;
}

body {
    height: 100vh;
    width: 100vw;
    justify-items: center;
    align-content: center;
    background-color: white;
    background-size: cover;
    font-family: "Sansation", sans-serif;
}

.cms {
    height: 90vh;
    width: 90vw;
    display: flex;
}

.sidemenu {
    width: 20%;
    border-radius: 20px;
    background-color: #dce0d9;
    color: #1a1f16;
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.sidemenu a {
    color: #1a1f16;
    font-size: 20px;
    text-decoration: none;
}

.links,
.logout {
    width: 100%;
    align-content: center;
    height: 70vh;
    margin-left: -20px;
}
.links i,
.logout i {
    font-size: 25px;
    margin-right: 10px;
    text-align: left;
    margin-left: 20px;
}
.links p,
.logout p {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    height: 15px;
    margin: 5px 0;
}
.links p span,
.logout p span {
    background: transparent;
    width: 10px;
    height: 40px;
    border-radius: 0 80% 80% 0;
}
.links a,
.logout a {
    transition: linear;
}
.links a:hover .material-symbols-outlined,
.logout a:hover .material-symbols-outlined {
    font-variation-settings: "FILL" 1;
}
.links a:hover span,
.logout a:hover span {
    background-color: #1a1f16;
}
.links p:hover,
.logout p:hover {
    font-weight: 700;
}

.logout {
    height: 15px;
    margin-bottom: 30px;
}

.mainpage {
    width: 80%;
    height: 85vh;
    background-color: #dce0d9;
    border-radius: 20px;
    padding: 20px 30px;
    margin-left: 20px;
    overflow-y: auto;
}

.boxes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.total-income,
.expenses,
.current-orders,
.total-orders {
    text-align: center;
    width: 20%;
    padding: 20px 0;
    border-radius: 20px;
    border: solid black 2px;
}
.total-income i,
.expenses i,
.current-orders i,
.total-orders i {
    font-size: 30px;
}
.total-income h2,
.expenses h2,
.current-orders h2,
.total-orders h2 {
    margin-top: 10px;
} /*# sourceMappingURL=styles.css.map */
