:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;margin:0}div#root{width:100%}.red{color:red}.green{color:green}.grey{color:gray}.header-blue{color:#084f6a;margin:"0"}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;width:100%;height:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{color:#213547;background-color:#f2f2f2;width:100%}a:hover{color:#747bff}button{background-color:#f9f9f9}div{color:#000}#app{min-height:100%}fieldset{border:none}.login-page{min-height:100vh;width:100%;background:#ececec;display:flex;align-items:center;justify-content:center;padding-bottom:15em}.login-page form{display:flex;flex-direction:column;align-items:center;gap:1em;width:16em;padding:24px;border-radius:5px;background:#ffffff1a;background-color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 30px #00000080}.login-page form input{height:44px;border-radius:0;border:1px solid lightgray;background:#ffffff24;color:gray;padding:0 12px;outline:none;font-size:small;width:100%;box-sizing:border-box}.login-page .button{height:44px;border-radius:10px;border:none;background-color:#347ab6;color:#fff;cursor:pointer;font-size:large;width:100%}.login-page .button:disabled{background-color:#a9a9a9}.login-page .button:disabled:hover{cursor:not-allowed}.loading-verlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999}.spinner{width:44;height:44;border-radius:50%;border:4px solid rgba(255,255,255,.35);border-color:#fff;animation:spin .9s linear infinite}.header{position:sticky;top:0;width:100%;display:flex;flex-direction:row;background-color:#156082;justify-content:space-between}.header div a{color:#fff;margin:0 .5em}.margin-5em{margin:5em}button.start-flow{background-color:#4ea72e;color:#fff;font-size:large;padding:1em 2em;border:solid black 1px;border-radius:0;width:10em}button.start-flow:disabled{background-color:#a9a9a9}button.start-flow:disabled:hover{cursor:not-allowed;background-color:#a9a9a9}button.start-flow:hover{background-color:#3d8a25}.column{display:flex;flex-direction:column;gap:1em}.added-tasks-column{margin-top:1em;display:flex;flex-direction:column}.row{display:flex;flex-direction:row}input.new-profile{background-color:#fff;color:#000}button.button-link{background:none;border:none;padding:0;margin:0;color:#0d6efd;text-decoration:underline;cursor:pointer;font:inherit}button.button-link:hover{text-decoration:none}button.button-link:focus{border-radius:0}a.link-button.disabled:hover,a.link-button.disabled{cursor:default;color:gray}a.link-button:hover{cursor:pointer}.task-list-label{margin-right:.5em}.column.task-list{gap:.25em}.refine-task-grid{display:grid;grid-template-columns:1fr auto;gap:1em;align-content:center;justify-content:center}thead.draft-ksao-table{background-color:#156082}thead.draft-ksao-table tr td{color:#fff;font-weight:700;padding:0 .5em}tbody.draft-ksao-table tr:nth-child(odd){background-color:#ccd2d8}tbody.draft-ksao-table tr:nth-child(2n){background-color:#e7eaed}.ksao-reorder-button{font-size:25px}.task-reorder-button{background-color:transparent}select.new-profile{background-color:#fff;color:#000}.horizontal-padding-20{padding:0 20px}.gap-10{gap:10px}.writing-tips-container{padding:20px;border:#aeaeae 1px solid;border-radius:.5em}.writing-tips-select-button{background-color:#4ea72e;color:#fff;border:#aeaeae 1px solid}.writing-tips-select-button.selected{background-color:#3d8a25;outline:4px auto -webkit-focus-ring-color}.writing-tips-column{display:flex;flex-direction:column;gap:0}.padding-left-1em{padding-left:1em}.add-task-column{display:flex;width:50%;max-width:45em;flex-direction:column;align-items:flex-start}textarea.new-profile{height:5em}@keyframes inline-loader-spin{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}.inline-loading-icon{display:inline-block;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:inline-loader-spin .8s linear infinite;vertical-align:middle}.bold{font-weight:700}.list-profile-row td{padding-right:.5em}input,textarea{background-color:#fff;color:#000}textarea{width:100%}.hide{display:none}.task-list-input{width:85%}.ksao-table-container{display:flex;flex-direction:column;align-items:center}.ksao-table-show-more-container{display:flex;flex-direction:row;justify-content:center}.center-row{justify-content:center}.center-vertically-row{align-items:center}.important-select{transform:scale(1.5);margin:10px;cursor:pointer}.searchable-dropdown{position:relative;width:100%}.searchable-dropdown-input{width:100%;box-sizing:border-box;color:#000}.searchable-dropdown-options{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:1000;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #aaa;color:#000;border-radius:4px;box-shadow:0 4px 10px #00000026}.searchable-dropdown-option{display:block;width:100%;padding:8px 12px;background:#fff;color:#000;border:0;text-align:left;cursor:pointer}.searchable-dropdown-option:hover,.searchable-dropdown-option.highlighted{background:#eee}.searchable-dropdown-empty{padding:8px 12px;color:#666}
