/* put your own styles to customize and override the theme */
.toast-top-right{
    position:absolute;
}
.toast-close-button {
    display: flex;
    align-items: flex-end;
    background: none !important;
    border: none;
    cursor: default;
    align-content:center;
    font-size:12px
}
.toast-message {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}