*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{   
    width: 100%;
    overflow-x: hidden;
}

.btn-dashboard{
    width: 90%;
    margin: 10px;
    background-color: #1959f6 !important;
    color: #ffffff !important;     
}

th,td{
    text-wrap: nowrap;
}