.toast-success {
    background-color: #51A351;
}
.toast-error {
    background-color: #BD362F;
}
#toast-container > div:hover {
    box-shadow: 0 0 3px #000000;
}
#toast-container > div {
    width: auto;
    max-width: unset;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast {
    font-size: unset;
    background-clip: unset;
    border: unset;
}
#toast-container .toast-title {
    margin-bottom: unset;
    font-weight: bold;
}
#toast-container .toast-message {
    font-size: 14px;
    font-weight: bold;
}
input[type='file'] {
    cursor: pointer;
}