
.email-card-container[data-v-47c991b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 26px 22px;
}
.email-card-header[data-v-47c991b6] {
  margin-bottom: 14px;
}
.email-card-title[data-v-47c991b6] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.email-card-subtitle[data-v-47c991b6] {
  font-size: 14px;
  color: #637381;
  margin: 0;
}
.email-card-footer[data-v-47c991b6] {
  color: #ff6700;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
}
.email-card-footer > span[data-v-47c991b6] {
  cursor: pointer;
}


.p-divider-style[data-v-2f6ee180]{
	height: 0.1rem;
	display: block;
	background-color: #c4cdd5;
	width: 100%;
}

.p-checkbox-list[data-v-b4593504] {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.p-select-input-style .multiselect__placeholder {
  color: #919eab !important;
}
.p-select-input-style .multiselect__input::-webkit-input-placeholder {
  color: #919eab !important;
}
.p-select-input-style li.multiselect__element > .multiselect__option::after {
  display: none;
}
.p-select-input-style li.multiselect__element > .multiselect__option--highlight {
  background: #f5f5f5;
  color: #35495e;
}
.p-select-input-style .multiselect__content-wrapper::-webkit-scrollbar {
  display: none;
}

.edit-invoice-modal .Polaris-Modal-Dialog__Modal {
  overflow: visible;
}
.edit-invoice-modal .Polaris-Modal__BodyWrapper {
  overflow: visible;
}
.edit-invoice-modal .email-address-container {
  padding-bottom: 16px;
}
.edit-invoice-modal .email-address-title {
  font-size: 14px;
  margin-bottom: 0.4rem;
}
.edit-invoice-modal .email-address-title::after {
  content: "*";
  color: red;
}


.payment-invoice-box {
  max-width: 1200px;
}
.select .ant-select-selection {
  height: 36px;
}
.select .ant-select-selection .ant-select-selection__rendered {
  height: 100%;
  line-height: 36px;
}
.select .ant-select-selection:hover {
  border: 1px solid #d9d9d9;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #d9d9d9;
  outline: 2px solid #458fff;
}
.ant-select-open .ant-select-selection {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.payments .Polaris-Label__Text {
  display: inline-block;
  margin-top: 1rem;
}
.payments .antdselect {
  width: 100%;
  height: 36px;
}
.payments .antdselect .ant-select-selection {
  width: 100%;
  height: 100%;
  border: 1px solid #c9cccf;
  border-radius: 4px;
  border-top-color: #aeb4b9;
}
.payments .ant-select-selection:hover {
  border: 1px solid #c9cccf;
  border-radius: 4px;
  border-top-color: #aeb4b9;
}
.payments
  .Polaris-FormLayout__Item
  > .Polaris-Layout
  > .Polaris-Layout__Section {
  margin-top: 0;
}
.payment-invoice-box .Polaris-Link {
  text-decoration: none;
}
.payment-invoice-box .Polaris-Link:hover {
  text-decoration: underline;
}
.payments-edit-invoice button .Polaris-Button__Text {
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
.payment-invoice-box {
    max-width: 1440px;
}
}
.p-cancel-sub {
  line-height: 3.6rem;
}
.p-cancel-sub > a {
  text-decoration: none;
}
.invoice-download-link > .Polaris-Link__IconLockup {
  display: none;
}

