.smk-error-text{
    background-color: transparent;
    position: absolute;
    font-size: 12px;
    bottom: -10px;
    background-color: red;
    color: white !important;
    padding: 1px 8px;
    z-index: 99999;
    border: 1px red solid;
    right: -10px;
    border-radius: 5px;
}

