/* header */
.profile:hover .hover-profile{
    display: flex;
}
.hover-profile{
    box-shadow: 0 5px 5px 1px #00000021;
}

/* menu */
.inner-content .report>div{
    box-shadow: 0 5px 5px 1px #00000021;
}
.inner-content .chart>div{
    box-shadow: 0 5px 5px 1px #00000021;
}
.inner-content .register-title{
    border-top: 1px solid rgba(172, 172, 172, 0.521);
    border-left: 1px solid rgba(172, 172, 172, 0.521);
    border-right: 1px solid rgba(172, 172, 172, 0.521);
}


/* inputs */
input{
    width: 80%;
}

table thead tr{
    border: 1px solid rgba(172, 172, 172, 0.521);
    border-radius: 8px 8px 0 0 ;

}

table th{
    padding: 20px 0;
}
table td{
    border: 1px solid rgba(172, 172, 172, 0.521);
    padding: 10px 0;

}
table tbody tr:nth-child(2n+1){
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3,var(--b2))/var(--tw-bg-opacity));
}







