body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* Input de arquivo (file input) */
.fileInput {
    display: none;
}

label[for="fileInput"] {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

/* Botões */
.btn {
    background-color: #17A2B8;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}

/* Selects */
.dropDown {
    background-color: #17A2B8;
    color: #fff;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 10px;
}

/* Inputs de cores */
.colorPicker {
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}

/* Chart.js */
.chart {
    min-height: 87vh;
    max-height: 87vh;
    display: none;
}