/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ajax-progress,.ajax-progress .throbber{display:none;}.button .ajax-progress,.button .ajax-progress .throbber{display:inline-block;padding:0;}.button .ajax-progress__throbber:before{content:"";display:inline-block;border-radius:50%;transition:all .5s;width:16px;height:16px;border:2px solid white;border-top-color:var(--subtheme-main-color);margin-right:10px;animation:rotating 1s infinite;}@keyframes rotating{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
