@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}}/*!
 * # Semantic UI 2.5.0 - Modal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.modal{position:absolute;display:none;z-index:1001;text-align:left;background:#fff;border:none;box-shadow:1px 3px 3px #0003,1px 3px 15px 2px #0003;transform-origin:50% 25%;flex:0 0 auto;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25rem;height:2.25rem;padding:.625rem 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;background:#fff;margin:0;padding:1.25rem 1.5rem;box-shadow:none;color:#000000d9;border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.28571429em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#fff}.ui.modal>.image.content{display:flex;flex-direction:row}.ui.modal>.content>.image{display:block;flex:0 1 auto;width:"";align-self:top}.ui.modal>[class*="top aligned"]{align-self:top}.ui.modal>[class*="middle aligned"]{align-self:middle}.ui.modal>[class*=stretched]{align-self:stretch}.ui.modal>.content>.description{display:block;flex:1 0 auto;min-width:0;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{flex:0 1 auto;min-width:"";width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#f9fafb;padding:1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width: 767px){.ui.modal{width:95%;margin:0}}@media only screen and (min-width: 768px){.ui.modal{width:88%;margin:0}}@media only screen and (min-width: 992px){.ui.modal{width:850px;margin:0}}@media only screen and (min-width: 1200px){.ui.modal{width:900px;margin:0}}@media only screen and (min-width: 1920px){.ui.modal{width:950px;margin:0}}@media only screen and (max-width: 991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:#000000de}}@media only screen and (max-width: 767px){.ui.modal>.header{padding:.75rem 2.25rem .75rem 1rem!important}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{box-shadow:1px 3px 10px 2px #0003}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;box-shadow:none!important;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1rem;right:1.5rem}.ui.inverted.dimmer>.basic.modal{color:#000000de}.ui.inverted.dimmer>.ui.basic.modal>.header{color:#000000d9}.ui.legacy.modal,.ui.legacy.page.dimmer>.ui.modal{top:50%;left:50%}.ui.legacy.page.dimmer>.ui.scrolling.modal,.ui.page.dimmer>.ui.scrolling.legacy.modal,.ui.top.aligned.dimmer>.ui.legacy.modal,.ui.top.aligned.legacy.page.dimmer>.ui.modal{top:auto}@media only screen and (max-width: 991px){.ui.basic.modal>.close{color:#fff}}.ui.loading.modal{display:block;visibility:hidden;z-index:-1}.ui.active.modal{display:block}.modals.dimmer[class*="top aligned"] .modal{margin:5vh auto}@media only screen and (max-width: 767px){.modals.dimmer[class*="top aligned"] .modal{margin:1rem auto}}.legacy.modals.dimmer[class*="top aligned"]{padding-top:5vh}@media only screen and (max-width: 767px){.legacy.modals.dimmer[class*="top aligned"]{padding-top:1rem}}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable>.dimmer{justify-content:flex-start}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{margin:1rem auto}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;left:50%;margin-top:1rem!important}.ui.modal .scrolling.content{max-height:calc(80vh - 10em);overflow:auto}.ui.fullscreen.modal{width:95%!important;margin:1em auto}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:#000000de}.ui.modal{font-size:1rem}.ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width: 767px){.ui.mini.modal{width:95%;margin:0}}@media only screen and (min-width: 768px){.ui.mini.modal{width:35.2%;margin:0}}@media only screen and (min-width: 992px){.ui.mini.modal{width:340px;margin:0}}@media only screen and (min-width: 1200px){.ui.mini.modal{width:360px;margin:0}}@media only screen and (min-width: 1920px){.ui.mini.modal{width:380px;margin:0}}@media only screen and (max-width: 767px){.ui.tiny.modal{width:95%;margin:0}}@media only screen and (min-width: 768px){.ui.tiny.modal{width:52.8%;margin:0}}@media only screen and (min-width: 992px){.ui.tiny.modal{width:510px;margin:0}}@media only screen and (min-width: 1200px){.ui.tiny.modal{width:540px;margin:0}}@media only screen and (min-width: 1920px){.ui.tiny.modal{width:570px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width: 767px){.ui.small.modal{width:95%;margin:0}}@media only screen and (min-width: 768px){.ui.small.modal{width:70.4%;margin:0}}@media only screen and (min-width: 992px){.ui.small.modal{width:680px;margin:0}}@media only screen and (min-width: 1200px){.ui.small.modal{width:720px;margin:0}}@media only screen and (min-width: 1920px){.ui.small.modal{width:760px;margin:0}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width: 767px){.ui.large.modal{width:95%;margin:0}}@media only screen and (min-width: 768px){.ui.large.modal{width:88%;margin:0}}@media only screen and (min-width: 992px){.ui.large.modal{width:1020px;margin:0}}@media only screen and (min-width: 1200px){.ui.large.modal{width:1080px;margin:0}}@media only screen and (min-width: 1920px){.ui.large.modal{width:1140px;margin:0}}body.trelloCardBack-dark .ui.modal,body.trelloCardBack-dark .quick-text-modal{--modal-bg-color: #3c444b;--modal-header-bg-color: #30363b;--modal-footer-bg-color: #30363b;--modal-title-color: #ffffff;--modal-text-color: #b8c2ce;--modal-border-color: #292e33;--cancel-btn-text-color: #b8c2ce;--modal-input-bg: #30363b}body.trelloCardBack-dark .ui.modal .rich-editor-wrapper,body.trelloCardBack-dark .quick-text-modal .rich-editor-wrapper{--rich-toolbar-icon-color: #b9c2cf !important;--rich-toobar-icon-bg-color: var(--rich-toolbar-icon-color) !important;--rich-toobar-icon-text-color: var(--rich-toolbar-bg-color) !important}.ui.modal{--modal-bg-color: #fff;--modal-header-bg-color: #f9fafc;--modal-footer-bg-color: #f9fafc;--modal-title-color: var(--dark-color, #363d63);--modal-text-color: #707589;--modal-border-color: #e9eaf3;--close-icon-color: var(--light-gray-color, #9da0af);--cancel-btn-text-color: #363d63;--border-radius: 8px}.scrolling.dimmable>.dimmer{justify-content:center}.ui.page.modals.dimmer{z-index:999999;background:#00000080;height:100vh;overflow:auto;display:flex;align-items:unset!important;justify-content:unset!important}.ui.page.modals.dimmer .modal{z-index:1000000;margin:auto;position:relative}.ui.modal.modal-fire,.ui.modals.modal-fire{border-radius:var(--border-radius);display:flex!important;flex-direction:column;font-family:var(--body-font-family, Hellix, DM Sans, sans-serif),Hellix,DM Sans,sans-serif;box-shadow:0 10px 25px #0000002e;background-color:var(--modal-bg-color)}.ui.modal.modal-fire .header,.ui.modal.modal-fire .actions,.ui.modals.modal-fire .header,.ui.modals.modal-fire .actions{background-color:var(--modal-header-bg-color);border-color:var(--modal-border-color)}.ui.modal.modal-fire>.content,.ui.modals.modal-fire>.content{background-color:var(--modal-bg-color)}.ui.modal.modal-fire .close,.ui.modals.modal-fire .close{position:absolute;right:16px;top:17px;width:24px;height:24px;color:var(--close-icon-color);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ui.modal.modal-fire .close svg,.ui.modals.modal-fire .close svg{width:1em;height:1em;font-size:13px}.ui.modal.modal-fire .header,.ui.modals.modal-fire .header{font-family:var(--heading-font-family, Hellix, DM Sans, sans-serif),Hellix,DM Sans,sans-serif;top:0;border:none;display:flex;font-style:normal;padding:16px 24px;color:var(--modal-title-color);align-items:center;justify-content:space-evenly;font-weight:600;line-height:22px;border-bottom:1px solid var(--modal-border-color);text-align:left;font-family:inherit;height:56px;padding:16px 24px!important;flex-direction:row;justify-content:center;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);font-size:16px;background-color:var(--modal-header-bg-color);border-color:var(--modal-border-color)}.ui.modal.modal-fire .header h2,.ui.modals.modal-fire .header h2{color:var(--modal-title-color);text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.ui.modal.modal-fire .modal-close-icon.hippo-fa-icon.hippo-fa-icon--clickable,.ui.modal.modal-fire .modal-back-icon.hippo-fa-icon.hippo-fa-icon--clickable,.ui.modals.modal-fire .modal-close-icon.hippo-fa-icon.hippo-fa-icon--clickable,.ui.modals.modal-fire .modal-back-icon.hippo-fa-icon.hippo-fa-icon--clickable{position:absolute;top:16px;right:16px;color:var(--close-icon-color);line-height:1;margin:0;z-index:10}.ui.modal.modal-fire .modal-close-icon.hippo-fa-icon.hippo-fa-icon--clickable:hover,.ui.modal.modal-fire .modal-back-icon.hippo-fa-icon.hippo-fa-icon--clickable:hover,.ui.modals.modal-fire .modal-close-icon.hippo-fa-icon.hippo-fa-icon--clickable:hover,.ui.modals.modal-fire .modal-back-icon.hippo-fa-icon.hippo-fa-icon--clickable:hover{color:var(--modal-title-color)}.ui.modal.modal-fire .modal-back-icon.hippo-fa-icon.hippo-fa-icon--clickable,.ui.modals.modal-fire .modal-back-icon.hippo-fa-icon.hippo-fa-icon--clickable{right:auto;left:16px}.ui.modal.modal-fire .modal-close-icon>i,.ui.modals.modal-fire .modal-close-icon>i{font-size:14px!important}.ui.modal.modal-fire .modal-close-icon--custom-1,.ui.modals.modal-fire .modal-close-icon--custom-1{background-color:#fff;border-radius:50%!important}.ui.modal.modal-fire .modal-close-icon--custom-1>svg,.ui.modals.modal-fire .modal-close-icon--custom-1>svg{width:9px;height:14px}.ui.modal.modal-fire>.content,.ui.modals.modal-fire>.content{padding:24px;background-color:var(--modal-bg-color)!important;color:var(--modal-text-color);font-size:14px;flex-shrink:1;transform:translateZ(1px)}.ui.modal.modal-fire>.content p,.ui.modals.modal-fire>.content p{color:inherit;margin:0;color:var(--modal-text-color);line-height:1.3}.ui.modal.modal-fire>.content p:not(:last-child),.ui.modals.modal-fire>.content p:not(:last-child){margin-bottom:8px}.ui.modal.modal-fire>.content p strong,.ui.modals.modal-fire>.content p strong{text-decoration:none;color:var(--modal-title-color);font-style:normal;font-weight:700}.ui.modal.modal-fire>.content p ol,.ui.modal.modal-fire>.content p ul,.ui.modals.modal-fire>.content p ol,.ui.modals.modal-fire>.content p ul{margin:0;padding:0 0 0 16px}.ui.modal.modal-fire>.content h1,.ui.modal.modal-fire>.content h2,.ui.modal.modal-fire>.content h3,.ui.modal.modal-fire>.content h4,.ui.modal.modal-fire>.content h5,.ui.modal.modal-fire>.content h6,.ui.modals.modal-fire>.content h1,.ui.modals.modal-fire>.content h2,.ui.modals.modal-fire>.content h3,.ui.modals.modal-fire>.content h4,.ui.modals.modal-fire>.content h5,.ui.modals.modal-fire>.content h6{margin:0}.ui.modal.modal-fire>.content.scrolling,.ui.modals.modal-fire>.content.scrolling{max-height:calc(95vh - 10em);overflow-x:hidden}.ui.modal.modal-fire .validate,.ui.modals.modal-fire .validate{background-color:#fff;color:var(--modal-title-color);padding:0 24px 24px}.ui.modal.modal-fire .validate>span,.ui.modals.modal-fire .validate>span{font-weight:500;margin-bottom:8px;display:block;color:var(--modal-title-color);font-size:.98em}.ui.modal.modal-fire .validate .confirm-label,.ui.modals.modal-fire .validate .confirm-label{margin-bottom:8px}.ui.modal.modal-fire .validate .ui.input,.ui.modals.modal-fire .validate .ui.input{min-width:70%}.ui.modal.modal-fire .validate .ui.input input,.ui.modals.modal-fire .validate .ui.input input{border-radius:var(--border-radius)}.ui.modal.modal-fire.standard,.ui.modals.modal-fire.standard{width:672px;max-width:95%}.ui.modal.modal-fire.medium,.ui.modals.modal-fire.medium{width:730px}.ui.modal.modal-fire.small,.ui.modals.modal-fire.small{width:605px;max-width:95%}.ui.modal.modal-fire.small-2,.ui.modals.modal-fire.small-2{width:580px;max-width:95%}.ui.modal.modal-fire.small-3,.ui.modals.modal-fire.small-3{width:480px;max-width:95%}.ui.modal.modal-fire.profilePhotoModal,.ui.modals.modal-fire.profilePhotoModal,.ui.modal.modal-fire.confirmPasswordModal,.ui.modals.modal-fire.confirmPasswordModal{max-width:560px}.ui.modal.modal-fire.confirmPasswordModal .content,.ui.modals.modal-fire.confirmPasswordModal .content{padding:32px!important}.ui.modal.modal-fire.createPasswordModal,.ui.modals.modal-fire.createPasswordModal{max-width:560px}.ui.modal.modal-fire>:not(.icon):first-child,.ui.modals.modal-fire>:not(.icon):first-child{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.ui.modal.modal-fire>:last-child,.ui.modals.modal-fire>:last-child{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui.modal.modal-fire:not(.modal-fire--modal) .actions button,.ui.modals.modal-fire:not(.modal-fire--modal) .actions button{margin:0}.ui.modal.modal-fire.modal-fire--type1,.ui.modals.modal-fire.modal-fire--type1{background:var(--modal-bg-color);box-shadow:0 6px 15px #0000000d;border-radius:16px}.ui.modal.modal-fire.modal-fire--type1 .close,.ui.modals.modal-fire.modal-fire--type1 .close{top:16px}.ui.modal.modal-fire.modal-fire--type1 .header,.ui.modals.modal-fire.modal-fire--type1 .header{padding:32px;border:none;border-bottom:solid 1px var(--modal-border-color);text-align:center;font-weight:600;font-size:1.75rem;color:var(--modal-title-color)}.ui.modal.modal-fire.modal-fire--type1 .content,.ui.modals.modal-fire.modal-fire--type1 .content{padding:32px}.ui.modal.modal-fire.modal-fire--type1>:first-child:not(.icon),.ui.modal.modal-fire.modal-fire--type1 .icon:first-child+*,.ui.modals.modal-fire.modal-fire--type1>:first-child:not(.icon),.ui.modals.modal-fire.modal-fire--type1 .icon:first-child+*{border-top-left-radius:16px;border-top-right-radius:16px}.ui.modal.modal-fire.modal-fire--type1>:last-child,.ui.modals.modal-fire.modal-fire--type1>:last-child{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.ui.modal.modal-fire.modal-fire--type2 .content,.ui.modals.modal-fire.modal-fire--type2 .content{padding:0}.ui.modal.modal-fire.modal-fire--type3,.ui.modals.modal-fire.modal-fire--type3{width:358px}.ui.modal.modal-fire.modal-fire--type3 .content,.ui.modals.modal-fire.modal-fire--type3 .content{padding:0}.ui.modal.modal-fire.cardBack,.ui.modals.modal-fire.cardBack{width:500px}@media (max-width: 511px){.ui.modal.modal-fire.cardBack,.ui.modals.modal-fire.cardBack{width:95%}}.ui.modal.modal-fire.none,.ui.modals.modal-fire.none{display:none!important}.ui.modal.modal-fire.fullscreen,.ui.modals.modal-fire.fullscreen{position:relative;min-height:100%;max-height:100%;padding:0;margin:0 auto!important}.ui.modal.modal-fire.fullscreen .content,.ui.modals.modal-fire.fullscreen .content{height:100%;min-height:0;max-height:inherit;overflow:auto}.ui.modal.modal-fire.modal-fire--type-4,.ui.modals.modal-fire.modal-fire--type-4{width:740px}.ui.modal.modal-fire.modal-fire--type-4 .content.scrolling,.ui.modals.modal-fire.modal-fire--type-4 .content.scrolling{max-height:calc(95vh - 3em)}.ui.modal.modal-fire.modal-fire__header-type--mini .modal-close-icon,.ui.modals.modal-fire.modal-fire__header-type--mini .modal-close-icon{right:8px!important;top:1px!important;color:#acb2d2!important}.ui.modal.modal-fire.modal-fire__header-type--mini .modal-close-icon>i,.ui.modals.modal-fire.modal-fire__header-type--mini .modal-close-icon>i{font-size:10px!important}.ui.modal.modal-fire.modal-fire__header-type--mini .header,.ui.modals.modal-fire.modal-fire__header-type--mini .header{padding:5px 24px;font-size:14px;font-weight:600;line-height:1.1;height:auto;border-bottom-color:var(--modal-border-color)}.ui.modal.modal-fire.modal-fire__header-type--with-desc .modal-close-icon>i,.ui.modals.modal-fire.modal-fire__header-type--with-desc .modal-close-icon>i{font-size:13px!important}.ui.modal.modal-fire.modal-fire__header-type--with-desc .header,.ui.modals.modal-fire.modal-fire__header-type--with-desc .header{height:70px;display:flex;flex-direction:column;align-items:flex-start;font-size:18px;line-height:21px}.ui.modal.modal-fire.modal-fire__header-type--with-desc .header .description,.ui.modals.modal-fire.modal-fire__header-type--with-desc .header .description{font-weight:500;font-size:13px;color:#707589;line-height:14.5px;margin-top:2px}.ui.modal.modal-fire.modal-fire--no-padding .content,.ui.modals.modal-fire.modal-fire--no-padding .content{padding:0}.ui.modal.modal-fire.modal-fire--radius-circle,.ui.modals.modal-fire.modal-fire--radius-circle{--border-radius: 16px}.ui.modal.modal-fire.modal-fire__header-type--left .header,.ui.modals.modal-fire.modal-fire__header-type--left .header{justify-content:flex-start}.ui.modal.modal-fire.modal-fire--motion,.ui.modals.modal-fire.modal-fire--motion{animation:modalEntryFade .2s forwards ease-in!important}.actions.modal-fire__actions,.ui.modal>.actions.modal-fire__actions{--border-radius: 8px;padding:16px 24px;background-color:var(--modal-footer-bg-color);flex-shrink:0;display:flex;border:none;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);justify-content:flex-end;gap:8px;border-color:var(--modal-border-color);order:3}.actions.modal-fire__actions button,.ui.modal>.actions.modal-fire__actions button{min-width:90px;justify-content:center;height:40px;border-radius:var(--border-radius);margin-left:0;margin-right:0}.actions.modal-fire__actions button:last-child:nth-child(3),.ui.modal>.actions.modal-fire__actions button:last-child:nth-child(3){margin-left:auto}.actions.modal-fire__actions button.ui.primary,.ui.modal>.actions.modal-fire__actions button.ui.primary{background:var(--primary-color)}.actions.modal-fire__actions .actions--title,.ui.modal>.actions.modal-fire__actions .actions--title{align-self:center;margin-right:auto;color:var(--modal-title-color);font-size:1.42rem;font-weight:600}.actions.modal-fire__actions.actions--placement--top,.ui.modal>.actions.modal-fire__actions.actions--placement--top{order:1;padding-top:8px!important;padding-bottom:8px!important;background:var(--modal-footer-bg-color);box-shadow:0 5px 8px #0000000a;position:sticky;top:0}@media only screen and (max-width: 767px){.actions.modal-fire__actions,.ui.modal>.actions.modal-fire__actions{padding:14px!important}}.actions.modal-fire__actions--inset,.ui.modal>.actions.modal-fire__actions--inset{--padding-top-offset: var(--padding-offset, 24px);--padding-other-offset: calc(var(--padding-offset, 24px) * -1);margin:var(--padding-top-offset) var(--padding-other-offset) var(--padding-other-offset)}.actions.modal-fire__actions--sticky,.ui.modal>.actions.modal-fire__actions--sticky{position:sticky;bottom:0;z-index:10}.actions.modal-fire__actions--sticky.modal-fire__actions--inset,.ui.modal>.actions.modal-fire__actions--sticky.modal-fire__actions--inset{bottom:-24px}.ui.modal.modal-fire [data-test-id=cancel-btn],.ui.modals.modal-fire [data-test-id=cancel-btn]{--hippo-btn-back-color: var(--cancel-btn-text-color);--hippo-btn-border-color: transparent}.ui.modal.modal-fire .link,.ui.modals.modal-fire .link{background:none!important;color:var(--cancel-btn-text-color)}body.trelloCardBack-dark .ui.modal.modal-fire [data-test-id=cancel-btn]:hover,body.trelloCardBack-dark .ui.modals.modal-fire [data-test-id=cancel-btn]:hover{--hippo-btn-back-color: var(--modal-bg-color)}
