.dynamic-action-form {
    display: inline-block;
}
.dynamic-toast {
    position: fixed;
    top: 5%;
    right: 5%;
    background-color: #ff4800;
    color:#fff;
    border-style: solid;
    border-width: 2px;
    border-color: #A80000;
    border-radius: 5px;
    font-weight: bold;
    display: none;
    padding: 20px;
    min-width: 400px;
    min-height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.dynamic-toast-display-show {
    display: flex !important;
}