/**
 * Check credentials in the settings page
 */
.wc-paytrail-throbber {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  vertical-align: top;
}

.wc-paytrail-throbber.processing {
  background-image: url("../images/ajax-indicators/wpspin_light.gif");
  width: 20px;
}

.wc-paytrail-throbber.ok .dashicons, .wc-paytrail-throbber.error .dashicons {
  line-height: 30px;
}

.wc-paytrail-throbber.ok {
  color: #7ad03a;
}

.wc-paytrail-throbber.error {
  color: #a00;
}

/**
 * Apple Pay verification file
 */
.wc-paytrail-ap-ver-file a.ver-file-link {
  text-decoration: none;
}

.wc-paytrail-ap-ver-file a.ver-file-link .dashicons-external {
  font-size: 14px;
}

.wc-paytrail-ap-ver-file a.ver-file-link:focus {
  outline: none;
  box-shadow: none;
}

.wc-paytrail-ap-ver-file mark {
  background: transparent !important;
}

.wc-paytrail-ap-ver-file mark.yes {
  color: #7ad03a;
}

.wc-paytrail-ap-ver-file mark.error {
  color: #a00;
}
