.crm-board{display:grid;grid-template-columns:190px minmax(280px,.8fr) minmax(360px,1.25fr);min-height:610px;border:1px solid #e1ebe3;border-radius:18px;overflow:hidden;background:#fff}.crm-filter{padding:17px;border-right:1px solid #e6eee8;background:#f8fbf8;display:grid;align-content:start;gap:7px}.crm-filter>b{margin:4px 4px 10px}.crm-filter button{color:#315442;background:transparent;text-align:left;padding:10px;border-radius:10px;font-size:13px}.crm-filter button span{float:right;background:#e4efe5;border-radius:99px;padding:1px 7px}.crm-filter button.selected{background:#dff2df;color:#156438;font-weight:800}.crm-filter hr{border:0;border-top:1px solid #e1ebe3;width:100%;margin:10px 0}.crm-filter small{color:#718578;line-height:1.45}.crm-list{border-right:1px solid #e6eee8;overflow:auto;max-height:610px}.crm-row{display:grid;grid-template-columns:42px 1fr;gap:10px;width:100%;text-align:left;color:#214231;background:#fff;border:0;border-bottom:1px solid #edf3ee;padding:14px}.crm-row:hover{background:#f4faf4}.crm-row-main{min-width:0}.crm-row-main b,.crm-row-main small{display:block}.crm-row-main small{color:#73877a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.crm-row-main i{display:flex;gap:4px;margin-top:7px}.crm-row-main em,.crm-labels span>button{font-style:normal;font-size:10px;padding:3px 6px;border-radius:99px;background:#e6f2e7;color:#27633e}.crm-row-meta{grid-column:2;display:flex;justify-content:space-between;gap:7px}.crm-row-meta strong{font-size:10px;color:#277443}.crm-row-meta small{font-size:10px;color:#7e8d82}.crm-empty{display:grid;place-content:center;text-align:center;gap:9px;color:#7b8b80;background:#fbfdfb}.crm-empty div{font-size:36px;color:#71a77d}.crm-detail{padding:20px;overflow:auto;max-height:610px}.crm-detail-head{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #ebf0ec;padding-bottom:15px}.crm-detail-head h2{margin:5px 0}.crm-detail-head p{margin:0;color:#718578}.crm-controls{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:16px 0}.crm-controls label{font-size:11px;color:#64796a}.crm-controls select{margin:5px 0 0}.crm-chat{background:#f3f8f2;border-radius:12px;padding:13px;min-height:100px}.crm-message{background:#dcf8c6;border-radius:12px 12px 3px 12px;padding:10px;margin:8px 0 8px auto;max-width:90%}.crm-message small{color:#657b69}.crm-message p{white-space:pre-wrap;margin:5px 0 0}.crm-labels,.crm-notes{margin-top:18px;display:grid;gap:9px}.crm-labels .row,.crm-notes .row{margin:0}.crm-notes article{padding:10px 0;border-top:1px solid #edf2ee}.crm-notes article small{margin-left:8px;color:#7d8d82}.crm-notes article p{margin:5px 0 0;white-space:pre-wrap}@media(max-width:1000px){.crm-board{grid-template-columns:170px 1fr}.crm-empty,.crm-detail{grid-column:2}.crm-empty{display:none}.crm-detail{border-top:1px solid #e6eee8}}@media(max-width:700px){.crm-board{grid-template-columns:1fr}.crm-filter{grid-template-columns:repeat(3,1fr);border-right:0;border-bottom:1px solid #e6eee8}.crm-filter>b,.crm-filter hr,.crm-filter small{display:none}.crm-list{border-right:0;max-height:360px}.crm-detail{grid-column:1}.crm-controls{grid-template-columns:1fr}.crm-row-meta{display:none}}
