
.toast {
    position: fixed;
    min-width: 300px;
    top: 20px;
    right: 0;
    margin-right: 4px;
    z-index: 1100;
}

.toast .toast-header small {
    flex: 1;
    font-weight: 600;
    font-size: 1rem;
    margin-left: 30px;
}

.toast .toast-body span {
    font-size: 14px;
    font-weight: 600;
}

.btn-outback {
    background-color: transparent;
    color: #007bff;
}

.toast {
    text-align: center;
}

.toast.loading {
    background-color: rgba(0, 100, 255, 0.2);
}

.toast.success {
    background-color: rgba(0, 255, 50, 0.2);
}

.toast.fail {
    background-color: rgba(255, 0, 0, 0.4);
}