@font-face {
  font-family: 'Calibri';
  src: url("../../fonts/calibri/Calibri.woff2") format("woff2"), url("../../fonts/calibri/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 9, ../../sass/components/ajax.component.scss */
.js-form-managed-file {
  position: relative;
}
/* line 11, ../../sass/components/ajax.component.scss */
.js-form-managed-file input[type='file'] + .varicon {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  transform: translateY(-50%);
}

/* line 19, ../../sass/components/ajax.component.scss */
.throbber-added {
  position: relative;
  padding-right: 50px;
}

/* line 24, ../../sass/components/ajax.component.scss */
.btn .ajax-throbber {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
}
/* line 30, ../../sass/components/ajax.component.scss */
.btn .ajax-throbber::before {
  background-image: url("../../images/icons/refresh-white.svg") !important;
}
