:root{
  --bs-btn-hover-bg: #C0C0C0;
}

body {
  padding: 1em;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
@media screen and ( min-width:768px ) {
  body {
    padding: 50px;
  }
}

a {
  color: #00B7FF;
}

table td {
  border: 1px solid black;
  padding: 1em;
  width: 33.33%;
}

table {
  width: 100%;
}

tr.highlight {
  background: #c0c0c0;
}

.input-select {
  padding: 0.75em;
  margin: 0.5em;
}

.btn {
  margin: 0.5em;
  border: 1px solid #c0c0c0;
}

.input {
  border: 1px solid #e3e3e3;
  padding: 0.5em 0.5em;
  margin: 1em;
  line-height: 2em;
}


.customerIdInfo p {
  border: 2px solid #0066ff;
  padding: 1em;
}
.orderJSON, .vaultJSON {
  font-size: 1.5em;
  margin-left: 2em;
}
.vaultJSON[href=''],
.orderJSON[href=''] {
  display: none;
}

.none {
  display: none;
}


.grid-wrapper {
  display: flex;
  grid-gap: 1em;
  justify-content: space-around;
}

.col-half {
  width: 50%;
}

.clientId1.active, .clientId2.active {
  background: yellow;
}

.cardField1 {
  height: 4.5rem;
}


#googlepay-container {
  margin: 12px 0;
  height: 45px;
}




/* Fastlane */
.fastlane form {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em;
  width: min(640px, 100%);
}
@media screen and (min-width: 768px) {
  .fastlane form {
    padding: 32px;
  }
}

.fastlane fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 16px 0;
  padding: 0;
}
.fastlane button {
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.fastlane button:disabled {
  cursor: wait;
}
.fastlane hr:has(+ section[hidden]) {
  display: none;
}

.fastlane input[type="checkbox"] {
  margin: 8px;
  transform: scale(1.5);
}

.fastlane input:not([type="checkbox"]) {
  border: 1px solid #929496;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  padding: 8px 12px 8px 12px;
}
.fastlane *:has(#shipping-required-checkbox:not(:checked)) ~ input {
  display: none;
}

.fastlane section {
  margin: 32px 0;
}

.fastlane section.active .edit-button:not(.pinned) {
  display: none;
}

.fastlane section.active .summary {
  display: none;
}

.fastlane section.pinned .edit-button:not(.pinned) {
  display: none;
}

.fastlane section.pinned .summary {
  display: none;
}

.fastlane section:not(.active, .pinned) fieldset {
  display: none;
}

.fastlane section:not(.active, .pinned) .submit-button {
  display: none;
}

.fastlane section:not(.visited) .edit-button {
  display: none;
}

.fastlane .edit-button {
  background-color: initial;
  border: 2px solid #003087;
  box-sizing: border-box;
  color: #003087;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  height: 32px;
  line-height: 20px;
  padding: 0px 16px 0px 16px;
}

.fastlane .email-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}

.fastlane .email-input-with-watermark {
  flex: auto;
  margin: 0;
}

.fastlane .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

.fastlane .submit-button:not([hidden]) {
  background-color: #003087;
  border: none;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  margin: 0 auto;
  padding: 12px 32px 12px 32px;
}

.fastlane .submit-button:disabled {
  background-color: #dbdde0;
}

.fastlane #payment:not(.active, .pinned) ~ #checkout-button {
  display: none;
}

.fastlane #watermark-container {
  align-self: flex-end;
  min-height: 24px;
}



.plm-table th,
.plm-table td {
  width: auto;
  border: 1px solid black;
  padding: .5em;
}

.error-msg {
  color: red;
}



apple-pay-button {
  margin-top: 1em;
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 40px;
  --apple-pay-button-border-radius: 3px;
  --apple-pay-button-padding: 0 px 0 px;
  --apple-pay-button-box-sizing: border-box;
}

body::after {
  content: "";
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  background: black;
  z-index: 1000;
  transition: opacity .25s linear;
}
body.loading::after {
  opacity: .8;
  width: 100%;
  height: 100%;
}


.addr-form input[type=text], 
.addr-form select,
.addr-form textarea {
  width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 40px;
    background: white;
    font-size: 17px;
    color: #3a3a3a;
    font-family: helvetica, tahoma, calibri, sans-serif;
}


a#xoLink[href=''] {
  display: none;
}