label.error {
    font-size: 12px;
    font-weight: 600;
    color: #e81a46;
    position: absolute;
    top: -24px;
    padding: 0px 3px;
    background: #d95c5c;
    border-radius: 6px;
    color: #fff !important;
    width: auto;
    text-align: center;
    right: 0;
    z-index: 11;
    text-transform: none;
    padding-left: 11px;
    padding-right: 11px;
}

.SnackbarNew {
    visibility: hidden;
    min-width: fit-content;
    background-color: #000;
    box-shadow: 0px 0px 3px #000;;
    text-align: left;
    border-radius: 8px;
    padding: 5px 10px 5px 0px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    display: flex
;
    align-items: center;
    opacity: 0;
    transform: translate(-50%, 30px) scale(0.9);
    transition: opacity 0.5s, transform 0.5s;}