.form-container[data-v-1afee0f2] {
  padding-top: 10px;
  position: relative;
  border: 0px !important;
}
.headings[data-v-1afee0f2] {
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
}
.headings .name[data-v-1afee0f2] {
  color: #eee;
  font-size: 16px;
  margin-bottom: 25px;
}
.headings .main-heading[data-v-1afee0f2] {
  color: white;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
}
.form-header-wrapper[data-v-1afee0f2] {
  height: 150px;
  position: relative;
}
.form-wrapper[data-v-1afee0f2] {
  background-color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 20px 10px;
}
.form-wrapper .invoice-row[data-v-1afee0f2] {
  padding: 7.5px 5px;
}
.form-wrapper .invoice-display-image[data-v-1afee0f2] {
  margin: 10px 0px;
  padding: 5px;
  border-radius: 5px;
  background-color: #eee;
}
.invoice-labels[data-v-1afee0f2] {
  color: #0005;
  text-decoration: underline;
  font-weight: bolder;
}
.bottom-total[data-v-1afee0f2] {
  padding: 10px 10px;
  background-color: #fffbff;
  align-items: center !important;
  display: flex;
}
.bottom-total div[data-v-1afee0f2]:nth-child(1) {
  /* width: 80%; */
}
.sticky-bottom[data-v-1afee0f2] {
  background-color: #bbb;
  width: 100vw;
}
.invoice-download[data-v-1afee0f2] {
  text-align: center;
  padding: 10px 0px;
}
.items-title[data-v-1afee0f2],
.item-detail[data-v-1afee0f2] {
  display: flex;
}
.items-title div[data-v-1afee0f2]:nth-child(1) {
  width: 75%;
}
.items-title div[data-v-1afee0f2]:nth-child(2) {
  white-space: nowrap;
}
.item-detail div[data-v-1afee0f2]:nth-child(2) {
  padding-left: 10px;
}
.sub-menu[data-v-1afee0f2] {
  padding: 10px 7.5px;
  text-align: center;
}
.invoice-actions[data-v-1afee0f2] {
  margin-bottom: 7.5px;
}
.w-100[data-v-1afee0f2] {
  width: 100%;
}
.pay-switches[data-v-1afee0f2] {
  text-align: left;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.pay-switches > div[data-v-1afee0f2]:nth-child(2) {
  width: 30%;
  text-align: right;
}
.pay-switches > div[data-v-1afee0f2]:first-child {
  width: 70%;
}
.invoice-display-items[data-v-1afee0f2] {
  padding: 5px;
  border: 1px solid #ccc6;
  border-radius: 10px;
  margin-top: 10px;
}
small[data-v-1afee0f2] {
  font-size: 11px;
}
.printable table[data-v-1afee0f2] {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}
.printable table td[data-v-1afee0f2] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
}
.printable table th[data-v-1afee0f2] {
  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%;
}
.col-10 {
    flex: 0 0 80% important;
    max-width: 80% important;
}
.col-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
}
.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;
}

