/*

main colors : 

black : #1B1B2F
pink : #E43F5A 
blue : #1F4068
dark navy : #162447

*/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: sans-serif, Arial, Helvetica;
    background-color: #fff;
    overflow: hidden;
}

a {
    color: #303030;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
    color: #303030;
}

ul {
    padding: 0px !important;
    margin: 0px;
    list-style-type: none;
}

.dashboard {
    padding: 6%;
text-align: center;
background-color: #f4f4f4;
}
.title {
    font-size: 30px;
font-weight: 800;
color: #454545;
}
.dashboard .row .col-12 {
    display:grid;justify-content: center;
    
}
html , body {
    background-color: #f4f4f4;
}
input {
    width: 340px !important;
}
.btnadd {
    width: 300px;
justify-self: center;
}


@media (max-width:900px){
    .table {
    overflow: auto;
width: 100vw;
display: block;
}
}