
.email-card-container[data-v-768dfd39] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* gap: 16px; */
}
.email-card-header[data-v-768dfd39] {
  margin-bottom: 14px;
}
.email-card-title[data-v-768dfd39] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.email-card-subtitle[data-v-768dfd39] {
  font-size: 14px;
  color: #637381;
  margin: 0;
}
.email-card-recipients[data-v-768dfd39] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.email-card-recipient-wrapper[data-v-768dfd39] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.email-card-recipient[data-v-768dfd39] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border-radius: 18px;
  background-color: #f9fafb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.email-card-recipient-info[data-v-768dfd39] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.email-card-actions-wrapper[data-v-768dfd39] {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.email-card-actions[data-v-768dfd39] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  cursor: pointer;
}
.email-card-add[data-v-768dfd39] {
  margin-top: 8px;
}
.email-card-add-icon[data-v-768dfd39] {
  width: 20px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.incomplete-invitation[data-v-768dfd39] {
  font-size: 14px;
  color: #888888;
}
.incomplete-invitation > span[data-v-768dfd39] {
  color: #ff6700;
  cursor: pointer;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

.modal-footer[data-v-64b89794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.modal-footer .btn-done[data-v-64b89794] {
  color: #ffffff;
  background: #ff6700;
}
.modal-footer .btn-done[disabled][data-v-64b89794] {
  color: #555555;
  background: #dddddd;
}
.modal-footer .btn-done[disabled][data-v-64b89794]:hover {
  border-color: #dddddd;
}
.modal-footer button[data-v-64b89794] {
  width: 80px;
  height: 30px;
  font-weight: 500;
  color: #202223;
}
.modal-footer button[data-v-64b89794]:hover {
  border-color: #ff6700;
}
.email-select[data-v-64b89794] {
  border: none !important;
}
.email-select[data-v-64b89794] .ant-select-selection {
  outline: none !important;
}
.email-card-modal[data-v-64b89794] {
  padding: 16px 20px;
}
.new-email-link[data-v-64b89794] {
  display: block;
  margin-top: 12px;
  color: #ff6b00;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.modal-title[data-v-64b89794] {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000000;
}
.modal-description[data-v-64b89794] {
  font-size: 14px;
  color: #000;
  margin-top: 4px;
}


.email-card-container[data-v-4a716b88] {
  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-4a716b88] {
  margin-bottom: 14px;
}
.email-card-title[data-v-4a716b88] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.email-card-subtitle[data-v-4a716b88] {
  font-size: 14px;
  color: #637381;
  margin: 0;
}
.email-card-footer[data-v-4a716b88] {
  color: #ff6700;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
}
.email-card-footer > span[data-v-4a716b88] {
  cursor: pointer;
}

.modal-title[data-v-88c3381a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.modal-title .modal-title-text[data-v-88c3381a] {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.88);
}
.modal-content[data-v-88c3381a] {
  color: #1A1A1A;
}
.modal-content .content-wrapper[data-v-88c3381a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.modal-content .content-wrapper .warning-icon-container[data-v-88c3381a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content .content-wrapper .warning-icon-container .warning-icon[data-v-88c3381a] {
  width: 24px;
  height: 24px;
}
.modal-content .content-wrapper .warning-icon-container .warning-icon img[data-v-88c3381a] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-content .content-wrapper .text-frame[data-v-88c3381a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.modal-content .content-wrapper .text-frame .warning-message[data-v-88c3381a] {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.modal-content .modal-footer[data-v-88c3381a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 8px;
  margin-top: 16px;
  padding: 0px 16px 16px;
}
.modal-content .modal-footer .button-group[data-v-88c3381a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.modal-content .modal-footer .button-group .buy-credits-button[data-v-88c3381a] {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 0.5px solid #DEDEDE;
  background: #FFF;
}
.modal-content .modal-footer .button-group .buy-credits-button[data-v-88c3381a]:hover {
  border-color: #d9d9d9;
  color: #000;
}
.modal-content .modal-footer .button-group .buy-credits-button[data-v-88c3381a]:focus {
  color: #000;
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.modal-content .modal-footer .button-group .upgrade-button[data-v-88c3381a] {
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #1A1A1A;
}
.modal-content .modal-footer .button-group .upgrade-button[data-v-88c3381a]:hover {
  border-color: #1A1A1A;
}
[data-v-88c3381a] .ant-modal-header {
  background: #f8f8f8;
  border-bottom: none;
  padding: 16px;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #EBEBEB;
}
[data-v-88c3381a] .ant-modal-body {
  padding: 0;
}
[data-v-88c3381a] .ant-modal-close {
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
}
[data-v-88c3381a] .ant-modal-close .ant-modal-close-x {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
[data-v-88c3381a] .ant-modal-content {
  border-radius: 12px;
  -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
}

.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;
}

