﻿.toast {
    width: 500px !important;
}

.toast-footer {
    padding: 20px 15px;
}

.toast-header {
    background-color: rgb(32 158 46) !important;
}


.toast-body:first-child {
    margin-top: 10px;
}

.toast {
    background-color: rgb(255 255 255) !important;
}

#liveToast {
    position: absolute;
}
