.gh-notifications-container{position:fixed;display:flex;flex-direction:column;align-items:flex-end;z-index:100001}#gh-notifications-container--topright{top:1rem;right:1rem}@media screen and (max-width:440px){#gh-notifications-container--topright{top:10px;right:12px}}#gh-notifications-container--bottomright{bottom:1rem;right:1rem}#gh-notifications-container--bottomcenter{bottom:1rem;left:50%}.gh-notification{position:relative;max-width:340px;min-width:240px;min-height:4rem;font-size:.9rem;padding:0;display:flex;align-items:center;line-height:142%;background-color:#fff;color:#1a1a1a;margin-bottom:1rem;box-shadow:0 4px 24px -10px rgba(0,0,0,.7);opacity:0;border-radius:.25rem;transform:translate3d(340px,0,0);transition:all .2s cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.895,.03,.685,.22);overflow:hidden}@media screen and (max-width:440px){.gh-notification{max-width:100%;margin-left:1rem;min-height:3.5rem}}.gh-notification--show{opacity:1;transform:translateZ(0);transition-timing-function:cubic-bezier(.165,.84,.44,1)}.gh-notification.dragging{transition:none}.gh-notification--type-success{background-color:#2c8730;color:#fff}.gh-notification--type-error{background-color:#e60000;color:#fff}#gh-notifications-container--bottomcenter .gh-notification{transform:translate3d(-50%,300px,0)}#gh-notifications-container--bottomcenter .gh-notification--show{transform:translate3d(-50%,0,0)}.gh-notification__message{flex-grow:1;padding-top:1rem;padding-bottom:1rem}.gh-notification__icon{flex:0 0 auto;width:20px;height:100%;margin:.7rem;display:flex;align-items:center}.gh-notification__icon svg{width:20px;height:20px}.gh-notification--type-error .gh-notification__icon svg path:nth-child(2),.gh-notification--type-success .gh-notification__icon svg path:nth-child(2){fill:currentColor}.gh-notification__close{color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;line-height:100%;background-color:transparent;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5;padding:0;flex:0 0 auto;margin:0 .4rem}.gh-notification__close:hover{opacity:1}.gh-notification__close svg{width:14px;height:auto;stroke:currentColor}.gh-notification__close svg path{stroke:currentColor}.gh-notification__duration-indicator{position:absolute;bottom:0;left:0;right:0;height:3px;overflow:hidden;background-color:currentColor;opacity:.65;-webkit-animation:notification-duration-indicator-animation .1s linear 0s paused;animation:notification-duration-indicator-animation .1s linear 0s paused;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.gh-notification--show .gh-notification__duration-indicator{-webkit-animation-play-state:running;animation-play-state:running}.gh-notification--show:hover .gh-notification__duration-indicator{-webkit-animation-play-state:paused;animation-play-state:paused}.gh-notification--type-info .gh-notification__duration-indicator{opacity:.35}@-webkit-keyframes notification-duration-indicator-animation{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes notification-duration-indicator-animation{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}