@import "https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css" screen; 
#modal-container{
	color:#000000;
}
#modal-container h2,#modal-container a{
color:#000000;
}

.gopaywall-btn{
	background-color:#000000;
	border-color:#000000;
  
}
.gopaywall-btn:hover{
background-color:#000000;
	border-color:#000000;
	opacity:0.7;
}
.gopaywall-button:hover{
background-color:#f042ff;
	border-color:#f042ff;
	opacity:0.7;
}

.gopaywall-btn{
  
  border-radius: var(--radius);
    color: white;
    border: 0;
    padding: 12px 16px;
    margin-top: 0px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
}

.tabler2 {
 
  
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.tabler2,
.tabler2 th,
.tabler2 td {
  border: none;
  text-align: left;
  padding: 8px;
}

.tabler2 tbody tr:nth-child(even) {
  background-color: #f2f2f2
}

.tabler {
  margin-top: 20px;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.tabler,
.tabler th,
.tabler td {
  border: none;
  text-align: left;
  padding: 8px;
}


.tabler tbody tr:nth-child(even) {
  background-color: #f2f2f2
}
.tabler2 th{
  background-color:#fff;
}
.tabler2 a{
    color: #000000;
    text-decoration: none;
}

.tabler2 tr.positive td {
    background-color: #a9d5be;
    color: #3e7558;
}
/* Variables */
:root {
  --gray-offset: rgba(0, 0, 0, 0.03);
  --gray-border: rgba(0, 0, 0, 0.15);
  --gray-light: rgba(0, 0, 0, 0.4);
  --gray-mid: rgba(0, 0, 0, 0.7);
  --gray-dark: rgba(0, 0, 0, 0.9);
  --body-color: rgba(0, 0, 0, 0.7);
  --modal-background-color: rgba(0, 0, 0, 0.15);
  --headline-color: var(--gray-dark);
  --accent-color: #000000;
  --text-color: #000000;
  --danger-color: #e63757;
  --success-color: #3ecf8e;
  --body-font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 6px;
  --logo-image: url("https://storage.googleapis.com/stripe-sample-images/KAVHOLM.svg");
  --form-width: 343px;
}


:root {
  
  --headline-color: var(--accent-color);
  --logo-image: url("https://storage.googleapis.com/stripe-sample-images/logo-pasha.svg");
}


/* ----------------------------------------------------------- */
/* == tingle v0.15.1 */
/* ----------------------------------------------------------- */

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483646;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: var(--modal-background-color);
  opacity: 0;
  user-select: none;
  cursor: pointer;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  max-width:700px;
  border-radius: var(--radius);
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  background-color: var(--gray-offset);
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}


.tingle-btn--primary {
  background-color: #3498db;
}

.gp-profile-btn{
    cursor:pointer;
}

.tingle-btn--gray{
  background-color: var(--gray-light);
border-radius: var(--radius);
    color: white;
    border: 0;
    padding: 12px 16px;
    margin-top: 0px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}



/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
  }
  .tingle-modal-box__content::-webkit-scrollbar { width: 0 !important }


  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 0px;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: var(--accent-color);
    box-shadow: none;
    color: #fff;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 18px;
    vertical-align: text-top;
    font-size: 0;
  }
}

@supports (backdrop-filter: blur(12px)) {
  .tingle-modal {
    backdrop-filter: blur(20px);
  }

  @media (max-width : 540px) {
    .tingle-modal {
      backdrop-filter: blur(8px);
    }
  }

  .tingle-enabled .tingle-content-wrapper {
    filter: none;
  }
}

/* animations
-------------------------------------------------------------- */

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}






.gp-profile-btn {
  width:200px;
  color: var(--accent-color);
  border: solid 1px var(--accent-color);
  background-color: #fff;

  
}
.gp-profile-btn:hover{
  
  color: #fff;
  border: solid 1px var(--accent-color);
  background-color: var(--accent-color);
  
}
#gp-payment-holder h3{
  margin-bottom:20px;
}
#gp-payment-holder{
  text-align:center;
}
#gopaywall_stripe_holder{
    height:50px;

}
.gp-stripe-btn{
  min-width:240px;
  background: var(--accent-color);
    border-radius: var(--radius);
    color: white;
    border: 0;
    position:relative;
    padding: 12px 16px;
    font-weight: 600;
    margin-bottom:25px;
    cursor: pointer;
    font-size: 16px;
text-decoration: none;
height:46px;
top:20px;
}
.gp-stripe-btn:hover{
  background: #fff;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

@media (max-width : 880px) {
  .gp-profile-btn {
    margin-top:10px;
    width:100%;
  }
}
@media (max-width : 540px) {
  .tingle-btn--pull-right {
    float:none;
    text-align:center;
width:100%;
margin-top:20px;
  }
}










/* Base */

.sr-body {
  font-family: var(--body-font-family);
  font-size: 16px;
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
}


/* Layout */
.sr-root {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 980px;
  padding: 48px;
  align-content: center;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
}
.sr-header {
  margin-bottom: 32px;
}
.sr-payment-summary {
  margin-bottom: 20px;
}
.sr-main,
.sr-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-self: center;
}
.sr-main {
  width: var(--form-width);
}
.sr-login-modal .tingle-modal-box{
	max-width:500px;
}
.sr-lostpassword-modal .tingle-modal-box{
  max-width:500px;
}
.sr-content {
  padding-left: 48px;
}
.sr-header__logo {
  background-image: var(--logo-image);
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.sr-legal-text {
  color: var(--gray-light);
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}
.sr-field-error {
  color: var(--accent-color);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

/* Form */
.sr-form-row {
  margin: 16px 0;
}
.sr-label {
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
  color: var(--gray-mid);
  font-weight: bold;
}

/* Inputs */
.sr-input,
.sr-select {
 
  border-radius: var(--radius);
     position: relative;
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    color: #303030;
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0,0,0,.07), 0 1px 1.5px 0 rgba(0,0,0,.05);
    transition: box-shadow .08s ease-in,color .08s ease-in;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sr-input:focus,
input[type="text"]:focus,
button:focus,
.focused {
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
  outline: none;
  z-index: 9;
}
.sr-input::placeholder,
input[type="text"]::placeholder {
  color: var(--gray-light);
}

/* Checkbox */
.sr-checkbox-label {
  position: relative;
  cursor: pointer;
}

.sr-checkbox-label input {
  opacity: 0;
  margin-right: 6px;
}

.sr-checkbox-label .sr-checkbox-check {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid var(--gray-border);
  border-radius: 4px;
  transition: all 0.2s ease;
}

.sr-checkbox-label input:focus ~ .sr-checkbox-check {
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
  outline: none;
}

.sr-checkbox-label input:checked ~ .sr-checkbox-check {
  background-color: var(--accent-color);
  background-image: url("https://storage.googleapis.com/stripe-sample-images/icon-checkmark.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: -1px -1px;
}

/* Select */
.sr-select {
  display: block;
  height: 44px;
  margin: 0;
  background-image: url("https://storage.googleapis.com/stripe-sample-images/icon-chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.sr-select:after {
}
.sr-select::-ms-expand {
  display: none;
}
.sr-select:hover {
  cursor: pointer;
}
.sr-select:focus {
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
  outline: none;
}
.sr-select option {
  font-weight: 400;
}
.sr-select:invalid {
  color: var(--gray-light);
  background-opacity: 0.4;
}

/* Combo inputs */
.sr-combo-inputs {
  display: flex;
  flex-direction: column;
}
.sr-combo-inputs input,
.sr-combo-inputs .sr-select {
  border-radius: 0;
  border-bottom: 0;
}
.sr-combo-inputs > input:first-child,
.sr-combo-inputs > .sr-select:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}
.sr-combo-inputs > input:last-child,
.sr-combo-inputs > .sr-select:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
  border-bottom: 1px solid var(--gray-border);
}
.sr-combo-inputs > .sr-combo-inputs-row:last-child input:first-child {
  border-radius: 0 0 0 var(--radius);
  border-bottom: 1px solid var(--gray-border);
}
.sr-combo-inputs > .sr-combo-inputs-row:last-child input:last-child {
  border-radius: 0 0 var(--radius) 0;
  border-bottom: 1px solid var(--gray-border);
}
.sr-combo-inputs > .sr-combo-inputs-row:first-child input:first-child {
  border-radius: var(--radius) 0 0 0;
}
.sr-combo-inputs > .sr-combo-inputs-row:first-child input:last-child {
  border-radius: 0 var(--radius) 0 0;
}
.sr-combo-inputs > .sr-combo-inputs-row:first-child input:only-child {
  border-radius: var(--radius) var(--radius) 0 0;
}
.sr-combo-inputs-row {
  width: 100%;
  display: flex;
}

.sr-combo-inputs-row > input {
  width: 100%;
  border-radius: 0;
}

.sr-combo-inputs-row > input:first-child:not(:only-child) {
  border-right: 0;
}

.sr-combo-inputs-row:not(:first-of-type) .sr-input {
  border-radius: 0 0 var(--radius) var(--radius);
}

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

.tingle-btn--primary {
  background: var(--accent-color);
  border-radius: var(--radius);
  color: white;
  border: 0;
  padding: 12px 16px;
  margin-top: 0px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size:16px;
}
.tingle-btn--danger {
  background: var(--danger-color);
  border-radius: var(--radius);
  color: white;
  border: 0;
  padding: 12px 16px;
  margin-top: 0px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size:16px;
}

.tingle-btn:hover {
  filter: contrast(115%);
}
.tingle-btn:active {
  transform: translateY(0px) scale(0.98);
  filter: brightness(0.9);
}
.tingle-btn:disabled {
  opacity: 0.5;
  cursor: none;
}

.tingle-btn-small {
  padding: 4px 6px;
  font-size:14px;
}


.sr-payment-form button,
.fullwidth {
  width: 100%;
}

.sr-a {
  color: var(--accent-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.sr-a:hover {
  filter: brightness(0.8);
}

.sr-a:active {
  filter: brightness(0.5);
}

/* Code block */
.sr-callout {
  background: var(--gray-offset);
  padding: 12px;
  border-radius: var(--radius);
  max-height: 200px;
  overflow: auto;
}


/* Stripe Element placeholder */
.sr-card-element {
  padding-top: 12px;
}

/* Responsiveness */
@media (max-width: 720px) {
  .sr-root {
    flex-direction: column;
    justify-content: flex-start;
    padding: 48px 20px;
    min-width: 320px;
  }

  .sr-header__logo {
    background-position: center;
  }

  .sr-payment-summary {
    text-align: center;
  }

  .sr-content {
    display: none;
  }

  .sr-main {
    width: 100%;
  }
}

/* Pasha styles – Brand-overrides, can split these out */


.pasha-image-stack {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: auto auto;
}

.pasha-image-stack img {
  border-radius: var(--radius);
  background-color: var(--gray-border);
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.8s ease;
  opacity: 0;
}

.pasha-image-stack img:nth-child(1) {
  transform: translate(12px, -12px);
  opacity: 1;
}
.pasha-image-stack img:nth-child(2) {
  transform: translate(-24px, 16px);
  opacity: 1;
}
.pasha-image-stack img:nth-child(3) {
  transform: translate(68px, -100px);
  opacity: 1;
}

/* todo: spinner/processing state, errors, animations */

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: var(--accent-color);
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: var(--accent-color);
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Animated form */

.sr-root {
  animation: 0.4s form-in;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.sr-payment-form .sr-form-row {
  animation: 0.4s field-in;
  animation-fill-mode: both;
  animation-timing-function: ease;
  transform-origin: 50% 0%;
}

/* need saas for loop :D  */
.sr-payment-form .sr-form-row:nth-child(1) {
  animation-delay: 0;
}
.sr-payment-form .sr-form-row:nth-child(2) {
  animation-delay: 60ms;
}
.sr-payment-form .sr-form-row:nth-child(3) {
  animation-delay: 120ms;
}
.sr-payment-form .sr-form-row:nth-child(4) {
  animation-delay: 180ms;
}
.sr-payment-form .sr-form-row:nth-child(5) {
  animation-delay: 240ms;
}
.sr-payment-form .sr-form-row:nth-child(6) {
  animation-delay: 300ms;
}


@keyframes field-in {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

@keyframes form-in {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.gpdangercolor{
color: var(--danger-color);
}
.gp-warning{
font-family: var(--body-font-family);
text-align:left;
padding-left:25px;
padding-right:25px;
}

#gp-login-error{
  color: var(--danger-color);
  padding-bottom:10px;
}
#gp-login-error2{
  color: var(--danger-color);
  padding-bottom:10px;
}
#gp-lostpassworderror-error{
  color: var(--danger-color);
  padding-bottom:1px;
}
#gp-register-error{
  color: var(--danger-color);
  padding-bottom:1px;
}
#gp-register-errornotinmodal {
    color: var(--danger-color);
    padding-bottom: 1px;
}
.requiredcheckbox{
  color: var(--danger-color);
}
.requiredcheckbox a{
  color: var(--danger-color);
}
#termscheckboxholder a{
text-decoration: none;
}



.sr-register-modal{
  overflow-y:auto;

}

#gopaywall-register-form .sr-register-modal{
  overflow-y:inherit !important;

}
#gopaywall-login-form .sr-register-modal{
  overflow-y:inherit !important;

}
.gploginformembed{
    max-width:500px;
    margin: 0 auto;
}
.sr-register-modal .field{
    margin-top:10px;

}
.fields .field:first-child {
    padding-left: 0;
}
.two.fields .field {
    width: 50%;
    padding-left: 15px;
    
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.two.fields .field:first-child {
  padding-left: 0px;
  padding-right: 15px;
}
.two.fields .field .input{
  width:100%;
  font-weight:400;
}

#termscheckbox{
margin-left:0px;
position:relative;
margin-top:2px;
}
.sr-checkbox-label .sr-checkbox-check{
margin-top:2px;
}
.gpcontainer {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
}
.tingle-link{
  color: var(--accent-color);
    text-decoration: none;
  transition: all 0.2s ease;
  background: none!important;
  border: none;
  cursor: pointer;
  font-size: 16px;
font-weight: 600;
padding: 12px 16px;
font-family: inherit;
}
.hideaddress {
    display: none !important;
}

.sr-container {
   width:100%;
}

.gpplan {
    margin-bottom:15px;
    margin-top:15px;
}

.gpplan {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 18px;
}
.gpplan h1, .gpplan h4, .gpplan p{
  margin-top:6px;
  margin-bottom:8px;
}
.gpplan .tingle-btn{
margin-top:16px;
  width:100%;
}
.GPactivePlan{
  background-color: var(--success-color);
}
.gpsuccess{
  color: var(--success-color);
}
.gperror{
  color: var(--danger-color);
}
#gpplansholder button{
cursor:pointer;
}
.gptable{
  width:100%;
}
i.icon.pdf.outline:before {
    content: "\f1c1";
}

/*= Confirm Box */

#confirm-wrapper {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: rgba( 204, 204, 204, 0.6 );
	display: none;
	transition: opacity 1s ease-in;
}

#confirm-box {
	width: 400px;
	background: #fff;
	min-height: 200px;
	position: absolute;

	top: 50%;
	left: 50%;
	margin: -100px 0 0 -150px;
}

#confirm-buttons {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	padding-bottom: 1em;
}

#confirm-buttons button {
	display: inline-block;
	background: transparent;
	color: #000;
	font-size: 1em;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	border: 2px solid;
	margin: 0 0.5em;
	padding: 0.6em 0;
	width: 120px;
}

#confirm-header {
	text-align: center;
	font-size: 1em;
	margin: 2.5em 0 1.5em 0;
}

#confirm-header:after {
	content: ' ';
	display: block;
	width: 1em;
	margin: 0.4em auto;
}

#gopaywall_loginbutton{
	    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 2147483645;
    width: 175px;
	
}

#gopaywall_loginbutton a {
    font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background: var(--accent-color);
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
	font-size:15px;
	line-height:16px;
	border-top-left-radius: 5px;
border-top-right-radius: 5px;
    text-align: center;
}
.gp-plan-length{
  font-size:12px;
  margin-bottom:20px;
  margin-top:4px;
}
.gp-plan-price{
  font-weight:bold;
  font-size:24px;
  margin-top:4px;
  margin-bottom:4px;
}
#gp-payment-holder h3{
  font-size:30px;
}
#gp-coupon-input{
  padding:4px;
  height:24px;
  font-size:12px;
}
.gp-apply-coupon-link{
  font-size:12px;
  text-decoration:none;
  color: var(--accent-color);
  line-height:34px;
  cursor:pointer;
}
.gp-invalidInput{
  border: 1px solid var(--danger-color);
}
#gp-coupon-message{
  font-size:12px;
  line-height:20px;
}
.gp-error{
  color: var(--danger-color);
}
.gp-success{
  color: var(--success-color);
}
.gpplan h2{
  margin-top:0px;
  margin-bottom:10px;
  font-size:30px;
}
.gpplan h4{
  font-size:16px;
}
.gpplan p{
  font-size:16px;
}
#gopaywall-account-form .gpprofileformholder{
  width:95%;
  padding-left:5px;
}

@keyframes gp_loadingbutton {
  to {transform: rotate(360deg);}
}
 
.gp_loadingbutton:before {
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: auto;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: var(--accent-color);;
  animation: gp_loadingbutton .8s linear infinite;
}


