.invoice.black .gform-field-label.gform-field-label--type-inline{
  color: white;
}
.invoice.transparent .gform-field-label.gform-field-label--type-inline{
  color: white;
}
.invoice.white .gform-field-label.gform-field-label--type-inline{
  color: black;
}

/*astra change title colors*/
div.invoice.black label.gfield_label.gform-field-label{
  color: white !important;
}
div.invoice.transparent label.gfield_label.gform-field-label{
  color: white !important;
}

/*astra remove back to top button: */
.ast-scroll-top-icon.ast-scroll-to-top-right{
  display: none !important;
}

div.popup-form#payments-popup ul.payments-list div.payments-list-element{
  position: relative;
  padding:50px 30px;
  margin-bottom:40px;
}

div.popup-form.dark#payments-popup ul.payments-list div.payments-list-element{
  background-color: rgba(0,0,0,0.1) !important;
  border-radius: var(--invoice-item-border-radius);
  
}
div.popup-form.white#payments-popup ul.payments-list div.payments-list-element{
  background-color: rgba(0,0,0,0.1) !important;
  border-radius: var(--invoice-item-border-radius);
}

div.popup-form#payments-popup ul.payments-list div.status{
  position: absolute;
  right:40px;
  top:0px;
  padding:5px 30px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 0px 0px 10px 10px;
  font-size: smaller;
}

div.popup-form#payments-popup ul.payments-list{
  margin-left: 0px;
  margin-top:20px;
}

/* Active state */
#createPortalBtn:active,
#createPortalBtn:focus { /* Added :focus pseudo-class to cover focus state as well */
    background-color: #2980b9; /* Change this color to the desired color when button is clicked */
    outline: none; /* Remove the default focus outline */
}

.invoice div.customer-details{
    text-align: left !important;
    margin-left: 60px;
    margin-bottom: 25px;
    margin-top: 25px;
}

div.notes blockquote{
  line-height: auto;
  padding: 20px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.7);  
}

div.slider_wrapper{
  padding: 30px 40px 45px 40px;
  background-color: rgba(0,0,0,0.08);
  border-radius: var(--invoice-item-border-radius);
  min-width: 150px;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: -35px;*/
  margin-top: 50px;
  color: gray;
}

div.slider_wrapper .ui-widget-content{
  background-color: rgba(0,0,0,0.5);
}

.white div.slider_wrapper{
  background-color: rgba(0,0,0,0.08);
  color: gray;
}

.black div.slider_wrapper{
  background-color: rgba(255,255,255,0.15);
  color: gray;
}

.white div.slider_wrapper .ui-slider.ui-widget-content{
	background: none;
	background-color: rgba(0,0,0,0.08);
}
.white div.slider_wrapper .ui-slider-range.ui-widget-header{
	background: none;
	background-color: rgba(0,0,0,0.08);
}

.black div.slider_wrapper .ui-slider.ui-widget-content{
	background: none;
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(0,0,0,0.5); 
}
.black div.slider_wrapper .ui-slider-range.ui-widget-header{
	background: none;
	background-color: rgba(255,255,255,0.08);
}

.transparent div.slider_wrapper .ui-slider.ui-widget-content{
	background: none;
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(0,0,0,0.5); 
}
.transparent div.slider_wrapper .ui-slider-range.ui-widget-header{
	background: none;
	background-color: rgba(255,255,255,0.08);
}


div.invoice div.msi-block div#details h2{
  margin-bottom: 40px;
  margin-top: 40px;
}

div.invoice div#facturapi_section div.business_details div.gsection_description{
  text-align: justify;
  padding-right: 0px;
}
div.invoice div.msi-plans h2{
  margin-bottom:40px;
  margin-top: 40px;
} 

div.invoice-item div.subtotal{
  font-size: 12px;
}

.invoice div.coupons{
  margin-bottom:50px;
}


/*INVOICES*/
.page-template-invoices-page #mk-page-title{
	display:none;
}

.invoices-content{
  display:flex;
  justify-content: center;
}

.invoice-item{
	width: 250px;
	padding: 35px 25px;
	margin-left: 32px;
	margin-bottom: 22px;
	backdrop-filter: blur(var(--background-blur));
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--invoice-item-border-radius);
  font-family: var(--system-font-family);
  letter-spacing: unset;
  text-align: var(--invoice-item-text-align);
}

.invoice-item.black {
	border: var(--invoice-item-border-color-dark);
	background-color: var(--black-background-color);
	color: #fff9 !important;
}
.invoice-item.white{
	background-color: var(--white-background-color);
	color: black !important;
	border: 1px solid var(--invoice-item-border-color-white);
}

.invoice-item.black .edit a{
	color: #00b1ba;
}
.invoice-item.white .edit a{
	color: #00b1ba;
}
.invoice-item.black .edit a:hover{
	color: white !important;

}
.invoice-item.white .edit a:hover{
	color: black !important;
}

.invoice-item h5{
  font-family: var(--system-font-family);
  letter-spacing: unset; 
}

.invoice-item p{
  color: #fff9 !important;
  font-family: var(--system-font-family);
  letter-spacing: unset;
}

.invoice-item.white p{
	color: black !important;
  font-family: var(--system-font-family);
  letter-spacing: unset;
}


.invoice-item p.customer_details{
	font-size: 11px !important;
	padding: 0px;
	margin: 0px;
}
 
.invoice-item hr{
	border-top: 0px solid rgba(0, 0, 0, 0.1) !important;
	border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
	border-right: 0px;
	border-left: 0px;
  background-color: var(--invoice-hr-bkg-color);
  margin-top:10px;
}
.invoice-item.white hr{
  border-top: 1px solid rgba(0,0,0,0.05) !important;
  border-bottom: 1px solid rgba(255,255,255,1) !important;
  border-right: 0px;
  border-left: 0px;
}

.invoice-item-bottom-buttons{
  margin-top:20px
}

.invoice-item-info{
	padding: 0px !important;
	overflow: visible;
}

.invoice-item h4{
	color: white !important;
	margin-bottom:4px;
	margin-top:14px;
}

.invoice-item h4.total{
	color: #00b1ba !important;
	font-size:16px !important;
}
.invoice-item h6.interval{
	color: #00b1ba !important;
}

.invoice-item h6{
	margin-bottom:20px;
	font-weight:100 !important;
}

.invoice-item h6.total{
	color: #00b1ba;
	font-family: 'Anonymous Pro', 'monospace';
	text-align: center;
  letter-spacing: normal;
}

.invoice-item h6.total small{
	font-size: 10px;
}


.invoice-item.white p.paid{
	color: white !important;
}

.invoice-item p.paid{
	position: absolute;
	display: block;
	top: -1px;
	right: 17px;
	background-color: rgba(0,0,0,0.2);
	padding: 0px 20px;
	color: #00b1ba !important;
	font-weight: bold;
	font-size:10px;
  border-radius: 0px 0px 10px 10px;
}

.invoice-item.black p.paid{
	background-color: rgba(255,255,255,0.1);
}






div.rounded_switch{
  height: 60px;
  background-color: rgba(255,255,255,0.05);
  padding-left: 25px;
  width: 230px;
  border-radius: 50px;
  display:block;
}


div.payment-plan{
  height: 60px;
  background-color: rgba(255,255,255,0.05);
  padding-left: 25px;
  width: 230px;
  border-radius: 50px;
}

div.facturapi_switch{
  height: 60px;
  background-color: rgba(255,255,255,0.05);
  padding-left: 25px;
  width: 230px;
  border-radius: 50px;
}

div.tickets_switch{
  height: 60px;
  background-color: rgba(255,255,255,0.05);
  padding-left: 25px;
  width: 230px;
  border-radius: 50px;
}

.invoice div.rounded_switch{
  margin-left: auto;
  margin-right: auto;
}

.invoice div.payment-plan{
  margin-left: auto;
  margin-right: auto;
}

.invoice div.facturapi_switch{
  margin-left: auto;
  margin-right: auto;
}

.invoice div.tickets_switch{
  margin-left: auto;
  margin-right: auto;
}

div.rounded_switch{
  background-color: rgba(0,0,0,0.1);  
}

.slider.round {
  background-color: rgba(0,0,0,0.3);
}

div.invoice.black div.rounded_switch{
  background-color: rgba(255,255,255,0.15);
}
div.invoice.black div.facturapi_switch{
  background-color: rgba(255,255,255,0.15);
}
div.invoice.black div.payment-plan{
  background-color: rgba(255,255,255,0.15);
}
div.invoice.black div.tickets_switch{
  background-color: rgba(255,255,255,0.15);
}
.black div.rounded_switch{
  background-color: rgba(255,255,255,0.15); 
}
.black div.payment-plan{
  background-color: rgba(255,255,255,0.15);
}
.white div.rounded_switch{
  background-color: rgba(0,0,0,0.1);  
}
.white div.payment-plan{
  background-color: rgba(0,0,0,0.1);
}
.black div.facturapi_switch{
  background-color: rgba(255,255,255,0.15);
}
.white div.facturapi_switch{
  background-color: rgba(0,0,0,0.1);
}
.black div.tickets_switch{
  background-color: rgba(255,255,255,0.15);
}
.white div.tickets_switch{
  background-color: rgba(0,0,0,0.1);
}

div.rounded_switch .switch{
  float: right;
  margin-right: 15px;
  margin-top: 13px; 
}

div.payment-plan .switch{
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}

div.facturapi_switch .switch{
  float: right;
  margin-right: 15px;
  margin-top: 13px;  
}
div.tickets_switch .switch{
  float: right;
  margin-right: 15px;
  margin-top: 13px;  
}

div.rounded_switch span.switch_label{
  padding-top: 19px;
  display: block;
  float: left; 
}
div.payment-plan span.switch_label{
  padding-top: 19px;
  display: block;
  float: left;
}
div.facturapi_switch span.switch_label{
  padding-top: 19px;
  display: block;
  float: left;
}
div.tickets_switch span.switch_label{
  padding-top: 19px;
  display: block;
  float: left;
}

div#facturapi_section span.switch{
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}

div#facturapi_section span.switch_label{
  padding-top: 19px;
  display: block;
  float: left;
}

.plan-totals{
  color: #00b1ba !important;
  font-family: 'Anonymous Pro', 'monospace';
}

.single-invoice #mk-footer .mk-padding-wrapper {
  padding-top: 75px !important;
}
.page-template-create-invoice #mk-page-title{
  display: none !important;
}

.page-template-create-subscription #mk-page-title{
  display: none !important;
}


.single-subscription #mk-page-title{
  display: none !important;
}

.single-invoice #mk-page-title{
  display:none !important;
}

.invoice-page .single-content {
  padding: 0px !important;
}

.single-invoice #mk-footer{
  padding: 0px !important;
}

.single-invoice #mk-footer .footer-wrapper{
  margin-bottom: 0px !important;
}

.invoice-page .background-img {
  background-image: url("../images/bkg.jpg") !important;
  background-size: cover;
  /*background-color: #ffffff;*/
  background-repeat: repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: -1;
}

.invoice {  
  /*max-width: 500px;
  width: 500px;*/
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top:60px;
  margin-top: var(--invoice-margin-top);
  margin-bottom:160px;
  padding: 40px;
  text-align: var(--invoice-text-alignment);
  backdrop-filter: blur(var(--background-blur));
  -webkit-backdrop-filter: blur(20px);
  position:relative;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
  border-radius: 20px;
  border: 0.1px solid rgba(0,0,0,0.08);
  font-family: var(--system-font-family);
  letter-spacing: unset;
}
.invoice a{
  transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  color: var(--invoice-links-color);
}

.invoice p.powered-by-stripe{
  text-align: center;
}

.invoice p.terms-section{
  display: var(--invoice-terms-display);
}



.invoice.white{
  background-color: rgba(255, 255, 255, 0.9);
  color:#333333 !important;
}
.invoice.white{
  background-color: var(--white-background-color) !important;
  color: var(--white-text-color) !important;
}
.invoice.black{
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #b7b7b7;
  box-shadow:  none !important;
}
.invoice-item.transparent {
  border: var(--invoice-item-border-color-dark);
	background-color: var(--transparent-background-color);
	color: #fff9 !important;
}
.invoice-item.transparent h5{
  color: white;
}
.invoice.transparent{
  background-color: var(--transparent-background-color);
  color: #b7b7b7;
  box-shadow:  none !important;
}
.invoice.transparent p{
  color: white;
}
.invoice.transparent h3, .invoice.transparent h2, .invoice.transparent h1{
	color: white;
} 
.invoice.black p{
  color: #b7b7b7;
}
.invoice.black h3, .invoice.black h2, .invoice.black h1{
	color: white !important;
} 
.invoice.white p{
  color: #333333;
}
.invoice.black a{
  color: #00b1ba;
}
.invoice.transparent a{
  color: #00b1ba;
}
.invoice.black a:hover{
  color:white !important;
}
.invoice.transparent a:hover{
  color:white !important;
}

.invoice.white .button{
  background-color: rgba(0,0,0,0.1) !important;
}

.invoice.white .button:hover{
  background-color: rgba(0,0,0,0.5) !important;
  color: white !important;
}

.invoice .notes {
  margin-top: 20px;
}


.invoice .paid {
  /* margin-left: auto; */
/* margin-right: auto; */
/* width: 150px; */
text-align: var(--invoice-text-alignment);
}


.invoice .split-payment-percent-field{
  display: none;
}

.invoice .gform_wrapper .top_label input.medium {
  width: 100% !important;
}
.invoice .gform_wrapper .top_label textarea.textarea {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  background-color: rgba(0,0,0,0.1) !important;
  width: 100% !important;
}
.invoice.white .gform_wrapper .top_label textarea.textarea {
  border: 0px solid rgba(0, 0, 0, 0.12) !important;
  background-color: rgba(0,0,0,0.1) !important;
  padding:20px;
  color: black !important;
  border-radius: var(--invoice-item-border-radius);
}
.invoice.white .gform_wrapper label.gform-field-label.gform-field-label--type-sub{
  color: black !important;
}
.invoice.transparent .gform_wrapper label.gform-field-label.gform-field-label--type-sub{
  color: white !important;
}
.invoice.black .gform_wrapper label.gform-field-label.gform-field-label--type-sub{
  color: white !important;
}
.invoice.black .gform_wrapper .top_label textarea.textarea {
  border: 0px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  padding:20px;
  color: white !important;
  border-radius: var(--invoice-item-border-radius);
}
.invoice.transparent .gform_wrapper .top_label textarea.textarea {
  border: 0px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  padding:20px;
  color: white !important;
  border-radius: var(--invoice-item-border-radius);
}
.invoice.white .gform_wrapper .top_label input {
  border-bottom: gray;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  background-color: transparent !important;
  border: 1px solid #0000001f !important;
  color: black !important;
}
.invoice.black .gform_wrapper .top_label input.medium {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.invoice.transparent .gform_wrapper .top_label input.medium {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  background-color: transparent !important;
  color: white !important;
}

.invoice select {
  width: 100% !important;
}
.invoice.white select {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  background-color: rgba(0,0,0,0.1) !important;
  color: black !important;
}
.invoice.black select {
  background-color: rgba(255,255,255,0.3) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: white !important;
}
.invoice.transparent select {
  background-color: rgba(255,255,255,0.3) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: white !important;
}

.invoice .gform_legacy_markup_wrapper ul li.gfield{
  margin-bottom: 40px;
}

.invoice .gform_legacy_markup_wrapper label.gfield_label{
  font-size: 20px;
}

.invoice .gform_legacy_markup_wrapper .gfield_description{
  font-size: inherit;
}

.invoice hr {
  width: 100%;
  border-right: 0px;
  border-left: 0px;
  margin-left: auto;
  margin-right: auto;
}
.invoice.white hr {
  border-top: 1px solid rgba(0,0,0,0.1) !important;
  border-bottom: 1px solid rgba(255,255,255,1) !important;
  border-right: 0px;
  border-left: 0px;

}
.invoice.black hr {
  border-top: 1px solid black;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  border-right: none;
  border-left: none;
}
.invoice.transparent hr {
  border-top: 0px solid black;
  border-bottom: 0px solid rgba(255,255,255,0.09);
  border-right: none;
  border-left: none;
  background-color: var(--invoice-hr-bkg-color);
}
.invoice h1 {
  text-align: var(--invoice-text-alignment);
  font-family: var(--system-font-family);
  letter-spacing: unset;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 0px;
}
.invoice h2 {
  text-align: var(--invoice-text-alignment);
  font-family: var(--system-font-family);
  letter-spacing: unset;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 100 !important;
}
.invoice h3 {
  text-align: var(--invoice-text-alignment);
  font-family: var(--system-font-family);
  letter-spacing: unset;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 100 !important;
}
.invoice h4 {
  margin-top: 40px;
  text-align: var(--invoice-text-alignment);
  font-family: var(--system-font-family);
  letter-spacing: unset;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 100 !important;
}
.invoice p {
  text-align: var(--invoice-text-alignment);
  font-family: var(--system-font-family);
  letter-spacing: unset;
}

.invoice .notes p{
  /*width: 70%;*/
/* margin-left: auto; */
/* margin-right: auto; */
  text-align: left;
  font-family: var(--system-font-family);
  letter-spacing: unset;
}

.invoice span.invoice_number{
  position: absolute;
  display: block;
  padding: 2px 10px;
  top: 30px;
  right: 0px;
  font-size: 10px;
  padding-left: 20px;
  border-radius: 20px 0px 0px 20px;
  font-family: 'Anonymous Pro', 'monospace';
}
.invoice.white span.invoice_number{
  background-color: rgba(0,0,0,0.3);
  color: black;
}
.invoice.black span.invoice_number{
  background-color: rgba(255,255,255,0.3);
  color: white;
}
.invoice.transparent span.invoice_number{
  background-color: rgba(0,0,0,0.1);
  color: white;
}

.invoice div.customer-details{
  text-align: left !important;
  margin-left: 60px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.invoice div.totals{
  margin-bottom: 30px;
  font-family: 'Anonymous Pro', 'monospace';
  color: #00b1ba;
}
.invoice div.totals h2{
  font-family: 'Anonymous Pro', 'monospace' !important;
}

.invoice .stripe-button-el{
  margin-top: 30px;
}




.invoice .date {
  text-align: center;
  display: block;
  width: 100px;
  position: absolute;
  top: 100px;
  right:0px;
}
.invoice .payment {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
.invoice .payment h4 {
  margin-top: 20px;
}
.invoice .payment .gform_footer {
  text-align: center !important;
}

.invoice-page {
  margin-bottom: 0px !important;
  display: inline-flex !important;
  width:500px;

}

.invoice-page .single-content {
  padding: 0px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.invoice .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: .4s;
  transition: .4s;
}

.invoice .slider_wrapper p{
  text-align: center;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3 !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.field_admin_only{
  display: none;
}

.invoice.white .slider {
  background-color: rgba(0,0,0,0.3);
}

.invoice.black .slider {
  background-color: rgba(255,255,255,0.3);
}
.invoice.transparent .slider {
  background-color: rgba(255,255,255,0.3);
}

.invoice select option{
  color:black;
}

.invoice span.tax_included{
  font-size: 10px;
}

.invoice.white .gform_wrapper input[type="text"], 
.invoice.white .gform_wrapper input[type="password"], 
.invoice.white .gform_wrapper input[type="number"]{
  border: 0px !important;
  border-bottom: 1px solid rgb(180, 180, 180) !important;
  background-color: transparent !important;
  color: black !important;
}
.invoice.black .gform_wrapper input[type="text"], 
.invoice.black .gform_wrapper input[type="password"], 
.invoice.black .gform_wrapper input[type="number"]{
  border: 0px !important;
  border-bottom: 1px solid white !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.invoice.transparent .gform_wrapper input[type="text"], 
.invoice.transparent .gform_wrapper input[type="password"], 
.invoice.transparent .gform_wrapper input[type="number"]{
  border: 0px !important;
  border-bottom: 1px solid white !important;
  background-color: transparent !important;
  color: white !important;
}





.invoice.black .gform_wrapper select{
  background-color: rgba(255,255,255,0.3) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: white !important;
}
.invoice.black .gform_wrapper option{
  color: white !important;
  background-color: rgba(0,0,0,0.3) !important;  
}
.invoice.transparent .gform_wrapper select{
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: white !important;
}
.invoice.transparent .gform_wrapper option{
  color: white !important;
  background-color: rgba(0,0,0,0.3) !important;  
}

.invoice .vendor_tag{
  background-color: rgba(0,0,0,0.1);  
  /*position: absolute;
  top:0px;*/
  text-align: center;
  color: white;
  padding:10px 10px;
  margin-top:-40px;
  margin-bottom: 20px;
  width:130px;
  margin-left: auto;
  margin-right:auto;
  border-radius: 0px 0px 10px 10px;
}

.invoice img.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.invoice input#installments.medium{
  padding: 12px 14px 12px 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  height: unset;
  border-radius: var(--invoice-item-border-radius);
  width: 100%;
}
.invoice.white input#installments.medium{
  background-color: rgba(0, 0,0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;  
  color:black !important;
  border-radius: var(--invoice-item-border-radius);
  width: 100%;
}
.invoice.black input#installments.medium{
  background-color: rgba(255,255,255,0.3) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;  
  color:white !important;
  border-radius: var(--invoice-item-border-radius);
  width: 100%;
}
.invoice.transparent input#installments.medium{
  background-color: rgba(0,0,0,0.1) !important;
  border: 0px solid rgba(255,255,255,0.1) !important;
  color: white !important;
  border-radius: var(--invoice-item-border-radius);
  width: 100%;
}
.invoice input#installments.large{
  padding: 12px 14px 12px 20px !important;
  min-width: 90%;
  margin-top: 10px;
}
.invoice.white input#installments.large{
  background-color: rgba(0, 0,0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;  
  color:black !important;
}
.invoice.black input#installments.large{
  background-color: rgba(255,255,255,0.3) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;  
  color:white !important;
}
.invoice.transparent input#installments.large{
  background-color: rgba(255,255,255,0.3) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;  
  color:white !important;
}

.invoice select#intervals {
  padding: 12px 14px 12px 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
  /*width: 200px !important;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.invoice input[type=submit]{
  border-radius: var(--invoice-item-border-radius);
  /*width: 300px !important;
  text-align: center !important;
  margin-left:auto !important;
  margin-right:auto !important;*/
} 


.invoice .payment_plan_section{
  padding: 30px;
  background-color: rgba(0,0,0,0.08);
  border-radius: var(--invoice-item-border-radius);
  /*min-width: 150px;
  max-width: 65%;*/
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: -35px;*/
  margin-top: 40px;
  margin-bottom: 45px;
}

.invoice .payment_plan_section li{
  list-style: none;
  margin-bottom:32px;
}

.invoice .gform_legacy_markup_wrapper .gsection_description{
  font-size: inherit;
}


.invoice .coupons input#coupon_code.form-control{
  transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}
.invoice.white .coupons input#coupon_code.form-control{
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: black !important;
}
.invoice.white .coupons button#submitBtn.apply-button{
  color: black !important;
  background-color: rgba(0,0,0,0.3);
}
.invoice.white .coupons button#submitBtn.apply-button:hover{
  color: black !important;
  background-color: white !important;
}
.invoice.black .coupons input#coupon_code.form-control{
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.invoice.black .coupons button#submitBtn.apply-button{
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.invoice.black .coupons button#submitBtn.apply-button:hover{
  color: black !important;
  background-color: white !important;
}
.invoice.transparent .coupons input#coupon_code.form-control{
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.invoice.transparent .coupons button#submitBtn.apply-button{
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.invoice.transparent .coupons button#submitBtn.apply-button:hover{
  color: black !important;
  background-color: white !important;
}

.invoice.transparent div.msi-block #details label{
  color:  white;
}

.invoice.transparent div.msi-block #details input{
  color: white;
}

.invoice .copy-link {
  --height: 36px;

  display: flex;
  max-width: 250px;
}

.invoice .copy-link-input {
  flex-grow: 1;
  padding: 0 8px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-right: none;
  outline: none;
}

.invoice .copy-link-input:hover {
  background: #eeeeee;
}

.invoice .copy-link-button {
  flex-shrink: 0;
  width: var(--height);
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dddddd;
  color: #333333;
  outline: none;
  border: 1px solid #cccccc;
  cursor: pointer;
}

.invoice .copy-link-button:hover {
  background: #cccccc;
}

.isotope-page div.centered-content#centered-intro{
  margin-bottom: 30px;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.isotope-page a.create-button{
  padding: 15px 30px 45px;
  background-color: #3a90fa;
  display: block;
  height: 40px;
  margin-top: 25px;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
  inset 0 1px 0 #1077f8;
  border-radius: 20px;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin-bottom: 25px;
  transition: .4s;
  clear: both;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.multiple_api{
  visibility: hidden;
}

div.content-connect{
  margin-left:auto;
  margin-right:auto;
  width: 100%;
}

div.connect-dashboard{
  background-color: var(--white-background-color);  
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--invoice-item-border-radius);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(var(--background-blur));
}

div.connect-dashboard.transparent{
  background-color: var(--white-background-color);  
}


div.connect-dashboard div.full-portal-link{
  text-align: center;
}

div.connect-dashboard div.full-portal-link button{
  border-radius: var(--invoice-item-border-radius);
  margin-top: 30px;
}

@media only screen and (max-width: 580px) {
  .site-content{
    width: 100%;
  }
  .invoice-page{
    width:100%;
  }
  .invoice {
    /*width: 400px !important;*/
    flex: 1;
  }
}

@media only screen and (max-width: 470px) {
  .invoice {
    /*width: 300px !important;*/
    flex: 1;
  }
}

@media only screen and (max-width: 500px){
  div.connect-dashboard{
    padding:40px 10px;
  }
}

@media only screen and (max-width: 520px){
  .invoices-content{
    display:flex;
  }
  .invoice-item{
    flex: 1;
    width:100%;
    margin-left:0;
    margin-right:0;
  }

}



