/*
Theme Name: MobilitySoft
Author: MobilitySoft BartekZ
Author URI: http://zalechtech.pl
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-family: 'Work Sans', sans-serif;
  font-display: swap;
  color: #343434;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
p {
  margin: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

a {
  color: #0062A3; }

.text-center {
  text-align: center; }

.text-upper {
  text-transform: uppercase; }

.text-white {
  color: #fff; }

.image-center,
.img-center {
  display: block;
  margin: auto; }

.image-right,
.img-right {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.bg-white {
  background-color: #fff; }

.container {
  background-color: #fff; }

.btn-wrapper {
  display: flex;
  justify-content: center; }
  .btn-wrapper .btn-cta {
    padding: 1.1rem 1.37rem;
    cursor: pointer;
    position: relative;
    min-width: 154px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: background-color 0.35s;
    border: 0;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border-radius: 0;
    background-color: #0062a3;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 5px; }

.supportus {
  margin: auto;
  max-width: 992px; }
  .supportus h2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .supportus .buttons--price-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 40px;
     }
    .supportus .buttons--price-wrapper .button--price {
      margin: 15px 15px;
      flex-basis: calc(25% - 30px); }
  .supportus .donor-data-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;

    margin-bottom: 20px;
    flex-basis: 50%; }
    .supportus .donor-data-wrapper .datainput {
      flex: 100%;
      display: block;
      max-width: calc( 100% - 30px);
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 1rem; }
      @media only screen and (min-width: calc(546 / 16 * 1rem)) {
        .supportus .donor-data-wrapper .datainput {
          max-width: calc(48% - 30px);
        }
      }

  .supportus .support-type-wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    flex-basis: 50%; }
  .supportus .info_popup {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12; }
    .supportus .info_popup.info_popup--visible {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .supportus .info_popup--infotext {
      margin-bottom: 1rem; }
    .supportus .info_popup[data-status="blik-code-error"] .btn-wrapper--exit {
      display: flex; }
    .supportus .info_popup .btn-wrapper--exit {
      display: none; }
  .supportus #payment-method-loader {
    margin: auto;
    opacity: 0;
    transition: opacity 1s; }
    .supportus #payment-method-loader.visible {
      opacity: 1; }
  .supportus .ajax-loader-wrapper {
    height: 32px;
    margin-bottom: .5rem;
    width: 100%; }
  .supportus .payment-method {
    padding-top: 23px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #F7F7FA;
    padding-bottom: 24px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between; }
    .supportus .payment-method.payment-method--visible {
      display: flex; }
    .supportus .payment-method .payment-method__title,
    .supportus .payment-method .payment-method__amount {
      margin-bottom: 0;
      font-size: 1.1rem;
      font-weight: 700;
      text-transform: capitalize; }
  .supportus .agreements {
    margin-top: 1.7rem; }

.tpaymobilitysoft-button {
  padding: .8rem 1rem;
  /* border: 3px solid #0062A3; */
  background-color: #fff;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.35s;
  margin-bottom: 2rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-bottom: 1.75rem; 
  padding: 17px 38px;
  border-radius: 5px;
  background-color: #a7c138;
  border: 1px solid #a7c138;
  color: #fff;
  cursor: pointer;
  transition: .2s;
}
  .tpaymobilitysoft-button:hover {
    background-color: #FFD04D; }
.button__input-decor{
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
}
.button__title {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: color 0.35s;
  z-index: 2;
  position: relative; }

.button--price {
  padding: .8rem 1rem;
  border: 3px solid #0062A3;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.35s;
  margin-bottom: 2rem;
  border: 2px solid #0062A3;
  margin-bottom: 0.9rem;
  min-width: 154px;
  display: inline-block; 
  /* min-width: 170px; */
  min-height: 120px;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  margin: 10px;
}
  .button--price .button__title,
  .button--price .button__currency {
    font-size: 1.25rem; 
    color: #0062A3;
  }
  .button--price .button__title {
    font-weight: 700;
    display: block;
    margin: auto;
    text-align: center; }
  .button--price .button__selectamount {
    position: absolute; 
    opacity: 0;
    top: 15px;
    right: 15px;
  }
  .button--price .button__selectamount:checked + .button__input-decor{
    background-color: #fff;
  }
  .button--price .button__selectamount:checked + .button__input-decor::after{
    content: '';
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xNDIiIGhlaWdodD0iMTAuNTQ2IiB2aWV3Qm94PSIwIDAgMTQuMTQyIDEwLjU0NiI+DQogIDxwYXRoIGlkPSJQYXRoXzIwMTgiIGRhdGEtbmFtZT0iUGF0aCAyMDE4IiBkPSJNLTUuMi00LjYxOGEuNzA3LjcwNywwLDAsMCwxLDBMMy45MzUtMTIuNzVhLjcwNy43MDcsMCwwLDAsMC0xbC0xLTFhLjcwNy43MDcsMCwwLDAtMSwwTC00LjctOC4xMThsLTMuMS0zLjFhLjcwNy43MDcsMCwwLDAtMSwwbC0xLDFhLjcwNy43MDcsMCwwLDAsMCwxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgMTQuOTU3KSIgZmlsbD0iI2E3YzEzOCIvPg0KPC9zdmc+DQo=");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;

  }

  .button--price .button__inputamount {
    border: 0;
    text-align: center;
    width: 100px;
    border-bottom: 2px solid #0062A3;
    color: #0062A3;
    transition: all 0.35s;
    font-size: 1.25rem;
    font-weight: 700; }
    .button--price .button__inputamount::placeholder {
      font-size: 0.75rem;
      color: #0062A3; }
    .button--price .button__inputamount:focus, .button--price .button__inputamount:hover {
      outline: none; }
  .button--price .button__currency {
    color: #0062A3;
    text-transform: uppercase;
    transition: color 0.35s;
    z-index: 2;
    position: relative;
    font-weight: 700;
    margin-left: 8px; }
  .button--price:hover, .button--price:focus {
    background-color: #0062A3; }
    .button--price:hover .button__title,
    .button--price:hover .button__currency, .button--price:focus .button__title,
    .button--price:focus .button__currency {
      color: #fff; }
    .button--price:hover .button__inputamount, .button--price:focus .button__inputamount {
      background-color: #0062A3;
      color: #fff;
      border-bottom: 2px solid #fff; }
  .button--price.button--valid {
    border: 4px solid #DC3023;
    background-color: #f7cdca; }
    .button--price.button--valid .button__inputamount {
      background-color: #f7cdca; }
    .button--price.button--valid:hover, .button--price.button--valid:focus {
      background-color: #f7cdca; }
      .button--price.button--valid:hover .button__title,
      .button--price.button--valid:hover .button__currency, .button--price.button--valid:focus .button__title,
      .button--price.button--valid:focus .button__currency {
        color: #fff; }
      .button--price.button--valid:hover .button__inputamount, .button--price.button--valid:focus .button__inputamount {
        background-color: #f7cdca;
        color: #fff;
        border-bottom: 2px solid #fff; }

.support-metod {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: calc(992 / 16 * 1rem)) {
    .support-metod {
      flex-direction: row; } }
  .support-metod .support-metod__button {
    padding: .8rem 1rem;
    border: 3px solid #0062A3;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    position: relative;
    min-width: 154px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: background-color 0.35s;
    margin-bottom: 2rem;
    border: 0;
    min-width: 100px;
    min-height: 2.8rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
 
  }
    @media only screen and (min-width: calc(1232 / 16 * 1rem)) {
      .support-metod .support-metod__button {
        min-width: 154px; } }
  .support-metod .support-metod__title {
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 2.6;
    display: block;
    color: #343434; }
  .support-metod .button--active-yellow {
    background-color: #FFD04D; }
  .support-metod.recurrent .support-metod__button[data-action="tpaymobilitysoft_blik"], .support-metod.recurrent .support-metod__button[data-action="tpaymobilitysoft_banks"] {
    display: none; }

.button--active {
  background-color: #0062A3; }
  .button--active .button__title,
  .button--active .button__currency {
    color: #fff; }
  .button--active .button__inputamount {
    background-color: #0062A3;
    color: #fff;
    border-bottom-color: #fff; }
    .button--active .button__inputamount::placeholder {
      color: #fff; }

/* .button--hover:hover .button__title, .button--hover:focus .button__title {
  font-weight: bold; } */

.button--hover:hover:before, .button--hover:focus:before {
  background-color: #0062A3; }

.tpaymobilitysoft-button-submit {
  padding: .8rem 1rem;
  border: 3px solid #0062A3;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.35s;
  margin-bottom: 2rem;
  background-color: #FF0000;
  color: #fff;
  display: block;
  outline: none;
  width: 100%;
  border: 0; }

.button--tooltip {
  position: relative;
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .button--tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 120px;
    background-color: #fff;
    color: #0062A3;
    text-align: center;
    padding: 5px 5px;
    border-radius: 2px;
    border: 2px solid #0062A3;
    position: absolute;
    display: none;
    z-index: 12;
    transition: opacity .35s;
    top: 105%;
    left: 50%;
    margin-left: -65px; }
    @media only screen and (min-width: 992px) {
      .button--tooltip .tooltiptext {
        top: -5px;
        left: 105%;
        margin-left: unset; } }
  .button--tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    display: block; }

input {
  box-sizing: border-box; }
  input.hidden {
    display: none; }

.datainput {
  text-align: left;
  margin-bottom: calc(28 / 16 * 1rem);
  display: block;
  position: relative; }
  .datainput .datainput__text:not([type=checkbox]) {
    border-radius: 4px;
    text-transform: capitalize;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: calc(40 / 16 * 1rem);
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    outline: none; }
    .datainput .datainput__text:not([type=checkbox])[type=email] {
      text-transform: lowercase; }
    .datainput .datainput__text:not([type=checkbox]):focus ~ .datainput-sugest {
      display: block; }
  .datainput .datainput__title {
    text-transform: uppercase;
    margin-bottom: 8px; }
    .datainput .datainput__title--notvalid {
      display: none;
      margin-left: 0.5rem;
      color: #DC3023;
      font-size: .55rem; }
  .datainput .datainput-sugest {
    display: none;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 14; }
    .datainput .datainput-sugest.active {
      display: block; }
    .datainput .datainput-sugest:hover, .datainput .datainput-sugest:focus {
      display: block; }
    .datainput .datainput-sugest p {
      background-color: #0062A3;
      padding-left: 25px; }
      .datainput .datainput-sugest p:first-of-type {
        padding-top: 5px; }
      .datainput .datainput-sugest p:last-of-type {
        padding-bottom: 5px; }
      .datainput .datainput-sugest p:hover, .datainput .datainput-sugest p:focus {
        border: 0;
        outline: none;
        background-color: #1e90ff;
        cursor: pointer; }
  .datainput--notvalid .datainput__title--notvalid {
    display: initial; }
  .datainput--notvalid .datainput__text:not([type=checkbox]) {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
#multi-payment{
  background-color: #fff;

}
/* #multi-payment.button--active{
  background-color: #ffd04d;} */
/* #single-payment{
  background-color: #A7C138;
} */
#single-payment,
#multi-payment{
  margin-right: 15px;
  margin-left: 15px;
  flex-basis: calc(100% - 30px);
  background-color: #fff;  
}
@media only screen and (min-width: calc(546 / 16 * 1rem)) {
  #single-payment,
  #multi-payment{
    flex-basis: calc(50% - 30px);  
  }
}

#single-payment.button--active .button__title ,
#multi-payment.button--active .button__title {
  color: #fff;
/* #single-payment.button--active{
  background-color: #ffd04d;} */
}
#single-payment.button--active,
#multi-payment.button--active{
  font-weight: bold;
  color: #2a2a2a;
  background-color: #A7C138;
/* #single-payment.button--active{
  background-color: #ffd04d;} */
}
.tpaymobilitysoft-select {
  margin-bottom: 1rem;
  display: block; }
  .tpaymobilitysoft-select .tpaymobilitysoft-select__select {
    text-align: left;
    appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTAgNyI+DQogIDxwYXRoIGlkPSJQb2x5Z29uXzIiIGRhdGEtbmFtZT0iUG9seWdvbiAyIiBkPSJNNSwwbDUsN0gwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgNykgcm90YXRlKDE4MCkiIGZpbGw9IiMyZTJjNmUiLz4NCjwvc3ZnPg0K");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: calc(40 / 16 * 1rem);
    border: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    .tpaymobilitysoft-select .tpaymobilitysoft-select__select .tpaymobilitysoft-select__option {
      background-color: #0062A3;
      color: #fff; }
  .tpaymobilitysoft-select .tpaymobilitysoft-select__title {
    text-transform: uppercase;
    margin-bottom: 8px; }
    .tpaymobilitysoft-select .tpaymobilitysoft-select__title--notvalid {
      display: none;
      margin-left: 0.5rem;
      color: #DC3023;
      font-size: .55rem; }
  .tpaymobilitysoft-select--notvalid .tpaymobilitysoft-select__title--notvalid {
    display: initial; }
  .tpaymobilitysoft-select--notvalid .tpaymobilitysoft-select__text:not([type=checkbox]) {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
  .tpaymobilitysoft-select--notvalid .tpaymobilitysoft-select__select {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
  .tpaymobilitysoft-select--notvalid .datainput__text:not([type=checkbox]) {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
  .tpaymobilitysoft-select .tpaymobilitysoft-select__title {
    text-transform: uppercase;
    margin-bottom: 8px; }
    .tpaymobilitysoft-select .tpaymobilitysoft-select__title .datainput--notvalid {
      margin-left: 0.5rem;
      color: #DC3023;
      font-size: .55rem; }

.datainput-autocomplete {
  position: relative; }
  .datainput-autocomplete .autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0; }
  .datainput-autocomplete .autocomplete-items div {
    cursor: pointer;
    background-color: #0062A3;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px; }
  .datainput-autocomplete .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #fff; }

.tpay-header-wrapper {
  display: none; }

.tpay-insidebg {
  max-width: 100%; }

.tpay-panel-inside-content {
  margin: 0;
  margin-bottom: 30px;
  background-color: #F7F7FA;
  padding-left: 30px;
  padding-right: 30px; }

.tpay-groups-wrapper {
  background-color: #fff; }

.tpay-pay-button {
  padding: 1.1rem 1.37rem;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.35s;
  border: 0;
  margin: auto;
  margin-bottom: 2rem;
  background-image: none;
  border-radius: 0;
  background-color: #0062a3;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 5px; }

.tpay-amPmCheckbox {
  margin-bottom: 1rem; }
  .tpay-amPmCheckbox input[name='card_save'],
  .tpay-amPmCheckbox label[for='card_save'] {
    display: none !important; }

.tpay-amPmCheckbox .tpay-info-label a{
  text-decoration: underline;
}