File: /home/storage/5/78/dd/wicomm2/public_html_backup/clientes/dashboard/style.css
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.dashboard-container {
max-width: 1200px;
margin: 20px auto;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.filters {
display: flex;
gap: 10px;
margin-bottom: 20px;
}
.filters button,
.filters input,
.filters select {
padding: 10px;
font-size: 14px;
cursor: pointer;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
table,
th,
td {
border: 1px solid #ddd;
}
th,
td {
padding: 10px;
text-align: left;
}
#dashboard-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#dashboard-container > div {
width: 32%;
margin: 1.5% 0;
}
#loading {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
font-weight: bold;
color: #333;
}