.vms-wc-pc-table {
  width: 100%;
  max-width: 550px;
}

#vms-wc-pc-api-key {
  padding: 8px 25px;
  min-height: 30px;
  max-width: 550px;
  width: 100%;
  border-color: #0083c3;
}

.vms-wc-pc-table .vms-wc-pc-api-key:focus {
  border-color: #00a0d2;
}

.vms-wc-pc-switch-control {
  display: flex;
  width: 100px;
  height: 35px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
  text-transform: uppercase;
  line-height: 16px;
}
.vms-wc-pc-switch-control .switch {
  color: #333a41;
  background: #d4d4d4;
  transition: all 0.3s ease-in-out;
}
.vms-wc-pc-switch-control .switch:hover {
  background: #00a0d2;
  color: #ffffff;
}
.vms-wc-pc-switch-control .selected {
  background: #0074a5;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.vms-wc-pc-switch-control .selected:hover {
  background: #00a0d2;
  color: #fff;
}
.vms-wc-pc-switch-control span {
  padding: 6px;
  margin: 0 !important;
  cursor: pointer;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vms-wc-pc-switch-control input {
  width: 40px;
  height: 30px;
  position: absolute;
  opacity: 0;
}

.vms-wc-pc-switch-control span:first-of-type {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}

.vms-wc-pc-switch-control span:last-of-type {
  border-radius: 0 3px 3px 0;
  border-left: 0;
}

.vms-wc-loading-spinner::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../img/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

li.wc_payment_method {
  display: none !important;
}
div#ppc-button-ppcp-gateway {
  display: none !important;
}

li.wc_payment_method.show {
  display: block !important;
}
div#ppc-button-ppcp-gateway.show {
  display: block !important;
}