.toast {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    opacity: 1 !important;
    padding: 15px 15px 15px 50px;    
}

.toast-close-button {
    color: #999 !important;
    opacity: 1;
}

@media (min-width: 991px) {
    #toast-container .toast {
        width: 600px !important;
    }
}

@media (max-width: 768px) {
    #toast-container > .toast {
        width: 300px !important;
    }
}

@media (max-width: 480px) {
    #toast-container {
        left: 10px;
        right: 10px;
        width: auto;
    }

    #toast-container > .toast {
        width: 100% !important;
        margin-bottom: 10px;
    }
}
