/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.all-notes-modal-component .button-component {
  text-align: center;
}
.all-notes-modal-component .all-notes-wrapper {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap:  1.1764705882vw;
       column-gap:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .all-notes-modal-component .all-notes-wrapper {
    -moz-column-gap:  1.675041876vw;
         column-gap:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .all-notes-modal-component .all-notes-wrapper {
    -moz-column-gap:  2.6041666667vw;
         column-gap:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .all-notes-modal-component .all-notes-wrapper {
    -moz-column-gap:  4.7619047619vw;
         column-gap:  4.7619047619vw;
  }
}
@media (max-width: 968px) {
  .all-notes-modal-component .all-notes-wrapper {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.all-notes-modal-component .all-notes-wrapper .single-note {
  margin-bottom:  1.1764705882vw;
  padding:  1.1764705882vw;
  position: relative;
  width: 100%;
  display: inline-block;
  background: var(--wi-background-secondary);
  border-radius: 8px;
  box-shadow: 0px 8px 30px 0 rgba(7, 26, 83, 0.04);
  transition: opacity 450ms ease;
}
@media screen and (max-width: 1194px) {
  .all-notes-modal-component .all-notes-wrapper .single-note {
    margin-bottom:  1.675041876vw;
    padding:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .all-notes-modal-component .all-notes-wrapper .single-note {
    margin-bottom:  2.6041666667vw;
    padding:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .all-notes-modal-component .all-notes-wrapper .single-note {
    margin-bottom:  4.7619047619vw;
    padding:  4.7619047619vw;
  }
}
.all-notes-modal-component .all-notes-wrapper .single-note .single-note-header {
  display: flex;
  justify-content: space-between;
}
.all-notes-modal-component .all-notes-wrapper .single-note .single-note-header .actions {
  position: relative;
}
.all-notes-modal-component .all-notes-wrapper .single-note .single-note-header .actions .RPMIcons {
  font-size: 1rem;
}
.all-notes-modal-component .all-notes-wrapper .single-note .single-note-header .actions .RPMIcons:last-child {
  margin-left: 5px;
  color: var(--wi-status-bad);
}
.all-notes-modal-component .all-notes-wrapper .single-note .single-note-header .actions .contextual-menu-component {
  border-radius: 10px;
  top: 0;
  box-shadow: 0px 3px 10px 2px var(--wi-background-tertiary);
}
.all-notes-modal-component .all-notes-wrapper .single-note .single-note-header .actions .contextual-menu-component .item {
  padding: 8px 10px;
  font-size: 0.8125rem;
}
.all-notes-modal-component .all-notes-wrapper .single-note .single-note-body, .all-notes-modal-component .all-notes-wrapper .single-note .single-note-footer {
  margin-top: 8px;
  color: var(--wi-text-secondary);
  font-family: var(--wi-font-family), Serif;
  word-break: break-word;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.file-upload-modal-component {
  min-height:  29.4117647059vw;
  position: relative;
}
@media screen and (max-width: 1194px) {
  .file-upload-modal-component {
    min-height:  41.8760469012vw;
  }
}
@media screen and (max-width: 768px) {
  .file-upload-modal-component {
    min-height:  65.1041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .file-upload-modal-component {
    min-height:  119.0476190476vw;
  }
}
.file-upload-modal-component .choose-file-step-component {
  outline: none;
  cursor: pointer;
}
.file-upload-modal-component .choose-file-step-component .content-center {
  margin: auto;
  text-align: center;
}
.file-upload-modal-component .choose-file-step-component .content-center .media {
  height:  16.1764705882vw;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1194px) {
  .file-upload-modal-component .choose-file-step-component .content-center .media {
    height:  23.0318257956vw;
  }
}
@media screen and (max-width: 768px) {
  .file-upload-modal-component .choose-file-step-component .content-center .media {
    height:  35.8072916667vw;
  }
}
@media screen and (max-width: 420px) {
  .file-upload-modal-component .choose-file-step-component .content-center .media {
    height:  65.4761904762vw;
  }
}
.file-upload-modal-component .choose-file-step-component .content-center .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 400ms ease;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts {
  margin-top: 30px;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .steps {
  overflow: hidden;
  position: relative;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .steps .steps-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 300ms ease;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .substeps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .substeps span {
  position: absolute;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .substeps .tips, .file-upload-modal-component .choose-file-step-component .content-center .texts .substeps .time {
  transition: opacity 300ms ease;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .substeps .time {
  opacity: 0;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .substeps.uploading .tips {
  opacity: 0;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .substeps.uploading .time {
  opacity: 1;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts span {
  display: block;
}
.file-upload-modal-component .choose-file-step-component .content-center .texts .body1 {
  color: var(--wi-text-secondary);
  opacity: 1;
  transition: opacity 300ms ease;
}
.file-upload-modal-component .choose-file-step-component .content-center .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--wi-text-secondary);
  width: calc(100% - 160px);
}
.file-upload-modal-component .choose-file-step-component .content-center .footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.file-upload-modal-component .choose-file-step-component .content-center .footer .detail1, .file-upload-modal-component .choose-file-step-component .content-center .footer .progress-bar {
  transition: opacity 300ms ease;
}
.file-upload-modal-component .choose-file-step-component .content-center .footer .progress-bar {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: var(--wi-divider);
  opacity: 0;
  position: absolute;
}
.file-upload-modal-component .choose-file-step-component .content-center .footer .progress-bar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: left;
  background: var(--wi-text-primary);
  border-radius: 5px;
  transform: scale3d(0, 1, 1);
  transition: transform 200ms ease;
}
.file-upload-modal-component .choose-file-step-component .content-center .footer.uploading .detail1 {
  opacity: 0;
}
.file-upload-modal-component .choose-file-step-component .content-center .footer.uploading .progress-bar {
  opacity: 1;
}
.file-upload-modal-component .choose-file-step-component .content-center.drag-active .media img {
  transform: scale3d(1.05, 1.05, 1);
}
.file-upload-modal-component .choose-file-step-component .content-center.drag-active .substeps .tips {
  opacity: 0;
}

.file-preview {
  right: 20px;
  width: 40px;
  position: absolute;
  border-radius: 8px;
  border: 1px solid var(--wi-text-placeholder);
  height: calc(100% - 10px);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.file-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.cohort-infos-modal .cohort-infos-wrapper .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cohort-infos-modal .cohort-infos-wrapper .form .checkbox {
  flex-grow: 1;
  max-width: calc(50% - 10px);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.modal-body:has(.create-program-modal) {
  overflow: visible;
}

.create-program-modal .create-program-wrapper .form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.create-program-modal .create-program-wrapper .form .modules {
  padding-top: 10px;
}
.create-program-modal .create-program-wrapper .form .modules .module {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.create-program-modal .create-program-wrapper .form .modules span.label {
  margin-bottom:  0.4705882353vw;
  color: var(--wi-text-secondary);
  letter-spacing: 1px !important;
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media screen and (max-width: 1194px) {
  .create-program-modal .create-program-wrapper .form .modules span.label {
    margin-bottom:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .create-program-modal .create-program-wrapper .form .modules span.label {
    margin-bottom:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .create-program-modal .create-program-wrapper .form .modules span.label {
    margin-bottom:  1.9047619048vw;
  }
}
.create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container p.wi-typo-component {
  margin-bottom:  0.4705882353vw;
  color: var(--wi-text-secondary);
  letter-spacing: 1px !important;
}
@media screen and (max-width: 1194px) {
  .create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container p.wi-typo-component {
    margin-bottom:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container p.wi-typo-component {
    margin-bottom:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container p.wi-typo-component {
    margin-bottom:  1.9047619048vw;
  }
}
.create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container .field {
  border-color: var(--wi-text-placeholder);
}
.create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container .field:focus-within {
  border-color: var(--wi-action-primary);
}
.create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container .field input {
  padding:  1.0588235294vw 1.1764705882vw;
  height:  3.2941176471vw;
}
@media screen and (max-width: 1194px) {
  .create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container .field input {
    padding:  1.5075376884vw 1.675041876vw;
    height:  4.6901172529vw;
  }
}
@media screen and (max-width: 768px) {
  .create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container .field input {
    padding:  2.34375vw 2.6041666667vw;
    height:  7.2916666667vw;
  }
}
@media screen and (max-width: 420px) {
  .create-program-modal .create-program-wrapper .form .modules .wi-select-component .field-container .field input {
    padding:  4.2857142857vw 4.7619047619vw;
    height:  13.3333333333vw;
  }
}
.create-program-modal .create-program-wrapper .form .modules .wi-select-component .wi-select-component-dropdown {
  z-index: 10;
}
.create-program-modal .create-program-wrapper .form .autotimer-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.create-program-modal .create-program-wrapper .form .autotimer-wrapper .checkbox-component {
  min-width: 250px;
}
.create-program-modal .create-program-wrapper .form .autotimer-wrapper .explanation a {
  text-decoration: underline;
  color: var(--wi-text-primary-info);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.modal-edit-field.overflow .modal-body {
  overflow: visible;
}
.modal-edit-field.overflow .modal-body .wi-popover-component {
  z-index: 10;
}

.address-wrapper {
  width: 100%;
}
.address-wrapper .overlay {
  background-color: var(--wi-transparent);
  z-index: 1;
}
.address-wrapper .addresses-suggestions {
  position: relative;
  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;
}
.address-wrapper .addresses-suggestions::-webkit-scrollbar {
  display: none;
}
.address-wrapper .addresses-suggestions .address {
  padding: 10px;
  cursor: pointer;
}
.address-wrapper .addresses-suggestions .address span {
  opacity: 1;
  transition: opacity 300ms ease;
}
.address-wrapper .addresses-suggestions .address span:hover {
  opacity: 0.6;
}
.address-wrapper .addresses-suggestions .address:not(:first-child) {
  border-top: 1px solid var(--wi-divider);
}
.address-wrapper .input-wrapper {
  margin-bottom: 15px;
}
.address-wrapper .select-wrapper {
  margin-bottom: 15px;
}

.edit-field-modal .edit-field-wrapper .form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edit-field-modal .edit-field-wrapper .form .form-input-component, .edit-field-modal .edit-field-wrapper .form .form-select-component, .edit-field-modal .edit-field-wrapper .form .form-textarea-component, .edit-field-modal .edit-field-wrapper .form .wi-select-component {
  margin-bottom:  1.1764705882vw;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 1194px) {
  .edit-field-modal .edit-field-wrapper .form .form-input-component, .edit-field-modal .edit-field-wrapper .form .form-select-component, .edit-field-modal .edit-field-wrapper .form .form-textarea-component, .edit-field-modal .edit-field-wrapper .form .wi-select-component {
    margin-bottom:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .edit-field-modal .edit-field-wrapper .form .form-input-component, .edit-field-modal .edit-field-wrapper .form .form-select-component, .edit-field-modal .edit-field-wrapper .form .form-textarea-component, .edit-field-modal .edit-field-wrapper .form .wi-select-component {
    margin-bottom:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .edit-field-modal .edit-field-wrapper .form .form-input-component, .edit-field-modal .edit-field-wrapper .form .form-select-component, .edit-field-modal .edit-field-wrapper .form .form-textarea-component, .edit-field-modal .edit-field-wrapper .form .wi-select-component {
    margin-bottom:  4.7619047619vw;
  }
}
.edit-field-modal .edit-field-wrapper .form .height-update {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.edit-field-modal .edit-field-wrapper .form .height-update .wi-field-group-component.hidden {
  display: none;
}
.edit-field-modal .edit-field-wrapper .form .height-update .wi-field-group-component:first-of-type {
  margin-right: 10px;
  width: 50%;
}
.edit-field-modal .edit-field-wrapper .form .height-update .wi-field-group-component:last-of-type {
  margin-left: 10px;
  width: 50%;
}
.edit-field-modal .edit-field-wrapper .form .height-update .wi-field-group-component ~ .wi-field-group-component.hidden {
  margin-left: 0;
  margin-right: 0;
}
.edit-field-modal .edit-field-wrapper .form .field-referring-coordinator {
  display: block;
  width: 100%;
}
.edit-field-modal .edit-field-wrapper .form .icd_codes_fields {
  width: 100%;
}
.edit-field-modal .edit-field-wrapper .form .icd_codes_fields .checkboxes {
  background: var(--background-secondary);
  width: 100%;
  height: auto;
  line-height: normal;
  border: 1px solid var(--wi-text-placeholder);
  font-size: inherit;
  border-radius: 8px;
}

.redox-wrapper .error-message {
  position: absolute;
}
.redox-wrapper .label {
  margin-top:  0.4705882353vw;
}
@media screen and (max-width: 1194px) {
  .redox-wrapper .label {
    margin-top:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .redox-wrapper .label {
    margin-top:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .redox-wrapper .label {
    margin-top:  1.9047619048vw;
  }
}

.edit-field-modal .edit-field-wrapper .icd10-edit-wrapper {
  margin-top: 20px;
}
.edit-field-modal .edit-field-wrapper .icd10-edit-wrapper > .button-component {
  margin-top: 20px;
}
.edit-field-modal .edit-field-wrapper .icd10-edit-wrapper .form.edit-icd {
  display: flex;
  align-items: flex-end;
}
.edit-field-modal .edit-field-wrapper .icd10-edit-wrapper .form.edit-icd .form-input-component {
  margin-bottom: 0;
}
.edit-field-modal .edit-field-wrapper .icd10-edit-wrapper .form.edit-icd .input-actions {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.edit-field-modal .edit-field-wrapper .icd10-edit-wrapper .form.edit-icd .input-actions .button-component {
  margin-top: 0px;
  margin-left: 10px;
}
.edit-on-site-device-modal {
  min-height: 40vh;
}
.edit-on-site-device-modal .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.confirm-modal .center-modal-header .text-wrapper {
  max-width: 45%;
}
.confirm-modal .checkboxes {
  margin-top:  3.2941176471vw;
}
@media screen and (max-width: 1194px) {
  .confirm-modal .checkboxes {
    margin-top:  4.6901172529vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm-modal .checkboxes {
    margin-top:  7.2916666667vw;
  }
}
@media screen and (max-width: 420px) {
  .confirm-modal .checkboxes {
    margin-top:  13.3333333333vw;
  }
}
.confirm-modal .actions {
  display: flex;
  justify-content: space-between;
  margin-top:  2.7058823529vw;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .confirm-modal .actions {
    margin-top:  3.8525963149vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm-modal .actions {
    margin-top:  5.9895833333vw;
  }
}
@media screen and (max-width: 420px) {
  .confirm-modal .actions {
    margin-top:  10.9523809524vw;
  }
}
@media (max-width: 968px) {
  .confirm-modal .actions {
    flex-direction: column;
  }
}
.confirm-modal .actions .button-component {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .confirm-modal .actions .button-component {
    width: 100%;
  }
}
.confirm-modal .actions button {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 968px) {
  .confirm-modal .actions button:last-child {
    margin-top: 10px;
  }
}
.confirm-modal .actions button .dots-loader-component .dot {
  background: var(--wi-background-secondary);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.confirm-deletion-modal .center-modal-header .text-wrapper {
  max-width: 45%;
}
.confirm-deletion-modal .checkboxes {
  margin-top:  3.2941176471vw;
}
@media screen and (max-width: 1194px) {
  .confirm-deletion-modal .checkboxes {
    margin-top:  4.6901172529vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm-deletion-modal .checkboxes {
    margin-top:  7.2916666667vw;
  }
}
@media screen and (max-width: 420px) {
  .confirm-deletion-modal .checkboxes {
    margin-top:  13.3333333333vw;
  }
}
.confirm-deletion-modal .actions {
  display: flex;
  justify-content: space-between;
  margin-top:  2.7058823529vw;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .confirm-deletion-modal .actions {
    margin-top:  3.8525963149vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm-deletion-modal .actions {
    margin-top:  5.9895833333vw;
  }
}
@media screen and (max-width: 420px) {
  .confirm-deletion-modal .actions {
    margin-top:  10.9523809524vw;
  }
}
@media (max-width: 968px) {
  .confirm-deletion-modal .actions {
    flex-direction: column;
  }
}
.confirm-deletion-modal .actions .button-component {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .confirm-deletion-modal .actions .button-component {
    width: 100%;
  }
}
.confirm-deletion-modal .actions button {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 968px) {
  .confirm-deletion-modal .actions button:last-child {
    margin-top: 10px;
  }
}
.confirm-deletion-modal .actions button .dots-loader-component .dot {
  background: var(--wi-background-secondary);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.choose-between-modal .center-modal-header .text-wrapper {
  max-width: 45%;
}
.choose-between-modal .checkboxes {
  margin-top:  3.2941176471vw;
}
@media screen and (max-width: 1194px) {
  .choose-between-modal .checkboxes {
    margin-top:  4.6901172529vw;
  }
}
@media screen and (max-width: 768px) {
  .choose-between-modal .checkboxes {
    margin-top:  7.2916666667vw;
  }
}
@media screen and (max-width: 420px) {
  .choose-between-modal .checkboxes {
    margin-top:  13.3333333333vw;
  }
}
.choose-between-modal .actions {
  display: flex;
  justify-content: space-between;
  margin-top:  2.7058823529vw;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .choose-between-modal .actions {
    margin-top:  3.8525963149vw;
  }
}
@media screen and (max-width: 768px) {
  .choose-between-modal .actions {
    margin-top:  5.9895833333vw;
  }
}
@media screen and (max-width: 420px) {
  .choose-between-modal .actions {
    margin-top:  10.9523809524vw;
  }
}
@media (max-width: 968px) {
  .choose-between-modal .actions {
    flex-direction: column;
  }
}
.choose-between-modal .actions .button-component {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .choose-between-modal .actions .button-component {
    width: 100%;
  }
}
.choose-between-modal .actions button {
  width: calc(100% - 20px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 968px) {
  .choose-between-modal .actions button:last-child {
    margin-top: 10px;
  }
}
.choose-between-modal .actions button .dots-loader-component .dot {
  background: var(--wi-background-secondary);
}
.choose-between-modal .spacing {
  margin-left: 10px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.all-interactions-modal .body1 {
  display: block;
  margin-bottom: 20px;
  color: var(--wi-text-secondary);
}
.all-interactions-modal .readymade-reports {
  opacity: 1;
  transition: opacity 300ms ease;
}
.all-interactions-modal .readymade-reports .header2 {
  display: flex;
  margin-bottom: 20px;
}
.all-interactions-modal .readymade-reports .header2 .header2-tooltip {
  margin-left: 10px;
  margin-top: 2px;
}
.all-interactions-modal .readymade-reports .label-action-disabled {
  margin-bottom: 30px;
}
.all-interactions-modal .readymade-reports.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed;
}
.all-interactions-modal .readymade-reports .report-summary {
  display: flex;
  align-items: center;
  padding:  0.9411764706vw;
  margin-bottom: 32px;
  background: var(--wi-background-secondary);
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1194px) {
  .all-interactions-modal .readymade-reports .report-summary {
    padding:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .all-interactions-modal .readymade-reports .report-summary {
    padding:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .all-interactions-modal .readymade-reports .report-summary {
    padding:  3.8095238095vw;
  }
}
@media (max-width: 968px) {
  .all-interactions-modal .readymade-reports .report-summary {
    flex-wrap: wrap;
  }
}
.all-interactions-modal .readymade-reports .report-summary .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--wi-action-primary);
  color: var(--wi-background-secondary);
  font-size: 1.25rem;
  margin-right: 20px;
}
.all-interactions-modal .readymade-reports .report-summary span {
  display: block;
}
@media (max-width: 968px) {
  .all-interactions-modal .readymade-reports .report-summary .left {
    margin-top: 10px;
  }
}
.all-interactions-modal .readymade-reports .report-summary .left .subtextRegular {
  color: var(--wi-text-secondary);
}
.all-interactions-modal .readymade-reports .report-summary .action {
  margin-left: auto;
}
@media (max-width: 968px) {
  .all-interactions-modal .readymade-reports .report-summary .action {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.all-interactions-modal .readymade-reports .report-summary .action button {
  padding:  0.5882352941vw 0.8823529412vw;
  border-radius: 8px;
  opacity: 1;
  min-width: 100px;
}
@media screen and (max-width: 1194px) {
  .all-interactions-modal .readymade-reports .report-summary .action button {
    padding:  0.837520938vw 1.256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .all-interactions-modal .readymade-reports .report-summary .action button {
    padding:  1.3020833333vw 1.953125vw;
  }
}
@media screen and (max-width: 420px) {
  .all-interactions-modal .readymade-reports .report-summary .action button {
    padding:  2.380952381vw 3.5714285714vw;
  }
}
@media (max-width: 968px) {
  .all-interactions-modal .readymade-reports .report-summary .action button {
    width: 100%;
  }
}
.all-interactions-modal .custom-report .header2 {
  display: flex;
  margin-bottom: 20px;
}
.all-interactions-modal .custom-report .header2 .header2-tooltip {
  margin-left: 10px;
  margin-top: 2px;
}
.all-interactions-modal .no-report {
  margin-top: 20px;
  text-align: right;
}
.all-interactions-modal .no-report span {
  color: var(--wi-status-bad);
}
.all-interactions-modal .info-texts {
  margin-top: 20px;
}
.all-interactions-modal .billing-nav-component {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.all-interactions-modal .billing-nav-component .nav-item {
  height: 100%;
}
@media (max-width: 768px) {
  .all-interactions-modal .billing-nav-component .nav-item {
    width: auto;
    max-width: 100%;
  }
}
.all-interactions-modal .billing-nav-component .nav-item:first-child {
  padding: 11px 20px;
}
.all-interactions-modal .billing-nav-component .nav-item:last-child {
  background-color: var(--wi-action-primary);
  color: var(--wi-background-secondary);
}
.all-interactions-modal .month-picker-component {
  position: relative;
  top: 20px;
}
.all-interactions-modal .table-component {
  margin-bottom: 0;
  margin-top: 12px;
  max-height: 250px;
}
.all-interactions-modal .table-component .interaction-cell:nth-last-of-type(-n+2) .cpt-tooltip-component {
  top: 0;
  transform: translateY(-85%);
}
.all-interactions-modal .billing-checkbox {
  margin-bottom: 20px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.eligible-programs-modal {
  margin:  0vw 1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .eligible-programs-modal {
    margin:  0vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .eligible-programs-modal {
    margin:  0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .eligible-programs-modal {
    margin:  0vw 4.7619047619vw;
  }
}
.eligible-programs-modal .ehr-programs .ehr-program {
  margin: 20px 0;
  background-color: var(--wi-background-secondary);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eligible-programs-modal .ehr-programs .ehr-program__image {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
}
.eligible-programs-modal .ehr-programs .ehr-program__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eligible-programs-modal .ehr-programs .ehr-program__content {
  width: 100%;
  padding: 0 24px;
}
.eligible-programs-modal .ehr-programs .ehr-program__toggle {
  padding-right: 24px;
}
.eligible-programs-modal .ehr-programs .ehr-program__name {
  margin-bottom: 4px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.eligible-surveys-modal {
  margin:  0vw 1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .eligible-surveys-modal {
    margin:  0vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .eligible-surveys-modal {
    margin:  0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .eligible-surveys-modal {
    margin:  0vw 4.7619047619vw;
  }
}
.eligible-surveys-modal .available-surveys .survey-item {
  margin: 20px 0;
  background-color: var(--wi-background-secondary);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eligible-surveys-modal .available-surveys .survey-item__image {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
}
.eligible-surveys-modal .available-surveys .survey-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eligible-surveys-modal .available-surveys .survey-item__content {
  width: 100%;
  padding: 10px 24px;
}
.eligible-surveys-modal .available-surveys .survey-item__content__name {
  margin-bottom: 4px;
}
.eligible-surveys-modal .available-surveys .survey-item__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.eligible-surveys-modal .available-surveys .survey-item__actions__toggle {
  padding-right: 24px;
}
.eligible-surveys-modal .available-surveys .survey-item__actions__toggle .toggle-btn-component {
  display: flex;
}
.eligible-surveys-modal .available-surveys .survey-item__actions__requiredtext {
  min-width: 80px;
  text-align: center;
  font-style: italic;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.all-teams-modal .team:not(:first-child) {
  margin-top: 40px;
}
.all-teams-modal .team:last-child {
  margin-bottom: 40px;
}
.all-teams-modal .team .programs-summary {
  margin-top: 20px;
}
.all-teams-modal .team .programs-summary .col:last-child {
  border-right: none;
  margin-right: 0;
}
.all-teams-modal .team.skeleton .header3 {
  display: block;
  width: 30%;
}
.all-teams-modal .team.skeleton .header3 .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));
}
.all-teams-modal .team.skeleton .col {
  width: 20%;
}
.all-teams-modal .team.skeleton .col .Data4 .react-loading-skeleton {
  margin-top: 10px;
  width: 30px;
}
/* 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;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.edit-npi-modal .edit-npi-wrapper .form-input-component {
  margin: auto;
  width: 100%;
}
.edit-npi-modal .edit-npi-helper {
  margin-top: 4px;
}
.edit-npi-modal .image {
  height:  11.7647058824vw;
  margin-bottom:  1.1764705882vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1194px) {
  .edit-npi-modal .image {
    height:  16.7504187605vw;
    margin-bottom:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .edit-npi-modal .image {
    height:  26.0416666667vw;
    margin-bottom:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .edit-npi-modal .image {
    height:  47.619047619vw;
    margin-bottom:  4.7619047619vw;
  }
}
.edit-npi-modal .image img {
  height: 100%;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.call-patient-modal .call-patient-wrapper .form-input-component {
  margin: auto;
  width: 100%;
}
.call-patient-modal .call-patient-helper {
  margin-top: 4px;
}
.call-patient-modal .form {
  display: flex;
  justify-content: space-between;
}
.call-patient-modal .form .form-input-component {
  width: calc(50% - 8px);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.ehr-error-modal .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ehr-error-modal .wrapper .image {
  margin-bottom: 20px;
}
.ehr-error-modal .wrapper .image img {
  height: 100%;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.members-bulk-order-modal .bulk-devices .device {
  display: flex;
  align-items: center;
  padding:  1.1764705882vw 0vw;
}
@media screen and (max-width: 1194px) {
  .members-bulk-order-modal .bulk-devices .device {
    padding:  1.675041876vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .members-bulk-order-modal .bulk-devices .device {
    padding:  2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .members-bulk-order-modal .bulk-devices .device {
    padding:  4.7619047619vw 0vw;
  }
}
.members-bulk-order-modal .bulk-devices .device:not(:first-child) {
  border-top: 1px solid var(--wi-divider);
}
.members-bulk-order-modal .bulk-devices .device .left {
  display: flex;
  align-items: center;
  width: 100%;
}
.members-bulk-order-modal .bulk-devices .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) {
  .members-bulk-order-modal .bulk-devices .device .left .device-media {
    width:  5.0251256281vw;
    height:  5.0251256281vw;
  }
}
@media screen and (max-width: 768px) {
  .members-bulk-order-modal .bulk-devices .device .left .device-media {
    width:  7.8125vw;
    height:  7.8125vw;
  }
}
@media screen and (max-width: 420px) {
  .members-bulk-order-modal .bulk-devices .device .left .device-media {
    width:  14.2857142857vw;
    height:  14.2857142857vw;
  }
}
.members-bulk-order-modal .bulk-devices .device .left .device-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.members-bulk-order-modal .bulk-devices .device .left .device-name {
  margin-left:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .members-bulk-order-modal .bulk-devices .device .left .device-name {
    margin-left:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .members-bulk-order-modal .bulk-devices .device .left .device-name {
    margin-left:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .members-bulk-order-modal .bulk-devices .device .left .device-name {
    margin-left:  4.7619047619vw;
  }
}
.members-bulk-order-modal .bulk-devices .device .device-delivery span {
  white-space: nowrap;
}
.members-bulk-order-modal .bulk-devices .device .device-delete {
  margin-left: auto;
  font-size: 1.5rem;
}
.members-bulk-order-modal .bulk-devices .bulk-product {
  padding:  0.9411764706vw 0.9411764706vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .members-bulk-order-modal .bulk-devices .bulk-product {
    padding:  1.3400335008vw 1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .members-bulk-order-modal .bulk-devices .bulk-product {
    padding:  2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .members-bulk-order-modal .bulk-devices .bulk-product {
    padding:  3.8095238095vw 3.8095238095vw;
  }
}
.members-bulk-order-modal .bulk-devices .bulk-product .bulk-product-count {
  width: 100px;
}
.members-bulk-order-modal .bulk-devices .bulk-product .bulk-product-count .form-input-component {
  margin-top: 0;
  width: 100px;
}
.members-bulk-order-modal .bulk-devices .bulk-product .bulk-product-count input {
  text-align: left;
}
.members-bulk-order-modal .bulk-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;
}
.members-bulk-order-modal .bulk-devices .bulk-product .bulk-product-button {
  width: 20px;
  height: 20px;
  color: var(--wi-text-primary);
  border: solid 1px var(--wi-text-primary);
  border-radius: 10px;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.members-bulk-order-modal .bulk-devices .no-device {
  padding:  1.8823529412vw 0.9411764706vw;
  text-align: center;
}
@media screen and (max-width: 1194px) {
  .members-bulk-order-modal .bulk-devices .no-device {
    padding:  2.6800670017vw 1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .members-bulk-order-modal .bulk-devices .no-device {
    padding:  4.1666666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .members-bulk-order-modal .bulk-devices .no-device {
    padding:  7.619047619vw 3.8095238095vw;
  }
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.modal-ecg-review .modal-component-wrapper {
  min-width: 98%;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper {
  height: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  border: 0px;
  padding: 0px 20px;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:  1.4117647059vw;
}
@media screen and (max-width: 1194px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-header {
    margin-bottom:  2.0100502513vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-header {
    margin-bottom:  3.125vw;
  }
}
@media screen and (max-width: 420px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-header {
    margin-bottom:  5.7142857143vw;
  }
}
@media (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-header {
    flex-direction: column;
    gap: 10px;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result {
    flex-direction: column;
    gap: 10px;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result-categ {
  min-width:  23.5294117647vw;
  padding:  0.7058823529vw 0.8823529412vw;
  margin-left:  1.1764705882vw;
  border-radius: 12px;
  border: 1px solid #E5E6EA;
}
@media screen and (max-width: 1194px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result-categ {
    min-width:  33.5008375209vw;
    padding:  1.0050251256vw 1.256281407vw;
    margin-left:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result-categ {
    min-width:  52.0833333333vw;
    padding:  1.5625vw 1.953125vw;
    margin-left:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result-categ {
    min-width:  95.2380952381vw;
    padding:  2.8571428571vw 3.5714285714vw;
    margin-left:  4.7619047619vw;
  }
}
@media (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result-categ {
    margin-left: 0px;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result-categ .body1, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result-categ .afib-result {
  display: flex;
  align-items: center;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .status-result-afib {
  margin-right:  0.5882352941vw;
}
@media screen and (max-width: 1194px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .status-result-afib {
    margin-right:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .status-result-afib {
    margin-right:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .status-result-afib {
    margin-right:  2.380952381vw;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .RPMIcons.icon-heart {
  margin-right:  0.5882352941vw;
  color: #FF5A48;
}
@media screen and (max-width: 1194px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .RPMIcons.icon-heart {
    margin-right:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .RPMIcons.icon-heart {
    margin-right:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-modal-result .RPMIcons.icon-heart {
    margin-right:  2.380952381vw;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph {
  padding:  1.1764705882vw;
  min-height:  17.6470588235vw;
  background-color: var(--wi-background-secondary);
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1194px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph {
    padding:  1.675041876vw;
    min-height:  25.1256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph {
    padding:  2.6041666667vw;
    min-height:  39.0625vw;
  }
}
@media screen and (max-width: 420px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph {
    padding:  4.7619047619vw;
    min-height:  71.4285714286vw;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .ecg-graph-legend {
  margin-bottom:  0.5882352941vw;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .ecg-graph-legend {
    margin-bottom:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .ecg-graph-legend {
    margin-bottom:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .ecg-graph-legend {
    margin-bottom:  2.380952381vw;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .splitted-signal {
  margin-bottom:  2.0588235294vw;
}
@media screen and (max-width: 1194px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .splitted-signal {
    margin-bottom:  2.9313232831vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .splitted-signal {
    margin-bottom:  4.5572916667vw;
  }
}
@media screen and (max-width: 420px) {
  .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .splitted-signal {
    margin-bottom:  8.3333333333vw;
  }
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .splitted-signal:last-child {
  margin-bottom: 0px;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-graph .splitted-signal .series-lines {
  stroke: #3F424B;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form {
  margin-top: 1em;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content .header4, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form .header4 {
  margin-bottom: 0.5em;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content .field-container .field.filled, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form .field-container .field.filled {
  border: 1px solid #bec0ca;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content .single-note, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form .single-note {
  padding: 1.1764705882vw;
  width: 100%;
  background: var(--background-secondary);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content .single-note .single-note-action, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form .single-note .single-note-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content .single-note .single-note-action .single-note-edit, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form .single-note .single-note-action .single-note-edit {
  font-size: 1.25rem;
  border: none;
  background: none;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content .ecg-note-form-actions, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form .ecg-note-form-actions {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
}
.modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-content .ecg-note-form-actions button:first-of-type, .modal-ecg-review .modal-body .ecg-review-modal-wrapper .ecg-note-form .ecg-note-form-actions button:first-of-type {
  margin-right: 1em;
}
.cookie-banner-modal .cookie-dropdown {
  border-bottom: 1px solid var(--wi-divider);
  position: relative;
}
.cookie-banner-modal .cookie-dropdown .dropdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  cursor: pointer;
}
.cookie-banner-modal .cookie-dropdown .content {
  color: var(--wi-text-secondary);
  margin-bottom: 10px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.export-patient-measure-modal-wrapper > * {
  padding: 5px;
}

.export-patient-measure-modal .modal-body {
  overflow: visible;
}

.export-patient-measure-modal-wrapper {
  min-height: 20vh;
}
.export-patient-measure-modal-wrapper .header2, .export-patient-measure-modal-wrapper .section-content {
  margin-bottom: 5px;
}
.export-patient-measure-modal-wrapper .datetime-picker--container {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 768px) {
  .export-patient-measure-modal-wrapper .datetime-picker--container {
    font-size: 14px;
  }
  .export-patient-measure-modal-wrapper .datetime-picker--container input {
    padding: 10px;
    padding-right: 45px !important;
  }
}
.export-patient-measure-modal-wrapper .export-patient-measure-modal-toggle {
  display: flex;
  justify-content: center;
}
.export-patient-measure-modal-wrapper .export-patient-measure-modal-toggle .export-patient-measure-modal-nav {
  width: 100%;
  padding: 0;
  margin: 0;
}
.export-patient-measure-modal-wrapper .export-patient-measure-modal-toggle .export-patient-measure-modal-nav > div {
  width: 50% !important;
}
.export-patient-measure-modal-wrapper .export-patient-measure-modal-toggle .export-patient-measure-modal-nav > a {
  width: 50% !important;
}
.export-patient-measure-modal-wrapper .export-patient-measure-modal-bottom {
  padding-top: 10px;
}
