@charset "UTF-8";.toast{display:flex;flex-direction:row;align-items:center;position:fixed;top:28px;left:50%;transform:translate(-50%);height:44px;padding:0;border-radius:8px;box-shadow:0 0 .9px #0000001a,0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;z-index:11002;animation:toastSlideIn .3s ease-out forwards}.toast--neutral{background:#373d43;min-width:320px}.toast--neutral.toast--compact{min-width:150px}.toast--error{background:#d50b0b;min-width:320px}.toast--error.toast--compact{min-width:150px}.toast__icon-wrapper{display:flex;align-items:center;padding:12px 0 12px 12px;width:32px;height:44px;flex:none}.toast__icon svg{fill:#fff}.toast__content{display:flex;align-items:center;height:44px;flex-grow:1}.toast--default .toast__content{padding:12px}.toast--compact .toast__content{padding:12px 20px 12px 12px}.toast__text{margin:0;font-weight:500;font-size:14px;line-height:20px;color:#fff}.toast__action-wrapper{display:flex;align-items:center;padding:12px 12px 12px 0;height:44px;flex:none}.toast__action{background:none;border:none;padding:0;font-weight:500;font-size:14px;line-height:20px;color:#fff;text-decoration:underline;cursor:pointer;text-align:right;transition:opacity .2s ease}.toast__action:hover{opacity:.8}.toast__close-wrapper{display:flex;align-items:center;justify-content:center;padding:12px 12px 12px 0;width:32px;height:44px;flex:none}.toast__close{background:none;border:none;padding:0;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.toast__close svg{fill:#fff}.toast__close:hover{opacity:.8}@keyframes toastSlideIn{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}
