.toasts-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1040;
}

.toasts-top-right.fixed {
    position: fixed;
}

.toasts-top-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1040;
}

.toasts-top-left.fixed {
    position: fixed;
}

.toasts-bottom-right {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1040;
}

.toasts-bottom-right.fixed {
    position: fixed;
}

.toasts-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1040;
}

.toasts-bottom-left.fixed {
    position: fixed;
}