html{
    min-height: 100vh;
    background: #fff3cd;
    background: -moz-linear-gradient(-60deg, #fff3cd 20%, #f7f7f7  20%);
    background: -webkit-linear-gradient(-60deg, #fff3cd 20%,#f7f7f7  20%);
    background: linear-gradient(150deg, #fff3cd 30%,#f7f7f7  30%);
    background-repeat: no-repeat;
}
body{
   
    background: transparent;
}
input[type="file"]::-webkit-file-upload-button{
    background-color: #cfe2ff;
    color: #084298;
}
input[type="file"]::-webkit-file-upload-button:hover{
    background-color: #cfe2ff;
    color: #212529;
}

.pointer th:hover {
    cursor: pointer;
    opacity: 0.7;    
    color: #084298;
}

#search{
    position:relative;
    top: 45px;
}



/*.navbar{
    position: fixed;
    width:100%;
    top:0;
    -webkit-transition: top 500ms; 
    transition: top 500ms;
}*/