body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{font-family:Arial,sans-serif;height:100%;margin:0;padding:0}.App{height:100vh;overflow:hidden}.App,.navbar,.tools{display:flex}.navbar{background-color:#f1f1f1;box-sizing:border-box;flex-direction:column;height:100vh;padding:20px 40px 20px 20px;position:relative;width:250px;z-index:1000}.navbar-title{font-size:1.5em;font-weight:700;margin-bottom:0}.navbar-links{display:flex;flex-direction:column;gap:10px}.navbar-button{align-items:center;background-color:initial;border-radius:8px;color:#333;display:flex;gap:10px;padding:10px;text-align:left;text-decoration:none;transition:background-color .3s ease-in-out;width:100%}.navbar-button.active,.navbar-button:hover{background-color:#d0d0d0}.navbar-icon{height:auto;width:20px}.navbar-spacer{border-bottom:1px solid #ddd;margin:15px 0}.navbar-label{color:#666;font-size:.9em;font-weight:700;margin-bottom:10px;padding-left:10px}.content{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px}.home-container{text-align:center}.home-logo img{margin-bottom:20px;width:150px}.home-heading{font-size:2.5em;font-weight:700;margin-bottom:10px}.home-subheading{font-size:1.2em;margin-bottom:30px}.tiles-container{flex-wrap:wrap;gap:20px;margin-top:20px}.tile,.tiles-container{display:flex;justify-content:center;padding:10px}.tile{align-items:center;background-color:#f1f1f1;border-radius:8px;box-shadow:0 2px 5px #0000001a;color:#333;flex-direction:column;height:150px;text-decoration:none;transition:transform .3s,background-color .3s;width:200px}.tile h2{font-size:1.1em;font-weight:700;margin:5px 0}.tile:hover{background-color:#d0d0d0;transform:translateY(-5px)}.tile span{color:#666;font-size:.9em}@media (max-width:768px){.App{flex-direction:column}.navbar{align-items:center;flex-direction:row;height:60px;justify-content:space-between;left:0;padding:0 10px;position:fixed;top:0;width:100%;z-index:1000}.navbar-title{font-size:1.2em;margin:0}.conversation-thread{border:1px solid #ccc;box-sizing:border-box;max-height:500px;overflow-y:auto;padding:10px}.navbar-links{background-color:#f1f1f1;display:none;flex-direction:column;gap:10px;left:0;padding:10px;position:absolute;top:60px;width:100%;z-index:1000}.navbar-links.active{display:flex}.hamburger{cursor:pointer;display:block;padding:10px}.content{margin-left:0;padding-top:80px;width:100%}}@media (min-width:769px){.hamburger{display:none}}.organization-selector{align-items:center;display:flex;font-size:16px;justify-content:center;margin-top:30px}.organization-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 3px #0000001a;color:#333;cursor:pointer;font-size:16px;margin-left:8px;padding:6px 10px}.organization-dropdown:focus{border-color:#0056b3;outline:none}.login-container{justify-content:center;min-height:100vh}.login-card,.login-container{align-items:center;background-color:#fff;display:flex}.login-card{flex-direction:column;max-width:450px;padding:2rem;width:100%}.login-logo{height:70px;margin-bottom:1.5rem;width:70px}.login-logo img{height:100%;object-fit:contain;width:100%}.login-card h1{color:#254676;font-size:1.8rem;font-weight:600;margin-bottom:1.2rem;text-align:center}.login-card h2{color:#4a4a4a;font-size:1.4rem;font-weight:500;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem;width:100%}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#254676;outline:none}.login-button{background-color:#254676;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:.8rem 1.5rem;width:100%}.login-button:hover{background-color:#1a385e}.login-button:disabled{background-color:#a0a0a0;cursor:not-allowed}.error-message{background-color:#ffebee;border-radius:4px;color:#c62828;font-size:.9rem;margin-bottom:1.2rem;padding:.8rem;text-align:center;width:100%}.resource-recommendation-container{box-sizing:border-box;display:flex;flex-direction:column;height:100vh}.content-area{display:flex;flex:1 1;flex-direction:row;gap:20px;min-height:0;overflow:hidden}.add{background-color:#fff;border:1px solid #d5d5d5;border-radius:10px;float:right;height:40px;justify-content:center;margin-left:10px}.add,.search-container{align-items:center;display:flex;flex-shrink:0}.search-container{margin-bottom:10px;width:50%}table{width:50%}.table-wrapper{flex:1 1;min-height:0;overflow-y:auto}.left-section{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:800px;padding:20px;position:relative;transition:justify-content .3s ease,padding .3s ease}.left-section.submitted{justify-content:flex-start;padding-top:20px}.instruction,.page-title{transition:margin .3s ease}.conversation-thread{display:flex;flex:1 1;flex-direction:column;gap:15px;overflow-y:auto;padding:20px 0}.message-blurb{word-wrap:break-word;border-radius:15px;font-size:1rem;line-height:1.5;margin-bottom:5px;max-width:80%;padding:10px 15px}.message-blurb.user{align-self:flex-end;background-color:#f1f1f1;border-radius:15px 15px 0 15px;color:#333;text-align:left}.message-blurb.bot{align-self:flex-start;background-color:#e6e6e6;border-radius:15px 15px 15px 0;color:#666;text-align:left}.bot-heading{color:#333;font-weight:700;margin-bottom:10px;text-transform:capitalize}.input-box{background-color:#fff;border:1px solid #ccc;border-radius:5px;flex:1 1;float:left;max-width:None;overflow:hidden;padding:10px;width:100%}.input-box,.notes-box{align-items:flex-start;display:flex}.input-bar{height:100%}.input-bar,.notes-bar{border:none;color:#333;flex:1 1;font-family:Arial,sans-serif;font-size:1rem;line-height:1.5;outline:none;padding:5px 10px;resize:none}.notes-bar{height:90%;width:100%}.input-bar::placeholder{color:#aaa}.submit-button,.voice-icon{align-items:center;background-color:#f1f1f1;border:none;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-left:5px;padding:0;transition:background-color .3s;width:40px}.submit-button:hover,.voice-icon:hover{background-color:#ddd}.right-section{border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 5px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;gap:20px;margin-right:20px;margin-top:20px;min-width:400px;overflow-y:auto;padding:20px;width:400px}.tabs{background-color:#f9f9f9;display:flex}.tab-button{background-color:#f1f1f1;border:none;cursor:pointer;flex:1 1;font-size:1rem;height:90%;padding:10px;text-align:center;transition:background-color .3s}.tab-button.active,.tab-button:hover{background-color:#ddd}.tab-content{flex:1 1;font-size:1rem;margin-top:10px;overflow-y:auto}.resource-item{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:10px}.resource-item:last-child{border-bottom:none}.backend-selector-div{border-radius:5px;display:flex;flex-direction:row;gap:10px;height:100%;padding-left:20px;text-align-last:center}.backend-select{border-radius:5px;font-family:Arial,sans-serif}.main-content{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:20px;transition:margin-right .3s ease-in-out;width:100%}.main-content.shifted{margin-right:20%}table{border:1px solid #d5d5d5;border-collapse:initial;border-radius:10px 10px 0 0;overflow:hidden}table td,table th{border-radius:0}table td:last-child,table th:last-child{text-align:center}.Active{background:#effaee;color:#85cd82}.Active,.Pending{border-radius:16.5px;box-sizing:border-box;flex-shrink:0;font-family:Inter;font-style:normal;padding:5px}.Pending{background:#eaf9ff;color:#7ec0ec}.Inactive{background:#ffeded;border-radius:16.5px;box-sizing:border-box;color:#dd7a67;flex-shrink:0;font-family:Inter;font-style:normal;padding:5px}button{cursor:pointer}.card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:480px;overflow:hidden}.card-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 20px}.card-header h2{font-size:18px;font-weight:600;margin:0}.close-btn{background:none;border:none;color:#666;cursor:pointer;font-size:20px}.info-section{background-color:#f9f9f9;border-radius:6px;margin:12px;padding:16px 20px}.section-content{font-size:16px;font-weight:500}.edit-button{align-items:center;background:none;border:none;color:#06c;cursor:pointer;display:flex;font-size:14px}.edit-button svg{margin-right:4px}.header-with-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.icon{padding-right:10px}.input-section{background-color:#f9f9f9;border-radius:6px;display:flex;flex-direction:row;flex-shrink:0;gap:10px;margin:12px;padding:16px 20px}.section-label{align-items:center;color:#666;display:flex;font-size:14px;margin-bottom:8px}.section-label svg{margin-right:6px}input,textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:16px;padding:8px 10px;width:100%}textarea{min-height:80px;resize:vertical}.message-box{background-color:#fff;border:1px solid #eaeaea;border-radius:6px;margin:12px 20px;padding:16px}.save-button-container{border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;padding:16px 20px}.save-button{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px}.save-button:hover{background-color:#0055b3}.form-group{margin-bottom:8px}table tr{cursor:pointer}th{text-align:left}td,th{box-sizing:border-box;padding:10px}.sidebar{background-color:#fff;box-shadow:-2px 0 5px #0000001a;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:400px;z-index:1000}.sidebar.open{transform:translateX(0)}.sidebar.closed{transform:translateX(100%)}body{background-color:#f4f4f4;font-family:Arial,sans-serif;margin:0;padding:20px}.container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;height:90%;margin:auto;padding:20px;width:90%}.header{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;margin-bottom:20px}.search-box{padding:8px 8px 8px 25px;width:65%}.profile-search-box,.search-box{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAe9JREFUaEPtmE1ygzAMhXHWmCuVnKzpyUqvhFmj1pm4YxzLtpDMzwwsE7D16T0ZCdWc/FInj7+5APZW8FLgtAq0bdvfbrceAD5eEL0HMyilfuZ5HqZpGmpCki1kA1dKfTZN4weMxqiU+rJ/juP4qAFCAui67gEANnjyZUFqQBQDaK2/S7OeoBuMMXcyfeKBIoBE8G9ed7Vh90TUEoXIAmC2AYB7rkCxZyXtlARAAiBnMKZgSQJKrEYGMMZkVYttrLWG4HdyImLrosG8jktbuP8XR/rYehIqoAChfTjBuwyEVpJYEwWosVmkptg2SgEsPCshd8RG2wGsLd6w8MJi5q5brAB3I68OFspy1y2ugTNaaNH7SJwYNU624mP0r5FjF9ymANIvnlhbwvW/ratkWxDrYdZuGp4+EpbMAsRUWGMlyUSEx3K2MeO0xEgCbAzsenIgWQB7IzbQuHnXH96DYR+dmzexkC+X0Ei5cIAERJECblfOUG9tE5upuRAkAAtiIRLz7tvM4QfIqSdsOiMDuIUSXn9+yAKA5/egcG6WhlgNUDKvYvdIQuwC4KwY++xCrYndAKQgdgWQgNgdgAtxCAAOxGEAEhDJvulQABhEqoU/HEAIkTtWDwlAeUleAJRs1bj3UqBGVilrXgpQslXj3l+3NIZAtjPf5gAAAABJRU5ErkJggg==) no-repeat 0;background-size:20px;border:1px solid #ccc;border-radius:4px}.profile-search-box{flex-grow:1;font-size:16px;height:36px;margin-right:10%;padding-left:25px}.add img{margin-right:8px}.schedule .day{border-bottom:1px solid #ddd;margin-bottom:20px;padding-bottom:10px}.date{border-radius:50%;display:inline-block;font-weight:700;height:30px;line-height:30px;text-align:center;width:30px}.black{background:#000;color:#fff}.gray{background:#ddd;color:#000}.info{color:#555;display:inline-block;font-weight:700;margin-left:10px}ul{list-style:none;padding-left:0}li{align-items:center;display:flex;font-size:20px;margin-top:5px}.dot{border-radius:50%;display:inline-block;height:15px;margin-right:20px;width:15px}.yellow{background:#f1c40f}.purple{background:#9b59b6}.blue{background:#3498db}.pink{background:#e91e63}
/*# sourceMappingURL=main.751013be.css.map*/