.lynked-system-btn {
  background-color: transparent!important;
  border: none;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  line-height: inherit;
  font: inherit;
  padding: 8px!important;
  position: absolute;
  text-align: left;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;

  //svg {
  //  fill: #8d8d8f;
  //}
}


.lynked-copy-code--input {
  appearance: none;
  border-radius: 8px;
  border: 1px solid var(--Core-Green, #2E4B4E);
  color: #2E4B4E;
  background-color: #ffffff;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 16px;
  width: 100%;
  cursor: default;
}

.lynked-copy-code--input:focus {
  box-shadow: none
}

.lynked-lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.lynked-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 2px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lynked-lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lynked-lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lynked-lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.lynked-copy-code--wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 16px;
}

.lynked-apply-voucher--btn {
  width: 100%;
  padding: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: "SUSE", serif;
  color: white;
  background: rgb(0, 13, 70);
  margin-top: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.lynked-inactive-voucher {
  cursor: default;
  background: #bfbfbf;
}

.lynked-apply-voucher--btn svg {
  width: 24px;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
