@import url(https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Albert Sans,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sidebar{background-color:#000;box-sizing:border-box;height:100vh;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:250px;z-index:1}.sidebar-title{background-color:#000;display:flex;flex-direction:row;justify-content:center}.sidebar-logo{align-items:center;display:flex}.sidebar-logo img{height:50px;padding:16px 10px 10px 5px;width:auto}.sidebar-title-text{color:#fff;margin-right:40px;padding-top:20px}.title-name{color:#fff;font-size:20px;font-weight:700}.title-subname{display:flex;flex-direction:column;font-size:14px}.sidebar-content{max-height:calc(100% - 130px);overflow-y:auto;padding-bottom:120px}.sidebar-section{color:grey;font-size:12px;font-weight:700;max-height:calc(100vh - 315px);overflow-y:auto;padding:30px 20px 20px}.patient-item{align-items:center;flex-direction:row;padding:5px;width:100%}.chat-item,.patient-item{display:flex;justify-content:space-between}.chat-item{border-radius:10px;color:#fff;flex-grow:1;font-size:14px;padding:7px 5px;text-decoration:none;transition:background-color .3s}.chat-item:hover{background-color:#161616}.chat-item-active{background-color:#333}.sidebar-profile{align-items:center;bottom:75px;display:flex;left:0;margin-left:15px;padding:10px;position:absolute;width:100%}.profile-pic{border-radius:50%;height:50px;margin-right:10px;width:50px}.profile-text{display:flex;flex-direction:column}.profile-name{font-weight:700}.profile-name,.profile-tbhc{color:#fff;font-size:14px}.sidebar-logout{bottom:0;left:50%;margin-bottom:30px;position:absolute;text-align:center;transform:translateX(-50%);width:80%}.logout-button{background-color:#445cf4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Albert Sans,sans-serif;font-size:14px;font-weight:700;padding:10px 20px;transition:background-color .3s;width:100%}.logout-button:hover{background-color:blue}.sidebar-refresh{margin-bottom:0;margin-top:20px;text-align:center}.refresh-button{background-color:#445cf4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Albert Sans,sans-serif;font-size:14px;font-weight:700;padding:10px 20px;transition:background-color .3s;width:80%}.refresh-button:hover{background-color:blue}.root-container{box-sizing:border-box;flex-direction:column;height:100vh;margin-left:250px;position:relative;width:calc(100% - 250px)}.root-container,.title-container{background-color:#fff;display:flex;justify-content:space-between}.title-container{align-items:center;box-shadow:0 4px 8px #0000001a;padding:40px 50px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.title-left{align-items:center;display:flex}.name-header{background-color:#fff;font-size:20px;padding:0;text-align:left}.header-name,.name-header{color:#000;font-weight:700}.header-email{color:#6b7280;font-weight:400}.reload-button{background-color:#445cf4;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Albert Sans,sans-serif;font-size:14px;font-weight:700;padding:10px 16px;transition:background-color .3s;width:200px}.reload-button:hover{background-color:blue}.reload-button:disabled{background-color:#a0a0a0;cursor:not-allowed}.component-container{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding-bottom:100px;padding-top:30px;width:100%}.notes-columns{display:flex;gap:20px;padding:0 20px}.notes-column{flex:1 1}.notes-column-wide{flex:2 1}.column-title{border-bottom:2px solid #445cf4;color:#333;font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:5px}.dashboard-header-row{padding-bottom:0}.dashboard-body{align-items:flex-start;display:flex;gap:20px;padding:0 20px}.combined-section{display:flex;flex:2 1;flex-direction:column;gap:20px}.charting-section{flex:1 1}.charting-section .filler-component,.filler-component{margin-bottom:20px}.filler-component{background-color:#fff;border:1px solid #d3d3d3;border-radius:10px;box-shadow:0 2px 4px #0000000d;color:#000;display:flex;flex-direction:column;font-size:14px;padding:15px;white-space:normal}.generated-header{font-size:16px;font-weight:700;line-height:1.4;margin-bottom:10px}.patient-name{color:#445cf4;font-weight:700}.patient-meta{color:#6b7280;font-weight:700}.filler-component-content{word-wrap:break-word;background-color:#f3f4f6;border-radius:8px;color:#000;font-size:14px;line-height:1.5;margin-top:10px;overflow-wrap:break-word;padding:10px;white-space:pre-wrap}.filler-component-content strong{font-weight:700}.transcript-checklist-row{align-items:stretch;display:flex;gap:16px;width:100%}.checklist-panel,.transcript-panel{display:flex;flex:1 1}.checklist-panel .filler-component-content,.transcript-panel .filler-component-content{margin-top:0;width:100%}.arrow-panel{align-items:center;display:flex;justify-content:center;min-width:36px}.blue-arrow{color:#445cf4;font-size:28px;font-weight:700;line-height:1}.checklist-item{align-items:center;display:flex;gap:10px;padding:6px 0}.checklist-item,.checklist-label{color:#000;font-size:14px}.checked-row .checklist-label{color:#9ca3af}.check-circle{background-color:#fff;border:2px solid #445cf4;border-radius:50%;box-sizing:border-box;display:inline-block;height:14px;min-width:14px;position:relative;width:14px}.check-circle.checked{background-color:#9ca3af;border-color:#9ca3af}.check-circle.checked:after{color:#fff;content:"✓";font-size:10px;left:2px;position:absolute;top:-2px}@media (max-width:900px){.dashboard-body,.transcript-checklist-row{flex-direction:column}.arrow-panel{min-width:0}.blue-arrow{transform:rotate(90deg)}}.home-container{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:center;margin-left:250px;padding-bottom:60px;position:relative;width:100%}.home-welcome-message{color:#000;font-size:14px;padding:20px;text-align:center}.footer{bottom:0;display:flex;font-size:12px;justify-content:center;padding-bottom:30px;padding-top:20px;position:absolute;width:100%}.custom-link{color:#000;text-decoration:none}.login-container{background-color:#f9f9f9;height:100vh;justify-content:center;width:100%}.login-container,.login-form{align-items:center;display:flex}.login-form{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;flex-direction:column;padding:20px;width:300px}.login-logo{margin-bottom:-20px;width:100px}.login-title{margin-bottom:20px}.login-input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-family:Albert Sans,sans-serif;font-size:16px;height:45px;margin-bottom:10px;outline:none;padding:10px;width:100%}.login-input:focus{border-color:#333}.login-button{background-color:#445cf4;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Albert Sans,sans-serif;font-size:16px;margin-top:10px;padding:10px 20px;transition:background-color .3s;width:100%}.login-button:hover{background-color:blue}.login-error{color:red;margin-bottom:20px}.app{align-items:center;background-color:#f0f0f0;display:flex;height:100vh;justify-content:center}.app-body{display:flex;height:100%;width:100%}
/*# sourceMappingURL=main.c5d2d1bd.css.map*/