﻿
.toast-center-center {
    top: 120px;
    left: 50%;
    margin-left: -150px;
}

#toast-container > div {
    opacity: 0.9;
}

.toast {
    border-radius: 13px !important;
    box-shadow: 0px 2px 15px 2px #303030!important;
}
