.custom-snackbar{z-index:500;box-sizing:border-box;cursor:pointer;white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;padding:0 40px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.custom-snackbar svg{flex-shrink:0;width:17px;height:17px}.custom-snackbar svg circle,.custom-snackbar svg path{stroke:currentColor}.custom-snackbar--bottom{top:unset;position:fixed;bottom:100px}.custom-snackbar--info{color:#fff;background-color:#09f}.custom-snackbar--success{color:#000;background-color:#28e646;border-radius:10px;width:calc(100% - 30px);padding:0 15px}.custom-snackbar--error{color:#fff;background-color:#ff233e;border-radius:10px;width:calc(100% - 30px);padding:0 15px}.custom-snackbar__text{margin-left:10px;font-size:14px}
