/* Variables */
:root {
  --body-color: rgb(247, 250, 252);
  --button-color: #0062cc;
  --accent-color: #0069d9;
  --link-color: #ffffff;
  --font-color: rgb(105, 115, 134);
  --body-font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 6px;
  --form-width: 400px; }

.Stripe {
  /* Base */
  font-family: var(--body-font-family);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  /* Layout */
  /* Inputs */
  /* Buttons and links */
  /* Code block */
  /* Stripe Element placeholder */
  /* Responsiveness */
  /* todo: spinner/processing state, errors, animations */
  /* Animated form */ }
  .Stripe .payment-logo {
    max-width: 120px; }
  .Stripe .sr-root {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    justify-content: center;
    margin: 0 auto; }
  .Stripe .sr-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-self: center;
    padding: 15px 20px;
    background: var(--body-color);
    width: var(--form-width);
    border-radius: var(--radius);
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); }
    .bootbox-body .Stripe .sr-main {
      width: 100%; }
  .Stripe .sr-field-error {
    color: #cd0000;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px; }
  .Stripe .sr-input,
  .Stripe input[type="text"] {
    border: 1px solid var(--gray-border);
    border-radius: var(--radius);
    padding: 5px 12px;
    height: 44px;
    width: 100%;
    transition: box-shadow 0.2s ease;
    background: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .Stripe .sr-input:focus,
  .Stripe input[type="text"]:focus,
  .Stripe button:focus,
  .Stripe .focused {
    box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
    outline: none;
    z-index: 9; }
  .Stripe .sr-input::placeholder,
  .Stripe input[type="text"]::placeholder {
    color: var(--gray-light); }
  .Stripe .sr-result {
    height: 44px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    color: var(--font-color);
    overflow: auto; }
  .Stripe .sr-result code {
    overflow: scroll; }
  .Stripe .sr-result.expand {
    height: 350px; }
  .Stripe .sr-combo-inputs-row {
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px; }
  .Stripe button {
    background: var(--accent-color);
    border-radius: var(--radius);
    color: white;
    border: 0;
    padding: 12px 16px;
    margin-top: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%; }
  .Stripe button:hover {
    filter: contrast(115%); }
  .Stripe button:active {
    transform: translateY(0px) scale(0.98);
    filter: brightness(0.9); }
  .Stripe button:disabled {
    opacity: 0.5;
    cursor: none; }
  .Stripe a {
    color: var(--link-color);
    text-decoration: none;
    transition: all 0.2s ease; }
  .Stripe a:hover {
    filter: brightness(0.8); }
  .Stripe a:active {
    filter: brightness(0.5); }
  .Stripe code,
  .Stripe pre {
    font-family: "SF Mono", "IBM Plex Mono", "Menlo", monospace;
    font-size: 12px; }
  .Stripe .sr-card-element {
    padding-top: 15px; }
  @media (max-width: 720px) {
    .Stripe .sr-root {
      flex-direction: column;
      justify-content: flex-start;
      padding: 48px 20px;
      min-width: 320px; }
    .Stripe .sr-header__logo {
      background-position: center; }
    .Stripe .sr-payment-summary {
      text-align: center; }
    .Stripe .sr-content {
      display: none; }
    .Stripe .sr-main {
      width: 100%;
      height: 305px;
      background: #f7fafc;
      box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
      border-radius: 6px; } }
  .Stripe .spinner,
  .Stripe .spinner:before,
  .Stripe .spinner:after {
    border-radius: 50%; }
  .Stripe .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
  .Stripe .spinner:before,
  .Stripe .spinner:after {
    position: absolute;
    content: ""; }
  .Stripe .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: var(--accent-color);
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s; }
  .Stripe .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: var(--accent-color);
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease; }
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .Stripe .sr-root {
    animation: 0.4s form-in;
    animation-fill-mode: both;
    animation-timing-function: ease; }
  .Stripe .hidden {
    display: none; }
@keyframes field-in {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.95); }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1); } }
@keyframes form-in {
  0% {
    opacity: 0;
    transform: scale(0.98); }
  100% {
    opacity: 1;
    transform: scale(1); } }
div.loading {
  position: relative; }
  div.loading .loading-modal {
    position: absolute;
    display: block; }

/*# sourceMappingURL=stripe.css.map */
