.ScreeningForm{width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;background-color:var(--bg-primary)}.ScreeningForm .header{box-sizing:border-box;padding:1rem;display:flex;flex-direction:row;justify-content:space-between;background-color:var(--bg-ui-fill)}.ScreeningForm .expert-details{display:flex;flex-direction:column;gap:.25rem;max-width:50%;overflow:hidden;text-wrap:none;white-space:nowrap;text-overflow:ellipsis}.ScreeningForm .bubble-name{display:flex;flex-direction:row;align-items:center;gap:.5rem}.ScreeningForm .content{height:calc(100% - 22rem);box-sizing:border-box;display:flex}.ScreeningForm .content textarea{background-color:transparent;color:var(--text-primary);font-size:1rem;line-height:1.5rem;width:100%;box-sizing:border-box;padding:1rem 2rem}.ScreeningForm .footer{display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end;align-items:flex-end;background-color:var(--bg-primary);width:100%;padding:1.5rem 2rem;box-sizing:border-box;position:absolute;bottom:0;right:0}.ScreeningForm .ScreeningPrompts{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:20rem;box-sizing:border-box}.ScreeningForm .ScreeningPrompts .prompt{width:100%;box-sizing:border-box;padding:.5rem 1rem;border-radius:.625rem;border:1px solid var(--border-ui);cursor:pointer}.ScreeningForm .footer .count-next{display:flex;flex-direction:column;align-self:flex-end;gap:1rem}
