.tz-require-auth-wrapper[data-v-10500ac7] {
  position: relative;
}
.tz-require-auth-wrapper .tz-auth-overlay[data-v-10500ac7] {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz-require-auth-wrapper .tz-auth-child[data-v-10500ac7] {
  position: relative;
  z-index: 100;
}

#success-icon {
  margin-top: 100px;
  box-shadow: 1px 1px soli;
}
.form-container {
  padding-top: 10px;
  position: relative;
  border: 0px !important;
}
.headings {
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
}
.headings .name {
  color: #eee;
  font-size: 16px;
  margin-bottom: 25px;
}
.headings .main-heading {
  color: white;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
}
.form-header-wrapper {
  height: 150px;
  position: relative;
}
.form-wrapper {
  background-color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 0px 10px;
}
.form-wrapper .paymentLink-row {
  padding: 7.5px 5px;
}
.form-wrapper .paymentLink-display-image {
  margin: 10px 0px;
  padding: 5px;
  border-radius: 5px;
  background-color: #efefef88;
  text-align: center;
}
.form-wrapper .paymentLink-display-image .tz-image img {
  max-height: 250px !important;
  border-radius: 4px;
}
.paymentLink-labels {
  color: #0005;
  text-decoration: underline;
  font-weight: bolder;
}
.bottom-total {
  padding: 10px 10px;
  background-color: #fffbff;
  text-align: center;
}
.sticky-bottom {
  background-color: #bbb;
  width: 100vw;
}
.paymentLink-download {
  text-align: center;
  padding: 10px 0px;
}
.items-title,
.item-detail {
  display: flex;
}
.items-title div:nth-child(1) {
  width: 75%;
}
.items-title div:nth-child(2) {
  white-space: nowrap;
}
.item-detail div:nth-child(2) {
  padding-left: 10px;
}
.sub-menu {
  padding: 10px 7.5px;
  text-align: center;
}
.paymentLink-actions {
  margin-bottom: 7.5px;
}
.w-100 {
  width: 100%;
}
.pay-switches {
  text-align: left;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.pay-switches > div:nth-child(2) {
  width: 30%;
  text-align: right;
}
.pay-switches > div:first-child {
  width: 70%;
}
.paymentLink-display-items {
  padding: 5px;
  border: 1px solid #ccc6;
  border-radius: 10px;
  margin-top: 10px;
}
small {
  font-size: 11px;
}
.printable table {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}
.printable table td {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
}
.printable table th {
  padding: 5px;
  border: 1px 0px 1px 0px solid #ccc;
}

.printable {
  display: none;
}
.no-print {
  display: block;
}
@media print {
html,
  body {
    width: 100% !important;
    max-width: 100%;
    flex-grow: 1;
}
.printable {
    display: block !important;
}
.no-print {
    display: none !important;
}
.d-flex {
    display: flex !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row .col-6:nth-child(odd) {
    text-align: right;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.paymentLink-status {
    font-weight: bolder;
    color: #222 !important;
}
}
.tz-popover__content {
  width: 160px!important;
}
.tz-popover__content .tz-popover__action .tz-popover__action-text {
  white-space: nowrap !important;
  padding: 5px !important;
}
.text-right {
  text-align: right !important;
}
.invoice-status {
  font-size: 22px;
  font-weight: bolder;
  color: #222 !important;
}

