﻿@font-face {
  font-family: 'Bootstrap Icons';
  src: url('../fonts/bootstrap-icons.woff2') format('woff2'),
  url('../fonts/bootstrap-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
  font-family: Helvetica, Arial, sans-serif;
}

a,
a:visited {
  color: #0074bd;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #336699;
  text-decoration: underline;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 15px;
}

input:read-only {
  background-color: #e8e8e8;
}

legend {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Popover Container */
.popover {
  position: absolute;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Popover Body */
.popover-body {
  padding: 10px;
}

/* Arrow styles */
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.2); /* Outer arrow */
}

.popover .arrow:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent;
  border-right-color: #fff; /* Inner arrow */
}

/* Positioning for right-aligned popover with arrow */
.popover.right .arrow {
  top: 50%;
  left: -11px; /* Adjust to place it right beside the popover */
  margin-top: -10px; /* Center the arrow vertically */
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #0074bd;
  border-color: #0074bd;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  background-color: #336699;
  border-color: #336699;
}

.btn-super {
  width: 100%;
  padding: 14px 12px;
}

.btn[aria-busy] {
  position: relative;
  overflow: hidden;
}

.btn[aria-busy]:active {
  outline: none !important;
}

.btn[aria-busy]:before {
  content: '';
  position: absolute;
  left: 50%;
  opacity: 0;
  top: 80%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;

  /* How long it takes to rotate spinner */
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;

  /* How many times to rotate spinner */
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.btn[aria-busy]:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
}

.btn[aria-busy='true'] {
  pointer-events: none;
  cursor: not-allowed;
  color: transparent !important;
  text-align: left;
}

.btn[aria-busy='true']:before {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-left: -10px; /* Half of the spinner width */
}

.btn-primary[aria-busy='true'] {
  color: #ffffff;
  opacity: 0.7;
}

.btn-super[aria-busy]:before {
  margin-top: -15px;
}

.btn-primary[aria-busy]:before {
  color: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ptx-onboarding-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.ptx-onboarding-content {
  margin: 40px 0 30px;
  background-color: #fff;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  border-radius: 2px;
}

.ptx-onboarding-legal {
  font-size: 12px;
  color: #999;
}

.ptx-onboarding-form-header {
  padding: 30px 30px 10px 30px;
}

.ptx-onboarding-form-header {
  text-align: center;
}

.ptx-onboarding-form-header h1 {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: normal;
  word-wrap: break-word;
}

.ptx-onboarding-form-header p {
  margin: 0;
  font-size: 14px;
  color: #757575;
  word-wrap: break-word;
}

.ptx-onboarding-form-body {
  padding: 20px 30px 0px 30px;
  word-wrap: break-word;
}

.ptx-onboarding-form-footer {
  padding: 0 30px 30px;
}

.ptx-onboarding-form p {
  margin: 0 0 10px;
}

.ptx-onboarding-error {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #df0000;
}

.help-block {
  font-size: 13px;
  margin-top: 5px;
  color: #999;
  position: relative;
  padding-left: 25px;
}

.ptx-scan-error-summary-item .help-block-checkbox, .has-error label.error {
  font-size: 13px;
  margin-top: 10px;
  position: relative;
  float: left;
  padding-left: 25px;
}

.help-block svg, .help-block-checkbox svg, .has-error label.error svg  {
  width: 16px;
  height: 16px;
  fill: red;
  position: absolute;
  left: 1px;
  top: 3px;
}

.help-block-checkbox svg, .has-error label.error svg {
  top: -1px;
}

.ptx-onboarding-form label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}

.form-group {
  padding-bottom: 10px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ptx-onboarding-form input[type='checkbox'] {
  margin: 3px 0 0;
  margin-top: 1px \9;
}

/*.ptx-onboarding-form [type="checkbox"] + label {
    display: inline-block;
    padding-left: 5px;
}*/

.form-control:hover {
  border-color: #999;
}

.form-control:focus {
  outline: none;
  border-color: #7cc0ea;
}

.ptx-applicant-name,
.ptx-applicant-postcode,
.ptx-applicant-account {
  display: table;
  width: 100%;
}

.ptx-applicant-postcode {
  width: auto;
  position: relative;
}

.ptx-applicant-email {
  position: relative;
}

.ptx-applicant-postcode .loader {
  position: absolute;
  top: 25px;
  right: 75px;
  height: 24px;
  width: 24px;
  border-width: 3px;
}

.ptx-applicant-email .loader {
  position: absolute;
  top: 25px;
  right: 75px;
  height: 24px;
  width: 24px;
  border-width: 3px;
}


.ptx-applicant-name .form-group,
.ptx-applicant-postcode .form-group,
.ptx-applicant-account .form-group {
  display: table-cell;
  vertical-align: top;
}

.ptx-applicant-name .form-group,
.ptx-applicant-postcode .form-group:first-child,
.ptx-applicant-account .form-group:first-child {
  padding-right: 10px;
}

.ptx-applicant-name .form-group:last-child {
  padding-right: 0;
}

.ptx-applicant-title {
  max-width: 90px;
}

.ptx-applicant-postcode .form-control {
  max-width: 140px;
}

.ptx-applicant-postcode .btn {
  margin-top: 20px;
  height: 38px;
}

.ptx-onboarding-diabled-button {
  cursor: default;
}

.hidden {
  display: none !important;
}

.ptx-form-buttons {
  position: relative;
}

.ptx-form-buttons .loader {
  position: absolute;
  color: #ffffff;
}

.bank-account-name-item input,
.payment-reference-item input,
.ptx-applicant-account-iban input {
  text-transform: uppercase;
}

.error-message-form LABEL {
  font-family: pf_dintext_stdregular, Calibri, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.payment-previouscards .form-group {
  display: table-cell;
  vertical-align: top;
}

.payment-previouscards .form-group:first-child {
  padding-right: 10px;
}

.payment-previouscards .form-group:last-child {
  padding-right: 0px;
}

.showpreviouscards_div {
  width: 400px;
  padding-right: 10px;
}

.ddplan-debitingplan .form-group,
.ddplan-planamounts .form-group {
  display: table-cell;
  vertical-align: top;
}

.ddplan-debitingplan .form-group:first-child,
.ddplan-planamounts .form-group:first-child {
  padding-right: 10px;
}

.ddplan-debitingplan form-group:last-child,
.ddplan-planamounts .form-group:last-child {
  padding-right: 0px;
}
.ddplaninterval-item {
  width: 60px;
  padding-right: 10px;
}
.input-disabled {
  background-color: rgba(178, 178, 178, 1);
}

.ddamountspec-item {
  min-width: 100px;
  max-width: 150px;
  padding-right: 10px;
}

.ddregularamount-item {
  max-width: 150px;
  padding-right: 10px;
}

.ddplantype-item,
.ddfirstamount-item {
  max-width: 150px;
  padding-right: 10px;
}

.ddlastamount-item {
  max-width: 150px;
  padding-right: 0px;
}

.card-ddregularamount-item {
  max-width: 200px;
}

.cardnumber-expiry-date {
  max-width: 200px;
}

.card-cvc {
  max-width: 200px;
}

#timer {
  color: #555;
  text-align: center;
  font-size: medium;
  font-weight: bolder;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.fixedElement {
  position: absolute;
  top: 10px;
  right: 10px;
  /*width: 100%;*/
  z-index: 100;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  color: #555;
  border-radius: 5px;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .form-control[readonly=''] {
    background-color: #e8e8e8;
  }
}

.totalamount-item {
  width: 135px;
}

.is-today .pika-button {
  box-sizing: border-box;
  outline: 2px solid #ff8000;
  outline-offset: -2px;
  border-radius: 3px;
}

.is-selected .pika-button, .has-event .pika-button {
  outline: 2px solid #33aaff;
}

.is-selected .pika-button:hover, .has-event .pika-button:hover {
  outline: 2px solid #ff8000;
}

/*COP Modal*/
.verification-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.verification-modal .full-width, .personal-or-business-modal .full-width {
  float: left;
  width: 100%
}

.verification-modal .flex-display, .personal-or-business-modal .flex-display {
  display: flex;
}

.personal-or-business-modal .space-between {
  justify-content: space-between;
}

.verification-modal .align-center, .personal-or-business-modal .align-center {
  align-items: center;
}

.verification-modal .flex-space-15 {
  gap: 15px
}

.verification-modal .bottom-space-20 {
  padding-bottom: 20px
}

.verification-modal .top-space-20 {
  padding-top: 20px
}

.verification-modal .flex-row-reverse, .personal-or-business-modal .flex-row-reverse {
  flex-direction: row-reverse;
}

.space-20 {
  padding: 20px
}

.svg-three-icons {
  display: none;
}

.verification-modal .text-style, .personal-or-business-modal .text-style {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
}

.verification-modal .bold-text, .personal-or-business-modal .bold-text {
  font-weight: bold;
}

.verification-modal .error {
  color: #DF0000 !important;
}

.verification-modal .close {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: -10px;
}

.verification-modal .close span, .personal-or-business-modal .close span {
  color: #4C4C4C;
  float: right;
  font-size: 30px;
  font-weight: 100;
}

.verification-modal .close:hover,
.verification-modal .close:focus,
.personal-or-business-modal .close:hover,
.personal-or-business-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.extra-details {
  background-color: #F6F6F6;
}
.extra-details .modal-title {
  padding-bottom: 15px;
}
.extra-details .modal-title h2 {
  font-size: 20px !important;
}
.extra-details .form-group-ext-details label {
  color: #6E6E6E;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  padding-left: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.extra-details .form-group-ext-details input {
  box-sizing: border-box;
  height: 40px;
  width: 196px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}
.vmodal-outer {
  width: 454px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.2);
  padding: 30px;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.verification-modal .vmodal-outer .modal-title {
  float: left;
  width: 100%;
}
.personal-or-business-modal .vmodal-outer .modal-title {
  float: left;
  width: 80%;
}
.verification-modal .vmodal-outer .modal-title h2, .personal-or-business-modal .vmodal-outer .modal-title h2 {
  color: #333333;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
}
.mod-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.mod-name-icon {
  margin-top: 3px;
}
.modal-actions .buttons {
  display: block;
  float: left;
}

.btn-cancel {
  padding-left: 30px;
  padding-top: 7px;
}
body.cop-modal-open {
  overflow: hidden;
}
/*END - COP Modal*/

#success-checkmark-icon {
  text-align: center;
}

.message-details {
  padding: 0px;
  list-style: none;
}

.message-details li {
  display: flex;
  gap: 30px;
  padding-bottom: 10px;
}

.ptx-applicant-name .close-window-msg {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  color: #828282;
}

.message-details li .left-inner {
  min-width: 150px;
}

#payMe-btn[aria-busy]:before,  #confirm-payMe-btn[aria-busy]:before{
  content: '';
  width: 10px;
  height: 10px;
  border-width: 2px;
  top: 60%;
  left: 58%;
}

/* Personal or Business Account modal */
.personal-or-business-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.personal-or-business-modal.show-acc-type-modal {
  display: block;
}

.personal-or-business-modal .modal-actions {
  padding-top: 20px
}

.personal-or-business-modal .vmodal-outer .modal-title {
  padding-bottom: 20px
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .vmodal-outer {
    width: 300px;
    top: 40%;
  }
  .verification-modal .vmodal-outer .modal-title h2, .personal-or-business-modal .vmodal-outer .modal-title h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
  }
}

/* END - Personal or Business Account modal */

.js-off {
    visibility: hidden;
    position: fixed;
    top: 0;
}

.wrap-text {
    overflow-wrap: break-word;
}

#error-modal .modal-content .modal-header {
  padding: 20px 20px 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#error-modal .modal-content .modal-header #triangle-icon {
  display: flex;
  background: #df0000bd;
  width: 60px;
  height: 60px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
#error-modal .modal-content .modal-header #triangle-icon svg {
  fill: #fff;
  width: 30px;
}

#error-modal .modal-content .modal-header .title {
  font-weight: 300;
  color: red;
  font-size: 18px;
}
#error-modal .modal-content .modal-details p {
  margin: 0;
  padding: 5px 30px 20px 30px;
  text-align: center;
}

#error-modal .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}

#error-modal .modal-content .modal-footer .footer-line {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}

#error-modal .modal-content .modal-footer .ptx-form-buttons {
  width: 100px;
}

#error-modal .modal-content .modal-footer .ptx-form-buttons button {
  width: 100%;
}