﻿.toast-success {
    background-color: #59842b;
}
    .toast-success:hover {
        /*background-color: black;*/
        box-shadow: none !important;
    }


#toast-container > div {
    opacity: 1 !important;
    box-shadow: none !important;
}
.toast-title{
    font-size : 17px !important;
}
.toast-message {
    font-size: 15px !important;
}
.toast-bottom-center > div {
    background-color: black;
    width:660px !important;
    max-width: 660px !important;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
}




