.burger-menu{align-items:center;border-radius:var(--radius-big);cursor:pointer;display:flex;height:var(--headerSize);justify-content:center;width:var(--headerSize)}@media (min-width:1280px){.burger-menu{display:none}}@media (max-width:1023px){.menu-expanded .burger-menu{order:-1}}.burger-menu .burger{display:flex;flex-direction:column;height:20px;justify-content:space-between;width:20px}.burger-menu .burger.displayArrow{position:relative}.burger-menu .burger.displayArrow:after,.burger-menu .burger.displayArrow:before{border-color:var(--comment);border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:10px;inset:0;position:absolute;transform:rotate(45deg);transition:var(--animation);width:10px}.burger-menu .burger.displayArrow:after{left:8px}.menu-expanded .burger-menu .burger.displayArrow:after,.menu-expanded .burger-menu .burger.displayArrow:before{margin-left:18px;transform:rotate(-135deg)}.menu-expanded .burger-menu .burger.displayArrow:after{left:-8px}.burger-menu .burger:not(.displayArrow){height:20px;width:2rem}.burger-menu .burger:not(.displayArrow) .split1,.burger-menu .burger:not(.displayArrow) .split2,.burger-menu .burger:not(.displayArrow) .split3{background-color:var(--grey-color-dark);background-color:var(--comment);flex-basis:10%;flex-basis:auto;height:4px;transition:var(--animation);width:100%}.burger-menu .burger:not(.displayArrow):focus .split1,.burger-menu .burger:not(.displayArrow):focus .split2,.burger-menu .burger:not(.displayArrow):focus .split3,.burger-menu .burger:not(.displayArrow):hover .split1,.burger-menu .burger:not(.displayArrow):hover .split2,.burger-menu .burger:not(.displayArrow):hover .split3{background-color:var(--bg-dark)}.menu-collapsed .burger-menu .burger:not(.displayArrow):focus .split1,.menu-collapsed .burger-menu .burger:not(.displayArrow):hover .split1{transform:rotate(30deg) translateX(8px) rotateY(50deg)}.menu-collapsed .burger-menu .burger:not(.displayArrow):focus .split2,.menu-collapsed .burger-menu .burger:not(.displayArrow):hover .split2{transform:translateX(2px)}.menu-collapsed .burger-menu .burger:not(.displayArrow):focus .split3,.menu-collapsed .burger-menu .burger:not(.displayArrow):hover .split3{transform:rotate(-30deg) translateX(8px) rotateY(50deg)}.menu-expanded .burger-menu .burger:not(.displayArrow):focus .split1,.menu-expanded .burger-menu .burger:not(.displayArrow):hover .split1{transform:rotate(-30deg) translateX(-8px) rotateY(50deg)}.menu-expanded .burger-menu .burger:not(.displayArrow):focus .split2,.menu-expanded .burger-menu .burger:not(.displayArrow):hover .split2{transform:translateX(-2px)}.menu-expanded .burger-menu .burger:not(.displayArrow):focus .split3,.menu-expanded .burger-menu .burger:not(.displayArrow):hover .split3{transform:rotate(30deg) translateX(-8px) rotateY(50deg)}.burger-menu:focus .burger.displayArrow:after,.burger-menu:focus .burger.displayArrow:before,.burger-menu:hover .burger.displayArrow:after,.burger-menu:hover .burger.displayArrow:before{border-color:var(--bg-dark)}.burger-menu:focus .burger.displayArrow:after,.burger-menu:hover .burger.displayArrow:after{translate:2px}.menu-expanded .burger-menu:focus .burger.displayArrow:after,.menu-expanded .burger-menu:hover .burger.displayArrow:after{translate:-2px}.megamenu-root{background-color:var(--blue);border-radius:0 0 var(--radius-big) var(--radius-big);display:flex;flex-flow:column nowrap;gap:.5rem;height:100%;overflow-y:auto;padding-block:10px;position:relative;-webkit-overflow-scrolling:touch}.megamenu-root::-webkit-scrollbar{height:10px;width:10px}.megamenu-root::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.megamenu-root::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.megamenu-root::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.megamenu-root::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.megamenu-root::-webkit-scrollbar-track{background-color:var(--blue)}.megamenu-root::-webkit-scrollbar-thumb{border-color:var(--blue)}.megamenu-root::-webkit-scrollbar-thumb:hover{background-color:var(--bg)}.megamenu-root:has(.megamenu-root-mobilepanel){overflow:hidden}.megamenu-root .searchmenu{background-color:hsla(0,0%,8%,0);border-radius:var(--radius-small);opacity:.3;padding:8px;position:absolute;right:2px;top:2px;transition:var(--animation)}.megamenu-root .searchmenu:hover{background-color:#141414;opacity:1}.megamenu-root .searchmenu i{display:block;font-size:14px;height:14px;width:14px}.megamenu-root .megamenu-entry .megamenu-entry-content{border-radius:var(--radius-big);margin-inline:.75rem;padding:8px .5rem;transition:var(--animation)}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items{position:relative}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-enty-items-bloc{padding-bottom:4px}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-enty-items-bloc:last-child{padding-bottom:0}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-enty-items-bloc .label{color:#bbb;cursor:default;font-family:var(--headlinefont);font-size:10px;opacity:.8;padding-left:24px;text-decoration:none}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-entry-favitem{color:var(--white-color);display:block;font:500 var(--text-size-smaller) var(--headlinefont);opacity:1;padding-left:44px;text-decoration:none;transition:var(--animation)}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-entry-favitem:not(:last-child){padding-bottom:4px}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-entry-favitem.active{color:var(--text);font-weight:700}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-entry-favitem:hover{color:var(--text);opacity:1}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .megamenu-entry-favitem:not(:hover):not(.active){opacity:.6}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-items .showmore{background-color:#000;cursor:pointer;font-size:var(--text-size-normal);height:16px;position:absolute;right:2px;top:2px;width:16px}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenupanelitem.megamenu-entry-favitem.active{color:var(--primary-color)}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item{align-items:center;color:#eee;cursor:pointer;display:flex;flex-flow:row nowrap;opacity:1;text-decoration:none;transition:var(--animation)}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item .icon i{align-items:center;background:none;color:var(--white-color);display:flex;font-size:20px;height:32px;justify-content:center;transition:var(--animation);width:32px}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item .icon i:before{display:flex}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item .toggle{align-items:center;display:flex;height:32px;justify-content:center;transform:rotate(90deg);transition:var(--animation);width:32px}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item .toggle i{font-size:14px;height:14px;width:14px}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item .item-title,.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item .label{color:var(--white-color);flex-grow:1;font:600 var(--text-size-small) var(--headlinefont);margin-left:12px;transition:var(--animation)}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item:hover{color:#fff;opacity:1}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item.active,.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item:hover .label{color:var(--primary-color)}.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item.active .icon>i,.megamenu-root .megamenu-entry .megamenu-entry-content .megamenu-entry-item.active .label{color:var(--text)}.megamenu-root .megamenu-entry .megamenu-entry-content.expanded .megamenu-entry-item .toggle{transform:rotate(-90deg)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active,.megamenu-root .megamenu-entry .megamenu-entry-content:hover{background-color:var(--bg-dark);color:var(--blue)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-favitem,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-favitem{color:var(--text)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item{transition:var(--animation)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item .icon>i,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item .icon>i{color:var(--text)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item .item-title,.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item .label,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item .item-title,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item .label{color:var(--primary-color)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item.active .icon>i,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item.active .icon>i{color:var(--text)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item.active:has(.label:hover) .icon>i,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item.active:has(.label:hover) .icon>i{color:var(--text)}.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item.active .label,.megamenu-root .megamenu-entry .megamenu-entry-content.tooltip-active .megamenu-entry-item.active .label:hover,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item.active .label,.megamenu-root .megamenu-entry .megamenu-entry-content:hover .megamenu-entry-item.active .label:hover{color:var(--text)}.megamenu-root .megamenu-entry .megamenu-entry-content:has(.active){background-color:var(--bg-dark)}.megamenu-root .megamenu-entry .megamenu-entry-content:has(.active) .megamenu-entry-item .label,.megamenu-root .megamenu-entry .megamenu-entry-content:has(.active) .megamenu-entry-item i{color:var(--blue)}.megamenu-root .megamenu-entry .megamenu-entry-content:has(.active) .megamenu-entry-favitem{color:var(--text)}.megamenu-root.menu-collapsed .searchmenu{display:none}.megamenu-root.menu-collapsed .megamenu-entry .megamenu-entry-item{justify-content:flex-end}.megamenu-root.menu-collapsed .megamenu-entry .megamenu-entry-item .item-title,.megamenu-root.menu-collapsed .megamenu-entry .megamenu-entry-item .label,.megamenu-root.menu-collapsed .megamenu-entry .megamenu-entry-items{display:none}.megamenu-root .megamenu-root-mobilepanel{inset:var(--headerSize) 0 .5rem .5rem;position:fixed}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel{border-radius:0 0 var(--radius-big) var(--radius-big);height:100%;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar{height:10px;width:10px}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar-track{background-color:var(--blue)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar-thumb{border-color:var(--blue)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel::-webkit-scrollbar-thumb:hover{background-color:var(--bg)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel .entry-title{background-color:var(--blue);margin:0;padding:.5rem;position:sticky;top:0}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel .entry-title .icon{height:20px;width:20px}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel .entry-title .entry-label{color:var(--white-color);font:500 var(--text-size-normal) var(--headlinefont)}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel .megamenu-panel-sections{flex-direction:column;gap:.5rem;padding:.5rem}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel .megamenu-panel-sections .megamenu-favorite-wrapper .megamenu-favorite-button{opacity:1}.megamenu-root .megamenu-root-mobilepanel .megamenu-panel .megamenu-panel-sections .megamenu-favorite-wrapper .megamenu-favorite-button .inwink-star-outline:before{font-weight:400}.megamenu-root .megamenumobilepanel-enter{transform:translateX(100%)}.megamenu-root .megamenumobilepanel-enter.megamenumobilepanel-enter-active{transform:translateX(0);transition:transform .3s ease-out}.megamenu-root .megamenumobilepanel-exit{pointer-events:none;transform:translateX(0)}.megamenu-root .megamenumobilepanel-exit.megamenumobilepanel-exit-active{transform:translateX(100%);transition:transform .2s ease-out}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content{background:none;box-shadow:none;max-height:80vh;padding-left:12px}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal{background-color:var(--blue);border-radius:var(--radius-big);color:var(--text);font-size:var(--text-size-normal);max-width:none}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel,.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .tooltip{max-height:100%}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel-section-items{display:flex;flex-flow:column wrap;font-size:var(--text-size-smaller)}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel-section-items .megamenu-panel-bloc-items{display:grid;max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel-section-items .megamenu-panel-bloc-items::-webkit-scrollbar{height:10px;width:10px}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel-section-items .megamenu-panel-bloc-items::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel-section-items .megamenu-panel-bloc-items::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel-section-items .megamenu-panel-bloc-items::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-shell.popovertooltip.megamenu-popover-modal .popover-content .popover-modal .megamenu-panel-section-items .megamenu-panel-bloc-items::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.inwinkloader{height:120px;position:relative;width:120px}.inwinkloader .inwinkloader #head{animation:inwinkloader-head 3s linear infinite;transform-box:fill-box;transform-origin:center}.inwinkloader .inwinkloader #largebody{animation:inwinkloader-spin 3s linear infinite;transform:rotate(10deg);transform-box:fill-box;transform-origin:center}.inwinkloader .inwinkloader #smallbody{animation:inwinkloader-spin-reverse 3s linear infinite;transform-box:fill-box;transform-origin:center center}.inwinkloader .people-body01,.inwinkloader .people-body02{height:56%;width:56%}.inwinkloader .people-head{animation:inwinkloader-head 3s linear infinite;left:30%;position:absolute;top:8%;width:18%}.inwinkloader .people-body01{animation:inwinkloader-spin 3s linear infinite;left:12%;position:absolute;top:30%}.inwinkloader .people-body02{animation:inwinkloader-spin-reverse 3s linear infinite;height:40%;left:45%;position:absolute;top:46%;width:40%}.funloader{align-items:center;display:flex;height:300px;justify-content:center;width:300px}.funloader img{max-height:100%;max-width:100%}@keyframes inwinkloader-head{0%{transform:translate(0) scale(1)}38%{transform:translate(0) scale(1)}48%{transform:translateY(124%) scaleX(.85)}50%{transform:translateY(140%) scaleY(.7)}54%{transform:translate(100%,10%) scaleX(.85)}61%{transform:translate(180%,215%) scale(1)}63%{transform:translate(180%,217%) scaleY(.6)}72%{transform:translate(40%) scale(1)}80%{transform:translate(-50%,125%) scale(1)}82%{transform:translate(-50%,118%) scaleY(.7)}95%{transform:translate(-10%,-20%) scaleX(.9)}to{transform:translate(0) scale(1)}}@keyframes inwinkloader-spin{0%{transform:rotate(0deg) scale(1)}20%{transform:rotate(0deg) scale(1)}30%{transform:rotate(0deg) scale(.4)}80%{transform:rotate(1turn) scale(.4)}90%{transform:rotate(1turn) scale(1)}95%{transform:rotate(1turn) scale(1.1)}to{transform:rotate(1turn) scale(1)}}@keyframes inwinkloader-spin-reverse{0%{transform:rotate(1turn) scale(1)}20%{transform:rotate(1turn) scale(1)}32%{transform:rotate(340deg) scale(.5)}82%{transform:rotate(0deg) scale(.5)}90%{transform:rotate(0deg) scale(1)}95%{transform:rotate(0deg) scale(1.1)}to{transform:rotate(0deg) scale(1)}}.megamenu-panel{background-color:var(--blue);font-family:var(--headlinefont);padding:8px}.megamenu-panel .entry-title{align-items:center;border-radius:var(--radius-big);color:var(--white-color);display:flex;font:600 var(--text-size-normal) var(--headlinefont);gap:.5rem;margin-bottom:1rem}.megamenu-panel .entry-title .backbtn{background-color:var(--bg-darkest);color:var(--text);display:flex;margin-right:10px;padding:4px;transition:var(--animation)}.megamenu-panel .entry-title .backbtn>i{align-items:center;display:inline-flex;font-size:10px;height:20px;justify-content:center;transform:rotate(180deg);width:20px}.megamenu-panel .entry-title .backbtn:hover{background-color:var(--comment);color:var(--white-color)}.megamenu-panel .entry-title .icon{align-items:center;border:none;border-radius:var(--radius-small);color:var(--white-color);display:flex;height:32px;justify-content:center;width:32px}.megamenu-panel .entry-title .icon>i{display:inline-flex;font-size:20px;height:20px;width:20px}.megamenu-panel .entry-title .icon>i:before{display:flex}.megamenu-panel .megamenu-panel-sections{display:flex;flex-flow:row nowrap;gap:1.5rem;justify-content:space-between}.megamenu-panel .megamenu-panel-section{background-color:var(--bg-dark);border:2px solid var(--bg-dark);border-radius:var(--radius-big);margin:0;min-width:220px;padding:1rem;transition:var(--animation);width:100%}.megamenu-panel .megamenu-panel-section h3,.megamenu-panel .megamenu-panel-section h4{color:var(--primary-color);font-weight:600}.megamenu-panel .megamenu-panel-section .section-title,.megamenu-panel .megamenu-panel-section h3{align-items:center;color:var(--text);display:flex;font-size:var(--text-size-small);margin-bottom:1rem}.megamenu-panel .megamenu-panel-section .section-title .section-label,.megamenu-panel .megamenu-panel-section h3 .section-label{white-space:nowrap}.megamenu-panel .megamenu-panel-section .section-title .icon,.megamenu-panel .megamenu-panel-section h3 .icon{margin-right:8px}.megamenu-panel .megamenu-panel-section .section-title .icon>i,.megamenu-panel .megamenu-panel-section h3 .icon>i{display:inline-flex;font-size:16px;height:16px;width:16px}.megamenu-panel .megamenu-panel-bloc .bloc-title{color:var(--text);font-family:var(--headlinefont);margin-bottom:.5rem}.megamenu-panel .megamenu-panel-bloc:not(:last-child){margin-bottom:12px}.megamenu-panel .megamenu-panel-bloc h4{color:var(--primary-color);font:600 1rem var(--headlinefont)}.megamenu-panel .megamenu-panel-bloc .bloc-title.megamenu-favorite-wrapper{cursor:default;display:flex}.megamenu-panel .megamenu-panel-bloc .bloc-title.megamenu-favorite-wrapper>span{flex:1}.megamenu-panel .megamenu-panel-bloc .bloc-title.megamenu-favorite-wrapper.favorite .megamenu-favorite-button{opacity:0}.megamenu-panel .megamenu-panel-bloc .bloc-title.megamenu-favorite-wrapper:hover.favorite .megamenu-favorite-button{opacity:1}.megamenu-panel .megamenu-panel-bloc .megamenu-panel-bloc-items>ul{margin:0;padding-inline-start:12px}.megamenu-panel .megamenu-panel-bloc .megamenu-panel-bloc-items ul{padding-inline-start:12px}.megamenu-panel .megamenu-panel-bloc .megamenu-panel-bloc-items ul li{list-style:none}.megamenu-panel .megamenu-panel-bloc .megamenu-panel-bloc-items ul li .megamenu-panel-item .megamenu-panel-item-link{color:var(--text);font:500 var(--text-size-smaller) var(--headlinefont);opacity:.6;text-decoration:none;transition:var(--animation)}.megamenu-panel .megamenu-panel-bloc .megamenu-panel-bloc-items ul li .megamenu-panel-item .megamenu-panel-item-link.active,.megamenu-panel .megamenu-panel-bloc .megamenu-panel-bloc-items ul li .megamenu-panel-item .megamenu-panel-item-link:hover{color:var(--primary-color);opacity:1}.megamenu-panel .megamenu-panel-bloc .megamenu-favorite-button{color:var(--comment);cursor:pointer}.megamenu-panel .megamenu-panel-bloc .megamenu-favorite-button .inwink-star-outline{transition:var(--animation)}.megamenu-panel .megamenu-panel-bloc .megamenu-favorite-button .inwink-star-outline:before{font-weight:700}.megamenu-panel .megamenu-panel-bloc .megamenu-favorite-button .inwink-star,.megamenu-panel .megamenu-panel-bloc .megamenu-favorite-button .inwink-star-outline:hover{color:var(--primary-color)}.megamenu-panel .megamenu-panel-item{align-items:center;display:flex;padding-block:2px}.megamenu-panel .megamenu-panel-item .megamenu-panel-item-link{color:inherit;cursor:pointer;display:block;flex-grow:1;font:500 var(--text-size-small) var(--basefont);opacity:.8;text-decoration:none;transition:var(--animation)}.megamenu-panel .megamenu-panel-item .megamenu-panel-item-link.active{color:inherit;font-weight:700}.megamenu-panel .megamenu-panel-item .megamenu-panel-item-link:hover{opacity:1;text-decoration:underline}.megamenu-panel .megamenupanelitem{text-decoration:none}.megamenu-panel .megamenupanelitem:hover{text-decoration:underline}.megamenu-panel .megamenupanelitem .item-icon{margin-right:8px;opacity:.9}.megamenu-panel .megamenu-favorite-wrapper .megamenu-favorite-button{margin-left:8px;opacity:0;transition:var(--animation)}.megamenu-panel .megamenu-favorite-wrapper .megamenu-favorite-button>i{display:block;font-size:14px;height:14px;width:14px}.megamenu-panel .megamenu-favorite-wrapper.favorite .megamenu-favorite-button{color:#daa520}.megamenu-panel .megamenu-favorite-wrapper.favorite .megamenu-favorite-button,.megamenu-panel .megamenu-favorite-wrapper:hover .megamenu-favorite-button{opacity:1}.animatedpagetransitioncontainer{overflow:hidden}.animatedpagetransitioncontainer .pagestransition,.appmenu,.appmenu .appmenu-swipe,.appmenu .swipeableviews-container{height:100%}.appmenu .appmenu-content{background-color:transparent;color:var(--grey-color-dark);display:flex;flex-flow:column nowrap;height:100%;padding:clamp(.25rem,.5vw,.5rem) 0 clamp(.25rem,.5vw,.5rem) clamp(.25rem,.5vw,.5rem);-webkit-overflow-scrolling:touch}.appmenu .appmenu-content::-webkit-scrollbar{height:10px;width:10px}.appmenu .appmenu-content::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.appmenu .appmenu-content::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.appmenu .appmenu-content::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.appmenu .appmenu-content::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.appmenu .appmenu-content>header{align-items:center;-webkit-backdrop-filter:contrast(.875);backdrop-filter:contrast(.875);background-color:var(--blue);border-radius:var(--radius-big) var(--radius-big) 0 0;color:var(--grey-color-dark);display:flex;height:var(--headerSize);padding-inline:1rem;position:relative}.menu-collapsed .appmenu .appmenu-content>header{margin-left:auto}.appmenu .appmenu-content>header a:active{text-decoration:none}.appmenu .appmenu-content>header .env{background-color:var(--blue);border-radius:var(--radius-small);color:var(--comment);font:700 var(--text-size-smaller) var(--headlinefont);letter-spacing:-1px;padding:.5rem;position:absolute;right:10px;text-transform:uppercase;transition:var(--animation)}.appmenu .appmenu-content>header .env:hover{border-color:var(--white-color);box-shadow:0 0 10px 0 var(--white-color);color:var(--white-color)}.appmenu .appmenu-content>header>a{align-items:center;display:flex;justify-content:space-between;padding-left:8px;text-decoration:none;width:100%}.appmenu .appmenu-content>header>a img{height:32px}.appmenu .appmenu-content>section{height:calc(100% - var(--headerSize));position:relative}.appmenu .appmenu-content>section .megamenu-root .megamenu-entry .megamenu-entry-item.active,.appmenu .appmenu-content>section .megamenu-root .megamenu-entry .megamenu-entry-item.megamenupanelitem.active .item-title,.appmenu .appmenu-content>section .megamenu-root .megamenu-entry .megamenu-entry-item.megamenupanelitem:hover .item-title,.appmenu .appmenu-content>section .megamenu-root .megamenu-entry .megamenu-entry-item:hover .label,.appmenu .appmenu-content>section .megamenu-root .megamenu-entry .megamenupanelitem.megamenu-entry-favitem.active,.appmenu .appmenu-content>section .megamenu-root .megamenu-entry .megamenupanelitem.megamenu-entry-favitem:hover,.appmenu .appmenu-content>section .megamenu-root .megamenu-panel .entry-title{color:var(--primary-color)}.app-menu-tree .app-menu-tree-item{margin-bottom:.2em}.app-menu-tree .app-menu-tree-item.licence-inactive{cursor:not-allowed;opacity:.4}.app-menu-tree .app-menu-tree-item.licence-inactive:hover{opacity:.6}.app-menu-tree .app-menu-tree-item>header{color:#9393a1;padding:4px 0}.app-menu-tree .app-menu-tree-item>header .icon{margin-right:8px}.app-menu-tree .app-menu-tree-item>header .chevron{height:16px;margin-right:8px;transform:rotate(0deg)}.app-menu-tree .app-menu-tree-item>header a{color:inherit;text-decoration:none}.app-menu-tree .app-menu-tree-item>header a.active{color:var(--primary-color)}.app-menu-tree .app-menu-tree-item>header a:hover{text-decoration:underline}.app-menu-tree .app-menu-tree-item>section{margin-bottom:.8em;padding-left:20px}.app-menu-tree .app-menu-tree-item.expanded>header .chevron{transform:rotate(90deg)}.app-menu-tree .app-menu-tree-item.depth-0>header{color:#e3e3f1;display:flex;text-transform:uppercase;word-break:break-word}.app-layout.menu-collapsed .appmenu .menu-section-detail:hover .hover-title{opacity:1;right:-10px;visibility:visible}.popovertooltip.appmenutooltip-modal .popover-content{background-color:transparent;padding-left:16px;width:320px}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal{background-color:#242427;color:var(--white-color)}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .app-menu-tree{padding:0}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip{padding:0 8px}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip a{color:inherit;text-decoration:none}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip h3{color:var(--primary-color);font-size:.9rem;margin-bottom:.5em;text-transform:uppercase}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip .menu-item{align-items:center;color:#e3e3f1;display:flex;padding:8px 0;text-decoration:none}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip .menu-item .iwicon{height:40px;margin-right:8px;width:40px}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip .menu-item .title{font-weight:400}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip .menu-item .desc{color:#aaa;font-size:.8rem;text-transform:none}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip .menu-item .icon{color:#999;font-size:18pt;margin-right:12px}.popovertooltip.appmenutooltip-modal .popover-content .popover-modal .menusectiontooltip .menu-item.active{color:var(--primary-color)}@media (min-width:1280px){.appmenu .appmenu-content>header .burger-menu{display:flex;order:0}.appmenu .appmenu-content>header .burger-menu .burger{height:18px;width:18px}.appmenu .appmenu-content>header .burger-menu .burger:hover .split1,.appmenu .appmenu-content>header .burger-menu .burger:hover .split2,.appmenu .appmenu-content>header .burger-menu .burger:hover .split3,.appmenu .appmenu-content>header .burger-menu .burger:hover .split4{background-color:var(--grey-color-dark)}.appmenu .appmenu-content>header .burger-menu .burger .split1,.appmenu .appmenu-content>header .burger-menu .burger .split2,.appmenu .appmenu-content>header .burger-menu .burger .split3,.appmenu .appmenu-content>header .burger-menu .burger .split4{display:block;height:2px}.menu-collapsed .appmenu .appmenu-content>header .burger-menu .burger .split1{transform:rotate(24deg) translateX(8px) rotateY(66deg)}.menu-collapsed .appmenu .appmenu-content>header .burger-menu .burger .split2{transform:translateX(4px)}.menu-collapsed .appmenu .appmenu-content>header .burger-menu .burger .split3{transform:rotate(-24deg) translateX(8px) rotateY(66deg)}.menu-collapsed .appmenu .appmenu-content>header .burger-menu .burger .split4{transform:rotate(90deg) translateX(-10px) rotateY(20deg) translateY(-12px)}.menu-expanded .appmenu .appmenu-content>header .burger-menu .burger .split1{transform:rotate(-24deg) translateX(-8px) rotateY(66deg)}.menu-expanded .appmenu .appmenu-content>header .burger-menu .burger .split2{transform:translateX(-4px)}.menu-expanded .appmenu .appmenu-content>header .burger-menu .burger .split3{transform:rotate(24deg) translateX(-8px) rotateY(66deg)}.menu-expanded .appmenu .appmenu-content>header .burger-menu .burger .split4{transform:rotate(-90deg) translateX(10px) rotateY(20deg) translateY(-12px)}}@media screen and (min-width:768px) and (min-height:600px){.appmenu>header{background-color:transparent}}@media screen and (max-width:1280px){.menu-collapsed .appmenu .appmenu-content>header{margin:0;padding:0}.menu-collapsed .appmenu .appmenu-content>header>a{display:none}.menu-collapsed .appmenu .appmenu-content>header .burger-menu{position:absolute;right:3px}}.app-layout .app-header>.app-header-side .action-btn{position:relative}.app-layout .app-header>.app-header-side .action-btn .iconurl{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.app-layout .app-header>.app-header-side .action-btn .iconurl img{display:flex;max-height:70%;max-width:70%}.app-layout .app-header>.app-header-side .action-btn .iconurl svg{width:2.5rem}.app-layout .app-header>.app-header-side .action-btn .iconurl svg .d,.app-layout .app-header>.app-header-side .action-btn .iconurl svg .e{fill:#fff}.app-layout .app-header>.app-header-side .action-btn .iconurl svg .e{isolation:isolate;opacity:.9}.app-layout .app-header>.app-header-side .action-btn .iconurl svg .f{fill:var(--primary-color)}.app-layout .app-header>.app-header-side .action-btn:last-child{margin-right:12px}.app-layout .app-header>.app-header-side .action-btn .action-label{display:none}.app-layout .app-header>.app-header-side .action-btn .badge{background-color:var(--alert-red-color);border-radius:var(--radius-big);color:var(--white-color);font-size:10px;height:16px;min-width:16px;position:absolute;right:-4px;text-align:center;top:-4px}.app-header .profile .toggleNotifications{align-items:center;display:inline-flex;margin:0 8px}.app-header .profile .toggleNotifications>.centered{position:relative}.app-header .profile .toggleNotifications>.centered .badge{background-color:var(--alert-red-color);border-radius:50%;color:var(--white-color);font-size:10px;height:20px;line-height:20px;position:absolute;right:-6px;text-align:center;top:-6px;width:20px}.popover-shell.appshellnotifspopover .popover-content{height:400px;padding:10px;width:400px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications{display:flex;flex-flow:column nowrap;gap:10px;height:100%;width:100%}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>footer,.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>header{display:flex;gap:10px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>footer a,.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>footer button,.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>header a,.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>header button{background-color:transparent;border:none;color:var(--comment);font:600 var(--text-size-smallest) var(--headlinefont);height:auto;padding:0;text-decoration:none;transition:var(--animation)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>footer a:hover,.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>footer button:hover,.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>header a:hover,.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>header button:hover{color:var(--text)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section{background-color:var(--bg-darkest);border-radius:var(--radius-small);display:flex;flex-flow:column nowrap;gap:10px;height:100%;overflow:hidden auto;-webkit-overflow-scrolling:touch}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section::-webkit-scrollbar{height:10px;width:10px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification{transition:var(--animation)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-progress{display:flex;padding:4px;width:100%}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-progress .notification-progress-bar{background-color:var(--comment);flex-grow:1;height:4px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-progress .notification-progress-bar .progress-value{background-color:var(--primary-color);height:100%;transition:width .4s ease-out}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-progress .notification-progress-value{font-size:9pt;padding-left:8px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content{display:flex;flex-flow:row nowrap;gap:10px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .icon{align-content:center;padding:10px 0 10px 10px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .icon i{align-items:center;aspect-ratio:1;background-color:var(--bg-darker);border-radius:50%;color:var(--comment);display:flex;font-size:14px;height:30px;justify-content:center;transition:var(--animation);width:30px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .detail{color:var(--comment);display:flex;flex:1;flex-flow:column nowrap;justify-content:center;padding-block:.25rem}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .detail .date{font:500 var(--text-size-smallest) var(--headlinefont)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .detail .title{color:var(--text);font:600 var(--text-size-smaller) var(--headlinefont);margin:0;transition:var(--animation)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .detail .message{font:500 var(--text-size-smallest) var(--headlinefont)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .loader{flex-shrink:0;margin:0 4px}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .actions button{background-color:transparent;border:none;color:var(--comment);height:100%;padding-inline:20px;transition:var(--animation)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .notification-content .actions button:hover{color:var(--text);scale:1.2}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification a{color:var(--text)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification a:hover{color:var(--primary-color)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .download{margin-top:.25rem}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .download button{font-size:var(--text-size-smallest);height:30px;width:100%}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .download button .text{display:flex;flex-flow:row nowrap;gap:.5rem}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification .download button .text i{align-items:center;display:flex;justify-content:center}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification:hover{background-color:var(--bg-dark)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification:hover .download button:not(:hover){background-color:var(--bg-darker)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification:hover .notification-content .detail{color:var(--text)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification:hover .notification-content .detail .title{color:var(--primary-color)}.popover-shell.appshellnotifspopover .popover-content .appshellusernotifications>section .notification:hover .notification-content .icon i{background-color:var(--primary-color);color:var(--white-color)}.onboarding-container{bottom:0;left:0;position:absolute;right:0;top:0}.onboarding-container .onboarding-background,.onboarding-container .onboarding-step{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.onboarding-container .onboarding-step{align-items:center;display:flex;justify-content:center}.onboarding-container .onboarding-step.loading .onboarding-step-detail .loadingstate{opacity:1;pointer-events:all}.onboarding-container .onboarding-step .onboarding-step-detail{background-color:var(--white-color);box-shadow:1px 1px 8px #555;max-width:90%;position:relative;transition:left .7s ease-in-out,top .7s ease-in-out;width:400px}.onboarding-container .onboarding-step .onboarding-step-detail .loadingstate{align-items:center;background-color:hsla(0,0%,100%,.8);bottom:0;display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .8s ease-out}.onboarding-container .onboarding-step .onboarding-step-detail .detail{padding:20px}.onboarding-container .onboarding-step .onboarding-step-detail .actions{background-color:var(--dark-color-light);display:flex;flex-flow:row nowrap}.onboarding-container .onboarding-step .onboarding-step-detail .actions>div{flex-grow:1;overflow:hidden;width:100%}.onboarding-container .onboarding-step .onboarding-step-detail .actions>div button{background-color:transparent;border:none;color:var(--white-color);display:block;height:100%;padding:0;width:100%}.onboarding-container .onboarding-step .onboarding-step-detail .actions>div button:hover{background-color:#222}.onboarding-container .onboarding-step .onboarding-step-detail .actions>div button:disabled{opacity:.3}.onboarding-container .onboarding-background #overlay{fill:rgba(0,0,0,.7)}.onboarding-container .onboarding-background .cliprect{transition:x .4s ease-in-out,y .4s ease-in-out,width .3s ease-in-out,height .3s ease-in-out}.app-page.customerhomepage .customer-warning-banner{background-color:var(--danger-color);border-radius:5px;color:var(--white-color);display:flex;margin-bottom:2em;padding:10px}.app-page.customerhomepage .customer-warning-banner .inwink-warning-text{padding:0 .5em 0 0}.app-page.customerhomepage .customer-warning-banner i{display:flex;font-size:2.5em;justify-content:center;padding:.4em}.app-page.customerhomepage .customer-warning-banner h2{color:var(--white-color);margin:auto 0}.app-page.customerhomepage .customer-warning-banner h3{color:var(--white-color)}.app-header-side .customer-warning{align-items:center;background:var(--danger-color);border-radius:50%;color:var(--grey-color-dark);display:flex;font-size:17px;height:32px;justify-content:center;text-align:center;width:32px}@media screen and (max-width:1024px){.app-header-side .customer-warning{display:none}}.app-header-side .action-btn,.app-header-side .appshellhelp.simple,.app-header-side a[role=button].simple,.app-header-side button.simple{align-items:center;background-color:var(--dark-color-light);border-color:var(--dark-color-light);border-radius:var(--radius-small);color:var(--grey-color);display:flex;height:2.5em;justify-content:center;margin-left:.5em;padding-block:0;text-decoration:none;transition:var(--animation)}.app-header-side .action-btn:hover:not(:disabled),.app-header-side .appshellhelp.simple:hover:not(:disabled),.app-header-side a[role=button].simple:hover:not(:disabled),.app-header-side button.simple:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--primary-color-text)}.app-header-side a[role=button].simple .icon,.app-header-side button.simple .icon{display:none}.app-header-side .action-btn{background-color:transparent;border:none;border-radius:50%;height:3rem;margin:0;padding:0;width:3rem}.app-header-side .action-btn .icon{align-items:center;display:flex;justify-content:center}.app-header-side .action-btn .icon i{color:var(--text);display:flex}.app-header-side .action-btn .icon i:before{font-size:16px;font-weight:700;transition:var(--animation)}.app-header-side .action-btn .action-label{display:none}.app-header-side .action-btn:hover{background-color:var(--bg-dark);border-color:var(--bg-dark);color:var(--text)}.app-header-side .action-btn:hover i:before{color:var(--white-color)}.app-header-side>a[role=button].simple,.app-header-side>button.simple{background-color:var(--blue);border:none;border-radius:var(--radius-small);color:var(--white-color);margin:0}.app-header-side>a[role=button].simple.chatbot,.app-header-side>button.simple.chatbot{background:transparent;border-radius:50%;height:3rem;width:3rem}.app-header-side>a[role=button].simple.chatbot i,.app-header-side>button.simple.chatbot i{background-color:var(--blue);border:none;border-radius:12px;color:var(--white-color);display:flex;padding:.5rem;transition:var(--animation-fast)}.app-header-side>a[role=button].simple.chatbot i:before,.app-header-side>button.simple.chatbot i:before{font-size:1.5rem;left:-.05rem;position:relative}.app-header-side>a[role=button].simple:hover,.app-header-side>a[role=button].simple:hover i,.app-header-side>button.simple:hover,.app-header-side>button.simple:hover i{background-color:var(--primary-color)}.app-header-side .websiteactions{display:flex;gap:1rem}.app-header-side .websiteactions a[role=button],.app-header-side .websiteactions button.simple,.app-header-side .websiteactions button[role=button]{background-color:var(--bg-dark);border:none;border-radius:var(--radius-small);color:var(--text);margin:0}.popover-shell.app-header-side-popover .popover-content .websiteactions{display:block;flex-direction:column;gap:0}.popover-shell.app-header-side-popover .popover-content .action-btn,.popover-shell.app-header-side-popover .popover-content a[role=button],.popover-shell.app-header-side-popover .popover-content button.simple{align-items:center;background:none;border:none;color:var(--text);display:flex;font-family:var(--headlinefont);height:2.5rem;justify-content:flex-start;margin:.5rem;padding:0;text-decoration:none;width:100%}.popover-shell.app-header-side-popover .popover-content .action-btn>.text,.popover-shell.app-header-side-popover .popover-content a[role=button]>.text,.popover-shell.app-header-side-popover .popover-content button.simple>.text{align-items:center;display:flex;flex:1}.popover-shell.app-header-side-popover .popover-content .action-btn:hover:not(:disabled),.popover-shell.app-header-side-popover .popover-content a[role=button]:hover:not(:disabled),.popover-shell.app-header-side-popover .popover-content button.simple:hover:not(:disabled){background:none}.popover-shell.app-header-side-popover .popover-content .action-btn:hover:not(:disabled) .icon,.popover-shell.app-header-side-popover .popover-content .action-btn:hover:not(:disabled) .iconurl,.popover-shell.app-header-side-popover .popover-content a[role=button]:hover:not(:disabled) .icon,.popover-shell.app-header-side-popover .popover-content a[role=button]:hover:not(:disabled) .iconurl,.popover-shell.app-header-side-popover .popover-content button.simple:hover:not(:disabled) .icon,.popover-shell.app-header-side-popover .popover-content button.simple:hover:not(:disabled) .iconurl{background-color:var(--grey-color-dark);border-color:var(--dark-color);color:var(--dark-color)}.popover-shell.app-header-side-popover .popover-content .action-btn .icon,.popover-shell.app-header-side-popover .popover-content .action-btn .iconurl,.popover-shell.app-header-side-popover .popover-content a[role=button] .icon,.popover-shell.app-header-side-popover .popover-content a[role=button] .iconurl,.popover-shell.app-header-side-popover .popover-content button.simple .icon,.popover-shell.app-header-side-popover .popover-content button.simple .iconurl{align-items:center;background-color:var(--primary-color);border:none;border-radius:50%;color:var(--primary-color-text);display:flex;height:2.5rem;justify-content:center;margin-right:.5rem;transition:background-color .6s ease-out,color .6s ease-out;width:2.5rem}.popover-shell.app-header-side-popover .popover-content .action-btn .icon i,.popover-shell.app-header-side-popover .popover-content .action-btn .iconurl i,.popover-shell.app-header-side-popover .popover-content a[role=button] .icon i,.popover-shell.app-header-side-popover .popover-content a[role=button] .iconurl i,.popover-shell.app-header-side-popover .popover-content button.simple .icon i,.popover-shell.app-header-side-popover .popover-content button.simple .iconurl i{color:var(--primary-color-text);font-size:1.2em;font-weight:600}.popover-shell.app-header-side-popover .popover-content .action-btn .icon i:before,.popover-shell.app-header-side-popover .popover-content .action-btn .iconurl i:before,.popover-shell.app-header-side-popover .popover-content a[role=button] .icon i:before,.popover-shell.app-header-side-popover .popover-content a[role=button] .iconurl i:before,.popover-shell.app-header-side-popover .popover-content button.simple .icon i:before,.popover-shell.app-header-side-popover .popover-content button.simple .iconurl i:before{color:var(--primary-color-text)}.popover-shell.app-header-side-popover .popover-content .action-btn .icon img,.popover-shell.app-header-side-popover .popover-content .action-btn .iconurl img,.popover-shell.app-header-side-popover .popover-content a[role=button] .icon img,.popover-shell.app-header-side-popover .popover-content a[role=button] .iconurl img,.popover-shell.app-header-side-popover .popover-content button.simple .icon img,.popover-shell.app-header-side-popover .popover-content button.simple .iconurl img{padding:4px}.popover-shell.app-header-side-popover .popover-content .action-btn .action-label,.popover-shell.app-header-side-popover .popover-content a[role=button] .action-label,.popover-shell.app-header-side-popover .popover-content button.simple .action-label{display:block}.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect{background:none}.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .icon,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .iconurl,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect:hover:not(:disabled) .iconurl,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .icon,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .iconurl,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect:hover:not(:disabled) .iconurl,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .icon,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .iconurl,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect:hover:not(:disabled) .iconurl{color:var(--primary-color)}.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .icon svg .d,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .icon svg .e,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .iconurl svg .d,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect:hover:not(:disabled) .iconurl svg .d,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect:hover:not(:disabled) .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .icon svg .d,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .icon svg .e,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .iconurl svg .d,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect:hover:not(:disabled) .iconurl svg .d,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect:hover:not(:disabled) .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .icon svg .d,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .icon svg .e,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .iconurl svg .d,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect:hover:not(:disabled) .iconurl svg .d,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect:hover:not(:disabled) .iconurl svg .e{fill:#fff}.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .icon svg .e,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect:hover:not(:disabled) .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .icon svg .e,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect:hover:not(:disabled) .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .icon svg .e,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .iconurl svg .e,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect:hover:not(:disabled) .iconurl svg .e{isolation:isolate;opacity:.9}.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .icon svg .f,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect .iconurl svg .f,.popover-shell.app-header-side-popover .popover-content .action-btn.inwinkconnect:hover:not(:disabled) .iconurl svg .f,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .icon svg .f,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect .iconurl svg .f,.popover-shell.app-header-side-popover .popover-content a[role=button].inwinkconnect:hover:not(:disabled) .iconurl svg .f,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .icon svg .f,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect .iconurl svg .f,.popover-shell.app-header-side-popover .popover-content button.simple.inwinkconnect:hover:not(:disabled) .iconurl svg .f{fill:var(--primary-color)}.app-layout .app-header{align-items:center;background-color:var(--bg-header);border-radius:var(--radius-big);display:flex;margin:.5rem;padding-left:1.5em;transition:padding-left .1s ease-out}.app-layout .app-header>.burger-menu{display:none;position:static}.app-layout .app-header .iwicon{height:40px;margin-right:12px;width:40px}.app-layout .app-header>.title{flex-grow:1;min-width:0}.app-layout .app-header>.title,.app-layout .app-header>.title .titlecontainer{color:var(--primary-color-text);position:relative}.app-layout .app-header>.title .titlecontainer .pagetitle-text{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-layout .app-header>.title>.breadcrumb{align-items:center;color:var(--comment);display:flex;font:700 var(--text-size-smallest) var(--headlinefont);gap:clamp(0px,1vw,.5rem);overflow:auto;-webkit-overflow-scrolling:touch}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar{height:10px;width:10px}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.app-layout .app-header>.title>.breadcrumb a{color:var(--comment);text-decoration:none;transition:var(--animation);white-space:nowrap}.app-layout .app-header>.title>.breadcrumb a:hover{color:var(--text);text-decoration:underline}@media screen and (max-width:768px){.app-layout .app-header>.title>.breadcrumb a:hover{color:var(--white-color)}}.app-layout .app-header>.title>.breadcrumb .separator{margin:0 .1em}.app-layout .app-header>.title>.breadcrumb>span.clickable:not(.separator){background-color:var(--primary-color);border-radius:var(--radius-small);color:var(--primary-color-text);font:500 9px var(--headlinefont);padding:2px .75rem;transition:var(--animation);white-space:nowrap}.app-layout .app-header>.title>.breadcrumb>span.clickable:not(.separator):hover{text-decoration:underline}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar{height:2px}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar-track{background-color:var(--blue)}.app-layout .app-header>.title>.breadcrumb::-webkit-scrollbar-thumb{border:0}.app-layout .app-header>.title .pagesubtitle,.app-layout .app-header>.title .pagetitle{align-items:center;display:inline;font:300 1.6rem/1.2 var(--headlinefont);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-layout .app-header>.title .pagesubtitle{align-items:center;background-color:var(--primary-color);border-radius:20px;color:var(--white-color);display:inline-flex;font:500 10px var(--headlinefont);height:20px;justify-content:center;margin-left:8px;padding:4px 8px}.app-layout .app-header>.title .pagetitle{color:var(--blue);font:700 var(--text-size-bigger) var(--headlinefont)}.app-layout .app-header>.app-header-side{align-items:center;color:var(--primary-color-text);display:flex;flex-shrink:0;gap:1rem;padding:0 0 0 1.5em}.app-layout .app-header>.app-header-side .showmore{align-items:center;background-color:transparent;border:0;color:var(--text);display:flex;padding:0;width:auto}.app-layout .app-header>.app-header-side .showmore i{font-size:1.2rem;height:1.2rem;width:1.2rem}.popin-inner{background-color:var(--white-color);border:1px solid var(--grey-color-dark);height:auto;max-height:300px;overflow:hidden auto;width:240px}.popin-inner ul{list-style-type:none;margin:0;padding:0}.popin-inner ul li{background-color:var(--white-color);border-bottom:1px solid var(--grey-color-dark);color:var(--text);display:block;height:60px;padding:4px 16px;transition:var(--animation);width:100%}.popin-inner ul li h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popin-inner ul li:hover:not(.without-hover){background-color:var(--primary-color);color:var(--white-color)}.menu-collapsible.menu-collapsed .app-header{padding-left:25px}.popover-shell.bohelptoolspopover .popover-content{background-color:#111;color:var(--white-color)}.popover-shell.bohelptoolspopover .popover-content .bohelp-tools.formpage{padding:20px}.popover-shell.bohelptoolspopover .popover-content .bohelp-tools.formpage label{color:#ccc}.popover-shell.bohelptoolspopover .popover-content .bohelp-tools.formpage input{background-color:transparent;border:1px solid var(--comment);color:var(--white-color);padding:.2rem .5rem;width:300px}.popover-shell.bohelptoolspopover .popover-content .bohelp-tools.formpage .actions{margin-top:1em;text-align:center}.popover-shell.bohelptoolspopover .popover-content .bohelp-tools.formpage .actions button{background-color:#444;color:var(--white-color);margin-left:8px}@media screen and (max-width:1366px){.app-layout .app-header{padding-left:25px}}@media screen and (max-width:768px){.app-layout .app-header>.title .eventName{font-size:10px;margin-bottom:2px}.app-layout .app-header>.title .pagetitle{color:var(--white-color);font:600 var(--text-size-normal) var(--headlinefont)}.app-layout .app-header>.title .pagesubtitle{display:none}.app-layout .app-header .side>.profile{padding-right:10px}.app-layout .app-header .appshellhelp,.app-layout .app-header .toggleNotifications>.centered{display:none}}.changelogpanel{height:100%;padding:40px;width:100%}.changelogpanel h2{color:var(--primary-color);text-transform:uppercase}.changelogpanel h3 .published{color:#777;font-size:.8rem}.changelogpanel h4{color:var(--primary-color);font-weight:700;text-transform:none}.changelogpanel .changelogcontentitem-items{margin-top:1em}.changelogpanel .changelogcontentitem-items .description{padding-left:40px}.popover-shell.itemwebsitepopover .popover-content{background-color:var(--bg-darker);padding:10px}.popover-shell.itemwebsitepopover .popover-content .itemwebsite{display:flex;flex-flow:column nowrap;gap:.5rem}.popover-shell.itemwebsitepopover .popover-content .itemwebsite button:hover{background-color:var(--bg-darkest-hover);border-color:var(--bg-darkest-hover);color:var(--primary-color)}.community-item{align-items:center;background-color:var(--bg-lightdark);border:2px solid var(--bg-lightdark);color:inherit;display:grid;gap:.5rem;grid-template-columns:25px 1fr 25px;margin-bottom:4px;min-height:60px;padding:.5rem 1rem;text-decoration:none;transition:var(--animation);width:100%}.community-item svg{aspect-ratio:1;display:block;height:25px;width:25px}.community-item .communitydetail{align-items:center;display:grid;grid-template-columns:2fr;grid-template-rows:1fr}.community-item .communitydetail .tenantname{font:italic 400 .7rem var(--headlinefont);opacity:.7}.community-item .communitydetail .communityname{color:var(--text);flex-grow:1;font:600 var(--text-size-smaller) var(--headlinefont);transition:var(--animation)}.community-item .communitydetail .communityname .communitytype{font:italic 400 .7rem var(--headlinefont);margin-bottom:4px;opacity:.7}.community-item .actions{margin-left:auto}.community-item .actions button{background-color:transparent;border:none;display:flex;height:20px;padding:0;width:20px}.community-item .actions button:hover:not(:disabled){background-color:transparent;border:none;color:var(--green)}.community-item .actions button.openpreview i{display:flex;font-size:20px}.community-item.clickable{transition:var(--animation)}.community-item.clickable:hover{border-color:var(--comment);box-shadow:2px 2px 3px rgba(0,0,0,.2);transform:scale(1.01)}.community-item:hover{border:2px solid var(--green)}.community-item:hover .communityname{color:var(--green)}.iwentitypickerpopover .community-item{padding:.5rem 1rem}.iwentitypickerpopover .community-item .communitydetail .communityname{width:100%}.event-item{align-items:center;background-color:var(--bg-lightdark);border:2px solid var(--bg-lightdark);color:inherit;display:grid;gap:.5rem;grid-template-columns:25px 1fr 25px;margin-bottom:4px;min-height:60px;padding:.5rem 1rem;text-decoration:none;transition:var(--animation);width:100%}.event-item svg{aspect-ratio:1;display:block;height:25px;width:25px}.event-item .eventdetail{align-items:center;display:flex;flex-flow:row wrap;gap:.5rem;justify-content:space-between}.event-item .eventdetail .eventdate{align-items:center;color:var(--comment);display:inline-flex;flex-shrink:0;font:400 var(--text-size-smallest) var(--headlinefont);gap:.5rem;text-align:center;width:180px}.event-item .eventdetail .eventdate .sep{color:var(--comment)}.event-item .eventdetail .eventdate .sep i{display:flex;font-size:8px;opacity:.5}.event-item .eventdetail .tenantname{font:italic 400 .7rem var(--headlinefont);opacity:.7}.event-item .eventdetail .eventname{color:var(--text);flex-grow:1;font:600 var(--text-size-smaller) var(--headlinefont);transition:var(--animation)}.event-item .eventdetail .eventtype{font:italic 400 .7rem var(--headlinefont);margin-bottom:4px;opacity:.7}.event-item .eventdetail .eventstat{align-items:center;color:var(--comment);display:flex;font-size:var(--text-size-smallest);gap:1rem}.event-item .eventdetail .eventstat>span{align-items:center;display:flex;gap:.5rem}.event-item .eventdetail .eventstat>span i{display:flex;font-size:var(--text-size-small)}.event-item .childs{flex:1}.event-item .actions{margin-left:auto}.event-item .actions button{background-color:transparent;border:none;display:flex;height:20px;padding:0;width:20px}.event-item .actions button:hover:not(:disabled){background-color:transparent;border:none;color:var(--orange)}.event-item .actions button.openpreview i{display:flex;font-size:20px}.event-item.clickable{transition:var(--animation)}.event-item.clickable:hover{border-color:var(--comment);box-shadow:2px 2px 3px rgba(0,0,0,.2);transform:scale(1.01)}.ReactVirtualized__Grid__innerScrollContainer .event-item,.ReactVirtualized__Grid__innerScrollContainer .event-item:hover{border:none}.event-item:hover{border:2px solid var(--orange)}.event-item:hover .eventname{color:var(--orange)}.communitytheme .iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent>.card-wrapper:has(.event-item){background-color:var(--bg-lightdark);padding:0}.communitytheme .iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent>.card-wrapper .event-item{margin-bottom:0;min-height:auto}.communitytheme .ReactVirtualized__Grid__innerScrollContainer .event-item:hover{box-shadow:none;transform:none}.iwentitypickerpopover .iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent>.card-wrapper:has(.event-item){background-color:var(--bg-lightdark);padding:0}.iwentitypickerpopover .event-item{margin:0;min-height:auto;padding:0 1rem}.iwentitypickerpopover .event-item .eventdetail .eventname{width:100%}.iwentitypickerpopover .event-item .eventdetail .eventstat{align-items:center;display:flex;font-size:var(--text-size-smallest);margin-top:2px}.iwentitypickerpopover .event-item .eventdetail .eventstat>span:first-child{margin-left:0}.iwentitypickerpopover .event-item .eventdetail .eventstat>span i{display:flex;font-size:var(--text-size-smallest)}.iwentitypickerpopover .event-item:hover{box-shadow:none;transform:none}@media screen and (max-width:768px){.event-item .eventdetail .eventstat{align-items:center;display:flex;font-size:var(--text-size-smallest);margin-top:2px}.event-item .eventdetail .eventstat>span:first-child{margin-left:0}.event-item .eventdetail .eventstat>span i{display:flex;font-size:var(--text-size-smallest)}}.contentquicksearch{border-radius:var(--radius-small);margin-block:2rem 1rem;position:relative}.contentquicksearch input{background-color:var(--bg-dark);border:1px solid var(--bg-dark);color:var(--text);font-size:var(--text-size-normal);height:3rem;padding:.5rem .5rem .5rem 3rem;transition:var(--animation);width:100%}.contentquicksearch input:focus{background-color:var(--bg-lightdark);border-color:var(--comment)}.contentquicksearch input::-moz-placeholder{font-style:normal}.contentquicksearch input::placeholder{font-style:normal}.contentquicksearch i{color:var(--comment);display:flex;font-size:var(--text-size-normal);inset:50% auto auto 1rem;position:absolute;transform:translateY(-50%)}.contentquicksearchpopover .popover-content{overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}.contentquicksearchpopover .popover-content::-webkit-scrollbar{height:10px;width:10px}.contentquicksearchpopover .popover-content::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.contentquicksearchpopover .popover-content::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.contentquicksearchpopover .popover-content::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.contentquicksearchpopover .popover-content::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.contentquicksearchpopover section.content{color:var(--comment);font:500 var(--text-size-normal) var(--headlinefont)}@media screen and (max-width:400px){.contentquicksearchpopover section.content{min-width:calc(100% - 1em)}}.contentquicksearchpopover section.content .loaderindicator .loaderindicator-content,.contentquicksearchpopover section.content .noresult{align-items:center;display:flex;justify-content:center}.contentquicksearchpopover section.content .community-item:last-child,.contentquicksearchpopover section.content .event-item:last-child{margin:0}.contentquicksearchpopover .community-item .communityname,.contentquicksearchpopover .event-item .communityname{min-width:260px}.contentquicksearchpopover .community-item .communityname .communityname-title,.contentquicksearchpopover .event-item .communityname .communityname-title{white-space:nowrap}.appshell-profile-popin{height:100%;pointer-events:none;position:fixed;width:100%}.appshell-profile-popin.showpopin{pointer-events:all}.appshell-profile-popin.showpopin .overlay-profile,.appshell-profile-popin.showpopin .profile-popin{opacity:1}.appshell-profile-popin.showpopin .profile-popin .profile-popin-content{transform:translateX(0)}.appshell-profile-popin .linkstyle{align-items:center;background-color:transparent;border:none;color:var(--text);display:flex;font:normal 14px var(--headlinefont);gap:1rem;height:auto;padding:.25rem .5rem;text-decoration:none;transition:var(--animation);width:auto}.appshell-profile-popin .linkstyle:not(:is(button)){font-weight:500}.appshell-profile-popin .linkstyle:hover:not(:disabled){background-color:var(--bg-darkest);border:none;color:var(--primary-color)}.appshell-profile-popin .overlay-profile{background:rgba(0,0,0,.4);height:100%;left:0;opacity:0;position:fixed;top:0;transition:var(--animation);width:100%;z-index:1}.appshell-profile-popin .profile-popin{container-type:size;inset:0 0 0 auto;max-width:100%;opacity:0;position:fixed;transition:opacity .2s ease-in;width:320px;z-index:5}.appshell-profile-popin .profile-popin .profile-popin-content{background:var(--bg-darker);border-left:1px solid var(--grey-color);height:100%;overflow:hidden;overflow-y:auto;position:relative;transform:translateX(100%);transition:var(--animation);width:100%;-webkit-overflow-scrolling:touch}.appshell-profile-popin .profile-popin .profile-popin-content::-webkit-scrollbar{height:10px;width:10px}.appshell-profile-popin .profile-popin .profile-popin-content::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.appshell-profile-popin .profile-popin .profile-popin-content::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.appshell-profile-popin .profile-popin .profile-popin-content::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.appshell-profile-popin .profile-popin .profile-popin-content::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.appshell-profile-popin .profile-popin .btnclosepopin{border:none;height:auto;inset:.5rem .5rem auto auto;padding:.5rem;position:absolute;width:auto}.appshell-profile-popin .profile-popin .btnclosepopin i{font-size:16px;height:16px;width:16px}@container (height < 960px){.appshell-profile-popin .profile-popin .btnclosepopin{right:1rem}}.appshell-profile-popin .profile-popin h2{background-color:var(--grey-color-light);border-bottom:1px solid var(--grey-color);color:var(--dark-color);font-family:var(--basefont);font-size:14px;font-weight:500;height:41px;line-height:41px;margin:0;padding-left:15px}.appshell-profile-popin .profile-popin .contentquicksearch{margin:0}.appshell-profile-popin .profile-popin .profile-actions{list-style-type:none;margin:10px;padding:0}.appshell-profile-popin .profile-popin .profile-actions li{background-color:var(--bg-dark);border-radius:var(--radius-small);margin-bottom:1rem}.appshell-profile-popin .profile-popin .profile-actions li.currentuser{background-color:var(--bg-darker);display:flex;gap:.5rem;padding:30px 0 10px 10px}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .icon{margin-top:.5rem}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details{align-items:center;display:grid;flex:1;gap:.5rem;grid-template:"username username" "logout   languages";overflow:hidden}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details .username{grid-area:username}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details .username button{display:flex;font-weight:700;gap:.5rem;overflow:hidden;text-align:left;text-overflow:ellipsis;width:100%}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details .logout{grid-area:logout}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details .logout button{font-size:var(--text-size-smaller)}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details .logout button:not(:hover){color:var(--comment)}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details .langs{display:flex;gap:.5rem;grid-area:languages;justify-content:flex-end;text-align:right}.appshell-profile-popin .profile-popin .profile-actions li.currentuser .details .langs button{height:20px}.appshell-profile-popin .profile-popin .profile-actions li.currentuser i.inwink-pencil{margin-left:auto}.appshell-profile-popin .profile-popin .profile-actions li.currentuser i.inwink-log-debug{order:1}.appshell-profile-popin .profile-popin .profile-actions li.edittradsmenu{align-items:center;display:flex;gap:1rem}.appshell-profile-popin .profile-popin .profile-actions li.edittradsmenu .edittrads{align-items:center;background-color:var(--comment);border-radius:50%;color:var(--white-color);display:flex;height:20px;justify-content:center;width:20px}.appshell-profile-popin .profile-popin .profile-actions li.edittradsmenu .edittrads.edit-on{background-color:var(--ok-green-color)}.appshell-profile-popin .profile-popin .profile-actions li.eventselection{padding:1rem 20px}.appshell-profile-popin .profile-popin .profile-actions li.eventselection .changeevent{align-items:center;background-color:var(--bg-darkest);display:flex;font:500 var(--text-size-small) var(--headlinefont);justify-content:center;margin-bottom:1rem;padding:.5rem;text-align:center;transition:var(--animation)}.appshell-profile-popin .profile-popin .profile-actions li.eventselection .changeevent:hover{color:var(--primary-color)}.appshell-profile-popin .profile-popin .profile-actions li.eventselection button{align-items:center;display:grid;font-size:1rem;grid-template-columns:20px 1fr;justify-items:stretch;margin-bottom:.5rem;text-align:left;width:100%}.appshell-profile-popin .profile-popin .profile-actions li.eventselection button.community .eventlogo{filter:hue-rotate(150deg)}.appshell-profile-popin .profile-popin .profile-actions li.eventselection button.community:hover{color:var(--green)}.appshell-profile-popin .profile-popin .profile-actions li a.linkstyle,.appshell-profile-popin .profile-popin .profile-actions li.clickable>button.linkstyle{justify-content:flex-start;padding:1rem 20px;width:100%}.appshell-profile-popin .profile-popin .profile-actions li h3{line-height:1.3em;margin-bottom:8px}.appshell-profile-popin .profile-popin .profile-actions .featureflag .togglefield{align-items:center;display:flex;justify-content:space-between}.appshell-profile-popin .profile-popin .profile-actions .featureflag .togglefield .label{margin:0;max-width:85%}.oidcview{background-color:var(--bg-darker)}.oidcview .notconnected{border-radius:var(--radius-big);display:flex;flex-flow:column nowrap;gap:1rem;max-width:calc(100% - 40px);padding:40px 30px;text-align:center;width:360px}.oidcview .notconnected img{height:60px;margin-bottom:10px;max-width:100%}.oidcview .notconnected h3{color:var(--text);font:500 var(--text-size-normal) var(--headlinefont);margin:0}.oidcview .notconnected a{border-radius:0;color:var(--primary-color);font-weight:500;position:relative;text-decoration:none;transition:var(--animation)}.oidcview .notconnected a:before{background-color:transparent;content:"";height:2px;inset:auto auto -2px 0;position:absolute;transition:var(--animation);width:0}.oidcview .notconnected a:focus,.oidcview .notconnected a:hover{text-decoration:none}.oidcview .notconnected a:focus:before,.oidcview .notconnected a:hover:before{background-color:var(--primary-color);width:100%}.oidcview .notconnected .actions [data-trad="user.notconnected.logging"]{background-color:var(--bg-darkest);border-radius:var(--radius-small);color:var(--comment);display:block;font:500 var(--text-size-smaller) var(--headlinefont);padding:10px}.oidcview .notconnected button:not(:disabled){background-color:var(--primary-color);border:0;color:var(--white-color);display:block;width:100%}.oidcview .notconnected button:not(:disabled):focus,.oidcview .notconnected button:not(:disabled):hover{background-color:var(--blue)}.oidcview .notconnected:before{background:none;background-position:50%;height:auto;position:absolute;width:auto}.oidcview .notconnected h2{margin:20px}.oidcview .notconnected .description{display:none}.oidcview .notconnected>p:last-child{color:var(--text);font:400 1rem var(--headlinefont);margin-block:.5rem 0}.oidcview .notconnected .loginaction{display:flex;justify-content:center;margin:0;padding:0}.oidcview .notconnected .loginaction a.login{background-color:var(--primary-color);border-radius:2px;color:var(--white-color);display:inline-flex;font-family:var(--headlinefont);font-weight:700;height:35px;line-height:35px;padding:0 10px;text-transform:uppercase;transition:background-color .2s ease-out,opacity .2s ease-out;width:auto}.oidcview .notconnected .loginaction a.login:hover{background-color:#111;color:var(--primary-color);text-decoration:none}.oidcview .notconnected .loginaction .loaderindicator .loaderindicator-content{font-size:1.5em}.oidcview .notconnected .loginaction .loaderindicator .loaderindicator-content .spinner{height:25px;width:25px}.radioinput{align-items:center;flex-flow:row wrap;margin-top:.5rem}.radioinput,.radioinput>div{display:flex}.radioinput input[type=radio]{display:none}.radioinput input[type=radio]+label{align-content:center;background-color:var(--bg-dark);margin:0;min-height:40px;min-width:60px;padding:.5rem 1rem;text-align:center;transition:var(--animation);width:-moz-fit-content;width:fit-content}.radioinput input[type=radio]+label:first-of-type{border-radius:var(--radius-big) 0 0 var(--radius-big)}.radioinput input[type=radio]+label:last-of-type{border-radius:0 var(--radius-big) var(--radius-big) 0}.radioinput input[type=radio]+label:hover{background-color:var(--primary-color);color:var(--white-color)}.radioinput input[type=radio]:not([readonly])+label{cursor:pointer}.radioinput input[type=radio]:checked+label{color:var(--primary-color);pointer-events:none}.modalv2 section.section-modal .formpage .fieldbloc .radioinput input[type=radio]:checked+label{color:var(--primary-color)}.entityform .entityfield .radioinput input[type=radio]:not(:checked)+label:not(:hover){color:var(--comment)}.radioinput .customField{display:flex;flex-flow:row wrap;opacity:0;transition:var(--animation)}.radioinput .customField input[type=text]{height:30px;margin:5px 5px 0;width:50px}.radioinput .customField div p{margin-top:10px}.radioinput .custom:checked~.customField{opacity:1;visibility:initial}.fieldbloc.multitextinput .add-field{align-items:center;display:flex;gap:.5rem}.fieldbloc.multitextinput .add-field .add-picto{aspect-ratio:1;background-color:var(--comment);border:none;border-radius:50%;color:var(--white-color);height:100%}.fieldbloc.multitextinput .add-field .add-picto i{display:flex}.fieldbloc.multitextinput .add-field .add-picto:hover{background-color:var(--primary-color)}.fieldbloc.multitextinput .values{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;width:100%}.fieldbloc.multitextinput .values .value{align-items:center;background-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--comment);display:flex;gap:1rem;height:auto;padding:.5rem 1rem;transition:var(--animation)}.fieldbloc.multitextinput .values .value .btnremove{align-items:center;aspect-ratio:1;background-color:transparent;border:none;border-radius:50%;color:var(--comment);display:flex;height:100%;justify-content:center;padding:.5rem}.fieldbloc.multitextinput .values .value .btnremove i{display:flex;font-size:8px}.fieldbloc.multitextinput .values .value .btnremove:hover{background-color:var(--comment);color:var(--white-color)}.multitextinput-recommandations-modal .popover-content{max-height:300px}.multitextinput-recommandations-modal .popover-content ul{height:100%;list-style:none;margin:0;overflow-y:auto;padding:0}.multitextinput-recommandations-modal .popover-content ul li{color:var(--comment);cursor:pointer;font-size:1rem;min-height:30px;padding:.5rem 1rem}.multitextinput-recommandations-modal .popover-content ul li:not(:last-child){border-bottom:1px solid var(--grey-color)}.multitextinput-recommandations-modal .popover-content ul li:hover{background-color:var(--grey-color)}.fieldbloc.urlinput .urlinputwrapper{align-items:center}.fieldbloc.urlinput .urlinputwrapper input{flex-grow:1}.fieldbloc.urlinput .urlinputwrapper.isinvalid input{border-color:var(--alert-red-color)}.fieldbloc.urlinput .urlinputwrapper .status{display:flex;flex-shrink:0;height:30px;text-align:center;width:30px}.fieldbloc.urlinput .urlinputwrapper .status.loading{color:var(--comment);font-size:20px}.fieldbloc.urlinput .urlinputwrapper .status.isvalid{color:var(--green)}.fieldbloc.urlinput .urlinputwrapper .status.isinvalid{color:var(--alert-red-color)}.fieldbloc.numberrangeinput{width:100%}.fieldbloc.numberrangeinput .inputs{align-items:center;display:flex;justify-content:space-between;margin-top:5px}.fieldbloc.numberrangeinput .inputs .slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d3d3d3;height:5px;opacity:.7;outline:none;transition:var(--animation);width:70%}.fieldbloc.numberrangeinput .inputs .slider:hover{opacity:1}.fieldbloc.numberrangeinput .inputs .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--primary-color);border-radius:50%;cursor:pointer;height:25px;width:25px}.fieldbloc.numberrangeinput .inputs .slider::-moz-range-thumb{background:var(--primary-color);border-radius:50%;cursor:pointer;height:25px;width:25px}.fieldbloc.numberrangeinput .inputs .number-display{width:calc(30% - 20px)}.fieldbloc.numberrangeinput .inputs .number-display input.number-input{border:none;border-radius:var(--radius-big);cursor:text;font-size:var(--text-size-small);height:30px;outline:none;text-align:center;width:100%}.fieldbloc.numberrangeinput .inputs .number-display input.number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fieldbloc.numberrangeinput .inputs .number-display input.number-input:focus{background-color:none;border:1px solid var(--primary-color)}.apptooltip{margin-left:8px}.apptooltip.helptooltip{align-items:center;background-color:var(--bg-dark);border-radius:50%;color:var(--comment);cursor:help;display:inline-flex;font-size:var(--text-size-smaller);height:20px;justify-content:center;line-height:20px;margin-left:8px;text-align:center;width:20px}.apptooltip.helptooltip>i:before{display:flex}.apptooltip.helptooltip>.tooltip{align-items:center;display:flex;height:20px;justify-content:center;line-height:20px;width:20px}.apptooltip.emptytooltip{opacity:.4}.apptooltip.big{background-color:var(--grey-color);color:var(--primary-color);font-size:14pt;height:32px;line-height:32px;width:32px}.apptooltip.big>.tooltip{align-items:center;display:flex;height:32px;justify-content:center;line-height:32px;padding:4px;width:32px}.popover-shell.apptooltip-modal .popover-content .popover-modal{line-height:1.4em}.popover-shell.apptooltip-modal .popover-content .popover-modal .tooltip{padding:20px}.fieldbloc .togglefield{align-items:center;display:flex;gap:1rem}.fieldbloc .togglefield>.label,.fieldbloc .togglefield>.label>label,.fieldbloc .togglefield>label{flex-grow:1}.fieldbloc .togglefield>.label>label{transition:var(--animation)}.fieldbloc .togglefield>.label>label.clickable:hover{color:var(--primary-color)}.fieldbloc .togglefield>.onofftoggle,.fieldbloc .togglefield>.toggleswitch{flex-shrink:0;font-family:var(--headlinefont);order:-1}.fieldbloc .togglefield:has(.onofftoggle.clickable:hover)>.label>label.clickable{color:var(--primary-color)}.fieldbloc .togglefield:has(label.clickable:hover) .onofftoggle.clickable{background-color:var(--green)}.entityform .fields .entityfield-isCumulative .fieldbloc{margin-bottom:0}.fieldbloc.text-input .title{margin-bottom:4px}.fieldbloc.text-input .title.tooltip{align-items:center;display:flex}.fieldbloc.text-input .title label{margin-bottom:0}.fieldbloc.numberinput label:not(.i18nlabel){display:inline-block;margin-right:.5rem;vertical-align:middle}.urlinputraw.error>input[type=url]{border:1px solid #e74c3c}.urlinputraw.error .fielderror{color:#e74c3c}.iw-itemspicker .pseudoinput{padding:2px}.iw-itemspicker .defaulttext{color:#999;font-style:italic}.iw-itemspicker .pseudoinput .iw-itemspicker-items{display:flex;flex-flow:row wrap;gap:.5rem}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item{align-items:center;background-color:var(--bg-darkest);border-radius:var(--radius-small);color:var(--comment);cursor:default;display:flex;gap:1rem;padding:.25rem 1rem;transition:var(--animation)}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item.itemclickable{cursor:pointer}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item.itemclickable:hover{background-color:var(--bg-darkest-hover);color:var(--primary-color)}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item .iw-itemspicker-item-content{font-weight:600}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item button{align-items:center;background-color:var(--bg-darkest);border-color:var(--bg-darkest);border-radius:var(--radius-big);color:var(--comment);display:flex;height:auto;justify-content:center;line-height:1em;padding:0;width:auto}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item button.asyncbtn{border-radius:50%;max-height:20px;max-width:20px;min-height:20px;min-width:20px}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item button span.text{display:flex}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item button span.text i{display:flex;font-size:12px;height:12px;width:12px}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item button .loaderindicator.ring .loaderindicator-content i{height:15px;margin-left:0;min-height:15px;min-width:15px;width:15px}.iw-itemspicker .pseudoinput .iw-itemspicker-items .iw-itemspicker-item button:hover:not(:disabled){background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.iw-itemspicker .pseudoinput .iw-itemspicker-items .btnupdate{border:none;color:var(--comment);height:100%;margin:0;order:-1;padding:.5rem 1rem;text-transform:none}.iw-itemspicker .pseudoinput .iw-itemspicker-items .btnupdate:hover{background-color:var(--comment);color:var(--white-color)}.iw-selectableitem{padding:8px 20px 8px 8px;position:relative;transition:var(--animation)}.iw-selectableitem.selected .selectionborder{border-color:var(--primary-color);border-radius:var(--radius-small)}.iw-selectableitem.selected .selectionmarker{opacity:1}.iw-selectableitem .swipeselectindicator{align-items:center;background-color:var(--grey-color-dark);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;top:0;width:48px}.iw-selectableitem .swipeselectindicator .progressindicator{align-items:center;background-color:var(--ok-green-color);border-radius:50%;color:var(--white-color);display:flex;height:32px;justify-content:center;width:32px}.iw-selectableitem .swipeselectindicator .progressindicator i{font-size:12pt}.iw-selectableitem .selectionborder{border:2px solid transparent;inset:0;pointer-events:none;position:absolute;transition:var(--animation)}.iw-selectableitem .selectionmarker{background-color:var(--primary-color);border-radius:var(--radius-small);color:var(--white-color);height:20px;inset:50% auto auto .5rem;opacity:0;pointer-events:none;position:absolute;transform:translateY(-50%);transition:var(--animation);width:20px;z-index:1}.iw-selectableitem .selectionmarker i{font-size:20px}.popover-shell.iw-dropdowneditor-popover .popover-content{max-height:400px;min-width:300px;padding:10px}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-dropdowneditor-popover-content{display:flex;flex-flow:column nowrap;gap:10px;height:100%;width:100%}.popover-shell.iw-dropdowneditor-popover .popover-content header.header-title{align-items:center;color:var(--text);display:flex;gap:.5rem;position:relative}.popover-shell.iw-dropdowneditor-popover .popover-content header.header-title .title{flex-grow:1;font:700 var(--text-size-small) var(--headlinefont);line-height:1}.popover-shell.iw-dropdowneditor-popover .popover-content header.header-title .btnclose{background-color:inherit;border:none;color:var(--comment);flex-shrink:0;height:20px;min-height:0;padding:2px;width:auto}.popover-shell.iw-dropdowneditor-popover .popover-content header.header-title .btnclose i{display:flex;font-size:14px}.popover-shell.iw-dropdowneditor-popover .popover-content header.header-title .btnclose:focus,.popover-shell.iw-dropdowneditor-popover .popover-content header.header-title .btnclose:hover{color:var(--text)}.popover-shell.iw-dropdowneditor-popover .popover-content header{position:relative}.popover-shell.iw-dropdowneditor-popover .popover-content header:not(.header-title){margin-inline:10px}.popover-shell.iw-dropdowneditor-popover .popover-content header input{border:1px solid var(--bg-dark);display:block;font-size:1rem;padding:.5rem .5rem .5rem 2rem;transition:var(--animation);width:100%}.popover-shell.iw-dropdowneditor-popover .popover-content header input:focus,.popover-shell.iw-dropdowneditor-popover .popover-content header input:hover{border-color:var(--comment)}.popover-shell.iw-dropdowneditor-popover .popover-content header .inwink-search{display:flex;inset:50% auto auto .5rem;position:absolute;transform:translateY(-50%)}.popover-shell.iw-dropdowneditor-popover .popover-content footer{align-items:center;display:flex;justify-content:flex-end}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-dropdowneditor-popover-items{flex-grow:1;height:100%;overflow:hidden auto;-webkit-overflow-scrolling:touch}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-dropdowneditor-popover-items::-webkit-scrollbar{height:10px;width:10px}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-dropdowneditor-popover-items::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-dropdowneditor-popover-items::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-dropdowneditor-popover-items::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-dropdowneditor-popover-items::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-selectableitem{background-color:var(--bg-dark);color:var(--text);font:500 1rem var(--headlinefont);transition:var(--animation)}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-selectableitem:not(:last-child){margin-bottom:.5rem}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-selectableitem.selected{color:var(--primary-color);padding-left:2.5rem}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-selectableitem.disabled{opacity:.5}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-selectableitem:not(.disabled):hover{background-color:var(--bg-darkest)}.popover-shell.iw-dropdowneditor-popover .popover-content .iw-selectableitem:not(.disabled):hover:not(.selected) .selectionborder{border-color:var(--bg-borders);border-radius:var(--radius-small)}.popover-shell.applinkpagepopover .popover-content{height:400px;width:300px}.popover-shell.applinkpagepopover .popover-content .pageslist{height:calc(100% - 70px);width:100%}.popover-shell.applinkpagepopover .popover-content .pageslist header{min-height:40px;padding:10px}.popover-shell.applinkpagepopover .popover-content .pageslist header .search-box{border:1px solid var(--white-color);height:100%;padding:.5rem;transition:var(--animation);width:100%}.popover-shell.applinkpagepopover .popover-content .pageslist header .search-box:focus{border-color:var(--comment)}.popover-shell.applinkpagepopover .popover-content .pageslist header .search-box::-moz-placeholder{font-style:normal;text-transform:capitalize}.popover-shell.applinkpagepopover .popover-content .pageslist header .search-box::placeholder{font-style:normal;text-transform:capitalize}.popover-shell.applinkpagepopover .popover-content .pageslist .items-list{height:100%;overflow-y:auto;width:100%;-webkit-overflow-scrolling:touch}.popover-shell.applinkpagepopover .popover-content .pageslist .items-list::-webkit-scrollbar{height:10px;width:10px}.popover-shell.applinkpagepopover .popover-content .pageslist .items-list::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.applinkpagepopover .popover-content .pageslist .items-list::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.applinkpagepopover .popover-content .pageslist .items-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-shell.applinkpagepopover .popover-content .pageslist .items-list::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-shell.applinkpagepopover .popover-content .pageslist .items-list .message{background-color:var(--bg-darkest);border-radius:var(--radius-small);color:var(--comment);font:500 var(--text-size-small) var(--headlinefont);margin-inline:10px;padding:20px 10px;text-align:center}.popover-shell.applinkpagepopover .popover-content .pageslist .pagesitems{display:flex;flex-flow:column nowrap;gap:.5rem;padding-inline:10px}.popover-shell.applinkpagepopover .popover-content .pageslist .pagesitems .pageitem{align-items:center;background-color:var(--bg-dark);border:2px solid var(--bg-dark);display:flex;justify-content:space-between;padding:10px;transition:var(--animation)}.popover-shell.applinkpagepopover .popover-content .pageslist .pagesitems .pageitem .status{background-color:#aaa;border-radius:50%;height:13px;width:13px}.popover-shell.applinkpagepopover .popover-content .pageslist .pagesitems .pageitem .status.published{background-color:var(--success-color)}.popover-shell.applinkpagepopover .popover-content .pageslist .pagesitems .pageitem:hover{background-color:var(--bg-darkest-hover);border-color:var(--bg-borders)}.popover-shell.applinkpagepopover .popover-content .pageslist .pagesitems .pageitem.selected{border-color:var(--primary-color);color:var(--primary-color)}.formpage .applinkcontrol .entityform.email-wrapper,.link-picker-content .applinkcontrol .entityform.email-wrapper{display:flex;margin-top:1rem}.formpage .applinkcontrol .entityform.email-wrapper .email-child,.link-picker-content .applinkcontrol .entityform.email-wrapper .email-child{width:50%}.formpage .applinkcontrol .entityform.email-wrapper .email-child:first-child .field-desc:after,.link-picker-content .applinkcontrol .entityform.email-wrapper .email-child:first-child .field-desc:after{color:red;content:"*";font-size:12px;margin-left:5px}.formpage .applinkcontrol .entityform.email-wrapper .email-child+.email-child,.link-picker-content .applinkcontrol .entityform.email-wrapper .email-child+.email-child{margin-left:1rem}.formpage .applinkcontrol .entityform .entityfield-mail,.link-picker-content .applinkcontrol .entityform .entityfield-mail{margin-left:0}.formpage .applinkcontrol .entityform .entityfield-mail .fieldwrapper label,.link-picker-content .applinkcontrol .entityform .entityfield-mail .fieldwrapper label{display:none}.formpage .applinkcontrol .fieldpickerv3,.link-picker-content .applinkcontrol .fieldpickerv3{margin-top:4px;min-height:28px}.formpage .applinkcontrol .fieldpickerv3 .column-input,.link-picker-content .applinkcontrol .fieldpickerv3 .column-input{background-color:var(--white-color);box-sizing:border-box;color:#888;font-size:var(--text-size-smaller);min-height:28px;padding:0 0 0 .4rem}.formpage .applinkcontrol .fieldpickerv3 .column-input input,.link-picker-content .applinkcontrol .fieldpickerv3 .column-input input{color:#888}.formpage .applinkcontrol .fieldpickerv3 .clearfield,.link-picker-content .applinkcontrol .fieldpickerv3 .clearfield{margin-right:2rem}.formpage .applinkcontrol .actionentitypicker,.formpage .applinkcontrol .apppagepicker,.formpage .applinkcontrol input,.formpage .applinkcontrol select:nth-child(2),.link-picker-content .applinkcontrol .actionentitypicker,.link-picker-content .applinkcontrol .apppagepicker,.link-picker-content .applinkcontrol input,.link-picker-content .applinkcontrol select:nth-child(2){margin-top:4px}.formpage .applinkcontrol .apppagepicker .apppagepicker-empty,.link-picker-content .applinkcontrol .apppagepicker .apppagepicker-empty{color:#999}.formpage .applinkcontrol .link-preview,.link-picker-content .applinkcontrol .link-preview{color:#5b5b5b;display:block;font-size:var(--text-size-smaller);font-weight:400;margin:4px 0 0;text-decoration:none}.formpage .applinkcontrol .link-preview:hover:not(span),.link-picker-content .applinkcontrol .link-preview:hover:not(span){text-decoration:underline}.formpage .applinkcontrol .entitydetail .entityname,.link-picker-content .applinkcontrol .entitydetail .entityname{margin:4px 0}.menuitemdetail-modaldetail .menuitemdetail .fieldbloc .entityfield .invalid{border:1px solid var(--alert-red-color)}.warning{color:var(--primary-color);margin-top:5px;opacity:.7}.popover-shell.entitypicker-popover .item.filepicker-item{display:table;line-height:normal}.popover-shell.entitypicker-popover .item.filepicker-item span.file-picker-item{display:table-cell;vertical-align:middle;white-space:inherit}.i18n-app-file-picker{display:flex;flex-flow:row wrap;justify-content:space-between;margin-top:10px}.i18n-app-file-picker .app-file-picker{display:flex;margin:0;padding:0 0 0 20px;width:calc(50% - 20px)}.i18n-app-file-picker .app-file-picker .i18n-label{display:inline-block;flex-shrink:0;font-size:.8em;line-height:30px;padding-right:8px;text-align:left;text-transform:uppercase;width:35px}.i18n-app-file-picker .app-file-picker .iw-itemspicker{width:100%}.modalv2 section.section-modal .formpage .fieldbloc label.ics-requirement{color:var(--alert-red-color);margin:4px 0 0}.popover-shell .popover-content .link-picker-content{height:100%}.popover-shell .popover-content .link-picker-content section{height:calc(100% - 50px)}.popover-shell .popover-content .link-picker-content .actions{padding:0 5px}.richi18ntextinput .lnginput{align-items:center;display:flex;margin-bottom:4px}.richi18ntextinput .lnginput .languagelabel{flex-shrink:0;margin-right:8px;min-width:32px;text-transform:uppercase}.richi18ntextinput .lnginput .richtextinput{flex-grow:1}.richtextinput{align-items:center;display:flex}.richtextinput .actions{display:flex}.richtextinput .actions>button{display:block;flex-shrink:0;height:28px;line-height:1;margin-left:4px;padding:0;text-align:center;width:28px}.richtextinput .pseudoinput{flex-grow:1}.richtextinput .pseudoinput:before{content:"\feff"}.richtextinput.multiline .pseudoinput{min-height:4em}.fieldbloc.i18ninput .fieldwrapper{display:flex}.fieldbloc.i18ninput .fielderror{color:#e74c3c;font-size:.8rem;text-align:right}.fieldbloc.i18ninput.has-error .i18ninput .input-wrapper input[type=text]{border:1px solid var(--alert-red-color)}.fieldbloc.urlinput .urlinputwrapper{display:flex;flex-flow:row nowrap;gap:.5rem;margin-top:.5rem}.fieldbloc.urlinput .urlinputwrapper .input-container{display:flex;width:100%}.fieldbloc.urlinput .urlinputwrapper .tinyurl-error{align-self:start;color:var(--alert-red-color);margin-top:.5rem}.fieldbloc.urlinput .urlinputwrapper i.status{align-items:center;display:flex;font-size:30px;justify-content:center}.fieldbloc.urlinput .urlinputwrapper i.status.loading{animation:rotating 2s linear infinite}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-page{box-sizing:border-box;height:100%;left:0;opacity:1;overflow:hidden;overflow-y:inherit;position:absolute;top:0;transform:translateZ(0);width:100%;z-index:0;-webkit-overflow-scrolling:touch}.app-page::-webkit-scrollbar{height:10px;width:10px}.app-page::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.app-page::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.app-page::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.app-page::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.app-page:not(.nopadding){padding:.5rem}@media screen and (max-width:768px){.app-page:not(.nopadding){padding:.25rem}}.app-page:not(.nobackground){background-color:var(--bg-darker);border-radius:var(--radius-big)}.app-page .no-access{color:var(--white-color);flex-flow:row nowrap;font:500 var(--text-size-normal) var(--headlinefont);height:100%;padding:20px;width:100%}.app-page .no-access,.app-page .no-access i{align-items:center;display:flex;justify-content:center}.app-page .no-access i{background-color:var(--orange);border-radius:var(--radius-big) 0 0 var(--radius-big);font-size:20px;height:100px;width:100px}.app-page .no-access [data-trad="dashboard.no-access"]{align-content:center;background-color:var(--orange);border-radius:0 var(--radius-big) var(--radius-big) 0;height:100px;margin:0;padding-right:20px}@media screen and (max-width:1024px){.app-page .no-access{flex-direction:column}.app-page .no-access h2,.app-page .no-access i{height:auto;padding:10px;width:100%}.app-page .no-access i{border-radius:var(--radius-big) var(--radius-big) 0 0}.app-page .no-access h2{border-radius:0 0 var(--radius-big) var(--radius-big)}}.app-page>.loading{height:100%;width:100%}.app-page.loader,.app-page>.loading{align-items:center;display:flex;justify-content:center}.app-page.dynamic,.app-page.loader{padding:0}.app-page .dynamicpage-content{height:100%;position:relative;width:100%}.app-page .dynamicpage-content.with-no-access-banner{display:flex;flex-direction:column}.app-page .dynamicpage-content.with-no-access-banner .no-access{background-color:var(--orange);border-radius:var(--radius-small);color:var(--primary-color-text);display:flex;flex-direction:row;gap:10px;height:auto;margin-bottom:.5rem;padding:.5rem}.app-page .dynamicpage-content.with-no-access-banner .no-access i{height:auto;width:auto}.app-page .dynamicpage-content.with-no-access-banner .no-access h2{font-size:1rem;height:auto;margin:0;padding:0}.app-page .dynamicpage-content.with-no-access-banner>section{flex:1}.app-page.nopadding{padding:0}.app-page .loadablecomponent>.loadablecomponentloader{background-color:var(--white-color)}.app-page .loadablecomponent>.loadablecomponentloader .pageloadermessage{color:var(--comment);font-family:500 var(--text-size-smaller) var(--headlinefont);text-align:center;text-transform:uppercase}.checkbox-inwink-header label{position:relative;top:11px}.checkbox-inwink{align-items:center;display:inline-flex;position:relative}.checkbox-inwink input[type=checkbox],.checkbox-inwink-header input[type=checkbox]{display:none}.checkbox-inwink input[type=checkbox]:checked+label,.checkbox-inwink input[type=checkbox]:not(:checked)+label,.checkbox-inwink-header input[type=checkbox]:checked+label,.checkbox-inwink-header input[type=checkbox]:not(:checked)+label{align-self:center;cursor:pointer;display:flex;height:20px;margin:0;position:relative;width:20px}.checkbox-inwink input[type=checkbox]:checked+label.no-select,.checkbox-inwink input[type=checkbox]:not(:checked)+label.no-select,.checkbox-inwink-header input[type=checkbox]:checked+label.no-select,.checkbox-inwink-header input[type=checkbox]:not(:checked)+label.no-select{cursor:no-drop;opacity:.3}.checkbox-inwink input[type=checkbox]:checked+label:before,.checkbox-inwink input[type=checkbox]:not(:checked)+label:before,.checkbox-inwink-header input[type=checkbox]:checked+label:before,.checkbox-inwink-header input[type=checkbox]:not(:checked)+label:before{aspect-ratio:1;background:var(--bg-lightdark);border-radius:var(--radius-small);box-shadow:inset 0 0 0 1px var(--bg-borders);content:"";display:flex;height:20px;width:20px}.checkbox-inwink input[type=checkbox]:checked+label:after,.checkbox-inwink input[type=checkbox]:not(:checked)+label:after,.checkbox-inwink-header input[type=checkbox]:checked+label:after,.checkbox-inwink-header input[type=checkbox]:not(:checked)+label:after{background-color:var(--primary-color);border-radius:var(--radius-small);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);content:"";height:14px;inset:50%;position:absolute;transform:translate(-50%,-50%);transition:var(--animation);width:14px}.checkbox-inwink input[type=checkbox]:not(:checked)+label:after,.checkbox-inwink-header input[type=checkbox]:not(:checked)+label:after{background-color:transparent}.checkbox-inwink label,.checkbox-inwink-header label{margin:0}.checkbox-inwink-header.readonly input[type=checkbox]+label,.checkbox-inwink.readonly input[type=checkbox]+label{cursor:auto}.checkbox-inwink-header.readonly input[type=checkbox]+label:before,.checkbox-inwink.readonly input[type=checkbox]+label:before{background-color:var(--bg-darker)}.checkbox-inwink-header.readonly input[type=checkbox]+label:after,.checkbox-inwink.readonly input[type=checkbox]+label:after{background-color:var(--comment)}.checkbox-inwink-header.readonly input[type=checkbox]:not(:checked)+label:after,.checkbox-inwink.readonly input[type=checkbox]:not(:checked)+label:after{background-color:transparent}.jq-icon-error,.jq-icon-success{background-color:rgba(40,39,45,.9);background-image:none;border-radius:var(--radius-small);box-shadow:none;color:#fff;font:400 var(--text-size-small) var(--basefont);min-height:52px;padding-left:50px;padding-right:25px;text-align:left}.close-jq-toast-single{background:none;font-size:24px;font-weight:200;min-height:55px}.jq-icon-success:after{background:var(--success-color)}.jq-icon-error:after{background:var(--danger-color)}.jq-has-icon:after{background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";display:block;height:33px;left:8px;position:absolute;top:10px;width:33px;z-index:5}.jq-toast-wrap{width:270px}.jq-toast-loaded{border-radius:0 0 3px 3px}.jq-toast-loader{bottom:-2px;top:auto}.react-datepicker__close-icon:after,.react-datepicker__day--in-range,.react-datepicker__day--selected{background-color:var(--primary-color)!important}.popover-content .section-modal .input-wrapper .i18ninput.multiple .i18ninput-bloc,.popover-content .section-modal .input-wrapper .i18ninput.multiple .i18ninput-bloc:first-child{padding-left:10px}.popover-content .section-modal .input-wrapper .react-datepicker__input-container{width:100%}.popover-content .section-modal .input-wrapper.input-wrapper-inline{margin:16px 0}.popover-content .section-modal .input-wrapper.input-wrapper-inline label{display:inline}.popover-content .section-modal .input-wrapper.input-wrapper-inline input{position:relative;top:2px;width:auto}.pageselector{padding:10px}.pageselector .page{font:500 1rem var(--headlinefont);padding:1rem 1.5rem;transition:var(--animation)}.pageselector .page:hover{background-color:var(--bg-dark);color:var(--primary-color)}button.pagepicker{background-color:transparent;border:1px solid var(--grey-color-dark);display:flex;line-height:35px;margin-right:8px;padding-inline:15px;text-align:left;text-transform:none;width:240px}button.pagepicker .pagelabel{flex-grow:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.pagepicker i{flex-shrink:0;margin-left:8px;position:relative;top:1px}.pagestransition-enter{opacity:.01!important}.pagestransition-enter.pagestransition-enter-active{opacity:1!important;transition:opacity .4s ease-in,transform .8s ease-in}.pagestransition-exit{opacity:1!important}.pagestransition-exit.pagestransition-exit-active{opacity:0!important;transition:all .3s ease-out}.dynpagetransition-enter{opacity:.01!important}.dynpagetransition-enter.dynpagetransition-enter-active{opacity:1!important;transition:opacity .3s ease-out}.dynpagetransition-enter.dynpagetransition-enter-active.slowtransition{transition:opacity .5s ease-out}.dynpagetransition-appear{opacity:.01!important}.dynpagetransition-appear.dynpagetransition-appear-active{opacity:1!important;transition:opacity .3s ease-out}.dynpagetransition-appear.dynpagetransition-appear-active.slowtransition{transition:opacity .5s ease-out}.dynpagetransition-exit{opacity:1!important}.dynpagetransition-exit.dynpagetransition-exit-active{opacity:0!important;transition:opacity .7s ease-in,transform .7s ease-out}.pageloader{background-color:hsla(0,0%,100%,.9);flex-flow:column nowrap;font-family:var(--headlinefont);font-size:var(--text-size-normal);height:100%;width:100%}.opencontentpage>.fullsize,.pageloader{align-items:center;display:flex;justify-content:center}.iw-themedmodal.bothemedmodal{display:flex;flex-flow:column nowrap;height:100%}.iw-themedmodal.bothemedmodal .iw-themedmodal-header{padding:4px 0 4px 20px}.iw-themedmodal.bothemedmodal .iw-themedmodal-header .bothemeheader{align-items:center;display:flex}.iw-themedmodal.bothemedmodal .iw-themedmodal-header .bothemeheader .bothemeheader-title{flex-grow:1}.iw-themedmodal.bothemedmodal .iw-themedmodal-header .bothemeheader .bothemeheader-title .iw-themedmodal-title{color:var(--text);font:700 var(--text-size-normal) var(--headlinefont);margin:0}.iw-themedmodal.bothemedmodal .iw-themedmodal-header .bothemeheader .btnclose{aspect-ratio:1;background:none;border:none;color:var(--comment);height:40px}.iw-themedmodal.bothemedmodal .iw-themedmodal-header .bothemeheader .btnclose i{display:flex;font-size:20px}.iw-themedmodal.bothemedmodal .iw-themedmodal-header .bothemeheader .btnclose:hover{color:var(--text)}.iw-themedmodal.bothemedmodal .iw-themedmodal-content{display:flex;flex-flow:column nowrap;gap:20px;height:100%;overflow:hidden;overflow-y:auto;padding-inline:20px 10px;position:relative;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.iw-themedmodal.bothemedmodal .iw-themedmodal-content::-webkit-scrollbar{height:10px;width:10px}.iw-themedmodal.bothemedmodal .iw-themedmodal-content::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.iw-themedmodal.bothemedmodal .iw-themedmodal-content::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.iw-themedmodal.bothemedmodal .iw-themedmodal-content::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.iw-themedmodal.bothemedmodal .iw-themedmodal-content::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .nesteentity-items{display:flex;flex-flow:column nowrap;gap:20px;order:2}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .nesteentity-items .nesteentity-item .entityform-wrapper{padding-top:50px}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .nesteentity-items .message{align-items:center;background-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--comment);display:flex;font:500 var(--text-size-small) var(--headlinefont);justify-content:center;padding:20px}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .entityform-wrapper{background-color:var(--bg-darkest);border-radius:var(--radius-small);padding:20px}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .entityform-wrapper .entityform-group,.iw-themedmodal.bothemedmodal .iw-themedmodal-content .entityform-wrapper .entityform-group .entityfield:last-child{margin-bottom:0}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .entityform-wrapper .entityform-group .entityfield .remark{color:var(--comment);font:500 var(--text-size-smallest) var(--headlinefont);margin-top:.5rem;opacity:1}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .item-actions{display:flex;flex-flow:row wrap;gap:.5rem}.iw-themedmodal.bothemedmodal .iw-themedmodal-content .item-actions button:has(.inwink-trash){order:1}.iw-themedmodal.bothemedmodal .iw-themedmodal-content button.add{background-color:var(--bg-darker);border:0;border-radius:0;cursor:auto;order:1;padding:0 0 30px;position:sticky;top:13px}.iw-themedmodal.bothemedmodal .iw-themedmodal-content button.add:not([disabled]):hover{background-color:var(--bg-darker)}.iw-themedmodal.bothemedmodal .iw-themedmodal-content button.add>span{align-items:center;background-color:var(--comment);border-radius:var(--radius-small);color:var(--white-color);cursor:pointer;display:flex;justify-content:center;padding:.6rem;transition:var(--animation);width:100%}.iw-themedmodal.bothemedmodal .iw-themedmodal-content button.add>span:hover{background-color:var(--primary-color);color:var(--white-color)}.iw-themedmodal.bothemedmodal .iw-themedmodal-footer{padding:12px 20px}.iw-themedmodal.bothemedmodal .iw-themedmodal-footer .iw-themedmodal-footer-actions{display:flex}.iw-themedmodal.bothemedmodal .iw-themedmodal-footer .iw-themedmodal-footer-actions>.left button{background-color:var(--bg-dark);border:1px solid var(--bg-dark);color:var(--text);font:600 var(--text-size-smaller) var(--headlinefont)}.iw-themedmodal.bothemedmodal .iw-themedmodal-footer .iw-themedmodal-footer-actions>.left button:not(:last-child){margin-right:8px}.iw-themedmodal.bothemedmodal .iw-themedmodal-footer .iw-themedmodal-footer-actions>.left button:hover{background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}.iw-themedmodal.bothemedmodal .iw-themedmodal-footer .iw-themedmodal-footer-actions>.right{margin-left:auto}.iw-themedmodal.bothemedmodal .iw-themedmodal-footer .iw-themedmodal-footer-actions>.right button:not(:first-child){margin-left:8px}.app-layout .buttonbar{background-color:var(--bg-darker);border-radius:var(--radius-small);color:var(--comment);display:flex;flex-flow:row nowrap;overflow:auto hidden;-webkit-overflow-scrolling:touch}.app-layout .buttonbar::-webkit-scrollbar{height:10px;width:10px}.app-layout .buttonbar::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.app-layout .buttonbar::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.app-layout .buttonbar::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.app-layout .buttonbar::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.app-layout .buttonbar::-webkit-scrollbar{height:2px}.app-layout .buttonbar::-webkit-scrollbar-track{background-color:var(--blue)}.app-layout .buttonbar::-webkit-scrollbar-thumb{border:0}.app-layout .buttonbar .leftwrapper{display:flex;flex:1 0 auto;flex-flow:row nowrap;gap:.25rem;padding-left:0}.app-layout .buttonbar .leftwrapper .itemscount{align-items:center;color:initial;display:inline-flex}.app-layout .buttonbar .leftwrapper .itemscount span+span{margin-left:1rem}.app-layout .buttonbar .leftwrapper .itemscount span:last-of-type{align-items:center;display:inline-flex}.app-layout .buttonbar .rightwrapper{display:flex;flex:1 0 auto;gap:.25rem;justify-content:flex-end}.app-layout .buttonbar button{align-items:center;background-color:inherit;border:none;color:inherit;display:inline-flex;text-transform:none}.app-layout .buttonbar button.disabled{color:var(--comment);cursor:inherit;opacity:.5}.app-layout .buttonbar button .text{align-items:center;display:inline-flex}.app-layout .buttonbar button i{height:16px;margin-right:8px;width:16px}.app-layout .buttonbar button.withicon i{margin-right:4px}@media screen and (max-width:768px){.app-layout .buttonbar button.buttonbarbutton.withicon{justify-content:center}.app-layout .buttonbar button.buttonbarbutton.withicon i{margin:0}.app-layout .buttonbar button.buttonbarbutton.withicon .btnlabel{display:none}}.buttonbar button.buttonbarbutton.withicon .text{align-items:center;display:inline-flex;gap:.5rem}.buttonbar button.buttonbarbutton.withicon i{display:flex;font-size:16px;transition:var(--animation)}.buttonbar button.buttonbarbutton.withicon:not(:hover) i{color:var(--comment)}.buttonbar button.buttonbarbutton.withicon.button-save,.buttonbar button.buttonbarbutton.withicon:has([data-trad="actions.save"]){background-color:var(--primary-color);color:var(--white-color)}.buttonbar button.buttonbarbutton.withicon.button-save .text i,.buttonbar button.buttonbarbutton.withicon:has([data-trad="actions.save"]) .text i{margin:0;transition:var(--animation)}.buttonbar button.buttonbarbutton.withicon.button-save:not(:hover) i,.buttonbar button.buttonbarbutton.withicon:has([data-trad="actions.save"]):not(:hover) i{color:var(--white-color)}.buttonbar button.buttonbarbutton.withicon.button-save[disabled],.buttonbar button.buttonbarbutton.withicon:has([data-trad="actions.save"])[disabled]{background-color:transparent;color:var(--comment)}.buttonbar button.buttonbarbutton.withicon.button-save[disabled] i,.buttonbar button.buttonbarbutton.withicon:has([data-trad="actions.save"])[disabled] i{color:var(--comment)}.buttonbar button.buttonbarbutton.withicon.button-save[disabled] .btnlabel,.buttonbar button.buttonbarbutton.withicon:has([data-trad="actions.save"])[disabled] .btnlabel{display:none}.buttonbar button.buttonbarbutton.withicon:focus i,.buttonbar button.buttonbarbutton.withicon:hover i{color:var(--primary-color)}.modalv2{color:var(--text);display:flex;flex-flow:column nowrap;height:100%}.modalv2,.modalv2 .pageloader{background-color:var(--bg-darker)}.modalv2 .pageloader .loaderindicator{background-color:var(--bg-darkest);border-radius:var(--radius-big);color:var(--comment);font-weight:500;padding:30px}.modalv2 .simpletabs-contentpanel,.modalv2 .simpletabs-contentwrapper .simpletabs-contentpanel{background-color:var(--bg-darker)}.modalv2 header.header-modal{align-items:center;display:flex;flex-shrink:0;height:60px;padding:4px 0 4px 20px}.modalv2 header.header-modal .title,.modalv2 header.header-modal h2{color:var(--text);flex-grow:1;font:700 var(--text-size-bigger) var(--headlinefont);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.modalv2 header.header-modal .title>i,.modalv2 header.header-modal h2>i{bottom:.5rem;color:var(--comment);opacity:0;padding-left:1rem;transition:var(--animation)}.modalv2 header.header-modal .title>i:hover,.modalv2 header.header-modal h2>i:hover{color:var(--text);scale:1.1}.modalv2 header.header-modal .title:hover>i,.modalv2 header.header-modal h2:hover>i{opacity:1}.modalv2 header.header-modal button{background-color:transparent;border:none;border-radius:var(--radius-small);color:var(--dark-color);height:60px;min-width:60px;padding:20px;text-align:center}.modalv2 header.header-modal button.btnclose{align-items:center;display:flex;height:60px;justify-content:center;min-width:60px;padding:0;width:60px}.modalv2 header.header-modal button.btnclose i{color:var(--comment);font-size:2rem;height:22px;transition:var(--animation);width:24px}.modalv2 header.header-modal button.btnclose:hover{background-color:transparent;border:none;color:var(--primary-color)}.modalv2 header.header-modal button.btnclose:hover i{color:var(--text)}.modalv2 .modal-content-padding{padding-inline:20px}.modalv2 .actionseditor .menuitemsdesigner-items .menuitem .content .actions .moveLeftBtn,.modalv2 .actionseditor .menuitemsdesigner-items .menuitem .content .actions .moveRightBtn{display:none}.modalv2 .formpage .scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch}.modalv2 .formpage .scrollable::-webkit-scrollbar{height:10px;width:10px}.modalv2 .formpage .scrollable::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.modalv2 .formpage .scrollable::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.modalv2 .formpage .scrollable::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.modalv2 .formpage .scrollable::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.modalv2 .formpage>section{top:0}.modalv2 .formpage.itemslisteditor>header{z-index:2}.modalv2 section.section-modal{flex-grow:1;overflow:auto;position:relative}.modalv2 section.section-modal .formpage:not(.modal-content-padding){padding-block:0}.modalv2 section.section-modal .formpage .fieldbloc input[type=number],.modalv2 section.section-modal .formpage .fieldbloc input[type=text],.modalv2 section.section-modal .formpage .fieldbloc select{background-color:var(--bg-lightdark);border-color:var(--bg-lightdark);border-radius:var(--radius-small);color:var(--text);transition:var(--animation)}.modalv2 section.section-modal .formpage .fieldbloc input[type=number]:focus,.modalv2 section.section-modal .formpage .fieldbloc input[type=number]:hover,.modalv2 section.section-modal .formpage .fieldbloc input[type=text]:focus,.modalv2 section.section-modal .formpage .fieldbloc input[type=text]:hover,.modalv2 section.section-modal .formpage .fieldbloc select:focus,.modalv2 section.section-modal .formpage .fieldbloc select:hover{border-color:var(--comment)}.modalv2 section.section-modal .formpage .fieldbloc label{color:var(--text);font:500 1rem var(--headlinefont);opacity:1}.modalv2 section.section-modal .formpage .fieldbloc label.i18nlabel{align-items:center;display:flex}.modalv2 section.section-modal .formpage .fieldbloc .i18ninput.multiple .i18ninput-bloc{padding-left:0}.modalv2 section.section-modal .formpage .fieldbloc .i18ninput.multiple .i18ninput-bloc textarea{background-color:var(--bg-dark);border-color:var(--bg-dark);border-radius:var(--radius-small);transition:var(--animation)}.modalv2 section.section-modal .formpage .fieldbloc .i18ninput.multiple .i18ninput-bloc textarea:focus{border-color:var(--comment)}.modalv2 section.section-modal .formpage .fieldbloc:has(input:focus,textarea:focus) label{color:var(--text)}.modalv2 section.section-modal .formpage .entityfield:not(.type-checkbox):not(.type-yesno):not(.type-bool) .fieldwrapper{display:flex;flex-direction:column}.modalv2 section.section-modal .formpage .entityfield .fieldwrapper{border-radius:var(--radius-small)}.modalv2 section.section-modal .formpage .entityfield .fieldwrapper .checkbox-inwink,.modalv2 section.section-modal .formpage .entityfield .fieldwrapper .checkbox-inwink>input[type=checkbox]:not(.slick-cell){margin:0}.modalv2 section.section-modal .formpage .entityfield .fieldwrapper label.forcheckbox{cursor:pointer;flex:1;margin:0;opacity:1;transition:var(--animation)}.modalv2 section.section-modal .formpage .entityfield .fieldwrapper label.forcheckbox:hover:not(.readonly){color:var(--primary-color)}.modalv2 section.section-modal .formpage .entityfield.type-phonenumber .fieldbloc{width:100%}.modalv2 section.section-modal .formpage .assetspicker{margin-block:10px 20px}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper{height:100%}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset{background-color:var(--bg-dark);border:none;border-radius:var(--radius-small);height:auto;outline:none}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .asset-preview{background-color:transparent}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status{background-color:var(--bg-dark);border:none;color:var(--comment);transition:var(--animation)}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status:hover{color:var(--text)}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .asset-detail .asset-format{background-color:var(--bg-dark);color:var(--comment)}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .item-toolbar>button{background-color:var(--bg-dark);border:none;color:var(--comment)}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .item-toolbar>button>i{transition:var(--animation)}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .item-toolbar>button:hover{color:var(--text)}.modalv2 section.section-modal .formpage .assetspicker .assetitem-wrapper .asset .item-toolbar>button:hover>i{scale:1.2}.modalv2 section.section-modal .formpage .assetspicker .button-picker{background-color:var(--bg-dark);border-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--comment);transition:var(--animation)}.modalv2 section.section-modal .formpage .assetspicker .button-picker:hover{background-color:var(--comment);border-color:var(--comment)}.modalv2 section.section-modal .formpage>div:last-child{margin-bottom:0}.modalv2 section.section-modal .formpage .menuitemsdesigner .menuitem.additem .content{background-color:var(--bg-dark);border:none;height:50px}.modalv2 section.section-modal .formpage::-webkit-scrollbar{width:10px}.modalv2 section.section-modal .formpage::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.modalv2 section.section-modal .formpage::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.modalv2 section.section-modal .formpage::-webkit-scrollbar-thumb:hover{background-color:var(--grey)}.modalv2.withfooter section.section-modal{height:calc(100% - 120px);max-height:calc(100vh - 120px);overflow:auto;-webkit-overflow-scrolling:touch}.modalv2.withfooter section.section-modal::-webkit-scrollbar{height:10px;width:10px}.modalv2.withfooter section.section-modal::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.modalv2.withfooter section.section-modal::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.modalv2.withfooter section.section-modal::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.modalv2.withfooter section.section-modal::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.modalv2 footer.footer-modal{align-items:center;background-color:var(--bg-darker);display:flex;flex-shrink:0;height:60px;padding:4px 20px}.modalv2 footer.footer-modal.buttontoolbar{background-color:inherit}.modalv2 footer.footer-modal>.buttons>button{padding-inline:1.5rem}.modalv2 footer.footer-modal>.left,.modalv2 footer.footer-modal>.leftwrapper{align-items:center;display:flex;flex-grow:1;gap:1rem}.modalv2 footer.footer-modal>.right,.modalv2 footer.footer-modal>.rightwrapper{align-items:center;display:flex;flex-shrink:0;gap:1rem}@media screen and (max-width:700px){.modalv2 header.header-modal{height:auto;min-height:48px}.modalv2 header.header-modal .title{font-size:16px}.modalv2 header.header-modal button{height:48px;padding:0;width:48px}.modalv2 footer.footer-modal{display:block;height:auto;padding:.5rem}.modalv2 footer.footer-modal>.left,.modalv2 footer.footer-modal>.leftwrapper,.modalv2 footer.footer-modal>.right,.modalv2 footer.footer-modal>.rightwrapper{display:block;margin:0;padding:0}.modalv2 footer.footer-modal>.left button,.modalv2 footer.footer-modal>.leftwrapper button,.modalv2 footer.footer-modal>.right button,.modalv2 footer.footer-modal>.rightwrapper button{display:block;margin:0 0 .5rem;width:100%}.modalv2 footer.footer-modal>.rightwrapper:last-child button{margin:0}}.wizardctrl{display:flex;flex-flow:column nowrap;overflow:hidden;padding-inline:10px;position:relative}.wizardctrl,.wizardctrl .wizardsteps{height:100%;width:100%}.wizardctrl .wizardsteps .wizardstep-container{height:100%;position:relative;width:100%}.wizardctrl .wizardsteps .wizardstep-container .wizardstep{background-color:var(--bg-darker);inset:0;position:absolute;z-index:0}.wizardctrl .wizardsteps .wizardstep-container .wizardstep.current{z-index:1}.wizardctrl .wizardsteps .wizardstep-container .wizardstep .wizardstep-content{height:100%;overflow:hidden;position:relative;width:100%}.wizardctrl footer.navbar{align-items:center;background-color:var(--bg-darker);display:flex;height:60px;overflow:hidden}.wizardctrl footer.navbar .left{display:flex;flex-grow:1}.wizardctrl footer.navbar .left .cancel{margin-right:8px}.wizardctrl footer.navbar button.disabled{cursor:inherit}.wizardctrl footer.navbar button.disabled:hover{background-color:var(--primary-color)}.wizardtransitiontoleft-enter{transform:translate(100%)}.wizardtransitiontoleft-enter.wizardtransitiontoleft-enter-active{transform:translate(0);transition:opacity .4s ease-in,transform .4s ease-out}.wizardtransitiontoleft-appear{transform:translate(100%)}.wizardtransitiontoleft-appear.wizardtransitiontoleft-appear-active{transform:translate(0);transition:opacity .4s ease-in,transform .4s ease-out}.wizardtransitiontoleft-exit{transform:translate(0)}.wizardtransitiontoleft-exit.wizardtransitiontoleft-exit-active{transform:translate(-100%);transition:opacity .4s ease-out,transform .4s ease-out}.wizardtransitiontoright-enter{transform:translate(-100%)}.wizardtransitiontoright-enter.wizardtransitiontoright-enter-active{transform:translate(0);transition:opacity .4s ease-in,transform .4s ease-out}.wizardtransitiontoright-appear{transform:translate(-100%)}.wizardtransitiontoright-appear.wizardtransitiontoright-appear-active{transform:translate(0);transition:opacity .4s ease-in,transform .4s ease-out}.wizardtransitiontoright-exit{transform:translate(0)}.wizardtransitiontoright-exit.wizardtransitiontoright-exit-active{transform:translate(100%);transition:opacity .4s ease-out,transform .4s ease-out}.assetimage{aspect-ratio:16/9;background-color:var(--bg-lightdark);border-radius:var(--radius-small);overflow:hidden;position:relative;transition:var(--animation)}.assetimage img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.assetimage .progressiveimage-container .progressiveimage{inset:0;opacity:1;position:absolute;transition:var(--animation)}.assetimage .progressiveimage-container .progressiveimage.placeholder{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:linear-gradient(to right,var(--bg-darker) 8%,var(--bg-dark) 38%,var(--bg-darker) 54%);background-size:1000px 640px;opacity:0}.assetimage .progressiveimage-container.loading .progressiveimage{opacity:0}.assetimage .progressiveimage-container.loading .progressiveimage.placeholder{opacity:1}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.inwink-assetsmanagerpicker-wrapper{margin-top:.5rem;position:relative}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker{background-color:var(--bg-dark);border:2px solid var(--bg-dark);max-width:300px;position:relative;transition:var(--animation);width:100%}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .pictureplaceholder{align-items:center;display:flex;flex-flow:column nowrap;gap:10px;height:100%;justify-content:center;text-align:center;transition:var(--animation);width:100%}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .pictureplaceholder i{align-items:center;background-color:var(--bg-darkest);border-radius:50%;color:var(--comment);display:flex;font-size:20px;height:40px;justify-content:center;padding:.5rem;transition:var(--animation);width:40px}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .pictureplaceholder .pictureplaceholder-title{color:var(--text);font:500 var(--text-size-smaller) var(--headlinefont);transition:var(--animation)}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .picturewrapper{aspect-ratio:16/9;display:flex;min-height:100px;width:auto}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .picturewrapper img{height:100%;-o-object-fit:contain;object-fit:contain;padding:10px;width:100%}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .actions{inset:2px 2px auto auto;position:absolute}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .actions button[type=button].asyncbtn{aspect-ratio:1;background-color:var(--bg-lightdark);border:0;color:var(--comment)}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .actions button[type=button].asyncbtn i{transition:var(--animation)}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker .actions button[type=button].asyncbtn:hover:not(:disabled) i{scale:1.5}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:focus,.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:hover{background-color:var(--bg-lightdark);border-color:var(--comment)}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:focus .pictureplaceholder i,.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:hover .pictureplaceholder i{background-color:var(--primary-color);color:var(--white-color)}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:focus .pictureplaceholder .pictureplaceholder-title,.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:hover .pictureplaceholder .pictureplaceholder-title{color:var(--primary-color)}.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:focus button[type=button].asyncbtn,.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:focus+.picturelink[role=button],.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:hover button[type=button].asyncbtn,.inwink-assetsmanagerpicker-wrapper .inwink-assetsmanagerpicker.clickable:hover+.picturelink[role=button]{background-color:var(--bg-lightdark)}.inwink-assetsmanagerpicker-wrapper .picturelink[role=button]{aspect-ratio:1;background-color:var(--bg-lightdark);border:0;inset:4px auto auto 4px;position:absolute}.inwink-assetsmanagerpicker-wrapper .picturelink[role=button] i{color:var(--comment);transition:var(--animation)}.inwink-assetsmanagerpicker-wrapper .picturelink[role=button]:hover:not(:disabled){background-color:var(--bg-lightdark)}.inwink-assetsmanagerpicker-wrapper .picturelink[role=button]:hover:not(:disabled) i{scale:1.5}.inwink-assetsmanagerpicker-wrapper:has(.picturelink:hover) .inwink-assetsmanagerpicker{background-color:var(--bg-dark);border-color:var(--comment)}.i18nassetpicker.i18nassetpicker-m{display:flex;flex-flow:row wrap;justify-content:space-between}.i18nassetpicker.i18nassetpicker-m .i18nassetpicker-bloc{align-items:center;display:flex;width:calc(50% - 20px)}.i18nassetpicker.i18nassetpicker-m .i18nassetpicker-bloc .languagelabel{flex-shrink:0;margin-right:8px;min-width:32px;text-transform:uppercase}.datebooleditor .flex-container,.entityform .entityfield .datebooleditor .flex-container{align-items:center;display:flex}.datebooleditor .flex-container .fieldwrapper,.entityform .entityfield .datebooleditor .flex-container .fieldwrapper{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex}.datebooleditor .flex-container .fieldwrapper .forcheckbox,.entityform .entityfield .datebooleditor .flex-container .fieldwrapper .forcheckbox{margin-bottom:0}.datebooleditor .date,.entityform .entityfield .datebooleditor .date{align-items:center;color:var(--comment);display:flex;font-family:var(--headlinefont);font-size:var(--text-size-smaller);justify-content:center;padding-left:.5rem}.datebooleditor.nullable .container{align-items:center;cursor:pointer;display:flex;font-size:22px;margin:4px 10px 4px 0;padding:0 0 0 1.75rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datebooleditor.nullable .container input{opacity:0;position:absolute}.datebooleditor.nullable .container .checkmark{background-color:var(--bg-dark);border-radius:50%;height:16px;left:0;position:absolute;top:2px;transition:var(--animation);width:16px}.datebooleditor.nullable .container .label{font-weight:400;line-height:22px!important;margin-bottom:2px;transition:var(--animation)}.datebooleditor.nullable .container.readonly{cursor:default}.datebooleditor.nullable .container.readonly .checkmark{opacity:.6}.datebooleditor.nullable .container:not(.readonly):hover input~.checkmark{background-color:var(--comment)}.datebooleditor.nullable .container:not(.readonly):hover .label{color:var(--primary-color)}.datebooleditor.nullable .container input:checked~.checkmark{background-color:var(--white-color)}.datebooleditor.nullable .checkmark:after{content:"";display:none;position:absolute}.datebooleditor.nullable .container input:checked~.checkmark:after{display:block}.datebooleditor.nullable .container .checkmark:after{background:var(--primary-color);border-radius:50%;height:16px;left:0;top:0;width:16px}.fileinput-filevideoeditor .inwink-videoplayer.amp-default-skin .vjs-big-play-button{z-index:0}.fileinput-filevideoeditor>.video-options{margin-top:16px}.fileinput-filevideoeditor>.video-options .type-dropdownmultiple-bo .items{background-color:var(--white-color)}.fileinput-filevideoeditor>.video-options .type-checkbox{margin-left:0}.popover-shell.transcriptmodal .popover-content{height:90%;width:1250px}@media screen and (max-width:1024px){.popover-shell.transcriptmodal .popover-content{height:100%;width:100%}}.popover-dropdownmultiple .popover-dropdownmultiple-content.withfilter .itemsfilter{padding:10px}.popover-dropdownmultiple .popover-dropdownmultiple-content.withfilter .itemsfilter input{border:1px solid var(--bg-dark);height:30px;padding:0 .5rem;transition:var(--animation);width:100%}.popover-dropdownmultiple .popover-dropdownmultiple-content.withfilter .itemsfilter input:focus,.popover-dropdownmultiple .popover-dropdownmultiple-content.withfilter .itemsfilter input:hover{border-color:var(--comment)}.popover-dropdownmultiple .popover-dropdownmultiple-content.withfilter .items{height:300px;margin-top:0}.popover-dropdownmultiple .popover-dropdownmultiple-content .items{display:flex;flex-flow:column nowrap;gap:.5rem;overflow:hidden auto;-webkit-overflow-scrolling:touch}.popover-dropdownmultiple .popover-dropdownmultiple-content .items::-webkit-scrollbar{height:10px;width:10px}.popover-dropdownmultiple .popover-dropdownmultiple-content .items::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-dropdownmultiple .popover-dropdownmultiple-content .items::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-dropdownmultiple .popover-dropdownmultiple-content .items::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-dropdownmultiple .popover-dropdownmultiple-content .items::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.entityfields-popover .popover-content{height:400px;width:500px}@media screen and (max-width:768px){.popover-wrapper .popover-shell.entityfields-popover .popover-content{min-width:calc(100vw - 20px)!important;width:300px}}.popover-wrapper .popover-shell.entityfields-popover .popover-content .popover-dropdownmultiple-content{border:none;height:100%;max-height:none;overflow:hidden;width:100%}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist{height:100%;overflow:hidden;width:100%}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items{display:flex;flex-flow:column nowrap;gap:10px;height:100%;overflow:hidden;width:100%}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-filter input{background-color:var(--bg-dark);border:1px solid var(--bg-dark);display:flex;min-height:30px;padding-inline:10px;transition:var(--animation);width:100%}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-filter input:focus,.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-filter input:hover{background-color:var(--bg-lightdark);border-color:var(--comment)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper{color:var(--text);display:flex;flex-flow:column nowrap;flex-grow:1;gap:.5rem;height:100%;overflow:hidden auto;padding-inline-end:4px;-webkit-overflow-scrolling:touch}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper::-webkit-scrollbar{height:10px;width:10px}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field{align-items:center}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field .label{font:500 1rem var(--headlinefont);overflow:hidden;text-overflow:ellipsis;transition:var(--animation);white-space:nowrap}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field.disabled{flex-wrap:nowrap}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field.disabled .label{opacity:.5}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field.disabled .private-field{color:var(--text)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field:not(.disabled):hover{background-color:var(--bg-darkest);border-color:var(--bg-borders);cursor:pointer}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field.selected{border-color:var(--primary-color)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .entityfieldslist-items-wrapper .field.selected .label{color:var(--primary-color)}.popover-wrapper .popover-shell.entityfields-popover .popover-content .entityfieldslist .entityfieldslist-items .message{padding:10px}.entityfieldspicker .inwink-cancel,.personkindpicker .inwink-cancel,.teaseritemseditor .inwink-cancel{float:right}.entityfieldspicker .addlabel,.personkindpicker .addlabel,.teaseritemseditor .addlabel{color:var(--primary-color);margin-top:5px}.entityfieldspicker .remark{height:26px;line-height:23px;margin:2px;padding-left:8px}.entityfieldspicker .items{cursor:auto}.entityfieldspicker .items>div{display:flex;flex-flow:row wrap;gap:.5rem}.entityfieldspicker .items .addlabel{background:#b8b8b8;border-radius:var(--radius-small);color:var(--white-color);display:inline-block;float:left;font-size:14px;height:26px;line-height:26px;margin:2px;padding:0 6px}.entityfieldspicker .items .item{background-color:var(--bg-darkest);border-radius:var(--radius-small);font-weight:600;gap:1rem;min-height:30px;padding:.25rem 1rem}.entityfieldspicker .items .item,.entityfieldspicker .items .item i{align-items:center;color:var(--comment);display:flex;justify-content:center;transition:var(--animation)}.entityfieldspicker .items .item i{border-radius:50%;cursor:pointer;font-size:8px;height:20px;position:relative;text-align:center;width:20px}.entityfieldspicker .items .item i:hover{background-color:var(--comment);color:var(--white-color)}.clickable:not(.multiselect).entityfieldspicker .items .item{cursor:pointer}.clickable:not(.multiselect).entityfieldspicker .items .item:hover:not(.select){background-color:var(--bg-darkest-hover);color:var(--primary-color)}.entityfieldspicker .items .item.select{background-color:var(--bg-dark);cursor:pointer;order:-1;transition:var(--animation)}.entityfieldspicker .items .item.select:hover{background-color:var(--comment);color:var(--white-color)}.popover-shell.app-iwconfirmmodal .popover-content{width:600px}.popover-shell.app-iwconfirmmodal .iwconfirmmodal .section-modal{color:var(--text);font-size:1rem;overflow:hidden;padding:0 20px}.popover-shell.app-iwconfirmmodal .iwconfirmmodal .section-modal .contentpanel{display:flex;flex-flow:column nowrap;gap:2rem}.popover-shell.app-iwconfirmmodal .iwconfirmmodal .section-modal .confirm-message{color:var(--text);font:500 var(--text-size-normal) var(--headlinefont);text-align:center;text-wrap:balance;white-space:pre-wrap}.popover-shell.app-iwconfirmmodal .danger-message #fld-danger{margin-top:8px}.popover-shell.app-iwconfirmmodal .danger-message .entityfield{margin-inline:0}@media screen and (max-width:1024px){.update-all-entity-modal .popover-content{height:70%;width:70%}}.updateallform{padding-right:4px}.update-all-entity-modal .popover-content{height:calc(70% - 80px);width:calc(70% - 80px)}.update-all-entity-modal .formpage p{color:var(--text);font:500 var(--text-size-small) var(--headlinefont);margin-block-end:.5rem}.update-all-entity-modal .formpage p:first-child{margin-block-start:0}.update-all-entity-modal .formpage .entityform-wrapper:has(.entityfield){background-color:var(--bg-darkest);border-radius:var(--radius-small);padding:20px}.update-all-entity-modal .formpage .entityform-wrapper:has(.entityfield) .entityfield:last-child,.update-all-entity-modal .formpage .entityform-wrapper:has(.entityfield) .entityform-group.group-0.depth-0{margin-bottom:0}.update-all-entity-modal .formpage .pseudoinput{font:500 var(--text-size-smaller) var(--headlinefont)}.update-all-entity-modal .formpage .container-sending{align-items:center;display:flex;flex-flow:row wrap;height:100%;justify-content:center}.update-all-entity-modal .formpage .container-sending .center{text-align:center}.update-all-entity-modal .formpage .container-sending label.warning-message{color:var(--alert-red-color);font:900 1.1rem var(--headlinefont);margin-right:.5rem}.update-all-entity-modal .formpage .container-sending button{margin-top:10px}.entitydetailpage{height:100%}.entitydetailpage>.loading{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.entitydetailpage .entityform .entityfield .ratingcontrol .rating-item.selected{color:var(--primary-color)}.entitydetailtab{display:flex;flex-flow:column nowrap;height:100%;overflow:hidden}.entitydetailtab.withoutnavpanel>section,.entitydetailtab:not(.withnavpanel)>section{padding-right:10px;scrollbar-gutter:stable}.entitydetailtab>header{align-items:center;border-bottom:1px solid var(--comment);display:flex;flex-shrink:0;height:35px;padding:0 20px}.entitydetailtab>footer.footer-modal{flex-shrink:0}.entitydetailtab>footer.footer-modal .buttonbar{align-items:center;border-top:1px solid var(--comment);padding:0 20px}.entitydetailtab>footer.footer-modal h4.anonymizedentityinfo,.entitydetailtab>footer.footer-modal h4.removedentityinfo{color:var(--primary-color);font-weight:600;text-align:center}.entitydetailtab>section{flex-grow:1;height:100%;overflow-x:hidden;overflow-y:auto;padding-inline:20px;position:relative}.entitydetailtab>section.nopadding{padding:0}.entitydetailtab>section .additional-content{height:auto}.entitydetailtab .formwithsidecontent{display:flex}.entitydetailtab .formwithsidecontent .entityform{flex-grow:1}.entitydetailtab .formwithsidecontent .entityhistory{background:#f9f9f9;flex-shrink:0;padding:20px;width:375px}.entitydetailtab .formwithsidecontent .entityhistory h3{color:var(--text);font-family:var(--headlinefont);font-size:18px;font-weight:500;line-height:20px;margin-bottom:15px;text-align:left;text-transform:none}.popover-shell.entitydetailpage-modal .popover-content{background-color:var(--bg-darker);height:90%;width:1250px}.popover-shell.entitydetailpage-modal .popover-content .entitydetailform{background-color:var(--bg-darker)}.popover-shell.add-nesteentity-item-modal .popover-container .popover-content,.popover-shell.nesteentity-editcollection-modal .popover-container .popover-content{height:90%}@media screen and (max-height:700px){.popover-shell.entitydetailpage-modal .popover-content{height:100%;width:100%}.popover-shell.entitydetailpage-modal .popover-content .entitydetailpage .entityhistory{display:none}}@media screen and (max-width:1024px){.popover-shell.entitydetailpage-modal .popover-content{height:100%}.popover-shell.entitydetailpage-modal .popover-content .entitydetailpage .entityhistory{display:none}}.logical-operator-selector{display:flex;justify-content:space-between}.logical-operator-selector .operator-button{background-color:var(--bg-darkest);border-color:var(--bg-darkest);color:var(--comment);cursor:pointer;flex:1;height:30px;padding:10px;transition:var(--animation)}.logical-operator-selector .operator-button:first-child{border-radius:var(--radius-small) 0 0 var(--radius-small)}.logical-operator-selector .operator-button:last-child{border-radius:0 var(--radius-small) var(--radius-small) 0}.logical-operator-selector .operator-button:hover:not(:disabled):not(.active){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.logical-operator-selector .operator-button.active,.logical-operator-selector .operator-button.active:hover{background-color:var(--bg-darkest);border-color:var(--bg-darkest);color:var(--primary-color);cursor:auto}.popover-shell.popover-as-modal.filters-modal .filter-type header{background:#f9f9f9;border-bottom:1px solid #e0e0e0;padding:10px}.popover-shell.popover-as-modal.filters-modal .filter-type header span{font-size:13px}.popover-shell.popover-as-modal.filters-modal .filter-type section{padding:10px}.popover-shell.popover-as-modal.filters-modal .filter-type section ul{position:relative}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist header{border-bottom:1px solid #dadada;height:35px;line-height:35px;padding:0;position:relative}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist header i{font-size:15px;left:8px;position:absolute;top:2px}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist header input{border:none;float:left;font-family:var(--basefont);font-style:italic;height:100%;padding-left:31px;width:100%}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section{background-color:#fff;padding:0 0 10px}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul{list-style-type:none;margin:0;overflow-y:auto;padding:0}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li{color:#28272d;cursor:pointer;font-family:var(--basefont);font-size:14px;font-weight:300;height:35px;line-height:35px;padding:0 10px;text-align:left}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li.hide-selected{display:none}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li.blank_filter{font-style:italic}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li span.filter-list-item{display:inline-block;height:100%;width:calc(100% - 30px);word-wrap:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li span.selection{background-color:#fff;border:1px solid #949494;border-radius:3px;box-sizing:border-box;display:inline-block;float:left;height:16px;margin-right:10px;position:relative;top:10px;width:16px}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li span.selection img{content:"";display:inline-block;height:9px;left:1px;position:absolute;top:3px;transform:scale(0);transition:all .2s ease-in;width:12px}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li:nth-child(2n){background-color:#f9f9f9}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li.selected{color:#28272d;font-family:var(--basefont);font-weight:700}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li.selected span.selection img{transform:scale(1)}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul li.empty-item{text-transform:uppercase}.popover-shell.popover-as-modal.filters-modal .filter-multiselectlist section ul .listitem:nth-child(2n){background-color:#f9f9f9}.iwtoolbarheaderwrapper{display:flex;flex-flow:row nowrap;gap:.5rem;overflow:hidden}.iwtoolbarheaderwrapper .leftwrapper{flex-shrink:0}.iwtoolbarheaderwrapper .leftwrapper .iwtoolbar-items{flex-flow:row nowrap}.iwtoolbarheaderwrapper .rightwrapper{flex-grow:1}.iwtoolbarheaderwrapper .rightwrapper .iwtoolbar-items{justify-content:flex-end}.iwtoolbar{background-color:var(--bg-darker);color:var(--comment);height:40px;max-height:40px;overflow:hidden;position:relative}@media screen and (max-width:1023px){.iwtoolbar{height:auto}}.iwtoolbar.dark{background-color:var(--bg-darker);color:var(--comment)}.iwtoolbar.dark .iwtoolbar-items .iwtoolbar-item button{background-color:inherit;border:none;color:inherit;text-transform:inherit}.iwtoolbar.dark .iwtoolbar-items .iwtoolbar-item button:hover:not(:disabled){background-color:var(--primary-color);color:var(--white-color)}.iwtoolbar .btnmore{align-items:center;background-color:transparent;border-radius:0;bottom:0;color:inherit;display:flex;height:auto;justify-content:center;padding:0;pointer-events:none;position:absolute;top:0;visibility:hidden}.iwtoolbar.pos-left .btnmore,.iwtoolbar.pos-right .btnmore{right:0}.iwtoolbar .iwtoolbar-items{align-items:center;display:flex;flex-flow:row wrap;height:100%;width:100%}.iwtoolbar .iwtoolbar-items .iwtoolbar-item{height:100%;position:relative}.iwtoolbar .iwtoolbar-items .iwtoolbar-item.customrender{align-items:center;display:inline-flex;justify-content:center}.iwtoolbar .iwtoolbar-items .iwtoolbar-item .text{align-items:center;display:inline-flex;gap:.5em}.iwtoolbar .iwtoolbar-items .iwtoolbar-item .badge{align-items:center;background-color:var(--comment);border-radius:10ch;color:var(--white-color);display:flex;font-size:10px;height:18px;justify-content:center;min-width:18px;padding:0 .425rem;pointer-events:none;position:relative;text-align:center;transition:var(--animation)}.iwtoolbar .iwtoolbar-items .iwtoolbar-item .badge.badgeempty{opacity:0}.iwtoolbar .iwtoolbar-items .iwtoolbar-item button{background-color:var(--bg-darker);border:none;color:var(--comment)}.iwtoolbar .iwtoolbar-items .iwtoolbar-item button:hover:not(:disabled){background-color:var(--grey-color-dark);color:var(--primary-color)}.iwtoolbar .iwtoolbar-items .iwtoolbar-item button.important{color:var(--primary-color)}.iwtoolbar .iwtoolbar-items .iwtoolbar-item button.important:hover:not(:disabled){background-color:var(--dark-color-hover);border:none;color:var(--primary-color)}.iwtoolbar .iwtoolbar-items .iwtoolbar-item>.searchbox{position:relative;width:140px}.iwtoolbar .iwtoolbar-items .iwtoolbar-item>.searchbox i{color:#000;left:4px;position:absolute;top:4px}.iwtoolbar .iwtoolbar-items .iwtoolbar-item>.searchbox input{border:1px solid var(--grey-color-dark);padding:.2em .2em .2em 1.5em;width:100%}.iwtoolbar .iwtoolbar-items .iwtoolbar-action{font-size:1rem;height:100%}.iwtoolbar .iwtoolbar-items .iwtoolbar-action .text i{align-items:center;display:flex;font-size:1.3rem;height:1.3rem;justify-content:center;line-height:1.3rem;width:1.3rem}.iwtoolbar.showmore .btnmore{border:none;color:var(--text);min-width:20px;pointer-events:all;visibility:visible}.iwtoolbar.showmore .btnmore:hover{background-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--text)}.iwtoolbar.new .iwtoolbar-items{gap:.5rem}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item{height:40px}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button{color:var(--comment);min-width:40px}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action.important,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button.important{color:var(--text);font-weight:700}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action.important:hover:not(:disabled),.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button.important:hover:not(:disabled){color:var(--primary-color)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action.important:has([data-trad="actions.save"]),.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button.important:has([data-trad="actions.save"]){background-color:var(--primary-color);color:var(--white-color)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action.important:has([data-trad="actions.save"])[disabled],.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button.important:has([data-trad="actions.save"])[disabled]{background-color:transparent;color:var(--comment)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action.important:has([data-trad="actions.save"])[disabled] .label[data-trad="actions.save"],.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button.important:has([data-trad="actions.save"])[disabled] .label[data-trad="actions.save"]{display:none}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action:hover:not(:disabled),.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button:hover:not(:disabled){background-color:var(--bg-darkest);color:var(--text)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox{background-color:var(--bg-dark-alt);border-radius:var(--radius-small);display:flex;flex-flow:row nowrap;height:28px;width:100%}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>input,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>input{background-color:var(--bg-dark-alt);border:none;border-radius:0 var(--radius-small) var(--radius-small) 0;color:var(--text);height:100%;padding-inline:.5rem;transition:var(--animation)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>input:focus,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>input:hover,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>input:focus,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>input:hover{background-color:var(--bg-dark)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>input:focus+i,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>input:hover+i,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>input:focus+i,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>input:hover+i{background-color:var(--bg-dark);border-radius:var(--radius-small) 0 0 var(--radius-small);color:var(--text)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>input::-moz-placeholder,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>input::-moz-placeholder{font-style:normal}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>input::placeholder,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>input::placeholder{font-style:normal}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action .searchbox>i,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item button .searchbox>i{align-items:center;color:var(--text);display:flex;order:-1;padding-inline:1rem;position:static;transition:var(--animation)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox{flex:1}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox{background-color:var(--bg-dark);border-radius:var(--radius-small);display:flex;flex-flow:row nowrap;height:28px;width:100%}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>input{background-color:var(--bg-dark);border-color:var(--bg-dark);border-left:none;border-radius:0 var(--radius-small) var(--radius-small) 0;color:var(--text);height:100%;padding-inline:.5rem;transition:var(--animation)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>input:focus,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>input:hover{background-color:var(--white-color);border-color:var(--comment)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>input:focus+i,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>input:hover+i{background-color:var(--white-color);border-color:var(--comment);color:var(--text)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>input::-moz-placeholder{font-style:normal}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>input::placeholder{font-style:normal}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item#toolbaritemsearchbox .searchbox>i{align-items:center;background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small) 0 0 var(--radius-small);border-right:none;color:var(--text);display:flex;order:-1;padding-inline:1rem;position:static;transition:var(--animation)}.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item.selected .badge,.iwtoolbar.new .iwtoolbar-items .iwtoolbar-item:hover .badge{background-color:var(--primary-color)}.iwtoolbar.new .popover-shell.iwtoolbar-moreitemspopover .popover-content{width:300px}.iwtoolbar.new .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-moreitems{max-height:400px;overflow-y:auto}.iwtoolbar.new .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action{background-color:transparent;border:none;border-radius:0;color:inherit;text-transform:inherit;width:100%}.iwtoolbar.new .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action .text{align-items:center;display:flex}.iwtoolbar.new .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action .text .badge{align-items:center;background-color:var(--comment);border-radius:10px;color:var(--white-color);display:inline-flex;font-size:12px;justify-content:center;margin-left:1em;min-height:20px;min-width:20px;opacity:1;padding:4px;pointer-events:none;transition:var(--animation)}.iwtoolbar.new .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action .text .badge.badgeempty{opacity:0}.iwtoolbar.new .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action .text i{font-size:20px}@media screen and (max-width:768px){.iwtoolbar.new .iwtoolbar-items{gap:0}}.tirette-column-fieldselectorpopover .popover-content{width:300px}.tirette-column-fieldselectorpopover .popover-content .fieldselector{height:100%;max-height:300px;overflow:hidden auto;-webkit-overflow-scrolling:touch}.tirette-column-fieldselectorpopover .popover-content .fieldselector::-webkit-scrollbar{height:10px;width:10px}.tirette-column-fieldselectorpopover .popover-content .fieldselector::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.tirette-column-fieldselectorpopover .popover-content .fieldselector::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.tirette-column-fieldselectorpopover .popover-content .fieldselector::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.tirette-column-fieldselectorpopover .popover-content .fieldselector::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.tirette-column-fieldselectorpopover .popover-content .items>header input[type=search]{display:block;width:100%}.tirette-column-fieldselectorpopover .popover-content .items.noresult{width:100%}.tirette-column-fieldselectorpopover .popover-content .items.noresult .message{color:var(--comment);font-size:1rem;padding:1rem;text-align:center}.tirette-column-fieldselectorpopover .popover-content .items>section{border-radius:var(--radius-small);display:flex;flex-flow:column nowrap;gap:.5rem;padding:10px}.tirette-column-fieldselectorpopover .popover-content .items>section .item{align-items:center;background-color:var(--bg-dark);border:2px solid var(--bg-dark);border-radius:var(--radius-small);color:var(--text);display:flex;flex-flow:column nowrap;font:500 1rem var(--headlinefont);gap:.5rem;justify-content:space-between;min-height:30px;transition:var(--animation);width:100%}.tirette-column-fieldselectorpopover .popover-content .items>section .item .label{padding:.5rem 1rem;transition:var(--animation);width:100%}.tirette-column-fieldselectorpopover .popover-content .items>section .item .label.not-selectable-parent{color:var(--text);font:400 var(--text-size-smaller) var(--headlinefont)}.tirette-column-fieldselectorpopover .popover-content .items>section .item .group-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:.5rem 1rem}.tirette-column-fieldselectorpopover .popover-content .items>section .item .group-header .toggle-icon:hover,.tirette-column-fieldselectorpopover .popover-content .items>section .item .group-header:hover{color:var(--primary-color)}.tirette-column-fieldselectorpopover .popover-content .items>section .item .child-items{cursor:auto;width:100%}.tirette-column-fieldselectorpopover .popover-content .items>section .item:has(.haschild){background-color:var(--bg-darkest);padding-top:.5rem}.tirette-column-fieldselectorpopover .popover-content .items>section .item:has(.haschild):hover:not(.disabled){background:var(--bg-darkest)}.tirette-column-fieldselectorpopover .popover-content .items>section .item.technical{align-items:center}.tirette-column-fieldselectorpopover .popover-content .items>section .item.technical .label{align-items:center;display:flex;gap:.5rem}.tirette-column-fieldselectorpopover .popover-content .items>section .item.technical .label i.technical{align-items:center;display:flex}.tirette-column-fieldselectorpopover .popover-content .items>section .item.technical .label .group-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.tirette-column-fieldselectorpopover .popover-content .items>section .item.disabled{background-color:var(--bg-darkest);flex-flow:row;padding:.5rem 1rem}.tirette-column-fieldselectorpopover .popover-content .items>section .item.disabled .label{opacity:.5;padding:0;width:-moz-fit-content;width:fit-content}.tirette-column-fieldselectorpopover .popover-content .items>section .item.disabled .private-field i{display:flex}.tirette-column-fieldselectorpopover .popover-content .items>section .item.clickable:focus,.tirette-column-fieldselectorpopover .popover-content .items>section .item.clickable:hover{background-color:var(--bg-lightdark);border-color:var(--bg-borders)}.tirette-column-fieldselectorpopover.picker .popover-modal{max-height:400px;overflow-y:auto;-webkit-overflow-scrolling:touch}.tirette-column-fieldselectorpopover.picker .popover-modal::-webkit-scrollbar{height:10px;width:10px}.tirette-column-fieldselectorpopover.picker .popover-modal::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.tirette-column-fieldselectorpopover.picker .popover-modal::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.tirette-column-fieldselectorpopover.picker .popover-modal::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.tirette-column-fieldselectorpopover.picker .popover-modal::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.fieldpickerv3{align-items:center;background-color:var(--bg-lightdark);border:1px solid var(--bg-lightdark);display:flex;gap:.5rem;padding:0 .5rem;position:relative;transition:var(--animation)}.fieldpickerv3:has(input:focus),.fieldpickerv3:hover{border-color:var(--comment)}.fieldpickerv3.readonly{background-color:transparent;cursor:default;opacity:1;pointer-events:none}.fieldpickerv3.readonly .column-input input.column{background:transparent}.fieldpickerv3.readonly .chevron-container{display:none}.fieldpickerv3:focus{outline:1px solid var(--blue-color)}.fieldpickerv3 .clearfield{align-items:center;aspect-ratio:1;color:var(--comment);display:flex;height:32px;justify-content:center}.fieldpickerv3 .clearfield i{display:flex}.fieldpickerv3 .clearfield.clickable{transition:var(--animation)}.fieldpickerv3 .clearfield.clickable:hover{background-color:var(--comment);color:var(--white-color)}.fieldpickerv3 .column-input{cursor:pointer;width:100%}.fieldpickerv3 .column-input .parent-column{color:var(--comment);font-size:var(--text-size-smallest)}.fieldpickerv3 .column-input.technical{position:relative}.fieldpickerv3 .column-input.technical i.technical{display:flex;inset:50% auto auto .6rem;position:absolute;transform:translateY(-50%)}.fieldpickerv3 .column-input.technical>.parent-column+i.technical{transform:translateY(0)}.fieldpickerv3 .column-input.technical input.column{padding:0 2rem}.fieldpickerv3 .column-input input.column{border:none;color:var(--text);display:block;font-size:var(--text-size-small);width:100%}.fieldpickerv3 .column-input input.column:hover{border-color:var(--comment)}.fieldpickerv3 .chevron-container{align-items:center;background-color:var(--bg-lightdark);display:flex;inset:50% 0 auto auto;justify-content:center;padding-inline:10px;position:absolute;transform:translateY(-50%)}:has(.clearfield).fieldpickerv3 .chevron-container{right:4rem}.fieldpickerv3 .chevron-container i.chevron{background-color:var(--bg-darkest);border-radius:var(--radius-small);color:var(--comment);cursor:pointer;display:flex;padding:.25rem;transition:var(--animation)}.fieldpickerv3 .chevron-container i.chevron:hover{color:var(--text)}.orderableitemslist{margin-block:.5rem 1.5rem}.orderableitemslist.thin .orderableitemslist-items .orderable-item{margin-bottom:4px;padding:2px}.orderableitemslist.thin .orderableitemslist-items .orderable-item .itemstatus{margin-right:4px}.orderableitemslist.thin .orderableitemslist-items .orderable-item .blocactions{margin-left:4px}.orderableitemslist .orderableitemslist-items .orderable-item{align-items:center;background-color:var(--bg-darkest);border:2px solid var(--bg-darkest);border-radius:var(--radius-big);color:var(--text);display:flex;font-family:var(--headlinefont);gap:.5rem;margin-bottom:.5rem;padding:.5rem;transition:var(--animation)}.orderableitemslist .orderableitemslist-items .orderable-item:focus,.orderableitemslist .orderableitemslist-items .orderable-item:hover{border-color:var(--bg-borders)}.orderableitemslist .orderableitemslist-items .orderable-item.sortable-chosen{border-color:var(--comment)}.orderableitemslist .orderableitemslist-items .orderable-item:not(.locked) .drag-handle{cursor:move}.orderableitemslist .orderableitemslist-items .orderable-item .itemstatus{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.orderableitemslist .orderableitemslist-items .orderable-item .itemstatus i{color:var(--comment);display:flex;font-size:var(--text-size-bigger)}.orderableitemslist .orderableitemslist-items .orderable-item .itemstatus .item-index{align-items:center;aspect-ratio:1;background-color:var(--bg-dark);border-radius:50%;color:var(--comment);display:flex;font:500 var(--text-size-smaller) var(--headlinefont);height:30px;justify-content:center;width:30px}.orderableitemslist .orderableitemslist-items .orderable-item .orderable-item-content{align-items:center;display:flex;flex-grow:1}.orderableitemslist .orderableitemslist-items .orderable-item .orderable-item-content .orderable-item-detail{flex-grow:1}.orderableitemslist .orderableitemslist-items .orderable-item .orderable-item-content .orderable-item-actions{display:flex;flex-shrink:0;gap:.25rem}.orderableitemslist .orderableitemslist-items .orderable-item .orderable-item-content .orderable-item-actions button{background-color:transparent;border:none;color:var(--comment);height:auto;padding:4px;transition:var(--animation);width:auto}.orderableitemslist .orderableitemslist-items .orderable-item .orderable-item-content .orderable-item-actions button:hover:enabled{background-color:var(--comment);color:var(--white-color)}.orderableitemslist .orderableitemslist-items .orderable-item .orderable-item-content .orderable-item-actions button i{display:flex;font-size:var(--text-size-normal)}.orderableitemslist .orderableitemslist-add{margin-top:1rem}.orderableitemslist .orderableitemslist-add .btnadd{gap:.5rem;width:100%}.orderableitemslist .orderableitemslist-add .btnadd:hover{background-color:var(--comment);border-color:var(--comment)}.orderableitemslist .orderableitemslist-add .btnadd i{display:flex;font-size:var(--text-size-normal)}.popover-shell.orderableitemslistaddmodal .popover-content{width:250px}.popover-shell.orderableitemslistaddmodal .popover-content .items .formpage{display:flex;flex-flow:column nowrap;gap:.5rem;padding:10px}.popover-shell.orderableitemslistaddmodal .popover-content .items .formpage .item{background-color:var(--bg-dark);color:var(--text);font:500 1rem var(--headlinefont);padding:.5rem 1rem;transition:var(--animation)}.popover-shell.orderableitemslistaddmodal .popover-content .items .formpage .item:hover{background-color:var(--bg-darkest-hover);color:var(--primary-color)}.sortableitemseditor .add-button{border:1px dashed var(--bg-borders);padding:12px;text-align:center}.sortableitemseditor .sortabledisplayitem{align-items:center;display:flex}.sortableitemseditor .sortabledisplayitem .itemdetail{flex-grow:1}.sortableitemseditor .sortabledisplayitem .blocactions{display:flex;flex-wrap:nowrap;margin-left:12px}.sortableitemseditor .sortabledisplayitem .blocactions button{background-color:transparent;border:none;border-radius:50%;color:inherit;display:flex;font-size:var(--text-size-small);height:28px;margin-left:6px;padding:0;width:28px}.sortableitemseditor .sortabledisplayitem .blocactions button .text{align-items:center;display:flex;justify-content:center}.sortableitemseditor .sortabledisplayitem .blocactions button .text i{align-items:center;display:inline-flex;justify-content:center}.sortableitemseditor .sortabledisplayitem .blocactions button:disabled{pointer-events:none}.sortableitemseditor .sortabledisplayitem .blocactions button:hover:not(:disabled){background-color:var(--comment);color:var(--white-color)}.sortableitemseditor .sortabledisplayitem .blocactions button:first-child{margin-left:0}.columnselector .orderableitemslist .orderableitemslist-items .orderable-item{padding:4px 8px}.columnselector .orderableitemslist .orderableitemslist-items .orderable-item .itemstatus{margin-right:.5rem}.columnselector .orderableitemslist .orderableitemslist-items .orderable-item .blocactions{margin-left:6px}.columnselector .orderableitemslist .orderableitemslist-items .orderable-item .fieldpickerv3{border-radius:var(--radius-small);flex-grow:1;min-height:32px;width:100%}.gridcolumneditor .editor-panel{background-color:var(--bg-darker);border-radius:var(--radius-small);height:100%;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(150%);transition:var(--animation);width:430px;z-index:55}.gridcolumneditor .editor-panel .inner-editor{height:calc(100% - 37px);padding:20px;position:inherit;width:100%}.gridcolumneditor .editor-panel .inner-editor .iwtoolbar .iwtoolbar-items{display:grid;gap:0;grid-template-columns:1fr 1fr}.gridcolumneditor .editor-panel .inner-editor .iwtoolbar .iwtoolbar-items button{margin:0;width:100%}.gridcolumneditor .editor-panel .inner-editor .iwtoolbar .iwtoolbar-items:has(.configurebtn){display:flex;gap:1rem}.gridcolumneditor .editor-panel .inner-editor .iwtoolbar .iwtoolbar-items .configurebtn{flex:1}.gridcolumneditor .editor-panel .inner-editor .iwtoolbar .iwtoolbar-items .configurebtn>button{background-color:var(--bg-dark)}.gridcolumneditor .editor-panel .inner-editor .iwtoolbar .iwtoolbar-items .configurebtn>button:hover{background-color:var(--comment);color:var(--white-color)}.gridcolumneditor .editor-panel .inner-editor .inner-container{max-height:100%;overflow-y:auto;width:100%;-webkit-overflow-scrolling:touch}.gridcolumneditor .editor-panel .inner-editor .inner-container::-webkit-scrollbar{height:10px;width:10px}.gridcolumneditor .editor-panel .inner-editor .inner-container::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.gridcolumneditor .editor-panel .inner-editor .inner-container::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.gridcolumneditor .editor-panel .inner-editor .inner-container::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.gridcolumneditor .editor-panel .inner-editor .inner-container::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.gridcolumneditor .editor-panel .inner-editor .entitygrid-settings{background-color:var(--bg-darker);width:100%;z-index:9}.gridcolumneditor .editor-panel .inner-editor .entitygrid-settings .configure{color:var(--text);margin-block:1rem 0}.gridcolumneditor .editor-panel .inner-editor .entitygrid-settings.sticky{left:0;padding:20px;position:absolute;top:0}.gridcolumneditor .editor-panel .inner-editor .entitygrid-settings.sticky .configure{padding-top:0}.gridcolumneditor .editor-panel .inner-editor .entitygrid-settings .btns-container{display:flex;justify-content:space-between}.gridcolumneditor .editor-panel .inner-editor .entitygrid-settings .btns-container button{width:calc(50% - 4px)}.gridcolumneditor .editor-panel .inner-editor .sticky+.columnselector{padding-top:70px}.gridcolumneditor .editor-panel .toggle{display:none}.gridcolumneditor .editor-panel h2.actions{margin-bottom:10px}.gridcolumneditor .editor-panel div.hint{color:#b3aaaa;font-family:var(--basefont)}.gridcolumneditor .editor-panel .columnselector{margin:12px 0}.gridcolumneditor .editor-overlay{background:rgba(0,0,0,.2);inset:-.5rem;opacity:0;position:absolute;transition:var(--animation);visibility:hidden;z-index:12}.gridcolumneditor.editor-on .editor-panel{transform:translateY(-50%) translateX(0)}.gridcolumneditor.editor-on .editor-overlay{opacity:1;visibility:visible}.gridcolumneditor.editor-off .editor-panel{pointer-events:none}.popover-dropdownmultiple-content.in-editor .items .item{border-bottom:1px solid var(--comment);box-sizing:border-box;color:#555;font-size:var(--text-size-small);height:30px;padding:5px;width:300px}.popover-shell.popoverentityactionsmenu .popover-content .menuitem,.popover-shell.popoverentityactionsmenu .popover-content button.menuitem{align-items:center;border-radius:0;color:var(--comment);display:flex;flex-flow:row nowrap;font-family:var(--headlinefont);font-size:var(--text-size-smaller);font-weight:500;gap:.5rem;height:auto;padding:1rem 1.25rem;transition:var(--animation);width:100%}.popover-shell.popoverentityactionsmenu .popover-content .menuitem .title,.popover-shell.popoverentityactionsmenu .popover-content button.menuitem .title{flex:1}.popover-shell.popoverentityactionsmenu .popover-content .menuitem .badge,.popover-shell.popoverentityactionsmenu .popover-content button.menuitem .badge{align-items:center;background-color:var(--primary-color);border-radius:20px;color:var(--white-color);display:inline-flex;font-family:var(--headlinefont);font-size:10px;font-style:normal;font-weight:500;height:20px;justify-content:center;letter-spacing:0;margin-left:8px;padding:4px 8px}.popover-shell.popoverentityactionsmenu .popover-content .menuitem>i,.popover-shell.popoverentityactionsmenu .popover-content button.menuitem>i{display:flex;margin-left:auto;transition:var(--animation)}.popover-shell.popoverentityactionsmenu .popover-content .menuitem:hover,.popover-shell.popoverentityactionsmenu .popover-content button.menuitem:hover{background-color:var(--bg-darkest);color:var(--primary-color)}.popover-shell.popoverentityactionsmenu .popover-content .menuitem:hover>i,.popover-shell.popoverentityactionsmenu .popover-content button.menuitem:hover>i{translate:.25rem}.popover-shell.popoverentityactionsmenuitems-modal .popover-content{background-color:var(--dark-color-light);color:var(--white-color)}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems{display:flex;flex-flow:column nowrap;max-width:300px}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>header{align-items:center;color:var(--text);display:flex;font-family:var(--headlinefont);font-weight:700;gap:.5rem;padding:.5rem .25rem;text-transform:uppercase}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>header .badge{align-items:center;background-color:var(--primary-color);border-radius:20px;color:var(--white-color);display:inline-flex;font-family:var(--headlinefont);font-size:10px;font-style:normal;font-weight:500;height:20px;justify-content:center;letter-spacing:0;margin-left:8px;padding:4px 8px}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section{border-radius:var(--radius-small);max-height:500px;overflow-y:auto;-webkit-overflow-scrolling:touch}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section::-webkit-scrollbar{height:10px;width:10px}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section>button:last-of-type{border-radius:0 0 var(--radius-small) var(--radius-small)}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section .subactions{margin-top:4px}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .entityactionsmenuitems>section .subactions>button:first-child{border-radius:var(--radius-small) var(--radius-small) 0 0}.popover-shell.popoverentityactionsmenuitems-modal .popover-content .popover-modal,.popover-shell.popoverentityactionsmenuitems-modal .popover-content .tooltip{padding:0}.popover-shell.popoverentityactionsmenuitems-modal .popover-content button{border:none;border-radius:0;color:var(--comment);display:block;font-weight:500;height:auto;padding:.75rem 1rem;text-align:left;text-transform:none;transition:var(--animation);width:100%}.popover-shell.popoverentityactionsmenuitems-modal .popover-content button:hover{background-color:var(--bg-darkest);color:var(--primary-color)}.bool{border-radius:50%;display:inline-block;height:13px;width:13px}.entity{cursor:pointer}.entity:hover{text-decoration:underline}.bool.null{background:linear-gradient(-45deg,transparent 45%,#aaa 0,#aaa 55%,transparent 0),linear-gradient(45deg,transparent 45%,#aaa 0,#aaa 55%,transparent 0);background-color:var(--white-color);border:1.5px solid #aaa;border-radius:100%;height:15px;width:15px}.bool.true{background-color:var(--success-color)}.bool.false{background-color:#aaa}.bool.false.red{background-color:var(--danger-color)}.gridWrapper{--alpine-cell-active-box-shadow:none;--alpine-bg-color:var(--bg-dark);--alpine-header-unorderable-bg-color:var(--bg-darker);--alpine-header-bg-color:var(--bg-darker);--alpine-border-color:var(--bg-darker);--alpine-header-column-height:44px;--alpine-header-column-line-height:36px;--alpine-header-resizable-handle-box-shadow:none;--alpine-header-name-flex-grow:1;--alpine-header-name-display:inline-flex;--alpine-header-name-hover-bg-color:var(--bg-darkest);--alpine-sort-indicator-color:var(--comment);--alpine-sort-indicator-margin:0;--inwink-alpine-even-row-color:var(--bg-dark);--alpine-odd-row-color:var(--bg-dark-alt);--alpine-cell-display:inline-flex;--alpine-cell-padding:4px 12px;--alpine-cell-border-width:1px 0 0 0;--inwink-cell-padding:8px;--inwink-text-color:#3b3b3b;--inwink-text-color-contrast:#e0e0e0;overflow-x:auto}.gridWrapper .bool{left:50%;position:absolute;top:20px;transform:translateX(-50%)}.gridWrapper .norowtodisplay{background:transparent;color:#686875;font-family:var(--headlinefont);font-size:var(--text-size-bigger);opacity:0;padding-top:50px;position:absolute;text-align:center;top:154px;transition:var(--animation);visibility:hidden;width:100%}.gridWrapper .norowtodisplay.norow{opacity:1;visibility:visible}.gridWrapper .gridInner{height:100%}.gridWrapper .loader{padding:50px}.gridWrapper #grid{height:100%;width:100%}.gridWrapper #grid .slick-header{border-top:0}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column{color:var(--text);cursor:pointer;font-size:var(--text-size-smaller);font-weight:500;transition:var(--animation)}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column.slick-state-hover{background-color:transparent}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column.slick-header-column-sorted{font-style:normal}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column.checkbox-inwink-header .slick-column-name *{display:none}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-column-name{color:var(--text);font-family:var(--headlinefont);font-weight:700;padding-left:var(--inwink-cell-padding);transition:var(--animation)}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-column-name .col-name.withparent{display:inline-flex;flex-direction:column;height:var(--alpine-header-column-height);justify-content:center;padding-top:0}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-column-name .col-name.withparent .col-parentlabel{color:var(--comment);display:block;font-size:9px;font-style:normal;font-weight:400;line-height:1.2em;text-transform:none}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-column-name .col-name.withparent .col-label{line-height:normal}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-header-button.inwink-filter{font-size:var(--text-size-smaller);padding-right:calc(var(--inwink-cell-padding) - 2px)}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-sort-indicator{align-items:center;color:var(--comment);display:inline-flex;height:var(--alpine-header-column-height);padding-inline:.5rem;width:auto}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-sort-indicator.slick-sort-indicator-asc,.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-sort-indicator.slick-sort-indicator-desc{border:none}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-sort-indicator,.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column>.slick-header-button.filter-button{color:var(--comment);justify-content:center;padding-inline:.5rem;transition:var(--animation)}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-sort-indicator.inwink-filter_on,.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column>.slick-header-button.filter-button.inwink-filter_on{color:var(--text)}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-sort-indicator:hover,.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column .slick-sort-indicator:hover.inwink-filter_on,.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column>.slick-header-button.filter-button:hover,.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column>.slick-header-button.filter-button:hover.inwink-filter_on{color:var(--primary-color)}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column.hide-hover{pointer-events:none}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column:hover{background-color:var(--bg-darkest)}.gridWrapper #grid .slick-header .slick-header-columns .slick-header-column:hover .slick-column-name{color:var(--primary-color)}.gridWrapper #grid .slick-pane .slick-viewport{border-radius:var(--radius-small);-webkit-overflow-scrolling:touch}.gridWrapper #grid .slick-pane .slick-viewport::-webkit-scrollbar{height:10px;width:10px}.gridWrapper #grid .slick-pane .slick-viewport::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.gridWrapper #grid .slick-pane .slick-viewport::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.gridWrapper #grid .slick-pane .slick-viewport::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.gridWrapper #grid .slick-pane .slick-viewport::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row{background-color:var(--inwink-alpine-even-row-color);transition:var(--animation)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell .clickable,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell .entity{transition:var(--animation)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell .clickable:hover,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell .entity:hover{color:var(--primary-color)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.selected{background-color:var(--bg-darker);border-color:var(--bg-dark)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row.odd{background-color:var(--alpine-odd-row-color)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row.odd .slick-cell{background-color:var(--alpine-odd-row-color);border-color:var(--alpine-odd-row-color)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row.odd .slick-cell.selected{background-color:var(--bg-darker);border-color:var(--bg-dark)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row.even:hover,.gridWrapper #grid .slick-pane .slick-viewport .slick-row.odd:hover{background-color:var(--bg-darkest-hover)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row.even:hover .slick-cell,.gridWrapper #grid .slick-pane .slick-viewport .slick-row.odd:hover .slick-cell{background-color:var(--bg-darkest-hover);border-color:var(--bg-dark)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row.entity-anonymized{font-style:italic}.gridWrapper #grid .slick-pane .slick-viewport .slick-row.entity-anonymized .slick-cell:not(.checkbox-inwink,.cell-action){opacity:.8}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell{border-color:var(--inwink-alpine-even-row-color);color:var(--text)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink{width:45px}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink input[type=checkbox]:not(:checked)+label{height:var(--size-checkbox);width:var(--size-checkbox)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink input[type=checkbox]:not(:checked)+label:before{background-color:var(--bg-dark);border-color:var(--bg);border-radius:var(--radius-small);height:var(--size-checkbox);margin:auto;width:var(--size-checkbox)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink input[type=checkbox]:not(:checked)+label:after{background-color:var(--bg-dark);border-color:var(--bg)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink input[type=checkbox]:checked+label{border:none;height:var(--size-checkbox);width:var(--size-checkbox)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink input[type=checkbox]:checked+label:before{background-color:var(--bg-darkest);height:var(--size-checkbox);width:var(--size-checkbox)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink input[type=checkbox]:checked+label:after{background-color:var(--primary-color);border-color:var(--primary-color)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink:hover input[type=checkbox]:not(:checked)+label:after{background-color:var(--comment)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.cell-action,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.checkbox-inwink{justify-content:center;padding:2px 4px}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell.cell-action.selected .btn-cell:not(:hover){background-color:var(--bg-dark)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell{align-items:center;background-color:var(--bg-darker);border-radius:50%;color:var(--comment);cursor:pointer;display:inline-flex;font-size:20px;height:32px;justify-content:center;line-height:12px;padding:0;transition:var(--animation);width:32px}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell:hover,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell:hover{background-color:var(--primary-color);color:var(--primary-color-text)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell:hover i:before,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell:hover i:before{scale:1.2}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell span.center,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell span.center{align-items:center;display:flex;justify-content:center}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell a,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell a{align-items:center;color:var(--inwink-text-color);display:inline-flex;font-size:18px;height:100%;justify-content:center;line-height:28px;text-align:center;text-decoration:none;width:100%}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell a:visited,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell a:visited{color:inherit}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell a:hover,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell a:hover{color:var(--inwink-text-color-contrast)}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell button.btn-cell i,.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell span.btn-cell i{align-items:center;display:inline-flex;justify-content:center}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell a{display:inline-flex;height:100%;width:100%}.gridWrapper #grid .slick-pane .slick-viewport .slick-row .slick-cell a .img{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}#grid_loader{align-items:center;background:hsla(0,0%,100%,.85);display:flex;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;transition:var(--animation);width:100%;z-index:5}#grid_loader.off{background:hsla(0,0%,100%,0);pointer-events:none}.gridloadertransition-enter{opacity:.01!important}.gridloadertransition-enter.gridloadertransition-enter-active{opacity:1!important;transition:opacity .3s ease-out}.gridloadertransition-enter.gridloadertransition-enter-active.slowtransition{transition:opacity .5s ease-out}.gridloadertransition-enter.gridloadertransition-enter-active.fasttransition{transition:opacity .16s ease-out}.gridloadertransition-appear{opacity:.01!important}.gridloadertransition-appear.gridloadertransition-appear-active{opacity:1!important;transition:opacity .3s ease-out}.gridloadertransition-appear.gridloadertransition-appear-active.slowtransition{transition:opacity .5s ease-out}.gridloadertransition-appear.gridloadertransition-appear-active.fasttransition{transition:opacity .16s ease-out}.gridloadertransition-leave{opacity:1!important}.gridloadertransition-leave.gridloadertransition-leave-active{opacity:0!important;transition:opacity 1s ease-out}.popover-shell.entityactionspopover .popover-content{width:320px}.popover-shell.entityactionspopover .popover-content .itemactions{border-radius:var(--radius-small);display:flex;flex-flow:column nowrap;margin:10px;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.popover-shell.entityactionspopover .popover-content .itemactions::-webkit-scrollbar{height:10px;width:10px}.popover-shell.entityactionspopover .popover-content .itemactions::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.entityactionspopover .popover-content .itemactions::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.entityactionspopover .popover-content .itemactions::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-shell.entityactionspopover .popover-content .itemactions::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-shell.entityactionspopover .popover-content .itemactions .itemaction{align-items:center;background-color:var(--bg-dark);border-radius:0;color:var(--text);display:flex;font:500 1rem var(--headlinefont);gap:1rem;padding:.75rem 1rem;transition:var(--animation)}.popover-shell.entityactionspopover .popover-content .itemactions .itemaction>i{color:var(--comment);display:flex}.popover-shell.entityactionspopover .popover-content .itemactions .itemaction:hover{background-color:var(--bg-darkest);color:var(--primary-color)}.popover-shell.entityactionspopover .popover-content .itemactions .itemaction:hover>i{color:var(--primary-color)}.popover-shell.modal-io-manageviews .popover-content{height:90%;overflow:hidden;width:90%}.popover-shell.modal-io-manageviews .popover-content .contentpanel{padding:20px}.popover-shell.modal-io-manageviews .popover-content .contentpanel .iw-itemspicker{background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small)}.popover-shell.modal-io-manageviews .modalv2.io-views-manager{color:var(--text)}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content{background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small);margin-block:.5rem;min-height:30px;padding:10px}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-title{align-items:center;display:flex;gap:1rem;overflow:auto}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-title h4{font:500 var(--text-size-small) var(--headlinefont);margin:0}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-title h4 span{text-transform:capitalize}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-title .checkbox{height:1.5rem;order:-1;width:1.5rem}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-event-container .event-container{display:flex;flex-flow:column nowrap;gap:.5rem;margin-top:1rem}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-event-container .event-container h5{display:flex;font:500 var(--text-size-smaller) var(--headlinefont);gap:.5rem}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-event-container .event-container h5 .inwink-warning{color:var(--yellow)}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-event-container .warning-container{display:flex;flex-flow:column nowrap;gap:.5rem}.popover-shell.modal-io-manageviews .modalv2.io-views-manager .view-content .view-event-container .warning-container .warning{background-color:var(--bg-darkest);border-radius:var(--radius-small);color:var(--text);margin:0;padding:.5rem 1rem}.popover-shell.popover-entityviewselector .popover-content{height:inherit!important;max-height:520px;padding:10px;width:320px}.popover-shell.popover-entityviewselector .popover-content .formpage{background-color:var(--bg-darkest);border-radius:var(--radius-small);padding:10px}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection label{margin:0}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection label.lite{font-weight:500}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container h2,.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container h2{color:var(--text);font:500 var(--text-size-small) var(--headlinefont);margin-bottom:.5rem}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container input::-moz-placeholder,.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container input::-moz-placeholder{font-style:normal}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container input::placeholder,.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container input::placeholder{font-style:normal}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .titleinput{margin-bottom:7px}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .currentview-actions{display:flex;flex-direction:row;gap:.5rem}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .currentview-actions button{border:none;color:var(--comment);flex:1}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .currentview-actions button i{display:flex;font-size:var(--text-size-smaller)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .currentview-actions button:hover{background-color:var(--comment);color:var(--white-color)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .save{display:flex;flex-direction:row;gap:.5rem}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .save .checkbox-field{align-items:center;display:flex;flex:1;flex-direction:row;gap:.5rem;height:auto;width:inherit}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .save .addnew{background-color:var(--bg-dark);border-color:var(--bg-dark);color:var(--comment)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .addnew-container .save .addnew:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .title-container{align-items:center;display:flex;flex-direction:row}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items{color:var(--text);display:flex;flex-flow:column nowrap;gap:.5rem;max-height:200px;overflow-y:auto}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .buttons{display:flex}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .buttons button{background-color:transparent;border:0;border-bottom:2px solid transparent;width:50%}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .buttons button.selected{border-bottom:2px solid var(--primary-color)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .buttons button:hover{background-color:var(--hover-color);color:var(--dark-color)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item{align-items:center;background-color:var(--bg-dark);border-radius:var(--radius-small);display:flex;flex-direction:row;padding:.5rem 1rem;transition:var(--animation);width:100%}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item:hover{background-color:var(--bg-darkest-hover);cursor:pointer}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item img{max-height:20px}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item .title{flex:1}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item .btnremove{border:none}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item .btnremove .text{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item .btnremove i{display:flex;font-size:var(--text-size-small)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .item .btnremove:hover{background-color:var(--comment);color:var(--white-color)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .view-items .no-item{display:block}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .default-item{margin-top:1rem}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .default-item button{background-color:var(--comment);border:none;color:var(--white-color);display:flex;height:auto;transition:var(--animation);width:100%}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .default-item button.disabled{cursor:not-allowed;opacity:.5}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .replace-container .default-item button:hover{background-color:var(--dark-color)}.popover-shell.popover-entityviewselector .popover-content .entityviewselector-viewselection .or{align-items:center;display:flex;font-size:var(--text-size-small);justify-content:center;margin-block:1.5rem;overflow:hidden;text-align:center}button.entityviewselector .viewtitle{align-items:center;display:flex}button.entityviewselector .viewtitle i{align-items:center;display:flex;margin-left:4px}.iw-entitypage .entitypage-selection-toggle{align-items:center;display:inline-flex;font-size:var(--text-size-smaller)}.iw-entitypage .entitypage-selection-toggle>button{align-items:center;display:flex;height:30px;justify-content:center}.iw-entitypage .entitypage-selection-toggle>button i{display:flex;font-size:var(--text-size-small)}.iw-entitypage .entitypage-selection-toggle>button.toggle-selection .selection-counter{margin-left:.5rem}.iw-entitypage .entitypage-selection-toggle>button.toggle-selection.show{background-color:var(--bg-dark)}.iw-entitypage .entitypage-selection-toggle .clearselection{margin-left:4px}.communitypagedetailpage,.companionpagedetailpage{display:flex;flex-flow:column nowrap;overflow:hidden}.communitypagedetailpage .buttontoolbar,.companionpagedetailpage .buttontoolbar{overflow:auto hidden;padding:.5rem;-webkit-overflow-scrolling:touch}.communitypagedetailpage .buttontoolbar::-webkit-scrollbar,.companionpagedetailpage .buttontoolbar::-webkit-scrollbar{height:10px;width:10px}.communitypagedetailpage .buttontoolbar::-webkit-scrollbar-track,.companionpagedetailpage .buttontoolbar::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.communitypagedetailpage .buttontoolbar::-webkit-scrollbar-thumb,.companionpagedetailpage .buttontoolbar::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.communitypagedetailpage .buttontoolbar::-webkit-scrollbar-thumb:hover,.companionpagedetailpage .buttontoolbar::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.communitypagedetailpage .buttontoolbar::-webkit-scrollbar-corner,.companionpagedetailpage .buttontoolbar::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}@media screen and (max-width:1023px){.communitypagedetailpage .buttontoolbar,.companionpagedetailpage .buttontoolbar{display:grid;grid-template:"left  right" auto "infos infos" auto/1fr 1fr;overflow:auto;row-gap:.5rem}}@media screen and (max-width:768px){.communitypagedetailpage .buttontoolbar,.companionpagedetailpage .buttontoolbar{grid-template:"left" 30px "right" 30px "infos" 26px/1fr;height:140px}}.communitypagedetailpage .buttontoolbar .leftwrapper,.companionpagedetailpage .buttontoolbar .leftwrapper{flex-shrink:0;grid-area:left}.communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items,.companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items{flex-flow:row nowrap}@media screen and (max-width:1023px){.communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items,.companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items{overflow:hidden auto}}@media screen and (max-width:768px){.communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item,.companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item{height:auto}.communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item>button,.companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item>button{padding-block:.5rem}}@media screen and (max-width:1023px){.communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemcmspreview,.companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemcmspreview{display:none}.communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor button,.companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor button{overflow:hidden}.app-layout:has(.appshell-profile-popin .langs button.important:first-child) .communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor button .text,.app-layout:has(.appshell-profile-popin .langs button.important:first-child) .companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor button .text{margin-left:-65px}.app-layout:has(.appshell-profile-popin .langs button.important:last-child) .communitypagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor button .text,.app-layout:has(.appshell-profile-popin .langs button.important:last-child) .companionpagedetailpage .buttontoolbar .leftwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor button .text{margin-left:-35px}}.communitypagedetailpage .buttontoolbar .rightwrapper,.companionpagedetailpage .buttontoolbar .rightwrapper{flex-grow:1;grid-area:right}.communitypagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items,.companionpagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items{justify-content:flex-end}@media screen and (max-width:768px){.communitypagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items,.companionpagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items{justify-content:start}.communitypagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items .iwtoolbar-item,.companionpagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items .iwtoolbar-item{height:auto}.communitypagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemsave>button,.companionpagedetailpage .buttontoolbar .rightwrapper .iwtoolbar-items .iwtoolbar-item#toolbaritemsave>button{padding-block:.25rem}}.communitypagedetailpage .iwtoolbar-item.display-icon .text,.companionpagedetailpage .iwtoolbar-item.display-icon .text{align-items:center;display:flex;justify-content:center}.communitypagedetailpage .iwtoolbar-item.selectiontoggle,.companionpagedetailpage .iwtoolbar-item.selectiontoggle{padding-left:8px}.communitypagedetailpage .iwtoolbar-item.selectiontoggle button.toggle-selection,.companionpagedetailpage .iwtoolbar-item.selectiontoggle button.toggle-selection{padding:4px}.communitypagedetailpage .iwtoolbar-item.selectiontoggle button.clearselection,.companionpagedetailpage .iwtoolbar-item.selectiontoggle button.clearselection{margin:0}.communitypagedetailpage .iwtoolbar-item.rowcount,.companionpagedetailpage .iwtoolbar-item.rowcount{padding-left:8px}.iw-entitypage>section>header .buttontoolbar{display:flex;flex-flow:row nowrap;overflow:hidden}.iw-entitypage>section>header .gridtoolbar{border-radius:var(--radius-big) var(--radius-big) 0 0;margin-top:.5rem}.iw-entitypage>section>header .gridtoolbar .iwtoolbar .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor>button:hover{background-color:var(--yellow)}.iw-entitypage>section>header .gridtoolbar .iwtoolbar .iwtoolbar-items .iwtoolbar-item#toolbaritemjsoneditor>button:hover .text{color:var(--bg-dark)}.iw-entitypage>section>header .gridtoolbar .iwtoolbar .iwtoolbar-items .iwtoolbar-item#toolbaritemviewselector>button{background-color:var(--bg-darker);color:var(--comment);font-weight:400}.iw-entitypage>section>header .gridtoolbar .iwtoolbar .iwtoolbar-items .iwtoolbar-item#toolbaritemviewselector>button:hover{background-color:var(--bg-dark);color:var(--text)}.iw-entitypage>section>header .gridtoolbar .iwtoolbar .iwtoolbar-items .iwtoolbar-item#toolbaritemselection .entitypage-selection-toggle{height:100%}.iw-entitypage>section>header .gridtoolbar .iwtoolbar .iwtoolbar-items .iwtoolbar-item#toolbaritemselection .entitypage-selection-toggle>button{background-color:var(--bg-darker);height:100%}.iw-entitypage>section>header .gridtoolbar .iwtoolbar .iwtoolbar-items .iwtoolbar-item#toolbaritemselection .entitypage-selection-toggle>button:hover{background-color:var(--bg-dark)}.iw-entitypage>section>header .loaderindicator.fetchloader{align-items:center;display:inline-block;opacity:0;transition:var(--animation);visibility:hidden}.iw-entitypage>section>header .loaderindicator.fetchloader.showloader{opacity:1;visibility:visible}.iw-entitypage>section>header .loaderindicator.fetchloader .loaderindicator-content{margin-right:1rem}.iw-entitypage>section>header .loaderindicator.fetchloader .loaderindicator-content .spinner{margin:0}.popover-shell.viewselector-confirmclone-modal .popover-content{width:600px}.popover-shell.viewselector-confirmclone-modal .popover-content section{padding:32px 20px}.popover-shell.popovermoreactions .popover-content .popover-modal{max-height:300px;max-width:300px;overflow-y:auto}@media screen and (min-width:768px){.popover-shell.popovermoreactions .popover-content .popover-modal{max-height:400px}}.popover-shell.popovermoreactions .popover-content button{background-color:transparent;border:none;border-radius:0;color:var(--comment);display:block;height:auto;line-height:1.4;min-height:35px;padding:8px 20px;text-align:left;text-transform:none;transition:background-color .3s ease-out,color .3s ease-out;width:100%}.popover-shell.popovermoreactions .popover-content button span i{font-size:16px;margin-right:8px;vertical-align:middle}.popover-shell.popovermoreactions .popover-content button:hover:not(:disabled){background-color:var(--bg-dark);border:none;color:var(--text)}.entitylist{height:100%;width:100%}.entitylist .message-display{height:40px;line-height:40px;text-align:center}.entitylist .listitem{line-height:60px}.entitylist .listitem.loading{font-size:9px;opacity:.5}.entitylist .listitem li{box-sizing:border-box;list-style-type:none}.entitylist .card{padding:15px}.entitylist .listitem-content{height:calc(100% - 8px);margin-bottom:4px;margin-left:8px;margin-top:4px;width:calc(100% - 16px)}.entitylist .loaderindicator{justify-content:center;padding-top:35px}.entitylist.no-item{padding:10px}.card{background-color:var(--bg-darker);border-radius:var(--radius-big);color:var(--text);padding:32px;position:relative}.card .description{color:var(--comment);font-size:var(--text-size-smaller);margin-block:0 .5rem}.card.clearcard{background:none;border:none}.card.clearcard.smallpadding{padding:0 12px 12px}.card.clearcardwithborder{background-color:var(--bg-dark);border:2px solid var(--bg-darker)}.card.nopadding{padding:0}.card.smallpadding{padding:12px}.card.dark{background-color:var(--bg-darkest);border:none}.card.accent,.card.accent2{background-color:var(--primary-color);border:none;color:var(--primary-color-text)}.card .card-title{color:var(--primary-color);font-family:var(--headlinefont);margin:0}.card .card-title.with-toolbar{align-items:center;display:flex}.card .card-title.with-toolbar .text{flex-grow:1}.card .card-title.with-toolbar .toolbar,.card .photo{flex-shrink:0}.card .photo{background-color:var(--grey-color);background-position:50%;background-size:cover;border-radius:50%;color:#999;float:left;height:60px;line-height:60px;margin:0 10px;text-align:center;width:60px}.card .card-info{font-size:15px;margin-top:15px}.card .card-footer{bottom:10px;font-size:16px;font-weight:700;position:absolute;right:15px;text-transform:uppercase}@media screen and (max-width:768px){.card{padding:12px}}.iw-entitypage.smartphone .entitylist{background-color:var(--bg-darker)}.iw-entitypage.smartphone .listitem{align-items:center;background-color:none;display:flex;line-height:1.2em;overflow:hidden}.iw-entitypage.smartphone .listitem .card.listitem-card{background-color:transparent;border-color:transparent;border-radius:0;border-style:solid;border-width:2px 0;font-size:1rem;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent{background-color:var(--bg-dark);display:flex;flex-flow:row nowrap;height:100%;overflow:hidden;transition:var(--animation);width:100%}.iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent>.card-wrapper{flex-grow:1;height:100%;padding:10px;transition:var(--animation)}.iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent .card-wrapper{align-items:center;display:flex;gap:.25rem;height:100%;line-height:1.1;overflow:hidden;width:100%}.iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent .card-content-grow{flex-grow:1}.iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent .card-content-flex{flex:1;height:100%}.iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent .exhibitorlogo,.iw-entitypage.smartphone .listitem .card.listitem-card .listitem-cardcontent .personpicture{aspect-ratio:1;height:100%;margin:0;position:sticky;top:0;width:auto}.iw-entitypage.smartphone .listitem .card.listitem-card .itemactions{align-items:center;display:flex;flex-flow:row-reverse nowrap;justify-content:center;margin-left:4px;padding:0 8px 0 0}.iw-entitypage.smartphone .listitem .card.listitem-card .itemactions button.iconbtn{align-items:center;background:#e0e0e0;border-radius:50%;color:#3b3b3b;display:flex;height:32px;justify-content:center;line-height:1em;margin:2px;padding:0;width:32px}.iw-entitypage.smartphone .listitem .card.listitem-card .itemactions button.iconbtn i{font-size:16px;height:16px;width:16px}.iw-entitypage.smartphone .listitem .card.listitem-card.swipeable .iw-selectableitem{position:relative}.iw-entitypage.smartphone .listitem .card.listitem-card.selectable{padding:0}.iw-entitypage.smartphone .listitem .card.listitem-card.selectable .iw-selectableitem{height:100%;overflow:hidden;padding:0;width:100%}.iw-entitypage.smartphone .listitem .card.listitem-card.selectable .iw-selectableitem .iw-selectableitem-content{height:100%;overflow:hidden;width:100%}.iw-entitypage.smartphone .listitem .card.listitem-card.selectable .iw-selectableitem.selected .listitem-cardcontent>.card-wrapper{color:var(--primary-color);padding-left:2.5rem}.iw-entitypage.smartphone .listitem .card.listitem-card.selectable .iw-selectableitem:focus .listitem-cardcontent,.iw-entitypage.smartphone .listitem .card.listitem-card.selectable .iw-selectableitem:hover .listitem-cardcontent{background-color:var(--bg-lightdark)}.iw-entitypage.smartphone .listitem .card.listitem-card.selectable .iw-selectableitem:focus:not(.selected) .selectionborder,.iw-entitypage.smartphone .listitem .card.listitem-card.selectable .iw-selectableitem:hover:not(.selected) .selectionborder{border-color:var(--bg-borders);border-radius:var(--radius-small)}.iw-entitypage.smartphone .listitem .card.listitem-card .swipeableviews-container{height:100%;overflow:hidden;width:100%}.iw-entitypage.smartphone .listitem .card.listitem-card .item-title{font:500 .9rem var(--headlinefont);height:auto;line-height:1.2em;margin:0;word-wrap:break-word;pointer-events:none}.iw-entitypage.smartphone .listitem .card.listitem-card .card-remark{color:var(--comment);font-size:var(--text-size-smallest)}.iw-entitypage.smartphone .listitem .card.listitem-card .text-overflow{max-height:1.2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iw-entitypage.smartphone .ReactVirtualized__Grid{padding-inline:10px 4px;scrollbar-gutter:stable}.iw-entitypage.smartphone>header{background-color:var(--bg-darker)}.iw-entitypage.smartphone>header .searchpanel{align-items:center;display:flex;font-size:var(--text-size-small);height:30px;overflow:hidden;width:100%}.iw-entitypage.smartphone>header .searchpanel input{-webkit-appearance:textfield;background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-left:0;border-radius:0 var(--radius-small) var(--radius-small) 0;color:var(--text);flex-grow:1;height:100%;outline:none;padding-inline:10px;transition:var(--animation);width:50%}.iw-entitypage.smartphone>header .searchpanel input:focus{background-color:var(--bg-lightdark);border-color:var(--text)}.iw-entitypage.smartphone>header .searchpanel input::-moz-placeholder{font-style:normal}.iw-entitypage.smartphone>header .searchpanel input::placeholder{font-style:normal}.iw-entitypage.smartphone>header .searchpanel input::-webkit-search-cancel-button,.iw-entitypage.smartphone>header .searchpanel input::-webkit-search-decoration{-webkit-appearance:none}.iw-entitypage.smartphone>header .searchpanel i.inwink-search{align-items:center;background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small) 0 0 var(--radius-small);border-right:0;color:var(--comment);display:flex;font-size:var(--text-size-normal);height:100%;justify-content:center;position:relative;transition:var(--animation);width:3rem}.iw-entitypage.smartphone>header .searchpanel i.inwink-search:before{inset:50% auto auto .5rem}.iw-entitypage.smartphone>header .searchpanel span.filters{align-items:center;border-radius:var(--radius-small);color:var(--comment);cursor:pointer;display:inline-flex;font:600 15px var(--basefont);height:30px;justify-content:center;margin-left:.5rem;position:relative;text-transform:none;transition:var(--animation);width:30px}.iw-entitypage.smartphone>header .searchpanel span.filters .filtercount{background-color:var(--primary-color);border-radius:6px;color:var(--white-color);font-size:9px;min-width:12px;padding:2px 4px;position:absolute;right:1px;top:2px}.iw-entitypage.smartphone>header .searchpanel span.filters i.inwink-filter{position:relative;top:1px}.iw-entitypage.smartphone>header .searchpanel span.filters:hover{background-color:var(--bg-darkest);color:var(--text)}.iw-entitypage.smartphone>header .searchpanel .entitypage-selection-toggle{margin:0 8px}.iw-entitypage.smartphone>header .searchpanel .entitypage-selection-toggle button{border:none}.iw-entitypage.smartphone>header .searchpanel:has(input:focus) i.inwink-search{background-color:var(--bg-lightdark);border-color:var(--text)}.iw-entitypage.smartphone>header .itemspanel{align-items:center;display:flex;font-size:var(--text-size-smallest);gap:.5rem;height:30px;justify-content:flex-end}.iw-entitypage.smartphone>header .itemspanel .itemscount{color:var(--text);flex-shrink:0;margin-inline:16px}.iw-entitypage.smartphone>header .itemspanel #refresh{background-color:transparent;border:none;color:var(--comment);height:30px;padding:0;transition:var(--animation);width:30px}.iw-entitypage.smartphone>header .itemspanel #refresh i{display:flex}.iw-entitypage.smartphone>header .itemspanel #refresh:hover{background-color:var(--bg-darkest);color:var(--text)}.iw-entitypage.smartphone>header .itemspanel .entityviewselector{background-color:transparent;border:none;color:var(--text);flex-grow:1;font-size:inherit;height:30px;justify-content:flex-end;margin:0;padding:4px 12px 4px 4px;text-align:right}.iw-entitypage.smartphone>footer{background-color:var(--blue);border-radius:var(--radius-small);color:var(--white-color);display:flex;flex-flow:row nowrap}.iw-entitypage.smartphone>footer .actions{align-items:center;display:flex}.iw-entitypage.smartphone>footer .moreactions{align-items:center;display:flex;margin-left:auto}.iw-entitypage.smartphone>footer .moreactions .loadingstate{opacity:0;transition:var(--animation)}.iw-entitypage.smartphone>footer .moreactions .loadingstate.loading{opacity:1}.iw-entitypage.smartphone>footer button{background-color:transparent;border:none;color:inherit;margin:0;padding:0}.iw-entitypage.smartphone>footer button.action{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.iw-entitypage.smartphone>footer button.action .text,.iw-entitypage.smartphone>footer button.action i{display:flex;font-size:20px}.iw-entitypage.smartphone{display:flex;flex-flow:column nowrap;height:100%;padding:0;width:100%}.iw-entitypage.smartphone.notavailable{align-items:center;display:flex;justify-content:center}.iw-entitypage.smartphone>section{background:transparent;flex-grow:1;height:100%;overflow:hidden;padding:0;position:relative;width:100%}.iw-entitypage.smartphone>section .listloading{bottom:4px;display:flex;height:32px;left:8px;opacity:0;position:absolute;right:4px;transition:var(--animation)}.iw-entitypage.smartphone>section .listloading.visible{opacity:.8}.iw-entitypage.smartphone>section .no-result{color:var(--comment);font-family:var(--headlinefont);font-size:1.2rem;padding:35px 0 20px;text-align:center}.iw-entitypage{height:100%;position:relative;width:100%}.iw-entitypage.desktop>section{display:grid;grid-template-rows:auto 1fr;height:100%;width:100%}.iw-entitypage.desktop>section .gridWrapper{grid-row:2}.popover-shell.entityschemapage-modal .popover-content{height:90%;width:70%}.entitypage{height:100%;width:100%}.entitypage .pagecontent{height:100%;padding:0;position:relative;width:100%}.entitypage .pagecontent>section{background-color:var(--bg-darker);border-radius:var(--radius-big) var(--radius-big) 0 0;height:100%;overflow:hidden;width:auto}.filter-entitiesv3,.filter-entityv3{height:380px}.filter-entitiesv3 .contentpanel,.filter-entityv3 .contentpanel{height:100%}.filter-entitiesv3.notfound,.filter-entityv3.notfound{height:auto;padding:10px}.filter-entitiesv3 .searchpanel i.inwink-search,.filter-entityv3 .searchpanel i.inwink-search{display:none}.filter-entitiesv3>.loaderindicator,.filter-entitiesv3>.loadingpanel .loaderindicator,.filter-entityv3>.loaderindicator,.filter-entityv3>.loadingpanel .loaderindicator{align-items:center;display:flex;height:100%;justify-content:center}.filter-entitiesv3 .pick-operator span,.filter-entityv3 .pick-operator span{color:var(--text);display:block;font:500 var(--text-size-small) var(--headlinefont);margin-bottom:.25rem}.filter-entitiesv3.hide-picker,.filter-entityv3.hide-picker{height:auto}.filter-entitiesv3.has-operator-selector .contentpanel,.filter-entityv3.has-operator-selector .contentpanel{display:flex;flex-flow:column nowrap;gap:10px}.filter-entitiesv3.has-operator-selector .contentpanel .iw-entitypage.smartphone .ReactVirtualized__Grid,.filter-entityv3.has-operator-selector .contentpanel .iw-entitypage.smartphone .ReactVirtualized__Grid{padding-inline-start:0}.popover-shell.filter-popover .filter{height:100%;max-width:300px;min-width:300px;padding:10px}.popover-shell.filter-popover .filter,.popover-shell.filter-popover .filter .filter-type{display:flex;flex-flow:column nowrap;gap:10px}.popover-shell.filter-popover .filter .filter-type header span{color:var(--text);display:block;font:500 var(--text-size-small) var(--headlinefont);margin-bottom:.25rem}.popover-shell.filter-popover .filter .filter-type section ul{position:relative}.popover-shell.filter-popover .filter .filter-date section .react-datepicker__input-container{width:100%}.popover-shell.filter-popover .filter .filter-date section .date-section label{display:inline-block;font-size:var(--text-size-small);margin-bottom:.25rem}.popover-shell.filter-popover .filter .filter-date section .date-section.disabled{display:none}.popover-shell.filter-popover .filter .filter-date section .date-section .date-wrapper{opacity:1;position:relative;transition:var(--animation)}.popover-shell.filter-popover .filter .filter-date section .date-section .date-wrapper input{padding-right:72px}.popover-shell.filter-popover .filter .filter-date section .date-section .date-wrapper .date-picker,.popover-shell.filter-popover .filter .filter-date section .date-section .date-wrapper .time-picker{background-position:50%;background-repeat:no-repeat;border-left:1px solid #dadada;cursor:pointer;height:100%;position:absolute;top:0;width:35px}.popover-shell.filter-popover .filter .filter-date section .date-section .date-wrapper .date-picker,.popover-shell.filter-popover .filter .filter-date section .date-section .date-wrapper .time-picker{right:0}.popover-shell.filter-popover .filter .filter-date section .date-section.disabled .date-wrapper{opacity:.7}.popover-shell.filter-popover .filter .filter-date section .date-section.disabled .date-wrapper .date-picker,.popover-shell.filter-popover .filter .filter-date section .date-section.disabled .date-wrapper .time-picker{cursor:auto}.popover-shell.filter-popover .filter .filter-number section .date-section.disabled{display:none}.popover-shell.filter-popover .filter .filter-number section .date-section .date-wrapper input{padding-right:9px}.popover-shell.filter-popover .filter .filter-entities,.popover-shell.filter-popover .filter .filter-multiselectlist{display:flex;flex-flow:column nowrap;gap:10px}.popover-shell.filter-popover .filter .filter-entities header,.popover-shell.filter-popover .filter .filter-multiselectlist header{position:relative}.popover-shell.filter-popover .filter .filter-entities header i,.popover-shell.filter-popover .filter .filter-multiselectlist header i{color:var(--comment);display:flex;font-size:var(--text-size-normal);inset:50% auto auto .75rem;position:absolute;transform:translateY(-50%)}.popover-shell.filter-popover .filter .filter-entities header input,.popover-shell.filter-popover .filter .filter-multiselectlist header input{background-color:var(--bg-dark);border:1px solid var(--bg-dark);color:var(--text);height:30px;padding-left:2.5rem;transition:var(--animation);width:100%}.popover-shell.filter-popover .filter .filter-entities header input::-moz-placeholder,.popover-shell.filter-popover .filter .filter-multiselectlist header input::-moz-placeholder{font-style:normal}.popover-shell.filter-popover .filter .filter-entities header input::placeholder,.popover-shell.filter-popover .filter .filter-multiselectlist header input::placeholder{font-style:normal}.popover-shell.filter-popover .filter .filter-entities header input:focus,.popover-shell.filter-popover .filter .filter-entities header input:hover,.popover-shell.filter-popover .filter .filter-multiselectlist header input:focus,.popover-shell.filter-popover .filter .filter-multiselectlist header input:hover{background-color:var(--bg-lightdark);border-color:var(--comment)}.popover-shell.filter-popover .filter .filter-entities section,.popover-shell.filter-popover .filter .filter-multiselectlist section{overflow:hidden auto;-webkit-overflow-scrolling:touch}.popover-shell.filter-popover .filter .filter-entities section::-webkit-scrollbar,.popover-shell.filter-popover .filter .filter-multiselectlist section::-webkit-scrollbar{height:10px;width:10px}.popover-shell.filter-popover .filter .filter-entities section::-webkit-scrollbar-track,.popover-shell.filter-popover .filter .filter-multiselectlist section::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.filter-popover .filter .filter-entities section::-webkit-scrollbar-thumb,.popover-shell.filter-popover .filter .filter-multiselectlist section::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-shell.filter-popover .filter .filter-entities section::-webkit-scrollbar-thumb:hover,.popover-shell.filter-popover .filter .filter-multiselectlist section::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-shell.filter-popover .filter .filter-entities section::-webkit-scrollbar-corner,.popover-shell.filter-popover .filter .filter-multiselectlist section::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-shell.filter-popover .filter .filter-entities section ul,.popover-shell.filter-popover .filter .filter-multiselectlist section ul{display:flex;flex-flow:column nowrap;gap:.5rem;list-style-type:none;margin:0;max-height:300px;min-height:300px;padding:0}.popover-shell.filter-popover .filter .filter-entities section ul li,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li{align-items:center;background-color:var(--bg-dark);border:2px solid var(--bg-dark);border-radius:var(--radius-small);color:var(--text);cursor:pointer;display:flex;font:500 1rem var(--headlinefont);padding:10px;position:relative;transition:var(--animation)}.popover-shell.filter-popover .filter .filter-entities section ul li .selection,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li .selection{background-color:var(--primary-color);border-radius:var(--radius-small);color:var(--white-color);inset:50% auto auto .5rem;opacity:0;position:absolute;transform:translateY(-50%);transition:var(--animation);z-index:1}.popover-shell.filter-popover .filter .filter-entities section ul li .selection i,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li .selection i{align-items:center;display:flex;font-size:20px;height:100%;justify-content:center;width:100%}.popover-shell.filter-popover .filter .filter-entities section ul li .filter-list-item,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li .filter-list-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;transition:var(--animation)}.popover-shell.filter-popover .filter .filter-entities section ul li.selected,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li.selected{padding-left:2.5rem}.popover-shell.filter-popover .filter .filter-entities section ul li.selected .selection,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li.selected .selection{opacity:1}.popover-shell.filter-popover .filter .filter-entities section ul li.empty-item,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li.empty-item{text-transform:uppercase}.popover-shell.filter-popover .filter .filter-entities section ul li.hide-selected,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li.hide-selected{display:none}.popover-shell.filter-popover .filter .filter-entities section ul li.blank_filter,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li.blank_filter{color:var(--comment)}.popover-shell.filter-popover .filter .filter-entities section ul li:hover,.popover-shell.filter-popover .filter .filter-multiselectlist section ul li:hover{background-color:var(--bg-darkest);border-color:var(--bg-borders)}.popover-shell.filter-popover .filter .filter-entities section:has(:nth-child(n+7)),.popover-shell.filter-popover .filter .filter-multiselectlist section:has(:nth-child(n+7)){padding-inline-end:4px}.popover-shell.filter-popover .filter .filter-entities footer button,.popover-shell.filter-popover .filter .filter-multiselectlist footer button{background-color:var(--bg-darkest);border:2px solid var(--bg-darkest)}.popover-shell.filter-popover .filter .filter-entities footer button.all-selected,.popover-shell.filter-popover .filter .filter-multiselectlist footer button.all-selected{color:var(--comment)}.popover-shell.filter-popover .filter .filter-entities footer button.all-unselected,.popover-shell.filter-popover .filter .filter-multiselectlist footer button.all-unselected{color:var(--text)}.popover-shell.filter-popover .filter .filter-entities footer button:hover,.popover-shell.filter-popover .filter .filter-multiselectlist footer button:hover{background-color:var(--bg-dark);border-color:var(--bg-dark);color:var(--text)}.popover-shell.filter-popover .filter .filter-selectlist section ul li .selection{border-radius:50%}.popover-shell.filter-popover .filter .filter-selectlist section ul li .selection:after{background-color:var(--primary-color);border-radius:50%;height:10px;left:2px;top:2px;width:10px}.popover-shell.filter-popover .filter .filter-entity section ul{height:250px}.popover-shell.filter-popover .filter .filter-bool section{background-color:var(--bg-darkest);border-radius:var(--radius-small);display:flex;flex-flow:column nowrap;gap:10px;padding:10px}.popover-shell.filter-popover .filter .filter-bool section .filter-radio-container{align-items:center;display:flex;flex-flow:row nowrap;gap:10px}.popover-shell.filter-popover .filter .filter-bool section .filter-radio-container .label-visible{color:var(--text);cursor:pointer;font:500 var(--text-size-smaller) var(--headlinefont);transition:var(--animation);width:100%}.popover-shell.filter-popover .filter .filter-bool section .filter-radio-container:hover .label-visible{color:var(--primary-color)}.popover-shell.filter-popover .filter .filter-bool section .customRadio{display:flex}.popover-shell.filter-popover .filter .filter-bool section .customRadio label{background-color:var(--bg-dark);border:1px solid var(--bg-borders);border-radius:50%;cursor:pointer;display:inline-block;height:18px;position:relative;width:18px}.popover-shell.filter-popover .filter .filter-bool section .customRadio input{display:none}.popover-shell.filter-popover .filter .filter-bool section .customRadio input+label:after{background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:50%;content:"";display:inline-block;height:12px;inset:50% auto auto 50%;position:absolute;transform:translate(-50%,-50%) scale(0);transition:var(--animation);width:12px}.popover-shell.filter-popover .filter .filter-bool section .customRadio input:checked+label:after{transform:translate(-50%,-50%) scale(1)}.popover-shell.filter-popover .filter footer{display:flex;flex-flow:row nowrap;gap:10px;justify-content:space-between}.popover-shell.filter-popover .filter footer button{flex:1}.popover-shell.filter-popover .filter footer.nofooter{display:none}.popover-shell.filter-popover input:disabled{background-color:#f9f9f9}.popover-shell.filters-popover .expression-multiselect-tree .logical-operator-selector{margin-bottom:0}.popover-shell.filters-popover .expression-multiselect-tree .tree-view .tree-view-content{padding:0 10px}.popover-shell.filters-popover .expression-multiselect-tree .tree-view .tree-view-content .entityfield-searchbar-component{padding:10px 0}.expression-multiselect-tree .tree-view .tree-view-items.items.pseudoinput>button{display:none}.addexpression{align-items:center;display:flex;flex-flow:row wrap;gap:.5rem;min-height:40px;width:100%}.addexpression .fieldpickerv3{border-radius:var(--radius-small);min-height:40px;min-width:200px}.addexpression .fieldpickerv3 .column-input{height:100%}.addexpression .fieldpickerv3:not(:has(+#prop-wrapper)){flex:1}.addexpression .items,.addexpression input,.addexpression select{background-color:var(--bg-lightdark);border:1px solid var(--bg-lightdark);color:var(--text);font:400 var(--text-size-small)/24px var(--basefont);height:40px;text-align:left;transition:var(--animation)}.addexpression .items::-moz-placeholder,.addexpression input::-moz-placeholder,.addexpression select::-moz-placeholder{font-style:normal}.addexpression .items::placeholder,.addexpression input::placeholder,.addexpression select::placeholder{font-style:normal}.addexpression .items{align-items:center;display:flex;height:40px;overflow:auto;padding:.5rem;width:100%;-webkit-overflow-scrolling:touch}.addexpression .items::-webkit-scrollbar{height:10px;width:10px}.addexpression .items::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.addexpression .items::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.addexpression .items::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.addexpression .items::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.addexpression .items .addlabel{background-color:var(--comment);border-radius:var(--radius-small);color:var(--white-color);display:inline-block;float:left;font-size:var(--text-size-small);height:26px;line-height:26px;margin:2px;padding:0 6px}.addexpression .items .remark{margin:auto}.addexpression .items .item{align-content:center;background-color:var(--bg-darker);border-radius:var(--radius-small);display:block;max-width:200px;overflow:hidden;padding:.25rem .5rem;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.addexpression .items .item i{align-items:center;aspect-ratio:1;background-color:var(--bg-lightdark);border-radius:50%;color:var(--comment);cursor:pointer;display:flex;font-size:8px;height:100%;justify-content:center;position:relative;text-align:center;transition:var(--animation)}.addexpression .items .item i:hover{background-color:var(--comment);color:var(--white-color)}.addexpression .items.clickable{background-color:var(--bg-dark);border:1px solid var(--bg-dark);color:var(--comment);font:500 var(--text-size-smaller) var(--headlinefont)}.addexpression .items.clickable:hover{background-color:var(--bg-lightdark);border-color:var(--bg-borders)}.addexpression .items.clickable:hover:has(.remark){background-color:var(--bg-darkest-hover)}.addexpression .prop-separator{color:var(--comment);display:inline-block;flex:0;font:600 var(--text-size-smaller) var(--headlinefont)}.addexpression #prop-wrapper{flex:1;height:100%;min-height:40px}.addexpression #prop-wrapper:empty{display:none}.addexpression #prop-wrapper .filter-entitiesv3,.addexpression #prop-wrapper .filter-entityv3,.addexpression #prop-wrapper>div{align-items:center;display:flex;flex-flow:row wrap;gap:.5rem;height:100%;min-height:40px}.addexpression #prop-wrapper .filter-entitiesv3>div:not(.customRadio-wrapper),.addexpression #prop-wrapper .filter-entityv3>div:not(.customRadio-wrapper),.addexpression #prop-wrapper>div>div:not(.customRadio-wrapper){align-items:center;display:flex;flex:2;flex-flow:row wrap;gap:.5rem;height:100%;max-height:80px;min-height:40px}.addexpression #prop-wrapper .tree-view-picker .pseudoinput button{display:none}.addexpression #prop-wrapper .tree-view-picker .pseudoinput .items-container{max-height:none}.addexpression #prop-wrapper .filter-file{margin-right:.5rem}.addexpression #prop-wrapper .iw-itemspicker .pseudoinput{background-color:var(--bg-lightdark);border:1px solid var(--bg-lightdark);min-height:40px}.addexpression #prop-wrapper .iw-itemspicker .pseudoinput .loaderindicator .spinner{margin-left:0}.addexpression #propnames{max-width:200px}.addexpression #propnames.fullpropnames{flex:1;max-width:100%;width:100%}.addexpression #propnames.halfpropnames{max-width:50%;width:45%}.addexpression #propvalue{display:flex;flex:auto;justify-content:space-between}.addexpression #propvalue .moment-datepicker,.addexpression #propvalue .react-datepicker__input-container,.addexpression #propvalue input,.addexpression #propvalue select{flex:1}.addexpression #propvalue .moment-datepicker input{padding-inline:10px}.addexpression #propvalue .moment-datepicker input:focus,.addexpression #propvalue .moment-datepicker input:hover{background-color:var(--bg-darkest-hover);border-color:var(--bg-borders)}.addexpression select.selectlist-fullwidth{width:calc(100% - 8px)}.addexpression #operators{flex:1}.addexpression button,.addexpression button.asyncbtn{display:inline-block;height:40px;width:auto}.addexpression button.asyncbtn[disabled],.addexpression button[disabled]{background:none;border:none;color:var(--comment)}.addexpression .customRadio-wrapper{align-items:center;background-color:var(--bg-dark);border-radius:var(--radius-small);display:inline-flex;position:relative}.addexpression .customRadio-wrapper .label-visible{color:var(--text);cursor:pointer;font:500 var(--text-size-smaller) var(--headlinefont);padding:10px 10px 10px 0;transition:var(--animation)}.addexpression .customRadio-wrapper .label-visible:hover{color:var(--primary-color)}.addexpression .customRadio-wrapper .customRadio{align-items:center;display:flex}.addexpression .customRadio-wrapper .customRadio:hover~.label-visible{color:var(--primary-color)}.addexpression .customRadio-wrapper .customRadio label{background-color:var(--bg-dark);border-radius:var(--radius-small);cursor:pointer;display:inline-block;padding:20px;position:relative}.addexpression .customRadio-wrapper .customRadio input{display:none}.addexpression .customRadio-wrapper .customRadio input+label:after{background-color:var(--bg-lightdark);border:1px solid var(--bg-borders);border-radius:50%;content:"";display:inline-block;height:16px;inset:50% auto auto 50%;position:absolute;transform:translate(-50%,-50%);transition:var(--animation);width:16px}.addexpression .customRadio-wrapper .customRadio input:checked+label:after{background-color:var(--primary-color);transform:translate(-50%,-50%)}.expressiondesignerv3 .mainlabel{color:var(--text);font-family:var(--headlinefont);font-weight:700;margin-bottom:.5rem}.expressiondesignerv3 .expressiondesigner-item{align-items:center;display:flex;flex-flow:row nowrap;margin-top:.5rem;width:100%}.expressiondesignerv3 .expressiondesigner-item .detail{align-items:center;color:var(--text);display:flex;flex:1;font:400 var(--text-size-small) var(--basefont);position:relative}.expressiondesignerv3 .expressiondesigner-item .detail .content{flex:1}.expressiondesignerv3 .expressiondesigner-item .detail .content .expression-filter{white-space:pre-wrap;word-break:break-word}.expressiondesignerv3 .expressiondesigner-item .detail .content .expression-filter span{color:var(--primary-color);font-weight:700}.expressiondesignerv3 .expressiondesigner-item .detail .content button.conditional-btn{border-radius:50%;height:30px;margin-left:1rem;width:30px}.expressiondesignerv3 .expressiondesigner-item .detail .content button.conditional-btn:hover{background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.expressiondesignerv3 .expressiondesigner-item .actions{align-items:center;display:flex;gap:.5rem}.expressiondesignerv3 .expressiondesigner-item .actions button{background-color:var(--bg-lightdark);border-color:var(--bg-lightdark);color:var(--comment);display:flex;height:24px;width:24px}.expressiondesignerv3 .btnremoveall.btnremovealltop{position:relative;top:5px}.expressiondesignerv3 .actions{align-items:center;cursor:pointer;display:flex;justify-content:space-between;position:relative;text-align:center;transition:var(--animation)}.expressiondesignerv3 .actions .btnedit,.expressiondesignerv3 .actions .btnremove{align-items:center;background-color:var(--bg-lightdark);border-radius:50%;color:var(--comment);display:flex;font:500 var(--text-size-big) var(--headlinefont);height:24px;justify-content:center;transition:var(--animation);width:24px}.expressiondesignerv3 .actions .btnedit:hover,.expressiondesignerv3 .actions .btnremove:hover{background-color:var(--comment);color:var(--white-color)}.expressiondesignerv3 .actions .btnedit{font-size:12px}.expressiondesignerv3 .expressiondesigner-and,.expressiondesignerv3 .expressiondesigner-not,.expressiondesignerv3 .expressiondesigner-or{position:relative}.expressiondesignerv3 .expressiondesigner-and .link,.expressiondesignerv3 .expressiondesigner-not .link,.expressiondesignerv3 .expressiondesigner-or .link{background-color:var(--comment);height:1px;left:-30px;position:absolute;top:20px;width:40px}.expressiondesignerv3 .actions button{background-color:transparent;display:inline-block;height:32px;line-height:1;margin:0;min-width:0;padding:0;width:32px}.expressiondesignerv3 .actions button i{display:inline-block;height:12px;width:12px}.expressiondesignerv3 .expressiondesigner-itemslist .separator-plus.separator-plus-hide{background-color:var(--bg-dark);border-color:var(--primary-color);color:var(--primary-color);transform:rotate(45deg)}.expressiondesignerv3 .expressiondesigner-itemslist .expressiondesigner-additem{left:-20px;opacity:0;transition:var(--animation);visibility:hidden}.expressiondesignerv3 .expressiondesigner-itemslist .expressiondesigner-additem.showadditem{left:0;opacity:1;visibility:visible}.expressiondesignerv3 .expressiondesigner-itemslist .expressiondesigner-additem .expressiondesigner-itemwrappercontent .expressionadd{display:flex;flex-flow:row nowrap;height:32px;position:relative}.expressiondesignerv3 .expressiondesigner-itemwrapper{display:flex;min-height:48px;padding:0 0 0 48px;position:relative;width:100%}.expressiondesignerv3 .expressiondesigner-itemwrapper>.separator-bullet{background-color:var(--comment);border-radius:50%;height:12px;left:10px;position:absolute;top:15px;width:12px}.expressiondesignerv3 .expressiondesigner-itemwrapper>.separator-plus{align-items:center;background-color:var(--bg-dark);border:2px solid var(--comment);border-radius:50%;color:var(--comment);cursor:pointer;display:flex;font:500 var(--text-size-big) var(--headlinefont);height:30px;inset:1rem auto auto 0;justify-content:center;position:absolute;text-align:center;transform:rotate(0deg);transition:var(--animation);width:30px}.expressiondesignerv3 .expressiondesigner-itemwrapper>.separator-plus:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.expressiondesignerv3 .expressiondesigner-itemwrapper>.separator{align-items:center;border-radius:50%;display:flex;font:500 var(--text-size-smallest) var(--headlinefont);height:30px;justify-content:center;left:0;position:absolute;text-align:center;top:4px;width:30px}.expressiondesignerv3 .expressiondesigner-itemwrapper>.separator.separator-and,.expressiondesignerv3 .expressiondesigner-itemwrapper>.separator.separator-or{background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.expressiondesignerv3 .expressiondesigner-itemwrapper>.border{background-color:var(--comment);bottom:-20px;left:15px;position:absolute;top:4px;width:1px}.expressiondesignerv3 .expressiondesigner-itemwrapper .expressiondesigner-itemwrappercontent{white-space:nowrap;width:100%}.expressiondesignerv3 .expressiondesigner-itemwrapper:first-child>.border{top:26px}.expressiondesignerv3 .expressiondesigner-itemwrapper:last-child>.border{bottom:38px;height:5px}.expressiondesignerv3 .expressiondesigner-additem{margin-block:5px 24px}.expressiondesignerv3 .expressiondesigner-additem .addexpression{width:auto}.expressiondesignerv3 .expressiondesigner-additem .expressionadd .label-text{color:var(--text);font:400 14px/20px var(--basefont);margin-left:9px;position:relative;text-align:left;top:7px}.expressiondesignerv3 .expressiondesigner-additem .expressionadd button{flex-shrink:1;height:33px;margin-right:8px;min-width:0;padding:0 16px;width:64px}.expressiondesigner .mainlabel{color:var(--text);font-family:var(--headlinefont);font-weight:700;margin-bottom:.5rem}.expressiondesigner .expressiondesigner-item{align-items:center;display:flex;flex-flow:row nowrap;margin-top:.5rem;width:100%}.expressiondesigner .expressiondesigner-item .detail{align-items:center;color:var(--text);display:flex;flex:1;font:400 var(--text-size-small) var(--basefont);position:relative}.expressiondesigner .expressiondesigner-item .detail .content{flex:1}.expressiondesigner .expressiondesigner-item .detail .content .expression-filter{white-space:pre-wrap;word-break:break-word}.expressiondesigner .expressiondesigner-item .detail .content .expression-filter span{color:var(--primary-color);font-weight:700}.expressiondesigner .expressiondesigner-item .detail .content button.conditional-btn{border-radius:50%;height:30px;margin-left:1rem;width:30px}.expressiondesigner .expressiondesigner-item .detail .content button.conditional-btn:hover{background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.expressiondesigner .expressiondesigner-item .actions{align-items:center;display:flex;gap:.5rem}.expressiondesigner .expressiondesigner-item .actions button{background-color:var(--bg-lightdark);border-color:var(--bg-lightdark);color:var(--comment);display:flex;height:24px;width:24px}.expressiondesigner .expressiondesigner-item .actions button:hover{background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.expressiondesigner .btnremoveall.btnremovealltop{position:relative;top:5px}.expressiondesigner .actions button.btnremove,.expressiondesigner .btnremoveall,.expressiondesigner button.btnedit{background-color:var(--bg-lightdark);border-color:var(--bg-lightdark);border-radius:50%;color:var(--comment);font:500 var(--text-size-big) var(--headlinefont);position:relative;text-align:center;text-decoration:none}.expressiondesigner button.btnedit{transform:rotate(0deg)}.expressiondesigner button.btnedit i{font-size:12px}.expressiondesigner .expressiondesigner-and,.expressiondesigner .expressiondesigner-not,.expressiondesigner .expressiondesigner-or{position:relative}.expressiondesigner .expressiondesigner-and .link,.expressiondesigner .expressiondesigner-not .link,.expressiondesigner .expressiondesigner-or .link{background-color:var(--comment);height:1px;left:-30px;position:absolute;top:20px;width:40px}.expressiondesigner .actions button{background-color:transparent;display:inline-block;height:32px;line-height:1;margin:0;min-width:0;padding:0;width:32px}.expressiondesigner .actions button i{display:inline-block;height:12px;width:12px}.expressiondesigner .expressiondesigner-itemslist .separator-plus.separator-plus-hide{background-color:var(--bg-dark);border-color:var(--primary-color);color:var(--primary-color);transform:rotate(45deg)}.expressiondesigner .expressiondesigner-itemslist .expressiondesigner-additem{left:-20px;opacity:0;transition:var(--animation);visibility:hidden}.expressiondesigner .expressiondesigner-itemslist .expressiondesigner-additem.showadditem{left:0;opacity:1;visibility:visible}.expressiondesigner .expressiondesigner-itemslist .expressiondesigner-additem .expressiondesigner-itemwrappercontent .expressionadd{display:flex;flex-flow:row nowrap;height:32px;position:relative}.expressiondesigner .expressiondesigner-itemwrapper{display:flex;min-height:48px;padding:0 0 0 48px;position:relative;width:100%}.expressiondesigner .expressiondesigner-itemwrapper>.separator-bullet{background-color:var(--comment);border-radius:50%;height:12px;left:10px;position:absolute;top:15px;width:12px}.expressiondesigner .expressiondesigner-itemwrapper>.separator-plus{align-items:center;background-color:var(--bg-dark);border:2px solid var(--comment);border-radius:50%;color:var(--comment);cursor:pointer;display:flex;font:500 var(--text-size-big) var(--headlinefont);height:30px;inset:1rem auto auto 0;justify-content:center;position:absolute;text-align:center;transform:rotate(0deg);transition:var(--animation);width:30px}.expressiondesigner .expressiondesigner-itemwrapper>.separator-plus:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.expressiondesigner .expressiondesigner-itemwrapper>.separator{align-items:center;border-radius:50%;display:flex;font:500 var(--text-size-smallest) var(--headlinefont);height:30px;justify-content:center;left:0;position:absolute;text-align:center;top:4px;width:30px}.expressiondesigner .expressiondesigner-itemwrapper>.separator.separator-and,.expressiondesigner .expressiondesigner-itemwrapper>.separator.separator-or{background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.expressiondesigner .expressiondesigner-itemwrapper>.border{background-color:var(--comment);bottom:-20px;left:15px;position:absolute;top:4px;width:1px}.expressiondesigner .expressiondesigner-itemwrapper .expressiondesigner-itemwrappercontent{white-space:nowrap;width:100%}.expressiondesigner .expressiondesigner-itemwrapper:first-child>.border{top:26px}.expressiondesigner .expressiondesigner-itemwrapper:last-child.read-only>.border{height:0}.expressiondesigner .expressiondesigner-itemwrapper:last-child>.border{bottom:38px;height:5px}.expressiondesigner .expressiondesigner-additem{margin-block:5px 24px}.expressiondesigner .expressiondesigner-additem .addexpression{width:auto}.expressiondesigner .expressiondesigner-additem .expressionadd .label-text{color:var(--text);font:400 14px/20px var(--basefont);margin-left:9px;position:relative;text-align:left;top:7px}.expressiondesigner .expressiondesigner-additem .expressionadd button{flex-shrink:1;height:33px;margin-right:8px;min-width:0;padding:0 16px;width:64px}.expression-editor button.read-only{cursor:inherit}.expression-editor .expressiondesigner{margin-top:20px}.popover-shell.expressioneditor-modal .popover-content{height:60%;width:795px}.popover-shell.expressioneditor-modal .popover-content .section-modal{padding:20px 30px}@media screen and (max-width:795px){.popover-shell.expressioneditor-modal .popover-content{height:100%;width:100%}}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content{color:var(--text);height:300px;padding:10px;width:300px}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs{background-color:var(--bg-darker);display:flex;flex-flow:column nowrap;gap:10px;height:100%;width:100%}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs>header h4{font:600 var(--text-size-small) var(--headlinefont);margin:0}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items{background-color:var(--bg-darkest);border-radius:var(--radius-small);height:100%;overflow:hidden auto}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .loading{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .nosubscriptions{align-content:center;color:var(--comment);font:500 var(--text-size-small) var(--headlinefont);height:100%;padding:10px;text-align:center;text-wrap:balance}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem{align-items:center;display:flex;gap:10px;padding:.25rem 0 .25rem 10px;transition:var(--animation)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .detail{align-items:center;display:flex;flex-grow:1;gap:10px}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .detail>i{align-items:center;aspect-ratio:1;background-color:var(--bg-darker);border-radius:50%;color:var(--comment);display:flex;font-size:14px;height:30px;justify-content:center;transition:var(--animation);width:30px}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .detail .name{font:500 var(--text-size-smaller) var(--headlinefont);transition:var(--animation)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .actions{align-items:center;display:flex;flex-shrink:0}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .actions button{background-color:transparent;border:none;color:var(--comment);padding:.25rem 1rem}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .actions button i{display:flex;font-size:1rem;transition:var(--animation)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .actions button:hover{color:var(--text)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem .actions button:hover i{scale:1.2}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem.clickable:hover{background-color:var(--bg-dark);color:var(--text)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem.clickable:hover .detail i{background-color:var(--primary-color);color:var(--white-color)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-items .subscriptionitem.clickable:hover .detail .name{color:var(--primary-color)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-add button{border:0;height:100%;width:100%}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-add button i{display:flex}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-add button:not(:hover){color:var(--comment)}.popover-shell.with-overlay.entitygridtoolbarnotifs .popover-content .entitynotifs .entitynotifs-add button:hover{background-color:var(--comment)}.popover-shell.simpletabsitempickermodal .popover-content{max-height:300px;width:calc(100% - 16px)}.popover-shell.simpletabsitempickermodal .popover-content .popover-modal{background-color:#333;color:var(--white-color);overflow-y:auto}.popover-shell.simpletabsitempickermodal .popover-content .simpletabs-itemsgroup-items .simpletabs-item{background-color:transparent;color:inherit;display:block;text-align:left;width:100%}.popover-shell.simpletabsitempickermodal .popover-content .simpletabs-itemsgroup-items .simpletabs-item .chevron{display:none}.popover-shell.simpletabsitempickermodal .popover-content .simpletabs-itemsgroup-items .simpletabs-item.selected .label{color:var(--primary-color)}.simpletabs{height:100%;overflow:hidden;width:100%}.simpletabs-desktop{height:100%;position:relative;width:100%}.simpletabs-desktop.mode-left,.simpletabs-desktop.mode-left .pageloader{background-color:var(--bg-darker)}.simpletabs-desktop.mode-left .simpletabs-items{background-color:var(--bg-darker);color:var(--white-color);display:flex;flex-flow:column nowrap;gap:.5rem;height:100%;overflow:hidden;overflow-y:auto;padding-right:.5rem;width:300px;-webkit-overflow-scrolling:touch}.simpletabs-desktop.mode-left .simpletabs-items::-webkit-scrollbar{height:10px;width:10px}.simpletabs-desktop.mode-left .simpletabs-items::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.simpletabs-desktop.mode-left .simpletabs-items::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.simpletabs-desktop.mode-left .simpletabs-items::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.simpletabs-desktop.mode-left .simpletabs-items::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-itemsgroup-items{display:flex;flex-flow:column nowrap;gap:.5rem}.simpletabs-desktop.mode-left .simpletabs-items .grouptitle{align-items:center;background:none;border:none;display:flex;height:auto;margin:0;padding-block:1.25rem .75rem}.simpletabs-desktop.mode-left .simpletabs-items .grouptitle h4{color:var(--blue);font-family:var(--headlinefont);font-size:var(--text-size-normal);margin:0}.simpletabs-desktop.mode-left .simpletabs-items a.simpletabs-item-link{text-decoration:none}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item{align-items:center;border-radius:var(--radius-big);color:var(--comment);display:flex;height:auto;line-height:1;min-height:auto;padding:1rem 1.5rem}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item.disabled-item{cursor:not-allowed;opacity:.4}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item.disabled-item:hover{opacity:.6}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item span.tooltip{margin-right:6px}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item span.tooltip i.inwink-warning{color:var(--primary-color);font-size:15px;vertical-align:middle}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item:hover:not(.selected){color:var(--text)}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item:hover:not(.selected):not(:disabled){background-color:var(--bg-darkest);border-color:var(--bg-darkest);color:var(--primary-color)}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item:hover:not(.selected):not(:disabled)>i{translate:.5rem}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item:hover:not(.selected)>i{color:var(--primary-color);opacity:1;translate:0}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item.selected{background-color:var(--bg-dark);border-color:var(--bg-darkest);color:var(--primary-color)}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item.selected>i{opacity:1}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item .label{flex-grow:1;font-size:var(--text-size-smaller)}.simpletabs-desktop.mode-left .simpletabs-items .simpletabs-item .chevron{color:var(--primary-color);display:flex;opacity:0;transition:var(--animation)}.simpletabs-desktop.mode-left .simpletabs-content{bottom:0;left:300px;position:absolute;right:0;top:0}.simpletabs-desktop.mode-top{display:flex;flex-flow:column nowrap;gap:20px}.simpletabs-desktop.mode-top .simpletabs-items{background-color:var(--bg-darker);display:flex;flex-flow:row nowrap;flex-shrink:0;height:auto;position:relative;width:100%}.simpletabs-desktop.mode-top .simpletabs-itemsgroup{height:100%;position:relative;width:100%}.simpletabs-desktop.mode-top .simpletabs-itemsgroup-items{background-color:#444;display:flex;flex-flow:column nowrap;flex-grow:1;gap:.5rem;height:100%;padding-left:8px;position:relative}.simpletabs-desktop.mode-top .simpletabs-itemsgroup-items.collapseditems .simpletabs-item .chevron{color:var(--white-color);display:inline-block;margin-left:12px}.simpletabs-desktop.mode-top .simpletabs-itemsgroup-items.collapseditems .simpletabs-item.selected span.label{border-bottom-color:transparent}.simpletabs-desktop.mode-top .iwtoolbar-items{gap:0;padding-left:20px}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar{background-color:var(--bg-darkest);border-radius:var(--radius-small);color:var(--comment);flex-grow:1;margin-inline:20px}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items{padding-inline:0}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item{height:100%;position:relative}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item.selected .iwtoolbar-action{border-bottom-color:var(--primary-color);color:var(--primary-color)}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item.selected .iwtoolbar-action:hover:not(:disabled){color:var(--primary-color)}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action{padding-inline:1rem;position:relative}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item .iwtoolbar-action:hover:not(:disabled){color:var(--comment)}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item:after{background-color:transparent;content:"";height:2px;inset:auto auto 0 0;position:absolute;transition:var(--animation);width:0;z-index:1}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item.selected:after,.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item:not(.selected):hover:after{background-color:var(--primary-color);width:100%}.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item.selected .iwtoolbar-action,.simpletabs-desktop.mode-top>.simpletabs-items>.iwtoolbar .iwtoolbar-items .iwtoolbar-item:not(.selected):hover .iwtoolbar-action{color:var(--primary-color)}.simpletabs-desktop.mode-top .btnmore{aspect-ratio:1;height:calc(100% - .5rem);margin:.25rem}.simpletabs-desktop.mode-top .btnmore>i{align-items:center;border-radius:var(--radius-small);color:var(--comment);display:flex;height:100%;justify-content:center;transition:var(--animation);width:100%}.simpletabs-desktop.mode-top .btnmore>i:before{transition:var(--animation-fast)}.simpletabs-desktop.mode-top .btnmore:hover{background-color:var(--bg-darkest)}.simpletabs-desktop.mode-top .btnmore:hover>i{background-color:var(--comment);color:var(--white-color)}.simpletabs-desktop.mode-top .btnmore:hover>i:before{scale:1.25}.simpletabs-desktop.mode-top .iwtoolbar-item.selected .iwtoolbar-action{border-bottom-color:var(--primary-color);color:var(--primary-color)}.simpletabs-desktop.mode-top .iwtoolbar-item.selected .iwtoolbar-action:hover:not(:disabled){background-color:transparent;border-bottom-color:var(--primary-color)}.simpletabs-desktop.mode-top .simpletabs-content{flex-grow:1;height:100%;position:static}.simpletabs-desktop.mode-top .simpletabs-content.update-entity{height:calc(100% - 42px)}.simpletabs-content .one-option-select{-moz-appearance:none;-webkit-appearance:none;appearance:none}.simpletabs-smartphone{display:flex;flex-flow:column nowrap;gap:10px;height:100%;position:relative;width:100%}.simpletabs-smartphone .simpletabs-header{align-items:center;background-color:var(--blue);color:var(--white-color);display:flex;font:500 var(--text-size-smaller) var(--headlinefont);gap:10px;height:40px;justify-content:center;transition:var(--animation)}.simpletabs-smartphone .simpletabs-header i{display:flex}.simpletabs-smartphone .simpletabs-header:focus,.simpletabs-smartphone .simpletabs-header:hover{background-color:var(--comment);color:var(--white-color)}.simpletabs-smartphone .simpletabs-content{height:100%}.simpletabs-smartphone .simpletabs-items{background-color:var(--bg-darkest);border-radius:var(--radius-small);height:calc(100% - 37px);inset:0;opacity:1;overflow-y:auto;padding:10px;position:absolute;transform:translate(0);transition:var(--animation);-webkit-overflow-scrolling:touch}.simpletabs-smartphone .simpletabs-items::-webkit-scrollbar{height:10px;width:10px}.simpletabs-smartphone .simpletabs-items::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.simpletabs-smartphone .simpletabs-items::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.simpletabs-smartphone .simpletabs-items::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.simpletabs-smartphone .simpletabs-items::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.simpletabs-smartphone .simpletabs-items.collapsed{opacity:0;pointer-events:none;transform:translateY(-100px)}.simpletabs-smartphone .simpletabs-items .simpleitems{display:flex;flex-flow:column nowrap;gap:.5rem}.simpletabs-smartphone .simpletabs-items .simpleitems .simpletabs-item{background-color:var(--bg-dark);border:0;border-radius:var(--radius-small);font-size:var(--text-size-smaller)}.simpletabs-smartphone .simpletabs-items .simpleitems .simpletabs-item .chevron{display:none}.simpletabs-smartphone .simpletabs-items .simpleitems .simpletabs-item.selected,.simpletabs-smartphone .simpletabs-items .simpleitems .simpletabs-item:focus,.simpletabs-smartphone .simpletabs-items .simpleitems .simpletabs-item:hover{background-color:var(--comment);color:var(--white-color)}.simpletabs-items{background-color:var(--bg-darker);border:none;display:flex;flex-flow:column nowrap;gap:.5rem;z-index:2}.simpletabs-items .grouptitle{background:none;border:none;height:auto;margin-block:16px 4px;padding:1.25rem 20px .75rem}.simpletabs-items .grouptitle h4{font:700 var(--text-size-normal) var(--headlinefont);margin:0}.simpletabs-items .simpletabs-item{background-color:transparent;border-color:transparent;border-radius:0;display:block;font-size:var(--text-size-smallest);padding:4px 20px;text-align:left;width:100%}.simpletabs-contentwrapper{height:100%;position:relative;width:100%}.simpletabs-contentwrapper .simpletabs-contentpanel{inset:0;overflow-y:auto;position:absolute;-webkit-overflow-scrolling:touch}.simpletabs-contentwrapper .simpletabs-contentpanel::-webkit-scrollbar{height:10px;width:10px}.simpletabs-contentwrapper .simpletabs-contentpanel::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.simpletabs-contentwrapper .simpletabs-contentpanel::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.simpletabs-contentwrapper .simpletabs-contentpanel::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.simpletabs-contentwrapper .simpletabs-contentpanel::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.simpletabs-contentwrapper .app-page{background-color:transparent}.popover-shell.iwtoolbar-moreitemspopover.simpletabs-items .popover-content{background-color:var(--dark-color-light);color:var(--white-color)}.popover-shell.iwtoolbar-moreitemspopover.simpletabs-items .popover-content .iwtoolbar-item.selected{color:var(--primary-color)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content{background-color:var(--bg-darker);border-radius:var(--radius-small);color:var(--text);padding:10px}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-moreitems{background-color:var(--bg-darkest);border-radius:var(--radius-small);max-width:100%;width:260px}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-moreitems .iwtoolbar-item{transition:var(--animation)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-moreitems .iwtoolbar-item .iwtoolbar-action.important{color:var(--text);transition:var(--animation)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-moreitems .iwtoolbar-item .iwtoolbar-action.important i{margin-right:10px}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-moreitems .iwtoolbar-item .iwtoolbar-action.important:hover{background-color:var(--primary-color);color:var(--white-color)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-moreitems .iwtoolbar-item:hover{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item.selected{color:var(--primary-color)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action{background-color:transparent;border:none;display:block;padding:.6rem 1.2rem;text-align:left;width:100%}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action.withbadge .text{display:flex}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action.withbadge .text .badge{background-color:var(--comment);border-radius:var(--radius-big);color:var(--white-color);display:grid;font-family:var(--basefont);font-size:8px;height:16px;margin-left:auto;min-width:16px;padding:0 4px;place-content:center;pointer-events:none;text-align:center;transition:var(--animation)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action:hover{color:var(--primary-color)}.popover-wrapper .popover-shell.iwtoolbar-moreitemspopover .popover-content .iwtoolbar-item .iwtoolbar-action:hover .text .badge{background-color:var(--primary-color)}.popover-shell.filters-modal .popover-content{height:60%;width:60%}.popover-shell.filters-modal .popover-content .filters{height:100%;position:relative}@media screen and (max-width:1024px){.popover-shell.filters-modal .popover-content{height:100%;width:100%}}.popover-shell.filters-modal .filter-resume-panel{background-color:var(--bg-darkest);border-radius:var(--radius-small);display:flex;flex-flow:column nowrap;gap:20px;margin-inline:20px;padding:20px;width:auto}.popover-shell.filters-modal .filter-resume-panel .nofiltertoshow{background-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--comment);font:400 var(--text-size-normal) var(--headlinefont);padding-block:1rem;text-align:center}.popover-shell.filters-modal .filter-resume-panel ul{display:flex;flex-flow:column nowrap;font:400 1rem var(--headlinefont);gap:10px;list-style-type:none;margin:0;padding:0;text-align:left}.popover-shell.filters-modal .filter-resume-panel ul li{display:block}.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator){background-color:var(--white-color);border:1px solid var(--white-color);border-radius:var(--radius-small);display:inline-flex;gap:10px;padding:10px}.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator) span:not(.expression-filter),.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator) strong{margin-inline:.25rem}.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator) strong{color:var(--text)}.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator) strong.conj{background-color:var(--bg-darkest);border:1px solid var(--bg-borders);border-radius:var(--radius-small);color:var(--comment);font:400 var(--text-size-smallest) var(--headlinefont);margin-inline:.5rem;padding-inline:.25rem}.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator) span:not(.expression-filter){color:var(--primary-color);font-weight:500}.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator) i{align-items:center;aspect-ratio:1;border-radius:50%;color:var(--comment);cursor:pointer;display:flex;font-size:8px;height:20px;justify-content:center;transition:var(--animation);width:20px}.popover-shell.filters-modal .filter-resume-panel ul li div:not(.loaderindicator) i:hover{background-color:var(--comment);color:var(--white-color)}.popover-shell.filters-modal .filter-resume-panel ul li .loaderindicator{display:inline-block;height:20px}.popover-shell.filters-modal .filter-resume-panel ul li .loaderindicator .loaderindicator-content{height:20px}.popover-shell.filters-modal .filter-resume-panel ul li .loaderindicator .loaderindicator-content .spinner{margin-left:0}.popover-shell.filters-modal .filter-resume-panel.personfilters{margin:0}.popover-shell.filters-modal .filter-resume-panel.contactfilters.formpage:not(.modal-content-padding){padding-block:20px}.popover-shell.filters-modal .addexpression-resume>label{color:var(--text);display:inline-flex;font:500 var(--text-size-small) var(--headlinefont);margin-bottom:.25rem}.simpletabs-contentpanel:has(.filter-resume-panel.personfilters){margin:20px 20px 0}.simpletabs-contentpanel:has(.filter-resume-panel.personfilters) .filter-resume-panel.personfilters{padding:20px}.popover-shell.filters-modal .filter-advanced-panel{padding:15px}.appcommandportal .appcommandportal-container{align-items:center;background-color:color-mix(in oklab,var(--blue),transparent 30%);display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:var(--animation);z-index:9999}.appcommandportal .appcommandportal-container.visible{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:inset 0 0 0 .8rem var(--blue);opacity:1;pointer-events:all;transition-duration:.6s}@media screen and (max-width:1024px){.appcommandportal .appcommandportal-container.visible{box-shadow:none}}.appcommandportal .appcommandportal-container.visible .command-container .command-input{opacity:1;transition-delay:.2s}.appcommandportal .appcommandportal-container.visible .command-container .command-results{opacity:1;transition-delay:.4s}.appcommandportal .appcommandportal-container .command-container{align-items:center;display:grid;height:calc(100% - 120px);max-width:calc(100% - 40px);row-gap:20px;width:800px}@media screen and (max-width:1024px){.appcommandportal .appcommandportal-container .command-container{height:calc(100% - 70px);margin-block:auto 20px}}.appcommandportal .appcommandportal-container .command-container:has(.command-results){grid-template-rows:auto 1fr}.appcommandportal .appcommandportal-container .command-container .command-input{opacity:0;position:relative;transition:var(--animation);transition-delay:.2s}.appcommandportal .appcommandportal-container .command-container .command-input h2{align-items:center;color:var(--white-color);display:flex;flex-flow:row wrap;gap:.5rem;margin-bottom:.5rem}@media screen and (max-width:1024px){.appcommandportal .appcommandportal-container .command-container .command-input h2{justify-content:center}}.appcommandportal .appcommandportal-container .command-container .command-input h2 .commandname{font:600 clamp(var(--text-size-normal),2vw,var(--text-size-bigger)) var(--headlinefont)}.appcommandportal .appcommandportal-container .command-container .command-input h2 .logo{display:flex;max-height:30px}.appcommandportal .appcommandportal-container .command-container .command-input h2 .searching-wrapper{opacity:0;pointer-events:none;transition:var(--animation)}.appcommandportal .appcommandportal-container .command-container .command-input h2 .othermenus{align-items:center;display:flex;font:500 var(--text-size-smaller) var(--headlinefont);gap:1rem;margin-left:auto}@media screen and (max-width:500px){.appcommandportal .appcommandportal-container .command-container .command-input h2 .othermenus{justify-content:center;width:100%}}.appcommandportal .appcommandportal-container .command-container .command-input h2 .othermenus .otheritem{align-items:center;display:flex;gap:.5rem;transition:var(--animation)}.appcommandportal .appcommandportal-container .command-container .command-input h2 .othermenus .otheritem:focus,.appcommandportal .appcommandportal-container .command-container .command-input h2 .othermenus .otheritem:hover{color:var(--orange)}.appcommandportal .appcommandportal-container .command-container .command-input h2 .othermenus .otheritem .shortcut{background-color:var(--blue);border-radius:var(--radius-small);color:var(--white-color);font:400 var(--text-size-smallest) var(--headlinefont);padding:.25rem .5rem}.appcommandportal .appcommandportal-container .command-container .command-input input[type=search]{background-color:var(--bg-dark);border:none;border-radius:var(--radius-big);color:var(--text);display:flex;font:400 var(--text-size-normal) var(--headlinefont);padding:10px 20px;width:100%}.appcommandportal .appcommandportal-container .command-container .command-input input[type=search]::-moz-placeholder{color:var(--comment);font-style:normal}.appcommandportal .appcommandportal-container .command-container .command-input input[type=search]::placeholder{color:var(--comment);font-style:normal}.appcommandportal .appcommandportal-container .command-container .command-input input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;aspect-ratio:1;background:var(--comment) url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' class='icon line-color'><line id='primary' x1='26' y1='26' x2='14' y2='14' style='fill: none; stroke: white; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'></line><line id='primary-2' data-name='primary' x1='26' y1='14' x2='14' y2='26' style='fill: none; stroke: white; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'></line></svg>") no-repeat;border-radius:50%;cursor:pointer;height:20px;width:20px}.appcommandportal .appcommandportal-container .command-container.searching .command-input .searching-wrapper{opacity:1}.appcommandportal .appcommandportal-container .command-container .command-results{background-color:var(--bg-darker);border-radius:var(--radius-small);height:100%;opacity:0;overflow-y:auto;position:relative;transition:var(--animation);-webkit-overflow-scrolling:touch}.appcommandportal .appcommandportal-container .command-container .command-results::-webkit-scrollbar{height:10px;width:10px}.appcommandportal .appcommandportal-container .command-container .command-results::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.appcommandportal .appcommandportal-container .command-container .command-results::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.appcommandportal .appcommandportal-container .command-container .command-results::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.appcommandportal .appcommandportal-container .command-container .command-results::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.appcommandportal .appcommandportal-container .command-container .command-results::-webkit-scrollbar-track{border-radius:0 var(--radius-big) var(--radius-big) 0}.appcommandportal .appcommandportal-container .command-container .command-results.noresult{align-items:center;display:flex;justify-content:center}.appcommandportal .appcommandportal-container .command-container .command-results.noresult .commandmessage{background-color:var(--bg-dark);border-radius:var(--radius-big);color:var(--comment);font:500 var(--text-size-bigger) var(--headlinefont);margin:20px;padding:20px;text-align:center}.appcommandportal .appcommandportal-container .command-container .command-results .tmploader{align-items:center;display:flex;height:100%;justify-content:center}.appcommandportal .appcommandportal-container .command-container .command-results .tmploader .loaderindicator-content{background-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--comment);font:500 var(--text-size-bigger) var(--headlinefont);padding:20px}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group{background-color:var(--bg-darkest);border-radius:var(--radius-small);margin:clamp(10px,2vw,20px)}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name{align-items:center;background-color:var(--blue);border-radius:var(--radius-small) var(--radius-small) 0 0;color:var(--white-color);display:flex;font:600 var(--text-size-small) var(--headlinefont);text-transform:uppercase}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name>.icon{padding:10px 0 10px 20px}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name>.icon+.label{padding-left:10px}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name>.icon i{display:flex}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .label{flex-grow:1;padding:10px 0 10px 20px}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right .itemsnumber{align-items:center;background-color:var(--bg-dark);border-radius:10ch;color:var(--text);display:flex;justify-content:center;min-width:20px;padding-inline:.5rem;transition:var(--animation)}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right>.itemsnumber{margin-right:20px}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right .moreitems{align-items:center;display:flex;gap:1rem;padding:10px 20px}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right .moreitems i{display:flex;font-size:var(--text-size-small);transition:var(--animation)}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right .focusable:focus .itemsnumber,.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right .focusable:hover .itemsnumber{background-color:var(--primary-color)}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right .focusable:focus i,.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-name .right .focusable:hover i{color:var(--primary-color);translate:.25rem}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .group-items{display:flex;flex-flow:column nowrap;gap:.5rem;padding:10px}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .command-result-item{align-items:center;background-color:var(--bg-dark);border:2px solid var(--bg-dark);color:var(--text);display:flex;font:500 var(--text-size-smaller) var(--headlinefont);gap:.5rem;padding:.5rem;transition:var(--animation)}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .command-result-item>.icon i{display:flex;font-size:var(--text-size-normal)}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .command-result-item .detail{display:flex;flex-flow:column nowrap;gap:.25rem}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .command-result-item .detail .sublabel{color:var(--comment);display:flex;font-size:var(--text-size-smallest)}.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .command-result-item:focus,.appcommandportal .appcommandportal-container .command-container .command-results .command-result-group .command-result-item:hover{background-color:var(--bg-darkest);border-color:var(--comment)}.appcommandportal .appcommandportal-container .focusable:not(input),.appcommandportal .appcommandportal-container a{color:inherit;text-decoration:none}.appcommandportal .appcommandportal-container .btnclose{align-items:center;background-color:var(--bg-dark);color:var(--comment);display:flex;height:40px;inset:2rem 2rem auto auto;justify-content:center;position:absolute;transition:var(--animation);width:40px;z-index:1}@media screen and (max-width:1024px){.appcommandportal .appcommandportal-container .btnclose{height:30px;inset:10px 10px auto auto;width:30px}}.appcommandportal .appcommandportal-container .btnclose i{display:flex;font-size:var(--text-size-bigger);transition:var(--animation)}.appcommandportal .appcommandportal-container .btnclose:focus,.appcommandportal .appcommandportal-container .btnclose:hover{background-color:var(--comment);color:var(--white-color)}.appcommandportal .appcommandportal-container .btnclose:focus i,.appcommandportal .appcommandportal-container .btnclose:hover i{scale:1.2}.popover-shell.with-overlay.quicksearchpopover{z-index:99999}.simplefadetransition-enter{opacity:.01!important}.simplefadetransition-enter.simplefadetransition-enter-active{opacity:1!important;transition:opacity .3s ease-out}.simplefadetransition-enter.simplefadetransition-enter-active.slowtransition{transition:opacity .5s ease-out}.simplefadetransition-enter.simplefadetransition-enter-active.veryslowtransition{transition:opacity 1s ease-out}.simplefadetransition-enter.simplefadetransition-enter-active.fasttransition{transition:opacity .16s ease-out}.simplefadetransition-appear{opacity:.01!important}.simplefadetransition-appear.simplefadetransition-appear-active{opacity:1!important;transition:opacity .3s ease-out}.simplefadetransition-appear.simplefadetransition-appear-active.slowtransition{transition:opacity .5s ease-out}.simplefadetransition-appear.simplefadetransition-appear-active.veryslowtransition{transition:opacity 1s ease-out}.simplefadetransition-appear.simplefadetransition-appear-active.fasttransition{transition:opacity .16s ease-out}.simplefadetransition-exit{opacity:1!important;pointer-events:none}.simplefadetransition-exit.simplefadetransition-exit-active{opacity:0!important;transition:opacity .3s ease-out}.fadetransition-enter{opacity:.01!important}.fadetransition-enter.fadetransition-enter-active{opacity:1!important;transition:opacity .3s ease-out}.fadetransition-enter.fadetransition-enter-active.slowtransition{transition:opacity .5s ease-out}.fadetransition-appear{opacity:.01!important}.fadetransition-appear.fadetransition-appear-active{opacity:1!important;transition:opacity .3s ease-out}.fadetransition-appear.fadetransition-appear-active.slowtransition{transition:opacity .5s ease-out}.fadetransition-exit{opacity:1!important;pointer-events:none}.fadetransition-exit.fadetransition-exit-active{opacity:0!important;transition:opacity .3s ease-out}.slowfadetransition-enter{opacity:.01!important}.slowfadetransition-enter.slowfadetransition-enter-active{opacity:1!important;transition:opacity .7s ease-out}.slowfadetransition-appear{opacity:.01!important}.slowfadetransition-appear.slowfadetransition-appear-active{opacity:1!important;transition:opacity .7s ease-out}.slowfadetransition-exit{opacity:1!important;pointer-events:none}.slowfadetransition-exit.slowfadetransition-exit-active{opacity:0!important;transition:opacity .7s ease-out}.itemtransition-enter{opacity:.01!important;transform:scale(.9)}.itemtransition-enter.itemtransition-enter-active{opacity:1;transform:scale(1);transition:opacity .2s ease-out,transform .2s ease-out}.itemtransition-appear{opacity:.01!important;transform:scale(.9)}.itemtransition-appear.itemtransition-appear-active{opacity:1;transform:scale(1);transition:opacity .2s ease-out,transform .2s ease-out}.itemtransition-exit{opacity:1!important;transform:scale(1)}.itemtransition-exit.itemtransition-exit-active{opacity:0;transform:scale(.9);transition:opacity .16s ease-out,transform .16s ease-out}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*!
 * animate.css -http://daneden.me/animate
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}.bounce{animation-name:bounce;transform-origin:center bottom}.bounceIn{animation-name:bounceIn}.bounceOut{animation-name:bounceOut}:focus{outline:none}.clickable i,a i,button i,input[type=button] i{display:inline-block;line-height:1}.clear,.clearfix{display:block}.clear:after,.clearfix:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}body,html{font-family:var(--basefont)}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:var(--headlinefont);font-weight:500;margin:0 0 .2em}h1{font-size:var(--h1FontSize)}h2{font-size:var(--h2FontSize)}h3{font-size:var(--h3FontSize)}h4{font-size:var(--h4FontSize)}h4,h5,h6,input,keygen,select,textarea{font-family:var(--basefont)}h4,h5,h6{font-weight:400}.empty{display:none}.clickable,a,button,input[type=button]{border-radius:4px;cursor:pointer;touch-action:manipulation}.back-dataform h3,.back-dataform h4,.back-dataform h5,.back-dataform h6{margin-top:0}.back-dataform h4,.back-dataform h5{color:#555}.back-dataform label:not(.forcheckbox){display:block;font-weight:700}.back-dataform .field{align-items:center;display:flex;margin-bottom:.4em}.back-dataform .field>label:not(.forcheckbox){margin-right:20px;text-align:right;width:200px}.back-dataform .field .stretch{flex:1}.back-dataform .fieldbloc{border:1px solid var(--grey-color);margin-bottom:.4em;padding:8px}.back-dataform .pseudoinput,.back-dataform input[type=mail],.back-dataform input[type=number],.back-dataform input[type=password],.back-dataform input[type=search],.back-dataform input[type=text],.back-dataform input[type=url],.back-dataform select,.back-dataform textarea{border:1px solid var(--grey-color-dark);box-sizing:border-box;padding:.3em .5em}.back-dataform .pseudoinput:focus,.back-dataform input[type=mail]:focus,.back-dataform input[type=number]:focus,.back-dataform input[type=password]:focus,.back-dataform input[type=search]:focus,.back-dataform input[type=text]:focus,.back-dataform input[type=url]:focus,.back-dataform select:focus,.back-dataform textarea:focus{border-color:var(--primary-color)}.back-dataform textarea{display:block;height:100px}.clearfix{display:block}.clearfix:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}input:not([type=checkbox]):not([type=radio]),textarea{-webkit-appearance:none}input:not([type=checkbox]):not([type=radio]),select,textarea{border-radius:var(--radius-small)}.ReactVirtualized__Grid,.ReactVirtualized__List{outline:none;-webkit-overflow-scrolling:touch}.ReactVirtualized__Grid::-webkit-scrollbar,.ReactVirtualized__List::-webkit-scrollbar{height:10px;width:10px}.ReactVirtualized__Grid::-webkit-scrollbar-track,.ReactVirtualized__List::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.ReactVirtualized__Grid::-webkit-scrollbar-thumb,.ReactVirtualized__List::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.ReactVirtualized__Grid::-webkit-scrollbar-thumb:hover,.ReactVirtualized__List::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.ReactVirtualized__Grid::-webkit-scrollbar-corner,.ReactVirtualized__List::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.m-calendar .toolbar{margin-block:.5rem}.m-calendar .toolbar.yearmonth-mode .year-month-picker button.is-active{background-color:var(--primary-color)}.m-calendar .toolbar .go-back:active,.m-calendar .toolbar .go-back:hover,.m-calendar .toolbar .next-month:active,.m-calendar .toolbar .next-month:hover,.m-calendar .toolbar .prev-month:active,.m-calendar .toolbar .prev-month:hover{color:var(--primary-color)}.m-calendar .toolbar button.bloc-accent{color:var(--text)}.m-calendar .toolbar button.bloc-accentbghover:hover{background-color:var(--primary-color);color:var(--primary-color-text)}.m-calendar .month-content{padding-block:0 10px;-webkit-overflow-scrolling:touch}.m-calendar .month-content::-webkit-scrollbar{height:10px;width:10px}.m-calendar .month-content::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.m-calendar .month-content::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.m-calendar .month-content::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.m-calendar .month-content::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.m-calendar .month-content .month{border-radius:var(--radius-small);font-family:var(--headlinefont);transition:var(--animation)}.m-calendar .month-content .month:hover{background-color:var(--bg-darkest);color:var(--primary-color)}.m-calendar .month-content .month.active{background-color:var(--primary-color);color:var(--primary-color-text)}.m-calendar .year-content{-webkit-overflow-scrolling:touch}.m-calendar .year-content::-webkit-scrollbar{height:10px;width:10px}.m-calendar .year-content::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.m-calendar .year-content::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.m-calendar .year-content::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.m-calendar .year-content::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.m-calendar .year-content .year{border-radius:var(--radius-small);margin-right:.5rem;transition:var(--animation)}.m-calendar .year-content .year:hover{background-color:var(--bg-darkest);color:var(--primary-color)}.m-calendar .year-content .year.active{background-color:var(--primary-color);color:var(--primary-color-text)}.m-calendar table thead td.bloc-accent{background-color:var(--bg-darkest);color:var(--text);font:500 1rem var(--headlinefont)}.m-calendar table tbody td{transition:var(--animation)}.m-calendar table tbody td.enabled{color:var(--comment)}.m-calendar table tbody td.enabled.clickable{border-radius:0}.m-calendar table tbody td.enabled.bloc-accent,.m-calendar table tbody td.enabled.highlighted{color:var(--primary-color)}.m-calendar table tbody td.enabled.bloc-accentbg,.m-calendar table tbody td.enabled.current-day:hover,.m-calendar table tbody td.enabled:hover{background-color:var(--primary-color);border-radius:0;color:var(--primary-color-text)}.m-input-moment{padding:10px}.m-input-moment .options button.inwink-calendar,.m-input-moment .options button.inwink-clock{background-color:var(--bg-darkest);border-color:var(--bg-darkest);color:var(--text)}.m-input-moment .options button.inwink-calendar{border-radius:var(--radius-small) 0 0 var(--radius-small)}.m-input-moment .options button.inwink-clock{border-radius:0 var(--radius-small) var(--radius-small) 0}.m-input-moment .options button.is-active{color:var(--primary-color);pointer-events:none}.m-input-moment .options button:hover{background-color:var(--primary-color);border:1px solid var(--primary-color);color:var(--primary-color-text)}.m-input-moment button.btn-save{align-items:center;background-color:var(--bg-dark);border:none;color:var(--comment);display:flex;justify-content:center}.m-input-moment button.btn-save:hover:enabled{background-color:var(--primary-color);color:var(--primary-color-text)}.m-input-moment .warning-message{background-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--primary-color);margin-block:.5rem}.m-input-moment .m-time{margin-block:.5rem}.m-input-moment .m-time .showtime .timepicker-incbtn{border-radius:var(--radius-small);color:var(--comment);transition:var(--animation)}.m-input-moment .m-time .showtime .timepicker-incbtn:hover{background-color:var(--comment);color:var(--white-color)}.m-input-moment .m-time .showtime .separator,.m-input-moment .m-time .showtime input{color:var(--text)}.m-input-moment .m-time .showtime input{transition:var(--animation)}.m-input-moment .m-time .showtime input:focus{border-color:var(--comment)}.m-input-moment .m-time .showtime .cleartime{background-color:transparent}.m-input-moment .m-time .showtime .cleartime:hover{background-color:var(--comment);color:var(--white-color);transition:var(--animation)}#toast-container .toast{font-size:1.2rem}.loaderindicator.ring .spinner{border:4px solid var(--hover-color);border-top-color:var(--primary-color)}.popovertooltip .popover-wrapper-content .popover-content{background-color:var(--bg-darker);color:var(--text)}.collapsiblepanel.fieldbloc{transition:var(--animation)}.collapsiblepanel.fieldbloc:not(.expanded){margin:0;padding:0}#approot,.popover-wrapper .popover-shell{z-index:0}.clear:after{clear:both;content:"";display:block}.accent{color:var(--primary-color)}.accent-border{border:2px solid var(--primary-color)}.accent-2{color:var(--secondary-color)}.lighttext{color:var(--comment)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fullsizecentered{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.formpage{height:100%;overflow-y:auto;position:relative;width:100%;-webkit-overflow-scrolling:touch}.formpage::-webkit-scrollbar{height:10px;width:10px}.formpage::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.formpage::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.formpage::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.formpage::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.formpage>header{align-items:center;background-color:var(--bg-darker);display:flex;height:-moz-fit-content;height:fit-content}.formpage>header.buttonbar.buttontoolbar{background-color:var(--bg-darker);color:var(--grey-color-dark);margin-bottom:.5rem}.formpage>header.buttonbar.buttontoolbar button{background-color:transparent;border:none;color:var(--text)}.formpage>header.buttonbar.buttontoolbar button.buttonbarbutton.important{background-color:transparent;border:none;color:var(--primary-color)}.formpage>header.buttonbar.buttontoolbar button.buttonbarbutton.important.disabled{color:var(--comment)}.formpage>header.buttonbar.buttontoolbar button.buttonbarbutton.important:hover:not(:disabled){background-color:var(--primary-color);border:none;color:var(--primary-color-text)}.formpage>header.buttonbar.buttontoolbar button.buttonbarbutton.important[data-trad="actions.save"]{background-color:var(--primary-color);color:var(--white-color)}.formpage>header.buttonbar.buttontoolbar button.buttonbarbutton.important[data-trad="actions.save"]:hover{background-color:var(--bg-darkest);color:var(--primary-color)}.formpage>header.buttonbar.buttontoolbar button.buttonbarbutton.important[data-trad="actions.save"].disabled{background:none;color:var(--comment)}.formpage>header.buttonbar.buttontoolbar button:hover:not(:disabled){background-color:var(--dark-color-hover);color:var(--white-color)}.formpage>header>.left{flex-grow:1}.formpage>section{overflow:hidden auto;padding:20px;-webkit-overflow-scrolling:touch}.formpage>section::-webkit-scrollbar{height:10px;width:10px}.formpage>section::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.formpage>section::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.formpage>section::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.formpage>section::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.formpage>section.lightsection{background-color:var(--bg-darkest);border-radius:var(--radius-small)}.formpage>section>.card{margin-bottom:10px}.formpage>footer{align-items:center;background-color:var(--bg-darker);bottom:0;display:flex;height:40px;justify-content:flex-end;left:0;padding:0;position:absolute;right:0}.formpage>footer button{background-color:transparent;border-radius:0;height:40px;line-height:1;padding:4px 20px}.formpage.noheader>section{top:0}.formpage.withfooter>section{bottom:40px}.app-page>.formpage.tabbedformpage,.simpletabs-contentpanel>.formpage.tabbedformpage{display:grid;grid-template-rows:auto 1fr;height:100%;overflow:hidden}.app-page>.formpage.tabbedformpage>section,.simpletabs-contentpanel>.formpage.tabbedformpage>section{background-color:var(--bg-darkest);border-radius:var(--radius-big);grid-row:2;height:100%;padding:20px}.app-page>.formpage.tabbedformpage>section.defaultcontentpadding,.simpletabs-contentpanel>.formpage.tabbedformpage>section.defaultcontentpadding{padding:20px 32px}@supports not (font-variation-settings:normal){.safari .formpage>section{bottom:37px}}.moment-datepicker .m-calendar .toolbar button{background-color:transparent;border:none}.moment-datepicker .bloc-lightborder.bloc-accentbghover{background-color:var(--bg-darkest);border-radius:var(--radius-small)}.moment-datepicker .close .inwink-close-button{background-color:var(--bg-dark);color:var(--comment);cursor:pointer;display:flex;font-size:18px;transition:var(--animation)}.moment-datepicker .close .inwink-close-button:hover{background-color:var(--comment);color:var(--white-color)}.moment-datepicker input[type=text]::-moz-placeholder{font-style:normal}.moment-datepicker input[type=text]::placeholder{font-style:normal}.entityform .moment-datepicker input[type=text]:hover{background-color:var(--bg-dark);border-color:var(--comment)}.scrollable,.vscrollbar{overflow:hidden auto;-webkit-overflow-scrolling:touch}.scrollable::-webkit-scrollbar,.vscrollbar::-webkit-scrollbar{height:10px;width:10px}.scrollable::-webkit-scrollbar-track,.vscrollbar::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.scrollable::-webkit-scrollbar-thumb,.vscrollbar::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.scrollable::-webkit-scrollbar-thumb:hover,.vscrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.scrollable::-webkit-scrollbar-corner,.vscrollbar::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.entityform .entityfield.type-dropdownmultiple .items,.entityform .entityfield.type-entities .items,.entityform .entityfield.type-file .filefieldeditor-content label.filefieldeditor-label,.entityform .entityfield.type-filevideo .filefieldeditor-content label.filefieldeditor-label,.entityform .entityfield.type-image .filefieldeditor-content label.filefieldeditor-label,.entityform .entityfield.type-ukn .items{background-color:var(--bg-lightdark)}.entityform .entityfield.type-file .filefieldeditor-content,.entityform .entityfield.type-filevideo .filefieldeditor-content,.entityform .entityfield.type-image .filefieldeditor-content{height:auto;min-height:32px}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label{align-items:center;display:flex;min-height:30px;padding:.5rem 1rem}.entityform .entityfield.type-nestedentity .pseudoinput button:hover{background-color:var(--primary-color);transition:background-color .5s ease-out}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items{border:1px solid var(--bg-dark);padding:.5rem}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .item,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .item{background-color:var(--bg-darkest);border-radius:var(--radius-small);color:var(--comment);font:600 1rem var(--basefont);padding:.25rem 1rem}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .item button,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .item button{align-items:center;background-color:var(--bg-darkest);border-color:var(--bg-darkest);border-radius:var(--radius-big);color:var(--comment);display:flex;height:auto;justify-content:center;line-height:1em;padding:0;width:auto}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .item button.asyncbtn,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .item button.asyncbtn{border-radius:50%;max-height:20px;max-width:20px;min-height:20px;min-width:20px}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .item button span.text,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .item button span.text{display:flex}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .item button span.text i,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .item button span.text i{display:flex;font-size:12px;height:12px;width:12px}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .item button .loaderindicator.ring .loaderindicator-content i,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .item button .loaderindicator.ring .loaderindicator-content i{height:15px;margin-left:0;min-height:15px;min-width:15px;width:15px}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .item button:hover:not(:disabled),.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .item button:hover:not(:disabled){background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items>button,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items>button{border:none;color:var(--comment);height:100%;margin:0;order:-1;padding:.5rem 1rem;text-transform:none}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items>button:hover,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items>button:hover{background-color:var(--comment);color:var(--white-color)}.entityform .entityfield.type-multiselecttree .tree-view-picker .pseudoinput.items .arrow,.entityform .entityfield.type-selecttree .tree-view-picker .pseudoinput.items .arrow{display:none}.entityform .entityfield.type-multiselecttree .tree-view-picker .tree-view,.entityform .entityfield.type-selecttree .tree-view-picker .tree-view{max-height:300px}.entityform .entityfield.type-multiselecttree .tree-view-picker .tree-view .element .pseudoinput,.entityform .entityfield.type-selecttree .tree-view-picker .tree-view .element .pseudoinput{background-color:var(--bg-dark);color:var(--text)}.popover-shell.popover-tree-view-picker .popover-tree-view-picker-content .tree-view{--inwinkbgcolor:var(--bg-darker)}.popover-shell.popover-tree-view-picker .popover-tree-view-picker-content .tree-view .element .pseudoinput{background-color:var(--bg-dark);color:var(--text)}.entityform .entityfield.type-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;aspect-ratio:1;background-clip:content-box;background-color:var(--white-color);border-radius:50%;display:inline-block;height:16px;padding:2px;width:16px}.entityform .entityfield.type-radio input[type=radio]:checked:not(:disabled){background-color:var(--primary-color)}.entityform .entityfield.type-radio input[type=radio]:disabled{background-color:var(--bg-darker)}.entityform .entityfield.type-radio input[type=radio]:disabled:checked{background-color:var(--comment)}.entityform .entityfield.type-radio input[type=radio]:disabled+label.forradio:hover{color:var(--text);cursor:auto}.entityform .entityfield.type-radio div:has(input[type=radio]){align-items:center;-moz-column-gap:.25rem;column-gap:.25rem;display:flex}.entityform .entityfield.type-radio div:has(input[type=radio]) .forradio{transition:var(--animation)}.entityform .entityfield.type-radio div:has(input[type=radio]) .forradio:hover{color:var(--primary-color)}.entityform .entityfield .phonenumber-wrapper .country-select{margin-right:4px}.entityform .entityform-group{margin:0}.entityform .entityform-group.display-rows .fields{align-items:center;display:flex;flex-flow:row wrap}.entityform .entityform-group.depth-0{margin-bottom:1.5em}.entityform .entityform-group.depth-0 .group-title .grouptitle{color:var(--primary-color);font-size:var(--h3FontSize);font-weight:700;margin:.5em 0}.entityform .entityform-group.depth-0 .group-title i{color:var(--primary-color)}.entityform .group-title .grouptitle{font-family:var(--headlinefont)}.entityform .entityfield{font-size:13px;margin:0 4px 16px;padding:0}.entityform .entityfield.no-lr-margin{margin-inline:0}.entityform .entityfield.no-b-margin{margin-bottom:0}.entityform .entityfield label{color:var(--text);font-family:var(--headlinefont);font-weight:400;opacity:1}.entityform .entityfield .fieldwrapper-container>div:has(.checkbox-inwink),.entityform .entityfield .fieldwrapper>div:has(.checkbox-inwink){display:flex;gap:.5rem}.entityform .entityfield .fieldwrapper-container>div:has(.checkbox-inwink) .forcheckbox,.entityform .entityfield .fieldwrapper>div:has(.checkbox-inwink) .forcheckbox{transition:var(--animation)}.entityform .entityfield .fieldwrapper-container>div:has(.checkbox-inwink) .forcheckbox:hover:not(.readonly),.entityform .entityfield .fieldwrapper>div:has(.checkbox-inwink) .forcheckbox:hover:not(.readonly){color:var(--primary-color)}.entityform .entityfield .fieldwrapper-container{display:flex;flex-flow:column nowrap;gap:.5rem}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label{cursor:pointer;gap:.5rem;justify-content:end;padding:10px}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label .file,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label .file,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label .file{margin:0}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label .file.processing,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label .file.processing,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label .file.processing{gap:.5rem}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label .file .status,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label .file .status,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label .file .status{display:flex;flex-flow:column nowrap;gap:10px;justify-content:space-between;margin:0}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label .progress .thumb,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label .progress .thumb,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label .progress .thumb{background-color:var(--text)}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment{align-items:center;background-color:var(--bg-darkest);border:none;border-radius:50%;color:var(--comment);display:flex;height:26px;justify-content:center;margin-right:.5rem;order:1;transition:var(--animation);width:26px}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment:before,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment:before,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment:before{font-size:14px}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment:hover,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment:hover,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label i.inwink-mailattachment:hover{background-color:var(--comment);color:var(--white-color)}.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label:focus,.entityform .entityfield.type-file .filefieldeditor-content .filefieldeditor-label:hover,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label:focus,.entityform .entityfield.type-filevideo .filefieldeditor-content .filefieldeditor-label:hover,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label:focus,.entityform .entityfield.type-image .filefieldeditor-content .filefieldeditor-label:hover{background-color:var(--bg-dark);border-color:var(--comment)}.entityform .entityfield.type-file .filefieldeditor-content .actions,.entityform .entityfield.type-filevideo .filefieldeditor-content .actions,.entityform .entityfield.type-image .filefieldeditor-content .actions{gap:.5rem;margin:0;order:2}.entityform .entityfield.type-file .filefieldeditor-content .actions>*,.entityform .entityfield.type-filevideo .filefieldeditor-content .actions>*,.entityform .entityfield.type-image .filefieldeditor-content .actions>*{background-color:var(--bg-darkest);border:none;color:var(--comment);margin:0;padding:0;transition:var(--animation)}.entityform .entityfield.type-file .filefieldeditor-content .actions>:hover,.entityform .entityfield.type-filevideo .filefieldeditor-content .actions>:hover,.entityform .entityfield.type-image .filefieldeditor-content .actions>:hover{background-color:var(--comment);color:var(--white-color)}.entityform .entityfield.type-file .filefieldeditor-content .all-actions,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions,.entityform .entityfield.type-image .filefieldeditor-content .all-actions{min-width:150px}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools{margin:0}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions{margin-top:10px}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions>div,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions>div,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions>div{display:flex;flex-flow:column nowrap;gap:.5rem}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button{min-height:-moz-fit-content;min-height:fit-content}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button .text,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button .text,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button .text{align-items:center;display:flex;flex-flow:row nowrap;gap:.5rem;text-align:left}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button .text i,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button .text i,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button .text i{font-size:14px}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button:not(:hover),.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button:not(:hover),.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button:not(:hover){background-color:var(--bg-darkest)}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button:not(:hover) i,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button:not(:hover) i,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions button:not(:hover) i{color:var(--comment)}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .advanced-tools .advanced-actions:empty,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .advanced-tools .advanced-actions:empty,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .advanced-tools .advanced-actions:empty{display:none}.entityform .entityfield.type-file .filefieldeditor-content .all-actions .base-actions,.entityform .entityfield.type-filevideo .filefieldeditor-content .all-actions .base-actions,.entityform .entityfield.type-image .filefieldeditor-content .all-actions .base-actions{margin:0}.entityform .entityfield.type-nestedentity .pseudoinput{align-items:center;display:flex;gap:.5rem}.entityform .entityfield.type-nestedentity button{border:none;color:var(--comment);height:100%;padding:.5rem 1rem}.entityform .entityfield.type-nestedentity button:hover:not(:disabled){background-color:var(--comment);color:var(--white-color)}.entityform .entityfield .fieldwrapper .filefieldeditor-content .filefieldeditor-label,.entityform .entityfield .pseudoinput,.entityform .entityfield input[type=email],.entityform .entityfield input[type=file],.entityform .entityfield input[type=mail],.entityform .entityfield input[type=number],.entityform .entityfield input[type=password],.entityform .entityfield input[type=search],.entityform .entityfield input[type=tel],.entityform .entityfield input[type=text],.entityform .entityfield input[type=url],.entityform .entityfield select,.entityform .entityfield textarea{background-color:var(--bg-dark);border-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--text);transition:var(--animation)}.entityform .entityfield .fieldwrapper .filefieldeditor-content .filefieldeditor-label:focus:not([readonly]),.entityform .entityfield .pseudoinput:focus:not([readonly]),.entityform .entityfield input[type=email]:focus:not([readonly]),.entityform .entityfield input[type=file]:focus:not([readonly]),.entityform .entityfield input[type=mail]:focus:not([readonly]),.entityform .entityfield input[type=number]:focus:not([readonly]),.entityform .entityfield input[type=password]:focus:not([readonly]),.entityform .entityfield input[type=search]:focus:not([readonly]),.entityform .entityfield input[type=tel]:focus:not([readonly]),.entityform .entityfield input[type=text]:focus:not([readonly]),.entityform .entityfield input[type=url]:focus:not([readonly]),.entityform .entityfield select:focus:not([readonly]),.entityform .entityfield textarea:focus:not([readonly]){border-color:var(--comment)}.entityform .entityfield .fieldwrapper .filefieldeditor-content .filefieldeditor-label.readonly,.entityform .entityfield .fieldwrapper .filefieldeditor-content .filefieldeditor-label[disabled],.entityform .entityfield .fieldwrapper .filefieldeditor-content .filefieldeditor-label[readonly],.entityform .entityfield .pseudoinput.readonly,.entityform .entityfield .pseudoinput[disabled],.entityform .entityfield .pseudoinput[readonly],.entityform .entityfield input[type=email].readonly,.entityform .entityfield input[type=email][disabled],.entityform .entityfield input[type=email][readonly],.entityform .entityfield input[type=file].readonly,.entityform .entityfield input[type=file][disabled],.entityform .entityfield input[type=file][readonly],.entityform .entityfield input[type=mail].readonly,.entityform .entityfield input[type=mail][disabled],.entityform .entityfield input[type=mail][readonly],.entityform .entityfield input[type=number].readonly,.entityform .entityfield input[type=number][disabled],.entityform .entityfield input[type=number][readonly],.entityform .entityfield input[type=password].readonly,.entityform .entityfield input[type=password][disabled],.entityform .entityfield input[type=password][readonly],.entityform .entityfield input[type=search].readonly,.entityform .entityfield input[type=search][disabled],.entityform .entityfield input[type=search][readonly],.entityform .entityfield input[type=tel].readonly,.entityform .entityfield input[type=tel][disabled],.entityform .entityfield input[type=tel][readonly],.entityform .entityfield input[type=text].readonly,.entityform .entityfield input[type=text][disabled],.entityform .entityfield input[type=text][readonly],.entityform .entityfield input[type=url].readonly,.entityform .entityfield input[type=url][disabled],.entityform .entityfield input[type=url][readonly],.entityform .entityfield select.readonly,.entityform .entityfield select[disabled],.entityform .entityfield select[readonly],.entityform .entityfield textarea.readonly,.entityform .entityfield textarea[disabled],.entityform .entityfield textarea[readonly]{background-color:var(--bg-darker);border-color:var(--bg-darker);opacity:1}.entityform .entityfield input[type=mail]:focus:not([readonly]),.entityform .entityfield input[type=mail]:hover:not([readonly]),.entityform .entityfield input[type=tel]:focus:not([readonly]),.entityform .entityfield input[type=tel]:hover:not([readonly]),.entityform .entityfield input[type=text]:focus:not([readonly]),.entityform .entityfield input[type=text]:hover:not([readonly]){border-color:var(--comment)}.entityform .entityfield.type-bool .fieldwrapper,.entityform .entityfield.type-checkbox .fieldwrapper,.entityform .entityfield.type-yesno .fieldwrapper{-moz-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template:"checkbox label" 1fr "checkbox description" auto "checkbox remark" auto/auto 1fr}.entityform .entityfield.type-bool .fieldwrapper .checkbox-inwink,.entityform .entityfield.type-checkbox .fieldwrapper .checkbox-inwink,.entityform .entityfield.type-yesno .fieldwrapper .checkbox-inwink{grid-area:checkbox}.entityform .entityfield.type-bool .fieldwrapper label.forcheckbox,.entityform .entityfield.type-checkbox .fieldwrapper label.forcheckbox,.entityform .entityfield.type-yesno .fieldwrapper label.forcheckbox{grid-area:label}.entityform .entityfield.type-bool .fieldwrapper .description,.entityform .entityfield.type-checkbox .fieldwrapper .description,.entityform .entityfield.type-yesno .fieldwrapper .description{grid-area:description;margin:0}.entityform .entityfield.type-bool .fieldwrapper .remark,.entityform .entityfield.type-checkbox .fieldwrapper .remark,.entityform .entityfield.type-yesno .fieldwrapper .remark{grid-area:remark;margin:0}.entityform .entityform-group.depth-1>h4{font-size:1rem;font-weight:400}.popover-shell.add-nesteentity-item-modal .popover-content{height:100%;width:700px}.popover-shell.nesteentity-editcollection-modal .popover-content{background-color:#fafafa;height:calc(100% - 80px);width:800px}.popover-shell.nesteentity-editcollection-modal .popover-content .iw-themedmodal{height:100%}.popover-shell.nesteentity-editcollection-modal .popover-content .iw-themedmodal-content .nesteentity-item{display:flex;position:relative}.popover-shell.nesteentity-editcollection-modal .popover-content .iw-themedmodal-content .nesteentity-item>.entityform-wrapper{flex-grow:1}.popover-shell.nesteentity-editcollection-modal .popover-content .iw-themedmodal-content .nesteentity-item .item-actions{flex-shrink:0;inset:20px 20px auto auto;margin-left:20px;position:absolute}.popover-shell.nesteentity-editcollection-modal .popover-content .iw-themedmodal-content .nesteentity-item .item-actions button{height:32px;width:32px}.popover-shell.nesteentity-editcollection-modal .popover-content .iw-themedmodal-content .nesteentity-item .item-actions button i{display:flex;font-size:14px}.popover-shell.nesteentity-editcollection-modal .popover-content .iw-themedmodal-content button.add{display:flex;width:100%}.entityform .entityfield hr,.filters-popover .filter hr,.formpage .entityform .entityfield hr,.formpage hr{border:none;border-bottom:1px solid var(--grey-color-dark);margin:1.5em 0}.entityform .entityfield fieldset,.filters-popover .filter fieldset,.formpage .entityform .entityfield fieldset,.formpage fieldset{border:1px solid var(--grey-color)}.entityform .entityfield .child.indentleft,.filters-popover .filter .child.indentleft,.formpage .child.indentleft,.formpage .entityform .entityfield .child.indentleft{padding-left:22px}.entityform .entityfield .fieldbloc,.filters-popover .filter .fieldbloc,.formpage .entityform .entityfield .fieldbloc,.formpage .fieldbloc{margin:auto auto 1rem;padding:4px 0;position:relative}.entityform .entityfield .fieldbloc.no-margin-bottom,.filters-popover .filter .fieldbloc.no-margin-bottom,.formpage .entityform .entityfield .fieldbloc.no-margin-bottom,.formpage .fieldbloc.no-margin-bottom{margin-bottom:0}.entityform .entityfield .fieldbloc.child,.filters-popover .filter .fieldbloc.child,.formpage .entityform .entityfield .fieldbloc.child,.formpage .fieldbloc.child{padding-left:32px}.entityform .entityfield .fieldbloc .top-right,.filters-popover .filter .fieldbloc .top-right,.formpage .entityform .entityfield .fieldbloc .top-right,.formpage .fieldbloc .top-right{position:absolute;right:0;top:0}.entityform .entityfield .fieldbloc.i18ninput:has(.char-count),.filters-popover .filter .fieldbloc.i18ninput:has(.char-count),.formpage .entityform .entityfield .fieldbloc.i18ninput:has(.char-count),.formpage .fieldbloc.i18ninput:has(.char-count){margin-bottom:0}.entityform .entityfield .fieldbloc:has(.forcheckbox),.filters-popover .filter .fieldbloc:has(.forcheckbox),.formpage .entityform .entityfield .fieldbloc:has(.forcheckbox),.formpage .fieldbloc:has(.forcheckbox){display:flex;gap:.5rem}.entityform .entityfield .fieldbloc:has(.forcheckbox) .forcheckbox,.filters-popover .filter .fieldbloc:has(.forcheckbox) .forcheckbox,.formpage .entityform .entityfield .fieldbloc:has(.forcheckbox) .forcheckbox,.formpage .fieldbloc:has(.forcheckbox) .forcheckbox{transition:var(--animation);width:auto}.entityform .entityfield .fieldbloc:has(.forcheckbox) .forcheckbox:hover,.filters-popover .filter .fieldbloc:has(.forcheckbox) .forcheckbox:hover,.formpage .entityform .entityfield .fieldbloc:has(.forcheckbox) .forcheckbox:hover,.formpage .fieldbloc:has(.forcheckbox) .forcheckbox:hover{color:var(--primary-color)}.entityform .entityfield .i18ninput.multiple .i18ninput-bloc-wrapper,.filters-popover .filter .i18ninput.multiple .i18ninput-bloc-wrapper,.formpage .entityform .entityfield .i18ninput.multiple .i18ninput-bloc-wrapper,.formpage .i18ninput.multiple .i18ninput-bloc-wrapper{display:flex;flex:1;flex-flow:column nowrap}.entityform .entityfield .i18ninput.multiple .i18ninput-bloc-wrapper .i18ninput-bloc,.filters-popover .filter .i18ninput.multiple .i18ninput-bloc-wrapper .i18ninput-bloc,.formpage .entityform .entityfield .i18ninput.multiple .i18ninput-bloc-wrapper .i18ninput-bloc,.formpage .i18ninput.multiple .i18ninput-bloc-wrapper .i18ninput-bloc{margin-bottom:4px;width:100%}.entityform .entityfield .fieldlabel,.entityform .entityfield label:not(.i18nlabel),.filters-popover .filter .fieldlabel,.filters-popover .filter label:not(.i18nlabel),.formpage .entityform .entityfield .fieldlabel,.formpage .entityform .entityfield label:not(.i18nlabel),.formpage .fieldlabel,.formpage label:not(.i18nlabel){color:var(--text);display:block;font:500 1rem var(--headlinefont);opacity:1;text-align:left}.entityform .entityfield .fieldlabel.bold,.entityform .entityfield label:not(.i18nlabel).bold,.filters-popover .filter .fieldlabel.bold,.filters-popover .filter label:not(.i18nlabel).bold,.formpage .entityform .entityfield .fieldlabel.bold,.formpage .entityform .entityfield label:not(.i18nlabel).bold,.formpage .fieldlabel.bold,.formpage label:not(.i18nlabel).bold{font-weight:600}.entityform .entityfield .fieldlabel.soft,.entityform .entityfield label:not(.i18nlabel).soft,.filters-popover .filter .fieldlabel.soft,.filters-popover .filter label:not(.i18nlabel).soft,.formpage .entityform .entityfield .fieldlabel.soft,.formpage .entityform .entityfield label:not(.i18nlabel).soft,.formpage .fieldlabel.soft,.formpage label:not(.i18nlabel).soft{font-weight:700}.entityform .entityfield .fieldlabel.forcheckbox,.entityform .entityfield .fieldlabel.forradio,.entityform .entityfield label:not(.i18nlabel).forcheckbox,.entityform .entityfield label:not(.i18nlabel).forradio,.filters-popover .filter .fieldlabel.forcheckbox,.filters-popover .filter .fieldlabel.forradio,.filters-popover .filter label:not(.i18nlabel).forcheckbox,.filters-popover .filter label:not(.i18nlabel).forradio,.formpage .entityform .entityfield .fieldlabel.forcheckbox,.formpage .entityform .entityfield .fieldlabel.forradio,.formpage .entityform .entityfield label:not(.i18nlabel).forcheckbox,.formpage .entityform .entityfield label:not(.i18nlabel).forradio,.formpage .fieldlabel.forcheckbox,.formpage .fieldlabel.forradio,.formpage label:not(.i18nlabel).forcheckbox,.formpage label:not(.i18nlabel).forradio{align-items:center;cursor:pointer;display:flex;font-weight:400;height:100%;margin-bottom:0;width:100%}.entityform .entityfield .fieldlabel.forcheckbox.readonly,.entityform .entityfield label:not(.i18nlabel).forcheckbox.readonly,.filters-popover .filter .fieldlabel.forcheckbox.readonly,.filters-popover .filter label:not(.i18nlabel).forcheckbox.readonly,.formpage .entityform .entityfield .fieldlabel.forcheckbox.readonly,.formpage .entityform .entityfield label:not(.i18nlabel).forcheckbox.readonly,.formpage .fieldlabel.forcheckbox.readonly,.formpage label:not(.i18nlabel).forcheckbox.readonly{cursor:default!important}.entityform .entityfield .requiredmark,.filters-popover .filter .requiredmark,.formpage .entityform .entityfield .requiredmark,.formpage .requiredmark{color:var(--alert-red-color);font-size:1rem}.entityform .entityfield .pseudoinput,.entityform .entityfield input[type=email],.entityform .entityfield input[type=mail],.entityform .entityfield input[type=number],.entityform .entityfield input[type=password],.entityform .entityfield input[type=search],.entityform .entityfield input[type=tel],.entityform .entityfield input[type=text],.entityform .entityfield input[type=url],.entityform .entityfield select,.entityform .entityfield textarea,.filters-popover .filter .pseudoinput,.filters-popover .filter input[type=email],.filters-popover .filter input[type=mail],.filters-popover .filter input[type=number],.filters-popover .filter input[type=password],.filters-popover .filter input[type=search],.filters-popover .filter input[type=tel],.filters-popover .filter input[type=text],.filters-popover .filter input[type=url],.filters-popover .filter select,.filters-popover .filter textarea,.formpage .entityform .entityfield .pseudoinput,.formpage .entityform .entityfield input[type=email],.formpage .entityform .entityfield input[type=mail],.formpage .entityform .entityfield input[type=number],.formpage .entityform .entityfield input[type=password],.formpage .entityform .entityfield input[type=search],.formpage .entityform .entityfield input[type=tel],.formpage .entityform .entityfield input[type=text],.formpage .entityform .entityfield input[type=url],.formpage .entityform .entityfield select,.formpage .entityform .entityfield textarea,.formpage .pseudoinput,.formpage input[type=email],.formpage input[type=mail],.formpage input[type=number],.formpage input[type=password],.formpage input[type=search],.formpage input[type=tel],.formpage input[type=text],.formpage input[type=url],.formpage select,.formpage textarea{background-color:var(--bg-lightdark);border:1px solid var(--bg-lightdark);border-radius:var(--radius-small);box-sizing:border-box;color:var(--text);font-family:var(--basefont);font-size:1rem;min-height:28px;overflow:auto;padding:.5rem;transition:var(--animation)}.entityform .entityfield .pseudoinput:focus:not([readonly]),.entityform .entityfield input[type=email]:focus:not([readonly]),.entityform .entityfield input[type=mail]:focus:not([readonly]),.entityform .entityfield input[type=number]:focus:not([readonly]),.entityform .entityfield input[type=password]:focus:not([readonly]),.entityform .entityfield input[type=search]:focus:not([readonly]),.entityform .entityfield input[type=tel]:focus:not([readonly]),.entityform .entityfield input[type=text]:focus:not([readonly]),.entityform .entityfield input[type=url]:focus:not([readonly]),.entityform .entityfield select:focus:not([readonly]),.entityform .entityfield textarea:focus:not([readonly]),.filters-popover .filter .pseudoinput:focus:not([readonly]),.filters-popover .filter input[type=email]:focus:not([readonly]),.filters-popover .filter input[type=mail]:focus:not([readonly]),.filters-popover .filter input[type=number]:focus:not([readonly]),.filters-popover .filter input[type=password]:focus:not([readonly]),.filters-popover .filter input[type=search]:focus:not([readonly]),.filters-popover .filter input[type=tel]:focus:not([readonly]),.filters-popover .filter input[type=text]:focus:not([readonly]),.filters-popover .filter input[type=url]:focus:not([readonly]),.filters-popover .filter select:focus:not([readonly]),.filters-popover .filter textarea:focus:not([readonly]),.formpage .entityform .entityfield .pseudoinput:focus:not([readonly]),.formpage .entityform .entityfield input[type=email]:focus:not([readonly]),.formpage .entityform .entityfield input[type=mail]:focus:not([readonly]),.formpage .entityform .entityfield input[type=number]:focus:not([readonly]),.formpage .entityform .entityfield input[type=password]:focus:not([readonly]),.formpage .entityform .entityfield input[type=search]:focus:not([readonly]),.formpage .entityform .entityfield input[type=tel]:focus:not([readonly]),.formpage .entityform .entityfield input[type=text]:focus:not([readonly]),.formpage .entityform .entityfield input[type=url]:focus:not([readonly]),.formpage .entityform .entityfield select:focus:not([readonly]),.formpage .entityform .entityfield textarea:focus:not([readonly]),.formpage .pseudoinput:focus:not([readonly]),.formpage input[type=email]:focus:not([readonly]),.formpage input[type=mail]:focus:not([readonly]),.formpage input[type=number]:focus:not([readonly]),.formpage input[type=password]:focus:not([readonly]),.formpage input[type=search]:focus:not([readonly]),.formpage input[type=tel]:focus:not([readonly]),.formpage input[type=text]:focus:not([readonly]),.formpage input[type=url]:focus:not([readonly]),.formpage select:focus:not([readonly]),.formpage textarea:focus:not([readonly]){border-color:var(--comment)}.entityform .entityfield input[type=email],.entityform .entityfield input[type=mail],.entityform .entityfield input[type=number],.entityform .entityfield input[type=password],.entityform .entityfield input[type=search],.entityform .entityfield input[type=tel],.entityform .entityfield input[type=text],.entityform .entityfield input[type=url],.entityform .entityfield select,.entityform .entityfield textarea,.filters-popover .filter input[type=email],.filters-popover .filter input[type=mail],.filters-popover .filter input[type=number],.filters-popover .filter input[type=password],.filters-popover .filter input[type=search],.filters-popover .filter input[type=tel],.filters-popover .filter input[type=text],.filters-popover .filter input[type=url],.filters-popover .filter select,.filters-popover .filter textarea,.formpage .entityform .entityfield input[type=email],.formpage .entityform .entityfield input[type=mail],.formpage .entityform .entityfield input[type=number],.formpage .entityform .entityfield input[type=password],.formpage .entityform .entityfield input[type=search],.formpage .entityform .entityfield input[type=tel],.formpage .entityform .entityfield input[type=text],.formpage .entityform .entityfield input[type=url],.formpage .entityform .entityfield select,.formpage .entityform .entityfield textarea,.formpage input[type=email],.formpage input[type=mail],.formpage input[type=number],.formpage input[type=password],.formpage input[type=search],.formpage input[type=tel],.formpage input[type=text],.formpage input[type=url],.formpage select,.formpage textarea{max-width:100%;width:100%}.entityform .entityfield input[type=email][disabled],.entityform .entityfield input[type=mail][disabled],.entityform .entityfield input[type=number][disabled],.entityform .entityfield input[type=password][disabled],.entityform .entityfield input[type=search][disabled],.entityform .entityfield input[type=tel][disabled],.entityform .entityfield input[type=text][disabled],.entityform .entityfield input[type=url][disabled],.entityform .entityfield select[disabled],.entityform .entityfield textarea[disabled],.filters-popover .filter input[type=email][disabled],.filters-popover .filter input[type=mail][disabled],.filters-popover .filter input[type=number][disabled],.filters-popover .filter input[type=password][disabled],.filters-popover .filter input[type=search][disabled],.filters-popover .filter input[type=tel][disabled],.filters-popover .filter input[type=text][disabled],.filters-popover .filter input[type=url][disabled],.filters-popover .filter select[disabled],.filters-popover .filter textarea[disabled],.formpage .entityform .entityfield input[type=email][disabled],.formpage .entityform .entityfield input[type=mail][disabled],.formpage .entityform .entityfield input[type=number][disabled],.formpage .entityform .entityfield input[type=password][disabled],.formpage .entityform .entityfield input[type=search][disabled],.formpage .entityform .entityfield input[type=tel][disabled],.formpage .entityform .entityfield input[type=text][disabled],.formpage .entityform .entityfield input[type=url][disabled],.formpage .entityform .entityfield select[disabled],.formpage .entityform .entityfield textarea[disabled],.formpage input[type=email][disabled],.formpage input[type=mail][disabled],.formpage input[type=number][disabled],.formpage input[type=password][disabled],.formpage input[type=search][disabled],.formpage input[type=tel][disabled],.formpage input[type=text][disabled],.formpage input[type=url][disabled],.formpage select[disabled],.formpage textarea[disabled]{opacity:.7}.entityform .entityfield .placeholdertext,.filters-popover .filter .placeholdertext,.formpage .entityform .entityfield .placeholdertext,.formpage .placeholdertext{opacity:.4}.entityform .entityfield textarea,.filters-popover .filter textarea,.formpage .entityform .entityfield textarea,.formpage textarea{background-color:var(--bg-lightdark);border-color:var(--bg-lightdark);border-radius:var(--radius-small);color:var(--text);height:80px;resize:vertical;transition-delay:0s;transition-duration:.3s;transition-property:border-color,background-color;transition-timing-function:ease;-webkit-overflow-scrolling:touch}.entityform .entityfield textarea::-webkit-scrollbar,.filters-popover .filter textarea::-webkit-scrollbar,.formpage .entityform .entityfield textarea::-webkit-scrollbar,.formpage textarea::-webkit-scrollbar{height:10px;width:10px}.entityform .entityfield textarea::-webkit-scrollbar-track,.filters-popover .filter textarea::-webkit-scrollbar-track,.formpage .entityform .entityfield textarea::-webkit-scrollbar-track,.formpage textarea::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.entityform .entityfield textarea::-webkit-scrollbar-thumb,.filters-popover .filter textarea::-webkit-scrollbar-thumb,.formpage .entityform .entityfield textarea::-webkit-scrollbar-thumb,.formpage textarea::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.entityform .entityfield textarea::-webkit-scrollbar-thumb:hover,.filters-popover .filter textarea::-webkit-scrollbar-thumb:hover,.formpage .entityform .entityfield textarea::-webkit-scrollbar-thumb:hover,.formpage textarea::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.entityform .entityfield textarea::-webkit-scrollbar-corner,.filters-popover .filter textarea::-webkit-scrollbar-corner,.formpage .entityform .entityfield textarea::-webkit-scrollbar-corner,.formpage textarea::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.entityform .entityfield textarea:focus:not([readonly]),.entityform .entityfield textarea:hover:not([readonly]),.filters-popover .filter textarea:focus:not([readonly]),.filters-popover .filter textarea:hover:not([readonly]),.formpage .entityform .entityfield textarea:focus:not([readonly]),.formpage .entityform .entityfield textarea:hover:not([readonly]),.formpage textarea:focus:not([readonly]),.formpage textarea:hover:not([readonly]){border-color:var(--comment)}.entityform .entityfield.has-error input[type=email]:focus,.entityform .entityfield.has-error input[type=mail]:focus,.entityform .entityfield.has-error input[type=number]:focus,.entityform .entityfield.has-error input[type=password]:focus,.entityform .entityfield.has-error input[type=search]:focus,.entityform .entityfield.has-error input[type=tel]:focus,.entityform .entityfield.has-error input[type=text]:focus,.entityform .entityfield.has-error input[type=url]:focus,.entityform .entityfield.has-error textarea:focus,.filters-popover .filter.has-error input[type=email]:focus,.filters-popover .filter.has-error input[type=mail]:focus,.filters-popover .filter.has-error input[type=number]:focus,.filters-popover .filter.has-error input[type=password]:focus,.filters-popover .filter.has-error input[type=search]:focus,.filters-popover .filter.has-error input[type=tel]:focus,.filters-popover .filter.has-error input[type=text]:focus,.filters-popover .filter.has-error input[type=url]:focus,.filters-popover .filter.has-error textarea:focus,.formpage .entityform .entityfield.has-error input[type=email]:focus,.formpage .entityform .entityfield.has-error input[type=mail]:focus,.formpage .entityform .entityfield.has-error input[type=number]:focus,.formpage .entityform .entityfield.has-error input[type=password]:focus,.formpage .entityform .entityfield.has-error input[type=search]:focus,.formpage .entityform .entityfield.has-error input[type=tel]:focus,.formpage .entityform .entityfield.has-error input[type=text]:focus,.formpage .entityform .entityfield.has-error input[type=url]:focus,.formpage .entityform .entityfield.has-error textarea:focus,.formpage.has-error input[type=email]:focus,.formpage.has-error input[type=mail]:focus,.formpage.has-error input[type=number]:focus,.formpage.has-error input[type=password]:focus,.formpage.has-error input[type=search]:focus,.formpage.has-error input[type=tel]:focus,.formpage.has-error input[type=text]:focus,.formpage.has-error input[type=url]:focus,.formpage.has-error textarea:focus{border-color:red}.entityform .entityfield .togglefield,.filters-popover .filter .togglefield,.formpage .entityform .entityfield .togglefield,.formpage .togglefield{align-items:center;display:flex;gap:10px}.entityform .entityfield .togglefield>.label,.entityform .entityfield .togglefield>.label>label,.entityform .entityfield .togglefield>label,.filters-popover .filter .togglefield>.label,.filters-popover .filter .togglefield>.label>label,.filters-popover .filter .togglefield>label,.formpage .entityform .entityfield .togglefield>.label,.formpage .entityform .entityfield .togglefield>.label>label,.formpage .entityform .entityfield .togglefield>label,.formpage .togglefield>.label,.formpage .togglefield>.label>label,.formpage .togglefield>label{flex-grow:1;font-size:1rem;margin-bottom:0;margin-right:16px}.entityform .entityfield .togglefield>.onofftoggle,.entityform .entityfield .togglefield>.toggleswitch,.filters-popover .filter .togglefield>.onofftoggle,.filters-popover .filter .togglefield>.toggleswitch,.formpage .entityform .entityfield .togglefield>.onofftoggle,.formpage .entityform .entityfield .togglefield>.toggleswitch,.formpage .togglefield>.onofftoggle,.formpage .togglefield>.toggleswitch{flex-shrink:0;font-family:var(--headlinefont);order:-1}.entityform .entityfield .togglefield>.onofftoggle:not(:hover):not(.checked),.entityform .entityfield .togglefield>.toggleswitch:not(:hover):not(.checked),.filters-popover .filter .togglefield>.onofftoggle:not(:hover):not(.checked),.filters-popover .filter .togglefield>.toggleswitch:not(:hover):not(.checked),.formpage .entityform .entityfield .togglefield>.onofftoggle:not(:hover):not(.checked),.formpage .entityform .entityfield .togglefield>.toggleswitch:not(:hover):not(.checked),.formpage .togglefield>.onofftoggle:not(:hover):not(.checked),.formpage .togglefield>.toggleswitch:not(:hover):not(.checked){background-color:var(--comment)}.entityform .entityfield .togglefield>.onofftoggle:hover:not(.checked),.entityform .entityfield .togglefield>.toggleswitch:hover:not(.checked),.filters-popover .filter .togglefield>.onofftoggle:hover:not(.checked),.filters-popover .filter .togglefield>.toggleswitch:hover:not(.checked),.formpage .entityform .entityfield .togglefield>.onofftoggle:hover:not(.checked),.formpage .entityform .entityfield .togglefield>.toggleswitch:hover:not(.checked),.formpage .togglefield>.onofftoggle:hover:not(.checked),.formpage .togglefield>.toggleswitch:hover:not(.checked){background-color:var(--blue)}.entityform .entityfield .field-desc,.filters-popover .filter .field-desc,.formpage .entityform .entityfield .field-desc,.formpage .field-desc{color:var(--comment);font-size:var(--text-size-smaller);margin-bottom:.5rem}.entityform .entityfield .hflex,.filters-popover .filter .hflex,.formpage .entityform .entityfield .hflex,.formpage .hflex{align-items:center;display:flex;flex-flow:row nowrap}.entityform .entityfield .hflex.wrap,.filters-popover .filter .hflex.wrap,.formpage .entityform .entityfield .hflex.wrap,.formpage .hflex.wrap{flex-flow:row wrap}.entityform .entityfield .hflex .stretch,.filters-popover .filter .hflex .stretch,.formpage .entityform .entityfield .hflex .stretch,.formpage .hflex .stretch{flex-grow:1}.entityform .entityfield .pseudoinput.multiselect,.filters-popover .filter .pseudoinput.multiselect,.formpage .entityform .entityfield .pseudoinput.multiselect,.formpage .pseudoinput.multiselect{min-height:28px;padding:2px}.entityform .entityfield .pseudoinput.multiselect .placeholdertext,.filters-popover .filter .pseudoinput.multiselect .placeholdertext,.formpage .entityform .entityfield .pseudoinput.multiselect .placeholdertext,.formpage .pseudoinput.multiselect .placeholdertext{line-height:20px;padding-left:6px}.entityform .entityfield .pseudoinput .tagitem,.filters-popover .filter .pseudoinput .tagitem,.formpage .entityform .entityfield .pseudoinput .tagitem,.formpage .pseudoinput .tagitem{align-items:center;background-color:#f0f0f0;display:inline-flex;margin:2px;max-width:100%;padding:2px 8px}.entityform .entityfield .pseudoinput .tagitem .title,.filters-popover .filter .pseudoinput .tagitem .title,.formpage .entityform .entityfield .pseudoinput .tagitem .title,.formpage .pseudoinput .tagitem .title{max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entityform .entityfield .pseudoinput .tagitem .btnremove,.filters-popover .filter .pseudoinput .tagitem .btnremove,.formpage .entityform .entityfield .pseudoinput .tagitem .btnremove,.formpage .pseudoinput .tagitem .btnremove{background-color:transparent;border:none;flex-shrink:0;font-size:.9em;height:auto;line-height:1;margin-left:4px;padding:4px}.entityform .entityfield fieldset,.filters-popover .filter fieldset,.formpage .entityform .entityfield fieldset,.formpage fieldset{border:1px solid #eee}.entityform .entityfield fieldset legend,.filters-popover .filter fieldset legend,.formpage .entityform .entityfield fieldset legend,.formpage fieldset legend{color:var(--primary-color);text-transform:uppercase}.entityform .entityfield .child.indentleft,.filters-popover .filter .child.indentleft,.formpage .child.indentleft,.formpage .entityform .entityfield .child.indentleft{padding-left:32px}.entityform .entityfield .fieldbloc-desc,.filters-popover .filter .fieldbloc-desc,.formpage .entityform .entityfield .fieldbloc-desc,.formpage .fieldbloc-desc{margin-bottom:.8em}.entityform .entityfield .entityform .entityfield,.filters-popover .filter .entityform .entityfield,.formpage .entityform .entityfield,.formpage .entityform .entityfield .entityform .entityfield{margin-bottom:12px}.entityform .entityfield .i18ninput.multiple div.withlnglabel:nth-child(odd),.filters-popover .filter .i18ninput.multiple div.withlnglabel:nth-child(odd),.formpage .entityform .entityfield .i18ninput.multiple div.withlnglabel:nth-child(odd),.formpage .i18ninput.multiple div.withlnglabel:nth-child(odd){margin-right:20px;width:calc(50% - 20px)}.entityform .entityfield.dark,.filters-popover .filter.dark,.formpage .entityform .entityfield.dark,.formpage.dark{background-color:#26252b}.entityform .entityfield.dark .fieldlabel,.entityform .entityfield.dark label:not(.i18nlabel),.filters-popover .filter.dark .fieldlabel,.filters-popover .filter.dark label:not(.i18nlabel),.formpage .entityform .entityfield.dark .fieldlabel,.formpage .entityform .entityfield.dark label:not(.i18nlabel),.formpage.dark .fieldlabel,.formpage.dark label:not(.i18nlabel){color:#aaa}.entityform .entityfield.dark .pseudoinput,.entityform .entityfield.dark input[type=email],.entityform .entityfield.dark input[type=mail],.entityform .entityfield.dark input[type=number],.entityform .entityfield.dark input[type=password],.entityform .entityfield.dark input[type=search],.entityform .entityfield.dark input[type=tel],.entityform .entityfield.dark input[type=text],.entityform .entityfield.dark input[type=url],.entityform .entityfield.dark select,.entityform .entityfield.dark textarea,.filters-popover .filter.dark .pseudoinput,.filters-popover .filter.dark input[type=email],.filters-popover .filter.dark input[type=mail],.filters-popover .filter.dark input[type=number],.filters-popover .filter.dark input[type=password],.filters-popover .filter.dark input[type=search],.filters-popover .filter.dark input[type=tel],.filters-popover .filter.dark input[type=text],.filters-popover .filter.dark input[type=url],.filters-popover .filter.dark select,.filters-popover .filter.dark textarea,.formpage .entityform .entityfield.dark .pseudoinput,.formpage .entityform .entityfield.dark input[type=email],.formpage .entityform .entityfield.dark input[type=mail],.formpage .entityform .entityfield.dark input[type=number],.formpage .entityform .entityfield.dark input[type=password],.formpage .entityform .entityfield.dark input[type=search],.formpage .entityform .entityfield.dark input[type=tel],.formpage .entityform .entityfield.dark input[type=text],.formpage .entityform .entityfield.dark input[type=url],.formpage .entityform .entityfield.dark select,.formpage .entityform .entityfield.dark textarea,.formpage.dark .pseudoinput,.formpage.dark input[type=email],.formpage.dark input[type=mail],.formpage.dark input[type=number],.formpage.dark input[type=password],.formpage.dark input[type=search],.formpage.dark input[type=tel],.formpage.dark input[type=text],.formpage.dark input[type=url],.formpage.dark select,.formpage.dark textarea{background-color:transparent;border:1px solid #666;color:var(--white-color)}.entityform .entityfield.dark>footer,.filters-popover .filter.dark>footer,.formpage .entityform .entityfield.dark>footer,.formpage.dark>footer{background-color:#26252b;border-top:1px solid #444}.entityform .entityfield.dark>footer button,.filters-popover .filter.dark>footer button,.formpage .entityform .entityfield.dark>footer button,.formpage.dark>footer button{color:var(--grey-color-dark)}.entityform .entityfield.dark>footer button:hover,.filters-popover .filter.dark>footer button:hover,.formpage .entityform .entityfield.dark>footer button:hover,.formpage.dark>footer button:hover{background-color:#3e3d46}.entityform .entityfield.dark .pseudoinput .tagitem,.filters-popover .filter.dark .pseudoinput .tagitem,.formpage .entityform .entityfield.dark .pseudoinput .tagitem,.formpage.dark .pseudoinput .tagitem{background-color:#3e3d46;color:var(--white-color)}.fielddetaileditor .assignform .table-wrapper-small{background-color:var(--bg-darkest);border-radius:var(--radius-big);height:20rem;padding:12px 30px}.fielddetaileditor .assignform .table-wrapper-small table{width:100%}.fielddetaileditor .assignform .table-wrapper-small .item-toolbar{right:4px;top:auto}.assignform .table-wrapper table{width:100%}.assignform .table-wrapper .item-toolbar{right:4px;top:auto}.eventtheme .item-toolbar,.item-toolbar{background-color:var(--comment);border-radius:17px;color:var(--white-color);height:34px;overflow:hidden;position:absolute;right:-16px;top:-16px}.eventtheme .item-toolbar.transparent,.item-toolbar.transparent{background-color:transparent;color:inherit}.eventtheme .item-toolbar.squared,.item-toolbar.squared{border-radius:0}.eventtheme .item-toolbar button,.item-toolbar button{background-color:transparent;border-radius:0;color:inherit;height:34px;line-height:38px;min-width:0;padding:0;text-align:center;width:34px}.eventtheme .item-toolbar button:hover:not(:disabled),.item-toolbar button:hover:not(:disabled){background-color:#81818c}.eventtheme .item-toolbar button:not(:first-child),.item-toolbar button:not(:first-child){border-left:1px solid #888}.eventtheme .item-toolbar button i,.item-toolbar button i{align-items:center;display:inline-flex;font-size:10pt;height:15px;justify-content:center;width:15px}.customstyleseditor{display:flex;flex-direction:column}.customstyleseditor .fieldbloc{margin:0;max-width:none}.customstyleseditor .fieldbloc+.fieldbloc{display:flex;flex:1;flex-direction:column}.customstyleseditor .fieldbloc+.fieldbloc textarea{flex:1;max-height:none;resize:none}.formpage .nopadding,.nopadding{padding:0}.fullsize{height:100%;width:100%}.colorpickermodalcontent .toolbar{background-color:var(--white-color);display:flex;justify-content:space-around}.colorpickermodalcontent .toolbar a{color:var(--comment);font-family:var(--headlinefont);font-size:var(--text-size-smaller)}.colorpickermodalcontent .toolbar a:hover{color:var(--text)}.colorpickermodalcontent .actions{background-color:var(--white-color)}@media screen and (max-width:768px){body,html{font-size:14px}.formpage>section{padding:12px}}.ai-textarea .ai-tools-button:not(:disabled),.ai-textinput .ai-tools-button:not(:disabled),.assetitem-actions .ai-tools-button:not(:disabled){aspect-ratio:1;color:var(--comment);height:100%;transition:var(--animation);width:32px}.ai-textarea .ai-tools-button:not(:disabled):hover,.ai-textinput .ai-tools-button:not(:disabled):hover,.assetitem-actions .ai-tools-button:not(:disabled):hover{background-color:var(--comment);border-color:var(--comment);color:var(--white-color)}.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items{margin:0}.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items .sources{display:flex;flex-flow:column nowrap;gap:.5rem;padding:10px}.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items .sources .asset-source-picker-item{align-items:center;background-color:var(--bg-dark);border:2px solid var(--bg-dark);color:var(--text);font:600 var(--text-size-smaller) var(--headlinefont);gap:.5rem;justify-content:flex-start;padding:.5rem 1rem;width:100%}.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items .sources .asset-source-picker-item .icon{color:var(--comment);display:flex;font-size:20px;margin:0}.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items .sources .asset-source-picker-item:focus,.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items .sources .asset-source-picker-item:hover{background-color:var(--bg-lightdark);border-color:var(--bg-borders)}.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items .sources .asset-source-picker-item:focus .icon,.popover-wrapper .popover-shell.asset-source-picker-popover .popover-content .asset-source-picker .asset-source-picker-items .sources .asset-source-picker-item:hover .icon{color:var(--primary-color)}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools{display:flex;flex-flow:column nowrap;gap:.5rem;padding:10px}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section{margin:0;padding:0}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section h4{color:var(--text);font:600 var(--text-size-small) var(--headlinefont);margin-bottom:.5rem}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section .ai-text-tools-section-items{display:flex;flex-flow:column nowrap;gap:.5rem}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section .ai-text-tools-section-items:last-child{margin-bottom:0}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section .ai-text-tools-section-items .ai-text-tools-section-item{align-items:center;background-color:var(--bg-dark);border:0;color:var(--text);display:flex;font:500 var(--text-size-smaller) var(--headlinefont);gap:.5rem;justify-content:flex-start;margin:0;padding:.5rem 1rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section .ai-text-tools-section-items .ai-text-tools-section-item>.text{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section .ai-text-tools-section-items .ai-text-tools-section-item i{margin:0}.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section .ai-text-tools-section-items .ai-text-tools-section-item:focus:not(.disabled),.popover-wrapper .popover-shell.ai-text-tools-popover .popover-content .ai-text-tools .ai-text-tools-section .ai-text-tools-section-items .ai-text-tools-section-item:hover:not(.disabled){background-color:var(--bg-darkest-hover);color:var(--primary-color)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>header{align-items:center;padding:10px}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>header .title{color:var(--text);font:700 var(--h2FontSize) var(--headlinefont);margin-bottom:0}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>header .close{transition:var(--animation)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>header .close a{color:var(--text);font:600 var(--text-size-smaller) var(--headlinefont)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>header .close:focus,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>header .close:hover{scale:1.1}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer{padding:10px}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button{aspect-ratio:1;color:var(--comment);height:100%}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button i{transition:var(--animation)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button:focus,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button:hover{background-color:var(--bg-dark);border-color:var(--bg-dark);color:var(--primary-color)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button:focus i,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button:hover i{scale:1.25}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button[disabled]{background-color:var(--comment);border-color:var(--comment);color:var(--white-color);cursor:not-allowed}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer button[disabled] i{scale:1}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea{background-color:var(--bg-dark);border:1px solid var(--bg-dark);padding:.5rem 1rem;transition:var(--animation);-webkit-overflow-scrolling:touch}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea::-webkit-scrollbar{height:10px;width:10px}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea:focus,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat>footer textarea:hover{border-color:var(--comment)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages{background-color:var(--bg-darkest);color:var(--text);-webkit-overflow-scrolling:touch}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages::-webkit-scrollbar{height:10px;width:10px}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message{border-radius:var(--radius-big);color:var(--text);padding:1rem 1.5rem}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message p{margin-block:0 .5rem}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message p:only-child{margin:0}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkreply{border-radius:var(--radius-small);padding:10px}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkreply code[class*=language-inwink]{background:none}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkimagegen .loaderindicator{background-color:var(--bg-darker);border-radius:var(--radius-small);padding:10px}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkimagegen .image,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkimagegen img{border-radius:var(--radius-small);display:flex;-o-object-fit:cover;object-fit:cover;width:100%}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkimagegen .toolbar button,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkreply .toolbar button{background-color:var(--bg-darkest);border-color:var(--bg-darkest);font:600 var(--text-size-smaller) var(--headlinefont);height:auto;padding:.25rem 1rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkimagegen .toolbar button:hover,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwinkreply .toolbar button:hover{background-color:var(--primary-color);border-color:var(--primary-color)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions{display:flex;flex-flow:column nowrap;gap:.5rem}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions label{font:500 var(--text-size-smallest) var(--headlinefont);margin:0}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions .inwink-suggestions-items{display:flex;flex-flow:column nowrap;gap:.5rem}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions .inwink-suggestions-items .inwink-suggestion{margin:0;padding:.5rem 1rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions .inwink-suggestions-items .inwink-suggestion:not(.selected){border-color:var(--bg-borders)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions .inwink-suggestions-items .inwink-suggestion.selected{color:var(--primary-color)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions .inwink-suggestions-items .inwink-suggestion:focus,.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper .message .inwink-suggestions .inwink-suggestions-items .inwink-suggestion:hover{background-color:var(--bg-darkest-hover);color:var(--primary-color)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper.from-assistant .message{background-color:var(--bg-dark)}.popover-wrapper .popover-shell.ai-tools-chat-popover .ai-tools-chat .messages .message-wrapper.from-user .message{background-color:var(--blue);color:var(--white-color)}.popover-wrapper .popover-shell.ai-image-tools-options-popover .ai-image-tools-options{padding:10px}.popover-wrapper .popover-shell.ai-image-tools-options-popover .ai-image-tools-options h3{color:var(--text);margin-bottom:.5rem}.popover-wrapper .popover-shell.ai-image-tools-options-popover .ai-image-tools-options .ai-image-tools-format{align-items:center;background-color:var(--bg-darkest);border-radius:var(--radius-small);padding:10px 20px}.popover-wrapper .popover-shell.ai-image-tools-options-popover .ai-image-tools-options .ai-image-tools-format .image-format .format-item{background-color:var(--bg-dark);border-color:transparent;border-radius:var(--radius-small);transition:var(--animation)}.popover-wrapper .popover-shell.ai-image-tools-options-popover .ai-image-tools-options .ai-image-tools-format .image-format .format-item i{color:var(--comment);font-size:20px;transition:var(--animation)}.popover-wrapper .popover-shell.ai-image-tools-options-popover .ai-image-tools-options .ai-image-tools-format .image-format:hover .format-item{border-color:var(--comment)}.popover-wrapper .popover-shell.ai-image-tools-options-popover .ai-image-tools-options .ai-image-tools-format .image-format:hover .format-item i{color:var(--text);scale:1.2}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent{padding:10px}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate{background-color:var(--bg-darker);border:0;color:var(--text);gap:10px}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate>h3{font:700 var(--text-size-big) var(--headlinefont);margin:0;padding:0}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items{background:var(--bg-darkest);border-radius:var(--radius-small);display:flex;flex-flow:column nowrap;gap:10px;padding:10px}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item{background-color:var(--bg-dark);border:2px solid var(--bg-dark);border-radius:var(--radius-small);gap:10px;margin:0;min-height:60px;padding:.5rem 1rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item .title{font:600 var(--text-size-small) var(--headlinefont);margin:0}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item .summary{color:var(--comment);font:500 var(--text-size-smaller) var(--headlinefont)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item i{align-items:center;background-color:var(--bg-darkest);border-radius:50%;color:var(--comment);display:flex;font-size:14px;height:30px;justify-content:center;margin:0;transition:var(--animation);width:30px}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item.clickable:focus,.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item.clickable:hover{background-color:var(--bg-lightdark);border-color:var(--bg-borders);color:var(--primary-color)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item.clickable:focus i,.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-picktemplate .ai-newcontent-picktemplate-items .template-item.clickable:hover i{background-color:var(--primary-color);color:var(--white-color)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject{background-color:var(--bg-darkest);border:0;gap:10px;padding:10px}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject>h3{color:var(--text);font:700 var(--text-size-normal) var(--headlinefont);margin:0;padding:0}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items{display:flex;flex-flow:column nowrap;gap:.5rem;padding:0 .5rem 0 0}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item{background-color:var(--bg-dark);border:2px solid var(--bg-dark);gap:10px;margin:0;padding:.5rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item .project-icon{align-items:center;background-color:var(--bg-darkest);border-radius:50%;color:var(--comment);display:flex;font-size:12px;height:30px;justify-content:center;margin:0;transition:var(--animation);width:30px}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item .title{color:var(--text);font:500 var(--text-size-smaller) var(--headlinefont);margin:0;transition:var(--animation)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item>button.asyncbtn{color:var(--comment)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item>button.asyncbtn:focus,.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item>button.asyncbtn:hover{scale:1.25}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item.clickable:focus,.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item.clickable:hover{background-color:var(--bg-lightdark);border-color:var(--bg-borders)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item.clickable:focus .project-icon,.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item.clickable:hover .project-icon{background-color:var(--primary-color);color:var(--white-color)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item.clickable:focus .title,.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject .ai-newcontent-pickproject-items .project-item.clickable:hover .title{color:var(--primary-color)}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent .ai-newcontent-pickproject [data-trad="aicontentgenerator.newcontent.noproject"]{color:var(--comment);display:block;font:500 var(--text-size-small) var(--headlinefont);text-align:center;text-wrap:balance}.popover-wrapper .popover-shell.ai-newcontent-modal .ai-newcontent.picker.hideProjects{padding:10px}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview{background-color:var(--bg-darkest)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>header{align-items:center;background-color:var(--bg-darker);display:flex;font:600 var(--text-size-small) var(--headlinefont);gap:10px;padding:20px}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>header i{align-items:center;display:flex}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>header a{color:var(--text);transition:var(--animation)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>header a:hover{color:var(--primary-color)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section{background-color:var(--bg-darkest);padding:10px 20px}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent{border-radius:var(--radius-small);color:var(--text)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent img{border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent a{color:var(--text);transition:var(--animation)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent a:hover{color:var(--primary-color)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent code{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent pre{background-color:var(--bg-dark);border-radius:var(--radius-small);overflow:auto;padding:10px;-webkit-overflow-scrolling:touch}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent pre::-webkit-scrollbar{height:10px;width:10px}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent pre::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent pre::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent pre::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-wrapper .popover-shell.ai-content-generator-pagepreview .popover-content .pagepreview>section .pagecontent pre::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal{padding:20px}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit{display:flex;flex-flow:column nowrap;padding:0}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc{background-color:var(--bg-darkest);border-radius:var(--radius-small) var(--radius-small) 0 0;margin:0;padding:10px 20px}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc:first-of-type{padding-top:20px}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc:nth-last-child(2){border-radius:0 0 var(--radius-small) var(--radius-small);padding-bottom:20px}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc:nth-last-child(2) .keywords{gap:.5rem}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc:nth-last-child(2) .keywords .itemval{background-color:var(--bg-dark);color:var(--comment);font:500 var(--text-size-smaller) var(--headlinefont);gap:.5rem;margin:0;padding:.25rem .5rem .25rem 1rem}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc:nth-last-child(2) .keywords .itemval .iconbtn{border-radius:50%;margin:0}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc:nth-last-child(2) .keywords .itemval .iconbtn i{align-items:center;display:flex;font-size:12px;justify-content:center}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc:nth-last-child(2) .keywords .itemval .iconbtn:hover{background-color:var(--comment);color:var(--white-color)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc label{color:var(--text);font:500 var(--text-size-small) var(--headlinefont)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc input,.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc select,.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea{background-color:var(--bg-lightdark);border:1px solid var(--bg-lightdark);padding:.5rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc input:focus,.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc input:hover,.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc select:focus,.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc select:hover,.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea:focus,.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea:hover{border-color:var(--comment)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea{min-height:80px;resize:vertical;-webkit-overflow-scrolling:touch}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea::-webkit-scrollbar{height:10px;width:10px}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .fieldbloc textarea::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.ai-content-generator-outlineitemedit-popover .popover-modal .outline-item-edit .actions{background-color:var(--bg-darker);padding-top:20px}.popover-wrapper .popover-shell.missing-ai-licence-popover .missing-ai-licence{background-color:var(--bg-darkest);color:var(--text);font:500 var(--text-size-smaller) var(--headlinefont);padding:20px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor{gap:10px;padding:10px 20px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>header{padding:0}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>header h2{color:var(--text);font:700 var(--text-size-big) var(--headlinefont);margin:0}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>header button{background-color:transparent;color:var(--comment);padding:0}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>header button i{font-size:2rem}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>header button:hover{color:var(--text)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section{background-color:var(--bg-darkest);border-radius:var(--radius-small);gap:10px;overflow:hidden auto;padding:20px;-webkit-overflow-scrolling:touch}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section::-webkit-scrollbar{height:10px;width:10px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section::-webkit-scrollbar-track{background-color:var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section::-webkit-scrollbar-thumb{background-color:var(--comment);border:2px solid var(--bg-dark);border-radius:var(--radius-big)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section::-webkit-scrollbar-thumb:hover{background-color:var(--text-light)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section::-webkit-scrollbar-corner{background-color:var(--bg-dark);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .loaderindicator-content{background-color:var(--bg-dark);border-radius:var(--radius-small);color:var(--comment);font:500 var(--text-size-big) var(--headlinefont);padding:20px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer{gap:10px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer .transcript{border-radius:var(--radius-small);display:flex;flex-flow:column nowrap;gap:2px;padding-right:4px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer .transcript .transcript-item{background-color:var(--bg-dark);border:1px solid var(--bg-dark);color:var(--text);display:flex;flex-flow:row wrap;transition:var(--animation)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer .transcript .transcript-item.selected,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer .transcript .transcript-item:focus,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer .transcript .transcript-item:hover{background-color:var(--bg-darkest-hover);border:1px solid var(--comment);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer .transcript .transcript-item .speaker{font:600 var(--text-size-smaller) var(--headlinefont);opacity:1;order:-1}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .videoplayer .transcript .transcript-item .text{order:1;width:100%}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel{gap:10px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers{background-color:var(--bg-dark);border:0;color:var(--text);padding:10px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item h3,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages h3,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers h3{font:600 var(--text-size-small) var(--headlinefont);margin:0;padding:0}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item h3+button,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages h3+button,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers h3+button{margin-bottom:10px;padding:0}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item h3+button:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages h3+button:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers h3+button:hover{color:var(--primary-color)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item .speakers-list-items,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages .speakers-list-items,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers .speakers-list-items{display:flex;flex-flow:column nowrap;gap:.25rem;padding:0}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item .speakers-list-items .speaker-item,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages .speakers-list-items .speaker-item,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers .speakers-list-items .speaker-item{gap:.5rem;margin:0}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section{display:flex;flex-flow:column nowrap;gap:.5rem;padding:10px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .transcript-lang,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .transcript-lang,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .transcript-lang{font:500 var(--text-size-smaller) var(--headlinefont);gap:.5rem;transition:var(--animation)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .transcript-lang .name,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .transcript-lang .name,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .transcript-lang .name{align-items:center;display:flex;gap:2px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .transcript-lang .name i,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .transcript-lang .name i,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .transcript-lang .name i{display:flex}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .transcript-lang:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .transcript-lang:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .transcript-lang:hover{color:var(--primary-color)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .actions button,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .actions button,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .actions button{aspect-ratio:1;color:var(--comment);height:20px;width:20px}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .actions button i,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .actions button i,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .actions button i{display:flex}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .actions button:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .actions button:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .actions button:hover{color:var(--text)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .editable-transcript-item section .actions button:hover i,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .languages section .actions button:hover i,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .editpanel .speakers section .actions button:hover i{scale:1.1}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section .timestamp{color:var(--comment);font:400 var(--text-size-smallest) var(--headlinefont);margin-left:auto}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section input,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section select,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section textarea{background-color:var(--bg-lightdark);border:1px solid var(--bg-lightdark);padding:.5rem;transition:var(--animation)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section input:focus,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section input:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section select:focus,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section select:hover,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section textarea:focus,.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>section textarea:hover{border-color:var(--comment)}.popover-wrapper .popover-shell.videotranscript-editor-modal .videotranscript-editor>footer{padding:0}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage{color:var(--text);padding:10px}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage h3{font:600 var(--text-size-normal) var(--headlinefont);margin-bottom:.5rem}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions){border-radius:0 0 var(--radius-small) var(--radius-small);margin:0;padding-inline:10px}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions):first-of-type{border-radius:var(--radius-small) var(--radius-small) 0 0;padding-block:10px}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions):first-of-type.source{align-items:center;display:flex;gap:10px}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions):first-of-type.source label{margin:0}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions):first-of-type.source label+div{background-color:var(--bg-dark);border-radius:10ch;font-weight:400;padding:.25rem 1rem}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions).progressbar{align-items:center;display:flex;padding-block:10px}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions).progressbar .progresscursor{background-color:var(--primary-color);border-radius:10ch;min-height:4px}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div:not(.actions) label{font:500 var(--text-size-smaller) var(--headlinefont)}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage>div.actions{margin-top:10px}.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage .progressbar,.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage .source,.popover-wrapper .popover-shell.addlanguage-modal .popover-content .addlanguage .target{background-color:var(--bg-darkest)}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource{background-color:var(--bg-darker);gap:10px;padding:10px}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .logo{margin:auto 0}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content{display:flex;flex-flow:row wrap;gap:1rem .5rem;width:100%}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content h2{align-content:center;color:var(--text);flex:1;margin:0}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content .entity{margin:0}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content .entity .entity-name{border-radius:10ch;font:500 var(--text-size-smaller) var(--headlinefont);padding:.5rem 1rem}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content .description{background-color:var(--bg-darkest);border-radius:var(--radius-small);padding:10px;width:100%}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content .description:empty{display:none}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content .transcript{margin:0;width:100%}.popover-wrapper .popover-shell.contentgeneration-inwinksource-popover .popover-content .inwinksource .inwinksource-content .transcript .transcript-items{background-color:var(--bg-dark)}.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input{display:flex;flex-flow:column nowrap;gap:10px}.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=text],.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=url],.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input textarea{background-color:var(--bg-dark);border:1px solid var(--bg-dark);color:var(--text);margin:0;padding:.5rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=text]::-moz-placeholder,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=url]::-moz-placeholder,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input textarea::-moz-placeholder{font-style:normal}.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=text]::placeholder,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=url]::placeholder,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input textarea::placeholder{font-style:normal}.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=text]:focus,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=text]:hover,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=url]:focus,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input input[type=url]:hover,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input textarea:focus,.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input textarea:hover{border-color:var(--comment)}.popover-wrapper .popover-shell.ai-contentgeneration-textsource-popover .popover-content .ai-contentgeneration-textsource .textsource-input button{margin-left:auto}.popover-wrapper .popover-shell.ai-content-generator-exportpicker-popover .popover-content .export-picker{background-color:var(--bg-darkest);border-radius:var(--radius-small);margin:10px;padding:0}.popover-wrapper .popover-shell.ai-content-generator-exportpicker-popover .popover-content .export-picker button{font:600 var(--text-size-smaller) var(--headlinefont);padding:.6rem 1rem}.popover-wrapper .popover-shell.ai-content-generator-exportpicker-popover .popover-content .export-picker button:focus,.popover-wrapper .popover-shell.ai-content-generator-exportpicker-popover .popover-content .export-picker button:hover{background-color:var(--bg-darkest-hover);color:var(--primary-color)}.popover-wrapper .popover-shell.ai-content-generator-sourcepicker-popover .popover-content .source-picker{display:flex;flex-flow:column nowrap;gap:.5rem;padding:10px}.popover-wrapper .popover-shell.ai-content-generator-sourcepicker-popover .popover-content .source-picker .sourceprovider-section{display:flex;flex-flow:column nowrap;margin:0}.popover-wrapper .popover-shell.ai-content-generator-sourcepicker-popover .popover-content .source-picker .sourceprovider-section .sourceprovider-title{color:var(--text);font:600 var(--text-size-small) var(--headlinefont);margin:0}.popover-wrapper .popover-shell.ai-content-generator-sourcepicker-popover .popover-content .source-picker .sourceprovider-section .sourceprovider-items{background-color:var(--bg-darkest);border-radius:var(--radius-small)}.popover-wrapper .popover-shell.ai-content-generator-sourcepicker-popover .popover-content .source-picker .sourceprovider-section .sourceprovider-items button{align-items:center;display:flex;font:600 var(--text-size-smaller) var(--headlinefont);justify-content:flex-start;padding:.6rem 1rem}.popover-wrapper .popover-shell.ai-content-generator-sourcepicker-popover .popover-content .source-picker .sourceprovider-section .sourceprovider-items button:hover{background-color:var(--bg-darkest-hover);color:var(--primary-color)}.popover-wrapper .popover-shell.ai-contentgeneration-webpageurlpicker-popover .webpageurlpicker-input{padding:10px}.popover-wrapper .popover-shell.ai-contentgeneration-webpageurlpicker-popover .webpageurlpicker-input input{background-color:var(--bg-dark);border:1px solid var(--bg-dark);color:var(--text);padding:.5rem;transition:var(--animation)}.popover-wrapper .popover-shell.ai-contentgeneration-webpageurlpicker-popover .webpageurlpicker-input input::-moz-placeholder{font-style:normal}.popover-wrapper .popover-shell.ai-contentgeneration-webpageurlpicker-popover .webpageurlpicker-input input::placeholder{font-style:normal}.popover-wrapper .popover-shell.ai-contentgeneration-webpageurlpicker-popover .webpageurlpicker-input input:focus,.popover-wrapper .popover-shell.ai-contentgeneration-webpageurlpicker-popover .webpageurlpicker-input input:hover{border-color:var(--comment)}.popover-wrapper .popover-shell.ai-contentgeneration-webpageurlpicker-popover .webpageurlpicker-input button{width:100%}:root{--bg-img-green:linear-gradient(45deg,transparent 80%,var(--green) 99%),linear-gradient(45deg,transparent 90%,var(--green) 95%),linear-gradient(45deg,var(--bg-darkest) 80%,var(--green) 120%);--bg-img-orange:linear-gradient(45deg,transparent 80%,var(--orange) 99%),linear-gradient(45deg,transparent 90%,var(--orange) 95%),linear-gradient(45deg,var(--bg-darkest) 80%,var(--orange) 120%);--blue:#212e44;--blue-audiance:#0e8fb9;--blue-highlight:#0094ff;--green:#029b72;--grey:#ddd;--orange:#e94c1e;--yellow:#ffb500;--text-size-smallest:0.8rem;--text-size-smaller:12px;--text-size-small:14px;--text-size-normal:16px;--text-size-big:18px;--text-size-bigger:20px;--radius-small:4px;--radius-big:8px;--size-checkbox:20px;--size-edit:2rem;--animation:all 300ms ease;--animation-fast:all 100ms ease;--bg:#dadce1;--bg-lightdark:#fff;--bg-dark:#fafafb;--bg-dark-alt:#f4f4fb;--bg-darker:#e6e8eb;--bg-darkest:#f1f3f6;--bg-darkest-hover:#eceefa;--bg-darkest-transparent-hover:rgba(236,238,250,.85);--bg-header:#ebebeb;--comment:#7c8592;--text:#212e44;--text-light:#5a616d;--bg-borders:#bcbeca}body{--basefont:"Lato";--headlinefont:"Poppins";--headerSize:4.5rem;--inwink-color:#e94c1e;--app-bgcolor:#dadce1;--toolbar-lvl1-bgcolor:#e6e8eb;--toolbar-lvl1-color:#e6e8eb;--toolbar-lvl1-iconcolor:#e6e8eb;--menu-color:#212e44;--menu-color-text:#fff;--menu-bgcolor:#dadce1;--header-bgcolor:#cfd0d5;--header-color:#212e44;--white-color:#fff;--dark-color:#2b2828;--dark-color-light:#3b3a41;--dark-color-dark:#111;--dark-color-hover:#5d656e;--grey-color:#eee;--grey-color-light:#fafafa;--grey-color-dark:#dbdbdb;--grey-color-darker:#888;--success-color:#4e9b02;--danger-color:#a6353c;--alert-red-color:red;--warning-orange-color:#ff7f00;--ok-green-color:green;--blue-color:#00f;--h1FontSize:2rem;--h2FontSize:1.5rem;--h3FontSize:1.17rem;--h4FontSize:1rem}body .accent{color:var(--primary-color)}body .alertredcolor{color:var(--alert-red-color)}body .okgreencolor{color:var(--ok-green-color)}body .warningorangecolor{color:var(--warning-orange-color)}body a[role=button],body button{align-content:center;align-items:center;background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small);color:var(--text);display:inline-flex;font:600 var(--text-size-smaller) var(--headlinefont);height:37px;justify-content:center;padding:.6rem;text-decoration:none;transition:var(--animation)}body a[role=button].add-button,body button.add-button{background-color:var(--bg-dark);border:none;width:100%}body a[role=button].add-button:hover:not(:disabled),body button.add-button:hover:not(:disabled){background-color:var(--comment);color:var(--white-color)}body a[role=button].asyncbtn.hassuccess,body button.asyncbtn.hassuccess{background-color:var(--success-color);color:var(--grey-color-dark)}body a[role=button].asyncbtn.haserror,body button.asyncbtn.haserror{background-color:var(--danger-color);color:var(--grey-color-dark)}body a[role=button].asyncbtn.loading .overlay .spinner,body button.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--primary-color);margin:0}body a[role=button].asyncbtn.loading.important .overlay .spinner,body button.asyncbtn.loading.important .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark);margin:0}body a[role=button]:disabled,body button:disabled{cursor:default;opacity:.5}body a[role=button]:hover:not(:disabled),body button:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body a[role=button].important,body button.important{background-color:var(--primary-color);border:1px solid var(--primary-color);color:var(--primary-color-text)}body a[role=button].important.asyncbtn.loading .overlay .spinner,body button.important.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark)}body a[role=button].important.disabled,body button.important.disabled{background-color:transparent;border:none;color:var(--comment)}body a[role=button].important:hover:not(:disabled),body button.important:hover:not(:disabled){background-color:var(--primary-color-text);border:1px solid var(--primary-color);color:var(--primary-color)}body a[role=button].lightbtn,body button.lightbtn{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}body a[role=button].lightbtn:hover:not(:disabled),body button.lightbtn:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--primary-color-text)}body a[role=button].blackbtn,body button.blackbtn{background-color:var(--dark-color-light);border-color:var(--dark-color-light);color:var(--grey-color-dark)}body a[role=button].blackbtn:hover:not(:disabled),body button.blackbtn:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body a[role=button].next,body a[role=button].previous,body button.next,body button.previous{background-color:transparent;border:none;color:var(--dark-color)}body a[role=button].next:hover:not(:disabled),body a[role=button].previous:hover:not(:disabled),body button.next:hover:not(:disabled),body button.previous:hover:not(:disabled){color:var(--primary-color)}body a[role=button].iconbtn,body button.iconbtn{background-color:transparent;border:none;color:var(--grey-color-dark)}body a[role=button].iconbtn.important,body button.iconbtn.important{border-color:var(--primary-color);color:var(--primary-color)}body a[role=button].iconbtn.important:hover:not(:disabled),body button.iconbtn.important:hover:not(:disabled){background-color:var(--primary-color);color:var(--white-color)}body a[role=button].iconbtn:hover:not(:disabled),body button.iconbtn:hover:not(:disabled){background-color:var(--dark-color);color:var(--white-color)}body a[role=button].pagepicker,body button.pagepicker{background-color:transparent;border:1px solid var(--grey-color-dark);color:var(--dark-color-text);text-transform:none}body a[role=button].pagepicker:hover:not(:disabled),body button.pagepicker:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body a[role=button].emoji-mart-anchor,body a[role=button].emoji-mart-emoji,body button.emoji-mart-anchor,body button.emoji-mart-emoji{background-color:transparent;border:none}body a[role=button].emoji-mart-search-icon,body button.emoji-mart-search-icon{height:31px;right:6px;top:0}body .assetspicker .assetitem-wrapper .asset{background-color:var(--bg-darker);border:none;border-radius:var(--radius-small);height:160px;outline:none}body .assetspicker .assetitem-wrapper .asset .asset-preview{background-color:var(--bg-darker);border-radius:var(--radius-small) var(--radius-small) 0 0;margin-top:1rem}body .assetspicker .assetitem-wrapper .asset .asset-detail{gap:.5rem;padding-inline:1rem}body .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status{border:none;color:var(--comment);font:600 var(--text-size-smaller) var(--headlinefont);height:auto;padding:.25rem .5rem}body .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status:hover{background-color:var(--primary-color);color:var(--primary-color-text)}body .assetspicker .assetitem-wrapper .asset .asset-detail .asset-format{background-color:var(--bg-dark);border-radius:10ch;color:var(--comment);font:500 var(--text-size-smaller) var(--headlinefont);padding-inline:1rem}body .assetspicker .item-toolbar{inset:.5rem .5rem auto auto}body .assetspicker .item-toolbar button{background-color:var(--white-color);border-color:var(--white-color);color:var(--comment)}body .assetspicker .item-toolbar button>i{align-items:center;display:flex;font-size:var(--text-size-small);height:auto;justify-content:center;transition:var(--animation-fast);width:auto}body .assetspicker .item-toolbar button:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body .assetspicker .item-toolbar button:hover:not(:disabled)>i{scale:1.2}body .assetspicker button.button-picker{background-color:var(--blue);border-color:var(--blue);color:var(--white-color)}body .assetspicker button.button-picker:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body .radialprogress .radialprogress-circle .circle__fill{stroke:var(--primary-color)}body .itemprogressbar-content{flex-grow:1;height:20px;position:relative}body .itemprogressbar-content .itemprogressbar-bar .itemprogressbar-bar-wrapper{background-color:var(--grey-color);color:var(--primary-color)}body .itemprogressbar-content .itemprogressbar-bar.top .itemprogressbar-bar-wrapper{background-color:var(--primary-color);color:var(--white-color)}body.defaulttheme,body.eventtheme{--primary-color:#e94c1e;--primary-color-rgb:233,76,30;--primary-color-dark:#cc4300;--primary-color-darker:#7f2a00;--primary-color-text:#fff;--secondary-color:#ff874c;--accent-light-color:#e94c1e;--accent-dark-color:#ffab30;--hover-color:hsla(19,84%,90%,.85)}body.defaulttheme .accent,body.eventtheme .accent{color:var(--primary-color)}body.defaulttheme .alertredcolor,body.eventtheme .alertredcolor{color:var(--alert-red-color)}body.defaulttheme .okgreencolor,body.eventtheme .okgreencolor{color:var(--ok-green-color)}body.defaulttheme .warningorangecolor,body.eventtheme .warningorangecolor{color:var(--warning-orange-color)}body.defaulttheme a[role=button],body.defaulttheme button,body.eventtheme a[role=button],body.eventtheme button{align-content:center;align-items:center;background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small);color:var(--text);display:inline-flex;font:600 var(--text-size-smaller) var(--headlinefont);height:37px;justify-content:center;padding:.6rem;text-decoration:none;transition:var(--animation)}body.defaulttheme a[role=button].add-button,body.defaulttheme button.add-button,body.eventtheme a[role=button].add-button,body.eventtheme button.add-button{background-color:var(--bg-dark);border:none;width:100%}body.defaulttheme a[role=button].add-button:hover:not(:disabled),body.defaulttheme button.add-button:hover:not(:disabled),body.eventtheme a[role=button].add-button:hover:not(:disabled),body.eventtheme button.add-button:hover:not(:disabled){background-color:var(--comment);color:var(--white-color)}body.defaulttheme a[role=button].asyncbtn.hassuccess,body.defaulttheme button.asyncbtn.hassuccess,body.eventtheme a[role=button].asyncbtn.hassuccess,body.eventtheme button.asyncbtn.hassuccess{background-color:var(--success-color);color:var(--grey-color-dark)}body.defaulttheme a[role=button].asyncbtn.haserror,body.defaulttheme button.asyncbtn.haserror,body.eventtheme a[role=button].asyncbtn.haserror,body.eventtheme button.asyncbtn.haserror{background-color:var(--danger-color);color:var(--grey-color-dark)}body.defaulttheme a[role=button].asyncbtn.loading .overlay .spinner,body.defaulttheme button.asyncbtn.loading .overlay .spinner,body.eventtheme a[role=button].asyncbtn.loading .overlay .spinner,body.eventtheme button.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--primary-color);margin:0}body.defaulttheme a[role=button].asyncbtn.loading.important .overlay .spinner,body.defaulttheme button.asyncbtn.loading.important .overlay .spinner,body.eventtheme a[role=button].asyncbtn.loading.important .overlay .spinner,body.eventtheme button.asyncbtn.loading.important .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark);margin:0}body.defaulttheme a[role=button]:disabled,body.defaulttheme button:disabled,body.eventtheme a[role=button]:disabled,body.eventtheme button:disabled{cursor:default;opacity:.5}body.defaulttheme a[role=button]:hover:not(:disabled),body.defaulttheme button:hover:not(:disabled),body.eventtheme a[role=button]:hover:not(:disabled),body.eventtheme button:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.defaulttheme a[role=button].important,body.defaulttheme button.important,body.eventtheme a[role=button].important,body.eventtheme button.important{background-color:var(--primary-color);border:1px solid var(--primary-color);color:var(--primary-color-text)}body.defaulttheme a[role=button].important.asyncbtn.loading .overlay .spinner,body.defaulttheme button.important.asyncbtn.loading .overlay .spinner,body.eventtheme a[role=button].important.asyncbtn.loading .overlay .spinner,body.eventtheme button.important.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark)}body.defaulttheme a[role=button].important.disabled,body.defaulttheme button.important.disabled,body.eventtheme a[role=button].important.disabled,body.eventtheme button.important.disabled{background-color:transparent;border:none;color:var(--comment)}body.defaulttheme a[role=button].important:hover:not(:disabled),body.defaulttheme button.important:hover:not(:disabled),body.eventtheme a[role=button].important:hover:not(:disabled),body.eventtheme button.important:hover:not(:disabled){background-color:var(--primary-color-text);border:1px solid var(--primary-color);color:var(--primary-color)}body.defaulttheme a[role=button].lightbtn,body.defaulttheme button.lightbtn,body.eventtheme a[role=button].lightbtn,body.eventtheme button.lightbtn{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}body.defaulttheme a[role=button].lightbtn:hover:not(:disabled),body.defaulttheme button.lightbtn:hover:not(:disabled),body.eventtheme a[role=button].lightbtn:hover:not(:disabled),body.eventtheme button.lightbtn:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--primary-color-text)}body.defaulttheme a[role=button].blackbtn,body.defaulttheme button.blackbtn,body.eventtheme a[role=button].blackbtn,body.eventtheme button.blackbtn{background-color:var(--dark-color-light);border-color:var(--dark-color-light);color:var(--grey-color-dark)}body.defaulttheme a[role=button].blackbtn:hover:not(:disabled),body.defaulttheme button.blackbtn:hover:not(:disabled),body.eventtheme a[role=button].blackbtn:hover:not(:disabled),body.eventtheme button.blackbtn:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.defaulttheme a[role=button].next,body.defaulttheme a[role=button].previous,body.defaulttheme button.next,body.defaulttheme button.previous,body.eventtheme a[role=button].next,body.eventtheme a[role=button].previous,body.eventtheme button.next,body.eventtheme button.previous{background-color:transparent;border:none;color:var(--dark-color)}body.defaulttheme a[role=button].next:hover:not(:disabled),body.defaulttheme a[role=button].previous:hover:not(:disabled),body.defaulttheme button.next:hover:not(:disabled),body.defaulttheme button.previous:hover:not(:disabled),body.eventtheme a[role=button].next:hover:not(:disabled),body.eventtheme a[role=button].previous:hover:not(:disabled),body.eventtheme button.next:hover:not(:disabled),body.eventtheme button.previous:hover:not(:disabled){color:var(--primary-color)}body.defaulttheme a[role=button].iconbtn,body.defaulttheme button.iconbtn,body.eventtheme a[role=button].iconbtn,body.eventtheme button.iconbtn{background-color:transparent;border:none;color:var(--grey-color-dark)}body.defaulttheme a[role=button].iconbtn.important,body.defaulttheme button.iconbtn.important,body.eventtheme a[role=button].iconbtn.important,body.eventtheme button.iconbtn.important{border-color:var(--primary-color);color:var(--primary-color)}body.defaulttheme a[role=button].iconbtn.important:hover:not(:disabled),body.defaulttheme button.iconbtn.important:hover:not(:disabled),body.eventtheme a[role=button].iconbtn.important:hover:not(:disabled),body.eventtheme button.iconbtn.important:hover:not(:disabled){background-color:var(--primary-color);color:var(--white-color)}body.defaulttheme a[role=button].iconbtn:hover:not(:disabled),body.defaulttheme button.iconbtn:hover:not(:disabled),body.eventtheme a[role=button].iconbtn:hover:not(:disabled),body.eventtheme button.iconbtn:hover:not(:disabled){background-color:var(--dark-color);color:var(--white-color)}body.defaulttheme a[role=button].pagepicker,body.defaulttheme button.pagepicker,body.eventtheme a[role=button].pagepicker,body.eventtheme button.pagepicker{background-color:transparent;border:1px solid var(--grey-color-dark);color:var(--dark-color-text);text-transform:none}body.defaulttheme a[role=button].pagepicker:hover:not(:disabled),body.defaulttheme button.pagepicker:hover:not(:disabled),body.eventtheme a[role=button].pagepicker:hover:not(:disabled),body.eventtheme button.pagepicker:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.defaulttheme a[role=button].emoji-mart-anchor,body.defaulttheme a[role=button].emoji-mart-emoji,body.defaulttheme button.emoji-mart-anchor,body.defaulttheme button.emoji-mart-emoji,body.eventtheme a[role=button].emoji-mart-anchor,body.eventtheme a[role=button].emoji-mart-emoji,body.eventtheme button.emoji-mart-anchor,body.eventtheme button.emoji-mart-emoji{background-color:transparent;border:none}body.defaulttheme a[role=button].emoji-mart-search-icon,body.defaulttheme button.emoji-mart-search-icon,body.eventtheme a[role=button].emoji-mart-search-icon,body.eventtheme button.emoji-mart-search-icon{height:31px;right:6px;top:0}body.defaulttheme .assetspicker .assetitem-wrapper .asset,body.eventtheme .assetspicker .assetitem-wrapper .asset{background-color:var(--bg-darker);border:none;border-radius:var(--radius-small);height:160px;outline:none}body.defaulttheme .assetspicker .assetitem-wrapper .asset .asset-preview,body.eventtheme .assetspicker .assetitem-wrapper .asset .asset-preview{background-color:var(--bg-darker);border-radius:var(--radius-small) var(--radius-small) 0 0;margin-top:1rem}body.defaulttheme .assetspicker .assetitem-wrapper .asset .asset-detail,body.eventtheme .assetspicker .assetitem-wrapper .asset .asset-detail{gap:.5rem;padding-inline:1rem}body.defaulttheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status,body.eventtheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status{border:none;color:var(--comment);font:600 var(--text-size-smaller) var(--headlinefont);height:auto;padding:.25rem .5rem}body.defaulttheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status:hover,body.eventtheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status:hover{background-color:var(--primary-color);color:var(--primary-color-text)}body.defaulttheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-format,body.eventtheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-format{background-color:var(--bg-dark);border-radius:10ch;color:var(--comment);font:500 var(--text-size-smaller) var(--headlinefont);padding-inline:1rem}body.defaulttheme .assetspicker .item-toolbar,body.eventtheme .assetspicker .item-toolbar{inset:.5rem .5rem auto auto}body.defaulttheme .assetspicker .item-toolbar button,body.eventtheme .assetspicker .item-toolbar button{background-color:var(--white-color);border-color:var(--white-color);color:var(--comment)}body.defaulttheme .assetspicker .item-toolbar button>i,body.eventtheme .assetspicker .item-toolbar button>i{align-items:center;display:flex;font-size:var(--text-size-small);height:auto;justify-content:center;transition:var(--animation-fast);width:auto}body.defaulttheme .assetspicker .item-toolbar button:hover:not(:disabled),body.eventtheme .assetspicker .item-toolbar button:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body.defaulttheme .assetspicker .item-toolbar button:hover:not(:disabled)>i,body.eventtheme .assetspicker .item-toolbar button:hover:not(:disabled)>i{scale:1.2}body.defaulttheme .assetspicker button.button-picker,body.eventtheme .assetspicker button.button-picker{background-color:var(--blue);border-color:var(--blue);color:var(--white-color)}body.defaulttheme .assetspicker button.button-picker:hover:not(:disabled),body.eventtheme .assetspicker button.button-picker:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body.defaulttheme .radialprogress .radialprogress-circle .circle__fill,body.eventtheme .radialprogress .radialprogress-circle .circle__fill{stroke:var(--primary-color)}body.defaulttheme .itemprogressbar-content,body.eventtheme .itemprogressbar-content{flex-grow:1;height:20px;position:relative}body.defaulttheme .itemprogressbar-content .itemprogressbar-bar .itemprogressbar-bar-wrapper,body.eventtheme .itemprogressbar-content .itemprogressbar-bar .itemprogressbar-bar-wrapper{background-color:var(--grey-color);color:var(--primary-color)}body.defaulttheme .itemprogressbar-content .itemprogressbar-bar.top .itemprogressbar-bar-wrapper,body.eventtheme .itemprogressbar-content .itemprogressbar-bar.top .itemprogressbar-bar-wrapper{background-color:var(--primary-color);color:var(--white-color)}body.customertheme{--primary-color:#0e8fb9;--primary-color-rgb:0,65,87;--primary-color-dark:#002b39;--primary-color-darker:#000c10;--primary-color-text:#fff;--secondary-color:#007b93;--accent-light-color:#004157;--accent-dark-color:#00bacc;--hover-color:rgba(171,224,230,.85)}body.customertheme .accent{color:var(--primary-color)}body.customertheme .alertredcolor{color:var(--alert-red-color)}body.customertheme .okgreencolor{color:var(--ok-green-color)}body.customertheme .warningorangecolor{color:var(--warning-orange-color)}body.customertheme a[role=button],body.customertheme button{align-content:center;align-items:center;background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small);color:var(--text);display:inline-flex;font:600 var(--text-size-smaller) var(--headlinefont);height:37px;justify-content:center;padding:.6rem;text-decoration:none;transition:var(--animation)}body.customertheme a[role=button].add-button,body.customertheme button.add-button{background-color:var(--bg-dark);border:none;width:100%}body.customertheme a[role=button].add-button:hover:not(:disabled),body.customertheme button.add-button:hover:not(:disabled){background-color:var(--comment);color:var(--white-color)}body.customertheme a[role=button].asyncbtn.hassuccess,body.customertheme button.asyncbtn.hassuccess{background-color:var(--success-color);color:var(--grey-color-dark)}body.customertheme a[role=button].asyncbtn.haserror,body.customertheme button.asyncbtn.haserror{background-color:var(--danger-color);color:var(--grey-color-dark)}body.customertheme a[role=button].asyncbtn.loading .overlay .spinner,body.customertheme button.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--primary-color);margin:0}body.customertheme a[role=button].asyncbtn.loading.important .overlay .spinner,body.customertheme button.asyncbtn.loading.important .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark);margin:0}body.customertheme a[role=button]:disabled,body.customertheme button:disabled{cursor:default;opacity:.5}body.customertheme a[role=button]:hover:not(:disabled),body.customertheme button:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.customertheme a[role=button].important,body.customertheme button.important{background-color:var(--primary-color);border:1px solid var(--primary-color);color:var(--primary-color-text)}body.customertheme a[role=button].important.asyncbtn.loading .overlay .spinner,body.customertheme button.important.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark)}body.customertheme a[role=button].important.disabled,body.customertheme button.important.disabled{background-color:transparent;border:none;color:var(--comment)}body.customertheme a[role=button].important:hover:not(:disabled),body.customertheme button.important:hover:not(:disabled){background-color:var(--primary-color-text);border:1px solid var(--primary-color);color:var(--primary-color)}body.customertheme a[role=button].lightbtn,body.customertheme button.lightbtn{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}body.customertheme a[role=button].lightbtn:hover:not(:disabled),body.customertheme button.lightbtn:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--primary-color-text)}body.customertheme a[role=button].blackbtn,body.customertheme button.blackbtn{background-color:var(--dark-color-light);border-color:var(--dark-color-light);color:var(--grey-color-dark)}body.customertheme a[role=button].blackbtn:hover:not(:disabled),body.customertheme button.blackbtn:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.customertheme a[role=button].next,body.customertheme a[role=button].previous,body.customertheme button.next,body.customertheme button.previous{background-color:transparent;border:none;color:var(--dark-color)}body.customertheme a[role=button].next:hover:not(:disabled),body.customertheme a[role=button].previous:hover:not(:disabled),body.customertheme button.next:hover:not(:disabled),body.customertheme button.previous:hover:not(:disabled){color:var(--primary-color)}body.customertheme a[role=button].iconbtn,body.customertheme button.iconbtn{background-color:transparent;border:none;color:var(--grey-color-dark)}body.customertheme a[role=button].iconbtn.important,body.customertheme button.iconbtn.important{border-color:var(--primary-color);color:var(--primary-color)}body.customertheme a[role=button].iconbtn.important:hover:not(:disabled),body.customertheme button.iconbtn.important:hover:not(:disabled){background-color:var(--primary-color);color:var(--white-color)}body.customertheme a[role=button].iconbtn:hover:not(:disabled),body.customertheme button.iconbtn:hover:not(:disabled){background-color:var(--dark-color);color:var(--white-color)}body.customertheme a[role=button].pagepicker,body.customertheme button.pagepicker{background-color:transparent;border:1px solid var(--grey-color-dark);color:var(--dark-color-text);text-transform:none}body.customertheme a[role=button].pagepicker:hover:not(:disabled),body.customertheme button.pagepicker:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.customertheme a[role=button].emoji-mart-anchor,body.customertheme a[role=button].emoji-mart-emoji,body.customertheme button.emoji-mart-anchor,body.customertheme button.emoji-mart-emoji{background-color:transparent;border:none}body.customertheme a[role=button].emoji-mart-search-icon,body.customertheme button.emoji-mart-search-icon{height:31px;right:6px;top:0}body.customertheme .assetspicker .assetitem-wrapper .asset{background-color:var(--bg-darker);border:none;border-radius:var(--radius-small);height:160px;outline:none}body.customertheme .assetspicker .assetitem-wrapper .asset .asset-preview{background-color:var(--bg-darker);border-radius:var(--radius-small) var(--radius-small) 0 0;margin-top:1rem}body.customertheme .assetspicker .assetitem-wrapper .asset .asset-detail{gap:.5rem;padding-inline:1rem}body.customertheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status{border:none;color:var(--comment);font:600 var(--text-size-smaller) var(--headlinefont);height:auto;padding:.25rem .5rem}body.customertheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status:hover{background-color:var(--primary-color);color:var(--primary-color-text)}body.customertheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-format{background-color:var(--bg-dark);border-radius:10ch;color:var(--comment);font:500 var(--text-size-smaller) var(--headlinefont);padding-inline:1rem}body.customertheme .assetspicker .item-toolbar{inset:.5rem .5rem auto auto}body.customertheme .assetspicker .item-toolbar button{background-color:var(--white-color);border-color:var(--white-color);color:var(--comment)}body.customertheme .assetspicker .item-toolbar button>i{align-items:center;display:flex;font-size:var(--text-size-small);height:auto;justify-content:center;transition:var(--animation-fast);width:auto}body.customertheme .assetspicker .item-toolbar button:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body.customertheme .assetspicker .item-toolbar button:hover:not(:disabled)>i{scale:1.2}body.customertheme .assetspicker button.button-picker{background-color:var(--blue);border-color:var(--blue);color:var(--white-color)}body.customertheme .assetspicker button.button-picker:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body.customertheme .radialprogress .radialprogress-circle .circle__fill{stroke:var(--primary-color)}body.customertheme .itemprogressbar-content{flex-grow:1;height:20px;position:relative}body.customertheme .itemprogressbar-content .itemprogressbar-bar .itemprogressbar-bar-wrapper{background-color:var(--grey-color);color:var(--primary-color)}body.customertheme .itemprogressbar-content .itemprogressbar-bar.top .itemprogressbar-bar-wrapper{background-color:var(--primary-color);color:var(--white-color)}body.communitytheme{--primary-color:#029b72;--primary-color-rgb:2,155,114;--primary-color-dark:#007b59;--primary-color-darker:#006045;--primary-color-text:#fff;--secondary-color:#44b797;--accent-light-color:#029b72;--accent-dark-color:#44b797;--hover-color:rgba(220,254,245,.85)}body.communitytheme .accent{color:var(--primary-color)}body.communitytheme .alertredcolor{color:var(--alert-red-color)}body.communitytheme .okgreencolor{color:var(--ok-green-color)}body.communitytheme .warningorangecolor{color:var(--warning-orange-color)}body.communitytheme a[role=button],body.communitytheme button{align-content:center;align-items:center;background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-radius:var(--radius-small);color:var(--text);display:inline-flex;font:600 var(--text-size-smaller) var(--headlinefont);height:37px;justify-content:center;padding:.6rem;text-decoration:none;transition:var(--animation)}body.communitytheme a[role=button].add-button,body.communitytheme button.add-button{background-color:var(--bg-dark);border:none;width:100%}body.communitytheme a[role=button].add-button:hover:not(:disabled),body.communitytheme button.add-button:hover:not(:disabled){background-color:var(--comment);color:var(--white-color)}body.communitytheme a[role=button].asyncbtn.hassuccess,body.communitytheme button.asyncbtn.hassuccess{background-color:var(--success-color);color:var(--grey-color-dark)}body.communitytheme a[role=button].asyncbtn.haserror,body.communitytheme button.asyncbtn.haserror{background-color:var(--danger-color);color:var(--grey-color-dark)}body.communitytheme a[role=button].asyncbtn.loading .overlay .spinner,body.communitytheme button.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--primary-color);margin:0}body.communitytheme a[role=button].asyncbtn.loading.important .overlay .spinner,body.communitytheme button.asyncbtn.loading.important .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark);margin:0}body.communitytheme a[role=button]:disabled,body.communitytheme button:disabled{cursor:default;opacity:.5}body.communitytheme a[role=button]:hover:not(:disabled),body.communitytheme button:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.communitytheme a[role=button].important,body.communitytheme button.important{background-color:var(--primary-color);border:1px solid var(--primary-color);color:var(--primary-color-text)}body.communitytheme a[role=button].important.asyncbtn.loading .overlay .spinner,body.communitytheme button.important.asyncbtn.loading .overlay .spinner{border-color:var(--hover-color);border-top-color:var(--grey-color-dark)}body.communitytheme a[role=button].important.disabled,body.communitytheme button.important.disabled{background-color:transparent;border:none;color:var(--comment)}body.communitytheme a[role=button].important:hover:not(:disabled),body.communitytheme button.important:hover:not(:disabled){background-color:var(--primary-color-text);border:1px solid var(--primary-color);color:var(--primary-color)}body.communitytheme a[role=button].lightbtn,body.communitytheme button.lightbtn{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}body.communitytheme a[role=button].lightbtn:hover:not(:disabled),body.communitytheme button.lightbtn:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--primary-color-text)}body.communitytheme a[role=button].blackbtn,body.communitytheme button.blackbtn{background-color:var(--dark-color-light);border-color:var(--dark-color-light);color:var(--grey-color-dark)}body.communitytheme a[role=button].blackbtn:hover:not(:disabled),body.communitytheme button.blackbtn:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.communitytheme a[role=button].next,body.communitytheme a[role=button].previous,body.communitytheme button.next,body.communitytheme button.previous{background-color:transparent;border:none;color:var(--dark-color)}body.communitytheme a[role=button].next:hover:not(:disabled),body.communitytheme a[role=button].previous:hover:not(:disabled),body.communitytheme button.next:hover:not(:disabled),body.communitytheme button.previous:hover:not(:disabled){color:var(--primary-color)}body.communitytheme a[role=button].iconbtn,body.communitytheme button.iconbtn{background-color:transparent;border:none;color:var(--grey-color-dark)}body.communitytheme a[role=button].iconbtn.important,body.communitytheme button.iconbtn.important{border-color:var(--primary-color);color:var(--primary-color)}body.communitytheme a[role=button].iconbtn.important:hover:not(:disabled),body.communitytheme button.iconbtn.important:hover:not(:disabled){background-color:var(--primary-color);color:var(--white-color)}body.communitytheme a[role=button].iconbtn:hover:not(:disabled),body.communitytheme button.iconbtn:hover:not(:disabled){background-color:var(--dark-color);color:var(--white-color)}body.communitytheme a[role=button].pagepicker,body.communitytheme button.pagepicker{background-color:transparent;border:1px solid var(--grey-color-dark);color:var(--dark-color-text);text-transform:none}body.communitytheme a[role=button].pagepicker:hover:not(:disabled),body.communitytheme button.pagepicker:hover:not(:disabled){background-color:var(--dark-color);border-color:var(--dark-color);color:var(--white-color)}body.communitytheme a[role=button].emoji-mart-anchor,body.communitytheme a[role=button].emoji-mart-emoji,body.communitytheme button.emoji-mart-anchor,body.communitytheme button.emoji-mart-emoji{background-color:transparent;border:none}body.communitytheme a[role=button].emoji-mart-search-icon,body.communitytheme button.emoji-mart-search-icon{height:31px;right:6px;top:0}body.communitytheme .assetspicker .assetitem-wrapper .asset{background-color:var(--bg-darker);border:none;border-radius:var(--radius-small);height:160px;outline:none}body.communitytheme .assetspicker .assetitem-wrapper .asset .asset-preview{background-color:var(--bg-darker);border-radius:var(--radius-small) var(--radius-small) 0 0;margin-top:1rem}body.communitytheme .assetspicker .assetitem-wrapper .asset .asset-detail{gap:.5rem;padding-inline:1rem}body.communitytheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status{border:none;color:var(--comment);font:600 var(--text-size-smaller) var(--headlinefont);height:auto;padding:.25rem .5rem}body.communitytheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-status:hover{background-color:var(--primary-color);color:var(--primary-color-text)}body.communitytheme .assetspicker .assetitem-wrapper .asset .asset-detail .asset-format{background-color:var(--bg-dark);border-radius:10ch;color:var(--comment);font:500 var(--text-size-smaller) var(--headlinefont);padding-inline:1rem}body.communitytheme .assetspicker .item-toolbar{inset:.5rem .5rem auto auto}body.communitytheme .assetspicker .item-toolbar button{background-color:var(--white-color);border-color:var(--white-color);color:var(--comment)}body.communitytheme .assetspicker .item-toolbar button>i{align-items:center;display:flex;font-size:var(--text-size-small);height:auto;justify-content:center;transition:var(--animation-fast);width:auto}body.communitytheme .assetspicker .item-toolbar button:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body.communitytheme .assetspicker .item-toolbar button:hover:not(:disabled)>i{scale:1.2}body.communitytheme .assetspicker button.button-picker{background-color:var(--blue);border-color:var(--blue);color:var(--white-color)}body.communitytheme .assetspicker button.button-picker:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}body.communitytheme .radialprogress .radialprogress-circle .circle__fill{stroke:var(--primary-color)}body.communitytheme .itemprogressbar-content{flex-grow:1;height:20px;position:relative}body.communitytheme .itemprogressbar-content .itemprogressbar-bar .itemprogressbar-bar-wrapper{background-color:var(--grey-color);color:var(--primary-color)}body.communitytheme .itemprogressbar-content .itemprogressbar-bar.top .itemprogressbar-bar-wrapper{background-color:var(--primary-color);color:var(--white-color)}#approot>.app-layout{background-color:#fafafa}.app-layout{right:0}.app-layout,.app-layout .appmenu{bottom:0;left:0;position:absolute;top:0}.app-layout .appmenu{transition:transform .2s ease-out;width:260px}.app-layout .appmenu-overlay{background-color:rgba(0,0,0,.3);display:none;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease-out;width:100%}.app-layout .app-content{bottom:0;display:flex;flex-flow:column nowrap;left:0;overflow:hidden;position:absolute;right:0;top:0;transform:transformY(0);transition:left .2s ease-out,filter .2s ease-out,transform .2s ease-out .25s}.app-layout .app-content>.app-header{height:var(--headerSize)}.app-layout .app-content>section{height:calc(100% - var(--headerSize));overflow:hidden;position:relative;width:100%}.app-layout .app-content>section:not(:first-child){margin-inline:.5rem;margin-bottom:.5rem;width:auto}.app-layout.menu-collapsible .appmenu-overlay{display:block;transform:translate(100%,100%)}.app-layout.menu-collapsible .app-content{left:260px}.app-layout.menu-collapsed .appmenu-overlay{display:block;transform:translate(100%,100%)}.app-layout.menu-collapsed .appmenu{transform:translate(-200px)}.app-layout.menu-collapsed .app-content{left:60px}.app-layout:not(.menu-collapsible).menu-expanded .appmenu-overlay{display:block;opacity:1;transform:translate(0)}.app-layout.appload .app-content{left:0;transform:translateY(-60px)}.app-layout.appload .appmenu{transform:translate(-260px)}@media screen and (max-width:768px){body{--h1FontSize:1.5em;--h2FontSize:1.3em;--h3FontSize:1.1em;--h4FontSize:1em}.app-layout .app-content{left:0}.app-layout .app-content>.app-header{background-color:var(--blue);border-radius:var(--radius-small);gap:2px;height:50px;margin:.25rem .25rem 0;padding-left:0}.app-layout .app-content>.app-header .burger-menu{display:flex;flex-shrink:0;height:50px;width:50px}.app-layout .app-content>.app-header>.app-header-side{padding-right:.5rem}.app-layout .app-content>.app-header>.app-header-side .showmore{color:var(--white-color)}.app-layout .app-content>section,.app-layout .app-content>section:not(:first-child){border-radius:0;height:calc(100% - 50px);margin:0}.app-layout.menu-collapsed .app-content{left:0}.app-layout.menu-collapsed .appmenu{transform:translate(-260px)}.app-layout.menu-expanded .appmenu{transform:translate(0)}}.popover-wrapper .popover-shell .popover-content{background-color:var(--bg-darker);border-radius:var(--radius-big)}.popover-wrapper .popover-shell .popover-content .pageloader{background-color:var(--bg-darker)}.popover-shell.botradpopover .popover-content{background-color:var(--dark-color);color:var(--white-color);width:500px}.popover-shell.botradpopover .popover-content .botrad{padding:20px}.popover-shell.botradpopover .popover-content .tradcode{align-items:center;display:flex}.popover-shell.botradpopover .popover-content .tradcode input[type=text]{flex-grow:1;margin-right:8px}.popover-shell.botradpopover .popover-content .tradcode button{background-color:transparent;color:inherit;padding:0}.popover-shell.botradpopover .popover-content .botradform{position:relative}.popover-shell.botradpopover .popover-content .botradform .i18ninput.multiple.i18ninput-M{display:block}.popover-shell.botradpopover .popover-content .botradform .i18ninput.multiple.i18ninput-M .i18ninput-bloc{width:100%}.popover-shell.botradpopover .popover-content .botradform label{color:var(--grey-color-darker)}.popover-shell.botradpopover .popover-content .botradform input[type=text],.popover-shell.botradpopover .popover-content .botradform textarea{background-color:transparent;color:var(--white-color)}.popover-shell.botradpopover .popover-content .botradform .actions{text-align:right}.popover-shell.botradpopover .popover-content .botradload{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}body.edittrads [data-trad]:hover{cursor:help!important;outline:2px solid #6d6dee}.cookiebar,.cookiebar .cookiebar-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.cookiebar .cookiebar-overlay{background-color:rgba(0,0,0,.6);touch-action:manipulation}.cookiebar .cookiebar-content{align-items:center;background-color:#fff;color:#000;display:flex;flex-direction:column;left:50%;max-width:400px;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.cookiebar .cookiebar-content h3{color:var(--primary-color)}.cookiebar .cookiebar-content .cookiebaractions button{margin-right:6px}.cookiebar .cookiebar-content .cookiebaractions button:last-child{margin-right:0}