* {cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur438.cur), auto !important;}

body{
    font-family: "K2D", sans-serif;
    background-color: #edf2f9;
    overflow: overlay;
}
.navbar{
    background-repeat: no-repeat;
    background-color:#edf2f9;
    color:black;
}
.tablehead{
    font-weight: bold;
}
.tover {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
p{
    /* font-family: 'kanit', sans-serif; */
}
.logo{
    content: url("../images/logo/logo.png");
    width: 50px;
    height: 50px;
    margin-left: 22px;
    filter: drop-shadow(0px 0px 2px rgb(255, 255, 255));
}
.nav-link{
    color :white;
    transition: 0.5s;
    border-radius: 0.175rem;
}
.nav-link:hover{
    color : #0455ae;
    background-color: white;
    transition: 0.5s;
}
