#bft-rotate-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / .98);z-index:999999;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}#bft-rotate-overlay.bft-visible{display:flex!important}#bft-rotate-overlay .bft-rotate-icon{font-size:50px;margin-bottom:20px;animation:bft-spin 2s infinite linear;width:auto;height:auto}#bft-rotate-overlay h3{color:#c00;margin-bottom:10px;font-size:1.5em;font-weight:600}#bft-rotate-overlay p{color:#555;font-size:1.1em;line-height:1.4;margin:0}@keyframes bft-spin{0%{transform:rotate(0deg)}25%{transform:rotate(-90deg)}50%{transform:rotate(-90deg)}100%{transform:rotate(0deg)}}body.bft-rotate-locked{overflow:hidden!important}