.btbp-floating-button{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:inherit;transition:opacity .3s ease,visibility .3s ease}.btbp-floating-button.btbp-hidden{opacity:0;visibility:hidden;pointer-events:none}.btbp-floating-button .btbp-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.6rem 3rem;font-weight:600;color:#fff;background:#00ce7e;border:none;border-radius:.8rem;text-decoration:none;transition:background .3s ease,opacity .3s ease,transform .3s ease;font-size:14px;cursor:pointer!important;box-shadow:0 4px 15px #00ce7e4d;white-space:nowrap;min-height:48px}.btbp-floating-button .btbp-cta-button:hover{background:linear-gradient(to right,#00b86b,#00a85a);transform:translateY(-2px);box-shadow:0 6px 25px #00ce7e66}.btbp-floating-button .btbp-cta-button:active{transform:translateY(0)}.btbp-floating-button .btbp-cta-button:disabled{opacity:.7;pointer-events:none;cursor:not-allowed;transform:none}.btbp-floating-button .btbp-cta-button .btn-loader{display:inline-flex;align-items:center;justify-content:center}.btbp-floating-button .btbp-cta-button .spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btbp-floating-button .btbp-cta-button .btn-text,.btbp-floating-button .btbp-cta-button .btn-loader{transition:all .3s ease}.btbp-floating-button .btbp-cta-button .btn-text{font-weight:600;color:inherit;font-family:Scale VF Regular,sans-serif!important;font-size:18px}.btbp-floating-button .btbp-cta-button .btn-loader{display:none}.btbp-floating-button[data-position=bottom-left]{bottom:20px;left:20px;right:auto}.btbp-floating-button[data-position=top-right]{top:20px;bottom:auto;right:20px}.btbp-floating-button[data-position=top-left]{top:20px;bottom:auto;left:20px;right:auto}.btbp-floating-button[data-position=center-bottom]{bottom:20px;left:50%;right:auto;transform:translate(-50%)}.btbp-floating-button[data-position=center-center]{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%)}.btbp-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.btbp-modal-overlay{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btbp-modal-container{position:relative;background:#fff;border-radius:20px;width:100%;max-width:1200px;max-height:98vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:btbpModalSlideIn .3s ease-out;overflow:hidden}.btbp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.btbp-modal-title{font-size:24px;font-weight:700;color:#1e293b;margin:0}.btbp-modal-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8fafc;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#64748b}.btbp-modal-close:hover{background:#e2e8f0;color:#1e293b}.btbp-modal-content{flex:1;overflow:hidden;position:relative}.btbp-iframe-container{width:100%;height:80vh;min-height:560px;max-height:900px;position:relative;overflow-y:scroll;background:#f8fafc}.btbp-iframe-container iframe{width:100%;height:100%;min-height:700px;border:none;border-radius:0 0 20px 20px;display:block;background:#fff;overflow:auto}.btbp-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:10001}.btbp-loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #25ce7d;border-radius:50%;animation:btbpSpin 1s linear infinite;margin-bottom:16px}.btbp-loading-text{font-size:16px;font-weight:500;color:#64748b}@keyframes btbpPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes btbpModalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes btbpSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.btbp-cta-button{bottom:16px;right:16px}.btbp-cta-btn{padding:12px 20px;min-width:180px}.btbp-cta-title{font-size:13px}.btbp-cta-subtitle{font-size:11px}.btbp-modal{padding:16px}.btbp-modal-container{max-height:95vh;border-radius:16px}.btbp-modal-header{padding:20px 24px}.btbp-modal-title{font-size:20px}.btbp-floating-button{bottom:15px;right:15px}.btbp-floating-button[data-position=bottom-left]{bottom:15px;left:15px}.btbp-floating-button[data-position=top-right]{top:15px;right:15px}.btbp-floating-button[data-position=top-left]{top:15px;left:15px}.btbp-floating-button[data-position=center-bottom]{bottom:15px;left:50%;transform:translate(-50%)}.btbp-floating-button[data-position=center-center]{top:50%;left:50%;transform:translate(-50%,-50%)}.btbp-floating-button .btbp-cta-button{padding:.6rem 2rem;font-size:12px;min-height:44px}.btbp-floating-button .btbp-cta-button .btn-text{font-size:16px}.btbp-iframe-container{height:75vh;min-height:500px;max-height:700px}.btbp-iframe-container iframe{border-radius:0 0 16px 16px;min-height:600px}.btbp-modal-container{max-width:95vw;max-height:95vh;margin:10px;border-radius:16px}}@media (max-width: 480px){.btbp-cta-btn{padding:10px 16px;min-width:160px}.btbp-cta-icon{width:28px;height:28px}.btbp-cta-icon svg{width:16px;height:16px}.btbp-modal-header{padding:16px 20px}.btbp-modal-title{font-size:18px}.btbp-iframe-container{height:83vh}}.btbp-floating-button{animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.btbp-floating-button .btbp-cta-button:focus{outline:2px solid white;outline-offset:2px}.btbp-floating-button .btbp-cta-button:focus:not(:focus-visible){outline:none}
/*# sourceMappingURL=/cdn/shop/t/16/assets/btbp-face-scan.css.map */
