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


.profile-set-box {
  width: 100%;
  max-width: 871px;
  margin: auto;
}
.profile-set-box .Polaris-Subheading {
  color: #000;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
#PolarisPopoverorder-number-selectActivator {
  width: 100%;
}
#orderNumberSelect {
  width: 100%;
}
#orderNumberSelect .Polaris-Button__Content {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.change-passwd:hover {
  text-decoration: underline !important;
}
.country-platform-shipment-select .multiselect .multiselect__option--highlight,
div.multiselect .multiselect__option--highlight:after {
  background: #ff6700;
}
/*.Polaris-Button--disabled{cursor: not-allowed;background-color: #9b9b9b !important;pointer-events:auto;}*/
.profile-edit-modal button[disabled] {
  cursor: not-allowed;
  background-color: #9b9b9b !important;
  pointer-events: auto;
}
.profile-set-box .multiselect--above .multiselect__content-wrapper {
  bottom: auto;
}
.emailCodeBtn {
  font-weight: 600;
  width: 180px;
}
.emailCustom .Polaris-Connected__Item--primary * {
  border-radius: 0.4rem !important;
}
@media screen and (max-width: 1440px) {
.profile-set-box {
    max-width: 1440px;
}
}

