/* Mrągowo Bus APEX 10.8.0.3 • Global Business Panel Engine */
#mb10803SwitchOverlay{
 position:fixed;z-index:99999;inset:0;display:flex;align-items:center;justify-content:center;
 gap:14px;background:rgba(2,13,20,.58);backdrop-filter:blur(3px);
 opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease;
 color:#eefaff;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
}
#mb10803SwitchOverlay.show{opacity:1;visibility:visible;pointer-events:auto}
#mb10803SwitchOverlay>div:last-child{display:grid;gap:3px}
#mb10803SwitchOverlay b{font-size:17px}
#mb10803SwitchOverlay small{color:#93b6c7}
.mb10803-spinner{
 width:30px;height:30px;border-radius:50%;border:3px solid rgba(91,201,244,.2);
 border-top-color:#54cef9;animation:mb10803spin .75s linear infinite
}
@keyframes mb10803spin{to{transform:rotate(360deg)}}
body.mb10803-switching .bo-content{pointer-events:none}
body.mb10803-switching .bo-content>.bo-panel{visibility:hidden!important}
body.mb10803-switching #mb105IndustryPanel,
body.mb10803-switching #mb108Panel,
body.mb10803-switching [data-sp107-panel],
body.mb10803-switching [data-re106-panel]{visibility:hidden!important}

/* Wszystkie przyciski panelu mają stały model pudełkowy. */
.business-os-shell button,.business-os-shell a.bo-btn,.business-os-shell .sp107-btn,
.business-os-shell .re106-btn,.business-os-shell .sr108-primary,.business-os-shell .sr108-secondary,
.business-os-shell .mb105-btn{
 box-sizing:border-box!important;
 transform:none!important;
 scale:1!important;
}
