.ui-popup-trigger-button{background-color:transparent;outline:none;border:none}.dialog{background-color:#1b2b3a;color:#fff;border-radius:.25rem;height:auto;z-index:1050;outline:none;display:flex;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch}@media (max-width:900px){.dialog{width:248px}}.dialog .header{display:flex;justify-content:space-between;align-items:center;width:100%}.dialog .title{font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem}.dialog .closeButton{color:#fff;background-color:transparent;border:none;transition:all .2s;padding:4px}.dialog .closeButton:hover{cursor:pointer}.dialog .closeButton .closeIcon{width:24px;height:24px}.dialog .closeButton .closeIcon path{stroke:currentColor;stroke-width:1px}.dialog .content{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;white-space:normal}[role=dialog][aria-hidden=true]{display:none}