/* source block 186: v2-19-17-portal-snag-css; v2.19.18 line 35002 */

#dmmDriverDownloadOverlay{position:fixed;inset:0;z-index:12000;background:rgba(15,23,42,.48);display:none;align-items:center;justify-content:center;padding:20px}
#dmmDriverDownloadOverlay.active{display:flex}
.dmm-download-card{background:#fff;border-radius:16px;padding:22px 26px;min-width:240px;text-align:center;box-shadow:0 18px 45px rgba(0,0,0,.25);font-weight:800}
.dmm-download-spinner{width:34px;height:34px;margin:0 auto 12px;border:4px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:dmmSpin .8s linear infinite}
@keyframes dmmSpin{to{transform:rotate(360deg)}}

