.dialogOverlay{background-color:var(--black-a9);position:fixed;inset:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.close-button{display:flex;width:35px;height:35px;padding:1px 6px;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:5px;border:4px solid #000;background:linear-gradient(41deg,#740d0d 44.3%,red 105.61%);position:absolute;right:10px;top:10px}.close-button p{font-family:Courier New;font-size:30px;font-style:normal;font-weight:700;line-height:normal;background:linear-gradient(112deg,#d9d9d9 5.14%,#fff 64.39%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.speaker-folder-wrapper{display:flex;flex-flow:column;position:absolute;right:-10px;bottom:20%}.folder{aspect-ratio:179.28/166}.dialogContent{z-index:9999;background:linear-gradient(182deg,#d2d2d2 1.53%,#a9a9a9 99.92%);border-radius:6px;box-shadow:var(--shadow-6);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:560px;max-height:85vh;padding:25px;animation:contentShow .15s cubic-bezier(.16,1,.3,1)}.data-info{display:flex;align-items:center}.data-info-text{width:55%;border-radius:30px 30px 30px 0;border:3px solid #212121;background:rgba(33,33,33,0);padding:10px 4px 5px 6px}.data-info-text p{color:#000;font-family:Courier New;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.form-section{margin-top:22px}.submitButton{display:flex;width:114px;height:50px;padding:10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:20px;border:3px solid #212121;background:#5eff5e;box-shadow:0 6px 4px 0 rgba(0,0,0,.25);font-size:26px}#project-access-form input:not([type=checkbox],[type=submit]){width:224px;height:37px;flex-shrink:0;display:block;margin-bottom:.3rem;margin-top:.3rem;border-radius:0 15px 15px 0;border:2px solid #000;background:hsla(0,0%,85%,0);padding-left:12px}input[placeholder=NOME]{width:40%}input[placeholder=EMPRESA]{width:55%}input[placeholder=E-MAIL]{width:60%}.submit-wrapper{display:flex;justify-content:flex-end;margin-top:-20px}.switch{position:relative;display:inline-block;width:54px;height:27px}.switch input{opacity:0}.slider{cursor:pointer;right:0;bottom:0;border-radius:50px;border:3px solid #212121;background:#da1919;background-color:#da1919;box-shadow:inset 0 4px 8px 0 rgba(0,0,0,.25);height:27px;width:54px}.slider,.slider:before{position:absolute;top:0;left:0;transition:.4s}.slider:before{content:"";height:22px;width:20px;background:linear-gradient(180deg,#212121 25%,#727162 59.23%);border-radius:100px}input:checked+.slider{background-color:#5eff5e}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translateX(30px)}.input-error{border:2px solid #da1919!important}.input-ok{border:2px solid #5eff5e!important}input:-internal-autofill-selected,input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset #bfbfbf!important;background-color:#bfbfbf!important;-webkit-background-clip:text;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px hsla(0,0%,100%,0)}@media (max-width:800px){.speaker-folder-wrapper img{width:140px;height:auto}}#submit-button,.default-button{padding:5px;justify-content:center;gap:10px;flex-shrink:0;border-radius:20px;border:3px solid #212121;background:#fffedb;box-shadow:0 6px 4px 0 rgba(0,0,0,.25);font-size:26px;cursor:pointer;font-weight:700;color:#000}#submit-button.active,.default-button.active{background:#5eff5e;padding:7px}