/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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 6px 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:1261;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;}.container-inline .hidden{display:none;}
.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;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.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);}
body.path-user-login .block-page-title-block,body.path-user-login nav.tabs,body.path-user-login .tabs,body.page-user-login .block-page-title-block,body.page-user-login nav.tabs,body.page-user-login .tabs{display:none;}#otp-form-wrapper{--otp-accent:#ff6b00;--otp-accent-strong:#e45a00;--otp-accent-soft:rgba(255,107,0,0.12);--otp-text:#1f2937;--otp-muted:#667085;--otp-border:#eadfd4;--otp-shadow:0 28px 60px rgba(15,23,42,0.14);max-width:520px;margin:clamp(24px,6vw,64px) auto clamp(48px,8vw,88px);padding:0 16px;}#otp-form-wrapper .otp-login-form{position:relative;font-family:"Avenir Next","Segoe UI",sans-serif;}#otp-form-wrapper .otp-login-card{position:relative;overflow:hidden;padding:clamp(24px,5vw,36px);border:1px solid rgba(255,107,0,0.14);border-radius:28px;background:radial-gradient(circle at top right,rgba(255,107,0,0.16),transparent 36%),linear-gradient(180deg,#fffaf6 0%,#ffffff 42%,#fff7f0 100%);box-shadow:var(--otp-shadow);}#otp-form-wrapper .otp-login-card::after{position:absolute;inset:0;border:1px solid rgba(255,255,255,0.7);border-radius:inherit;content:"";pointer-events:none;}#otp-form-wrapper .otp-login-card__hero{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;}#otp-form-wrapper .otp-login-card__badge{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#ffffff;color:var(--otp-accent);font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;box-shadow:0 12px 24px rgba(255,107,0,0.14);}#otp-form-wrapper .otp-login-card__title{margin:0;color:var(--otp-text);font-size:clamp(1.9rem,5vw,2.35rem);font-weight:800;letter-spacing:-0.04em;line-height:1.04;}#otp-form-wrapper .otp-login-card__description{margin:0;color:var(--otp-muted);font-size:0.98rem;line-height:1.6;}#otp-form-wrapper .otp-login-card__stepper{display:inline-flex;align-items:center;gap:10px;margin-top:4px;}#otp-form-wrapper .otp-login-card__step{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,107,0,0.18);border-radius:999px;background:rgba(255,107,0,0.06);color:var(--otp-accent);font-size:0.92rem;font-weight:700;}#otp-form-wrapper .otp-login-card__step.is-active{border-color:transparent;background:linear-gradient(135deg,var(--otp-accent) 0%,#ff8a1a 100%);color:#ffffff;box-shadow:0 14px 24px rgba(255,107,0,0.24);}#otp-form-wrapper .otp-login-card__step-line{width:48px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(255,107,0,0.9),rgba(255,107,0,0.15));}#otp-form-wrapper .otp-login-form .otp-login-panel,#otp-form-wrapper .otp-login-form .captcha{margin-bottom:18px;}#otp-form-wrapper .otp-login-form .form-item{margin:0;}#otp-form-wrapper .otp-login-form label,#otp-form-wrapper .otp-login-form .captcha__title{display:block;margin-bottom:10px;color:var(--otp-text);font-size:0.92rem;font-weight:700;}#otp-form-wrapper .otp-login-form .captcha__title{padding:0;border:0;}#otp-form-wrapper .otp-login-form input.form-tel,#otp-form-wrapper .otp-login-form input.form-text,#otp-form-wrapper .otp-login-form input.form-number{width:100%;min-height:56px;padding:0 16px;border:1px solid var(--otp-border);border-radius:18px;background:#ffffff;box-shadow:inset 0 1px 2px rgba(15,23,42,0.03);color:var(--otp-text);transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;}#otp-form-wrapper .otp-login-form input::placeholder{color:#9aa4b2;}#otp-form-wrapper .otp-login-form input:focus{border-color:var(--otp-accent);box-shadow:0 0 0 4px rgba(255,107,0,0.14);outline:0;transform:translateY(-1px);}#otp-form-wrapper .otp-login-form .description{margin-top:8px;color:var(--otp-muted);font-size:0.84rem;line-height:1.5;}#otp-form-wrapper .otp-login-form .otp-login-otp-entry{margin-bottom:22px;}#otp-form-wrapper .otp-login-form .otp-login-otp-entry__title{margin:0 0 8px;color:var(--otp-text);font-size:clamp(1.45rem,4vw,1.75rem);font-weight:800;letter-spacing:-0.03em;}#otp-form-wrapper .otp-login-form .otp-login-otp-entry__hint{margin:0 0 18px;color:var(--otp-muted);font-size:0.96rem;line-height:1.6;}#otp-form-wrapper .otp-login-form .otp-login-otp-slots{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;}#otp-form-wrapper .otp-login-form .otp-login-otp-slot{width:100%;min-width:0;min-height:72px;padding:0;border:1px solid #d9dfe8;border-radius:18px;background:#ffffff;box-shadow:0 10px 20px rgba(15,23,42,0.06);color:var(--otp-text);font-size:clamp(1.5rem,4vw,1.95rem);font-weight:800;line-height:1;text-align:center;transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;}#otp-form-wrapper .otp-login-form .otp-login-otp-slot:focus{border-color:var(--otp-accent);box-shadow:0 0 0 4px rgba(255,107,0,0.14);outline:0;transform:translateY(-1px);}#otp-form-wrapper .otp-login-form .captcha{padding:18px;border:1px solid var(--otp-border);border-radius:22px;background:rgba(255,255,255,0.94);}#otp-form-wrapper .otp-login-form .captcha__title{margin-bottom:14px;color:var(--otp-accent);font-size:0.78rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;}#otp-form-wrapper .otp-login-form .captcha__element{align-items:stretch;gap:14px 16px;}#otp-form-wrapper .otp-login-form .captcha__image-wrapper{display:flex;flex-direction:column;justify-content:center;flex:0 0 150px;padding:10px;border:1px solid rgba(255,107,0,0.14);border-radius:18px;background:linear-gradient(180deg,#fffdfb 0%,#fff6ee 100%);}#otp-form-wrapper .otp-login-form .captcha__image-wrapper img{width:100%;margin:0;padding:0;border:0;border-radius:12px;}#otp-form-wrapper .otp-login-form .reload-captcha-wrapper{display:inline-flex;align-self:flex-start;margin-top:10px;}#otp-form-wrapper .otp-login-form .reload-captcha{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,107,0,0.18);border-radius:999px;background-color:rgba(255,107,0,0.08);background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 56 56' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1,0,0,1,-344.937,-314.119)'%3E%3Cpath d='M399.28,314.12L390.155,321.37C385.356,317.346 379.193,314.901 372.499,314.901C357.37,314.901 344.937,327.335 344.937,342.463C344.937,357.591 357.371,369.744 372.499,369.744C384.359,369.744 394.551,362.29 398.405,351.775L388.53,349.369C385.887,355.601 379.763,359.9 372.499,359.9C362.775,359.9 355.061,352.187 355.061,342.462C355.061,332.737 362.774,324.743 372.499,324.743C376.107,324.743 379.422,325.86 382.186,327.743L373.155,334.931L399.28,339.774L399.28,314.118L399.28,314.12Z' style='fill:%23ff6b00;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:18px 18px;box-shadow:0 8px 20px rgba(255,107,0,0.12);opacity:1;transition:background-color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;}#otp-form-wrapper .otp-login-form .reload-captcha:hover{border-color:rgba(255,107,0,0.32);background-color:rgba(255,107,0,0.14);box-shadow:0 12px 24px rgba(255,107,0,0.18);transform:translateY(-1px);}#otp-form-wrapper .otp-login-form .reload-captcha:focus{outline:0;box-shadow:0 0 0 4px rgba(255,107,0,0.14);}#otp-form-wrapper .otp-login-form .captcha .form-item-captcha-response{flex:1 1 220px;}#otp-form-wrapper .otp-login-form .form-actions{margin:8px 0 0;}#otp-form-wrapper .otp-login-form .otp-login-actions .button,#otp-form-wrapper .otp-login-form .otp-login-actions input[type="submit"]{width:100%;min-height:58px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--otp-accent) 0%,#ff8a1a 100%);color:#ffffff;font-size:1rem;font-weight:700;letter-spacing:0.01em;box-shadow:0 18px 30px rgba(255,107,0,0.24);transition:transform 0.2s ease,box-shadow 0.2s ease,opacity 0.2s ease;}#otp-form-wrapper .otp-login-form .otp-login-actions .button:hover,#otp-form-wrapper .otp-login-form .otp-login-actions input[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 22px 34px rgba(255,107,0,0.3);}#otp-form-wrapper .otp-login-form .otp-login-actions .button:focus,#otp-form-wrapper .otp-login-form .otp-login-actions input[type="submit"]:focus{outline:0;box-shadow:0 0 0 4px rgba(255,107,0,0.16);}#otp-form-wrapper .otp-login-form .otp-login-actions .button:disabled,#otp-form-wrapper .otp-login-form .otp-login-actions input[type="submit"]:disabled{opacity:0.55;cursor:not-allowed;transform:none;box-shadow:none;}#otp-form-wrapper .otp-login-form .js-otp-panel[hidden]{display:none !important;}#otp-form-wrapper [data-drupal-messages]{margin-bottom:18px;}#otp-form-wrapper .messages,#otp-form-wrapper .alert{margin-bottom:0;border:0;border-radius:18px;}@media (max-width:575px){#otp-form-wrapper{padding:0 12px;}#otp-form-wrapper .otp-login-card{padding:22px 18px;border-radius:24px;}#otp-form-wrapper .otp-login-card__step-line{width:34px;}#otp-form-wrapper .otp-login-form .captcha{padding:16px;}#otp-form-wrapper .otp-login-form .captcha__image-wrapper,#otp-form-wrapper .otp-login-form .captcha .form-item-captcha-response{flex-basis:100%;}#otp-form-wrapper .otp-login-form .otp-login-otp-slots{gap:10px;}#otp-form-wrapper .otp-login-form .otp-login-otp-slot{min-height:60px;border-radius:16px;font-size:1.4rem;}#otp-form-wrapper .otp-login-form input.form-tel,#otp-form-wrapper .otp-login-form input.form-text,#otp-form-wrapper .otp-login-form input.form-number,#otp-form-wrapper .otp-login-form .otp-login-actions .button,#otp-form-wrapper .otp-login-form .otp-login-actions input[type="submit"]{min-height:54px;border-radius:16px;}}
.captcha__description{margin-bottom:.75em;}
.captcha-type-challenge--image{--image-width:150px;--reload-icon-size:16px;--gap-h:1rem;--gap-v:.35rem;position:relative;}.captcha-type-challenge--image .captcha__element{display:flex;flex-flow:row wrap;align-items:flex-start;gap:var(--gap-v) var(--gap-h);}.captcha-type-challenge--image .captcha__element>.form-item{flex:1 1 calc(100% - var(--image-width) - var(--gap-h));min-width:13em;margin:0;}.captcha-type-challenge--image .captcha__element>.form-item>label{margin-top:0;}.captcha__image-wrapper{position:relative;flex:0 0 var(--image-width);}.captcha__image-wrapper img{display:block;max-width:100%;border:1px solid #eee;padding:.35rem;margin-bottom:.5rem;}
.reload-captcha{display:block;width:var(--reload-icon-size);height:var(--reload-icon-size);background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 56 56' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg transform='matrix(1,0,0,1,-344.937,-314.119)'%3E%3Cpath d='M399.28,314.12L390.155,321.37C385.356,317.346 379.193,314.901 372.499,314.901C357.37,314.901 344.937,327.335 344.937,342.463C344.937,357.591 357.371,369.744 372.499,369.744C384.359,369.744 394.551,362.29 398.405,351.775L388.53,349.369C385.887,355.601 379.763,359.9 372.499,359.9C362.775,359.9 355.061,352.187 355.061,342.462C355.061,332.737 362.774,324.743 372.499,324.743C376.107,324.743 379.422,325.86 382.186,327.743L373.155,334.931L399.28,339.774L399.28,314.118L399.28,314.12Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;font-size:0px;text-align:left;opacity:0.7;transition-property:opacity;transition-duration:150ms;transition-timing-function:linear;}.reload-captcha:hover{opacity:1;}.reload-captcha:focus:not(:focus-visible){animation:image_captcha_refresh_spin 500ms linear 1;}.captcha--loading .reload-captcha{animation:image_captcha_refresh_spin 500ms linear infinite;}@keyframes image_captcha_refresh_spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
