.toast {
    font-size: 17px;
    color: white !important;
    opacity: 1 !important;
}

.toast-progress {
    height: 8px !important;
    color: black !important;
}

.toast-container {
    color: black !important;
    margin-bottom: 50px;
    margin-right: 50px;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    background-color: grey !important;
}

.toast-container i {
    color: black !important;
    background:red !important;
}

.toast-center {
    top: 50% !important;
    left: calc(50vw - 100px) !important;
    width:200px !important;
}


.toast-success.toast-message{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 20% !important;
}