.my-iatrox-container{text-transform:lowercase;background-color:#fafbf5;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 120px;font-family:Poppins,sans-serif;animation:.5s ease-out fadeInPage}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.my-iatrox-heading{text-align:left;color:#1a202c;border-bottom:1px solid #e2e8f0;margin-bottom:3rem;padding-bottom:1.5rem;font-size:2.5rem;font-weight:300}.my-iatrox-heading strong{font-weight:600}.section-header{cursor:pointer;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem .5rem;transition:background-color .2s;display:flex}.section-header:hover{background-color:#00000005}.section-title{color:#2d3748;align-items:center;gap:.75rem;margin:0;font-size:1.5rem;font-weight:600;display:flex}.section-toggle-icon{color:#a0aec0;transition:transform .3s}.section-toggle-icon.expanded{transform:rotate(180deg)}.section-content{max-height:0;padding:0 1rem;transition:max-height .4s ease-in-out,padding .4s ease-in-out;overflow:hidden}.section-content.expanded{max-height:5000px;padding:2rem 1rem}.conversations-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.search-wrapper{flex-grow:1;align-items:center;max-width:400px;display:flex;position:relative}.search-input{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:2rem;width:100%;padding:.75rem 1.5rem;transition:all .2s}.search-input:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 3px #4a90e233}.conversations-list{flex-direction:column;gap:.25rem;display:flex}.convo-item{cursor:pointer;border-bottom:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background-color .2s ease-in-out;display:flex}.convo-item:hover{background-color:#f8fafc}.convo-item-body{flex-grow:1;align-items:center;gap:1rem;margin-right:1rem;display:flex;overflow:hidden}.convo-icon{color:#4a90e2;flex-shrink:0}.convo-details{overflow:hidden}.convo-title{color:#1a202c;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:500;overflow:hidden}.title-edit-input{border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.25rem .5rem;font-size:1rem;font-weight:500}.convo-date{color:#718096;margin:.25rem 0 0;font-size:.8rem}.convo-item-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.action-btn{color:#475569;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.action-btn:hover{color:#1e293b;background-color:#e2e8f0}.action-btn.cpd{color:#4338ca;background-color:#eef2ff}.action-btn.cpd:hover{background-color:#e0e7ff}.no-convos-placeholder{text-align:center;color:#718096;border:2px dashed #e2e8f0;border-radius:12px;padding:3rem}.no-convos-placeholder svg{color:#cbd5e1;margin-bottom:1rem}.loading-container{text-align:center;padding:3rem}.spinner{border:3px solid #0000001a;border-top-color:#4a90e2;border-radius:50%;width:32px;height:32px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.my-iatrox-heading{font-size:2rem}.section-title{font-size:1.3rem}.conversations-header{flex-direction:column;align-items:stretch}.search-wrapper{max-width:100%}.convo-item{flex-direction:column;align-items:stretch;gap:1rem}.convo-item-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;margin-top:1rem;padding-top:1rem}}
