.s8-navigationSecondary,.s8-navigationSecondary ul{box-sizing:border-box;list-style-type:none;padding:0px;margin:0px}#ajaxLoading{position:fixed;top:0px;left:0px;height:2px;background:#428bca;z-index:2147483630;width:10%;animation:animAjaxLoadingAnimate 4s forwards}@keyframes animAjaxLoadingAnimate{0%{width:10%}10%{width:10%}12%{width:30%}20%{width:36%}30%{width:36%}32%{width:50%}50%{width:50%}52%{width:60%}100%{width:100%}}#ajaxLoading.ajaxLoadingHide{animation:none;width:100%;opacity:0;height:0px;transition:all 0.4s linear}#ajaxLoading>.ajaxLoadingMessage{position:fixed;top:10px;right:1px;background:white;padding:10px 16px;box-shadow:0px 1px 1px rgba(0,0,0,0.2);opacity:0;animation:animajaxLoadingMessageShow 0.1s linear forwards}@keyframes animajaxLoadingMessageShow{0%{transform:translateX(8%);opacity:0.3}100%{opacity:1}}dialogbox{position:absolute;right:0;left:0;margin-right:auto;margin-left:auto;width:700px;box-sizing:border-box;background:#fff;display:none;opacity:0;padding:32px;border:none;box-shadow:0 20px 60px rgba(0,0,0,0.15),0 8px 24px rgba(0,0,0,0.1);border-radius:12px;max-width:100%;&.dialogBoxFullScreen{position:fixed;top:0!important;right:0!important;bottom:0!important;left:0!important;overflow:auto!important;width:auto!important}& h1:first-child,& h2:first-child,& h3:first-child,& h4:first-child,& h5:first-child,& p:first-child,& style:first-child+h1,& style:first-child+h2,& style:first-child+h3,& style:first-child+h4,& style:first-child+h5,& style:first-child+p{margin-top:0}&.dialogBoxOpen{animation-name:dialogBoxOpenAnimIn;animation-duration:0.3s;animation-timing-function:cubic-bezier(0.16,1,0.3,1);opacity:1;margin-top:0px}&.dialogBoxClose{animation-name:dialogBoxOpenAnimOut;animation-duration:0.25s;animation-timing-function:cubic-bezier(0.4,0,0.2,1);opacity:0}}dialogboxoverlay{position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:rgba(80,90,111,0.6);opacity:0;backdrop-filter:blur(0px);will-change:opacity,backdrop-filter;&.dialogBoxOpen{opacity:1;backdrop-filter:blur(1px);animation-fill-mode:both;animation-name:dialogBoxOverlayOpenAnimIn}&.dialogBoxClose{opacity:0;animation-fill-mode:both;animation-name:dialogBoxOverlayOpenAnimOut;animation-duration:0.25s;animation-timing-function:cubic-bezier(0.4,0,0.2,1)}}dialogboxclose{position:absolute;top:-16px;right:-16px;width:32px;height:32px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.2s cubic-bezier(0.4,0,0.2,1);background:#fff;border:2px solid #cbd5e1;&:hover{background:#f8fafc;transform:scale(1.05)}&:active{transform:scale(0.95);background:#e2e8f0}&::before,&::after{content:"";position:absolute;width:16px;height:2px;background:#94a3b8;border-radius:1px;transition:background 0.2s}&::before{transform:rotate(45deg)}&::after{transform:rotate(-45deg)}&:hover::before,&:hover::after{background:#334155}}@keyframes dialogBoxOpenAnimIn{0%{opacity:0;transform:scale(0.95) translateY(-10px)}100%{opacity:1;transform:scale(1) translateY(0)}}@keyframes dialogBoxOpenAnimOut{0%{opacity:1;transform:scale(1) translateY(0)}100%{opacity:0;transform:scale(0.96) translateY(10px)}}@keyframes dialogBoxOverlayOpenAnimIn{0%{opacity:0}100%{opacity:1}}@keyframes dialogBoxOverlayOpenAnimOut{0%{opacity:1}100%{opacity:0}}@media (max-width:768px){dialogbox{padding:12px}}