﻿.dxbl-toast-portal {
    position: fixed !important;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
}

span.required {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom: 1px;
    background-color: red;
    border-radius: 50%;
}
