.tablecontent{
    overflow-x: scroll;
}

th{
    white-space:nowrap;
}

.shodow{
    box-shadow: 0px 0px 0px 5px black;
}

li{
    margin-top: 5px;
}

.popup, .emppopup, .regpopup{
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    display: none;
    justify-content:center;
    align-items:center;
}

.popup-content{
    margin-top: 40%;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position:relative;
    text-align: center;
}

.boxlogin{
    top:90%;
    display: flex;
    justify-content:center;
    align-items:center;
}

