/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Reset styles */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* To preserve line-height
    and selector appearance */
sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

del,
ins {
  text-decoration: none;
}

img {
  border: 0;
}

/* Global Layout */
html,
body {
  min-height: 100%;
  /* Not supported by IE 5/6, but required for Firefox/Opera */
  width: 100%;
  height: 100%;
}

body {
  font: 12px/1.3em Verdana, "Bitstream vera sans", Geneva, Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #333;
  letter-spacing: -0.2px;
  overflow-y: scroll !important;
}

.hide {
  display: none;
}

.clear,
.clearer {
  clear: both;
}

.clearer {
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}

.content-area {
  width: 100% !important;
}

a {
  color: #6376b4;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.more {
  white-space: nowrap;
  padding-right: 8px;
  background: url(icons/morearrow_blue.gif) no-repeat 100% 50%;
  outline: none;
}

a[rel="external"],
a.external,
a[rel="policy"],
a.policy {
  white-space: nowrap;
  padding-right: 15px;
  background: url(icons/external10x10.gif) no-repeat 100% 50%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  padding-left: 1px;
  font-size: 10px !important;
  font-weight: normal !important;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
  color: #76797c;
}

.iexplore6 sup,
.iexplore7 sup {
  position: static !important;
}

abbr {
  border: 0;
}

/*
 p {
   margin-bottom: 18px;
 }
 */
/* classes for Alignment */
.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-left {
  text-align: left
}

h1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 1em;
  padding-left: 7px;
  height: 26px;
  line-height: 26px;
}

h1 strong {
  font-weight: bold;
}

h2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3b3b3b;
  text-align: center;
}

h2.error {
  color: red;
}

h3 {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  line-height: 18px;
}

.big {
  font-size: 13px;
}

p.subtitle {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  color: #666;
  margin-top: -15px;
  margin-bottom: 10px;
  text-align: center;
}

#page {
  position: relative;
}

#content {
  padding: 8px 8px 3px 8px;
}

/* Bottom link (support, terms) */

#bottom-link {
  bottom: 7px;
  display: block;
  position: absolute;
  left: 10px;
  font-size: 11px;
  color: #666;
}

#bottom-link a {
  text-decoration: underline;
  color: #666;
}

#bottom-link .tos-link {
  margin-left: 8px;
}

/* Support link */
#support {
  margin-top: 30px;
}

/* Bottom page support link and redeem link */
#redeem {
  display: block;
  position: absolute;
  font-size: 11px;
  left: 10px;
}

/* Back to website link */

#backToWebsite {
  bottom: 40px;
  display: block;
  position: absolute;
  left: 10px;
  font-size: 12px;
}

#backToWebsite a {
  text-decoration: underline;
  color: #000;
}

#redeem,
#mobile-back,
#plan-backward {
  display: block;
  position: absolute;
  left: 10px;
}

#mobile-back {
  bottom: 7px;
}

#redeem,
#plan-backward {
  bottom: 24px;
}

#redeem,
#mobile-back {
  font-size: 11px;
}

.copyright-container {
  position: absolute;
  font-size: 11px !important;
  line-height: 11px !important;
  color: #aaa;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.copyright-container p {
  margin: 0;
}

/* Bottom page copyright */
#copyright {
  height: 29px;
  width: 100px;
  bottom: 5px;
  right: 5px;
}

span.payment-solution-logo {
  display: block;
  height: 40px;
  width: 250px;
  margin: 1em auto;
  text-align: center;
}

/**
  * Secure payment title
  */
.title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  .title-bar {
    flex-direction: column;
    gap: 20px;
  }

  .copyright-container {
    flex-direction: column;
    text-align: center;
  }
}

#secure-payment,
#secure-payment-box {
  height: 26px;
  line-height: 26px;
}

#secure-payment,
#secure-payment-box {
  width: fit-content;
  top: 0;
  font-size: 10px;
  color: #999;
}

#secure-payment {
  right: 0;
  padding-right: 14px;
  margin-right: 7px;
}

.message-detail {
  margin: 50px auto;
}

/**
  * Multi-step payment progress
  */
h2.payment-step {
  line-height: 1em;
  text-align: left !important;
  font-weight: normal !important;
  margin: .5em 0;
  padding: 0;
  font-size: 23px;
  font-weight: 600 !important;
  margin: 0 0 20px;
}

h2.payment-step span {
  display: block;
  font-size: 11px !important;
  line-height: 11px !important;
  color: #aaa;
}

.pivot-left h1{
  font-size: 2em !important;
}

h2.payment-step span.step-number {
  float: left;
  width: 20px !important;
  font-size: 29px !important;
  line-height: 24px !important;
  padding-right: 4px !important;
  margin-right: 5px !important;
  border-right: 2px solid #ddd;
}

.payment-instruction-block {
  clear: both;
  margin: 1.5em auto;
  text-align: center;
}

.footer-notes {
  color: #999;
  font-size: .9em;
  margin: .5em 0;
}

.footer-notes a {
  color: #888;
  text-decoration: underline;
}

.legal {
  text-align: center;
  /*  color: #aaa;*/
  font-size: 10px;
  line-height: 12px;
}

.legal p {
  margin: 0 auto;
}

.legal a {
  color: #aaa;
}

.title span {
  display: block;
  color: #888;
}

.keyword,
.shortcode,
.phone-number {
  color: rgb(167 6 121);
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 3px;
}

.keyword {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -1px;
}

/**
 * Country selector button
 */
#worldwide,
#backward {
  float: right;
  white-space: nowrap;
  padding: 0 15px;
  line-height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.20, #fff), color-stop(1, #f7f7f7));
  background: -moz-linear-gradient(top, #fff 20%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #fff 20%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fff 20%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fff 20%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f7f7f7 100%);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ebebeb', GradientType=0);
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  font-size: 11px;
  margin: .2em 0 0 0;
}

#worldwide .country {
  height: 32px;
  float: left;
  font-weight: bold;
  color: #666;
}

#worldwide .country img {
  display: block;
  float: left;
  margin: 4px 4px 4px 0;
}

#worldwide .separator {
  display: block;
  float: left;
  font-size: 0;
  text-indent: -9999px;
  width: 1px;
  background: url('images/worldwide.png');
  margin: 0 5px;
  height: 32px;
}

#backward .more {
  margin-right: 10px;
}

.input-text-error {
  border: 2px solid #e35f70;
}

#worldwide .multilang {
  display: block;
  float: left;
}

.validation-block .result-message {
  margin: 20px auto;
}

.access-code-input {
  word-wrap: break-word;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  min-height: 40px;
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #84c340 !important;
  border: 1px solid #eeeeee;
  border-radius: 3px !important;
  transition: all .3s ease !important;
  padding: 18px 15px 18px 15px !important;
  height: initial !important;
}

.amount {
  color: #57bf6d;
}

.access-code-input:focus,
.access-code-input:active,
.access-code-input:focus-within,
.access-code-input:focus-visible,
input[type="number"]:focus {
  border-color: #84c340 !important;
  outline: 0;
}

.input-container {
  position: relative;
}

.icon-container {
  position: absolute;
  top: 50%;
  right: 50px;
  /* Adjust this value to position the icon as desired */
  transform: translateY(-50%);
  cursor: pointer;
}

.icon-container img {
  width: 20px;
  /* Adjust the width and height of the icon as needed */
  height: auto;
}


/* submit button */

.ikacom-button {
  display: inline-block;
  min-width: 150px;
  margin: 20px auto;
  background: #8BC34A;
  color: #fefefe;
  font-size: 1.2em;
  padding: 1em;
  border-radius: 4px;
  text-align: center;
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  transition: border-radius linear 0.05s, width linear 0.05s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ikacom-button:focus {
  outline: 0;
}

.ikacom-button.error,
.ikacom-button.success,
.ikacom-button.animate {
  width: 68.1818181818px;
  height: 68.1818181818px;
  min-width: 0;
  border-radius: 50%;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ikacom-button.animate:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 4px solid #fefefe;
  border-radius: 50%;
  border-left-color: transparent;
  animation: spinner .5s linear infinite;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.ikacom-button.success:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 12.5px;
  border: 4px solid #fefefe;
  border-right: 0;
  border-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
  transform: translate(-50%, -50%) rotate(0deg) scale(0);
  -webkit-animation: success ease-in 0.15s forwards;
  animation: success ease-in 0.15s forwards;
  animation-delay: .5s;
}

.ikacom-button.error {
  position: relative;
  -webkit-animation: vibrate ease-in 0.5s forwards;
  animation: vibrate ease-in 0.5s forwards;
  -webkit-animation-delay: .03s;
  animation-delay: .03s;
}

.ikacom-button.error:before {
  color: #fff;
  position: absolute;
  content: "!";
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-animation: error ease-in .5s forwards;
  animation: error ease-in .5s forwards;
  animation-delay: .03s;
}

.bold {
  font-size: 30px;
  font-weight: 900;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    /* Rotate continuously to make it look infinite */
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Rotate continuously to make it look infinite */
  }
}


@keyframes success {
  from {
    transform: translate(-50%, -50%) rotate(0) scale(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}

@-webkit-keyframes success {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}

@keyframes error {
  from {
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    transform: translate(-50%, -50%) scale(1);
    background-color: #f44336;
  }
}

@-webkit-keyframes error {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    background-color: #f44336;
  }
}

@keyframes vibrate {

  0%,
  30%,
  60%,
  85%,
  100% {
    left: 0;
    background-color: #f44336;
  }

  10%,
  40%,
  90%,
  70% {
    left: -2px;
    background-color: #f44336;
  }

  20%,
  50%,
  80%,
  95% {
    left: 2px;
    background-color: #f44336;
  }
}

/* kubio theme */

div.h-section-global-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
}
[data-kubio] input.access-code-input{
	border-color: rgba(var(--kubio-color-1),1) !important;
}

[data-kubio] .ikacom-button.error{
	border: none;
}


[data-kubio] .icon-container img{
	filter: brightness(0) saturate(100%) invert(45%) sepia(33%) saturate(6496%) hue-rotate(205deg) brightness(100%) contrast(101%);
}