/**
 * <div class="react-tags">
 *   <div class="react-tags__selected">
 *     <button class="react-tags__selected-tag">
 *       <span class="react-tags__selected-tag-name" />
 *     </button>
 *   </div>
 *   <div class="react-tags__search">
 *     <div class="react-tags__search-wrapper">
 *       <input class="react-tags__search-input" />
 *       <div />
 *     </div>
 *     <div class="react-tags__suggestions">
 *       <ul>
 *         <li class="is-active">
 *           <mark />
 *         </li>
 *         <li class="is-disabled">
 *           <mark />
 *         </li>
 *       </ul>
 *     </div>
 *   </div>
 */
.react-tags {
    position: relative;
    padding: 6px 0 0 6px;
    border: 1px solid #D1D1D1;
    border-radius: 1px;

    /* shared font styles */
    font-size: 1em;
    line-height: 1.2;

    /* clicking anywhere will focus the input */
    cursor: text;
}

.react-tags.is-focused {
    border-color: #B1B1B1;
}

.react-tags__selected {
    display: inline;
}

.react-tags__selected-tag {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 6px 6px 0;
    padding: 6px 8px;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    background: #F1F1F1;

    /* match the font styles */
    font-size: inherit;
    line-height: inherit;
}

.react-tags__selected-tag:after {
    content: '\2715';
    color: #AAA;
    margin-left: 8px;
}

.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
    border-color: #B1B1B1;
}

.react-tags__search {
    display: inline-block;

    /* match tag layout */
    padding: 7px 2px;
    margin-bottom: 6px;

    /* prevent autoresize overflowing the container */
    max-width: 100%;
}

@media screen and (min-width: 30em) {

    .react-tags__search {
        /* this will become the offsetParent for suggestions */
        position: relative;
        z-index: 1000;
    }

}

.react-tags__search-input {
    /* prevent autoresize overflowing the container */
    max-width: 100%;

    /* remove styles and layout from this element */
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;

    /* match the font styles */
    font-size: inherit;
    line-height: inherit;
}

.react-tags__search-input::-ms-clear {
    display: none;
}

.react-tags__suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 30em) {

    .react-tags__suggestions {
        width: 240px;
    }

}

.react-tags__suggestions ul {
    margin: 4px -1px;
    padding: 0;
    list-style: none;
    background: white;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.react-tags__suggestions li {
    border-bottom: 1px solid #ddd;
    padding: 6px 8px;
}

.react-tags__suggestions li mark {
    text-decoration: underline;
    background: none;
    font-weight: 600;
}

.react-tags__suggestions li:hover {
    cursor: pointer;
    background: #eee;
}

.react-tags__suggestions li.is-active {
    background: #b7cfe0;
}

.react-tags__suggestions li.is-disabled {
    opacity: 0.5;
    cursor: auto;
}

.card {
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #0d6efd;
    background-color: #fff;
    border-bottom: 3px solid #0d6efd;
    font-weight: 700;
}

.nav-pills .nav-link {
    border-radius: 0px;
    font-weight: 700;
    color: #bbb;
}

.keys {
    align-self: flex-start;
    background-color: rgb(255, 255, 255);
    border: 0px none rgb(0, 0, 0);
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 1.2px;
    margin: 9.6px;
    opacity: 1;
    padding: 6px 16px;
}

.keys_text {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
}

.display {
    background-color: rgb(241, 241, 241);
    border-radius: 100px;
    border-width: 0px;
    margin-top: 1rem;
    margin-right: 9.6px;
    margin-left: 9.6px;
    padding-right: 38.4px;
    padding-left: 38.4px;
}

.display_text {
    font-size: 3vh;
    text-align: center;
    border: none;
    background-color: rgb(241, 241, 241);
}

.display_text:disabled,
.display_text:read-only {
    background-color: rgb(241, 241, 241);
}

.display_text:focus {
    border: none;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.arrow-down {
    color: #222;
}

svg.icon.icon-xs {
    height: 12px;
    width: 12px;
}

svg.icon.icon-xxs {
    height: 8px;
    width: 8px;
}

.collapsed .arrow-down {
    transform: rotate(-90deg);
}

.customer-border {
    border: dotted;
    width: 18rem;
    height: 9rem;
}

.invoice-customer__without-customer__box {
    display: flex;
    height: 160px;
}

.invoice-customer__without-customer__box__button {
    margin: 0;
}

.invoice-customer__without-customer__box__button:hover:not(.is-disabled) {
    text-decoration: none;
}

.invoice-customer__without-customer .wv-select .wv-select__menu .wv-select__search-container {
    margin-top: 0;
}

.customer-contact-name {
    color: #47545c;
}

.customer-modal .wv-nav__section {
    background: #fff;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 16px;
}

.customer-modal .wv-nav__link {
    background-color: inherit;
}

.customer-modal__contact-tab {
    padding: 20px 32px;
}

.customer-modal__billing-tab {
    padding: 20px 32px;
}

.customer-modal__shipping-tab {
    padding: 20px 32px;
}

.customer-modal__shipping-tab__checkbox {
    text-align: left;
}

.customer-modal__more-tab {
    padding: 20px 32px;
}

.wave-logo-uploader-dropzone__logo__dropzone {
    background: #fff;
    border: 1px dashed #2046cf;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 300px;
}

.invoice-add-info__content__logo {
    min-height: 200px;
    min-width: 300px;
}

.invoice-add-info__content__logo img {
    max-height: 200px;
    max-width: 300px;
}

.wave-logo-uploader-dropzone__logo__dropzone__browse-link {
    color: #2046cf;
    font-weight: 700;
}

.invoice-add-info__content__info {
    text-align: right;
}

.invoice-add-info__content__info__invoice .wv-input:first-child {
    font-size: 30px;
    padding: 0 8px;
}

.invoice-add-info__content__info__invoice .wv-input {
    max-width: 430px;
    text-align: right;
}

.invoice-add-info__content__info__business {
    margin-top: 12px;
}

.invoice-add-footer .wv-textarea {
    border: none;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #d4dde3;
    box-shadow: none;
    margin: 0;
    padding: 8px 16px;
}

.invoice-insights__content,
.invoice-insights__content__row {
    display: flex;
    justify-content: space-between;
}

.invoice-insights__content {
    flex-direction: column;
    height: 100%;
}

.invoice-insights__content__column {
    display: flex;
    flex-direction: column;
}

.invoice-insights__content__column .wv-text,
.invoice-insights__content__column .wv-text--block-label {
    margin: 3px 0;
}

.invoice-insights__content__column__container {
    margin: 3px 0;
}

.invoice-insights__content__column__value,
.invoice-insights__content__column__value.wv-text.wv-text--large {
    font-size: 24px;
    margin-right: 3px;
}

.invoice-insights .bottom-row {
    align-items: center;
    display: flex;
    padding-bottom: 4px;
}

.invoice-add__actions {
    margin-top: 15px;
}

.invoice-add__preview {
    margin-top: 24px;
}

.contemporary-template {
    background: #fff;
    border: 1px solid #dee1e2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    min-height: 1024px;
    padding: 16px;
    position: relative;
}

.contemporary-template__header {
    display: flex;
    justify-content: space-between;
    margin: 25px 14px 0;
}

.contemporary-template__header__logo img {
    max-height: 200px;
    max-width: 300px;
}

.contemporary-template__header__info {
    text-align: right;
    width: 442px;
}

.contemporary-template__divider--full-width .wv-divider {
    margin-left: -16px;
    margin-right: -16px;
}

.contemporary-template__metadata {
    display: flex;
    margin-left: 14px;
    margin-right: -16px;
}

.contemporary-template__metadata__customer {
    display: flex;
    flex-grow: 1;
    width: 57%;
}

.contemporary-template .wv-table__row {
    border-bottom: inherit;
}

.contemporary-template__metadata .invoice-template-details .wv-table__cell:first-child {
    text-align: right;
}

.contemporary-template__metadata .invoice-template-details .wv-table__cell {
    padding-bottom: 0;
    padding-top: 0;
}

.contemporary-template .wv-table__cell:first-child {
    padding-left: 30px;
}

.contemporary-template .wv-table__cell {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    white-space: pre-line;
    word-break: break-word;
}

.contemporary-template .wv-table__cell,
.contemporary-template .wv-table__cell--amount,
.contemporary-template .wv-text,
.contemporary-template .wv-text--strong {
    font-size: 14px;
}

.contemporary-template,
.contemporary-template .wv-heading--subtitle,
.contemporary-template .wv-heading--title,
.contemporary-template .wv-table__cell,
.contemporary-template .wv-table__cell--amount,
.contemporary-template .wv-text,
.contemporary-template .wv-text--strong {
    font-family: Helvetica, Arial, sans-serif;
}

.contemporary-template__items .no-items-message,
.contemporary-template__items__column--center {
    text-align: center;
}

.contemporary-template__items {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 26px;
}

.wv-table__body .wv-table__row:last-child,
.wv-table__footer .wv-table__row:last-child,
.wv-table__rowgroup .wv-table__row:last-child {
    border-color: #d4dde3;
}

.contemporary-template .wv-table__cell:first-child {
    padding-left: 30px;
}

.contemporary-template__divider--bold .wv-divider {
    border-width: 3px;
    margin-bottom: 16px;
    margin-top: 0;
}

.contemporary-template__totals {
    display: flex;
    margin-bottom: 35px;
    margin-left: -16px;
    margin-right: -16px;
}

.contemporary-template__totals__blank {
    flex-grow: 5;
}

.contemporary-template__totals__amounts {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    text-align: right;
}

.contemporary-template__totals__amounts__line {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.contemporary-template__totals__amounts__line__amount {
    margin-left: 30px;
    min-width: 125px;
}

.invoice-add-info__content__logo img {
    max-height: 200px;
    max-width: 300px;
}

.invoice-add-info__content__logo__remove-link {
    margin-top: 5px;
}

.contemporary-template .wv-heading--subtitle {
    word-wrap: break-word;
    color: #92a0aa;
    font-size: 14px;
    margin-top: 0;
}

.invoice-customer__with-customer {
    display: flex;
}

.invoice-customer__with-customer__bill-to {
    flex-grow: 1;
}

.contemporary-template__metadata__customer__wrapper {
    display: flex;
}

.contemporary-template__metadata__customer--billing {
    flex-grow: 1;
    padding-right: 10px;
}

.invoice-metadata .wv-form--horizontal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.invoice-metadata .wv-form--horizontal .wv-form-field__label {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 42%;
}

.wv-form-field__label__text {
    display: inline;
}

.invoice-metadata .wv-form--horizontal .wv-form-field__element {
    width: 55%;
}

.invoice-metadata__datepicker {
    width: 100% !important;
}

.contemporary-template__metadata .invoice-template-details .wv-table__row:last-child {
    background: #f4f5f5;
}

.contemporary-template__memo {
    word-wrap: break-word;
    margin: 0 14px 35px;
    white-space: pre-line;
}

.contemporary-template__footer {
    margin: auto 0 9px;
    text-align: center;
    white-space: pre-wrap;
}

.invoice-memo {
    border-top: 1px solid #d4dde3;
    margin: 0 -16px;
    padding: 16px;
}

.invoice-memo .wv-textarea,
.invoice-memo .wv-textarea:focus {
    border: none;
    box-shadow: none;
}

.invoice-memo .wv-textarea {
    padding: 1px;
}

.invoice-item-table {
    margin-left: -16px;
    margin-right: -16px;
}

.invoice-item-table .wv-table,
.invoice-item-table .wv-table__footer,
.invoice-item-table .wv-table__footer>.wv-table__row {
    border-bottom: 0;
}

.invoice-item-table .wv-table,
.invoice-item-table .wv-table--plain {
    table-layout: fixed;
}

.invoice-item-table .wv-table__header .wv-table__row {
    background: #ecf0f3;
}

.invoice-item-table .wv-table__header .wv-table__cell,
.invoice-item-table .wv-table__header .wv-table__cell--amount {
    padding-left: 4px;
    padding-right: 4px;
}

.invoice-item-table .wv-table__cell,
.invoice-item-table .wv-table__cell--amount {
    background-color: inherit;
    overflow: visible !important;
    position: relative;
}

.invoice-item-table>.wv-table>.wv-table__body>.wv-table__row:not(.is-selected) {
    background-color: #fff;
}

.invoice-item-table>.wv-table>.wv-table__body>.wv-table__row>.wv-table__cell {
    padding: 0;
}

.invoice-item-table .wv-table__body .wv-table__cell,
.invoice-item-table .wv-table__body .wv-table__cell--amount {
    padding: 8px 4px;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row {
    background-color: inherit;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell--amount:first-child,
.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell:first-child {
    padding-top: 20px;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell:first-child,
.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell:last-child {
    padding-left: 0;
    padding-right: 0;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell,
.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell--amount {
    vertical-align: top;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell--amount:nth-child(6),
.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell:nth-child(6) {
    padding-top: 21px;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell--amount:nth-child(7),
.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell:nth-child(7) {
    padding-top: 20px;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-input,
.invoice-item-table .wv-table__body>.wv-table__row .wv-textarea {
    width: 100%;
}

.product-select .wv-select {
    margin: 0;
}

.invoice-item-table .wv-select>:first-child {
    background: #fff;
}

.invoice-item-table>.wv-table>.wv-table__body>.wv-table__row:last-child .wv-button--link {
    margin: 0;
    padding: 13px 15px;
}

.product-select .wv-select .wv-button--fluid {
    border-radius: 0;
}

.invoice-item-table__item-button {
    align-items: baseline;
    display: flex;
}

.invoice-item-table__discount-icon,
.invoice-item-table__item-icon {
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.invoice-item-table__item-icon {
    margin-left: 28px;
}

.invoice-item-table .wv-table__body>.wv-table__row .wv-table__body>.wv-table__row:first-child .wv-table__cell.invoice-item-table__item-name.read-only {
    padding-top: 20px;
}

.invoice-add-totals__totals {
    display: flex;
    justify-content: flex-end;
    margin: 16px 0;
}

.invoice-add-totals__totals__amounts {
    display: flex;
    flex-direction: column;
    padding: 0 29px;
    text-align: right;
}

.invoice-add-totals__totals__amounts__line {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 8px 0;
    position: relative;
}

.invoice-add-totals__totals__amounts__line__label {
    max-width: 500px;
}

.invoice-add-totals__totals__amounts__line__amount {
    margin-left: 1px;
    overflow-wrap: break-word;
    width: 143px;
}

.invoice-add-totals__totals__amounts__line__label {
    max-width: 500px;
}

.invoice-add-totals__totals__amounts__line__amount {
    margin-left: 1px;
    overflow-wrap: break-word;
    width: 143px;
}

.product-select .wv-select__menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
    margin-left: 45px;
    max-width: 1000px;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    top: 0;
    width: 865px;
}

.product-select .wv-select__menu .wv-select__search-container {
    margin-top: 0;
}

.product-select .wv-select__menu .wv-select__menu__options {
    max-height: 348px;
}

.product-select__product {
    display: flex;
    flex-flow: row nowrap;
}

.product-select__product__column {
    overflow: hidden;
    white-space: nowrap;
}

.product-select__product__info__description,
.product-select__product__info__name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 710px;
}

.product-select .wv-select .wv-select__menu__option.is-active .product-select__product__info__description,
.product-select .wv-select .wv-select__menu__option:hover .product-select__product__info__description {
    color: inherit;
}

.product-select__product__info__description {
    color: #47545c;
    display: block;
    margin-top: -6px;
}

.product-select__product__price {
    text-align: right;
    width: 135px;
}

.product-select__product__column {
    overflow: hidden;
    white-space: nowrap;
}

.contemporary-template .wv-table__cell--amount {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    white-space: pre-line;
    width: 125px;
}

.wv-svg-icon {
    vertical-align: initial;
}

.invoice-view-header {
    border-bottom: 1px solid #b4c2cb;
    padding: 0 0 15px;
}

.payments-popover {
    margin-right: 2px;
}

.payments-popover__indicator {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
}

.payments-popover__indicator .payments-popover__indicator--off__circle, .payments-popover__indicator .payments-popover__indicator--on__circle {
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-bottom: 1px;
    margin-right: 2px;
    width: 8px;
}

.payments-popover__indicator--on__circle {
    background: #23c770;
}

.payments-popover__indicator--on__text {
    color: #14713f;
    width: 40px;
}

.invoice-view-header .wv-dropdown {
    margin-left: 8px;
}

.invoice-view-header__new-invoice-btn {
    margin-left: 6px;
}

.invoice-view__body {
    margin: 35px auto;
    width: 820px;
}

.invoice-view-summary {
    display: flex;
    margin-bottom: 20px;
}

.invoice-view-summary__status {
    margin-right: 30px;
}

.invoice-view-summary__status [class^=wv-badge] {
    min-width: 61px;
    text-align: center;
}

.invoice-view-summary__customer {
    flex-grow: 2;
}

.invoice-view-summary__text-value {
    position: relative;
    top: 3px;
}

.invoice-view-summary__amount, .invoice-view-summary__due-date {
    margin-left: 30px;
}

.invoice-view-create-section__box__header {
    align-items: center;
    display: flex;
}

.step-badge {
    border-width: 2px;
    color: #b4c2cb;
    float: left;
    font-size: 25px;
    margin-right: 18px;
    text-align: center;
}

.step-badge.step-badge--small .step-badge__inner {
    border-style: solid;
    border-width: 2px;
    height: 40px;
    margin: 0 6px;
    width: 40px;
}

.step-badge__inner {
    align-items: center;
    background: #fff;
    border: 2px solid #2046cf;
    border-radius: 50%;
    box-sizing: border-box;
    color: #2046cf;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.invoice-view-create-section__box__options {
    align-items: center;
    display: flex;
    flex: 1;
}

.invoice-view-create-section__box__options__create-info {
    flex: 1;
}

.invoice-view-create-section__box__options__create-info__label .wv-heading--subtitle {
    margin: 0;
}

.invoice-view-create-section__box__options__edit-button {
    margin-left: 10px;
}

.invoice-view-create-section__box__body {
    padding-left: 70px;
}

.invoice-view__body__vertical-line {
    border: 2px solid #b4c2cb;
    height: 18px;
    margin: -15px 0 0 39px;
    width: 0;
}

.invoice-view-send-section {
    min-height: 50px;
}

.invoice-view-send-section__header {
    align-items: center;
    display: flex;
}

.invoice-view-send-section__options__without-payments {
    align-items: center;
    display: flex;
    flex: 1;
}

.invoice-view-send-section__options__with-payments, .invoice-view-send-section__options__without-payments__send-your-invoice {
    flex: 1;
}

.invoice-view-send-section__options__actions__buttons {
    align-items: flex-start;
    display: flex;
}

.invoice-view-send-section__options__actions__buttons__send-and-mark-as-sent {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.invoice-view-send-section__options__actions__buttons__get-share-link, .invoice-view-send-section__options__actions__buttons__mark-as-sent, .invoice-view-send-section__options__actions__buttons__skip-sending {
    margin-left: 10px;
}

.invoice-view-send-section__body {
    padding-left: 70px;
}

.invoice-view-send-section__options__actions {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.invoice-view-send-section__options__actions__text {
    flex: 1;
}

.invoice-payment-reminders-wrapper .wv-divider.small-bottom-margin {
    margin-bottom: 0;
}

.invoice-payment-reminders-wrapper .wv-divider {
    margin: 20px auto;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders {
    margin-top: 18px;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .reminders-header {
    align-items: center;
    display: flex;
    margin-bottom: 10.4px;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .reminders-header__description {
    color: #47545c;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders__reminders__row {
    display: flex;
    flex-flow: row nowrap;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders__reminders__row__item__reminder {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .invoice-payment-reminder-checkbox__spinner {
    left: 142px;
    position: absolute;
    top: 17px;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .invoice-payment-reminder-checkbox label.wv-checkbox.is-disabled {
    background: #ecf0f3;
    border: 1px solid #b4c2cb;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .invoice-payment-reminder-checkbox label.wv-checkbox {
    border: 1px solid #b4c2cb;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px 0 16px 12px;
    width: 174px;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .invoice-payment-reminder-checkbox label.wv-checkbox .wv-radiocheck--faux {
    margin-top: 2px;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .invoice-payment-reminder-checkbox label.wv-checkbox .wv-form-field__label {
    margin-right: 0;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders__reminders__row__item__reminder__checkbox-label--past, .invoice-payment-reminders-wrapper .invoice-payment-reminders__reminders__row__item__reminder__checkbox-label--sent {
    opacity: .5;
}

.invoice-payment-reminders-wrapper .invoice-payment-reminders .invoice-payment-reminder-checkbox label.wv-checkbox:not(.is-disabled) .wv-radiocheck--faux {
    background: none;
    border-color: #2046cf;
}

.invoice-view-payment-section__header {
    align-items: center;
    display: flex;
}

.invoice-view-payment-section__header__left {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.invoice-view-payment-section__header__right {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.invoice-view-payment-section__header__right .variant .wv-button--secondary {
    border: 1px solid #2046cf;
    color: #2046cf;
}

.invoice-view-payment-section__content {
    padding-left: 70px;
}

.invoice-view-payment-section__content__info {
    margin-top: 15px;
}

.invoice-view-payment-section__content__info__wrapper {
    display: flex;
    justify-content: space-between;
}