.hiddenFields {
  display: none; }

.invisible {
  display: none; }

.expressComponent {
  margin: 10px 0; }

.expressComponent button {
  width: 100%;
  padding: 10px 0; }

.express-loader-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.express-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #00a1e0;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

.hidden {
  visibility: hidden;
  height: 0; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }


/*# sourceMappingURL=adyenCssPDP.css.map*/