.get-listed-dialog{width:100vw;min-height:100vh;z-index:9999;overflow-y:auto;border-radius:unset;background:var(--primary-white)}.get-listed-dialog .get-listed-dialog-header{display:flex;align-items:center;flex-direction:column;background:var(--primary-white);cursor:default;min-height:70px}@media(max-width:1080px){.get-listed-dialog .get-listed-dialog-header{padding-top:48px}}.get-listed-dialog .project-brief-title{line-height:24px!important;font-family:var(--font-poppins)!important}.get-listed-dialog .get-listed-dialog-header-content{min-height:64px;padding:0 24px}.get-listed-dialog .progress-bar-container{background:rgba(234,42,53,.122);width:100%;height:6px}.get-listed-dialog .progress-bar-fill{height:100%;background:linear-gradient(90deg,#e92232,#ff9975);transition:width .3s ease;border-top-right-radius:9999px;border-bottom-right-radius:9999px}.get-listed-dialog .get-listed-dialog-background{background:url(/images/start-project-bg.png) no-repeat 50%;background-size:cover;display:flex;flex-direction:column;align-items:center}.get-listed-dialog .get-listed-close-button{height:36px;width:36px;padding:4px 9px;background:none;border:1px solid #d0d0d2;cursor:pointer;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#4a4a4f}.get-listed-dialog .get-listed-close-button:hover{background:var(--offwhite-offwhite-2)}.get-listed-dialog .get-listed-close-button:focus{box-shadow:none!important}.get-listed-dialog .get-listed-close-button .p-button-label{font-weight:500}.get-listed-dialog .p-dialog-header{border-radius:unset;padding:0}.get-listed-dialog .p-dialog-content{padding:0}