*{
    transition: all .2s;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    color: rgb(68, 68, 68);
}
header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}
.left-h{
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-right: 2px solid #785283;
    box-shadow: rgba(120, 82, 131, 0.2) 5px 5px 0px 0px;
}
.left-h .categoria{
    margin: 20px 0 5px;
    text-align: left;
    display: flex;
    color: rgb(68, 68, 68);
    font-size: 14px;
}
.left-h .logo-cont{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}
.left-h .logo-cont img{
    width: 35px;
}
.left-h .link-cont{
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    color: rgb(68, 68, 68);
    text-decoration: none;
    padding: 20px 5px !important;
    border-radius: 6px;
    border: 2px solid #78528300;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}
.email-head{
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    color: rgb(68, 68, 68);
    text-decoration: none;
    padding: 20px 5px !important;
    border-radius: 6px;
    border: 2px solid #78528300;
    margin-bottom: 0px;
    font-size: 16px;
    background-color: #e3e4efa6;
    font-weight: 500;
}
.left-h .link-cont.active{
    background-color: #E3E4EF;
    border: 2px solid #785283;
}
.left-h .link-cont:hover{
    background-color: #E3E4EF;
}
.left-h .link-cont img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.header-cont{
    background-color: #5556FA;
    height: 55px;
    padding: 0 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 16px;
}
.header-cont div{
    font-size: 16px;
    color: #fff;
}
.header-cont a{
    text-decoration: underline;
    color: #fff;
}
.header-cont h1{
    font-size: 18px;
    font-weight: 500;
}
.sub-header{
    width: 100%;
    background-color: #E2E3EE;
    height: 45px;
}