﻿.payment-form {
  width: 100%;
  justify-content: center;
  border-radius: 20px;
}

.payment-form {
  align-items: center;
}

@media (max-width: 1050px) {
  .payment-form {
    border-radius: 0;
    margin: 0;
    height: 110vh;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .payment-form {
    padding: 30px;
    box-sizing: border-box;
  }
}

#apple-pay-button {
  height: 48px;
  width: 100%;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: black;
}

#fastcheckout {
  background: #fafafa;
  color: black;
}

#fastcheckout input {
  border-radius: 6px;
  position: relative;
}

/*  #fastcheckout .wrapper {
    max-width: 343px;
    position: relative;
  }

  #fastcheckout button {
    width: 100%;
  }
  */
    #fastcheckout button#apple-pay-button {
      background: white;
      color: black;
      border: 1px solid rgba(0, 0, 0, 0.1);
      justify-content: center;
      line-height: 18px;
      padding: 13px;
    }

/*  #fastcheckout .border {
    color: rgba(0, 0, 0, 0.55);
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
    margin: 30px 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
  } */

    #fastcheckout .border span {
      position: absolute;
      top: -10px;
      background: #fafafa;
      padding: 0 10px;
      left: calc(50% - 1em - 5px);
    } 

#ach-wrapper {
  display: none;
}

#ach-wrapper input:first-of-type {
  margin-bottom: 10px;
}

#ach-message {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 14px;
  display: inline-block;
  color: #bf0020;
}

#ach-message:empty:before, #message:empty:before {
  content: "\200b";
}

#payment-flow-message {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  height: 100px;
  display: block;
}

  #payment-flow-message.error {
    color: #bf0020;
    font-size: 12px;
    line-height: 14px;
  }

  #payment-flow-message.success {
    color: #3374ff;
  }

div#card-container {
  font-family: Arial, sans-serif;
  display:flow;
  flex-direction: column; 
  height: 140px;
  color: #000000;
  background: #FBFBFC;
  /*width:100%;
  min-width:450px;*/
  max-width: 450px;
  text-align:left;
}

/*button {
  color: #ffffff;
  background-color: #006aff;
  border-radius: 5px;
  cursor: pointer;
  border-style: none;
  user-select: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; 
  padding: 12px;
  width: 50%;
  max-width:300px; 
  box-shadow: 1px;
} */

div.sq-card-iframe-container {

}