/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@media (min-width:768px){.webform-flexbox{display:flex;margin:1em -0.5em;}.webform-flexbox.js-webform-states-hidden[style*="display: block"]{display:flex !important;}.webform-flexbox .webform-flexbox{margin:1em 0;}.webform-flexbox--flex-start{align-items:flex-start;}.webform-flexbox--flex-end{align-items:flex-end;}.webform-flexbox--center{align-items:center;}.webform-flex{min-width:0;}.webform-flex--container{margin:0 0.5em;}.webform-flex--container > .form-item{margin:0;}.webform-flex--container > .form-item > input:not([type="checkbox"]),.webform-flex--container > .form-item > select{width:100%;}.container-inline .webform-flex--container > .form-item > input:not([type="checkbox"]),.container-inline .webform-flex--container > .form-item > select,.webform-flex--container > .form-item.webform-element--title-inline > input:not([type="checkbox"]),.webform-flex--container > .form-item.webform-element--title-inline > select{width:inherit;}.webform-flex--container > .webform-has-field-prefix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix > select,.webform-flex--container > .webform-has-field-suffix > select{width:85%;}.webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > select{width:70%;}.webform-flex--container > .webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-element-help-container--element > select{width:85%;}.webform-flex--container > .webform-has-field-prefix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix.webform-element-help-container--element > select{width:70%;}.webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > select{width:50%;}.webform-flex--1{flex:1;}.webform-flex--2{flex:2;}.webform-flex--3{flex:3;}.webform-flex--4{flex:4;}.webform-flex--5{flex:5;}.webform-flex--6{flex:6;}.webform-flex--7{flex:7;}.webform-flex--8{flex:8;}.webform-flex--9{flex:9;}.webform-flex--10{flex:10;}.webform-flex--11{flex:11;}.webform-flex--12{flex:12;}.webform-flex--container > .form-type-webform-select-other select{width:100%;}.webform-flex--container > .form-type-webform-select-other .form-item{margin:0;}.webform-flex--container > .form-type-webform-select-other .form-item + .form-item{margin-top:0.5em;}.webform-flex--container > .form-type-range-output > .form-range-output{width:66%;}.form-composite > .webform-flexbox{margin:1em -0.5em;}.webform-flex--container .form-type-checkbox,.webform-flex--container .form-type-radio{white-space:nowrap;}}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.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);}
.agc26-summary-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:20px;margin-bottom:20px;}.agc26-summary-card h4{margin-top:0;margin-bottom:15px;color:#333;font-size:1.2em;}.agc26-summary-card .table{margin-bottom:0;}.agc26-summary-card .table td{padding:6px 0;border:none;}.agc26-summary-total td{border-top:2px solid #333 !important;padding-top:10px !important;font-size:1.1em;}.form-item-payment-option .form-radios{display:flex;gap:15px;flex-wrap:wrap;}.form-item-payment-option .form-radios .form-item{flex:1;min-width:200px;padding:15px;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;transition:border-color 0.2s,background-color 0.2s;}.form-item-payment-option .form-radios .form-item:hover{border-color:#0d6efd;background-color:#f0f6ff;}.form-item-payment-option .form-radios .form-item input:checked ~ label,.form-item-payment-option .form-radios .form-item:has(input:checked){border-color:#0d6efd;background-color:#e7f1ff;}.form-item-payment-option .form-radios .form-item label{font-weight:600;cursor:pointer;display:block;}.agc26-breakdown-card{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:20px;margin:20px 0;}.agc26-breakdown-card h5{margin-top:0;margin-bottom:15px;color:#333;}.agc26-breakdown-table{margin-bottom:10px;}.agc26-breakdown-table td{padding:8px 0;}.agc26-breakdown-deposit td{background-color:#e8f5e9;padding:10px 8px !important;font-size:1.05em;}.agc26-breakdown-total td{background-color:#e3f2fd;padding:10px 8px !important;font-size:1.1em;}.agc26-breakdown-note{margin-top:15px;padding:10px 15px;background:#fff3cd;border-radius:4px;font-size:0.95em;}.agc26-hold-methods{margin-top:15px;padding:15px;background:#f8f9fa;border-radius:4px;}.agc26-hold-methods h6{margin-top:0;margin-bottom:10px;}.agc26-hold-methods ul{margin-bottom:0;padding-left:20px;}.agc26-hold-methods li{margin-bottom:8px;}.agc26-contract-display{margin:20px 0;}.agc26-contract-content{max-height:400px;overflow-y:auto;padding:20px;border:1px solid #dee2e6;border-radius:6px;background:#fff;font-size:0.9em;line-height:1.6;}.agc26-contract-content h1,.agc26-contract-content h2,.agc26-contract-content h3{font-size:1.1em;margin-top:15px;margin-bottom:8px;}.agc26-contract-content p{margin-bottom:10px;}.agc26-payment-schedule-table{width:100%;border-collapse:collapse;margin:15px 0;}.agc26-payment-schedule-table th,.agc26-payment-schedule-table td{padding:8px 12px;border:1px solid #dee2e6;text-align:left;}.agc26-payment-schedule-table th{background:#f8f9fa;font-weight:600;}.agc26-payment-schedule-table tr:nth-child(even){background:#f9f9f9;}fieldset.form-item--signature-section{border:2px solid #dee2e6;border-radius:6px;padding:20px;margin-top:20px;background:#fafafa;}.agc26-payment-success{max-width:600px;margin:40px auto;padding:30px;background:#e8f5e9;border:1px solid #4caf50;border-radius:8px;text-align:center;}.agc26-payment-success h3{color:#2e7d32;margin-top:0;}.agc26-payment-pending{max-width:600px;margin:40px auto;padding:30px;background:#fff3e0;border:1px solid #ff9800;border-radius:8px;text-align:center;}.agc26-payment-pending h3{color:#e65100;margin-top:0;}.agc26-payment-error{max-width:600px;margin:40px auto;padding:30px;background:#ffebee;border:1px solid #f44336;border-radius:8px;text-align:center;}.agc26-payment-error h3{color:#c62828;margin-top:0;}@media print{.agc26-breakdown-card,.agc26-contract-content,.agc26-summary-card{border:1px solid #000;break-inside:avoid;}.agc26-contract-content{max-height:none;overflow:visible;}}
