/* Ajuste responsivo do painel de pendências e da área útil da dashboard. */
.cloud-notes-panel,.cloud-notes-tab{--notes-panel-width:clamp(300px,25vw,350px)}
.cloud-notes-tab.open{right:var(--notes-panel-width)}
.cloud-notes-panel{bottom:var(--emily-activity-reserve,74px);width:var(--notes-panel-width);display:flex;min-height:0;flex-direction:column;padding:12px;overflow:auto}
.cloud-notes-panel header{flex:0 0 auto;padding-bottom:9px}
.cloud-notes-panel h2{font-size:16px}
.cloud-notes-panel form{flex:0 0 auto;margin:9px 0 8px;padding:9px}
.cloud-notes-panel textarea{height:60px;min-height:48px;max-height:100px;resize:vertical}
.cloud-note-fields{margin-top:6px}
.cloud-note-device-label{margin-top:6px}
.cloud-note-form-actions{margin-top:7px}
.cloud-note-filters{flex:0 0 auto;margin-bottom:8px}
.cloud-notes-list{flex:1 0 90px;height:auto;min-height:90px;overflow:auto}
@media(max-width:700px){.cloud-notes-panel,.cloud-notes-tab{--notes-panel-width:min(320px,calc(100vw - 34px))}.cloud-notes-list{height:auto}.cloud-note-fields{grid-template-columns:1fr 1fr}}
@media(max-height:700px){.cloud-notes-tab{top:clamp(75px,22vh,145px);min-height:150px}.cloud-notes-panel{top:43px;padding:9px}.cloud-notes-panel header{padding-bottom:6px}.cloud-notes-panel header small{font-size:8px}.cloud-notes-panel h2{margin-top:3px;font-size:15px}.cloud-notes-close{font-size:21px}.cloud-notes-panel form{margin:7px 0 6px;padding:7px}.cloud-notes-panel textarea{height:50px;min-height:42px;padding:7px}.cloud-notes-panel select,.cloud-notes-panel input{height:28px}.cloud-note-form-actions button{height:29px}.cloud-note-filters{margin-bottom:6px}.cloud-note-filters button{height:25px}.cloud-note{padding:8px}.cloud-note p{margin:6px 0}.cloud-note-actions{margin-top:6px}}
@media(max-width:560px){.cloud-notes-panel,.cloud-notes-tab{--notes-panel-width:calc(100vw - 18px)}.cloud-note-fields{grid-template-columns:1fr}.cloud-notes-panel{bottom:var(--emily-activity-reserve,70px)}}
.cloud-utilities-tab{top:clamp(280px,48vh,360px)}.cloud-utilities-tab.open{right:var(--notes-panel-width)}
