.ctl-theme-bootstrap-toasts-wrapper{
    position: fixed; 
    top: 0px; 
    right: 0px;
    max-width: 300px;
    z-index: 1035;
}

.ctl-theme-bootstrap-toasts-content .toast{
    margin: 20px;
}

.ctl-theme-bootstrap-toasts-content .toast-body .alert{
    padding: 5px 10px;
    margin: 0px;
}
