/* MobilizaPro — Dashboard — Período: Todo o período ou intervalo personalizado. */
.mpdash-v2-period-wrap{position:relative;display:flex;align-items:flex-end;gap:8px;z-index:40}
.mpdash-v2-period-edit{appearance:none;border:0;background:transparent;color:#7db8ff;font:700 9px/1.1 Outfit,Inter,sans-serif;letter-spacing:.06em;text-transform:uppercase;padding:0 0 5px;cursor:pointer;white-space:nowrap}
.mpdash-v2-period-edit:hover{color:#b8d8ff}
.mpdash-v2-period-custom{position:absolute;right:0;top:calc(100% + 10px);width:360px;padding:14px;border:1px solid rgba(87,151,224,.34);border-radius:14px;background:#09192b;box-shadow:0 22px 55px rgba(0,0,0,.45);z-index:120}
.mpdash-v2-period-custom[hidden]{display:none!important}
.mpdash-v2-period-custom-head{display:flex;flex-direction:column;gap:2px;margin-bottom:11px}
.mpdash-v2-period-custom-head strong{color:#f2f7ff;font:800 13px/1.2 Outfit,Inter,sans-serif}
.mpdash-v2-period-custom-head small{color:#8196af;font:500 10px/1.3 Inter,sans-serif}
.mpdash-v2-period-custom-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.mpdash-v2-period-custom-fields label{display:flex;flex-direction:column;gap:5px}
.mpdash-v2-period-custom-fields span{color:#7d91aa;font:800 8px/1 Outfit,Inter,sans-serif;letter-spacing:.08em}
.mpdash-v2-period-custom-fields input{width:100%;min-width:0;box-sizing:border-box;border:1px solid rgba(107,149,197,.32);border-radius:9px;background:#0d2238;color:#edf6ff;padding:9px 10px;font:600 11px/1 Inter,sans-serif;outline:none;color-scheme:dark}
.mpdash-v2-period-custom-fields input:focus{border-color:#3788ff;box-shadow:0 0 0 2px rgba(55,136,255,.15)}
.mpdash-v2-period-custom-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}
.mpdash-v2-period-custom-actions button{border:1px solid rgba(111,148,188,.28);border-radius:9px;padding:8px 12px;font:800 9px/1 Outfit,Inter,sans-serif;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}
#mpdash-period-cancel{background:#0c1c2e;color:#9fb1c6}
#mpdash-period-apply{background:#1768d8;color:#fff;border-color:#2d7ff0}
#mpdash-period-apply:hover{filter:brightness(1.08)}
.mpdash-v2-period-wrap.mpdash-period-custom-active .mpdash-v2-period select{min-width:205px}
@media (max-width:900px){.mpdash-v2-period-custom{right:0;width:min(340px,calc(100vw - 34px))}.mpdash-v2-period-custom-fields{grid-template-columns:1fr}.mpdash-v2-period-edit{display:none!important}}
