.dfs-toast-container { display: block; position: fixed; width: 250px; pointer-events: none !important; margin: 0; padding: 0; letter-spacing: normal; z-index: 9000 !important; }
.dfs-toast-container * { margin: 0; padding: 0; }
.dfs-toast-container.bottom-left { bottom: 20px; left: 20px; }
.dfs-toast-container.bottom-right { bottom: 20px; right: 20px; }
.dfs-toast-container.top-left { top: 20px; left: 20px; }
.dfs-toast-container.top-right { top: 20px; right: 20px; }
.dfs-toast-single { display: block; padding: 10px; margin: 0px 0px 10px; border-radius: 10px; font-size: 12px; line-height: 17px; position: relative;  pointer-events: all !important; background-color: #ffffff; color: rgba(0,0,0,0.5); box-shadow: 2px 2px 15px -3px rgba(0,0,0,0.3); }
.dfs-toast-single h2 {font-size: 14px; margin: 0px 0px 7px; background: none; color: inherit; line-height: inherit; letter-spacing: normal; }
.dfs-toast-single a { color: #eee; text-decoration: none; font-weight: bold; border-bottom: 1px solid white; padding-bottom: 3px; font-size: 12px; }
.dfs-toast-single ul { margin: 0px 0px 0px 15px; background: none; padding:0px; }
.dfs-toast-single ul li { list-style-type: disc !important; line-height: 17px; background: none; margin: 0; padding: 0; letter-spacing: normal; }
.close-dfs-toast-single { position: absolute; top: 5px; right: 5px; font-size: 16px; cursor: pointer; }
.dfs-toast-loader { display: block; position: absolute; top: -2px; height: 5px; width: 0%; left: 0; border-radius: 5px; background: red; }
.dfs-toast-loaded { width: 100%; }
.dfs-info {background-color: #00c7ff; color: #d9edf7; border-color: #bce8f1; }
.dfs-warning {background-color: #ff8f00; color: #fcf8e3; border-color: #faebcc; }
.dfs-error {background-color: #d6243d; color: #f2dede; border-color: #ebccd1; }
.dfs-success {color: #dff0d8; background-color: rgba(255,0,127,1); border-color: rgba(255,0,127,0.3); }
.dfs-toast-container .c35-flex .material-icons-outlined{ padding: 0px 10px 0 0;}