/*
 Theme Name:   Cuddlefab Child
 Theme URI:    http://example.com/blankslate-child/
 Description:  BlankSlate Child Theme
 Author:       Himanshu Atre
 Author URI:   http://example.com
 Template:     blankslate
 Version:      1.0.0
*/

@import url("../blankslate/style.css");

/* Add your custom CSS below this line */


.toast {
    min-width: 200px;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.toast-success {
    background-color: #28a745;
}
.toast-error {
    background-color: #dc3545;
}