.tooltipster-sidetip.tooltipster-error .tooltipster-box {
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #f59100;
    background: #C60000;
    box-shadow: 0 0 25px 7px rgba(198,0,0,.2)
}

.tooltipster-sidetip.tooltipster-error.tooltipster-top .tooltipster-box {
    margin-bottom: 7px
}

.tooltipster-sidetip.tooltipster-error .tooltipster-content {
    color: white;
    padding: 8px 16px
}

.tooltipster-sidetip.tooltipster-error .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-error.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #f59100
}

.tooltipster-sidetip.tooltipster-error.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #f59100
}

.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #f59100
}

.tooltipster-sidetip.tooltipster-error.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #f59100
}
