div[data-error]{
    color: #ab1d1d;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}
.tippy-tooltip.clase-europea-theme {
    background-color: #5163a1;
    color: #fff;
    border: 2px solid;
    border-radius: 18px;
}
.tippy-tooltip.clase-europea-theme input {
   border-radius: 8px !important;
}
.tippy-tooltip.clase-europea-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip.clase-europea-theme .tippy-backdrop {
  background-color: tomato;
}
.date-picker-wrapper{
	z-index: 9999;
}