.report-type-switches{display:grid;gap:8px;margin-top:18px;max-height:60vh;overflow-y:auto}.report-type-switch{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #e3e9e4;border-radius:13px;cursor:pointer}.report-type-switch>span:nth-child(2){flex:1}.report-type-switch b,.report-type-switch small{display:block}.report-type-switch small{font-size:10px;color:#6d7972;margin-top:3px}.report-type-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:#eef3ed;font-size:18px}.report-type-switch input{display:none}.report-type-switch i{width:42px;height:24px;border-radius:13px;background:#cbd4ce;position:relative;transition:.2s}.report-type-switch i:after{content:'';position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.2s}.report-type-switch input:checked+i{background:#315d48}.report-type-switch input:checked+i:after{left:21px;background:#d8ff68}.report-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.report-type-grid>button{border:1px solid #e3e9e4;background:#fff;border-radius:18px;padding:20px;text-align:left;cursor:pointer;transition:.2s}.report-type-grid>button:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#b9c9bd}.report-type-grid span{display:grid;place-items:center;width:42px;height:42px;background:#d8ff68;border-radius:13px;font-size:19px}.report-type-grid b,.report-type-grid small{display:block}.report-type-grid b{margin:16px 0 6px}.report-type-grid small{color:#6b7770;line-height:1.5}.dynamic-report-card{margin-top:18px}.custom-report-body{margin:12px 0 0 48px;padding:12px 14px;background:#f4f7f4;border-radius:12px}.custom-report-body p{margin:5px 0;line-height:1.5}.custom-report-body span{display:inline-block;margin:5px 7px 0 0;padding:5px 8px;background:#e4eee5;border-radius:8px;font-size:10px}@media(max-width:800px){.report-type-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.report-type-grid{grid-template-columns:1fr}.custom-report-body{margin-left:0}}
