/* @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.svg) 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.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.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;}
.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;}
.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;}}
.antibot-message{border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;padding:15px;word-wrap:break-word;overflow-wrap:break-word;margin:9px 0 10px 8px;}.antibot-message-warning{background-color:#fdf8ed;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;color:#734c00;box-shadow:-8px 0 0 #e09600;}.antibot-message-error{background-color:#fcf4f2;color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;box-shadow:-8px 0 0 #e62600;}
.js-form-type-quantity .wrapper-with-icon .icon{width:25px;height:25px}.js-form-type-quantity .wrapper-with-icon .icon svg{width:100%;height:100%}.quantity-wrapper{display:flex;justify-content:space-between;align-items:center;background-color:#00008b;border-radius:50px;padding:3px 16px;gap:12px;min-width:140px;position:relative;width:100%}.quantity-wrapper .decrement-button,.quantity-wrapper .increment-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:0 0;border:0;color:#fff;font-size:20px;font-weight:300;cursor:pointer;padding:0;transition:opacity .2s ease;flex-shrink:0}.quantity-wrapper .decrement-button:hover,.quantity-wrapper .increment-button:hover{opacity:.8}.quantity-wrapper .decrement-button:active,.quantity-wrapper .increment-button:active{opacity:.6}.quantity-wrapper .decrement-button:disabled,.quantity-wrapper .increment-button:disabled{opacity:.3;cursor:not-allowed}.quantity-wrapper .decrement-button svg,.quantity-wrapper .increment-button svg{width:20px;height:20px;stroke:currentColor}.quantity-wrapper input[type=number]{background:0 0;border:0;color:#fff;text-align:center;font-size:18px;font-weight:500;width:40px;padding:0;margin:0;flex:0 0 auto;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.quantity-wrapper input[type=number]::-webkit-outer-spin-button,.quantity-wrapper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-wrapper input[type=number]:focus{outline:0;box-shadow:none}.quantity-wrapper:focus-within{box-shadow:0 0 0 3px rgba(61,61,82,.3)}.quantity-wrapper .ajax-progress{position:absolute;bottom:-50%;left:0;width:100%;text-align:center}
.switch-wrapper{position:relative;min-height:38px;width:100%}.switch-wrapper input{width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden;border:0}.switch-wrapper input:focus{box-shadow:none}.switch-wrapper .ajax-progress{position:absolute;top:100%}.switch-wrapper .switch-label{vertical-align:top;line-height:37px;width:calc(100% - 94px)}.switch-wrapper .switch{height:38px;width:80px;border-radius:20px;background-color:gray;cursor:pointer;transition:background-color .1s linear}.switch-wrapper .switch:after{content:" ";height:30px;width:30px;position:absolute;top:4px;left:4px;border-radius:100%;background-color:#fff;transition:left .1s linear}.switch-wrapper .switch.with-label:after{content:attr(data-switch-off);display:flex;align-items:center;justify-content:center;font-size:13px;color:#00008b}.switch-wrapper input:checked+.switch{background-color:#00008b}.switch-wrapper input:checked+.switch:after{left:calc(100% - 34px)}.switch-wrapper input:checked+.switch.with-label:after{content:attr(data-switch-on)}
