payment.scss 5.86 KB

h1{
  font-size:45px;
  line-height:54px;
  margin-bottom: 30px;
  margin-top:35px;
  
}

@media only screen and (max-width: 767px){
  h1{
    font-size:35px;
    line-height:42px;
    margin-bottom: 30px;
  }
}

h2{
  font-size:35px;
  line-height:40px;
  margin-bottom: 30px;
  margin-top:35px;
  font-family: "Helvetica" !important;
  font-weight: 300 !important;
  color:#68696D;
  text-transform: uppercase;
}

@media (max-width: 768px){
  #content > #homecontent > h2, h3 {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
}

p{
  font-size: 16px !important;
  line-height:21px !important;
}
.intro{
  font-size: 20px !important;
  line-height: 25px !important;
}
li{
  font-size: 16px !important;
  line-height:21px !important;
  margin-bottom: 5px;
}

.stk-button{
  background-color: #009ADE;
  .stk-button__inner-text{
   font-family: "Helvetica";
   color:#000 !important;
   font-size: 20px;
   line-height: 24px;
   font-weight: 200;
    padding: 6px 36px 5px 36px;  
    @media (max-width: 768px){
      padding: 6px 0px 5px 0px;
      font-size: 18px;
    }
  }
 }

 .stk-column-wrapper{
  margin: 12px 0px !important;
 }

#card-cvv{
  margin-bottom: 8px;
}
.wpcf7{
  form{
    padding-bottom: 40px;
  }
  [class*="col-"] {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
#bambora{
  margin-top: 0px;
  [class*="col-"] {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-bottom: 0px;
  }
}
.no-padding-bottom{
  padding-bottom: 0.5rem !important;
}


.payment_form{
  overflow: visible;
   label{
    width: unset !important;
  }
  [class*="col-"]{
  padding-top: 0rem;
  padding-bottom: 0rem;
  }

}
#policy_holders_name,
.form-inline .form-control:not(.status-dropdown),
#user_email,
#user_phone,
#payment_amount,
#policy_number,
#card_holder{
height: 34px !important;
padding: 6px 12px !important;
width: 100% !important;
padding-bottom: 0px !important;
font-size: 16px;
}
#policy_holders_name,
#user_email::placeholder,
#user_phone::placeholder,
#payment_amount::placeholder,
#policy_number::placeholder,
#card_holder::placeholder {
  color: rgb(108, 117, 125);
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0px !important;

}


#card-cvv,
#card-expiry{
 // padding-left: 0px;
 border: 1px solid #a4a5a8;
}
/* card images are added to card number */
#card-number {
  background-image: none;
  background-origin: content-box;
  background-position: calc(100% + 0px) center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 0px !important;
}
#card-number, #card-cvv, #card-expiry {
  border: 1px solid #a4a5a8;
  border-radius: 0px !important;
  padding-bottom: 0px !important;

}

/* feedback is displayed after tokenization */
#feedback {
  position: relative;
  left: 15px;
  display: inline-block;
  background-color: transparent;
  border: 0px solid rgba(200, 200, 200, 1);
  border-radius: 4px;
  transition: all 100ms ease-out;
  padding: 11px;
}



#feedback.success {
  color: seagreen;
  border: 1px solid;
}

#feedback.error {
  color: #a94442;
  border: 1px solid;
}

.help-block {
  display: none;
}

#card-number,
.wpcf7-form-control {
  margin-bottom: 0px;
}

#alert{
  font-size: 22px;
  font-weight: bold;
}


button#pay-button {
    float: right;
    top: 40px;
    display: block;
    position: relative;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 0 !important;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #008de4;
    border: none !important;
    font-family: "Helvetica";
    color:#000 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 200 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 40px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    background-image: none !important;
    display: block;
    width: unset !important;
    @media only screen and (max-width: 768px) {
      float: none;
      width: 100% !important;
      top: 20px;
    }
}
.payment {
 text-align: left;
 height: 0px;
 
}

#complete{
  display: none !important;
}


.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none;
  align-items: center;
  justify-content: center;; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#approve .container{
  font-size: 18px;
  margin-top: 50px;
  max-width: 550px;
  [class*="col-"] {
    padding-top: 0.5rem;
    padding-bottom:  0.5rem;
  }
  h2{
    text-align: center;
  }
  .bold{
    font-family: 'HelveticaNeue-Bold';
  }
}


.dataTables_wrapper {
  position: relative;
  clear: both;
  width: 100%;
  margin-top:40px;
  overflow:scroll;
}

div.dataTables_wrapper div.dataTables_filter {
  margin-top:20px;
  text-align: right;
  width: 95%;
  float: left;
}
.status-dropdown{
  width:200px;
  float:left;
}


.disabled:not(#pay-button){
  background-color:  transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: transparent !important;
  border: 1px solid transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 0em !important;
}

.non-valid{
  color: #a94442;
}

.pay-closed{
  border-radius: 0px;
  padding-bottom: 30px;
h2{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px !important;
  @media (max-width: 768px){
    font-size: 24px !important;
    line-height: 29px !important;
  }
}
}
@media (max-width: 700px){
.container {
  margin-top: 0px;
}
}

@media (max-width: 768px){
  #other-header{
  display:block;
  }

  }