/** NOTIFY */
#notify{border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;color: white;cursor: default;font-size: 14px;line-height: 14px;padding: 8px 16px;top: -160px;z-index: 99999;position: fixed; /*left: 50%;*/ /*transform: translateX(-50%);*/left: 10px;min-width: 300px;max-width: 80vw;width: fit-content;max-height: fit-content;}
#notify .msg{border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;position: relative;z-index: 10;}
#notify .bg{border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;height: 100%;left: 0;opacity: 0.9; -moz-opacity: 0.9;position: absolute;top: 0;width: 100%;z-index: 0;}
#notify.success .bg{background-color: #2ac14e;box-shadow: rgba(42, 193, 78, 0.7) 0 0 30px 0;}
#notify.fail .bg{background-color: red;box-shadow: rgba(128, 0, 12, 0.7) 0 0 30px 0;}

.clear{clear: both;}
