.nhg-popup{z-index:1000000;text-align:initial;position:absolute;visibility:visible;opacity:1;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / 10%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);will-change:backdrop-filter,background,opacity}.nhg-popup.hidden{display:none}.nhg-popup[data-relation='wrapper']{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;position:fixed}.nhg-popup [data-relation='overlay']{display:block;max-height:calc(100% - 60px)}.nhg-popup.nhg-popup--hidden [data-relation='body']{transform:translateY(-25px)}.nhg-popup [data-relation='body']{overflow:hidden;position:relative;display:block;width:fit-content;max-width:500px;height:auto;max-height:100%;margin:0 auto;background:#fff;box-shadow:0 0 33px 5px rgb(0 0 0 / 8%);transform:translateY(0)}.nhg-popup [data-relation='scrollable']{max-height:calc(100vh - 60px);max-width:calc(100vw - 60px);overflow-x:hidden;overflow-y:auto;min-width:320px}.nhg-popup-container{padding:25px}.nhg-popup .nhg-popup__loading{display:flex;align-items:center;justify-content:center;min-height:120px;width:100%}.nhg-popup .nhg-popup-loader.loading-icon{content:url(../../../../../../../../plugins/nhg-framework/assets/icons/synchronize-arrows-1.svg);animation:nhg-loading-spin .5s infinite;animation-timing-function:linear;height:14px;width:14px}@keyframes nhg-loading-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.nhg-popup .nhg-popup-close{cursor:pointer;position:absolute;top:5px;right:5px;width:32px;height:32px;padding:7px;background:transparent;outline:none;border:unset;box-shadow:unset;z-index:999}.nhg-popup .nhg-popup-close span{position:relative;display:block;width:100%;height:100%;transform:rotate(45deg)}.nhg-popup .nhg-popup-close span:before,.nhg-popup .nhg-popup-close span:after{content:'';position:absolute;background:#000;border-radius:5px}.nhg-popup .nhg-popup-close span:before{top:calc(50% - 1px);left:0;width:100%;height:2px}.nhg-popup .nhg-popup-close span:after{top:0;left:calc(50% - 1px);height:100%;width:2px}.nhg-popup-header__fixed{position:fixed;width:100%;z-index:1;top:0}.nhg-popup-header div{font-size:14px;font-weight:700;position:relative;overflow:hidden;line-height:1.214;padding:12px 40px;box-shadow:inset 0 0 1px rgb(0 0 0 / 8%);text-transform:uppercase;text-align:center;color:#262f3e}.nhg-popup-header .info{background:#ffe094}.nhg-popup-header .error{background:#e85b5b;color:#fff;text-transform:none;text-align:inherit}.nhg-popup-header a{color:#fff;text-decoration:underline}.nhg-popup input[type='checkbox']{width:auto}.nhg-popup-actions{display:flex;justify-content:space-between}.nhg-popup-actions .nhg-popup-button{display:inline-block;font-size:10px;border-radius:0;box-shadow:none;margin:15px 25px;width:50%}.nhg-popup-actions .nhg-popup-button:first-child{margin-right:5px}.nhg-popup-actions .nhg-popup-button:nth-child(2){margin-left:5px}.nhg-popup-actions [data-action="close"]{background-color:#000;color:#fff}.nhg-popup-actions.nhg-popup-actions--column .nhg-popup-button{width:100%;margin-right:25px;margin-left:25px}@media only screen and (max-width:768px){.nhg-popup-container{padding:20px}.nhg-popup-actions .nhg-popup-button{margin:10px}.nhg-popup-actions.nhg-popup-actions--column .nhg-popup-button{margin-left:10px;margin-right:10px}}