@keyframes floater-slide-in{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes floater-slide-out{to{opacity:0;transform:translateY(-10%)}0%{opacity:1;transform:translateY(0)}}@keyframes floater-in-animation{0%{opacity:0}to{opacity:1}}@keyframes floater-out-animation{to{opacity:0}0%{opacity:1}}body.trelloCardBack-dark .hippo-notification{--hippo-notification--border-color: #37373a;--hippo-notification--bg-color: #1f1f21;--hippo-notification--text-color: var(--title-color, #fff);--hippo-notification--title-color: var(--title-color, #fff)}.hippo-notification{--hippo-notification--border-color: #e8eaf3;--hippo-notification--bg-color: #f9fafc;--hippo-notification--text-color: #707589;--hippo-notification--title-color: #363d63;--hippo-notification--sec-title-color: #363d63;--hippo-notification--action-color: #9da0af;--hippo-notify-counter: #00588f;--hippo-notification--icon-color: #00588f;--hippo-notification--success-color: #1e6e45;--hippo-notification--error-color: #a52b27;--hippo-notification--warning-color: #f57705;--hippo-notification--info-color: #00588f;box-shadow:0 8px 12px #0000001a;border:1px solid var(--hippo-notification--border-color);background:var(--hippo-notification--bg-color);width:100%;border-radius:8px;display:flex;align-items:stretch;overflow:hidden;cursor:pointer;pointer-events:auto}.hippo-notification--wrapper{display:flex;align-items:center;justify-content:center;max-width:314px;width:314px;pointer-events:none}.hippo-notification--wrapper-fluid{width:100vw;max-width:unset}.hippo-notification--wrapper-fluid .hippo-notification{white-space:nowrap;flex-shrink:0}.hippo-notification[class*=-center]{width:auto}.hippo-notification:not(:last-child){margin-bottom:16px}.hippo-notification__type{width:48px;padding:16px;background:var(--hippo-notification--bg-color);flex-shrink:0;position:relative;display:flex;justify-content:center}.hippo-notification__type--duration{height:100%;width:100%;position:absolute;left:0;top:0;background:var(--hippo-notify-counter);animation-name:timeOutAnimation;animation-fill-mode:forwards;animation-timing-function:linear;animation-iteration-count:1;animation-play-state:paused;transform-origin:bottom}.hippo-notification__type--duration.play{animation-play-state:running}.hippo-notification__type .hippo-fa-icon{border-radius:50%;font-size:19px;position:relative;color:var(--hippo-notification--icon-color)}.hippo-notification__content{width:100%;display:flex;flex-direction:column;gap:12px;padding:15px 0 12px;font-size:13px;line-height:normal;word-break:break-word;color:var(--hippo-notification--text-color)}.hippo-notification__content>span{display:block}.hippo-notification__content__header{display:flex;justify-content:space-between}.hippo-notification__content__header--title{font-size:14px;line-height:17px;font-weight:600}.hippo-notification__content--desc{color:var(--hippo-notification--text-color);display:flex;flex-direction:column;gap:8px}.hippo-notification__content--desc a{font-weight:500;color:var(--hippo-notification--sec-title-color);text-decoration-line:underline;font-size:13px;line-height:17px}.hippo-notification__content--desc>p{margin:0;padding:0}.hippo-notification__content--actions{display:flex;gap:8px}.hippo-notification__content--actions button:hover,.hippo-notification__content--actions a:hover{background-color:transparent}.hippo-notification__action{font-size:14px;line-height:17px;font-weight:600;color:var(--hippo-notification--action-color);padding:16px 16px 12px 8px}.hippo-notification__action:hover{color:var(--hippo-notification--title-color)}.hippo-notification.success{--hippo-notification--icon-color: var(--hippo-notification--success-color);--hippo-notify-counter: var(--hippo-notification--success-color)}.hippo-notification.error{--hippo-notification--icon-color: var(--hippo-notification--error-color);--hippo-notify-counter: var(--hippo-notification--error-color)}.hippo-notification.warning{--hippo-notification--icon-color: var(--hippo-notification--warning-color);--hippo-notify-counter: var(--hippo-notification--warning-color)}.hippo-notification.info{--hippo-notification--icon-color: var(--hippo-notification--info-color);--hippo-notify-counter: var(--hippo-notification--info-color)}.hippo-notification.entering,.hippo-notification.exiting{opacity:0}.hippo-notification.entered,.hippo-notification.exited{transform:translate(0);opacity:1}.hippo-notification.bottom-left.entering,.hippo-notification.bottom-left.exiting,.hippo-notification.top-left.entering,.hippo-notification.top-left.exiting{transform:translate(-30%)}.hippo-notification.bottom-right.entering,.hippo-notification.bottom-right.exiting,.hippo-notification.top-right.entering,.hippo-notification.top-right.exiting{transform:translate(30%)}.hippo-notification-collapsable.success,.hippo-notification-collapsable.success .hippo-notification__type{background-color:var(--hippo-notification--success-color)}.hippo-notification-collapsable.success .hippo-notification__type .hippo-fa-icon{color:#fff}.hippo-notification-collapsable.success .hippo-notification__content{color:#fff!important}.hippo-notification-collapsable.success .hippo-notification__content--desc{color:#fff;line-height:17px}.hippo-notification-collapsable.success .hippo-notification__content__header--title-action{color:#fff}.hippo-notification-collapsable.error,.hippo-notification-collapsable.error .hippo-notification__type{background-color:var(--hippo-notification--error-color)}.hippo-notification-collapsable.error .hippo-notification__type .hippo-fa-icon{color:#fff}.hippo-notification-collapsable.error .hippo-notification__content{color:#fff!important}.hippo-notification-collapsable.error .hippo-notification__content--desc{color:#fff;line-height:17px}.hippo-notification-collapsable.error .hippo-notification__content__header--title-action{color:#fff}.hippo-notification-collapsable.warning,.hippo-notification-collapsable.warning .hippo-notification__type{background-color:var(--hippo-notification--warning-color)}.hippo-notification-collapsable.warning .hippo-notification__type .hippo-fa-icon{color:#fff}.hippo-notification-collapsable.warning .hippo-notification__content{color:#fff!important}.hippo-notification-collapsable.warning .hippo-notification__content--desc{color:#fff;line-height:17px}.hippo-notification-collapsable.warning .hippo-notification__content__header--title-action{color:#fff}.hippo-notification-collapsable.info,.hippo-notification-collapsable.info .hippo-notification__type{background-color:var(--hippo-notification--info-color)}.hippo-notification-collapsable.info .hippo-notification__type .hippo-fa-icon{color:#fff}.hippo-notification-collapsable.info .hippo-notification__content{color:#fff!important}.hippo-notification-collapsable.info .hippo-notification__content--desc{color:#fff;line-height:17px}.hippo-notification-collapsable.info .hippo-notification__content__header--title-action{color:#fff}.hippo-notification-collapsable .hippo-notification__content--actions button:hover{background-color:#fff3}.hippo-notification-template--custom{width:fit-content;min-width:250px;max-width:500px;align-items:flex-start;position:relative;padding:6px;border-radius:31px;gap:8px}.hippo-notification-template--custom .hippo-notification__type{align-items:center;flex-shrink:0;width:50px;height:50px;border-radius:25px;position:relative}.hippo-notification-template--custom .hippo-notification__type:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--hippo-notification--icon-color);opacity:.15;border-radius:50%}.hippo-notification-template--custom .hippo-notification__type i.hippo-fa-icon{width:18px!important;height:18px!important}.hippo-notification-template--custom .hippo-notification__type i.hippo-fa-icon>svg{width:18px!important;height:18px!important}.hippo-notification-template--custom .hippo-notification__content{margin-right:24px;max-width:300px;gap:2px;padding:8px 20px 8px 0;min-height:50px;display:flex;flex-direction:column;justify-content:center}.hippo-notification-template--custom .hippo-notification__content__header--title-action{position:absolute;right:6px;top:6px;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.hippo-notification-template--custom .hippo-notification__content__header--title-action i.hippo-fa-icon{width:20px!important;height:20px!important}.hippo-notification-template--custom .hippo-notification__content__header--title-action i.hippo-fa-icon>svg{width:20px!important;height:20px!important}.react-toast-notifications__container{padding:24px!important;z-index:9999!important;bottom:80px!important}.ui-alerts{z-index:999999999!important;display:grid;gap:14px;pointer-events:none;padding:16px 16px 20px!important;margin:0;max-height:100%;overflow-y:auto;overflow-x:hidden}@keyframes timeOutAnimation{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.ui-alerts{z-index:999999999!important;display:grid;gap:14px;pointer-events:none;padding:16px 16px 20px!important;margin:-20px -16px;max-height:100%;position:fixed;z-index:2060;padding:23px;overflow:visible}.ui-alerts>*{margin-bottom:0!important;pointer-events:auto;cursor:pointer}.ui-alerts.center{top:50%;left:50%;margin-top:-100px;margin-left:-222px}.ui-alerts.top-right{top:20px;right:20px}.ui-alerts.top-center{top:20px;margin-left:-222px;left:50%}.ui-alerts.top-left{top:20px;left:20px}.ui-alerts.bottom-right{bottom:0;right:20px}.ui-alerts.bottom-center{bottom:0;margin-left:-222px;left:50%}.ui-alerts.bottom-left{bottom:0;left:20px}.ui-alerts.ui-alerts>.message>.content>.header{padding-right:13px}@media (min-width: 320px){.ui-alerts.top-center{margin-left:-163px}}
