.dddemo-bar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;left:0;padding:12px 24px;position:fixed;right:0;top:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1);z-index:1000001}.dddemo-bar--hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.dddemo-bar-inner{justify-content:space-between;margin:0 auto;max-width:1400px;width:100%}.dddemo-bar-inner,.dddemo-bar-left,.dddemo-bar-logo{align-items:center;display:flex}.dddemo-bar-logo img{display:block;height:auto;width:150px}.dddemo-bar-right{align-items:center;display:flex;gap:12px}.dddemo-bar-btn{align-items:center;background:#0256ff;border-radius:10px;color:#fff;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;padding:12px 20px;text-decoration:none}.dddemo-bar-btn:hover{background:#0046d5}.dddemo-bar-btn svg{height:16px;margin-left:8px;width:16px}.dddemo-bar-close{align-items:center;background:none;border:none;border-radius:50%;color:#475569;cursor:pointer;display:flex;justify-content:center;margin-left:4px;outline:none;padding:8px;transition:all .4s cubic-bezier(.16,1,.3,1)}.dddemo-bar-close:hover{background:rgba(0,0,0,.05);color:#0f172a;transform:scale(1.1)}.dddemo-bar-close:focus{outline:none}.dddemo-bar-close svg{height:18px;width:18px}html.has-dddemo-bar{margin-top:var(--dddemo-bar-height,0)!important;transition:margin-top .4s cubic-bezier(.16,1,.3,1)}html.has-dddemo-bar.admin-bar .dddemo-bar{top:32px}@media (max-width:782px){html.has-dddemo-bar.admin-bar .dddemo-bar{top:46px}}@media (max-width:640px){.dddemo-bar{padding:8px 0 8px 16px}.dddemo-bar-right{grid-gap:0}.dddemo-bar-logo{font-size:16px}.dddemo-bar-btn{font-size:12px}}