/* header */
.profile:hover .hover-profile{
    display: flex;
}
.hover-profile{
    box-shadow: 0 5px 5px 1px #00000021;
}
/* menu */
.inner-content{
    border: 1px solid rgba(172, 172, 172, 0.521);

}
.inner-content .report>div{
    box-shadow: 0 5px 5px 1px #00000021;
}
.inner-content .chart>div{
    box-shadow: 0 5px 5px 1px #00000021;
}
.register-title{
    border-bottom: 1px solid rgba(172, 172, 172, 0.521);
    
}


/* inputs */
input:not(.pelak input,input.kind-of,input.other),
select:not(.pelak select){
    width: 70%;
}
input.other{
    width: 80%;
    margin-left: 3px;
}






