/*
Setup a shiny css rules to all elements
*/

.text-body-secondary {
    color: #9e9e9e;
    font-weight: bold;
    font-size: 1em;
}

.warning-text {
    color: #ff9800;
    padding-bottom: 1em;
}

.caret {
  display: none;
}

/*
.shiny-input-container:not(.shiny-input-container-inline) {
        width: 33% !important;
        max-width: 100%;
}
*/

.color-gradiente {
  background: linear-gradient(135deg, #232b47, #0a0a12, #8c52ff, #232b47);
}
