/* DMI Imóveis dentro do shell do CRM: uma única experiência PWA. */
.dmi-imoveis-shell[hidden]{display:none!important}
.dmi-imoveis-shell{position:fixed;inset:calc(56px + env(safe-area-inset-top,0px)) 0 calc(60px + env(safe-area-inset-bottom,0px));z-index:150;background:#f4f7fb;display:block;overflow:hidden}
.dmi-imoveis-shell__bar{display:none}
.dmi-imoveis-shell__back{min-width:76px;height:34px;padding:0 13px;border:1px solid rgba(255,255,255,.32);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font:700 14px/1 inherit;cursor:pointer}
.dmi-imoveis-shell__title{font-size:16px;font-weight:800;white-space:nowrap}
.dmi-imoveis-shell__state{width:9px;height:9px;border-radius:50%;background:#d8b44b;opacity:0;transition:opacity .2s}
.dmi-imoveis-shell.is-loading .dmi-imoveis-shell__state{opacity:1;animation:dmiShellPulse 1s ease-in-out infinite}
.dmi-imoveis-shell.is-error .dmi-imoveis-shell__state{opacity:1;background:#df4e55;animation:none}
.dmi-imoveis-shell__frame{display:block;width:100%;height:100%;border:0;background:#fff}
body.dmi-imoveis-shell-open{overflow:hidden!important}
@keyframes dmiShellPulse{50%{opacity:.28}}
@media (min-width:1024px){.dmi-imoveis-shell{inset:64px 0 0 236px;z-index:54}}
