/*!
 * BetalDinRegningJS - 1.1.2
 * Built: Tue Oct 07 2025 12:36:29 GMT+0200 (sentraleuropeisk sommertid)
 * KrediNor. https://kredinor.no/
 */
@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/fb98ed1700e8dfaf0764c11fc36a0a05.NunitoSans-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
}
.bg-color-1 {
  background-color: #ffffff;
}
.bg-color-2 {
  background-color: #484847;
}
.bg-color-3 {
  background-color: #009cbd;
}
.bg-color-4 {
  background-color: #444444;
}
.bg-color-5 {
  background-color: #007c94;
}
.bg-color-6 {
  background-color: #b05343;
}
.bg-color-7 {
  background-color: #92c666;
}
.bg-color-8 {
  background-color: #e8c264;
}
.border-color-1 {
  border-color: #ffffff;
}
.border-color-2 {
  border-color: #484847;
}
.border-color-3 {
  border-color: #009cbd;
}
.border-color-4 {
  border-color: #444444;
}
.border-color-5 {
  border-color: #007c94;
}
.border-color-6 {
  border-color: #b05343;
}
.border-color-7 {
  border-color: #92c666;
}
.border-color-8 {
  border-color: #e8c264;
}
.text-color-1 {
  color: #ffffff;
}
.text-color-2 {
  color: #484847;
}
.text-color-3 {
  color: #009cbd;
}
.text-color-4 {
  color: #444444;
}
.text-color-5 {
  color: #007c94;
}
.text-color-6 {
  color: #b05343;
}
.text-color-7 {
  color: #92c666;
}
.text-color-8 {
  color: #e8c264;
}
.font-xxs {
  font-size: 11px;
}
.font-xs {
  font-size: 12px;
}
.font-s {
  font-size: 14px;
}
.font-m {
  font-size: 16px;
}
.font-l {
  font-size: 18px;
}
.font-xl {
  font-size: 20px;
}
.font-xxl {
  font-size: 22px;
}
.font-extra-high {
  font-size: 100px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.page {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width: 440px;
  margin: 0 auto;
  max-width: 100%;
  min-width: 310px;
  background-color: #ffffff;
  max-height: 100%;
}
.page-title {
  font-size: 28px;
  color: #444444;
}
.page input,
.page option,
.page select,
.page textarea {
  font-family: Nunito, sans-serif;
  font-feature-settings: lining-nums;
  -webkit-font-feature-settings: lining-nums;
  -moz-font-feature-settings: lining-nums;
  font-variant-numeric: lining-nums;
  opacity: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page input {
  width: 100%;
  float: left;
  border: 1px solid #003C14;
  padding: 9px;
  padding-left: 20px;
  font-size: 16px;
  color: #003C14;
  outline: none;
  font-weight: 400;
  margin-bottom: 14px;
  border-radius: 3px;
}
.page input:focus {
  box-shadow: 0 0 0 1px #003C14;
}
.page input[type="radio"] {
  margin: 0;
}
.page h1 {
  font-size: 28px;
  color: #444444;
}
.page h2 {
  font-size: 22px;
  color: #444444;
}
.page h3 {
  font-size: 18px;
  color: #444444;
}
.page h4 {
  font-size: 16px;
  color: #444444;
}
.page p {
  color: #444444;
}
.icon-circle:before {
  content: '!';
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
}
.button-underlined {
  border-bottom: 3px solid #009cbd;
}
.button-underlined:hover {
  padding-bottom: 3px;
  -webkit-transition: all 0.65s;
  -moz-transition: all 0.65s;
  -o-transition: all 0.65s;
  transition: all 0.65s;
}
.bold {
  font-weight: 700;
}
.break-word {
  -ms-word-break: break-word;
  word-break: break-word;
}
.text-underlined {
  text-decoration: underline;
}
.no-decoration {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.border-width-xs {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-radius-s {
  border-radius: 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.default-button {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  cursor: pointer;
}
.custom-message-box {
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  gap: 12px;
  text-align: left;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.custom-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.custom-message a {
  text-decoration: underline;
  color: inherit;
  outline-color: inherit;
}
.icon-alert {
  display: inline-flex;
  content: "";
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
}
.icon-alert-warning {
  display: inline-flex;
  content: "";
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-image: url(/images/b8ab599503a483477037a81bac5179bc.alert-warning.svg);
}
.icon-alert-success {
  display: inline-flex;
  content: "";
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-image: url(/images/ee847e3db7953cc6d4763686cdbc59ac.alert-success.svg);
}
.icon-alert-info {
  display: inline-flex;
  content: "";
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-image: url(/images/65fa0c3596bff1963e288aba42ad6230.alert-info.svg);
}
.icon-alert-error {
  display: inline-flex;
  content: "";
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-image: url(/images/c0a009e4d21240270303a575feeb9aec.alert-error.svg);
}
.alert-bg-color-warning {
  background-color: #FFF9E6;
}
.alert-bg-color-success {
  background-color: #EBFAF3;
}
.alert-bg-color-error {
  background-color: #FFE7E6;
}
.alert-bg-color-info {
  background-color: #F1F1FF;
}
.alert-border-color-warning {
  border: 1px solid #FED84D;
}
.alert-border-color-success {
  border: 1px solid #A3EAB0;
}
.alert-border-color-error {
  border: 1px solid #EC6C65;
}
.alert-border-color-info {
  border: 1px solid #A5A5F9;
}
.alert-text-color-warning {
  color: #655000;
}
.alert-text-color-success {
  color: #143425;
}
.alert-text-color-error {
  color: #9C231C;
}
.alert-text-color-info {
  color: #261569;
}
.top-panel {
  background: #E1F0E1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  height: 80px;
}
.panel-white {
  background-color: #fff;
}
.container-width {
  max-width: 1280px;
}
.padding-0 {
  padding: 0px;
}
.top-padding-0 {
  padding-top: 0px;
}
.right-padding-0 {
  padding-right: 0px;
}
.bottom-padding-0 {
  padding-bottom: 0px;
}
.left-padding-0 {
  padding-left: 0px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.top-padding-5 {
  padding-top: 5px;
}
.top-padding-10 {
  padding-top: 10px;
}
.top-padding-15 {
  padding-top: 15px;
}
.top-padding-20 {
  padding-top: 20px;
}
.right-padding-5 {
  padding-right: 5px;
}
.right-padding-10 {
  padding-right: 10px;
}
.right-padding-15 {
  padding-right: 15px;
}
.right-padding-20 {
  padding-right: 20px;
}
.bottom-padding-5 {
  padding-bottom: 5px;
}
.bottom-padding-10 {
  padding-bottom: 10px;
}
.bottom-padding-15 {
  padding-bottom: 15px;
}
.bottom-padding-20 {
  padding-bottom: 20px;
}
.left-padding-5 {
  padding-left: 5px;
}
.left-padding-10 {
  padding-left: 10px;
}
.left-padding-15 {
  padding-left: 15px;
}
.left-padding-20 {
  padding-left: 20px;
}
.margin-auto {
  margin: auto;
}
.margin-0 {
  margin: 0px;
}
.top-margin-0 {
  margin-top: 0px;
}
.right-margin-0 {
  margin-right: 0px;
}
.bottom-margin-0 {
  margin-bottom: 0px;
}
.bottom-margin-4 {
  margin-bottom: 4px;
}
.left-margin-0 {
  margin-left: 0px;
}
.margin-3 {
  margin: 3px;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-20 {
  margin: 20px;
}
.top-margin-5 {
  margin-top: 5px;
}
.top-margin-10 {
  margin-top: 10px;
}
.top-margin-15 {
  margin-top: 15px;
}
.top-margin-20 {
  margin-top: 20px;
}
.top-margin-40 {
  margin-top: 40px;
}
.top-margin-120 {
  margin-top: 120px;
}
.right-margin-5 {
  margin-right: 5px;
}
.right-margin-10 {
  margin-right: 10px;
}
.right-margin-15 {
  margin-right: 15px;
}
.right-margin-20 {
  margin-right: 20px;
}
.bottom-margin-5 {
  margin-bottom: 5px;
}
.bottom-margin-10 {
  margin-bottom: 10px;
}
.bottom-margin-15 {
  margin-bottom: 15px;
}
.bottom-margin-20 {
  margin-bottom: 20px;
}
.bottom-margin-25 {
  margin-bottom: 25px;
}
.bottom-margin-30 {
  margin-bottom: 30px;
}
.bottom-margin-40 {
  margin-bottom: 40px;
}
.left-margin-5 {
  margin-left: 5px;
}
.left-margin-10 {
  margin-left: 10px;
}
.left-margin-15 {
  margin-left: 15px;
}
.left-margin-20 {
  margin-left: 20px;
}
.height-auto {
  height: auto;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  /*  for Safari */
}
.flex::after,
.flex::before {
  display: none;
}
.flex-content {
  min-width: 0;
}
.flex-vertically-center {
  display: flex;
  align-items: center;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.button-link {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: transparent;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  text-decoration: none;
  line-height: 24px;
  color: #444444;
}
.button-link::before {
  content: "";
  float: left;
  width: 100%;
  height: 3px;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to right, #046632 0%, #19a970 100%);
}
.button-link:hover,
.button-link:focus,
.button-link:active {
  text-decoration: none;
}
.button-link:hover::before {
  background: linear-gradient(to right, #046632 0%, #19a970 100%);
  bottom: -3px;
}
.button-link:hover::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-link-dark {
  color: #444444;
}
.main-button {
  width: 100%;
  border: 1px solid #d0d3d4;
  padding: 9px;
  padding-left: 20px;
  font-size: 15px;
  color: #7c7c7c;
  outline: none;
  font-weight: 400;
  margin-bottom: 14px;
}
.main-button[disabled="disabled"],
.main-button[disabled="disabled"]:hover {
  border: 2px solid #cccccc;
  color: #cccccc;
  background: #ffffff;
  cursor: default;
}
.main-button.button-link {
  text-decoration: none;
}
.main-button.button-link::before {
  display: none;
}
.main-button.button-link:visited,
.main-button.button-link:hover {
  color: #ffffff;
}
button.main-button {
  font-weight: 700;
  background: none;
  color: #009cbd;
  cursor: pointer;
  border: 2px solid #009cbd;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
button.main-button:hover,
button.main-button:focus {
  background: #009cbd;
  color: #ffffff;
}
.text-uppercase {
  text-transform: uppercase;
}
.line-height-rel-m {
  line-height: 1.5em;
}
.hidden-before-fully-loaded {
  display: none;
}
.radio-btn input {
  width: 0;
  opacity: 0;
}
.radio-btn input:focus {
  box-shadow: none;
}
.radio-btn label {
  display: flex;
  cursor: pointer;
}
.radio-btn label::before {
  opacity: 1;
  top: unset;
  left: 0px;
  border: solid 2px #003C14;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  background: white;
  padding: 3px;
  margin-right: 10px;
}
.radio-btn label:after {
  content: none;
}
.radio-btn input[type='radio'] {
  margin-bottom: inherit;
}
.radio-btn input[type='radio']:checked + label::before {
  box-shadow: inset 0 0 0 3px white;
  background: #003C14;
}
.margin-left-auto {
  margin-left: auto;
}
.flex-wrap {
  flex-basis: 100%;
  height: 0;
}
.pull-right {
  float: right;
}
@media (max-width: 768px) {
  .page {
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .xs-padding-10 {
    padding: 10px;
  }
  .xs-top-padding-0 {
    padding-top: 0px;
  }
}
@media (max-width: 370px) {
  .xs-side-paddings-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
html {
  min-height: 100%;
  position: relative;
}
body {
  height: 100%;
}
.page-loader {
  margin: 0px;
  padding: 0px;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100000002;
}
.spinner-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000003;
}
.spinner {
  margin: auto;
  border-radius: 100px;
  -webkit-animation: spin 2s infinite;
  -moz-animation: spin 2s infinite;
  -o-animation: spin 2s infinite;
  animation: spin 2s infinite;
}
.spinner-s {
  width: 100px;
  height: 100px;
  border-width: 15px;
}
.spinner-xs {
  width: 50px;
  height: 50px;
  border-width: 5px;
}
.spinner-xxs {
  width: 25px;
  height: 25px;
  border-width: 4px;
}
.spinner-centred {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.spinner-black {
  border-color: #444444;
  border-left-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
}
.spinner-white {
  border-color: #ffffff;
  border-left-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
}
.no-scroll {
  overflow: hidden;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.letspay-logo {
  display: inline-block;
  width: 320px;
  height: 74px;
  background: url(/images/8a0f55b30a9480a1ab1ab5b34f431cad.lets-pay-logo.svg) no-repeat 50%;
}
.top-panel .letspay-logo {
  width: 144px;
  height: 39px;
}
.letspay-thumbs-down {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/images/8081419c6cc609b30819342bc9c9d0c4.lets-pay-thumbs-down.svg) no-repeat 50%;
  background-size: 40px 40px;
}
.letspay-footer {
  display: inline-block;
  width: 155px;
  height: 16px;
  background: url(/images/5c05e37e3ccd8c18cb7c3c956750336e.fra-kredinor-gra.svg) no-repeat 50%;
  background-size: 155px 16px;
}
.letspay-thumbs-right {
  width: 100%;
  height: 100%;
  background: url(/images/eddad07f6bd30e60ff4999e91abcb342.lets-pay-thumbs-right.svg) center / cover no-repeat;
}
.letspay-thumbs-up {
  width: 100%;
  height: 100%;
  background: url(/images/e7921bc1efc22b450feb91f60494d39f.lets-pay-thumbs-up.svg) center / cover no-repeat;
}
.letspay-banner {
  width: 100%;
  height: 100%;
  background: url(/images/18f05a1ac24a1b349d81507ff761a04c.lets-banner.jpg) center / cover no-repeat;
}
.lets-check-mark-img {
  width: 100%;
  height: 100%;
  background: url(/images/913b5764b6a00a2b9fe79c0238734102.lets-pay-check.svg) center / cover no-repeat;
}
.letspay .creditcard-logo-img {
  background: url(/images/763a28c7cdc84dbadfd0ddf843f5f65d.lets-pay-creditcard-logo.svg) center / cover no-repeat;
}
.img-container {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.payment-option-block {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  border: #003C14 solid 1px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  min-height: 48px;
}
.payment-option-block:focus-within {
  outline: 1px solid #003C14;
}
.payment-options-title {
  color: #003C14;
}
.payment-option-description {
  margin-left: 32px;
  color: #003C14;
}
.neonomics-logo-img {
  width: 40px;
  height: 40px;
  background: url(/images/b9c0cde2258e06124265a0a65fbe6b7c.neonomics-logo.svg) center / cover no-repeat;
}
.creditcard-logo-img {
  width: 40px;
  height: 32px;
  background: url(/images/763a28c7cdc84dbadfd0ddf843f5f65d.lets-pay-creditcard-logo.svg) center / cover no-repeat;
}
.vipps-logo-img {
  width: 96px;
  height: 38px;
  background: url(/images/ab3d29a8d46c8001aad670b9303a1e55.vipps-logo.svg) center / cover no-repeat;
}
.letspay-footer-text {
  color: #ABAEAF;
  font-size: 12px;
}
.payment-window {
  height: 600px;
}
.payment-window-ie {
  height: 660px;
}
.modal-iframe {
  width: 100%;
  min-height: 670px;
  border: 0px;
  border-radius: 3px;
  background-color: #ffffff;
}
#customer-logo-container {
  height: 60px;
}
.customer-logo {
  max-height: 39px;
  max-width: 144px;
}
.invoice-creditor-name {
  margin-top: 0px;
  font-size: 28px;
  font-weight: bold;
  overflow-wrap: break-word;
}
.letspay .link,
.letspay:visited {
  text-decoration: underline;
  color: #6e6e6e;
}
.letspay {
  color: #444444;
}
.letspay h1 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 20px;
}
.letspay h1,
.letspay h2,
.letspay h3,
.letspay h4,
.letspay p,
.letspay label {
  color: #444444;
}
.letspay .creditor-title {
  margin: 0 0 8px 0;
  font-size: 16px;
}
.letspay .creditor-name {
  margin-top: 0px;
  font-size: 28px;
  font-weight: bold;
  overflow-wrap: break-word;
}
.letspay .amount-unchanged {
  color: #046632;
  font-size: 22px;
  font-weight: bold;
}
.letspay .link,
.letspay:visited {
  color: #444444;
}
.letspay .underlined-link,
.letspay:visited {
  color: #444444;
  text-decoration: underline;
}
.letspay .custom-message-box {
  max-width: 368px;
  margin: auto;
}
.letspay .main-button-block {
  width: 400px;
}
@media only screen and (max-width: 490px) {
  .letspay .custom-message-box {
    max-width: 268px;
  }
  .letspay .main-button-block {
    width: 300px;
  }
}
.letspay .main-button {
  background-color: #046632;
  border-color: #046632;
  color: #fff;
  font-size: 22px;
  padding: 15px;
}
.letspay .main-button:hover,
.letspay .main-button:focus {
  border-color: #ba1275;
  background: #ba1275;
}
.letspay .pay-at-kredinor-button {
  margin-bottom: 0px;
}
.letspay .button-link {
  color: #444444;
}
.letspay .button-link::before {
  background: linear-gradient(to right, #046632 0%, #19a970 100%);
}
.letspay .button-link:hover::before {
  background: linear-gradient(to right, #046632 0%, #19a970 100%);
}
.letspay .payment-option-block {
  border-radius: 0px;
  border: #046632 solid 1px;
  color: #444444;
}
.letspay .payment-option-block:focus-within {
  outline: 1px solid #046632;
}
.letspay .payment-option-block .payment-option-description {
  color: #444444;
}
.letspay .payment-options-title {
  color: #444444;
}
.letspay .radio-btn label {
  color: #444444;
}
.letspay .radio-btn label::before {
  border: solid 2px #046632;
}
.letspay .radio-btn input[type='radio']:checked + label::before {
  background: #046632;
}
.error-label {
  background-color: #ba1275;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/fb98ed1700e8dfaf0764c11fc36a0a05.NunitoSans-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.letspay {
  font-family: 'Nunito Sans', sans-serif;
}
.letspay .button {
  background-color: #046632;
  border: 1px solid #cccccc;
}
.letspay .button-link {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: transparent;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  text-decoration: none;
  line-height: 24px;
}
.letspay .button-link::before {
  content: "";
  float: left;
  width: 100%;
  height: 3px;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to right, #046632 0%, #19a970 100%);
}
.letspay .button-link:hover,
.letspay .button-link:focus,
.letspay .button-link:active {
  text-decoration: none;
}
.letspay .button-link:hover::before {
  background: linear-gradient(to right, #046632 0%, #19a970 100%);
  bottom: -3px;
}
.letspay .button-link:hover::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.letspay .button-link-dark {
  color: #444444;
}
.letspay .main-button {
  width: 100%;
  border: 1px solid #046632;
  padding: 15px;
  outline: none;
  font-weight: 400;
  margin-bottom: 14px;
}
.letspay .main-button[disabled="disabled"],
.letspay .main-button[disabled="disabled"]:hover {
  border: 2px solid #d0d3d4 !important;
  color: #cccccc !important;
  background: #fff !important;
  cursor: default;
}
.letspay .main-button.button-link {
  text-decoration: none;
}
.letspay .main-button.button-link:visited,
.letspay .main-button.button-link:hover {
  color: #fff;
}
.letspay .main-button.button-link {
  text-decoration: none;
}
.letspay .main-button.button-link:visited,
.letspay .main-button.button-link:hover {
  color: #046632;
}
.letspay button.main-button {
  font-family: 'Nunito Sans', sans-serif;
  font-feature-settings: lining-nums;
  -webkit-font-feature-settings: lining-nums;
  -moz-font-feature-settings: lining-nums;
  font-variant-numeric: lining-nums;
  opacity: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #046632;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.letspay button.main-button:hover {
  color: #fff;
}
.letspay .info-box {
  background-color: #ba1275;
  color: #046632;
  border-radius: 0px;
}
.letspay .info-box p,
.letspay .info-box button,
.letspay .info-box a,
.letspay .info-box a:visited {
  color: #046632;
}
.letspay .error-box p {
  color: #046632;
}

