.qodex-dropbar{display:flex}.qodex-dropbar__inner{position:relative}.qodex-dropbar__button{display:flex;align-items:center;width:100%;max-width:100%;border:1px none}.qodex-dropbar__button-text{flex-grow:1;text-align:center}body:not(.rtl) .qodex-dropbar__button-icon--before:not(:only-child){margin-right:5px}body:not(.rtl) .qodex-dropbar__button-icon--after:not(:only-child){margin-left:5px}.qodex-dropbar__content-wrapper{position:absolute;z-index:999;width:300px;visibility:hidden;pointer-events:none;opacity:0;transition:200ms}.qodex-dropbar--none-effect .qodex-dropbar__content-wrapper,.qodex-dropbar-open .qodex-dropbar__content-wrapper{transition:none}.qodex-dropbar-open .qodex-dropbar__content-wrapper{visibility:visible;pointer-events:auto;opacity:1}.qodex-dropbar__content-wrapper:before{position:absolute}.qodex-dropbar-open .qodex-dropbar__content-wrapper:before{content:""}.qodex-dropbar__content{position:relative;padding:10px;background-color:#F7F7FB}.qodex-dropbar--fade-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexFade 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--zoom-in-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexZoomIn 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--zoom-out-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexZoomOut 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-up-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveUp 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-down-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveDown 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-left-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveLeft 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-right-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveRight 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-up-big-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveUpBig 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-down-big-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveDownBig 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-left-big-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveLeftBig 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--slide-right-big-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexMoveRightBig 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--fall-perspective-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexFallPerspective 500ms cubic-bezier(0.26,0.69,0.37,0.96)}.qodex-dropbar--flip-in-x-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexFlipInX 500ms;backface-visibility:visible}.qodex-dropbar--flip-in-y-effect.qodex-dropbar-open .qodex-dropbar__content{animation:qodexFlipInY 500ms;backface-visibility:visible}.qodex-dropbar-fixed{position:fixed;z-index:9999;padding:10px}.qodex-dropbar-fixed--top-left-position{top:0;left:0}.qodex-dropbar-fixed--top-center-position{top:0;left:50%;transform:translateX(-50%)}.qodex-dropbar-fixed--top-right-position{top:0;right:0}.qodex-dropbar-fixed--center-left-position{top:50%;left:0;transform:translateY(-50%)}.qodex-dropbar-fixed--center-center-position{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.qodex-dropbar-fixed--center-right-position{top:50%;right:0;transform:translateY(-50%)}.qodex-dropbar-fixed--bottom-left-position{bottom:0;left:0}.qodex-dropbar-fixed--bottom-center-position{bottom:0;left:50%;transform:translateX(-50%)}.qodex-dropbar-fixed--bottom-right-position{bottom:0;right:0}.dropbar-pp-fixed-yes .qodex-dropbar__content-wrapper{position:fixed}.qodex-dropbar-edit-link{position:absolute;top:5px;right:5px;display:inline-block;padding:5px;background-color:#b7084e;color:#fff;border-radius:3px;font-size:14px;line-height:1;text-align:center}.qodex-dropbar-edit-link i{width:1em;height:1em}.qodex-dropbar-edit-link:hover{background-color:#840739;color:#fff}body:not(.body-loaded) .qodex-dropbar__content-wrapper{display:none}.dropbar-pp-fixed-yes .qodex-dropbar__content-wrapper:before{position:fixed;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);background-color:#000;opacity:0.8}button.btn-close-dropbar{position:absolute;background:none;border:none;padding:0;font-size:20px;width:40px;height:40px;line-height:40px;top:0;right:0;display:none}.qodex-dropbar--click button.btn-close-dropbar{display:block}