/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
:root{--citizen-chatbot-panel-width:50vw;}.layout-container{transition:margin-right 0.4s cubic-bezier(0.25,0.46,0.45,0.94);}body.is-citizen-chatbot-open .layout-container{margin-right:var(--citizen-chatbot-panel-width);}body.is-citizen-chatbot-resizing .layout-container{transition:none;}.citizen-chatbot__launcher{position:fixed;right:20px;bottom:20px;z-index:100000;display:flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;color:#fff;cursor:pointer;background:#020b2a;border:none;border-radius:50%;box-shadow:0 4px 20px rgba(2,11,42,0.3);transition:transform 0.2s ease,box-shadow 0.2s ease;}.citizen-chatbot__launcher:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(2,11,42,0.4);}.citizen-chatbot__launcher:focus-visible{outline:3px solid #0060e6;outline-offset:2px;}body.is-citizen-chatbot-open .citizen-chatbot__launcher{display:none;}.citizen-chatbot__launcher-icon{width:26px;height:26px;}.citizen-chatbot__panel{position:fixed;top:0;right:0;z-index:100002;display:flex;flex-direction:column;width:var(--citizen-chatbot-panel-width);height:100vh;height:100dvh;background:#fff;box-shadow:-5px 0 25px rgba(0,0,0,0.12);transform:translateX(100%);visibility:hidden;transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94),visibility 0.4s ease;}body.is-citizen-chatbot-open .citizen-chatbot__panel{transform:translateX(0);visibility:visible;}body.is-citizen-chatbot-resizing .citizen-chatbot__panel{transition:none;}.citizen-chatbot__resize{position:absolute;top:0;left:-3px;z-index:2;display:flex;align-items:center;justify-content:center;width:10px;height:100%;cursor:col-resize;touch-action:none;}.citizen-chatbot__resize::before{width:4px;height:44px;content:"";background:#dddde1;border-radius:4px;transition:background-color 0.15s ease;}.citizen-chatbot__resize:hover::before,.citizen-chatbot__resize:focus-visible::before,body.is-citizen-chatbot-resizing .citizen-chatbot__resize::before{background:#0060e6;}.citizen-chatbot__resize:focus-visible{outline:3px solid #0060e6;outline-offset:-3px;}.citizen-chatbot__bar{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #dddde1;}.citizen-chatbot__title{font-size:16px;font-weight:600;color:#020b2a;}.citizen-chatbot__close{display:flex;align-items:center;justify-content:center;padding:8px;color:#020b2a;cursor:pointer;background:transparent;border:none;border-radius:8px;transition:background-color 0.2s ease;}.citizen-chatbot__close:hover{background:#ececf2;}.citizen-chatbot__close:focus-visible{outline:3px solid #0060e6;outline-offset:2px;}.citizen-chatbot__body{position:relative;flex:1;min-height:0;}.citizen-chatbot__iframe{display:block;width:100%;height:100%;background:#fff;border:none;}@media (max-width:768px){.citizen-chatbot__panel{width:100% !important;}body.is-citizen-chatbot-open .layout-container{margin-right:0 !important;}.citizen-chatbot__resize{display:none;}}
.layout--twocol-section{display:flex;flex-wrap:wrap;}.layout--twocol-section > .layout__region{flex:0 1 100%;}@media screen and (min-width:40em){.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second{flex:0 1 50%;}.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second{flex:0 1 33%;}.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first{flex:0 1 67%;}.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second{flex:0 1 25%;}.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first{flex:0 1 75%;}}
