.text-xs-center {
    text-align: center;
}
body {
    background-color: #ECECEC;
    font-family: 'Ancizar Sans', Tahoma, Geneva, sans-serif !important;
}
button {
    font-family: 'Ancizar Sans', Tahoma, Geneva, sans-serif !important;
}
/* Aplicar fuente Ancizar Sans a todos los elementos de texto, excluyendo iconos */
*:not(.material-symbols-outlined):not(.fa):not([class*="icon"]):not([class*="Icon"]) {
    font-family: 'Ancizar Sans', Tahoma, Geneva, sans-serif !important;
}
a {
    color: #677D29 !important;
}
.alert {
    font-size: 12px !important;
}
select {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.material-symbols-outlined {
    font-size: 13px !important;
}
/* Ajustes para formularios y campos de archivos */
.form-control,
.file-caption,
.kv-fileinput-caption {
    margin-left: 0;
    margin-right: auto;
    box-sizing: border-box;
}

.file-caption {
    display: flex;
    align-items: center;
    height: 49px !important;
}

.file-caption-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
label {
    font-weight: normal !important;

}
em {
    font-size: 12px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
p,
label,
strong,
span,
div,
form,
input,
textarea,
select,
button,
a,
li,
ul,
ol,
table,
td,
th,
tr {
  font-family: 'Ancizar Sans', Tahoma, Geneva, sans-serif !important;
}
