#bls-widget-root{z-index:999999;font-family:inherit;line-height:1.6;position:fixed}.bls-pos-br{bottom:18px;right:18px}.bls-pos-bl{bottom:18px;left:18px}.bls-pos-tr{top:18px;right:18px}.bls-pos-tl{top:18px;left:18px}.bls-btn{cursor:pointer;border:none;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 8px 22px -6px #0006}.bls-btn svg{width:46%;height:46%}.bls-shape-circle{border-radius:50%}.bls-shape-rounded{border-radius:16px}.bls-shape-square{border-radius:4px}.bls-label{white-space:nowrap;color:#fff;opacity:0;pointer-events:none;background:#23201c;border-radius:8px;padding:6px 11px;font-size:12px;font-weight:600;transition:opacity .2s;position:fixed}#bls-widget-root:hover .bls-label{opacity:1}.bls-menu{flex-direction:column;gap:9px;min-width:190px;display:flex;position:fixed}.bls-item{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:999px;align-items:center;gap:10px;padding:8px 14px 8px 8px;display:flex;box-shadow:0 8px 18px -6px #00000047}.bls-item-icon{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.bls-item-icon svg{width:56%;height:56%}.bls-item span{color:#23201c;font-size:12.5px;font-weight:700}.bls-effect-pulse{animation:2.1s infinite blsPulse}@keyframes blsPulse{0%{box-shadow:0 8px 22px -6px #0006,0 0 0 0 var(--bls-pulse,#0006)}70%{box-shadow:0 8px 22px -6px #0006,0 0 0 16px #fff0}to{box-shadow:0 8px 22px -6px #0006,0 0 #fff0}}.bls-effect-bounce{animation:1.9s ease-in-out infinite blsBounce}@keyframes blsBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.bls-effect-shake{animation:3.2s ease-in-out infinite blsShake}@keyframes blsShake{0%,90%,to{transform:rotate(0)}92%{transform:rotate(-8deg)}94%{transform:rotate(8deg)}96%{transform:rotate(-6deg)}98%{transform:rotate(4deg)}}.bls-overlay{z-index:9999999;background:#14120f80;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.bls-modal{direction:rtl;background:#fff;border-radius:16px;width:100%;max-width:360px;padding:22px;font-family:inherit;box-shadow:0 24px 60px -16px #0006}.bls-modal h3{margin:0 0 4px;font-size:16px;font-weight:800}.bls-modal p{color:#6b6355;margin:0 0 16px;font-size:12.5px}.bls-modal .f{margin-bottom:11px}.bls-modal label{margin-bottom:5px;font-size:12px;font-weight:700;display:block}.bls-modal input{box-sizing:border-box;border:1px solid #ddd;border-radius:9px;width:100%;padding:9px 11px;font-family:inherit;font-size:13px}.bls-modal-actions{gap:8px;margin-top:16px;display:flex}.bls-modal-actions button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-size:13px;font-weight:700}.bls-cancel{color:#211e1a;background:#f1ede3}.bls-submit{color:#fff;background:#2f5c53}.bls-err{border-color:#b5533c!important}@media (width<=768px){body.bls-hide-desktop-only #bls-widget-root.bls-desktop-only{display:none}}