@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

:root {
  --light-grey: #F6F9FC;
  --dark-terminal-color: #0A2540;
  --accent-color: #635BFF;
  --radius: 3px;
}

body {
  /*padding: 20px;*/
  font-family: 'Raleway';
  display: flex;
  align-items: center;
  min-height: 100%;
  font-size: 1.2em;
  color: var(--dark-terminal-color);
}

.mb2 {
  margin-bottom: 8px;
}
.p2 {
  padding: 8px;
}

.gateway_logo{
  width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.gateway_logo_img{
  width: 100%;
  border-radius: 10px;
}

.Checkbox-Input {
  /*width: auto;*/
}

.term_cond{
  width: auto;
  display: inline-block;
}

.success .icon .border {
  stroke: #abe9d2;
}
.success .icon .checkmark {
  stroke: #24b47e;
}

.flex-item {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.CheckoutInput {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  color: rgba(26,26,26,.9);
  font-size: 16px;
  line-height: 1.5;
  border: 0;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
  transition: box-shadow .08s ease-in,color .08s ease-in,filter 50000s;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

main {
  width: 480px;
}

/*form > * {
  margin: 10px 0;
}*/

button {
  background-color: var(--accent-color);
}

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;
}
button:hover {
  filter: contrast(115%);
}
button:active {
  transform: translateY(0px) scale(0.98);
  filter: brightness(0.9);
}
button:disabled {
  opacity: 0.5;
  cursor: none;
}

.gateway_title{
  font-size:32px;
  text-align:center;
  font-weight:bold;
  margin:20px 0px 62px;
}

input, select {
  display: block;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}

label {
  display: block;
}

a {
  color: var(--accent-color);
  font-weight: 900;
}

small {
  font-size: .6em;
}

fieldset, input, select {
  /*border: 1px solid #efefef;*/
  border: none;
}


#description_result{
  font-size:40px;
  text-align:center;
  font-weight:bold;
  margin:0px 0px 20px 0px;

}

#email_result{
  text-align:center;
  font-weight:bold;
  font-size:19px;
  margin:0px 0px 15px 0px;
}

#comment_result{
  text-align:center;
  color:rgba(102, 102, 102, 0.7);
  font-size:14px;
  font-weight:bold;
  padding:0px 0px 0px 10px;
  margin:0px 0px 15px 0px;
}

#invoice_number_result{
  margin-bottom: 15px; 
  text-align: center; 
  font-weight: bold; 
  color: rgba(56, 56, 56, 0.7); 
  font-size: 18px;
}

#price_result{
  margin-bottom: 15px; 
  text-align: center; 
  font-size: 28px; 
  font-weight: bold; 
  text-decoration: underline; 
  color: rgba(0, 0, 0, 0.7);
}

.banner {
  max-width: 825px;
  color: rgb(106, 124, 148);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.15;
  position: absolute;
  bottom: 2vh;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0px auto;
  background: white;
  border-radius: 22px;
  padding: 15px;
  font-weight:bold;
  font-size:12px;
}

#payment-form {
  border: #F6F9FC solid 1px;
  /*border-radius: var(--radius);*/
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 30px 50px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
}

.form {
  width: 90%;
  max-width: 30rem;
  margin: 20px auto;
}

.form_old {
  border: #F6F9FC solid 1px;
  /*border-radius: var(--radius);*/
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 30px 50px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
}

#messages {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New';
  display: none; /* hide initially, then show once the first message arrives */
  background-color: #0A253C;
  color: #00D924;
  padding: 20px;
  margin: 20px 0;
  border-radius: var(--radius);
  font-size:0.7em;
}

.example.example1 {
  background-color: #6772e5;
}

.example.example1 * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.example.example1 fieldset {
  margin: 0 15px 20px;
  padding: 0;
  border-style: none;
  background-color: #7795f8;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #829fff;
  border-radius: 4px;
}

.example.example1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

.example.example1 .row + .row {
  border-top: 1px solid #819efc;
}

.example.example1 label {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: #c4f0ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.example.example1 input, .example.example1 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example1 input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example1 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.example1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.example.example1 input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #fff;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.example.example1 input::-webkit-input-placeholder {
  color: #87bbfd;
}

.example.example1 input::-moz-placeholder {
  color: #87bbfd;
}

.example.example1 input:-ms-input-placeholder {
  color: #87bbfd;
}

.example.example1 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #f6a4eb;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ffb9f6;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.example.example1 button:active {
  background-color: #d782d9;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #e298d8;
}

.example.example1 .error svg .base {
  fill: #fff;
}

.example.example1 .error svg .glyph {
  fill: #6772e5;
}

.example.example1 .error .message {
  color: #fff;
}

.example.example1 .success .icon .border {
  stroke: #87bbfd;
}

.example.example1 .success .icon .checkmark {
  stroke: #fff;
}

.example.example1 .success .title {
  color: #fff;
}

.example.example1 .success .message {
  color: #9cdbff;
}

.example.example1 .success .reset path {
  fill: #fff;
}
