.ans-practitioner-search-wrapper {
  padding: 0 1rem;
  min-height: 300px;
}

.inputs-line {
  display: flex;
  gap: 2rem;
}

.rpps-form {
  width: 100%;
  max-height: 5rem;
}

.skip-rpps-info {
  color: var(--wi-on-action-secondary);
  cursor: pointer;
  background-color: transparent;
  border: none;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.modal-component.modal-contact-details .modal-body {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.modal-component.modal-contact-details .modal-footer {
  z-index: 1;
}

.invite-modal {
  min-height: 200px;
}
.invite-modal-title {
  text-align: center;
}
.invite-modal .transition-wrapper {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.invite-modal .transition-wrapper.enter-done {
  opacity: 1;
}
.invite-modal .invite-footer {
  display: flex;
  align-items: center;
  padding:  1.1764705882vw 1.1764705882vw 0vw 1.1764705882vw;
  position: relative;
  margin-top: 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top: 1px solid var(--wi-divider);
  background-color: var(--wi-background-primary);
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1194px) {
  .invite-modal .invite-footer {
    padding:  1.675041876vw 1.675041876vw 0vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .invite-footer {
    padding:  2.6041666667vw 2.6041666667vw 0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .invite-footer {
    padding:  4.7619047619vw 4.7619047619vw 0vw 4.7619047619vw;
  }
}
.invite-modal .invite-footer input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.invite-modal .invite-footer .RPMIcons {
  font-size: 1.5rem;
}
.invite-modal .invite-footer .button1 {
  cursor: pointer;
  margin-left:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .invite-footer .button1 {
    margin-left:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .invite-footer .button1 {
    margin-left:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .invite-footer .button1 {
    margin-left:  4.7619047619vw;
  }
}
.invite-modal .wi-box-component .label {
  margin-bottom:  0.4705882353vw;
  display: block;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media screen and (max-width: 1194px) {
  .invite-modal .wi-box-component .label {
    margin-bottom:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .wi-box-component .label {
    margin-bottom:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .wi-box-component .label {
    margin-bottom:  1.9047619048vw;
  }
}
.invite-modal .wi-box-component .checkbox-container .label {
  color: var(--wi-text-primary);
  margin: auto 0 auto 8px;
  text-transform: none;
  font-size: var(--wi-font-size-medium);
}
.invite-modal .members-infos-modal .switch-unit, .invite-modal .members-address-modal .switch-unit {
  text-align: center;
  width: 100%;
  margin-top:  2.0588235294vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal .switch-unit, .invite-modal .members-address-modal .switch-unit {
    margin-top:  2.9313232831vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal .switch-unit, .invite-modal .members-address-modal .switch-unit {
    margin-top:  4.5572916667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal .switch-unit, .invite-modal .members-address-modal .switch-unit {
    margin-top:  8.3333333333vw;
  }
}
.invite-modal .members-infos-modal .switch-unit button, .invite-modal .members-address-modal .switch-unit button {
  background-color: var(--wi-transparent);
}
.invite-modal .members-infos-modal .helper, .invite-modal .members-address-modal .helper {
  margin-top: 4px;
}
.invite-modal .members-infos-modal form, .invite-modal .members-address-modal form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 13px;
}
.invite-modal .members-infos-modal form .form-input-component, .invite-modal .members-infos-modal form .form-search-component, .invite-modal .members-infos-modal form .form-select-component, .invite-modal .members-infos-modal form .addresses-wrapper, .invite-modal .members-address-modal form .form-input-component, .invite-modal .members-address-modal form .form-search-component, .invite-modal .members-address-modal form .form-select-component, .invite-modal .members-address-modal form .addresses-wrapper {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .invite-modal .members-infos-modal form .form-input-component, .invite-modal .members-infos-modal form .form-search-component, .invite-modal .members-infos-modal form .form-select-component, .invite-modal .members-infos-modal form .addresses-wrapper, .invite-modal .members-address-modal form .form-input-component, .invite-modal .members-address-modal form .form-search-component, .invite-modal .members-address-modal form .form-select-component, .invite-modal .members-address-modal form .addresses-wrapper {
    width: 100%;
  }
}
.invite-modal .members-infos-modal form .fields-converter, .invite-modal .members-address-modal form .fields-converter {
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-end;
  margin-top:  1.7647058824vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal form .fields-converter, .invite-modal .members-address-modal form .fields-converter {
    margin-top:  2.5125628141vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal form .fields-converter, .invite-modal .members-address-modal form .fields-converter {
    margin-top:  3.90625vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal form .fields-converter, .invite-modal .members-address-modal form .fields-converter {
    margin-top:  7.1428571429vw;
  }
}
@media (max-width: 768px) {
  .invite-modal .members-infos-modal form .fields-converter, .invite-modal .members-address-modal form .fields-converter {
    width: 100%;
  }
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component {
  width: 100%;
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component.hidden, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component.hidden {
  display: none;
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component__label, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component__label {
  margin-bottom:  0.4705882353vw;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component__label, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component__label {
    margin-bottom:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component__label, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component__label {
    margin-bottom:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component__label, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component__label {
    margin-bottom:  1.9047619048vw;
  }
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field {
  min-height: auto;
  border: 1px solid var(--wi-text-placeholder);
  height:  3.2941176471vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field {
    height:  4.6901172529vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field {
    height:  7.2916666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field {
    height:  13.3333333333vw;
  }
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field input, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field input {
  padding:  1.0588235294vw 1.1764705882vw;
  height:  3.2941176471vw;
  font-size: 1rem;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field input, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field input {
    padding:  1.5075376884vw 1.675041876vw;
    height:  4.6901172529vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field input, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field input {
    padding:  2.34375vw 2.6041666667vw;
    height:  7.2916666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field input, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field input {
    padding:  4.2857142857vw 4.7619047619vw;
    height:  13.3333333333vw;
  }
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field.error, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field.error {
  border-color: var(--wi-status-bad);
  color: var(--wi-status-bad);
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component .field-helpers.error, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component .field-helpers.error {
  color: var(--wi-status-bad);
  font-size: 0.875rem;
}
.invite-modal .members-infos-modal form .fields-converter .wi-field-group-component + .wi-field-group-component, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component + .wi-field-group-component {
  margin-left:  0.5882352941vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component + .wi-field-group-component, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component + .wi-field-group-component {
    margin-left:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component + .wi-field-group-component, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component + .wi-field-group-component {
    margin-left:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal form .fields-converter .wi-field-group-component + .wi-field-group-component, .invite-modal .members-address-modal form .fields-converter .wi-field-group-component + .wi-field-group-component {
    margin-left:  2.380952381vw;
  }
}
.invite-modal .members-infos-modal form .addresses-wrapper, .invite-modal .members-address-modal form .addresses-wrapper {
  position: relative;
}
.invite-modal .members-infos-modal form .addresses-wrapper .form-input-component, .invite-modal .members-address-modal form .addresses-wrapper .form-input-component {
  width: 100%;
}
.invite-modal .members-infos-modal form .addresses-wrapper .addresses-suggestions, .invite-modal .members-address-modal form .addresses-wrapper .addresses-suggestions {
  position: absolute;
  box-shadow: 0 8px 30px 0 var(--wi-background-tertiary);
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--wi-background-secondary);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 4;
  max-height: 165px;
  overflow: scroll;
}
.invite-modal .members-infos-modal form .addresses-wrapper .addresses-suggestions::-webkit-scrollbar, .invite-modal .members-address-modal form .addresses-wrapper .addresses-suggestions::-webkit-scrollbar {
  display: none;
}
.invite-modal .members-infos-modal form .addresses-wrapper .addresses-suggestions .address, .invite-modal .members-address-modal form .addresses-wrapper .addresses-suggestions .address {
  padding: 10px;
  cursor: pointer;
}
.invite-modal .members-infos-modal form .addresses-wrapper .addresses-suggestions .address span, .invite-modal .members-address-modal form .addresses-wrapper .addresses-suggestions .address span {
  opacity: 1;
  transition: opacity 300ms ease;
}
.invite-modal .members-infos-modal form .addresses-wrapper .addresses-suggestions .address span:hover, .invite-modal .members-address-modal form .addresses-wrapper .addresses-suggestions .address span:hover {
  opacity: 0.6;
}
.invite-modal .members-infos-modal form .addresses-wrapper .addresses-suggestions .address:not(:first-child), .invite-modal .members-address-modal form .addresses-wrapper .addresses-suggestions .address:not(:first-child) {
  border-top: 1px solid var(--wi-divider);
}
.invite-modal .members-infos-modal form .addresses-wrapper .overlay, .invite-modal .members-address-modal form .addresses-wrapper .overlay {
  background-color: var(--wi-transparent);
  z-index: 1;
}
.invite-modal .members-infos-modal .billing-section, .invite-modal .members-address-modal .billing-section {
  width: 100%;
}
.invite-modal .members-infos-modal .billing-section .form-input-component, .invite-modal .members-address-modal .billing-section .form-input-component {
  width: 100%;
  height: auto;
  margin-top:  0vw;
  margin-bottom:  0vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal .billing-section .form-input-component, .invite-modal .members-address-modal .billing-section .form-input-component {
    margin-top:  0vw;
    margin-bottom:  0vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal .billing-section .form-input-component, .invite-modal .members-address-modal .billing-section .form-input-component {
    margin-top:  0vw;
    margin-bottom:  0vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal .billing-section .form-input-component, .invite-modal .members-address-modal .billing-section .form-input-component {
    margin-top:  0vw;
    margin-bottom:  0vw;
  }
}
.invite-modal .members-infos-modal .billing-section .form-search-component, .invite-modal .members-address-modal .billing-section .form-search-component {
  width: 100%;
  height: auto;
}
.invite-modal .members-infos-modal .billing-section .billing-checkboxes, .invite-modal .members-address-modal .billing-section .billing-checkboxes {
  width: 100%;
}
.invite-modal .members-infos-modal .billing-section .billing-checkboxes .icd10-wrapper .form-search-component, .invite-modal .members-address-modal .billing-section .billing-checkboxes .icd10-wrapper .form-search-component {
  width: 100%;
}
.invite-modal .members-infos-modal .billing-section .checkboxes > .form-input-component, .invite-modal .members-address-modal .billing-section .checkboxes > .form-input-component {
  width: 100%;
}
.invite-modal .members-infos-modal .billing-section .add-more-wrapper > .button-component, .invite-modal .members-address-modal .billing-section .add-more-wrapper > .button-component {
  margin-top: 20px;
}
.invite-modal .members-infos-modal .billing-section .add-more-wrapper .form, .invite-modal .members-address-modal .billing-section .add-more-wrapper .form {
  display: flex;
  align-items: flex-end;
}
.invite-modal .members-infos-modal .billing-section .add-more-wrapper .form .input-actions, .invite-modal .members-address-modal .billing-section .add-more-wrapper .form .input-actions {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  width: calc(50% - 10px);
}
.invite-modal .members-infos-modal .billing-section .add-more-wrapper .form .input-actions .button-component, .invite-modal .members-address-modal .billing-section .add-more-wrapper .form .input-actions .button-component {
  margin-top: 0px;
  margin-left: 10px;
}
.invite-modal .members-infos-modal .billing-section .redox-patient-wrapper, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper {
  margin-top:  2.1176470588vw;
}
.invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .label, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .label {
  text-transform: uppercase;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal .billing-section .redox-patient-wrapper, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper {
    margin-top:  3.0150753769vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal .billing-section .redox-patient-wrapper, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper {
    margin-top:  4.6875vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal .billing-section .redox-patient-wrapper, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper {
    margin-top:  8.5714285714vw;
  }
}
.invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .table-component, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .table-component {
  margin-bottom: 0;
}
.invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .table-component .table-cell-component, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .table-component .table-cell-component {
  display: flex;
}
.invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .form, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .form {
  justify-content: space-between;
  flex-wrap: wrap;
}
.invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .form .input-actions.error, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .form .input-actions.error {
  margin-top:  1.7647058824vw;
  align-self: center;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .form .input-actions.error, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .form .input-actions.error {
    margin-top:  2.5125628141vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .form .input-actions.error, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .form .input-actions.error {
    margin-top:  3.90625vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .form .input-actions.error, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .form .input-actions.error {
    margin-top:  7.1428571429vw;
  }
}
.invite-modal .members-infos-modal .billing-section .redox-patient-wrapper .form .input-actions .button-component:first-child, .invite-modal .members-address-modal .billing-section .redox-patient-wrapper .form .input-actions .button-component:first-child {
  margin-left: 0;
}
.invite-modal .members-infos-modal .skip-link, .invite-modal .members-address-modal .skip-link {
  text-decoration: underline;
}
.invite-modal .members-contact-details-modal .row, .invite-modal .members-contact-details-modal .toggle-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invite-modal .members-contact-details-modal .row {
  align-items: flex-start;
  margin-top:  1.4705882353vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-contact-details-modal .row {
    margin-top:  2.0938023451vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-contact-details-modal .row {
    margin-top:  3.2552083333vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-contact-details-modal .row {
    margin-top:  5.9523809524vw;
  }
}
.invite-modal .members-contact-details-modal .row.column {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .invite-modal .members-contact-details-modal .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.invite-modal .members-contact-details-modal .checkbox-component {
  width: 100%;
}
.invite-modal .members-contact-details-modal .checkbox-component .checkbox-wrapper .box {
  margin:  0vw 1.1764705882vw 0vw 0vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .members-contact-details-modal .checkbox-component .checkbox-wrapper .box {
    margin:  0vw 1.675041876vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .members-contact-details-modal .checkbox-component .checkbox-wrapper .box {
    margin:  0vw 2.6041666667vw 0vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .members-contact-details-modal .checkbox-component .checkbox-wrapper .box {
    margin:  0vw 4.7619047619vw 0vw 0vw;
  }
}
.invite-modal .members-contact-details-modal .toggle-option {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .invite-modal .members-contact-details-modal .toggle-option {
    width: 100%;
    margin-top: 10px;
  }
}
.invite-modal .members-contact-details-modal .form-input-component {
  margin-top: 0;
}
@media (max-width: 768px) {
  .invite-modal .members-contact-details-modal .form-input-component {
    margin-top: 15px;
  }
}
.invite-modal .existing-user-step .existing-user-media {
  height:  16.1764705882vw;
  max-width: 60%;
  margin: 35px auto;
}
@media screen and (max-width: 1194px) {
  .invite-modal .existing-user-step .existing-user-media {
    height:  23.0318257956vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .existing-user-step .existing-user-media {
    height:  35.8072916667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .existing-user-step .existing-user-media {
    height:  65.4761904762vw;
  }
}
.invite-modal .existing-user-step .existing-user-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.invite-modal .existing-user-step .existing-user-actions {
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}
.invite-modal .existing-user-step .existing-user-actions .button-component {
  width: calc(50% - 10px);
}
.invite-modal .existing-user-step .existing-user-actions .button-component button {
  width: 100%;
}
.invite-modal .invalid-address-step ul, .invite-modal .members-order-review-modal ul {
  margin: 20px auto;
}
.invite-modal .invalid-address-step ul li, .invite-modal .members-order-review-modal ul li {
  margin-top: 5px;
}
.invite-modal .invalid-address-step .checkbox-component .box, .invite-modal .members-order-review-modal .checkbox-component .box {
  margin-left: 0;
}
.invite-modal .rendering-provider {
  padding-top:  0.9411764706vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .rendering-provider {
    padding-top:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .rendering-provider {
    padding-top:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .rendering-provider {
    padding-top:  3.8095238095vw;
  }
}
.invite-modal .teams-checkboxes {
  padding-top:  0.9411764706vw;
}
@media screen and (max-width: 1194px) {
  .invite-modal .teams-checkboxes {
    padding-top:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .teams-checkboxes {
    padding-top:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .teams-checkboxes {
    padding-top:  3.8095238095vw;
  }
}
.invite-modal .teams-checkboxes, .invite-modal .billing-checkboxes {
  margin-top:  1.7647058824vw;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  flex-shrink: 0;
}
@media screen and (max-width: 1194px) {
  .invite-modal .teams-checkboxes, .invite-modal .billing-checkboxes {
    margin-top:  2.5125628141vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-modal .teams-checkboxes, .invite-modal .billing-checkboxes {
    margin-top:  3.90625vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-modal .teams-checkboxes, .invite-modal .billing-checkboxes {
    margin-top:  7.1428571429vw;
  }
}
.invite-modal .teams-checkboxes .label, .invite-modal .billing-checkboxes .label {
  text-transform: uppercase;
}
.invite-modal .teams-checkboxes .checkboxes-container, .invite-modal .billing-checkboxes .checkboxes-container {
  border-radius: 8px;
  border-bottom: 1px solid var(--wi-text-placeholder);
}
.invite-modal .teams-checkboxes .checkboxes, .invite-modal .teams-checkboxes.checkboxes, .invite-modal .billing-checkboxes .checkboxes, .invite-modal .billing-checkboxes.checkboxes {
  background: var(--wi-background-secondary);
  width: 100%;
  height: auto;
  line-height: normal;
  border: 1px solid var(--wi-action-secondary);
  font-size: inherit;
  border-radius: 8px;
  overflow: auto;
}
.invite-modal .teams-checkboxes-fullwidth {
  width: 100%;
}
.invite-modal .shipping-modes {
  margin-top: 30px;
}
.invite-modal .shipping-mode__item {
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.invite-modal .shipping-mode__item .header4 {
  margin-bottom: 4px;
}
.invite-modal .shipping-mode__item .checkdot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  border: solid 2px var(--wi-action-primary);
  border-radius: 50%;
}
.invite-modal .shipping-mode__item .checkdot .checkdot-check {
  height: 12px;
  width: 12px;
  background-color: var(--wi-action-primary);
  border-radius: 50%;
}
.invite-modal .shipping-mode.border {
  border-bottom: 1px solid var(--wi-divider);
}
.invite-modal .shipping-mode .reassign-section {
  padding-bottom: 16px;
}
.invite-modal .shipping-mode .reassign-section__warning {
  background-color: var(--wi-background-secondary);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.invite-modal .shipping-mode .reassign-section__warning-icon {
  margin-right: 16px;
}
.invite-modal .shipping-mode .reassign-section__warning .header4 {
  margin-bottom: 4px;
}
.invite-modal .shipping-mode .reassign-section__helper .subtextRegular {
  margin-top: 4px;
}
.invite-modal .shipping-mode .reassign-section__helper .subtextRegular a {
  color: var(--wi-action-primary);
  text-decoration: underline;
}
.invite-modal .shipping-mode .reassign-section__helper .subtextRegular button {
  text-decoration-line: underline;
  color: var(--wi-action-primary);
  background: none !important;
  border: none;
  padding: 0 !important;
  cursor: pointer;
}
.invite-modal .shipping-mode .reassign-section .form-input-component {
  margin-bottom: 16px;
}

.find-serial-number-modal img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bulk-order-review-modal, .members-order-review-modal, .patient-order-summary-modal {
  margin-top:  0.5882352941vw;
  max-height:  35.2941176471vw;
  font-size: 1rem;
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal, .members-order-review-modal, .patient-order-summary-modal {
    margin-top:  0.837520938vw;
    max-height:  50.2512562814vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal, .members-order-review-modal, .patient-order-summary-modal {
    margin-top:  1.3020833333vw;
    max-height:  78.125vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal, .members-order-review-modal, .patient-order-summary-modal {
    margin-top:  2.380952381vw;
    max-height:  142.8571428571vw;
  }
}
.bulk-order-review-modal .device-mac__warning, .members-order-review-modal .device-mac__warning, .patient-order-summary-modal .device-mac__warning {
  margin:  0.9411764706vw;
  background-color: var(--wi-background-secondary);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .device-mac__warning, .members-order-review-modal .device-mac__warning, .patient-order-summary-modal .device-mac__warning {
    margin:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .device-mac__warning, .members-order-review-modal .device-mac__warning, .patient-order-summary-modal .device-mac__warning {
    margin:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .device-mac__warning, .members-order-review-modal .device-mac__warning, .patient-order-summary-modal .device-mac__warning {
    margin:  3.8095238095vw;
  }
}
.bulk-order-review-modal .device-mac__warning-icon, .members-order-review-modal .device-mac__warning-icon, .patient-order-summary-modal .device-mac__warning-icon {
  margin-right: 16px;
}
.bulk-order-review-modal .device-mac__warning .header4, .members-order-review-modal .device-mac__warning .header4, .patient-order-summary-modal .device-mac__warning .header4 {
  margin-bottom: 4px;
}
.bulk-order-review-modal .device-mac__warning-cta, .members-order-review-modal .device-mac__warning-cta, .patient-order-summary-modal .device-mac__warning-cta {
  margin-top: 4px;
  color: var(--wi-action-primary);
  text-decoration: underline;
  display: block;
}
.bulk-order-review-modal .bulk-infos, .bulk-order-review-modal .members-infos, .members-order-review-modal .bulk-infos, .members-order-review-modal .members-infos, .patient-order-summary-modal .bulk-infos, .patient-order-summary-modal .members-infos {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--wi-divider);
}
@media (max-width: 968px) {
  .bulk-order-review-modal .bulk-infos, .bulk-order-review-modal .members-infos, .members-order-review-modal .bulk-infos, .members-order-review-modal .members-infos, .patient-order-summary-modal .bulk-infos, .patient-order-summary-modal .members-infos {
    flex-wrap: wrap;
  }
}
.bulk-order-review-modal .bulk-infos .col, .bulk-order-review-modal .members-infos .col, .members-order-review-modal .bulk-infos .col, .members-order-review-modal .members-infos .col, .patient-order-summary-modal .bulk-infos .col, .patient-order-summary-modal .members-infos .col {
  width: 100%;
  overflow: hidden;
  padding:  1.1764705882vw 0vw;
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .bulk-infos .col, .bulk-order-review-modal .members-infos .col, .members-order-review-modal .bulk-infos .col, .members-order-review-modal .members-infos .col, .patient-order-summary-modal .bulk-infos .col, .patient-order-summary-modal .members-infos .col {
    padding:  1.675041876vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .bulk-infos .col, .bulk-order-review-modal .members-infos .col, .members-order-review-modal .bulk-infos .col, .members-order-review-modal .members-infos .col, .patient-order-summary-modal .bulk-infos .col, .patient-order-summary-modal .members-infos .col {
    padding:  2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .bulk-infos .col, .bulk-order-review-modal .members-infos .col, .members-order-review-modal .bulk-infos .col, .members-order-review-modal .members-infos .col, .patient-order-summary-modal .bulk-infos .col, .patient-order-summary-modal .members-infos .col {
    padding:  4.7619047619vw 0vw;
  }
}
@media (max-width: 968px) {
  .bulk-order-review-modal .bulk-infos .col, .bulk-order-review-modal .members-infos .col, .members-order-review-modal .bulk-infos .col, .members-order-review-modal .members-infos .col, .patient-order-summary-modal .bulk-infos .col, .patient-order-summary-modal .members-infos .col {
    width: 100%;
  }
  .bulk-order-review-modal .bulk-infos .col:last-child, .bulk-order-review-modal .members-infos .col:last-child, .members-order-review-modal .bulk-infos .col:last-child, .members-order-review-modal .members-infos .col:last-child, .patient-order-summary-modal .bulk-infos .col:last-child, .patient-order-summary-modal .members-infos .col:last-child {
    padding-top: 0;
  }
}
@media (min-width: 968px) {
  .bulk-order-review-modal .bulk-infos .col:nth-child(2), .bulk-order-review-modal .members-infos .col:nth-child(2), .members-order-review-modal .bulk-infos .col:nth-child(2), .members-order-review-modal .members-infos .col:nth-child(2), .patient-order-summary-modal .bulk-infos .col:nth-child(2), .patient-order-summary-modal .members-infos .col:nth-child(2) {
    margin: 0 20px;
  }
}
.bulk-order-review-modal .bulk-infos .col .detail1, .bulk-order-review-modal .members-infos .col .detail1, .members-order-review-modal .bulk-infos .col .detail1, .members-order-review-modal .members-infos .col .detail1, .patient-order-summary-modal .bulk-infos .col .detail1, .patient-order-summary-modal .members-infos .col .detail1 {
  color: var(--wi-text-secondary);
}
.bulk-order-review-modal .bulk-infos .col ul li, .bulk-order-review-modal .members-infos .col ul li, .members-order-review-modal .bulk-infos .col ul li, .members-order-review-modal .members-infos .col ul li, .patient-order-summary-modal .bulk-infos .col ul li, .patient-order-summary-modal .members-infos .col ul li {
  margin-top: 5px;
}
.bulk-order-review-modal .bulk-infos .col ul li span, .bulk-order-review-modal .members-infos .col ul li span, .members-order-review-modal .bulk-infos .col ul li span, .members-order-review-modal .members-infos .col ul li span, .patient-order-summary-modal .bulk-infos .col ul li span, .patient-order-summary-modal .members-infos .col ul li span {
  word-break: break-word;
}
.bulk-order-review-modal .delivery-tracking-component, .members-order-review-modal .delivery-tracking-component, .patient-order-summary-modal .delivery-tracking-component {
  display: block;
}
.bulk-order-review-modal .delivery-tracking-component .tracking-number, .members-order-review-modal .delivery-tracking-component .tracking-number, .patient-order-summary-modal .delivery-tracking-component .tracking-number {
  margin-left: 0;
  margin-top: 10px;
}
.bulk-order-review-modal .bulk-tracking, .members-order-review-modal .bulk-tracking, .patient-order-summary-modal .bulk-tracking {
  padding-top:  1.1764705882vw;
  padding-bottom:  1.1764705882vw;
  border-bottom: 1px solid var(--divider-primary);
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .bulk-tracking, .members-order-review-modal .bulk-tracking, .patient-order-summary-modal .bulk-tracking {
    padding-top:  1.675041876vw;
    padding-bottom:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .bulk-tracking, .members-order-review-modal .bulk-tracking, .patient-order-summary-modal .bulk-tracking {
    padding-top:  2.6041666667vw;
    padding-bottom:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .bulk-tracking, .members-order-review-modal .bulk-tracking, .patient-order-summary-modal .bulk-tracking {
    padding-top:  4.7619047619vw;
    padding-bottom:  4.7619047619vw;
  }
}
.bulk-order-review-modal .bulk-tracking .bulk-tracking-section, .members-order-review-modal .bulk-tracking .bulk-tracking-section, .patient-order-summary-modal .bulk-tracking .bulk-tracking-section {
  padding:  0.9411764706vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: var(--wi-background-secondary);
  border-radius: 12px;
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .bulk-tracking .bulk-tracking-section, .members-order-review-modal .bulk-tracking .bulk-tracking-section, .patient-order-summary-modal .bulk-tracking .bulk-tracking-section {
    padding:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .bulk-tracking .bulk-tracking-section, .members-order-review-modal .bulk-tracking .bulk-tracking-section, .patient-order-summary-modal .bulk-tracking .bulk-tracking-section {
    padding:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .bulk-tracking .bulk-tracking-section, .members-order-review-modal .bulk-tracking .bulk-tracking-section, .patient-order-summary-modal .bulk-tracking .bulk-tracking-section {
    padding:  3.8095238095vw;
  }
}
.bulk-order-review-modal .bulk-tracking .bulk-tracking-status, .members-order-review-modal .bulk-tracking .bulk-tracking-status, .patient-order-summary-modal .bulk-tracking .bulk-tracking-status {
  display: flex;
  align-items: center;
}
.bulk-order-review-modal .bulk-tracking .bulk-tracking-status .button-component, .members-order-review-modal .bulk-tracking .bulk-tracking-status .button-component, .patient-order-summary-modal .bulk-tracking .bulk-tracking-status .button-component {
  width: 210px;
}
.bulk-order-review-modal .bulk-tracking .bulk-tracking-icon, .members-order-review-modal .bulk-tracking .bulk-tracking-icon, .patient-order-summary-modal .bulk-tracking .bulk-tracking-icon {
  width: 36px;
  height: 36px;
  margin-right: 18px;
}
.bulk-order-review-modal .bulk-devices .list .device, .bulk-order-review-modal .members-devices .list .device, .members-order-review-modal .bulk-devices .list .device, .members-order-review-modal .members-devices .list .device, .patient-order-summary-modal .bulk-devices .list .device, .patient-order-summary-modal .members-devices .list .device {
  display: flex;
  align-items: center;
  padding:  1.1764705882vw 0vw;
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .bulk-devices .list .device, .bulk-order-review-modal .members-devices .list .device, .members-order-review-modal .bulk-devices .list .device, .members-order-review-modal .members-devices .list .device, .patient-order-summary-modal .bulk-devices .list .device, .patient-order-summary-modal .members-devices .list .device {
    padding:  1.675041876vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .bulk-devices .list .device, .bulk-order-review-modal .members-devices .list .device, .members-order-review-modal .bulk-devices .list .device, .members-order-review-modal .members-devices .list .device, .patient-order-summary-modal .bulk-devices .list .device, .patient-order-summary-modal .members-devices .list .device {
    padding:  2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .bulk-devices .list .device, .bulk-order-review-modal .members-devices .list .device, .members-order-review-modal .bulk-devices .list .device, .members-order-review-modal .members-devices .list .device, .patient-order-summary-modal .bulk-devices .list .device, .patient-order-summary-modal .members-devices .list .device {
    padding:  4.7619047619vw 0vw;
  }
}
.bulk-order-review-modal .bulk-devices .list .device:not(:first-child), .bulk-order-review-modal .members-devices .list .device:not(:first-child), .members-order-review-modal .bulk-devices .list .device:not(:first-child), .members-order-review-modal .members-devices .list .device:not(:first-child), .patient-order-summary-modal .bulk-devices .list .device:not(:first-child), .patient-order-summary-modal .members-devices .list .device:not(:first-child) {
  border-top: 1px solid var(--wi-divider);
}
.bulk-order-review-modal .bulk-devices .list .device .left, .bulk-order-review-modal .members-devices .list .device .left, .members-order-review-modal .bulk-devices .list .device .left, .members-order-review-modal .members-devices .list .device .left, .patient-order-summary-modal .bulk-devices .list .device .left, .patient-order-summary-modal .members-devices .list .device .left {
  display: flex;
  align-items: center;
  width: 100%;
}
.bulk-order-review-modal .bulk-devices .list .device .left .device-media, .bulk-order-review-modal .members-devices .list .device .left .device-media, .members-order-review-modal .bulk-devices .list .device .left .device-media, .members-order-review-modal .members-devices .list .device .left .device-media, .patient-order-summary-modal .bulk-devices .list .device .left .device-media, .patient-order-summary-modal .members-devices .list .device .left .device-media {
  width:  3.5294117647vw;
  height:  3.5294117647vw;
  padding: 10px;
  background-color: var(--wi-background-secondary);
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(7, 26, 83, 0.04);
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .bulk-devices .list .device .left .device-media, .bulk-order-review-modal .members-devices .list .device .left .device-media, .members-order-review-modal .bulk-devices .list .device .left .device-media, .members-order-review-modal .members-devices .list .device .left .device-media, .patient-order-summary-modal .bulk-devices .list .device .left .device-media, .patient-order-summary-modal .members-devices .list .device .left .device-media {
    width:  5.0251256281vw;
    height:  5.0251256281vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .bulk-devices .list .device .left .device-media, .bulk-order-review-modal .members-devices .list .device .left .device-media, .members-order-review-modal .bulk-devices .list .device .left .device-media, .members-order-review-modal .members-devices .list .device .left .device-media, .patient-order-summary-modal .bulk-devices .list .device .left .device-media, .patient-order-summary-modal .members-devices .list .device .left .device-media {
    width:  7.8125vw;
    height:  7.8125vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .bulk-devices .list .device .left .device-media, .bulk-order-review-modal .members-devices .list .device .left .device-media, .members-order-review-modal .bulk-devices .list .device .left .device-media, .members-order-review-modal .members-devices .list .device .left .device-media, .patient-order-summary-modal .bulk-devices .list .device .left .device-media, .patient-order-summary-modal .members-devices .list .device .left .device-media {
    width:  14.2857142857vw;
    height:  14.2857142857vw;
  }
}
.bulk-order-review-modal .bulk-devices .list .device .left .device-media img, .bulk-order-review-modal .members-devices .list .device .left .device-media img, .members-order-review-modal .bulk-devices .list .device .left .device-media img, .members-order-review-modal .members-devices .list .device .left .device-media img, .patient-order-summary-modal .bulk-devices .list .device .left .device-media img, .patient-order-summary-modal .members-devices .list .device .left .device-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bulk-order-review-modal .bulk-devices .list .device .left .device-name, .bulk-order-review-modal .members-devices .list .device .left .device-name, .members-order-review-modal .bulk-devices .list .device .left .device-name, .members-order-review-modal .members-devices .list .device .left .device-name, .patient-order-summary-modal .bulk-devices .list .device .left .device-name, .patient-order-summary-modal .members-devices .list .device .left .device-name {
  margin-left:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .bulk-devices .list .device .left .device-name, .bulk-order-review-modal .members-devices .list .device .left .device-name, .members-order-review-modal .bulk-devices .list .device .left .device-name, .members-order-review-modal .members-devices .list .device .left .device-name, .patient-order-summary-modal .bulk-devices .list .device .left .device-name, .patient-order-summary-modal .members-devices .list .device .left .device-name {
    margin-left:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .bulk-devices .list .device .left .device-name, .bulk-order-review-modal .members-devices .list .device .left .device-name, .members-order-review-modal .bulk-devices .list .device .left .device-name, .members-order-review-modal .members-devices .list .device .left .device-name, .patient-order-summary-modal .bulk-devices .list .device .left .device-name, .patient-order-summary-modal .members-devices .list .device .left .device-name {
    margin-left:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .bulk-devices .list .device .left .device-name, .bulk-order-review-modal .members-devices .list .device .left .device-name, .members-order-review-modal .bulk-devices .list .device .left .device-name, .members-order-review-modal .members-devices .list .device .left .device-name, .patient-order-summary-modal .bulk-devices .list .device .left .device-name, .patient-order-summary-modal .members-devices .list .device .left .device-name {
    margin-left:  4.7619047619vw;
  }
}
.bulk-order-review-modal .bulk-devices .list .device .device-delivery span, .bulk-order-review-modal .members-devices .list .device .device-delivery span, .members-order-review-modal .bulk-devices .list .device .device-delivery span, .members-order-review-modal .members-devices .list .device .device-delivery span, .patient-order-summary-modal .bulk-devices .list .device .device-delivery span, .patient-order-summary-modal .members-devices .list .device .device-delivery span {
  white-space: nowrap;
}
.bulk-order-review-modal .bulk-devices .list .device .device-delete, .bulk-order-review-modal .members-devices .list .device .device-delete, .members-order-review-modal .bulk-devices .list .device .device-delete, .members-order-review-modal .members-devices .list .device .device-delete, .patient-order-summary-modal .bulk-devices .list .device .device-delete, .patient-order-summary-modal .members-devices .list .device .device-delete {
  margin-left: auto;
  font-size: 1.5rem;
}
.bulk-order-review-modal .bulk-devices .device-name, .bulk-order-review-modal .members-devices .device-name, .members-order-review-modal .bulk-devices .device-name, .members-order-review-modal .members-devices .device-name, .patient-order-summary-modal .bulk-devices .device-name, .patient-order-summary-modal .members-devices .device-name {
  width: 100%;
}
.bulk-order-review-modal .bulk-devices .bulk-product.device, .bulk-order-review-modal .members-devices .bulk-product.device, .members-order-review-modal .bulk-devices .bulk-product.device, .members-order-review-modal .members-devices .bulk-product.device, .patient-order-summary-modal .bulk-devices .bulk-product.device, .patient-order-summary-modal .members-devices .bulk-product.device {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bulk-order-review-modal .bulk-devices .bulk-product .count, .bulk-order-review-modal .members-devices .bulk-product .count, .members-order-review-modal .bulk-devices .bulk-product .count, .members-order-review-modal .members-devices .bulk-product .count, .patient-order-summary-modal .bulk-devices .bulk-product .count, .patient-order-summary-modal .members-devices .bulk-product .count {
  width: 80px;
  padding: 16px;
  border-radius: 12px;
  background-color: var(--wi-background-secondary);
  border: 1px solid var(--wi-divider);
  text-align: center;
}
.bulk-order-review-modal .bulk-devices .add-device-check, .bulk-order-review-modal .members-devices .add-device-check, .members-order-review-modal .bulk-devices .add-device-check, .members-order-review-modal .members-devices .add-device-check, .patient-order-summary-modal .bulk-devices .add-device-check, .patient-order-summary-modal .members-devices .add-device-check {
  padding:  0.9411764706vw;
  gap:  0.7058823529vw;
  margin-top:  1.1764705882vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--wi-background-secondary);
  border-radius: 12px;
}
@media screen and (max-width: 1194px) {
  .bulk-order-review-modal .bulk-devices .add-device-check, .bulk-order-review-modal .members-devices .add-device-check, .members-order-review-modal .bulk-devices .add-device-check, .members-order-review-modal .members-devices .add-device-check, .patient-order-summary-modal .bulk-devices .add-device-check, .patient-order-summary-modal .members-devices .add-device-check {
    padding:  1.3400335008vw;
    gap:  1.0050251256vw;
    margin-top:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .bulk-order-review-modal .bulk-devices .add-device-check, .bulk-order-review-modal .members-devices .add-device-check, .members-order-review-modal .bulk-devices .add-device-check, .members-order-review-modal .members-devices .add-device-check, .patient-order-summary-modal .bulk-devices .add-device-check, .patient-order-summary-modal .members-devices .add-device-check {
    padding:  2.0833333333vw;
    gap:  1.5625vw;
    margin-top:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .bulk-order-review-modal .bulk-devices .add-device-check, .bulk-order-review-modal .members-devices .add-device-check, .members-order-review-modal .bulk-devices .add-device-check, .members-order-review-modal .members-devices .add-device-check, .patient-order-summary-modal .bulk-devices .add-device-check, .patient-order-summary-modal .members-devices .add-device-check {
    padding:  3.8095238095vw;
    gap:  2.8571428571vw;
    margin-top:  4.7619047619vw;
  }
}
.bulk-order-review-modal .bulk-devices .add-device-check .checkbox-right, .bulk-order-review-modal .members-devices .add-device-check .checkbox-right, .members-order-review-modal .bulk-devices .add-device-check .checkbox-right, .members-order-review-modal .members-devices .add-device-check .checkbox-right, .patient-order-summary-modal .bulk-devices .add-device-check .checkbox-right, .patient-order-summary-modal .members-devices .add-device-check .checkbox-right {
  margin-left: auto;
}

.invite-choices {
  margin-top:  2.3529411765vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1194px) {
  .invite-choices {
    margin-top:  3.3500837521vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-choices {
    margin-top:  5.2083333333vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-choices {
    margin-top:  9.5238095238vw;
  }
}
@media (max-width: 968px) {
  .invite-choices {
    flex-direction: column;
  }
}
.invite-choices .choice {
  width: calc(50% - 22px);
  margin: 0 auto;
}
@media (max-width: 968px) {
  .invite-choices .choice {
    width: 60%;
  }
  .invite-choices .choice:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .invite-choices .choice {
    width: 100%;
  }
  .invite-choices .choice:last-child {
    margin-top: 50px;
  }
}
.invite-choices .choice-media {
  height:  11.4705882353vw;
  width: 100%;
  background: var(--wi-background-secondary);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1194px) {
  .invite-choices .choice-media {
    height:  16.3316582915vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-choices .choice-media {
    height:  25.390625vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-choices .choice-media {
    height:  46.4285714286vw;
  }
}
.invite-choices .choice-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 500ms ease;
  cursor: pointer;
}
.invite-choices .choice-media img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
.invite-choices .choice-content {
  margin-top:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .invite-choices .choice-content {
    margin-top:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-choices .choice-content {
    margin-top:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-choices .choice-content {
    margin-top:  4.7619047619vw;
  }
}
.invite-choices .choice-content p {
  color: var(--wi-text-secondary);
}
.invite-choices .choice-content button {
  padding:  0.5882352941vw 0.8823529412vw;
  border-radius: 8px;
  opacity: 1;
  min-width: 100px;
  margin-top:  2.3529411765vw;
}
@media screen and (max-width: 1194px) {
  .invite-choices .choice-content button {
    padding:  0.837520938vw 1.256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-choices .choice-content button {
    padding:  1.3020833333vw 1.953125vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-choices .choice-content button {
    padding:  2.380952381vw 3.5714285714vw;
  }
}
@media screen and (max-width: 1194px) {
  .invite-choices .choice-content button {
    margin-top:  3.3500837521vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-choices .choice-content button {
    margin-top:  5.2083333333vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-choices .choice-content button {
    margin-top:  9.5238095238vw;
  }
}

@media (max-width: 968px) {
  .invite-input .invite-input-wrapper {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .invite-input .invite-input-wrapper {
    width: 100%;
    margin: 0;
  }
}
.invite-input .invite-input-wrapper .body1 {
  max-width: 90%;
  margin-top: 30px;
}
.invite-input .invite-input-wrapper .body1 span {
  font-weight: 600;
}
.invite-input .invite-input-wrapper .body1.error-message {
  margin-top: 3px;
}
@media (max-width: 968px) {
  .invite-input span.header4 {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .invite-input span.header4 {
    display: block;
    text-align: left;
  }
}
.invite-input form {
  margin-top: 35px;
}
.invite-input form .flexCenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 968px) {
  .invite-input form .flexCenter {
    flex-direction: column;
  }
}
.invite-input form .alignTop {
  align-items: flex-start;
}
.invite-input form .form-input-component {
  margin-top: 0;
  max-height: calc(79vh - 148px - 17vh);
}
@media (max-width: 968px) {
  .invite-input form .form-input-component {
    width: 100%;
    margin-top: 20px;
  }
}
.invite-input .button-component {
  text-align: center;
  margin-top: 20px;
}
.invite-input .button-component button {
  background: var(--wi-action-primary);
  border-color: var(--wi-action-primary);
}
@media (max-width: 768px) {
  .invite-input .button-component button {
    width: 100%;
  }
}
.invite-input .members-list {
  margin-top:  2.3529411765vw;
  min-height:  5.8823529412vw;
  max-height:  17.6470588235vw;
  overflow-y: scroll;
}
@media screen and (max-width: 1194px) {
  .invite-input .members-list {
    margin-top:  3.3500837521vw;
    min-height:  8.3752093802vw;
    max-height:  25.1256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-input .members-list {
    margin-top:  5.2083333333vw;
    min-height:  13.0208333333vw;
    max-height:  39.0625vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-input .members-list {
    margin-top:  9.5238095238vw;
    min-height:  23.8095238095vw;
    max-height:  71.4285714286vw;
  }
}
@media (max-width: 968px) {
  .invite-input .members-list {
    width: 50%;
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .invite-input .members-list {
    width: 100%;
  }
}
.invite-input .members-list::-webkit-scrollbar {
  display: none;
}
.invite-input .members-list .member {
  padding: 22px;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
.invite-input .members-list .member:not(:last-child) {
  border-bottom: 1px solid var(--wi-divider);
}
.invite-input .members-list .member .body1 {
  margin-left:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .invite-input .members-list .member .body1 {
    margin-left:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .invite-input .members-list .member .body1 {
    margin-left:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .invite-input .members-list .member .body1 {
    margin-left:  4.7619047619vw;
  }
}
@media (max-width: 968px) {
  .invite-input .members-list .member .body1 span {
    display: none;
  }
}
.invite-input .members-list .member .delete {
  margin-left: auto;
}

.end-invite-modal {
  max-width:  26.4705882353vw;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1194px) {
  .end-invite-modal {
    max-width:  37.6884422111vw;
  }
}
@media screen and (max-width: 768px) {
  .end-invite-modal {
    max-width:  58.59375vw;
  }
}
@media screen and (max-width: 420px) {
  .end-invite-modal {
    max-width:  107.1428571429vw;
  }
}
@media (max-width: 968px) {
  .end-invite-modal {
    max-width: 80%;
  }
}
.end-invite-modal-media {
  height:  16.1764705882vw;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1194px) {
  .end-invite-modal-media {
    height:  23.0318257956vw;
  }
}
@media screen and (max-width: 768px) {
  .end-invite-modal-media {
    height:  35.8072916667vw;
  }
}
@media screen and (max-width: 420px) {
  .end-invite-modal-media {
    height:  65.4761904762vw;
  }
}
.end-invite-modal-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.end-invite-modal-content {
  margin-top:  1.7647058824vw;
}
@media screen and (max-width: 1194px) {
  .end-invite-modal-content {
    margin-top:  2.5125628141vw;
  }
}
@media screen and (max-width: 768px) {
  .end-invite-modal-content {
    margin-top:  3.90625vw;
  }
}
@media screen and (max-width: 420px) {
  .end-invite-modal-content {
    margin-top:  7.1428571429vw;
  }
}
.end-invite-modal-content p {
  margin-top:  0.9411764706vw;
  color: var(--wi-text-secondary);
}
@media screen and (max-width: 1194px) {
  .end-invite-modal-content p {
    margin-top:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .end-invite-modal-content p {
    margin-top:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .end-invite-modal-content p {
    margin-top:  3.8095238095vw;
  }
}

.shipping-devices-modal, .eligible-devices-modal {
  max-height:  35.2941176471vw;
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal, .eligible-devices-modal {
    max-height:  50.2512562814vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal, .eligible-devices-modal {
    max-height:  78.125vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal, .eligible-devices-modal {
    max-height:  142.8571428571vw;
  }
}
.shipping-devices-modal .center-modal-header .text-wrapper, .eligible-devices-modal .center-modal-header .text-wrapper {
  margin-bottom: 0;
}
.shipping-devices-modal .existing-user, .eligible-devices-modal .existing-user {
  text-align: center;
  max-width: 50%;
  margin: 2px auto;
}
.shipping-devices-modal .existing-user span, .eligible-devices-modal .existing-user span {
  display: block;
  color: var(--wi-text-secondary);
}
.shipping-devices-modal .existing-user span:last-child, .eligible-devices-modal .existing-user span:last-child {
  text-decoration: underline;
}
.shipping-devices-modal .shipping-list, .eligible-devices-modal .shipping-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px;
  padding-bottom:  1.7647058824vw;
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal .shipping-list, .eligible-devices-modal .shipping-list {
    padding-bottom:  2.5125628141vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal .shipping-list, .eligible-devices-modal .shipping-list {
    padding-bottom:  3.90625vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal .shipping-list, .eligible-devices-modal .shipping-list {
    padding-bottom:  7.1428571429vw;
  }
}
.shipping-devices-modal .shipping-list .device, .eligible-devices-modal .shipping-list .device {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 10px;
  position: relative;
}
.shipping-devices-modal .shipping-list .device .react-loading-skeleton, .eligible-devices-modal .shipping-list .device .react-loading-skeleton {
  background-color: var(--wi-background-secondary);
  background-image: linear-gradient(90deg, var(--wi-background-secondary), var(--wi-divider), var(--wi-background-secondary));
}
@media (max-width: 968px) {
  .shipping-devices-modal .shipping-list .device, .eligible-devices-modal .shipping-list .device {
    flex: 0 0 calc(50% - 20px);
    margin: 20px 10px;
  }
}
.shipping-devices-modal .shipping-list .device-select, .eligible-devices-modal .shipping-list .device-select {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  pointer-events: none;
}
.shipping-devices-modal .shipping-list .device-select .button, .eligible-devices-modal .shipping-list .device-select .button {
  display: flex;
  align-items: center;
  width:  1.4117647059vw;
  height:  1.4117647059vw;
  justify-content: center;
  background-color: var(--wi-divider);
  border-radius: 50%;
  transition: background-color 400ms ease;
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal .shipping-list .device-select .button, .eligible-devices-modal .shipping-list .device-select .button {
    width:  2.0100502513vw;
    height:  2.0100502513vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal .shipping-list .device-select .button, .eligible-devices-modal .shipping-list .device-select .button {
    width:  3.125vw;
    height:  3.125vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal .shipping-list .device-select .button, .eligible-devices-modal .shipping-list .device-select .button {
    width:  5.7142857143vw;
    height:  5.7142857143vw;
  }
}
.shipping-devices-modal .shipping-list .device-select .button span, .eligible-devices-modal .shipping-list .device-select .button span {
  color: var(--wi-background-secondary);
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
}
.shipping-devices-modal .shipping-list .device-media, .eligible-devices-modal .shipping-list .device-media {
  padding:  1.1764705882vw;
  height: 210px;
  background-color: var(--wi-background-secondary);
  border: 2px solid var(--wi-background-secondary);
  border-radius: 8px;
  transition: border-color 300ms ease;
  box-shadow: 0 8px 30px 0 rgba(7, 26, 83, 0.04);
  cursor: pointer;
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal .shipping-list .device-media, .eligible-devices-modal .shipping-list .device-media {
    padding:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal .shipping-list .device-media, .eligible-devices-modal .shipping-list .device-media {
    padding:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal .shipping-list .device-media, .eligible-devices-modal .shipping-list .device-media {
    padding:  4.7619047619vw;
  }
}
.shipping-devices-modal .shipping-list .device-media img, .eligible-devices-modal .shipping-list .device-media img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.shipping-devices-modal .shipping-list .device.selected .device-select .button, .eligible-devices-modal .shipping-list .device.selected .device-select .button {
  background-color: var(--wi-action-primary);
}
.shipping-devices-modal .shipping-list .device.selected .device-select .button span, .eligible-devices-modal .shipping-list .device.selected .device-select .button span {
  opacity: 1;
}
.shipping-devices-modal .shipping-list .device.selected .device-media, .eligible-devices-modal .shipping-list .device.selected .device-media {
  border-color: var(--wi-action-primary);
}
.shipping-devices-modal .shipping-list .device.locked, .eligible-devices-modal .shipping-list .device.locked {
  opacity: 0.5;
}
.shipping-devices-modal .shipping-list .device.locked .device-media, .eligible-devices-modal .shipping-list .device.locked .device-media {
  pointer-events: none;
}
.shipping-devices-modal .shipping-list .device-body, .eligible-devices-modal .shipping-list .device-body {
  margin-top:  0.5882352941vw;
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal .shipping-list .device-body, .eligible-devices-modal .shipping-list .device-body {
    margin-top:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal .shipping-list .device-body, .eligible-devices-modal .shipping-list .device-body {
    margin-top:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal .shipping-list .device-body, .eligible-devices-modal .shipping-list .device-body {
    margin-top:  2.380952381vw;
  }
}
.shipping-devices-modal .shipping-list .device-body.skeleton, .eligible-devices-modal .shipping-list .device-body.skeleton {
  height: auto;
}
.shipping-devices-modal .shipping-list .device-body .react-loading-skeleton, .eligible-devices-modal .shipping-list .device-body .react-loading-skeleton {
  height: 200px;
}
.shipping-devices-modal .shipping-list .device-body .required-option, .eligible-devices-modal .shipping-list .device-body .required-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.shipping-devices-modal .shipping-list .device-body .required-option.disabled, .eligible-devices-modal .shipping-list .device-body .required-option.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.shipping-devices-modal .shipping-list .device-body span, .eligible-devices-modal .shipping-list .device-body span {
  display: block;
  color: var(--wi-text-secondary);
}
.shipping-devices-modal .shipping-list .device-footer, .eligible-devices-modal .shipping-list .device-footer {
  margin-top:  0.4705882353vw;
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal .shipping-list .device-footer, .eligible-devices-modal .shipping-list .device-footer {
    margin-top:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal .shipping-list .device-footer, .eligible-devices-modal .shipping-list .device-footer {
    margin-top:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal .shipping-list .device-footer, .eligible-devices-modal .shipping-list .device-footer {
    margin-top:  1.9047619048vw;
  }
}
.shipping-devices-modal .shipping-list .device-footer button, .eligible-devices-modal .shipping-list .device-footer button {
  padding:  0.5882352941vw 0.8823529412vw;
  border-radius: 8px;
  opacity: 1;
  min-width: 100px;
  padding:  0.2352941176vw 0.8235294118vw;
  font-size: 0.75rem;
  border: 1px solid var(--wi-text-primary);
  background-color: var(--wi-transparent);
  color: var(--wi-text-primary);
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal .shipping-list .device-footer button, .eligible-devices-modal .shipping-list .device-footer button {
    padding:  0.837520938vw 1.256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal .shipping-list .device-footer button, .eligible-devices-modal .shipping-list .device-footer button {
    padding:  1.3020833333vw 1.953125vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal .shipping-list .device-footer button, .eligible-devices-modal .shipping-list .device-footer button {
    padding:  2.380952381vw 3.5714285714vw;
  }
}
@media screen and (max-width: 1194px) {
  .shipping-devices-modal .shipping-list .device-footer button, .eligible-devices-modal .shipping-list .device-footer button {
    padding:  0.3350083752vw 1.1725293132vw;
  }
}
@media screen and (max-width: 768px) {
  .shipping-devices-modal .shipping-list .device-footer button, .eligible-devices-modal .shipping-list .device-footer button {
    padding:  0.5208333333vw 1.8229166667vw;
  }
}
@media screen and (max-width: 420px) {
  .shipping-devices-modal .shipping-list .device-footer button, .eligible-devices-modal .shipping-list .device-footer button {
    padding:  0.9523809524vw 3.3333333333vw;
  }
}

.members-order-confirmation-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-align: center;
}
.members-order-confirmation-modal .illustration {
  height: 100px;
  width: 100px;
}
.members-order-confirmation-modal .illustration img {
  height: 100%;
  width: 100%;
}
.members-order-confirmation-modal .title {
  width: 400px;
  margin-bottom: 16px;
}
.members-order-confirmation-modal .description {
  padding: 0px 20px;
}

.billing-assistance {
  max-width:  26.4705882353vw;
}
@media screen and (max-width: 1194px) {
  .billing-assistance {
    max-width:  37.6884422111vw;
  }
}
@media screen and (max-width: 768px) {
  .billing-assistance {
    max-width:  58.59375vw;
  }
}
@media screen and (max-width: 420px) {
  .billing-assistance {
    max-width:  107.1428571429vw;
  }
}
.billing-assistance .no-codes {
  margin-top:  0.9411764706vw;
}
@media screen and (max-width: 1194px) {
  .billing-assistance .no-codes {
    margin-top:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .billing-assistance .no-codes {
    margin-top:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .billing-assistance .no-codes {
    margin-top:  3.8095238095vw;
  }
}

.card-content-top {
  font-family: var(--wi-font-family);
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.18px;
  font-size:  1.0588235294vw;
}
@media screen and (max-width: 1194px) {
  .card-content-top {
    font-size:  1.5075376884vw;
  }
}
@media screen and (max-width: 768px) {
  .card-content-top {
    font-size:  2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  .card-content-top {
    font-size:  4.2857142857vw;
  }
}

.card-selected {
  background-color: var(--wi-background-secondary-pressed);
}

.cells .info {
  display: flex;
  justify-content: space-between;
  padding:  0.9411764706vw 1.1764705882vw;
  align-items: center;
  background: var(--wi-background-secondary);
}
@media screen and (max-width: 1194px) {
  .cells .info {
    padding:  1.3400335008vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .cells .info {
    padding:  2.0833333333vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .cells .info {
    padding:  3.8095238095vw 4.7619047619vw;
  }
}
.cells .info:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cells .info:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cells .info:not(:last-child) {
  border-bottom: 1px solid var(--wi-divider);
}
.cells .info .left span {
  display: block;
}
.cells .info .left span.subtextRegular {
  color: var(--wi-text-secondary);
}
.cells .info .right {
  font-size: 1rem;
}
.cells .no-data-found {
  background: var(--wi-background-tertiary);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.measurements-modal-wrapper .select-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.measurements-modal-wrapper .form-input-component .error-message {
  white-space: nowrap;
}
.measurements-modal-wrapper .sms-reminders-wrapper {
  margin-bottom: 20px;
}
.measurements-modal-wrapper .sms-reminders-wrapper span {
  display: block;
}
.measurements-modal-wrapper .sms-reminders-wrapper span:last-child {
  margin-top: 5px;
  color: #4d4d4d;
}

.measurements-modal-cmsrpm {
  display: flex;
  align-items: center;
}
.measurements-modal-cmsrpm__icon {
  flex-shrink: 0;
  width: 40px;
  margin-right:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .measurements-modal-cmsrpm__icon {
    margin-right:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .measurements-modal-cmsrpm__icon {
    margin-right:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .measurements-modal-cmsrpm__icon {
    margin-right:  4.7619047619vw;
  }
}
.measurements-modal-cmsrpm__icon .level-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  border-radius: 50%;
  background-color: var(--wi-status-bad);
}
.measurements-modal-cmsrpm__icon .level-icon.level-good {
  background-color: var(--wi-status-good);
  color: var(--wi-background-secondary);
}
.measurements-modal-cmsrpm__icon .level-icon.level-moderate {
  background-color: var(--wi-status-moderate);
  color: var(--wi-background-secondary);
}
.measurements-modal-cmsrpm__icon .level-icon.level-bad {
  background-color: var(--wi-status-bad);
  color: var(--wi-background-secondary);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.alerts-history-modal-wrapper {
  margin-top:  -1.7647058824vw;
}
@media screen and (max-width: 1194px) {
  .alerts-history-modal-wrapper {
    margin-top:  -2.5125628141vw;
  }
}
@media screen and (max-width: 768px) {
  .alerts-history-modal-wrapper {
    margin-top:  -3.90625vw;
  }
}
@media screen and (max-width: 420px) {
  .alerts-history-modal-wrapper {
    margin-top:  -7.1428571429vw;
  }
}
@media (max-width: 768px) {
  .alerts-history-modal-wrapper .alert-cell {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .alerts-history-modal-wrapper .alert-cell .content {
    width: 90%;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .alerts-history-modal-wrapper .alert-cell .action {
    margin-top: 10px;
    width: 90%;
  }
  .alerts-history-modal-wrapper .alert-cell .action button {
    width: 100%;
  }
}
.alerts-history-modal-wrapper .alert-cell .action button {
  font-size: 0.875rem;
}
.alerts-history-modal-wrapper .alert-cell .action button .label {
  display: block;
}
.alerts-history-modal-wrapper .cells {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.alerts-history-modal-wrapper .cells .left {
  display: flex;
  flex-direction: row;
}
.alerts-history-modal-wrapper .cells .left .cell-title {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.alerts-history-modal-wrapper .cells .left .measure-icon {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.alerts-history-modal-wrapper .cells .right {
  font-weight: bold;
  font-size: large;
}
.alerts-history-modal-wrapper .surveys-list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.alerts-history-modal-wrapper .surveys-list .survey {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.seg-modal-measure-detail .modal-component-wrapper {
  max-width: 55vw;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.message-modal-component .message-actions {
  display: flex;
  align-items: center;
  border-radius:  1.2941176471vw;
  max-width:  5.8823529412vw;
  height:  2.6470588235vw;
  margin-left: auto;
  justify-content: space-around;
  background: var(--wi-background-secondary);
  border: 1px solid var(--wi-divider);
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-actions {
    border-radius:  1.8425460637vw;
    max-width:  8.3752093802vw;
    height:  3.7688442211vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-actions {
    border-radius:  2.8645833333vw;
    max-width:  13.0208333333vw;
    height:  5.859375vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-actions {
    border-radius:  5.2380952381vw;
    max-width:  23.8095238095vw;
    height:  10.7142857143vw;
  }
}
.message-modal-component .message-actions .RPMIcons {
  font-size: 1.375rem;
}
.message-modal-component .message-preview-wrapper {
  max-height: 50vh;
}
.message-modal-component .message-preview-wrapper .title {
  text-align: center;
}
.message-modal-component .message-preview-wrapper .title p {
  color: var(--wi-text-secondary);
  margin-top:  0.5882352941vw;
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-preview-wrapper .title p {
    margin-top:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-preview-wrapper .title p {
    margin-top:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-preview-wrapper .title p {
    margin-top:  2.380952381vw;
  }
}
.message-modal-component .message-preview-wrapper .title p span {
  text-transform: capitalize;
}
.message-modal-component .message-preview-wrapper .phone {
  padding:  1.4705882353vw;
  background: var(--wi-background-primary);
  border-color: var(--wi-background-primary);
  border-style: solid;
  border-width: 15px;
  border-radius: 30px;
  width: 50%;
  margin: auto;
  margin-top: 50px;
  transition: opacity 500ms ease, border-color 1000ms ease, transform 500ms ease;
  opacity: 0;
  transform: translate3d(0, 5vh, 0);
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-preview-wrapper .phone {
    padding:  2.0938023451vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-preview-wrapper .phone {
    padding:  3.2552083333vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-preview-wrapper .phone {
    padding:  5.9523809524vw;
  }
}
@media (max-width: 968px) {
  .message-modal-component .message-preview-wrapper .phone {
    width: 100%;
  }
}
.message-modal-component .message-preview-wrapper .phone.enter-done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.message-modal-component .message-preview-wrapper .phone .header {
  padding:  0.5882352941vw;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(225deg, var(--wi-status-good) 15%, var(--wi-status-good));
  border-radius: 13px;
  color: var(--wi-background-secondary);
  transform: scale3d(1.3, 1.3, 1);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-preview-wrapper .phone .header {
    padding:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-preview-wrapper .phone .header {
    padding:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-preview-wrapper .phone .header {
    padding:  2.380952381vw;
  }
}
.message-modal-component .message-preview-wrapper .phone .header .picture {
  width:  1.4705882353vw;
  height:  1.4705882353vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-preview-wrapper .phone .header .picture {
    width:  2.0938023451vw;
    height:  2.0938023451vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-preview-wrapper .phone .header .picture {
    width:  3.2552083333vw;
    height:  3.2552083333vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-preview-wrapper .phone .header .picture {
    width:  5.9523809524vw;
    height:  5.9523809524vw;
  }
}
.message-modal-component .message-preview-wrapper .phone .header .content {
  margin-top:  0.5882352941vw;
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-preview-wrapper .phone .header .content {
    margin-top:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-preview-wrapper .phone .header .content {
    margin-top:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-preview-wrapper .phone .header .content {
    margin-top:  2.380952381vw;
  }
}
.message-modal-component .message-preview-wrapper .phone .header .content p {
  font-size: 0.75rem;
  margin-top: 10px;
  overflow: hidden;
}
.message-modal-component .message-preview-wrapper .phone .body {
  padding:  0.5882352941vw;
  margin-top: 15px;
  border-radius: 13px;
  background-color: var(--wi-background-primary);
  min-height: 35vh;
  transition: background-color 1000ms ease;
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-preview-wrapper .phone .body {
    padding:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-preview-wrapper .phone .body {
    padding:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-preview-wrapper .phone .body {
    padding:  2.380952381vw;
  }
}
.message-modal-component .message-preview-wrapper .phone .body .row {
  padding-bottom:  0.8823529412vw;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--wi-background-primary);
}
@media screen and (max-width: 1194px) {
  .message-modal-component .message-preview-wrapper .phone .body .row {
    padding-bottom:  1.256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .message-modal-component .message-preview-wrapper .phone .body .row {
    padding-bottom:  1.953125vw;
  }
}
@media screen and (max-width: 420px) {
  .message-modal-component .message-preview-wrapper .phone .body .row {
    padding-bottom:  3.5714285714vw;
  }
}
.message-modal-component .message-preview-wrapper .phone .body .rect {
  background-color: var(--wi-background-primary);
  width: 100%;
  height: 20px;
  margin-top: 10px;
  border-radius: 3px;
}
.message-modal-component .message-preview-wrapper .phone .body .rect.big {
  height: 50px;
}
.message-modal-component .message-preview-wrapper .phone .body .rect.medium {
  height: 30px;
  width: 80%;
}
.message-modal-component .message-preview-wrapper .phone .body .rect.small {
  width: 50%;
}
.message-modal-component .message-preview-wrapper .phone .body .left {
  width: calc(50% - 20px);
}
.message-modal-component .message-preview-wrapper .phone .body .right {
  width: 50%;
  align-self: flex-end;
}
.message-modal-component .message-preview-wrapper .phone.animate {
  border-color: var(--wi-background-secondary);
}
.message-modal-component .message-preview-wrapper .phone.animate .header {
  transform: scale3d(1, 1, 1);
}
.message-modal-component .message-preview-wrapper .phone.animate .body {
  background-color: var(--wi-background-secondary);
}
.message-modal-component .message-preview-wrapper .phone.sending {
  opacity: 0.5;
}
.invite-superadmin-modal .form-input-component {
  margin: auto;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.log-time-modal .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.log-time-modal .form .form-input-component, .log-time-modal .form .form-select-component {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .log-time-modal .form .form-input-component, .log-time-modal .form .form-select-component {
    width: 100%;
  }
}
.log-time-modal .form .form-textarea-component {
  margin-top: 25px;
}
.log-time-modal .end-logtime-modal-content {
  text-align: center;
}
.log-time-modal .end-logtime-modal-content p {
  margin-top: 8px;
  color: var(--wi-text-secondary);
}
.log-time-modal .end-logtime-modal-content p span {
  font-weight: 600;
  color: var(--wi-text-primary);
}
.log-time-modal .end-logtime-modal-media {
  margin-top: 30px;
  width: 100%;
  height:  16.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .log-time-modal .end-logtime-modal-media {
    height:  23.0318257956vw;
  }
}
@media screen and (max-width: 768px) {
  .log-time-modal .end-logtime-modal-media {
    height:  35.8072916667vw;
  }
}
@media screen and (max-width: 420px) {
  .log-time-modal .end-logtime-modal-media {
    height:  65.4761904762vw;
  }
}
.log-time-modal .end-logtime-modal-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.ehr-available-id-types-container {
  padding:  0vw 1.4705882353vw;
}
@media screen and (max-width: 1194px) {
  .ehr-available-id-types-container {
    padding:  0vw 2.0938023451vw;
  }
}
@media screen and (max-width: 768px) {
  .ehr-available-id-types-container {
    padding:  0vw 3.2552083333vw;
  }
}
@media screen and (max-width: 420px) {
  .ehr-available-id-types-container {
    padding:  0vw 5.9523809524vw;
  }
}
.ehr-available-id-types-container .table-component {
  overflow: visible;
}
.ehr-available-id-types-container .title {
  margin-bottom:  1.4117647059vw;
}
@media screen and (max-width: 1194px) {
  .ehr-available-id-types-container .title {
    margin-bottom:  2.0100502513vw;
  }
}
@media screen and (max-width: 768px) {
  .ehr-available-id-types-container .title {
    margin-bottom:  3.125vw;
  }
}
@media screen and (max-width: 420px) {
  .ehr-available-id-types-container .title {
    margin-bottom:  5.7142857143vw;
  }
}
.ehr-available-id-types-container .table-cell-component {
  display: flex;
  align-items: center;
}
.ehr-available-id-types-container .table-cell-component .left {
  display: flex;
  align-items: center;
}
@media (max-width: 968px) {
  .ehr-available-id-types-container .table-cell-component .left {
    flex-wrap: wrap;
  }
}
.ehr-available-id-types-container .table-cell-component .left .subtextRegular {
  color: var(--wi-text-secondary);
  word-break: break-all;
  margin:  0vw 0.2941176471vw;
}
@media screen and (max-width: 1194px) {
  .ehr-available-id-types-container .table-cell-component .left .subtextRegular {
    margin:  0vw 0.418760469vw;
  }
}
@media screen and (max-width: 768px) {
  .ehr-available-id-types-container .table-cell-component .left .subtextRegular {
    margin:  0vw 0.6510416667vw;
  }
}
@media screen and (max-width: 420px) {
  .ehr-available-id-types-container .table-cell-component .left .subtextRegular {
    margin:  0vw 1.1904761905vw;
  }
}
@media (max-width: 968px) {
  .ehr-available-id-types-container .table-cell-component .left .subtextRegular {
    margin: 0;
    width: 100%;
  }
}
.ehr-available-id-types-container .table-cell-component .left .form-input-component {
  margin-top: 0;
  margin-left:  0.5882352941vw;
}
@media screen and (max-width: 1194px) {
  .ehr-available-id-types-container .table-cell-component .left .form-input-component {
    margin-left:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .ehr-available-id-types-container .table-cell-component .left .form-input-component {
    margin-left:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .ehr-available-id-types-container .table-cell-component .left .form-input-component {
    margin-left:  2.380952381vw;
  }
}
.ehr-available-id-types-container .table-cell-component .left .form-input-component input {
  padding:  0.2941176471vw 0.5882352941vw;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 1194px) {
  .ehr-available-id-types-container .table-cell-component .left .form-input-component input {
    padding:  0.418760469vw 0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .ehr-available-id-types-container .table-cell-component .left .form-input-component input {
    padding:  0.6510416667vw 1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .ehr-available-id-types-container .table-cell-component .left .form-input-component input {
    padding:  1.1904761905vw 2.380952381vw;
  }
}
.ehr-available-id-types-container .table-cell-component .action .RPMIcons {
  font-size: 1.125rem;
}
.ehr-available-id-types-container .form {
  display: flex;
  align-items: center;
}
.ehr-available-id-types-container .form .input-actions {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.ehr-available-id-types-container .form .input-actions .button-component {
  margin-top: 0px;
  margin-left: 10px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.infinite-device-instructions-modal .hide-instructions-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 15px;
}
.infinite-device-instructions-modal .hide-instructions-wrapper .body1 {
  margin-left: 15px;
}
.infinite-device-instructions-modal .instructions-wrapper .instruction-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.infinite-device-instructions-modal .instructions-wrapper .instruction-item-image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.infinite-device-instructions-modal .instructions-wrapper .instruction-item-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.infinite-device-instructions-modal .instructions-wrapper .instruction-item .header4 {
  margin-bottom: 8px;
}
