/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ajax-progress.ajax-progress-fullscreen{background:rgba(0,0,0,0.5);width:100%;height:100%;border-radius:0;top:0;left:0;padding:0;opacity:1;display:flex;align-items:center;justify-content:center;}.ajax-progress.ajax-progress-fullscreen:before{content:"";}.ajax-progress.ajax-progress-throbber{background-color:rgba(0,0,0,0.5);}.ajax-progress.ajax-progress-throbber .throbber,.ajax-progress.ajax-progress-fullscreen:before{width:48px;height:48px;border:5px solid #ffffff;border-bottom-color:#0072ce;border-radius:50%;display:inline-block;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;-moz-animation:rotation 1s linear infinite;-ms-animation:rotation 1s linear infinite;-o-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;background:none;}@-webkit-keyframes rotation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@-moz-keyframes rotation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@-ms-keyframes rotation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@-o-keyframes rotation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@keyframes rotation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.facets-widget-select2 ul li{padding-left:0px;}
