._textField_1t9va_1._searchbar_1t9va_1 .MuiOutlinedInput-root {
  min-height: 48px;
  border-radius: 10px !important;
}
._historyDatePickerContainer_fay53_1 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 172px;
}

._datePicker_fay53_8 .MuiOutlinedInput-root {
  border-radius: 4px !important;
  border: 1px solid var(--palette-neutral-6);
}

._infoIcon_fay53_13 {
  color: var(--palette-neutral-7);
}

._tooltipBox_fay53_17 {
  background-color: var(--palette-neutral-7);
  font-size: 14px !important;
  padding: 8px !important;
}
._fieldContainer_to65i_1 {
  --input-fontSize: 14px;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: var(--font-family);
}

._fieldLabelContainer_to65i_9 {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: baseline;
  min-width: 0;
  margin-bottom: 6px;
  width: 100%;
  box-sizing: border-box;
  padding-right: var(--field-label-actions-offset, 0);

  ._fieldLabel_to65i_9 {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--font-family);
    color: var(--palette-character-primary-85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 0 1 auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  ._fieldLabelIconsHelper_to65i_34 {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    flex: 0 0 auto;
    align-items: baseline;

    span {
      color: var(--palette-character-danger);
      line-height: 1;
    }

    ._lockIcon_to65i_46 {
      height: 12px;
      width: 12px;
      fill: var(--palette-character-info);
    }
  }
}

._inputRow_to65i_54 {
  display: flex;
  align-items: stretch;
  width: 100%;

  &._growY_to65i_59 {
    flex-grow: 1;
  }
}

._actionButtonsTop_to65i_64 {
  align-self: flex-start !important;
}

._inputWrapper_to65i_68 {
  width: 100%;
  flex: 1;
}

._clickableInput_to65i_73 {
  cursor: pointer;
}

._clickableInput_to65i_73 .MuiInputBase-root,
._clickableInput_to65i_73 .MuiOutlinedInput-input,
._clickableInput_to65i_73 .MuiAutocomplete-root {
  cursor: pointer;
  pointer-events: none;
}

._textField_to65i_84 {
  width: 100%;
  flex: 1;

  textarea {
    overscroll-behavior: contain;
  }

  &._overflowYHidden_to65i_92 {
    overflow-y: hidden;
  }
}

._fieldContainer_to65i_1 .MuiFormHelperText-root.Mui-error {
  color: var(--palette-character-danger);
  margin: auto 0;
}

._textField_to65i_84 .MuiOutlinedInput-root,
.MuiOutlinedInput-root._textField_to65i_84 {
  border-radius: 2px;
  background-color: var(--palette-white);
  min-height: var(--field-height);
  display: flex;
  align-items: center;
}

._textFieldWithActions_to65i_111 .MuiOutlinedInput-root,
.MuiOutlinedInput-root._textFieldWithActions_to65i_111 {
  border-radius: 2px 0 0 2px;
}

._textField_to65i_84 .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-neutral-5) !important;
}

._textField_to65i_84 .MuiOutlinedInput-root .MuiOutlinedInput-input {
  padding: 0 10px;
  font-size: 14px;
  height: var(--field-height);
  display: flex;
  align-items: center;
}

._textField_to65i_84
  .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-input {
  color: var(--palette-neutral-5);
}

._textField_to65i_84 .MuiInputBase-multiline {
  padding: 0;

  textarea {
    line-height: 24px;
  }
}

._textField_to65i_84 .MuiSelect-select {
  font-size: var(--input-fontSize);
  padding: 0 10px;
}

._textUrl_to65i_146 {
  input {
    color: var(--palette-primary-6) !important;
    -webkit-text-fill-color: unset !important;
    text-decoration: underline;
    cursor: pointer;
  }
}

._inputLookAlike_to65i_155 {
  width: 100%;
  min-width: 0;
  min-height: var(--field-height);
  padding: 0 10px;
  margin: 0;
  border: 1px solid var(--palette-neutral-5);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  font-size: var(--input-fontSize);

  &._url_to65i_170 {
    color: var(--palette-primary-6);
  }

  &._radioButton_to65i_174 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: var(--field-height);

    ._showMoreOptions_to65i_181 {
      align-self: center;
      color: var(--palette-primary-6);
      text-transform: none;
      font-weight: 400;
      font-size: 12px;
      font-family: var(--font-family) sans-serif;
      padding: 0;
      min-width: 0;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
    }

    ._unspecifiedValue_to65i_196 {
      color: var(--palette-neutral-5);
      -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
      font-style: italic;
    }

    .MuiFormControlLabel-root .MuiFormControlLabel-label {
      font-size: var(--input-fontSize);
    }

    .MuiRadioGroup-root {
      gap: 10px;
    }

    .MuiRadio-root {
      padding: 0 9px;
    }

    .MuiSvgIcon-root {
      font-size: 18px;
    }

    .Mui-checked {
      color: var(--palette-primary-6);
    }
  }
}

._inputLookAlikeWithActions_to65i_224 {
  border-radius: 2px 0 0 2px;
  border-right: none;
}

._checkboxInput_to65i_229 {
  min-height: var(--field-height);
  border-radius: 2px;
  background-color: var(--palette-white);
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;

  .MuiCheckbox-root {
    padding: 0;
    color: var(--palette-neutral-5);
  }

  .MuiCheckbox-root.Mui-checked {
    color: var(--palette-primary-6);
  }

  .MuiCheckbox-root.Mui-checked .MuiSvgIcon-root {
    color: var(--palette-primary-6);
  }

  .MuiCheckbox-root.Mui-disabled {
    color: var(--palette-neutral-5);
  }

  .MuiSvgIcon-root {
    font-size: 18px;
  }

  .Mui-checked {
    color: var(--palette-primary-6);
  }
}

._checkboxIconChecked_to65i_265 {
  color: var(--palette-primary-6);
  border: 1px solid var(--palette-neutral-5);
  border-radius: 2px;
  max-height: 15px;
}

._checkboxIconUnchecked_to65i_272 {
  color: var(--palette-character-danger);
  border: 1px solid var(--palette-neutral-5);
  border-radius: 2px;
  max-height: 15px;
}

._checkboxActions_to65i_279 {
  border-radius: 2px 0 0 2px;
  padding-top: 7px;
}

._checkboxGroup_to65i_284 {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;

  .MuiFormControlLabel-root {
    margin: 0;
    align-items: flex-start;
    max-width: 100%;
  }

  .MuiFormControlLabel-label {
    font-size: var(--input-fontSize);
    display: block;
    white-space: normal;
    word-break: break-word;
    line-height: 18px;
  }

  .MuiCheckbox-root {
    padding-right: 6px;
  }
}

._checkboxPlaceholder_to65i_311 {
  margin-left: 8px;
  color: var(--palette-neutral-5);
  font-size: var(--input-fontSize);
  font-style: italic;
}

._ellipsis_to65i_318 {
  min-width: 0;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._spinnerContainer_to65i_325 {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._spinner_to65i_325 {
  color: var(--palette-primary-6) !important;
  margin: auto;
}

.MuiAutocomplete-root {
  width: 100%;
}

.MuiAutocomplete-input {
  font-size: 14px !important;
  padding: 0 !important;
}

.MuiAutocomplete-inputRoot {
  background-color: var(--palette-white);
  padding: 0 10px !important;
  min-height: var(--field-height);
  display: flex;
  align-items: center;
}

.MuiOutlinedInput-root {
  border-radius: 0 !important;
}

.MuiPickersDay-root.Mui-selected {
  background-color: var(--palette-primary-6) !important;
}

.MuiPickersDay-root.Mui-selected:hover {
  background-color: var(--palette-primary-7) !important;
}

.MuiPickersDay-root.MuiPickersDay-today:not(.Mui-selected) {
  border-color: var(--palette-primary-6) !important;
}

.MuiPickersYear-yearButton.Mui-selected {
  background-color: var(--palette-primary-6) !important;
  color: var(--palette-white) !important;
}

.MuiPickersYear-yearButton.Mui-selected:hover {
  background-color: var(--palette-primary-7) !important;
}

.MuiPickersArrowSwitcher-button,
.MuiPickersCalendarHeader-switchViewButton {
  color: var(--palette-primary-6) !important;
}

.MuiMultiSectionDigitalClockSection-root {
  min-width: 80px;
}

.MuiMultiSectionDigitalClockSection-item.Mui-selected {
  background-color: var(--palette-primary-6) !important;
  color: var(--palette-white) !important;
}

.MuiPickersLayout-actionBar .MuiButton-root {
  color: var(--palette-primary-6) !important;
}

.MuiList-root {
  display: inline;
}

._tagAutocomplete_to65i_401 .MuiOutlinedInput-notchedOutline {
  border: none !important;
}

._tagAutocomplete_to65i_401 .MuiAutocomplete-inputRoot {
  min-height: calc(var(--field-height) - 2px) !important;
}

._tagAutocomplete_to65i_401 .MuiOutlinedInput-root .MuiOutlinedInput-input {
  height: calc(var(--field-height) - 2px) !important;
}

._tagAutocomplete_to65i_401 .MuiInputBase-sizeSmall {
  padding: 0 !important;
}

.MuiAutocomplete-popper .MuiAutocomplete-option[aria-selected='true'] {
  background-color: var(--palette-primary-4) !important;
}

._tagField_to65i_421 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  min-height: var(--field-height);
  justify-content: center;
}

._tagListCollapsed_to65i_429 {
  max-height: var(--field-height);
  overflow: hidden;
  align-items: center;
}

._newTag_to65i_435 {
  background-color: var(--palette-orange-1) !important;
  border-color: var(--palette-orange-3) !important;
  color: var(--palette-orange-6) !important;
}

._existingTag_to65i_441 {
  background-color: var(--palette-green-1) !important;
  border-color: var(--palette-green-2) !important;
  color: var(--palette-green-3) !important;
}

._fileName_to65i_447 {
  color: var(--palette-primary-6);
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  text-decoration: none;

  &._disabled_to65i_457 {
    color: var(--palette-dark-gray);
  }
}

._hiddenInput_to65i_462 {
  display: none;
}

._uploadButton_to65i_466 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}

._addIcon_to65i_477 {
  color: var(--palette-primary-6);
  font-size: 18px !important;
}

._icon_to65i_482 {
  color: var(--palette-primary-6);
  font-size: 18px !important;
}

._addImageText_to65i_487 {
  color: var(--palette-primary-6);
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
}

._addImageText_to65i_487:hover {
  text-decoration: none;
}

._imageFieldComposite_to65i_499 {
  min-height: var(--field-height);
  border-radius: 2px;
  background-color: var(--palette-white);
}

._optionWrapper_to65i_505 {
  padding: 8px 0;

  ._userHeader_to65i_508 {
    display: flex;
    justify-content: space-between;
    align-items: center;

    ._userRow_to65i_513 {
      display: flex;
      align-items: center;

      ._userName_to65i_517 {
        font-size: 12px;
        padding-left: 15px;
      }
    }

    ._toggleIcon_to65i_523 {
      color: #383838;
    }
  }

  ._subFields_to65i_528 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 30px;
    margin-top: 15px;

    ._subField_to65i_528 {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    ._subText_to65i_542 {
      color: #3b4448;
      font-family: 'Inter', sans-serif;
      font-size: 12px;
    }
  }
}

._addFilePlaceholder_to65i_550 {
  color: var(--palette-neutral-5);
  font-size: 14px;
}

._rangeRow_to65i_555 {
  align-items: center;
  gap: 0;
}

._rangeRowList_to65i_560 {
  margin-bottom: 15px;
}

._rangeActions_to65i_564 {
  border-left: none;
}

._rangeField_to65i_568 {
  flex: 1;
  height: var(--field-height);
  border-radius: 2px 0 0 2px;
  background-color: var(--palette-white);
  border: none;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

._rangeFieldWithActions_to65i_579 {
  border-right: 1px solid var(--palette-neutral-5);
}

.MuiSlider-root._rangeSlider_to65i_583 {
  color: var(--palette-primary-6);
  width: 100%;
  padding-top: 0;
}

._rangeSlider_to65i_583 .MuiSlider-thumb {
  border: 2px solid var(--palette-primary-6);
  background-color: var(--palette-white);
}

._rangeSlider_to65i_583 .MuiSlider-track {
  border: none;
}

.MuiSlider-root._rangeSliderWithMarks_to65i_598 {
  margin-top: 20px;
}

._rangeSlider_to65i_583 .MuiSlider-markLabel {
  color: var(--palette-neutral-7);
  font-size: 12px;
  line-height: 12px;
}

._rangeMarkLabel_to65i_608 {
  display: inline-block;
  max-width: 8ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

._optionRow_to65i_617 {
  display: flex;
  align-items: center;
  width: 100%;
}

._optionIndent_to65i_623 {
  display: flex;
  align-items: center;
}

._iconPlaceholder_to65i_628 {
  display: inline-block;
  width: 32px;
}

._optionLabel_to65i_633 {
  margin-left: 4px;
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
}

._autocompleteEndAdornment_to65i_640 {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

._autocompleteEndAdornment_to65i_640 .MuiAutocomplete-endAdornment {
  position: static;
  transform: none;
  margin: 0;
}
._customActionBar_k6266_1 {
  border-top: 1px solid #f0f0f0;
  justify-content: center !important;
  padding: 8px;
}

._customActionBar_k6266_1 .MuiButton-root {
  color: var(--palette-character-primary-85) !important;
  padding: 2px 8px;
  text-transform: capitalize;
  font-size: 14px;
}

._datePicker_k6266_14 {
  width: 220px;
}

._datePicker_k6266_14 .MuiInputBase-root {
  height: 32px;
  font-size: 14px;
}

._datePicker_k6266_14 .MuiOutlinedInput-root,
._datePicker_k6266_14 .MuiOutlinedInput-notchedOutline {
  border-radius: 4px !important;
}
._userDetailsContainer_1swoa_1 {
  display: flex;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0;

  ._userDetails_1swoa_1 {
    display: flex;
    align-items: center;
    gap: 20px;

    ._avatarContainer_1swoa_12 {
      display: flex;

      div {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
      }

      ._avatar_1swoa_12 {
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      ._initials_1swoa_30 {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #515151;
        font-size: 30px;
        font-weight: bold;
        background: #d9d9d9;
      }
    }

    ._name_1swoa_41 {
      font-size: 32px;
      color: var(--palette-primary-6);
    }
  }
}
._profileAvatar_p7tp6_1 {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

._avatarStrip_p7tp6_17 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0;
  height: 38px;
  color: white;
  background: rgba(56, 54, 54, 0.8);
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  transition: ease 0.3s;

  i {
    font-size: 20px;
  }
}

._profileAvatar_p7tp6_1:hover ._avatarStrip_p7tp6_17 {
  opacity: 1;
  background: rgba(56, 54, 54, 0.8);
}
._imageCropperModalContent_1mwv0_1 {
  font-family: 'Roboto', sans-serif; /* TODO: Theming */

  --modal-padding: 100px 24px 72px;
  --modal-height: 240px;

  ._currentProfilePicture_1mwv0_7 {
    padding: var(--modal-padding);
    height: var(--modal-height);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    ._image_1mwv0_1 {
      width: 200px;
      aspect-ratio: 1;
      border-radius: 50%;
    }

    ._editButton_1mwv0_21 {
      position: relative;
      cursor: pointer;
      background-color: transparent;
      transition: 300ms;
      padding: 4px 8px;
      border-radius: 4px;

      ._hiddenInput_1mwv0_29 {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
      }

      ._editButtonText_1mwv0_36 {
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
      }

      &:hover {
        background-color: var(--palette-neutral-5);
        transition: 300ms;
      }
    }
  }

  ._imageCropper_1mwv0_1 {
    padding: var(--modal-padding);
    height: var(--modal-height);
    display: flex;
    gap: 18px;
    align-items: center;
    position: relative;

    ._backBtn_1mwv0_57 {
      background-color: transparent;
      border-radius: 4px;
      padding: 4px 8px;
      position: absolute;
      top: 0;
      left: 0;
      color: var(--palette-dark-gray);
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
      font-family: 'Roboto', sans-serif;
      transition: 300ms;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 4px;

      svg {
        width: 16px;
      }

      &:hover {
        background-color: var(--palette-neutral-5);
        color: black;
        transition: 300ms;
      }
    }

    ._previewArea_1mwv0_86 {
      width: 30%;

      img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
      }
    }

    ._cropperArea_1mwv0_96 {
      width: 70%;
      display: flex;
      justify-content: center;
    }
  }
}
@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}
._modalContainer_1d1e7_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 520px;
  max-height: 90vh;
  background: var(--palette-white);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

._modalTitle_1d1e7_16 {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--palette-character-primary-85);
  border-bottom: 1px solid var(--palette-light-gray);
  font-family: var(--font-family);
  background: var(--palette-white);
  padding: 16px 24px;
  z-index: 2;
}

._modalTitle_1d1e7_16 svg {
  cursor: pointer;
  position: absolute;
  right: 16px;
  color: var(--palette-character-secondary-45);
}

._modalContent_1d1e7_39 {
  flex: 1;
  padding: 16px 24px 32px 24px;
  max-height: calc(90vh - 140px);
  overflow-y: auto;
}

._buttonContainer_1d1e7_46 {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 16px 24px 20px 24px;
  border-top: 1px solid var(--palette-light-gray);
  z-index: 2;
}

._buttonContainer_1d1e7_46 .MuiButton-outlined {
  color: var(--palette-character-danger);
  border-color: var(--palette-character-danger);
  box-shadow: none;
  transition: 300ms;
}

._buttonContainer_1d1e7_46 .MuiButton-outlined:hover {
  color: var(--palette-primary-6);
  border-color: var(--palette-primary-6);
  box-shadow: none;
  transition: 300ms;
}

._buttonContainer_1d1e7_46 .MuiButton-contained {
  background-color: var(--palette-primary-6);
  color: var(--palette-white);
  box-shadow: none;
  transition: 300ms;
}

._buttonContainer_1d1e7_46 .MuiButton-contained:hover {
  background-color: var(--palette-primary-7);
  box-shadow: none;
  transition: 300ms;
}
._buttonContainer_7vjti_1 {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 16px 24px 20px 24px;
  border-top: 1px solid var(--palette-light-gray);
  z-index: 2;
}

._buttonContainer_7vjti_1 .MuiButton-root {
  text-transform: none;
}

._buttonContainer_7vjti_1 .MuiButton-outlined {
  color: var(--palette-character-danger);
  border-color: var(--palette-character-danger);
  box-shadow: none;
}

._buttonContainer_7vjti_1 .MuiButton-outlined:hover {
  color: var(--palette-primary-6);
  border-color: var(--palette-primary-6);
  box-shadow: none;
}

._buttonContainer_7vjti_1 .MuiButton-contained {
  background-color: var(--palette-primary-6);
  color: var(--palette-white);
  box-shadow: none;
}

._buttonContainer_7vjti_1 .MuiButton-contained:hover {
  background-color: var(--palette-primary-7);
  box-shadow: none;
}

._buttonContainer_7vjti_1 .MuiButton-root {
  text-transform: none;
}
._headerContainer_gjxh3_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;

  ._headerActions_gjxh3_7 {
    display: flex;
    flex-wrap: nowrap;

    & > * {
      flex: 1 0;
    }

    ._historyDatePicker_gjxh3_15 {
      display: none;
    }

    ._orgChartButton_gjxh3_19 {
      display: none;
    }

    @media (min-width: 992px) {
      ._historyDatePicker_gjxh3_15 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
      }

      ._orgChartButton_gjxh3_19 {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--palette-neutral-6);
        border-radius: 4px;
        cursor: pointer;
        height: 32px;
        padding: 0 16px;
        font-family: 'Roboto', sans-serif;
        transition: 300ms;
        text-decoration: none;
        font-size: 14px;
        color: black;

        &:hover {
          border: 1px solid black;
          transition: 300ms;
        }
      }
    }
  }
}
._breadcrumbLink_tcezz_1 {
  text-decoration: none;
  font-size: 14px !important;
  cursor: pointer;
}

._breadcrumbText_tcezz_7 {
  font-size: 14px !important;
}

._breadcrumbDivider_tcezz_11 {
  margin-top: 8px !important;
}
._alert_1buvw_1 {
  border: 1px solid var(--palette-character-alert-info);
}

._alert_1buvw_1 .MuiAlert-message {
  font-size: 14px;
  color: var(--palette-character-primary-85);
}

._content_1buvw_10 {
  max-width: 470px;
}

._datePickerWrapper_1buvw_14 {
  display: flex;
  align-items: center;
}

._label_1buvw_19::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

._header_1buvw_26 {
  justify-content: left;
  font-size: 16px;
}

._actionButtons_1buvw_31 {
  button {
    text-transform: capitalize;
  }
}
._emptySearchContainer_1on3p_1 {
  position: absolute;
  left: 100px;
  right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  font-family: var(--font-family);

  ._icons_1on3p_12 {
    position: relative;
    margin-bottom: 40px;

    ._folderIcon_1on3p_16 {
      font-size: 200px;
      color: #eee;
    }

    ._notFoundIcon_1on3p_21 {
      font-size: 100px;
      position: absolute;
      right: 8px;
      bottom: 10px;
      color: #636363;
    }

    &::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 25px;
      background: radial-gradient(ellipse, rgb(189 184 184 / 30%), #d5d3d300);
      border-radius: 50%;
    }
  }

  ._mainText_1on3p_42 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 12px;
    color: #2f2f2f;
  }

  ._subText_1on3p_49 {
    font-size: 24px;
    color: var(--palette-neutral-7);
  }
}
._tabsContainer_owr1t_1 {
  border-bottom: 1px solid var(--palette-neutral-5);
  background-color: var(--palette-white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

._tabs_owr1t_1 {
  margin-bottom: 0;

  .MuiTabs-flexContainer {
    gap: 18px;
  }

  .MuiTabs-indicator {
    background-color: var(--palette-primary-6);
    height: 2px;
    border-radius: 3px 3px 0 0;
  }

  .MuiButtonBase-root.MuiTab-root {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--palette-character-primary-85);
    text-transform: none;
    white-space: nowrap;
    min-width: auto;
    max-width: none;
    flex-shrink: 0;
    padding: 16px 12px;
  }
}

._tabSelected_owr1t_36 {
  color: var(--palette-primary-6) !important;
}
._formField_1f1k2_1 {
  width: 100%;
  position: relative;

  ._fieldWrapper_1f1k2_5 {
    margin-top: 30px;
  }

  ._compositeWrapper_1f1k2_9 {
    margin-top: 15px;
  }
}

._formFieldComposite_1f1k2_14 {
  grid-column: 1 / -1;
}

._fieldWrapper_1f1k2_5,
._compositeWrapper_1f1k2_9 {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}

._fieldWrapper_1f1k2_5 {
  padding: 0;
}

._compositeWrapper_1f1k2_9 {
  grid-column: 1 / -1;
}

._fieldHeaderContainer_1f1k2_34 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 1;
}

._compositeFieldContainer_1f1k2_44 {
  background: var(--palette-neutral-2);
  border-radius: 5px;
  padding: 12px 20px 16px;
  margin: 0 -20px;
  border: 1px solid var(--palette-neutral-5);
}

._compositeFieldHeaderContainer_1f1k2_52 {
  display: flex;
  align-items: flex-start;
  padding: 0;
  justify-content: flex-end;

  svg {
    width: 16px;
  }
}

._compositeFieldName_1f1k2_63 {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-family);
  color: var(--palette-character-primary-85);
}

._compositeFieldMandatoryIcon_1f1k2_71 {
  margin-left: 4px;
  color: var(--palette-character-danger);
  height: 8px;
}

._compositeField_1f1k2_44 {
  margin-top: 12px;
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 768px) {
  ._compositeField_1f1k2_44 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  ._compositeField_1f1k2_44 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

._fieldContainer_1f1k2_97 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

._listOfSpace_1f1k2_105 {
  --field-wrapper-margin-bottom: 0px;
}

._fieldContent_1f1k2_109 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  --field-label-actions-offset: 88px;
}

._compositeFieldButtonsContainer_1f1k2_117 {
  display: flex;
  align-items: center;
  margin: 0 3.5px 0 auto;
}

.MuiIconButton-root._iconButton_1f1k2_123 {
  width: 24px;
  height: 24px;
  border: none;
  color: var(--palette-character-secondary-45);
  padding: 2px;
  align-self: flex-end;

  svg {
    width: 16px;
  }
}

.MuiIconButton-root._iconButton_1f1k2_123:hover {
  background-color: var(--palette-neutral-2);
  color: var(--palette-character-danger);
}

.MuiIconButton-root._iconButton_1f1k2_123:first-child:hover
  .MuiSvgIcon-root {
  color: var(--palette-character-primary-85);
}

.MuiIconButton-root._iconButton_1f1k2_123._Mui-disabled_1f1k2_146 {
  color: var(--palette-neutral-5);
}

._expandedListContent_1f1k2_150 {
  border: 1px solid var(--palette-neutral-5);
  border-radius: 6px;
  padding: 0px 16px 25px;
  background-color: var(--palette-white);
  box-shadow: 0 8px 24px rgb(0 0 0 / 8%);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  z-index: 5;
}

._expandedCompositeContent_1f1k2_164 {
  background-color: var(--palette-white);
  border: 1px solid var(--palette-neutral-5);
  box-shadow: 0 8px 24px rgb(0 0 0 / 8%);
  padding: 0px 30px 0px;
  margin: 0 -30px;
  border-radius: 6px;
}

._expandedCompositeContent_1f1k2_164 ._compositeFieldContainer_1f1k2_44 {
  margin: 0;
  padding: 12px 0px 16px;
  position: relative;
  background: transparent;
  border: none;
  z-index: 0;
}

._expandedCompositeContent_1f1k2_164 ._compositeFieldContainer_1f1k2_44::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  right: -26px;
  background: var(--palette-neutral-2);
  border-radius: 5px;
  z-index: -1;
  border: 1px solid var(--palette-neutral-5);
}

._historyButton_1f1k2_195 {
  width: 24px;
  height: 24px;
  border: none;
  color: var(--palette-character-secondary-45);
  padding: 2px;
  align-self: flex-end;

  svg {
    width: 16px;
  }
}

._upcomingIcon_1f1k2_208 {
  display: inline-flex;
  align-items: center;
  color: var(--palette-character-info);

  svg {
    width: 18px;
    height: 18px;
  }
}

._listRow_1f1k2_219 {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}

._listRowSpacing_1f1k2_226 {
  margin-top: 20px;
}

._listRowSpacing_1f1k2_226:first-child {
  margin-top: 35px;
}

._listRow_1f1k2_219 ._fieldWrapper_1f1k2_5,
._listRow_1f1k2_219 ._compositeWrapper_1f1k2_9 {
  margin-top: 0;
}

._dragHandleAlignControl_1f1k2_239 ._dragHandle_1f1k2_239 {
  align-self: flex;
  transform: none;
  margin-bottom: 25px;
}

._listRowComposite_1f1k2_245 {
  align-items: stretch;
}

._listRowComposite_1f1k2_245 ._compositeWrapper_1f1k2_9 {
  grid-column: 2 / 3;
}

._listRowComposite_1f1k2_245 ._dragHandle_1f1k2_239 {
  position: static;
  align-self: center;
  justify-self: center;
  margin-top: 0;
  transform: none;
  margin-right: 45px;
}

._listRowComposite_1f1k2_245 ._compositeFieldContainer_1f1k2_44 {
  margin-left: 0;
}

._dragHandle_1f1k2_239 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--palette-character-secondary-45);
  align-self: center;
  transform: translateY(calc(var(--drag-label-offset, 0px) / 2));
  cursor: grab;

  svg {
    width: 18px;
    height: 18px;
  }
}

._dragOver_1f1k2_281 {
  border: 1px dashed var(--palette-neutral-5);
  border-radius: 6px;
  padding: 0 6px;
}

._dragging_1f1k2_287 {
  opacity: 0.75;
}

._dragHandleActive_1f1k2_291 {
  color: var(--palette-orange-6);
}

._reorderActive_1f1k2_295 {
  bottom: 18px;
}
._buttonsContainer_ikci5_1 {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 8px 0;

  .MuiButton-root {
    text-transform: none;
  }
}

._buttonsContainer_ikci5_1 .MuiButton-root {
  text-transform: none;
}

._actionButton_ikci5_16 {
  border-radius: 6px;
  padding: 5px 16px;
  text-transform: none;
  font-weight: 400;
  min-width: 80px;
  height: auto;
  min-height: 32px;
  font-size: 14px;
  white-space: nowrap;
}

.MuiButton-root._cancelButton_ikci5_28 {
  border: 1px solid var(--palette-character-danger);
  color: var(--palette-character-danger);
  background-color: var(--palette-white);
  transition: 300ms;
}

.MuiButton-root._cancelButton_ikci5_28:hover {
  border-color: var(--palette-primary-6);
  color: var(--palette-primary-6);
  transition: 300ms;
}

.MuiButton-root._confirmButton_ikci5_41 {
  background-color: var(--palette-primary-6);
  color: var(--palette-white);
  transition: 300ms;
}

.MuiButton-root._confirmButton_ikci5_41:hover {
  background-color: var(--palette-primary-5);
  transition: 300ms;
}
._actionsContainer_mqe56_1 {
  display: flex;
  align-items: center;
  border: 1px solid var(--palette-neutral-5);
  border-radius: 0 2px 2px 0;
  background-color: var(--palette-neutral-2);
  border-left: none;
  align-self: stretch;
}

._iconButton_mqe56_11 .MuiSvgIcon-root {
  width: 16px;
  height: 16px;
}

.MuiIconButton-root._iconButton_mqe56_11 {
  width: 30px;
  height: calc(var(--field-height) - 2px);
  border-radius: 2px;
  padding: 0;
  color: var(--palette-character-secondary-45);
}

.MuiIconButton-root._iconButton_mqe56_11:hover .MuiSvgIcon-root {
  color: var(--palette-character-danger);
}

.MuiIconButton-root._iconButton_mqe56_11:first-child:hover
  .MuiSvgIcon-root {
  color: var(--palette-character-primary-85);
}

.MuiIconButton-root._iconButton_mqe56_11._Mui-disabled_mqe56_33 {
  color: var(--palette-neutral-5);
}
._showMoreContainer_y49tt_1 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1px;
  padding-bottom: 4px;
}

._showMoreContainerExpanded_y49tt_9 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  padding-bottom: 4px;
}

.MuiButton-root._showMoreButton_y49tt_17 {
  color: var(--palette-primary-6);
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  font-family: var(--font-family);
  padding: 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.MuiButton-root._showMoreButton_y49tt_17.Mui-disabled {
  color: var(--palette-primary-6);
}

.MuiButton-root._showMoreButton_y49tt_17:hover {
  background-color: transparent;
}

.MuiButton-root._showMoreButton_y49tt_17 .MuiButton-endIcon {
  margin-left: 0;
}

._showMoreIcon_y49tt_42 {
  border: 1px solid var(--palette-primary-6);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--palette-primary-6);
}

._showMoreIcon_y49tt_42 .MuiSvgIcon-root {
  width: 11px;
  height: 11px;
}

._showMoreSpinner_y49tt_58 {
  color: var(--palette-primary-6) !important;
}

._expandedListWrapper_y49tt_62 {
  position: relative;
  overflow: visible;
}
._listboxScroller_1ugy5_1 {
  max-height: 40vh;
  overflow-y: auto;
  position: relative;
  overscroll-behavior: contain;
  list-style-type: none;
  margin: 0;
  padding: 0;

  li {
    padding-left: 10px;
    cursor: pointer;

    img {
      width: 24px;
      height: 24px;
      border-radius: 50%;
    }
  }

  & .MuiAvatar-root {
    width: 24px;
    height: 24px;
  }
}

._listboxRoot_1ugy5_27 {
  padding: 0;
  margin: 0;
  max-height: none;
  overflow: hidden;
}
._fieldsContainer_1mri7_1 {
  display: flex;
  flex-direction: column;
  padding: 8px 0 4px 0;
}

._fieldBlock_1mri7_7 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._labelRow_1mri7_13 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--palette-character-primary-85);
  font-family: var(--font-family);
}

._counter_1mri7_21 {
  font-size: 14px;
  color: var(--palette-character-secondary-45);
  text-align: right;
  font-family: var(--font-family);
}

._textArea_1mri7_28 .MuiOutlinedInput-root {
  min-height: 64px;
  align-items: flex-start;
  padding: 0;
}

._textArea_1mri7_28 .MuiOutlinedInput-input {
  padding: 10px;
  font-size: 14px;
}

._textArea_1mri7_28
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-primary-6);
}

._textArea_1mri7_28
  .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-primary-6);
}
._modalRoot_18z5g_1 {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

._modalContainer_18z5g_7 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--palette-white);
  display: flex;
  flex-direction: column;
  outline: none;
}

._modalHeader_18z5g_17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid var(--palette-light-gray);
}

._title_18z5g_25 {
  font-size: 18px;
  font-weight: 600;
  color: var(--palette-character-primary-85);
  font-family: var(--font-family);
}

._closeButton_18z5g_32 {
  color: var(--palette-character-secondary-45);
}

._headerControls_18z5g_36 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--palette-light-gray);
  flex-wrap: wrap;
  justify-content: space-between;
}

._headerControls_18z5g_36 .MuiFormControlLabel-label {
  font-size: 14px;
  font-family: var(--font-family);
  color: var(--palette-character-primary-85);
}

._headerControls_18z5g_36 .MuiCheckbox-root {
  color: var(--palette-neutral-5);
}

._headerControls_18z5g_36 .MuiCheckbox-root.Mui-checked {
  color: var(--palette-primary-6);
}

._headerControls_18z5g_36 .MuiCheckbox-root.Mui-checked .MuiSvgIcon-root {
  color: var(--palette-primary-6);
}

._headerControls_18z5g_36 .MuiCheckbox-root.Mui-disabled {
  color: var(--palette-neutral-5);
}

._counter_18z5g_68 {
  color: var(--palette-character-secondary-45);
  font-size: 14px;
  font-family: var(--font-family);
}

._searchField_18z5g_74 {
  min-width: 240px;

  input::placeholder {
    font-size: 14px;
  }
}

._searchField_18z5g_74 .MuiInputBase-root {
  height: var(--field-height);
}

._searchField_18z5g_74
  .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-primary-6);
}

._searchField_18z5g_74
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-primary-6);
}

._headerActions_18z5g_96 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;

  label {
    margin-bottom: 0;
  }
}

._tableSection_18z5g_107 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 24px 24px;
  gap: 12px;
  min-height: 0;
}

._tableContainer_18z5g_116 {
  flex: 1;
  border: 1px solid var(--palette-light-gray);
  border-radius: 4px;
  overflow: auto;
}

._tableContainer_18z5g_116 .MuiTableCell-head {
  background-color: var(--palette-neutral-2);
  font-weight: 600;
  color: var(--palette-character-primary-85);
  font-family: var(--font-family);
}

._tableContainer_18z5g_116 .MuiTableCell-body {
  font-family: var(--font-family);
  color: var(--palette-character-primary-85);
  vertical-align: middle;
}

._sortHeader_18z5g_136 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

._sortControls_18z5g_142 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

._sortButton_18z5g_148 {
  width: 20px;
  height: 20px;
  padding: 0;
  color: var(--palette-neutral-5);
}

._sortButton_18z5g_148:hover {
  color: var(--palette-primary-6);
}

._sortButtonActive_18z5g_159 {
  color: var(--palette-primary-6) !important;
}

._valueCell_18z5g_163 {
  white-space: normal;
  word-break: break-word;
}

._effectiveCell_18z5g_168 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
}

._effectiveMeta_18z5g_175 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 4px;
  max-width: 50px;
}

._effectiveDateText_18z5g_184 {
  white-space: nowrap;
}

._effectiveActionSpacer_18z5g_188 {
  width: 24px;
  height: 24px;
}

._statusTag_18z5g_193 {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
}

._statusIcon_18z5g_201 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  margin-right: 4px;
  margin-bottom: 2px;
}

._upcoming_18z5g_210 {
  background-color: var(--palette-blue);
  color: var(--palette-character-info);
}

._canceled_18z5g_215,
._modified_18z5g_216 {
  background-color: var(--palette-light-gray);
  color: var(--palette-character-secondary-45);
}

._canceledRow_18z5g_221 .MuiTableCell-body {
  color: var(--palette-neutral-4);
}

._canceledRow_18z5g_221 ._valueLink_18z5g_225,
._canceledRow_18z5g_221 ._statusText_18z5g_226 {
  color: var(--palette-neutral-4);
}

._editRow_18z5g_230 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._editActions_18z5g_236 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._changedByCell_18z5g_242 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

._actionIcon_18z5g_249 {
  color: var(--palette-character-secondary-45);
}

._actionIcon_18z5g_249:hover {
  color: var(--palette-primary-6);
}

._editConfirmIcon_18z5g_257 {
  color: var(--palette-primary-6) !important;
}

._editCancelIcon_18z5g_261 {
  color: var(--palette-character-danger) !important;
}

._effectiveEditIcon_18z5g_265 {
  color: var(--palette-orange) !important;
}

._valueItem_18z5g_269 {
  display: inline;
}

._valueLink_18z5g_225 {
  background: none;
  border: none;
  color: var(--palette-primary-6);
  padding: 0;
  cursor: pointer;
  font-family: var(--font-family);
  text-align: left;
}

._valueLink_18z5g_225:hover {
  color: var(--palette-primary-6);
  text-decoration: underline;
}

._statusText_18z5g_226 {
  color: var(--palette-character-danger);
  font-style: italic;
}

._emptyCell_18z5g_293 {
  text-align: center;
  color: var(--palette-character-secondary-45);
  font-size: 14px;
  font-family: var(--font-family);
  padding: 32px 16px;
}

._loadingRow_18z5g_301 {
  display: flex;
  justify-content: center;
  padding: 16px;
}

._loadingSpinner_18z5g_307 {
  color: var(--palette-primary-6) !important;
}

._confirmPopover_18z5g_311 {
  padding: 12px 16px;
  border-radius: 8px;
  max-width: 280px;
}

._confirmContent_18z5g_317 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-family: var(--font-family);
  color: var(--palette-character-primary-85);
  margin-bottom: 12px;
}

._confirmIcon_18z5g_327 {
  color: var(--palette-orange);
}

._confirmText_18z5g_331 {
  margin-top: 3px;
}

._confirmActions_18z5g_335 {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

._confirmButton_18z5g_341 {
  min-width: 64px;
  height: 28px;
  padding: 4px 12px;
  text-transform: none;
  font-size: 14px;
  font-family: var(--font-family);
  box-shadow: none;
}

._confirmNoButton_18z5g_351 {
  border-color: var(--palette-neutral-5) !important;
  color: var(--palette-character-secondary-45) !important;
  background-color: var(--palette-white);
}

._confirmNoButton_18z5g_351:hover {
  border-color: var(--palette-primary-6) !important;
  color: var(--palette-primary-6) !important;
  box-shadow: none;
}

._confirmYesButton_18z5g_363 {
  background-color: var(--palette-primary-6) !important;
  color: var(--palette-white);
}

._confirmYesButton_18z5g_363:hover {
  background-color: var(--palette-primary-5) !important;
  box-shadow: none;
}
._message_bstjp_1 {
  font-size: 14px;
  color: var(--palette-character-primary-85);
  font-family: var(--font-family);
  line-height: 20px;
}
._container_7ba1e_1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

._summary_7ba1e_8 {
  height: var(--field-height);
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  box-sizing: border-box;
  overflow: hidden;
}

._summaryHasChips_7ba1e_19 {
  align-items: flex-start;
  padding: 4px 10px;
}

._summaryWithActions_7ba1e_24 {
  border-right: 1px solid var(--palette-neutral-5);
}

._summaryExpanded_7ba1e_28 {
  height: auto;
  min-height: var(--field-height);
  align-items: flex-start;
  padding: 6px 10px;
  overflow: visible;
}

._checkboxControl_7ba1e_36 {
  .MuiCheckbox-root {
    padding: 0;
    color: var(--palette-neutral-5);
  }

  .MuiCheckbox-root.Mui-checked {
    color: var(--palette-primary-6);
  }

  .MuiCheckbox-root.Mui-disabled {
    color: var(--palette-neutral-5);
  }

  .MuiSvgIcon-root {
    font-size: 18px;
  }
}

._chipsRow_7ba1e_55 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 auto;
}

._sectionRow_7ba1e_65 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._groupAutocomplete_7ba1e_71 {
  width: 100%;
}

._groupListbox_7ba1e_75 > div {
  padding-left: 8px;
  padding-right: 8px;
}

._groupListbox_7ba1e_75 li {
  cursor: pointer;
}

._groupAutocomplete_7ba1e_71 .MuiOutlinedInput-root {
  min-height: var(--field-height);
  border-radius: 2px;
  background-color: var(--palette-white);
}

._groupAutocomplete_7ba1e_71 .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-neutral-5);
}

._groupAutocomplete_7ba1e_71
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-neutral-5);
}

._groupAutocomplete_7ba1e_71
  .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--palette-neutral-5);
}

._groupOptionRow_7ba1e_104 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

._groupOptionLabel_7ba1e_112 {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._groupOptionActions_7ba1e_120 {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-shrink: 0;
}

._groupOptionButton_7ba1e_127 {
  padding: 2px;
}

._groupOptionButtonInclude_7ba1e_131 {
  color: var(--palette-green-4);
}

._groupOptionButtonExclude_7ba1e_135 {
  color: var(--palette-red-6);
}

._groupTag_7ba1e_139 {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

._summaryChip_7ba1e_146 {
  max-width: 100%;
  flex-shrink: 1;
}

._summaryChip_7ba1e_146 .MuiChip-label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._include_7ba1e_159 {
  color: var(--palette-green-4) !important;
  background: var(--palette-green-1) !important;
  border-color: var(--palette-green-2) !important;
}

._exclude_7ba1e_165 {
  color: var(--palette-red-6) !important;
  background: var(--palette-red-1) !important;
  border-color: var(--palette-red-3) !important;
}

._helperText_7ba1e_171 {
  margin-top: 4px;
}

._actions_7ba1e_175 {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

._userOptionWrapper_7ba1e_181 {
  padding: 8px 0;
  width: 100%;
}

._userHeader_7ba1e_186 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

._userRow_7ba1e_193 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

._userAvatar_7ba1e_200 {
  width: 24px;
  height: 24px;
}

._userName_7ba1e_205 {
  font-size: 12px;
  color: var(--palette-character-primary-85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._userToggle_7ba1e_213 {
  color: var(--palette-character-secondary-45);
}

._userSubFields_7ba1e_217 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-left: 34px;
  margin-top: 10px;
}

._userSubField_7ba1e_217 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._userSubText_7ba1e_232 {
  color: var(--palette-character-secondary-65);
  font-size: 12px;
}
._userProfileContainer_nhk6e_1 {
  padding: 15px 35px;
  background-color: var(--palette-neutral-2);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 24px;

  ._userProfileHeaderActions_nhk6e_9 {
    display: flex;
    width: 100%;

    & > * {
      flex: 1 0;
    }

    ._historyAndOrg_nhk6e_17 {
      display: none;
    }

    @media (min-width: 992px) {
      ._historyAndOrg_nhk6e_17 {
        display: block;
      }
    }
  }

  ._profileCard_nhk6e_28 {
    background-color: var(--palette-white);
    border: 1px solid var(--palette-neutral-5);
    border-radius: 10px;
    overflow: visible;
    flex: 1;
    display: flex;
    flex-direction: column;

    ._contentArea_nhk6e_37 {
      background-color: var(--palette-white);
      padding: 32px;
      flex: 1;
      display: flex;
      flex-direction: column;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: visible;

      ._spinnerContainer_nhk6e_47 {
        min-height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;

        ._spinner_nhk6e_47 {
          color: var(--palette-primary-6) !important;
        }
      }

      ._formContainer_nhk6e_58 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
        width: 100%;
        align-content: flex-start;
        flex: 1;
      }

      @media (min-width: 768px) {
        ._formContainer_nhk6e_58 {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      @media (min-width: 992px) {
        ._formContainer_nhk6e_58 {
          grid-template-columns: repeat(4, minmax(0, 1fr));
        }
      }
    }
  }
}
/* stylelint-disable no-invalid-position-at-import-rule */
/* stylelint-disable  font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: "neospheres";
  src: url("../fonts/neospheres.eot");
  src: url("../fonts/neospheres.eot?#iefix") format("embedded-opentype"), url("../fonts/neospheres.woff") format("woff"), url("../fonts/neospheres.ttf") format("truetype"), url("../fonts/neospheres.svg#neospheres") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]::before {
  font-family: "neospheres" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "neospheres" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-low::before {
  content: "!";
}

.icon-location::before {
  content: '"';
}

.icon-little-time::before {
  content: "#";
}

.icon-list-search::before {
  content: "$";
}

.icon-like-big::before {
  content: "%";
}

.icon-like::before {
  content: "&";
}

.icon-leave-absence-fill::before {
  content: "'";
}

.icon-leave-absences::before {
  content: "(";
}

.icon-leaves::before {
  content: ")";
}

.icon-marketplace::before {
  content: "*";
}

.icon-masked::before {
  content: "+";
}

.icon-mass-edit::before {
  content: ",";
}

.icon-medical::before {
  content: "-";
}

.icon-menu-team::before {
  content: ".";
}

.icon-modules::before {
  content: "/";
}

.icon-integration::before {
  content: "0";
}

.icon-interview-goal::before {
  content: "1";
}

.icon-language::before {
  content: "2";
}

.icon-laptop-1::before {
  content: "3";
}

.icon-learning::before {
  content: "4";
}

.icon-leave-absence::before {
  content: "5";
}

.icon-managed-premium::before {
  content: "6";
}

.icon-managed-premium-1::before {
  content: "7";
}

.icon-manage-express::before {
  content: "8";
}

.icon-mail::before {
  content: "9";
}

.icon-move::before {
  content: ":";
}

.icon-move-2::before {
  content: ";";
}

.icon-news::before {
  content: "<";
}

.icon-news-2::before {
  content: "=";
}

.icon-newsletter::before {
  content: ">";
}

.icon-notification::before {
  content: "?";
}

.icon-other::before {
  content: "@";
}

.icon-certificate-fill::before {
  content: "A";
}

.icon-category::before {
  content: "B";
}

.icon-cancel::before {
  content: "C";
}

.icon-bdes-1::before {
  content: "D";
}

.icon-bi::before {
  content: "E";
}

.icon-calendar::before {
  content: "F";
}

.icon-contracted::before {
  content: "G";
}

.icon-contracted-1::before {
  content: "H";
}

.icon-create-user::before {
  content: "I";
}

.icon-delete::before {
  content: "J";
}

.icon-disconnection::before {
  content: "K";
}

.icon-down-arrow::before {
  content: "L";
}

.icon-down-arrow-2::before {
  content: "M";
}

.icon-down-arrowtab::before {
  content: "N";
}

.icon-download-orange::before {
  content: "O";
}

.icon-expand::before {
  content: "P";
}

.icon-expense::before {
  content: "Q";
}

.icon-expense-fill::before {
  content: "R";
}

.icon-expense-report::before {
  content: "S";
}

.icon-form::before {
  content: "T";
}

.icon-formation::before {
  content: "U";
}

.icon-hr-request::before {
  content: "V";
}

.icon-idea::before {
  content: "W";
}

.icon-idea-fill::before {
  content: "X";
}

.icon-indicators::before {
  content: "Y";
}

.icon-info::before {
  content: "Z";
}

.icon-other-fll::before {
  content: "[";
}

.icon-parameter-1::before {
  content: "\\";
}

.icon-photo-camera::before {
  content: "]";
}

.icon-phone-full-small::before {
  content: "^";
}

.icon-paie::before {
  content: "_";
}

.icon-planification::before {
  content: "`";
}

.icon-action::before {
  content: "a";
}

.icon-add-user-fill::before {
  content: "b";
}

.icon-advanced-planning::before {
  content: "c";
}

.icon-comment::before {
  content: "d";
}

.icon-object-management::before {
  content: "e";
}

.icon-performance::before {
  content: "f";
}

.icon-performance-management::before {
  content: "g";
}

.icon-onboarding::before {
  content: "h";
}

.icon-orgnization-change::before {
  content: "i";
}

.icon-phone-small::before {
  content: "j";
}

.icon-add-small::before {
  content: "k";
}

.icon-advanced-planning-1::before {
  content: "l";
}

.icon-afterwork::before {
  content: "m";
}

.icon-angle-right::before {
  content: "n";
}

.icon-archive::before {
  content: "o";
}

.icon-arobas-full-small::before {
  content: "p";
}

.icon-attachment::before {
  content: "q";
}

.icon-back::before {
  content: "r";
}

.icon-back-1::before {
  content: "s";
}

.icon-bdes::before {
  content: "t";
}

.icon-connector::before {
  content: "u";
}

.icon-connected::before {
  content: "v";
}

.icon-competence::before {
  content: "w";
}

.icon-compensation::before {
  content: "x";
}

.icon-company-information::before {
  content: "y";
}

.icon-check::before {
  content: "z";
}

.icon-planning::before {
  content: "{";
}

.icon-parameter::before {
  content: "|";
}

.icon-play::before {
  content: "}";
}

.icon-plus::before {
  content: "~";
}

.icon-parametres::before {
  content: "\e000";
}

.icon-paramteres-blanc::before {
  content: "\e001";
}

.icon-plus-fill::before {
  content: "\e002";
}

.icon-password::before {
  content: "\e003";
}

.icon-plus-fill-1::before {
  content: "\e004";
}

.icon-pay::before {
  content: "\e005";
}

.icon-poll::before {
  content: "\e006";
}

.icon-preview::before {
  content: "\e007";
}

.icon-pencil::before {
  content: "\e008";
}

.icon-pso-type-management::before {
  content: "\e009";
}

.icon-record::before {
  content: "\e00a";
}

.icon-recruiting-fill::before {
  content: "\e00b";
}

.icon-recruitment::before {
  content: "\e00c";
}

.icon-recrutement-fill::before {
  content: "\e00d";
}

.icon-refusal::before {
  content: "\e00e";
}

.icon-remove::before {
  content: "\e00f";
}

.icon-remove-mobile::before {
  content: "\e010";
}

.icon-reporting::before {
  content: "\e011";
}

.icon-rh-indicators::before {
  content: "\e012";
}

.icon-role::before {
  content: "\e013";
}

.icon-sandals::before {
  content: "\e014";
}

.icon-sandals-fill::before {
  content: "\e015";
}

.icon-search::before {
  content: "\e016";
}

.icon-see-more::before {
  content: "\e017";
}

.icon-backarrow::before {
  content: "\e018";
}

.icon-select::before {
  content: "\e019";
}

.icon-selected-self-service::before {
  content: "\e01a";
}

.icon-skills::before {
  content: "\e01b";
}

.icon-small::before {
  content: "\e01c";
}

.icon-small-cat-full::before {
  content: "\e01d";
}

.icon-spend::before {
  content: "\e01e";
}

.icon-status-fail::before {
  content: "\e01f";
}

.icon-status-success::before {
  content: "\e020";
}

.icon-status-update::before {
  content: "\e021";
}

.icon-status-warning::before {
  content: "\e022";
}

.icon-subscription::before {
  content: "\e023";
}

.icon-succession::before {
  content: "\e024";
}

.icon-support::before {
  content: "\e025";
}

.icon-surveys-1::before {
  content: "\e026";
}

.icon-surveys-2::before {
  content: "\e027";
}

.icon-swipe-left::before {
  content: "\e028";
}

.icon-tabs::before {
  content: "\e029";
}

.icon-swipe-right::before {
  content: "\e02a";
}

.icon-talent::before {
  content: "\e02b";
}

.icon-tasks::before {
  content: "\e02c";
}

.icon-team::before {
  content: "\e02d";
}

.icon-time::before {
  content: "\e02e";
}

.icon-time-activities::before {
  content: "\e02f";
}

.icon-time-activity::before {
  content: "\e030";
}

.icon-time-fill::before {
  content: "\e031";
}

.icon-to-do::before {
  content: "\e032";
}

.icon-to-do-fill::before {
  content: "\e033";
}

.icon-training::before {
  content: "\e034";
}

.icon-training-elearning::before {
  content: "\e035";
}

.icon-unarchive::before {
  content: "\e036";
}

.icon-up-arrow::before {
  content: "\e037";
}

.icon-up-arrowtab::before {
  content: "\e038";
}

.icon-user-vert::before {
  content: "\e039";
}

.icon-users::before {
  content: "\e03a";
}

.icon-validate::before {
  content: "\e03b";
}

.icon-visible::before {
  content: "\e03c";
}

.icon-01domainwidgets::before {
  content: "\e03d";
}

.icon-add::before {
  content: "\e03e";
}

.icon-burgermenu::before {
  content: "\e03f";
}

.icon-preview-template::before {
  content: "\e040";
}

.icon-icon-report::before {
  content: "\e041";
}

.icon-mentions-cnil::before {
  content: "\e042";
}

.icon-duplicate::before {
  content: "\e043";
}

.icon-document-generation::before {
  content: "\e044";
}

.icon-generate-pdf::before {
  content: "\e045";
}

.icon-template-management::before {
  content: "\e046";
}

.icon-preview-1::before {
  content: "\e047";
}

.icon-schedule::before {
  content: "\e048";
}

.icon-todo::before {
  content: "\e049";
}

.icon-design-active::before {
  content: "\e04a";
}

.icon-html-widget::before {
  content: "\e04b";
}

.icon-html-active::before {
  content: "\e04c";
}

.icon-not-started::before {
  content: "\e04d";
}

.icon-list-history::before {
  content: "\e900";
}

.icon-list-order::before {
  content: "\e901";
}

.icon-send-back::before {
  content: "\e902";
}

.icon-deny::before {
  content: "\e903";
}

.icon-options::before {
  content: "\e904";
}

.icon-delegation-center::before {
  content: "\e905";
}

.icon-chart::before {
  content: "\e906";
}

.icon-window::before {
  content: "\e907";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

:focus {
  outline: none !important;
}

/* stylelint-disable  no-descending-specificity */
:root {
  --customized-bg-color: #f3f3f3;
  --header-bg-color: #3b4448;
  --tertiary-bg-color: #f7941f;
  --tertiary-color: #f7941f;
  --customized-icon-color: #4e4199;
  --customized-primary-color: #269999;
  --customized-secondary-color: #003761;
  --headerHeight: 60px;
  --userPageNewFieldsHeight: 32px;
  --pwaBackgroundImage: unset;
}

html {
  height: auto;
}

.footer {
  bottom: 0;
  width: 100%;
  position: fixed;
  background: #333;
  padding: 10px 15px;
  color: #fff;
  margin-left: -15px;
  z-index: 7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

body {
  height: auto;
  margin: 0;
  background-color: var(--customized-bg-color, #f3f3f3) !important;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #868e96;
  overflow-y: overlay;
  width: 100% !important;
}

a {
  color: #33cb98;
}

a:hover {
  color: #12a775;
  text-decoration: none;
}

.app-content {
  padding: 0.625rem;
}

main {
  margin-top: 100px;
  margin-bottom: 40px;
}
main.main-lrb {
  margin-top: 90px;
}
main.main-page-builder {
  margin-top: 92px;
  margin-bottom: 0;
}
main.main-v2 {
  margin-bottom: 0;
}

h2 {
  color: #3b4448;
  font-family: "Roboto", sans-serif;
}

.font-lg {
  font-size: 1.25rem;
}

.text-primary {
  color: #3b4448;
}

.text-gray {
  color: #868e96 !important;
}

.font-ex-lg {
  font-size: 1.9rem !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-xsm {
  font-size: 12px !important;
}

.line-height-2 {
  line-height: 2rem;
}

.line-height-1 {
  line-height: 1;
}

.indigo {
  color: #4e4199;
  color: var(--customized-icon-color, #4e4199) !important;
}

.form-group input {
  border-radius: 2rem;
}
.form-group textarea {
  border-radius: 0.9rem;
  resize: none;
}

.form-control:not(.form-control#search-input) :not(.form-control#search-input-select) :not(textarea.form-control) {
  height: 50px !important;
}
.form-control {
  color: #495057;
  padding: 0.7rem;
  border-radius: 0;
  padding-left: 1.2rem !important;
}
.form-control:focus {
  border-color: #868e96;
  color: #495057;
  box-shadow: 0 0 0 0.2rem rgba(18, 167, 117, 0.25);
}

.form-control#raw_value_scroll {
  color: #495057;
  padding: 0.7rem;
  border-radius: 2rem;
  padding-left: 1.2rem !important;
  height: 66% !important;
}
.form-control#raw_value_scroll:focus {
  border-color: #868e96;
  color: #495057;
  box-shadow: 0 0 0 0.2rem rgba(18, 167, 117, 0.25);
}

.input-group-addon:focus, .input-group-addon:active {
  box-shadow: none;
}

.hierarchy-container {
  overflow-y: scroll;
  height: 300px;
}

.selectParent .select-arrow,
.selectParent-sm .select-arrow-sm {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("../images/down-arrow.png") no-repeat 97% 50%;
}
.selectParent .select-arrow:disabled,
.selectParent-sm .select-arrow-sm:disabled {
  background-color: #f3f1f1 !important;
}

.selectParent-sm .select-arrow-sm {
  background: transparent url("../images/down-arrow-sm.png") no-repeat 95% 50%;
}

.selectGrid .form-control {
  color: #868e96;
  padding-right: 3rem;
}
.selectGrid .form-control:focus {
  color: #868e96;
}
.selectGrid .form-control option {
  color: #868e96;
}
.selectGrid .select-arrow-white {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("../images/down-arrow-white.png") no-repeat 97% 50%;
}
.selectGrid select {
  border-radius: 2rem;
  padding: 0.7rem;
}

.label-v-center {
  align-items: center;
}

select.form-control {
  height: auto;
}

.modal-footer {
  justify-content: flex-end;
  flex-wrap: initial;
}

.modal-footer button span {
  margin-left: -12px !important;
}

button .mx-1 {
  margin-left: -4px !important;
  margin-right: 0.1rem !important;
}

.modal-body {
  max-height: 52vh;
  overflow-y: auto;
  padding: 1.75rem;
  overflow-x: hidden;
}
.modal-body .table tr th {
  padding: 0.75rem 0.9rem;
}
.modal-body .list-group-item {
  padding: 0.75rem 0;
}

.modal-content {
  border-radius: 0.9rem;
}
.modal-content .icon {
  position: relative;
  top: 1px;
  padding-right: 8px;
}
.modal-content p.note {
  line-height: 2rem;
  padding: 0.3rem;
}

.top-4 {
  top: 4px !important;
}

.modal-backdrop.show {
  opacity: 0.65;
}

.modal-title {
  color: #3b4448;
  margin-top: -4px;
}

.close {
  font-size: 2.8rem;
  font-weight: 300;
  display: inline-block;
  line-height: 0;
  color: #7b7b7b;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.close:focus {
  outline: 0 none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

.modal-header {
  align-items: center;
  justify-content: center;
}

.modal-header .close {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -16px;
  opacity: 1;
  height: 35px;
  width: 35px;
  top: -12px;
  padding: 0;
  margin: 0;
}
.modal-header .close span {
  position: relative;
  font-size: 32px;
  top: -7px !important;
  left: 0 !important;
}

@-moz-document url-prefix() {
  .modal-header .close span {
    top: -1px;
    left: 1px;
  }
}
.modal-v-center.modal {
  padding: 0 !important;
  text-align: center;
}
.modal-v-center.modal::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal-v-center .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.modal.show .modal-dialog {
  transform: translate(0, 20%);
}

.icon {
  font-size: 20px;
  padding: 0.25rem;
}
.icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.reverse-icon {
  padding: 0;
  transform: rotate(180deg);
}

.edit-user-info .icon {
  font-size: 1rem;
}

.btn-outline-primary:active {
  background: #3b4448;
}

.list-decimal {
  list-style-type: decimal;
}

.list-inlineblock {
  display: inline-block;
}

.list-group-item {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #dfdfdf !important;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 1px;
}
.list-group-item.disabled {
  opacity: 0.6;
}

.primary-color {
  background-color: #3b4448;
}
.primary-color:hover {
  background-color: #2a3236;
}

.secondary {
  background-color: #4e4199;
}
.secondary:hover {
  background-color: #302282;
}

.bg-color-orange {
  background-color: #f7941f;
}
.bg-color-orange:hover {
  background-color: #e5810c;
}

.secondary-font-color {
  color: #fff !important;
}

.secondary-border {
  border-color: #4e4199;
}

.tertiary-color,
.action-icon:not(.icon-gray) {
  color: #f7941f;
  color: var(--tertiary-color, #f7941f);
  margin-left: 10px;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  cursor: pointer;
}
.tertiary-color:hover,
.action-icon:not(.icon-gray):hover {
  color: #f7941f;
  color: var(--tertiary-color, #f7941f);
  filter: brightness(90%);
}

.tertiary-bg-color {
  background-color: #f7941f;
  background-color: var(--tertiary-bg-color, #f7941f);
  color: #fff;
}
.tertiary-bg-color:hover {
  background-color: #f7941f;
  background-color: var(--tertiary-bg-color, #f7941f);
  color: #fff;
  filter: brightness(90%);
}

.gray-default {
  background-color: #f1f1f1;
}

.white-bg {
  background-color: #fff;
}

.dark-gray {
  background-color: #ced4da;
}

.gray-500 {
  background-color: #eee;
}

.font-color-base {
  color: #868e96;
}

.table {
  color: inherit;
}
.table th,
.table td {
  border: 0;
  color: #868e96;
}
.table th {
  font-size: 1.25rem;
  color: #3b4448;
}

.table-fixed {
  width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}
.table-fixed tbody {
  width: 100%;
}
.table-fixed tbody td {
  display: inline-block;
}
.table-fixed thead tr th {
  float: left;
}

.no-offset {
  margin: 0;
  padding: 0;
}

.offset-top {
  padding-top: 1.5rem;
}

.display-inlineflex {
  display: inline-flex;
}

.icon-gray {
  color: #868e96;
}
.icon-gray:hover {
  color: #868e96;
}

.icon-red {
  color: #c30505;
}

.icon-wrapper {
  cursor: pointer;
}
.icon-wrapper .fa {
  font-size: 24px;
}

.icon-lg {
  font-size: 28px;
}

.header-wrapper {
  background-color: #fff;
  border-radius: 4px;
}

.widget {
  background-color: #fff;
}

.rounded-2 {
  border-radius: 2rem;
}

.border-width-2 {
  border-width: 2px;
}

.grid-action-btm {
  border-top: 2px solid #e9e9e9;
}

.scroll-thumb {
  border-radius: 50%;
  background-color: #b0b0b0;
}

.vertical-scroll-track,
.vertical-scroll-track-left {
  width: 10px !important;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 2px;
  top: 0;
  background-color: #d8d8d8;
}
.vertical-scroll-track > div,
.vertical-scroll-track-left > div {
  background-color: #b0b0b0 !important;
}

.reset-btn-styling,
.reset-btn-styling button {
  background: none;
  border: none;
  outline: none;
}
.reset-btn-styling:focus,
.reset-btn-styling button:focus {
  outline: none;
}

.grid-header th .reset-btn-styling {
  line-height: 22px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-notallowd {
  cursor: not-allowed !important;
}

.localization {
  color: #4e4199;
}
.localization:disabled {
  cursor: not-allowed;
}

.new-localization {
  color: #898989;
}
.new-localization:disabled {
  cursor: not-allowed;
}

.icon-search-box {
  font-size: 20px;
  display: flex;
}

.input-search-icon {
  position: absolute;
  z-index: 2;
  left: 16px;
  padding-left: 1px;
  top: 7px;
}

.input-close-icon {
  position: absolute;
  z-index: 2;
  right: 8px;
  padding-left: 1px;
  top: 5px;
  cursor: pointer;
}

.offset-left {
  padding-left: 2.3rem;
}

.justify-content-end {
  justify-content: content-end;
}

.content-center {
  justify-content: center;
  display: inline-flex;
}

.fixed-bottom .btn-size-lg {
  width: 49.6%;
}
.fixed-bottom .btn-size-lg.btn-secondary {
  float: left;
}
.fixed-bottom .btn-size-lg.btn-primary {
  float: right;
}

.h-100vh {
  height: 100vh;
}

.h-80vh {
  height: 80vh;
}

.rc-slider-mark span {
  border-top: 0;
  padding: 0;
}

.multiple-records-user span {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
}
.multiple-records-user span:first-child {
  padding-top: 0;
  border-top: 0 none;
}
.multiple-records-user span:last-child {
  padding-bottom: 0;
}
.multiple-records-user:first-child {
  padding-top: 0;
  border-top: 0 none;
}
.multiple-records-user:last-child {
  padding-bottom: 0;
}

.multiple-records span {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
}
.multiple-records .radio span,
.multiple-records .checkbox span {
  padding: 0;
  border: none;
}

.multiple-records span:first-child {
  padding-top: 0;
  border-top: 0 none;
}

.multiple-records span:last-child {
  padding-bottom: 0;
}
.multiple-records span:last-child:disabled ~ span {
  cursor: not-allowed;
}

.h-500min {
  min-height: 500px;
}

@media (max-width: 992px) {
  .table-fixed tbody td div {
    flex-wrap: wrap;
  }
}
.profile-box {
  height: 60px;
  line-height: 1.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 10px;
}

.user-progress {
  background-color: #dee2e6;
  color: #fff;
  height: 100px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.cursor-drag:hover {
  cursor: move;
}

.error {
  color: #a20303;
  font-size: 12px;
}

.error-break-word {
  word-break: break-word;
}

.avatar-md {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: 5px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  text-transform: uppercase;
}

.collapse-list .list-group-item:not(:first-child) {
  border-top: 0;
  border-bottom: 0;
}

.categoryStyle {
  padding: 5px;
}

.expandIcon {
  font-size: 30px;
}

.expandIconMinimize {
  font-size: 30px;
  color: #6969c1;
}

.categoryHeading {
  color: #6969c1;
}

.bottom-0 {
  bottom: 0;
}

.right-10 {
  right: 10px;
}

.action-link {
  font-size: 24px;
}

.icon-secondary {
  color: #4e4199;
}

.card {
  border: 0;
  border-radius: 4px;
  padding: 1.5rem;
}
.card h4 {
  color: #3b4448;
}

.card-height-md {
  min-height: 300px;
}

.card-header {
  background-color: inherit;
}

.card-body {
  padding: 0;
  margin-top: 10px;
}

.card-height-sm {
  min-height: 200px;
}

.no-border-radius {
  border-radius: 0 !important;
}

.no-border {
  border: 0;
  border: 0 !important;
}

.card.card-list .list-group-item:first-child {
  border-top: 1px solid #dfdfdf !important;
}

@media (max-width: 992px) {
  .table-fixed tbody td div {
    flex-wrap: wrap;
  }
}
.h-45 {
  height: 45px;
}

.ico-action {
  color: #f7941f;
}

.ico-wrapper {
  cursor: pointer;
}
.ico-wrapper .fa {
  font-size: 24px;
}

.action-icon.icon {
  font-size: 20px;
}

.action-icon.icon-lg {
  font-size: 28px;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-top: 5px;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  background-color: #f5f6f7;
  text-transform: uppercase;
}

.react-datepicker__header {
  background-color: #33cb98;
  border-bottom: 1px solid #33cb98;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__day--selected {
  background-color: #4e4199;
  border-radius: 1rem;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #302282;
}

.react-datepicker__navigation--previous {
  border-right-color: #fff;
}

.react-datepicker__navigation--next {
  border-left-color: #fff;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 105px;
}

.react-datepicker-time__header,
.react-datepicker__current-month,
.react-datepicker__day-name {
  color: #fff;
}

.react-datepicker__day:hover {
  border-radius: 1rem;
  background-color: #302282;
  color: #fff;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 0 !important;
}

.react-datepicker__header--time .react-datepicker-time__header {
  padding-top: 0;
  padding-bottom: 44px;
}

.btn-fixed {
  background: #f5f5f5;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #b7b7b7;
  width: 100%;
  z-index: 8;
}

.c-my-5 {
  margin-top: -2rem;
}

.c-mb-7 {
  margin-bottom: 7rem;
}

.offset-top-2 {
  margin-top: 2rem;
}

.no-offset-x {
  padding-right: 0;
  padding-left: 0;
}

.no-offset-right {
  padding-right: 0;
}

.m-bottom {
  margin-bottom: 1rem;
}

.widget-banner {
  overflow: hidden;
}
.widget-banner .banner-img {
  /* height: fit-content; */
  height: 225px;
}

.trapezoid {
  border-top: 15px solid #c4c4c4;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: 150px;
  position: absolute;
  justify-content: center;
  display: flex;
}
.trapezoid .icon {
  position: relative;
  top: -22px;
  height: 22px;
  width: 22px;
}

.marketplace .card {
  min-height: 150px;
}

.market-logo {
  height: 60px;
  overflow: hidden;
  border-left: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
.market-logo img {
  height: auto;
}

.user-group .curve {
  border-radius: 0 0 0 180px;
  background-color: #fff;
  opacity: 0.7;
  height: 225px;
  width: 45%;
  right: 0;
}
.user-group .curve h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.avatar img {
  width: 100%;
}

.avatar-lg {
  width: 55px !important;
  height: 55px !important;
}

.banner-img-md {
  height: 90px;
  overflow: hidden;
}
.banner-img-md .banner-img {
  height: auto;
}

.suggestion-box .list-group.o-hidden {
  overflow: hidden;
}
.suggestion-box .list-group.o-auto {
  height: auto;
  overflow: auto;
}

.widget-secondary {
  background-color: #4e4199;
}

.mt-06 {
  margin-top: 0.6rem;
}

.Modal .modal-title {
  display: flex;
}

@media (min-width: 576px) {
  .poll-modal {
    max-width: 530px;
  }
  .poll-modal .modal-content {
    height: 565px;
    top: -74px;
  }
  .poll-modal .modal-content .modal-body {
    max-height: 60vh !important;
  }
}
.custom-carousel .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 10px;
  top: 20px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.custom-carousel li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #245a5a;
  border-radius: 2rem;
  cursor: pointer;
  border: 0;
}

.vseparator {
  border-right: solid 1px #ced4da;
}

.btn-md {
  height: auto !important;
  font-size: 1rem !important;
  padding: 1rem 0.75rem;
}

.spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}
.spinner div {
  width: 10px;
  height: 10px;
  background-color: #a89fdc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form-check,
.from-radio {
  display: block;
  font-size: 16px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.form-check input,
.from-radio input {
  position: absolute;
  opacity: 0;
}
.form-check label,
.from-radio label {
  cursor: pointer;
}
.form-check .form-check-label,
.from-radio .form-check-label {
  cursor: pointer;
  padding-left: 0.25rem;
}
.form-check .form-check:hover input ~ .checkmark,
.form-check .from-radio:hover input ~ .checkmark,
.from-radio .form-check:hover input ~ .checkmark,
.from-radio .from-radio:hover input ~ .checkmark {
  border: 1px solid #33cb98;
}
.form-check input:checked ~ .checkmark,
.form-check input:checked ~ .checkmark-radio,
.from-radio input:checked ~ .checkmark,
.from-radio input:checked ~ .checkmark-radio {
  border: 1px solid #33cb98;
}
.form-check input:checked ~ .checkmark::after,
.form-check input:checked ~ .checkmark-radio::after,
.from-radio input:checked ~ .checkmark::after,
.from-radio input:checked ~ .checkmark-radio::after {
  display: block;
}
.form-check .checkmark,
.form-check .checkmark-radio,
.from-radio .checkmark,
.from-radio .checkmark-radio {
  cursor: pointer;
}
.form-check .checkmark::after,
.from-radio .checkmark::after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #33cb98;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-check .checkmark-radio,
.from-radio .checkmark-radio {
  border-radius: 50%;
}
.form-check .checkmark-radio::after,
.from-radio .checkmark-radio::after {
  left: 3px;
  top: 3px;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background: #33cb98;
}

.checkmark,
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px !important;
  width: 23px !important;
  background-color: #fff;
  border: 1px solid #33cb98;
}
.checkmark::after,
.checkmark-radio::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input,
.radio input {
  position: absolute;
  left: -99999px;
}
.checkbox input:disabled ~ .checkmark,
.checkbox input:disabled ~ .checkmark-radio,
.radio input:disabled ~ .checkmark,
.radio input:disabled ~ .checkmark-radio {
  background-color: #dad7d7;
  border: 1px solid #999a9a;
}

/* stylelint-disable  font-family-no-missing-generic-family-keyword */
.breadcrumb-item + .breadcrumb-item::before {
  content: "n";
  font-family: "neospheres" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.4rem;
  top: 3px;
  position: relative;
}

.breadcrumb-item {
  font-size: 1rem;
}
.breadcrumb-item a {
  color: #3b4448;
  font-weight: bold;
}

.breadcrumb {
  background: transparent;
  border-bottom: 1px solid #dfdfdf !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* stylelint-enable */
.wordBreak {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.breakWord {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.word-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.react-datepicker-popper {
  width: 380px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 100px;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: #fff;
  text-align: center;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #33cb98;
}

.form-wrapper .custom-datepicker input {
  height: 33px;
}

.tablecard-grid {
  margin-right: -24px;
  margin-left: -24px;
}

/* stylelint-disable  no-descending-specificity */
.tablecard-grid .card-grid th {
  padding: 0.5rem 1.5rem;
}

.tablecard-grid .card-grid td {
  padding: 0.5rem 1.5rem;
}

@media (max-width: 768px) {
  .custom-datepicker input {
    width: 185px;
  }
  .custom-datepicker .datepicker {
    top: 1px !important;
    right: 1px !important;
    background: #fff;
    height: 30px;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.7rem !important;
  }
}
.height-100p {
  height: 100%;
}

.grid-wrapper {
  min-height: 500px;
}
.grid-wrapper .grid-header,
.grid-wrapper .grid-sub-header {
  background: #4e4199;
  width: 180px;
  height: 65px;
  padding: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid #fff;
  word-break: break-word;
  white-space: pre-line;
  line-height: normal;
  text-align: center;
  vertical-align: top;
}
.grid-wrapper .grid-sub-header {
  background: #a89fdc;
  font-size: 14px;
}
.grid-wrapper .grid-data .grid-header {
  background: #fff;
}
.grid-wrapper .grid-data .grid-header .form-check,
.grid-wrapper .grid-data .grid-header .from-radio {
  margin-bottom: 0;
}
.grid-wrapper .grid-data .grid-header .form-check label span,
.grid-wrapper .grid-data .grid-header .from-radio label span {
  color: #868e96;
}
.grid-wrapper .grid-data .grid-header textarea {
  resize: none;
}
.grid-wrapper .grid-data .grid-row {
  border-bottom: 1px solid #dfdfdf;
}

.horizontal-scroll-track,
.horizontal-scroll-track-top {
  width: 98%;
  height: 10px !important;
  border-radius: 5px;
  position: absolute;
  bottom: 2px;
  background-color: #d8d8d8;
}
.horizontal-scroll-track > div,
.horizontal-scroll-track-top > div {
  background-color: #b0b0b0 !important;
}

.vertical-scroll-track-left {
  left: 0;
}

.horizontal-scroll-track-top {
  top: 0;
}

.user-name-fixed {
  width: 200px;
}

.fieldname-wraper {
  width: calc(100% - 200px);
  overflow-x: auto;
  white-space: nowrap;
}

/* Action Modals */
.user-wraaper {
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  align-items: center;
}

.action-modal .img-wrapper {
  width: 50px;
  height: 50px;
  border: solid 1px #d7d7d7;
  border-radius: 50%;
  display: flex;
  text-align: center;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.action-content {
  padding: 15px;
}

.action-title {
  font-size: 16px;
  color: #303030;
  font-weight: bold;
}

.action-subtitle {
  font-size: 14px;
  color: #303030;
}

.text-created {
  font-size: 16px;
  color: #303030;
}

.update-profile-xl {
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.update-profile-xl:hover .strip {
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  text-align: center;
  background: rgb(107, 107, 107);
  color: #fff;
  z-index: 0;
}

.update-profile-xl .avatar-xl {
  width: 200px;
  height: 200px;
}

.update-profile .strip {
  display: none;
}

.btn-back {
  background: none;
  border: 0;
  position: absolute;
  z-index: 1;
  left: 15px;
  cursor: pointer;
}

.max-height-auto {
  max-height: inherit;
}

ul.indicators {
  list-style: none;
  padding: 0;
}

ul.indicators .bullets {
  width: 10px;
  height: 10px;
  background-color: #d2d2d2;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

ul.indicators .bullets.active {
  background-color: #4e4199;
}

ul.indicators .bullets:last-child {
  margin-right: 0;
}

.imgCopper-wrapper {
  overflow: hidden;
}

.hidden-file-input {
  z-index: 1;
}

.required-astrick {
  font-size: 1.2rem !important;
  line-height: 0;
  color: #a20303;
}

.disabled-widget {
  background-color: #ece8e8;
}

.grid-search {
  padding: 0.7rem;
}

.sort-arrow {
  position: relative;
  top: 2px;
  left: 8px;
  font-size: 14px;
  cursor: pointer;
}

.card-grid table {
  display: block;
}
.card-grid {
  padding-left: 0;
  padding-right: 0;
}
.card-grid tbody tr {
  border-bottom: 1px solid #dfdfdf;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.card-grid th,
.card-grid td {
  padding: 0.5rem 1rem;
}
.card-grid .table thead th {
  border-bottom: 0 none;
  font-weight: 500;
}
.card-grid .form-check .checkmark {
  top: 4px;
}
.card-grid tr.grid-header {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.card-grid .action-link {
  line-height: 1.9rem;
}

.c-border-radius {
  border-radius: 10px;
}

.button-border-radius {
  border-radius: 6px;
}

.ico-aqua {
  color: #33cb98;
}

.ico-tertiary {
  color: #f7941f;
}

.ico-blue {
  color: #22a0bb;
}

.ico-secondary {
  color: #4e4199;
}

.ico-orange {
  color: #f26e30;
}

.text-aqua {
  color: #33cb98;
}

.subtitle {
  color: #9b9b9b;
  font-size: 14px;
}

.icon-with-title .icon {
  font-size: 2rem;
  padding: 0.25rem;
}

.info-list .list-numbered {
  padding-left: 22px;
}
.info-list .list-numbered li {
  list-style-type: decimal;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  display: list-item;
  border-bottom: 0 !important;
  color: #9b9b9b;
}
.info-list .liststyle .list-group-item {
  display: list-item;
  padding: 0;
  color: #33cb98;
  list-style-type: disc;
  font-weight: normal;
}

.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.gray-subtitle {
  color: #727272;
}

.burger-menu {
  width: 15px;
  height: 3px;
  background-color: #7b7b7b;
  margin: 3px 0;
}

.card-burger-menu {
  position: absolute;
  right: 10px;
  top: 12px;
}

.w-10 {
  width: 10% !important;
}

.action-link-sm {
  font-size: 1rem;
  color: #868e96;
}

/* datepicker */
.custom-datepicker,
.react-datepicker-wrapper,
.react-datepicker__input-container {
  width: 100%;
}

.custom-datepicker .datepicker {
  background: #fff;
  padding: 0;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ccc;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  height: 100%;
}
.custom-datepicker input {
  font-size: 1rem;
  color: #868e96;
  padding: 0.7rem;
  padding-left: 1.2rem !important;
  border-radius: 2rem;
  height: auto !important;
  margin-bottom: 0 !important;
  width: 100%;
}

.react-datepicker__month-select,
.react-datepicker__year-select {
  width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.custom-datepicker .datepicker .icon {
  font-size: 30px;
}

.disabled-card {
  background-color: #ece8e8 !important;
  opacity: 0.5;
  cursor: not-allowed;
}

.module-icon {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
}

.disabled {
  background-color: #dad7d7;
  border: 1px solid #999a9a;
}

.input-group .form-control {
  z-index: 0;
}

.element-alignment {
  padding-left: 1.5rem !important;
}

.row-alignment {
  margin-bottom: 30px !important;
}

.suggestion-box .card-block .list-group .list-group-item {
  padding-left: 0;
}
.MedicalModal .modal-title img {
  width: 30px;
  height: auto;
}

.img-div-store {
  position: relative;
}

.mb137 {
  margin-bottom: 1.375rem !important;
}

.full-width-btn {
  margin-right: 0 !important;
}

.full-width-btn button.tertiary-bg-color {
  margin-right: 0;
  margin-left: 0;
}

.widget-header-height {
  margin-top: -10px;
}

.mright-5 {
  margin-right: 5px;
}

.mbottom-5 {
  margin-bottom: 5px;
}

.badge {
  padding: 10px;
}
.badge .text {
  font-size: 14px;
  font-weight: normal;
}
.badge .icon {
  font-size: 10px;
}

.customSelectArrow {
  position: relative;
}
.customSelectArrow .select-arrow-sm {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 13px;
  padding: 0;
  cursor: pointer;
}

.navbar {
  background: #3b4448;
  background: var(--header-bg-color, #3b4448) !important;
}

.customized-title-color {
  color: #3b4448 !important;
}

.customized-second-title-color {
  color: #868e96 !important;
}

.tertiary-bg-color-module {
  background-color: #f7941f;
  color: #fff;
}
.tertiary-bg-color-module:hover {
  background-color: #ee8b15;
  color: #fff;
}

.disabled-overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.icon-plus-fill {
  font-size: 36px !important;
}

.pt-md {
  padding-top: 0.8rem !important;
}

.disabled-overlay-widget {
  position: fixed;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 30px;
  left: auto;
  right: 0;
}

.full-screen {
  width: 100%;
  margin-left: -15px;
}

.leave-widget-prv-main nav {
  top: 30px;
}

.leave-widget-prv-main .disabled-overlay-widget {
  height: 20%;
}
.leave-widget-prv-main .leave-widget-prv {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
}
.leave-widget-prv-main .leave-widget-prv span {
  cursor: pointer;
}
.leave-widget-prv-main .leave-widget-prv i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  padding-top: 2px;
  height: auto;
  padding-bottom: 0;
}

.leave-widget-prv-main main {
  margin-top: 130px;
}

.navbar.preview-mode {
  right: 0;
  position: fixed;
  top: 0;
  left: calc(25.3% - 5px);
  z-index: 1030;
}

.colorPickerTitle {
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
  min-width: 150px;
  height: 19px;
}

.modal-no-scroll.modal-body {
  overflow: visible !important;
}

.icon.icon-add-small.icon-add.d-flex {
  position: relative;
}

.preview-sidebar {
  z-index: 9;
  margin-top: 2px;
  position: fixed;
  height: 100%;
  left: 0;
  top: -2px;
  overflow-y: auto;
}
.preview-sidebar .customized-position {
  left: -10rem;
}
.preview-sidebar .sidebar-header {
  background: #fff;
  z-index: 99;
  top: 0;
  padding-top: 15px;
  padding-bottom: 9px;
}
.preview-sidebar .reset-cstm {
  position: relative;
  right: 10px;
}
.preview-sidebar .reset-cstm .icon {
  color: #4e4199;
}
.preview-sidebar .subtitle .icon {
  position: relative;
  top: 2px;
  font-size: 14px;
}
.preview-sidebar .subtitle .icon.backArrow {
  font-size: 18px;
  top: 5px;
}
.preview-sidebar .subtitle .icon.icon-status-update {
  font-size: 13px;
}
.preview-sidebar .colorPickerTitle {
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
  width: 72%;
  text-overflow: ellipsis;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
}
.preview-sidebar .colorPickerBox {
  padding: 0;
  top: 2px;
}
.preview-sidebar .btn-wrapper .btn {
  min-width: calc(100% - 12px);
}
.preview-sidebar .border-dark {
  border-color: #d0d0d0 !important;
}

.Lrb-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.preview-main {
  margin-left: calc(25% - 1px);
}

.font-14 {
  font-size: 14px;
}

.colorPickerContainer tr:last-child .customized-position,
.colorPickerContainer tr:nth-last-child(2) .customized-position,
.colorPickerContainer tr:nth-last-child(3) .customized-position,
.colorPickerContainer tr:nth-last-child(4) .customized-position {
  top: auto !important;
  bottom: 31px;
}
.colorPickerContainer td {
  padding-bottom: 1rem;
}

.sketch-picker .flexbox-fix:nth-child(3) div input {
  text-align: center;
  width: 100% !important;
}

.hide-read-only-styling.width-100 {
  cursor: pointer;
  width: 120px;
  height: 100%;
}

@media screen and (max-width: 1025px) and (min-width: 900px) {
  .preview-sidebar .colorPickerTitle {
    width: 88px;
  }
  .preview-sidebar .customized-position {
    left: -10rem;
  }
  .suggestion-box .card-block .list-group .list-group-item {
    padding-right: 3rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1160px) and (min-width: 1024px) {
  .suggestion-box .card-block .list-group .list-group-item {
    padding-right: 3rem;
    padding-left: 1rem;
  }
  .preview-sidebar .customized-position {
    left: -10rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .preview-sidebar .pr-0 {
    padding-right: 15px !important;
  }
  .preview-sidebar .pl-0 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .preview-sidebar .colorPickerTitle {
    width: 70%;
    min-width: 85%;
  }
}
@media screen and (max-width: 1550px) and (min-width: 1300px) {
  .preview-sidebar .customized-position {
    left: -10rem;
  }
  .preview-sidebar .colorPickerTitle {
    min-width: 85%;
  }
}
@media screen and (max-width: 900px) and (min-width: 767px) {
  .navbar.preview-mode {
    left: 0;
  }
  .preview-sidebar .border-dark {
    top: 60px;
  }
  .preview-sidebar .companylogo-title.mt-2.form-control-label {
    margin-top: 1.5rem !important;
  }
  .preview-sidebar .form-group:last-child .customized-position, .preview-sidebar .form-group:nth-last-child(2) .customized-position, .preview-sidebar .form-group:nth-last-child(3) .customized-position, .preview-sidebar .form-group:nth-last-child(4) .customized-position {
    left: -10rem;
    top: auto !important;
    bottom: 35px;
  }
  .preview-sidebar.bg-white {
    margin-top: 5rem;
    position: relative;
  }
  .preview-sidebar.bg-white .colorPickerTitle {
    width: 88px;
  }
  .preview-sidebar.bg-white .btn-size-lg {
    min-width: calc(100% - 20px) !important;
  }
  .preview-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .Lrb-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar.preview-mode {
    left: 0;
  }
  .bg-white.preview-sidebar {
    margin-top: 5rem;
    position: relative;
  }
  .bg-white.preview-sidebar .colorPickerTitle {
    width: 88px;
  }
  .bg-white.preview-sidebar .btn-size-lg {
    min-width: calc(100% - 20px) !important;
  }
  .preview-main {
    margin-left: 0;
  }
}
.modal.imageCarousel .modal-subTitle {
  text-align: center;
  height: 20px;
  position: relative;
  top: -17px;
  color: #3a3a3a;
}
.modal.imageCarousel .carousel-indicators li {
  border: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(64, 59, 59, 0.5);
}
.modal.imageCarousel .modal-body {
  overflow: visible;
  padding-top: 17px;
  height: auto;
  max-height: unset;
}
.modal.imageCarousel .modal-body img {
  width: 98%;
  margin-left: 9px;
}
.modal.imageCarousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.modal.imageCarousel .carousel-indicators {
  margin-top: 69px;
  bottom: -36px;
  z-index: 99999;
}
.modal.imageCarousel .carousel-indicators .active {
  background-color: #000;
}
.modal.imageCarousel .title {
  margin-top: 0;
  text-align: center;
  width: 100%;
  position: fixed;
  top: -5px;
  background: #fff;
  padding: 0 0 8px 0;
}
.modal.imageCarousel .carousel-item {
  padding-top: 28px;
}
.modal.imageCarousel .carousel-control-next-icon {
  background-image: none;
  right: 0;
}
.modal.imageCarousel {
  /* stylelint-disable  font-family-no-missing-generic-family-keyword */
}
.modal.imageCarousel .carousel-control-next-icon::before {
  content: "n";
  font-family: "neospheres" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.4rem;
  top: 3px;
  position: relative;
}
.modal.imageCarousel span.carousel-control-prev {
  background-image: none;
}
.modal.imageCarousel span.carousel-control-prev-icon::before {
  content: "n";
  font-family: "neospheres" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.4rem;
  top: 3px;
  position: relative;
}
.modal.imageCarousel .carousel-control-prev-icon,
.modal.imageCarousel .carousel-control-next-icon {
  position: absolute;
  top: -4px;
  z-index: 999;
  color: #000;
  opacity: 1;
}
.modal.imageCarousel .carousel-control-prev-icon {
  transform: rotate(180deg);
  left: 0;
  top: -2px;
}

.inlineLabel img {
  width: 20px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.inlineLabel .icon {
  width: 22px;
  position: relative;
  top: 2px;
  color: #4e4199;
  font-size: 15px;
}

.disable-navbar-inPreviewMode {
  position: fixed;
  width: 100%;
  background: rgba(255, 0, 0, 0);
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .disable-navbar-inPreviewMode {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .suggestion-box .card-block .list-group .list-group-item {
    padding-right: 1rem;
  }
}
.hidden-file-input-profile {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-grid .table-fixed-border tbody tr th {
    margin-top: -21.2px;
  }
  .header-actions a.button-ie-check {
    padding-top: 14px;
  }
  .avatar {
    width: auto;
  }
  .members-list .title {
    display: inline-block !important;
  }
  .button-ie-check {
    display: inline-block !important;
    margin-right: 0 !important;
    margin-left: 20px !important;
  }
  .members-list .title .name {
    flex: auto;
  }
  .card,
  .marketplace .inner-card .card,
  .members-list .title {
    display: block;
  }
  .card-grid .table-fixed-border th {
    border-bottom: 1px solid #ccc !important;
    margin-top: 1.22rem;
  }
  .trapezoid {
    position: relative;
  }
  .form-check-ie {
    display: block !important;
  }
  .table-fixed-action {
    width: inherit !important;
  }
  .table-fixed-action .actionIconBox {
    justify-content: start !important;
  }
  .progress {
    position: relative !important;
    top: 0;
    right: 51px;
  }
  .notification-ico {
    margin-left: 1rem !important;
  }
  .my-team-members-container {
    margin-left: 0.25rem;
  }
  .card-grid .rolemanagementtable td {
    padding: 0.5rem 1rem !important;
  }
  .ie-mx-4 {
    margin-left: 0.5rem !important;
    margin-right: 1.5rem !important;
  }
  .ie-composite-tooltip {
    padding-right: 10px;
  }
  .ie-mr-3 {
    margin-right: 1rem;
  }
}
/* IE11 */
select::-ms-expand {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input::-ms-clear {
  display: none;
}

.cstm-preview .icon {
  position: relative;
  font-size: 17px;
  top: 2px;
}

.cstm-reset {
  position: relative;
  top: 2px;
}
.cstm-reset .icon {
  font-size: 13px;
  top: 2px;
}

.orange-bg {
  background-color: rgb(247, 148, 31);
}

.adjust-widget {
  position: relative;
  width: 100%;
}

.fix-widget-height {
  position: relative;
  width: 100%;
  overflow: auto;
  height: 500px;
}

.remove-padding {
  padding: 0 !important;
}

.remove-margin {
  margin-top: 0 !important;
}

.adjust-page {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.adjust-page iframe html {
  overflow-y: hidden;
}

.rdw-link-modal {
  height: 240px !important;
}
.rdw-link-modal .rdw-link-modal-buttonsection {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-top: #ece9e9 1px solid;
}
.rdw-link-modal .rdw-link-modal-buttonsection .rdw-link-modal-btn {
  width: 50%;
  margin: 0;
}

.rdw-colorpicker-modal,
.rdw-embedded-modal {
  width: 270px !important;
}

.rdw-embedded-modal {
  height: 205px !important;
}
.rdw-embedded-modal .rdw-embedded-modal-btn-section {
  width: 269px;
  position: relative;
  left: -15px;
  top: 15px;
  right: -15px;
}
.rdw-embedded-modal .rdw-embedded-modal-btn-section .rdw-embedded-modal-btn {
  width: 50%;
  margin: 0;
}

.rdw-image-modal .rdw-image-modal-header {
  margin: 0;
}
.rdw-image-modal .rdw-image-modal-btn-section {
  margin: 10px 0 0 0;
  width: 234px;
  position: relative;
  left: -15px;
  top: 15px;
}
.rdw-image-modal .rdw-image-modal-btn-section .rdw-image-modal-btn {
  width: 50%;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .companylogo-title h4 {
    font-size: 1.1rem;
  }
}
.rdw-colorpicker-modal-options .rdw-option-wrapper {
  padding: 0;
  margin: 0;
  height: 0;
  width: auto;
  border: none;
}

.rdw-colorpicker-modal-options .rdw-option-wrapper.rdw-colorpicker-option {
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  border: none !important;
}

.rdw-colorpicker-cube {
  margin-right: 3px;
  margin-bottom: 2px;
}

.icon-delete::before {
  font-weight: bold !important;
}

.icon-masked::before {
  margin-left: 0.5rem;
}

.select-outer-wrapper .Select-menu-outer {
  z-index: 4 !important;
}

.button-anchor {
  display: list-item;
  padding: 0;
  color: #33cb98;
  list-style-type: disc;
  font-weight: normal;
}

.widget-box .dark-gray {
  display: flex;
}

.comment-textarea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 11px !important;
}

.composite-field span.separator {
  color: #f7941f;
  user-select: none;
  font-size: 1.4rem;
  overflow: hidden;
  line-height: 1rem;
  vertical-align: middle;
}

.avatar-wrapper .dropdown-menu.notifications .app-title,
.popover.notifications .app-title {
  -ms-flex: 1 1;
  flex: 1 1;
  display: inline-block;
  margin: 6px 18px;
}

.notifications .popover {
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15) !important;
}
.notifications .notificationHeader {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.btn {
  border: 0;
  cursor: pointer;
}
.btn:disabled {
  cursor: not-allowed;
  color: #4e4199;
}
.btn:focus {
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.btn.btn-fixed {
  background: #f5f5f5;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #b7b7b7;
  width: 100%;
  z-index: 3;
}
.btn.btn-custom:not(.btn_icon) {
  background-color: var(--tertiary-bg-color, #f7941f);
}
.btn.btn-warning:not(.btn_icon) {
  background-color: #c30505;
  color: #fff;
}
.btn.btn-warning:not(.btn_icon):hover {
  background-color: #a20303;
}
.btn.btn-warning:not(.btn_icon):focus {
  background-color: #a20303;
}
.btn.btn-warning:not(.btn_icon):not([disabled]):not(.disabled):active, .btn.btn-warning:not(.btn_icon):not([disabled]):not(.disabled).active, .show > .btn.btn-warning:not(.btn_icon).dropdown-toggle {
  color: #fff;
  background-color: #a20303;
}
.btn.btn-danger:not(.btn_icon) {
  background-color: #f7941f;
  background-color: var(--tertiary-bg-color, #f7941f);
  color: #fff;
}
.btn.btn-danger:not(.btn_icon).non-customizable {
  background-color: #f7941f;
}
.btn.btn-danger:not(.btn_icon):hover {
  filter: brightness(90%);
}
.btn.btn-danger:not(.btn_icon):focus {
  background-color: #f7941f;
}
.btn.btn-danger:not(.btn_icon):not([disabled]):not(.disabled):active, .btn.btn-danger:not(.btn_icon):not([disabled]):not(.disabled).active, .show > .btn.btn-danger:not(.btn_icon).dropdown-toggle {
  background-color: #e09720;
}
.btn.btn-link {
  background: transparent;
  color: #33cb98;
  flex: 1;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  text-decoration: none;
}
.btn.btn-link:hover {
  color: #12a775;
}
.btn.btn-outline-primary:active {
  background: #3b4448;
}
.btn.btn-back {
  background: none;
  border: 0;
  position: absolute;
  z-index: 1;
  left: 15px;
  cursor: pointer;
}
.btn.btn-size-md {
  min-width: 130px;
  height: 48px;
  font-size: 14px;
}
@media screen and (max-width: 1025px) and (min-width: 900px) {
  .btn.btn-size-lg {
    min-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 900px) and (min-width: 767px) {
  .btn.btn-size-lg {
    min-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-size-lg {
    min-width: calc(100% - 20px) !important;
  }
}
.btn_icon {
  display: inline-flex;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.btn_icon:disabled .icon {
  cursor: not-allowed;
}
.btn_icon span {
  padding-top: 5px;
  padding-left: 10px;
}
.btn_icon.btn-custom span {
  color: #f7941f;
  color: var(--tertiary-bg-color, #f7941f);
}
.btn_icon.btn-size-sm span {
  font-size: 12px;
}
.btn_icon.btn-size-md span {
  font-size: 14px;
}
.btn_icon.btn-size-lg span {
  font-size: 28px;
}

.btn-wrapper .btn {
  border-radius: 0.5rem;
  border: 0;
  font-size: 1rem;
  height: 48px;
  margin: 0.5rem;
}
.btn-wrapper .btn .icon {
  top: 0.2rem;
  position: relative;
}

.btn-wrapper .btn-size-lg {
  min-width: 220px;
  line-height: 2.3rem;
}

.btn-size-md {
  min-width: 130px;
}

.btn-wrapper .btn-primary {
  background-color: #33cb98;
  color: #fff;
}
.btn-wrapper .btn-primary:hover {
  background-color: #12a775;
}
.btn-wrapper .btn-primary:focus {
  background-color: #12a775;
  box-shadow: none;
}
.btn-wrapper .btn-primary:not([disabled]):not(.disabled):active, .btn-wrapper .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-wrapper .btn-primary.dropdown-toggle {
  background-color: #12a775;
}

.btn-wrapper .btn-secondary {
  background-color: #c30505;
}
.btn-wrapper .btn-secondary:hover {
  background-color: #a20303;
}
.btn-wrapper .btn-secondary:focus {
  background-color: #a20303;
  box-shadow: none;
}
.btn-wrapper .btn-secondary:not([disabled]):not(.disabled):active, .btn-wrapper .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-wrapper .btn-secondary.dropdown-toggle {
  background-color: #a20303;
}

.btn-link:hover {
  text-decoration: none;
}

.banner-btn .btn {
  background-color: #fff;
  top: 3rem;
  left: 2rem;
  border-radius: 0.2rem !important;
  box-shadow: 0 1px 9px #ccc;
}

.btn-wrapper.banner-btn .btn-secondary:focus,
.btn-wrapper.banner-btn .btn-secondary:not([disabled]):not(.disabled):active {
  background-color: #fff;
  box-shadow: 0 1px 9px #ccc;
}

.banner-btn .btn:hover {
  background: #f0f0f0;
}

.btn-wrapper .btn-size-sm {
  min-width: 150px;
  height: 36px;
  font-size: 14px;
}
.btn-wrapper .icon {
  font-size: 16px;
}

.justify-start {
  justify-content: flex-start;
}

.align-center {
  display: flex;
  align-self: center;
}

.form-label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
}

.whitespace-break {
  white-space: break-spaces;
}

.l-clevy-widget {
  bottom: 50px !important;
}

.react-flow__devtools {
  --border-radius: 4px;
  --highlight-color: rgba(238, 58, 115, 1);
  --font: monospace, sans-serif;
  border-radius: var(--border-radius);
  font-size: 11px;
  font-family: var(--font);
}

.react-flow__devtools button {
  border: none;
  padding: 5px 15px;
  color: #222;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  font-family: var(--font);
  background-color: #f4f4f4;
  border-right: 1px solid #ddd;
}

.react-flow__devtools button:hover {
  background: var(--highlight-color);
  opacity: 0.8;
  color: white;
}

.react-flow__devtools button.active {
  background: var(--highlight-color);
  color: white;
}

.react-flow__devtools button:first-child {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.react-flow__devtools button:last-child {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  border-right: none;
}

.react-flow__devtools-changelogger {
  pointer-events: none;
  position: relative;
  top: 50px;
  left: 20px;
}

.react-flow__devtools-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.react-flow__devtools-nodeinspector {
  pointer-events: none;
  font-family: monospace, sans-serif;
  font-size: 10px;
}

.react-flow__devtools-nodeinfo {
  top: 5px;
}

.react-flow__attribution {
  display: none;
}

.Toastify__toast-container.AppToaster {
  width: clamp(240px, 100%, 480px);
}
.Toastify__toast-container.AppToaster > .Toastify__toast--error {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
  background-color: white;
  color: black;
  border-left: 6px #f5222d solid;
}
.Toastify__toast-container.AppToaster > .Toastify__toast--error .Toastify__close-button {
  color: black;
}._btnPrimary_fuf74_1 {
  background-color: #4e4099;
  border: #4e4099;
  color: white;
}
._btnPrimary_fuf74_1 svg {
  fill: white;
}
._btnPrimary_fuf74_1:hover, ._btnPrimary_fuf74_1:active, ._btnPrimary_fuf74_1:focus-visible {
  background-color: #413a6b;
  border: 0 solid #413a6b;
  color: white;
}
._btnPrimary_fuf74_1:hover svg, ._btnPrimary_fuf74_1:active svg, ._btnPrimary_fuf74_1:focus-visible svg {
  fill: white;
}

._btnSecondary_fuf74_18 {
  background-color: #eeecf5;
  border: #eeecf5;
  color: #4e4099;
  cursor: pointer;
  padding: 2px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._btnSecondary_fuf74_18 svg {
  fill: #4e4099;
}
._btnSecondary_fuf74_18:hover, ._btnSecondary_fuf74_18:active, ._btnSecondary_fuf74_18:focus-visible {
  background-color: #4e4099;
  border: 0 solid #4e4099;
  color: white;
}
._btnSecondary_fuf74_18:hover svg, ._btnSecondary_fuf74_18:active svg, ._btnSecondary_fuf74_18:focus-visible svg {
  fill: white;
}

._borderedBtn_fuf74_41 {
  background-color: transparent;
  color: #4e4099;
  border: 1px solid #4e4099;
}
._borderedBtn_fuf74_41:hover, ._borderedBtn_fuf74_41:active, ._borderedBtn_fuf74_41:focus-visible {
  background-color: #eeecf5;
  border: 1px solid #4e4099;
  color: #4e4099;
}
._borderedBtn_fuf74_41:hover svg, ._borderedBtn_fuf74_41:active svg, ._borderedBtn_fuf74_41:focus-visible svg {
  fill: white;
}

._templateEditor_fuf74_55 {
  --navbarHeight: 60px;
  --headerHeight: 150px;
  --footerHeight: 44px;
  --templateHeaderHeight: 40px;
  --templateSettingsWidth: 400px;
  background-color: white;
  width: 100%;
  min-height: calc(100vh - var(--navbarHeight) - var(--headerHeight) - var(--footerHeight));
  height: 100%;
  display: grid;
  grid-template-columns: 55px 1fr var(--templateSettingsWidth);
  grid-template-rows: var(--templateHeaderHeight) 1fr;
  row-gap: 24px;
  column-gap: 10px;
  padding: 20px 20px 20px 0;
  transition: 400ms ease;
}
._templateEditor_fuf74_55 ._templateHeader_fuf74_73 {
  grid-area: templateHeader;
}
._templateEditor_fuf74_55 ._templateHeaderContainer_fuf74_76 {
  color: #4e4099;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
}
._templateEditor_fuf74_55 ._templateHeaderLabel_fuf74_84 {
  font-size: 14px;
  font-weight: bold;
}
._templateEditor_fuf74_55 ._templateHeaderActions_fuf74_88 {
  width: var(--templateSettingsWidth);
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._templateEditor_fuf74_55 ._templateHeaderActionsLeft_fuf74_95 {
  display: flex;
  gap: 10px;
}
._templateEditor_fuf74_55 ._templateHeaderActionsLeft_fuf74_95 ._settingBtn_fuf74_99 svg {
  width: 13px;
  position: relative;
  top: 3px;
}
._templateEditor_fuf74_55 ._templateHeaderActionsRight_fuf74_104 {
  display: flex;
  gap: 10px;
}
._templateEditor_fuf74_55 ._templatePreview_fuf74_108 {
  grid-area: templatePreview;
  overflow-y: auto;
}
._templateEditor_fuf74_55 ._templatePreview_fuf74_108::-webkit-scrollbar-track {
  background-color: #f4f8fb;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.0784313725) 1px 1px 3px 1px;
}
._templateEditor_fuf74_55 ._templatePreview_fuf74_108::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
._templateEditor_fuf74_55 ._templatePreview_fuf74_108::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 1100ms;
  background-color: #efe4ff;
}
._templateEditor_fuf74_55 ._templatePreview_fuf74_108:hover::-webkit-scrollbar-thumb {
  transition: 1100ms;
  background-color: rgb(224.6888888889, 203.85, 255);
}
._templateEditor_fuf74_55 ._templateSettings_fuf74_130 {
  grid-area: templateSettings;
  background-color: #f4f8fb;
  border: 1px solid #e4e6f1;
  border-radius: 10px;
  padding: 0 20px 0 10px;
  opacity: 1;
  overflow-y: auto;
}
._templateEditor_fuf74_55 ._templateSettings_fuf74_130::-webkit-scrollbar-track {
  background-color: #f4f8fb;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.0784313725) 1px 1px 3px 1px;
}
._templateEditor_fuf74_55 ._templateSettings_fuf74_130::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
._templateEditor_fuf74_55 ._templateSettings_fuf74_130::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 1100ms;
  background-color: #efe4ff;
}
._templateEditor_fuf74_55 ._templateSettings_fuf74_130:hover::-webkit-scrollbar-thumb {
  transition: 1100ms;
  background-color: rgb(224.6888888889, 203.85, 255);
}
._templateEditor_fuf74_55 ._widgetBar_fuf74_157 {
  grid-area: widgetBar;
}
._templateEditor_fuf74_55 ._widgetBarHidden_fuf74_160 {
  opacity: 0;
  transition: 500ms;
  visibility: hidden;
}
._templateEditor_fuf74_55 ._widgetBarVisible_fuf74_165 {
  opacity: 1;
  transition: 500ms;
  visibility: visible;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176 {
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 6px;
  border-radius: 4px;
  background-color: #eeecf5;
  border: 1px solid #eeecf5;
  color: #4e4099;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176 svg {
  width: 16px;
  height: 16px;
  position: static;
  color: inherit;
  fill: currentColor;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176 svg path {
  fill: currentColor;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:hover, ._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:active, ._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:focus-visible {
  background-color: #4e4099;
  border-color: #4e4099;
  color: white;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:hover svg,
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:hover svg path, ._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:active svg,
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:active svg path, ._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:focus-visible svg,
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._widgetButton_fuf74_176:focus-visible svg path {
  color: inherit;
  fill: currentColor;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._btnBtn_fuf74_208 svg {
  max-width: 18px;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._btnAction_fuf74_211 svg {
  width: 16px;
  height: 16px;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._btnCta_fuf74_215 svg {
  width: 16px;
  height: 16px;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._btnNews_fuf74_219 svg {
  width: 16px;
  height: 16px;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._btnHtml_fuf74_223 svg {
  width: 16px;
  height: 16px;
}
._templateEditor_fuf74_55 ._widgetBarContainer_fuf74_170 ._btnTimeTracking_fuf74_227 svg {
  width: 16px;
  height: 16px;
}

._templateEditor_fuf74_55._modeEditor_fuf74_232 {
  grid-template-areas: "templateHeader templateHeader templateHeader" "widgetBar templatePreview templateSettings";
}

._templateEditor_fuf74_55._modePreview_fuf74_236 {
  padding-right: 0;
  height: unset;
  grid-template-areas: "templateHeader templateHeader templateHeader" "templatePreview templatePreview templatePreview";
}
._templateEditor_fuf74_55._modePreview_fuf74_236 ._templateSettings_fuf74_130 {
  display: none;
}
._templateEditor_fuf74_55._modePreview_fuf74_236 ._widgetBar_fuf74_157 {
  display: none;
}

._row_fuf74_248 {
  border: 1px dashed #ddd;
  width: 100%;
}

._loader_fuf74_253 {
  color: #4e4099;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

._mobilePreviewHeader_fuf74_261 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
._mobilePreviewHeader_fuf74_261 ._tooltipIcon_fuf74_268 {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
}
._mobilePreviewHeader_fuf74_261 ._tooltipIcon_fuf74_268 svg {
  font-size: 16px;
}

._mobilePreviewTooltipContent_fuf74_277 {
  max-width: 224px;
  padding: 10px;
  color: #fff;
  background-color: #4e4099;
  border-radius: 4px;
}

._mobilePreviewTooltipArrow_fuf74_285 {
  color: #4e4099;
}._templatePreviewContainer_l9rj2_1 {
  width: 100%;
  height: 100%;
}
._templatePreviewContainer_l9rj2_1 ._loader_l9rj2_5 {
  color: #4e4099;
  display: flex;
  margin: 0 auto;
}
._templatePreviewContainer_l9rj2_1 ._mobileViewport_l9rj2_10 {
  position: relative;
  margin: 40px auto;
  width: 360px;
  height: 780px;
  overflow: auto;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0 0 0 11px #1f1f1f, 0 0 0 13px #191919, 0 0 0 20px #111;
  transition: all 300ms;
  padding-top: 30px;
}
._templatePreviewContainer_l9rj2_1 ._mobileViewport_l9rj2_10::-webkit-scrollbar {
  display: none;
}
._templatePreviewContainer_l9rj2_1 ._mobileViewport_l9rj2_10::before, ._templatePreviewContainer_l9rj2_1 ._mobileViewport_l9rj2_10::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
._templatePreviewContainer_l9rj2_1 ._mobileViewport_l9rj2_10::before {
  top: 0;
  width: 56%;
  height: 30px;
  background-color: #1f1f1f;
  border-radius: 0 0 40px 40px;
}
._templatePreviewContainer_l9rj2_1 ._desktopViewport_l9rj2_38 {
  width: 100%;
  height: 100%;
  transition: all 300ms;
}

._globalDashedContainer_l9rj2_44 {
  display: flex;
  flex-direction: column;
  /* stylelint-disable-next-line */
  container-name: global-dashed-container;
  container-type: inline-size;
}
._globalDashedContainer_l9rj2_44 ._row_l9rj2_51 {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
}
._globalDashedContainer_l9rj2_44 ._row_l9rj2_51:last-child {
  margin-bottom: 4px !important;
}
._globalDashedContainer_l9rj2_44 ._row_l9rj2_51 ._rowSettingsBtn_l9rj2_62 {
  position: absolute;
  /* stylelint-disable-next-line length-zero-no-unit */
  top: 0;
  right: 4px;
  z-index: 5;
  box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, 0.2);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

._imagePage_l9rj2_78 {
  background-repeat: no-repeat;
  background-size: cover;
}

._fixedBackground_l9rj2_83 {
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

._card_l9rj2_94 {
  display: flex;
  height: 100%;
  width: 100%;
}
._card_l9rj2_94 ._widgetContainer_l9rj2_99 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: inherit;
  width: 100%;
  border-radius: 8px;
  text-align: center;
}
._card_l9rj2_94 ._widgetContent_l9rj2_110 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: inherit;
  width: 100%;
}
._card_l9rj2_94 ._widgetContent_l9rj2_110 ._deleteBtn_l9rj2_119 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
  background-color: white;
  opacity: 0.5;
}
._card_l9rj2_94 ._widgetContent_l9rj2_110 ._deleteBtn_l9rj2_119:hover {
  background-color: #4e4099;
  opacity: 1;
}
._card_l9rj2_94 ._widgetLabel_l9rj2_131 {
  font-size: 14px;
  color: #4e4099;
}
._card_l9rj2_94 ._widgetLabel_l9rj2_131 svg {
  width: 2rem;
  height: 2rem;
  fill: #4e4099;
}

._btnSecondary_l9rj2_141 {
  background-color: #eeecf5;
  border: #eeecf5;
  color: #4e4099;
}
._btnSecondary_l9rj2_141 svg {
  fill: #4e4099;
}
._btnSecondary_l9rj2_141:hover, ._btnSecondary_l9rj2_141:active, ._btnSecondary_l9rj2_141:focus-visible {
  background-color: #4e4099;
  border: 0 solid #4e4099;
  color: white;
}
._btnSecondary_l9rj2_141:hover svg, ._btnSecondary_l9rj2_141:active svg, ._btnSecondary_l9rj2_141:focus-visible svg {
  fill: white;
}

._footer_l9rj2_158 {
  padding-left: 1rem;
}._widgetContainer_ikt1q_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_ikt1q_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_ikt1q_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_ikt1q_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_ikt1q_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_ikt1q_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_ikt1q_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_ikt1q_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_ikt1q_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_ikt1q_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_ikt1q_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_ikt1q_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_ikt1q_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_ikt1q_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_ikt1q_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_ikt1q_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_ikt1q_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_ikt1q_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_ikt1q_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_ikt1q_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_ikt1q_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_ikt1q_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_ikt1q_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_ikt1q_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_ikt1q_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_ikt1q_42 {
    font-size: 12px;
  }
}
._widgetContainer_ikt1q_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: inherit;
  gap: 16px;
  cursor: pointer;
}
._widgetContainer_ikt1q_1 ._header_ikt1q_125 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
._widgetContainer_ikt1q_1 ._header_ikt1q_125 ._builderWidgetTitle_ikt1q_97 {
  flex-grow: 1;
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
  padding-left: 16px;
}
._widgetContainer_ikt1q_1 ._header_ikt1q_125 ._actions_ikt1q_140 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 300;
  flex-shrink: 1;
}
._widgetContainer_ikt1q_1 ._header_ikt1q_125 ._actions_ikt1q_140 div:first-child {
  font-size: 14px;
  color: #4e4099;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 2px;
  border-radius: 8px;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152::-webkit-scrollbar-track {
  background-color: #f4f8fb;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.0784313725) 1px 1px 3px 1px;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 1100ms;
  background-color: #efe4ff;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152:hover::-webkit-scrollbar-thumb {
  transition: 1100ms;
  background-color: rgb(224.6888888889, 203.85, 255);
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 {
  overscroll-behavior: contain;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._spinner_ikt1q_183 {
  color: #4e4099;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._actionWrapper_ikt1q_186 {
  position: relative;
  margin-bottom: 4px;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._actionBg_ikt1q_190 {
  width: 100%;
  height: 64px;
  position: relative;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 {
  height: 64px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 8px;
  margin-bottom: 4px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140:hover {
  background-color: var(--hover-bg-color-action) !important;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._avatar_ikt1q_217 {
  height: 40px;
  aspect-ratio: 1/1;
  background-color: #e4e6f1;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._details_ikt1q_225 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  gap: 4px;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._details_ikt1q_225 span:first-child {
  line-height: 1.1;
  text-align: left;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._details_ikt1q_225 span::first-letter {
  text-transform: capitalize;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._details_ikt1q_225 span:nth-child(2) {
  line-height: 1;
  text-align: left;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._details_ikt1q_225 ._titleWrapper_ikt1q_245 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._details_ikt1q_225 ._titleWrapper_ikt1q_245 ._delegatedWrapper_ikt1q_252 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._details_ikt1q_225 ._titleWrapper_ikt1q_245 ._delegatorPhoto_ikt1q_257 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  text-transform: uppercase;
}
._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._emptyPlaceholder_ikt1q_267 {
  color: #727272;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin-left: 4px;
  font-size: 14px;
}

@container (max-width: 500px) {
  ._widgetContainer_ikt1q_1 ._header_ikt1q_125 ._actions_ikt1q_140 {
    width: min-content;
    justify-content: flex-end;
  }
  ._widgetContainer_ikt1q_1 ._header_ikt1q_125 ._actions_ikt1q_140 div:first-child {
    font-size: 12px;
  }
  ._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._avatar_ikt1q_217 {
    height: 30px;
  }
}
@container (max-width: 220px) {
  ._widgetContainer_ikt1q_1 ._header_ikt1q_125 {
    flex-direction: column;
    align-items: flex-start;
  }
  ._widgetContainer_ikt1q_1 ._header_ikt1q_125 ._actions_ikt1q_140 {
    justify-content: flex-start;
  }
  ._widgetContainer_ikt1q_1 ._body_ikt1q_152 ._action_ikt1q_140 ._avatar_ikt1q_217 {
    height: 28px;
  }
}._widgetContainer_13cvm_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_13cvm_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_13cvm_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_13cvm_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_13cvm_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_13cvm_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_13cvm_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_13cvm_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_13cvm_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_13cvm_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_13cvm_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_13cvm_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_13cvm_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_13cvm_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_13cvm_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_13cvm_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_13cvm_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_13cvm_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_13cvm_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_13cvm_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_13cvm_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_13cvm_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_13cvm_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_13cvm_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_13cvm_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_13cvm_42 {
    font-size: 12px;
  }
}._modalRoot_1krpi_1 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 16px;
}

._modalContainer_1krpi_8 {
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  max-height: 90vh;
  max-width: 600px;
  outline: none;
  overflow: hidden;
  width: calc(100% - 32px);
}

._modalHeader_1krpi_21 {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px;
}

._titleRow_1krpi_26 {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

._title_1krpi_26 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

._closeButton_1krpi_39 {
  position: absolute !important;
  right: -12px;
  top: -2px;
}

._modalBody_1krpi_45 {
  font-size: 0.75rem;
  padding: 16px 0;
}

._comment_1krpi_50 {
  margin: 0 2rem;
}

._commentInput_1krpi_54 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,
._commentInput_1krpi_54 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,
._datepickerField_1krpi_56 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,
._datepickerField_1krpi_56 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: var(--customized-primary-color);
}

._commentCount_1krpi_61 {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  text-align: right;
}

._allActionsContainer_1krpi_67 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  max-height: 48vh;
  overflow-y: auto;
  padding: 0 2rem;
}
._allActionsContainer_1krpi_67::-webkit-scrollbar-track {
  border-radius: 0.625rem;
}
._allActionsContainer_1krpi_67::-webkit-scrollbar {
  width: 0.625rem;
}
._allActionsContainer_1krpi_67::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
}
._allActionsContainer_1krpi_67::-webkit-scrollbar-thumb::-webkit-scrollbar-track {
  background-color: #f4f8fb;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.0784313725) 1px 1px 3px 1px;
}
._allActionsContainer_1krpi_67::-webkit-scrollbar-thumb::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
._allActionsContainer_1krpi_67::-webkit-scrollbar-thumb::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 1100ms;
  background-color: #efe4ff;
}
._allActionsContainer_1krpi_67::-webkit-scrollbar-thumb:hover::-webkit-scrollbar-thumb {
  transition: 1100ms;
  background-color: rgb(224.6888888889, 203.85, 255);
}

._actionContainer_1krpi_102 {
  display: block;
}

._actionTitle_1krpi_106 {
  font-size: 1rem;
  font-weight: 500;
}

._actionDetailsDescription_1krpi_111 {
  margin-bottom: 12px;
}

._actionDetails_1krpi_111 {
  display: flex;
  justify-content: space-between;
}

._actionDetailsInfo_1krpi_120 {
  display: flex;
  gap: 1rem;
}

._actionDetailsText_1krpi_125 {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-style: normal;
  gap: 0.5rem;
}

._actionDetailsIcon_1krpi_133 {
  color: var(--customized-primary-color);
  font-size: 1rem !important;
}

._divider_1krpi_138 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

._datepickerContainer_1krpi_143 {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

._datepickerField_1krpi_56 .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #c20505;
}

.MuiPickersDay-root.Mui-selected,
.MuiPickersDay-root.Mui-selected:hover {
  background-color: var(--customized-primary-color);
}

.MuiPickersDay-root.MuiPickersDay-today:not(.Mui-selected) {
  border-color: var(--customized-primary-color);
}

._footerBtns_1krpi_162 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 12px 24px 20px;
  border-top: 1px solid #f0f0f0;
}

._greenBtn_1krpi_170 {
  background-color: var(--customized-primary-color) !important;
  border: none;
}
._greenBtn_1krpi_170:focus, ._greenBtn_1krpi_170:hover {
  background-color: var(--customized-primary-color) !important;
  box-shadow: none;
  filter: brightness(0.8);
}

._btnReject_1krpi_180:hover {
  border-color: #f03a44;
  color: #f03a44;
}._truncateWithTooltip_wps0p_1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

._tooltip_wps0p_10 {
  font-size: 18px;
}

._overlay_wps0p_14 {
  white-space: normal;
  font-size: 12px !important;
}
._widgetContainer_y362h_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_y362h_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_y362h_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_y362h_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_y362h_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_y362h_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_y362h_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_y362h_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_y362h_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_y362h_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_y362h_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_y362h_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_y362h_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_y362h_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_y362h_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_y362h_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_y362h_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_y362h_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_y362h_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_y362h_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_y362h_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_y362h_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_y362h_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_y362h_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_y362h_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_y362h_42 {
    font-size: 12px;
  }
}
._widgetContainer_y362h_1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #eeecf5;
}

._textOverlay_y362h_123 {
  position: absolute;
  z-index: 3;
  width: auto;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  text-align: left;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._textOverlay_y362h_123:focus {
  outline: none;
}

._imageBackground_y362h_140 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
._imageBackground_y362h_140 svg {
  font-size: 40px;
}

._videoIframe_y362h_158 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._videoIframe_y362h_158 iframe {
  width: 100%;
  height: 100%;
}._widgetContainer_5hij7_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_5hij7_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_5hij7_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_5hij7_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_5hij7_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_5hij7_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_5hij7_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_5hij7_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_5hij7_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_5hij7_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_5hij7_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_5hij7_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_5hij7_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_5hij7_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_5hij7_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_5hij7_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_5hij7_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_5hij7_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_5hij7_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_5hij7_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_5hij7_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_5hij7_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_5hij7_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_5hij7_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_5hij7_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_5hij7_42 {
    font-size: 12px;
  }
}
._widgetContainer_5hij7_1 {
  overflow: auto;
  scrollbar-width: none;
}
._widgetContainer_5hij7_1 ._titles_5hij7_120 {
  text-align: left;
}

._button_5hij7_124.MuiButton-root {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(100% - 8px);
  min-width: 0;
  padding: 8px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  color: inherit;
}
._button_5hij7_124.MuiButton-root ._titles_5hij7_120 {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4px;
}
._button_5hij7_124.MuiButton-root ._titles_5hij7_120 ._builderWidgetTitle_5hij7_97 {
  margin-bottom: 0;
  padding-left: 14px;
}
._button_5hij7_124.MuiButton-root ._titles_5hij7_120 ._builderWidgetsubTitle_5hij7_149 {
  margin-bottom: 0;
  padding-left: 14px;
}
._button_5hij7_124.MuiButton-root ._buttonImage_5hij7_153 {
  aspect-ratio: 1;
}

._buttonWrapper_5hij7_157 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

._backgroundContainer_5hij7_164 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
}

@container (max-width: 368px) {
  ._button_5hij7_124 ._titleButton_5hij7_176 {
    font-size: 14px;
  }
  ._button_5hij7_124 ._subtitleButton_5hij7_179 {
    font-size: 10px;
  }
}
@container (max-width: 168px) {
  ._button_5hij7_124 ._titleButton_5hij7_176 {
    font-size: 12px;
  }
  ._button_5hij7_124 ._subtitleButton_5hij7_179 {
    font-size: 8px;
  }
}._widgetContainer_n7kon_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_n7kon_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_n7kon_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_n7kon_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_n7kon_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_n7kon_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_n7kon_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_n7kon_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_n7kon_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_n7kon_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_n7kon_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_n7kon_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_n7kon_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_n7kon_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_n7kon_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_n7kon_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_n7kon_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_n7kon_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_n7kon_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_n7kon_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_n7kon_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_n7kon_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_n7kon_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_n7kon_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_n7kon_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_n7kon_42 {
    font-size: 12px;
  }
}
._widgetContainer_n7kon_1 svg {
  font-size: 40px;
  color: #4e4099;
}
._widgetContainer_n7kon_1 ._image_n7kon_120 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
._widgetContainer_n7kon_1 ._titles_n7kon_129 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  gap: 4px;
}
._widgetContainer_n7kon_1 ._pictureIcon_n7kon_141 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #eeecf5;
}

._cursorPointer_n7kon_149 {
  cursor: pointer;
}._widgetContainer_1lrip_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_1lrip_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_1lrip_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_1lrip_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_1lrip_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_1lrip_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_1lrip_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_1lrip_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_1lrip_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_1lrip_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_1lrip_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_1lrip_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_1lrip_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_1lrip_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_1lrip_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_1lrip_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_1lrip_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_1lrip_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_1lrip_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_1lrip_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_1lrip_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_1lrip_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_1lrip_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_1lrip_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_1lrip_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_1lrip_42 {
    font-size: 12px;
  }
}
._widgetContainer_1lrip_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

._title_1lrip_122 {
  width: 100%;
  display: flex;
}
._title_1lrip_122 ._builderWidgetTitle_1lrip_97 {
  margin-bottom: 0;
  padding-left: 14px;
}

._body_1lrip_131 {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 2px;
}
._body_1lrip_131::-webkit-scrollbar-track {
  background-color: #f4f8fb;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.0784313725) 1px 1px 3px 1px;
}
._body_1lrip_131::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
._body_1lrip_131::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 1100ms;
  background-color: #efe4ff;
}
._body_1lrip_131:hover::-webkit-scrollbar-thumb {
  transition: 1100ms;
  background-color: rgb(224.6888888889, 203.85, 255);
}
._body_1lrip_131 {
  overscroll-behavior: contain;
}
._body_1lrip_131 ._skeletons_1lrip_158 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding-left: 20px;
  padding-right: 40px;
  width: 100%;
}
._body_1lrip_131 ._skeletons_1lrip_158 ._skeleton_1lrip_158 {
  display: flex;
  width: 100%;
  gap: 24px;
}
._body_1lrip_131 ._skeletons_1lrip_158 ._skeleton_1lrip_158 ._skeletonImage_1lrip_172 {
  height: 40px;
  min-width: 120px;
  width: 120px;
}
._body_1lrip_131 ._skeletons_1lrip_158 ._skeleton_1lrip_158 ._skeletonContent_1lrip_177 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 15px;
}
._body_1lrip_131 ._skeletons_1lrip_158 ._skeleton_1lrip_158 ._skeletonContent_1lrip_177 ._skeletonLine_1lrip_184 {
  height: 6px;
  margin-top: 12px;
}
._body_1lrip_131 ._listNews_1lrip_188 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194 {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: justify;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 110px;
  gap: 16px;
  overflow: hidden;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194 ._newsImage_1lrip_207 {
  height: 100%;
  min-width: 136px;
  width: 136px;
  background-size: cover;
  background-position: center;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194:hover {
  background-color: var(--hover-bg-color-news) !important;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194 ._newsBody_1lrip_217 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  gap: 4px;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194 ._newsBody_1lrip_217 ._widgetItemTitle_1lrip_224 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194 ._newsBody_1lrip_217 ._widgetItemSubtitle_1lrip_230 {
  line-height: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194._topNews_1lrip_237 {
  height: 140px;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194._topNews_1lrip_237 ._newsImage_1lrip_207 {
  height: 100%;
  min-width: 180px;
  width: 180px;
}
._body_1lrip_131 ._listNews_1lrip_188 ._newsItem_1lrip_194._topNews_1lrip_237 ._widgetItemTitle_1lrip_224 {
  font-size: 24px;
  font-weight: 500;
}
._body_1lrip_131 ._emptyPlaceholder_1lrip_249 {
  color: #727272;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin-left: 4px;
  font-size: 14px;
}._newsModal_fgw66_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._newsModalContentWrapper_fgw66_7 {
  position: relative;
  max-width: calc(100vw - 32px);
  outline: none;
  overflow: visible;
}

._newsModalContainer_fgw66_14 {
  position: relative;
  height: clamp(600px, 95vh, 1000px);
  overflow: hidden;
  background-color: white;
}
._newsModalContainer_fgw66_14 ._newsModalImage_fgw66_20 {
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._newsModalContainer_fgw66_14 ._newsModalContent_fgw66_7 {
  position: relative;
  min-height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 5% 5% 5%;
  background-color: white;
}
._newsModalContainer_fgw66_14 ._newsModalContent_fgw66_7 ._publishDate_fgw66_37 {
  color: black;
}

._modalCloseBtn_fgw66_41 {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  border-radius: 50%;
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

._modalCloseIcon_fgw66_56 {
  display: block;
  width: 14px !important;
  height: 14px !important;
  color: white;
}._widgetContainer_prlt7_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_prlt7_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_prlt7_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_prlt7_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_prlt7_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_prlt7_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_prlt7_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_prlt7_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_prlt7_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_prlt7_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_prlt7_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_prlt7_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_prlt7_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_prlt7_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_prlt7_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_prlt7_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_prlt7_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_prlt7_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_prlt7_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_prlt7_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_prlt7_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_prlt7_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_prlt7_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_prlt7_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_prlt7_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_prlt7_42 {
    font-size: 12px;
  }
}
._widgetContainer_prlt7_1 {
  overflow-y: auto;
  position: relative;
}
._widgetContainer_prlt7_1::-webkit-scrollbar-track {
  background-color: #f4f8fb;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.0784313725) 1px 1px 3px 1px;
}
._widgetContainer_prlt7_1::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
._widgetContainer_prlt7_1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 1100ms;
  background-color: #efe4ff;
}
._widgetContainer_prlt7_1:hover::-webkit-scrollbar-thumb {
  transition: 1100ms;
  background-color: rgb(224.6888888889, 203.85, 255);
}
._widgetContainer_prlt7_1 ._placeholder_prlt7_138 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eeecf5;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
._widgetContainer_prlt7_1 ._placeholder_prlt7_138 ._skeleton_prlt7_150 {
  width: 100%;
  padding: 32px;
}
._widgetContainer_prlt7_1 ._placeholder_prlt7_138 ._skeleton_prlt7_150 ._skeletonLine_prlt7_154 {
  height: 16px;
  margin-bottom: 12px;
}
._widgetContainer_prlt7_1 ._widgetContainer_prlt7_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
._widgetContainer_prlt7_1 ._widgetContainer_prlt7_1 svg {
  width: 40px;
  height: 40px;
  fill: #4e4099;
}
._widgetContainer_prlt7_1 ._widgetContainer_prlt7_1 ._codeIcon_prlt7_170 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}._widgetContainer_1o6rr_1 {
  width: 100%;
  height: 100%;
  container-type: size;
}

._pagebuilderWidgetTitle_1o6rr_7 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetSubtitle_1o6rr_14 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetTitle_1o6rr_21 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderImageWidgetSubtitle_1o6rr_28 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemTitle_1o6rr_35 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemSubtitle_1o6rr_42 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

._pagebuilderWidgetItemDiscreet_1o6rr_49 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  ._pagebuilderWidgetTitle_1o6rr_7 {
    font-size: 22px;
  }
  ._pagebuilderWidgetSubtitle_1o6rr_14 {
    font-size: 18px;
  }
  ._pagebuilderImageWidgetTitle_1o6rr_21 {
    font-size: 34px;
  }
  ._pagebuilderImageWidgetSubtitle_1o6rr_28 {
    font-size: 22px;
  }
  ._pagebuilderWidgetItemTitle_1o6rr_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_1o6rr_42 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  ._pagebuilderWidgetTitle_1o6rr_7 {
    font-size: 20px;
  }
  ._pagebuilderWidgetSubtitle_1o6rr_14 {
    font-size: 16px;
  }
  ._pagebuilderImageWidgetTitle_1o6rr_21 {
    font-size: 28px;
  }
  ._pagebuilderImageWidgetSubtitle_1o6rr_28 {
    font-size: 20px;
  }
  ._pagebuilderWidgetItemTitle_1o6rr_35 {
    font-size: 18px;
  }
  ._pagebuilderWidgetItemSubtitle_1o6rr_42 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._builderWidgetTitle_1o6rr_97 {
    font-size: 16px;
  }
  ._pagebuilderWidgetSubtitle_1o6rr_14 {
    font-size: 12px;
  }
  ._pagebuilderImageWidgetTitle_1o6rr_21 {
    font-size: 24px;
  }
  ._pagebuilderImageWidgetSubtitle_1o6rr_28 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemTitle_1o6rr_35 {
    font-size: 16px;
  }
  ._pagebuilderWidgetItemSubtitle_1o6rr_42 {
    font-size: 12px;
  }
}
._widgetContainer_1o6rr_1 {
  height: inherit;
  gap: 16px;
}

._body_1o6rr_121 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 2px;
  border-radius: 8px;
  height: 100%;
}
._body_1o6rr_121 ._spinner_1o6rr_135 {
  color: #4e4099;
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138 {
  height: 100%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
  -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
  white-space: nowrap;
  cursor: grab;
  overscroll-behavior: contain;
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138 ._moduleItem_1o6rr_153 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 100px;
  border-radius: 10px;
  background-color: var(--bg-color) !important;
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138 ._moduleItem_1o6rr_153:hover {
  background-color: var(--hover-bg-color) !important;
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138 ._moduleItem_1o6rr_153 ._customIcon_1o6rr_166 {
  height: 40px;
  aspect-ratio: 1;
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138 p {
  margin: 5px 0 0;
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138 ._moduleIcon_1o6rr_173 {
  width: 60px;
  height: 40px;
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138 ._moduleIcon_1o6rr_173 path {
  fill: var(--bg-icon-color) !important;
}
._body_1o6rr_121 ._scrollButton_1o6rr_180 {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
._body_1o6rr_121 ._scrollButton_1o6rr_180 svg {
  fill: white;
  width: 32px;
  height: 32px;
}
._body_1o6rr_121 {
  /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
}
._body_1o6rr_121 ._moduleContainer_1o6rr_138::-webkit-scrollbar {
  display: none;
}

._loader_1o6rr_199 {
  position: relative;
  height: 100%;
  width: 100%;
  color: #4e4099;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  ._scrollButton_1o6rr_180 {
    display: none !important;
  }
}._TtBackground_m4vie_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

._TtContainer_m4vie_10 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  height: 100%;
}
._TtContainer_m4vie_10 ._TtTitle_m4vie_24 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._TtContainer_m4vie_10 ._TtTitle_m4vie_24 p {
  text-align: left;
  margin-bottom: 20px;
}
._TtContainer_m4vie_10 ._TtDataContainer_m4vie_33 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
._TtContainer_m4vie_10 ._TtDataContainer_m4vie_33 ._TtDatas_m4vie_40 {
  text-align: left;
}
._TtContainer_m4vie_10 ._TtDataContainer_m4vie_33 ._TtSelect_m4vie_43 {
  flex-grow: 1;
}
._TtContainer_m4vie_10 ._TtAuthorisation_m4vie_46 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: black;
}
._TtContainer_m4vie_10 ._TtAuthorisation_m4vie_46 ._Checkmark_m4vie_53 {
  top: 0;
  left: 0;
  border: 1px solid black;
}
._TtContainer_m4vie_10 ._TtBtn_m4vie_58 button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border-radius: 4px;
  width: 100%;
  height: 54px;
  font-size: 24px;
}

._buttonWrapper_m4vie_69 {
  display: flex;
  justify-content: center;
  width: 100%;
}

._timeClockButton_m4vie_75 {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 900;
}._autocomplete_1nttb_1 .MuiOutlinedInput-root {
  border-radius: 4px !important;
}

._autocomplete_1nttb_1 .MuiOutlinedInput-root fieldset {
  border-color: #ccc !important;
}

._autocomplete_1nttb_1 .MuiOutlinedInput-root:hover fieldset {
  border-color: #4e4099 !important;
}

._autocomplete_1nttb_1 .MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: #4e4099 !important;
  border-width: 2px !important;
}

._wrapper_1nttb_18 {
  width: 100%;
}
._wrapper_1nttb_18 ._optionWrapper_1nttb_21 ._userHeader_1nttb_21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._wrapper_1nttb_18 ._optionWrapper_1nttb_21 ._userHeader_1nttb_21 ._userRow_1nttb_26 {
  display: flex;
  align-items: center;
}
._wrapper_1nttb_18 ._optionWrapper_1nttb_21 ._userHeader_1nttb_21 ._userRow_1nttb_26 ._userName_1nttb_30 {
  padding-left: 15px;
}
._wrapper_1nttb_18 ._optionWrapper_1nttb_21 ._userHeader_1nttb_21 ._toggleIcon_1nttb_33 {
  color: #383838;
}
._wrapper_1nttb_18 ._optionWrapper_1nttb_21 ._subFields_1nttb_36 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-left: 30px;
  margin-top: 15px;
}
._wrapper_1nttb_18 ._optionWrapper_1nttb_21 ._subFields_1nttb_36 ._subField_1nttb_36 {
  display: flex;
  align-items: center;
  gap: 10px;
}
._wrapper_1nttb_18 ._optionWrapper_1nttb_21 ._subFields_1nttb_36 ._subText_1nttb_49 {
  color: #3b4448;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}._modalPaper_z7ziv_1 {
  max-width: 520px !important;
  border-radius: 4px !important;
}

._modalHeader_z7ziv_6 {
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0 !important;
  border-radius: 4px 4px 0 0 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  word-wrap: break-word;
}

._modalButton_z7ziv_16 {
  background: #33cb98 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

._accordionDetails_z7ziv_22 {
  color: #ff4d4f;
}

._closeIcon_z7ziv_26 {
  position: absolute !important;
  right: 8px;
  top: 8px;
}
._widgetContainer_wun0l_1 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
._widgetContainer_wun0l_1 ._ctaContainer_wun0l_9 {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 16px;
}
._widgetContainer_wun0l_1 ._ctaContainer_wun0l_9 ._ctaImage_wun0l_15 {
  height: 100%;
  background-repeat: no-repeat;
}
._widgetContainer_wun0l_1 ._ctaContainer_wun0l_9 ._ctaContent_wun0l_19 {
  overflow: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  text-align: left;
}
._widgetContainer_wun0l_1 ._ctaContainer_wun0l_9 ._ctaContentTitle_wun0l_28 {
  font-weight: bold;
  line-height: 1;
}
._widgetContainer_wun0l_1 ._ctaContainer_wun0l_9 ._ctaContentDescription_wun0l_32 {
  text-align: left;
  line-height: 1;
}
._widgetContainer_wun0l_1 ._ctaContainer_wun0l_9 ._ctaContentButton_wun0l_36 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 4px;
}
._widgetContainer_wun0l_1 ._ctaFooter_wun0l_43 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 16px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
._widgetContainer_wun0l_1 ._ctaFooterTexts_wun0l_53 {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  line-height: 1;
}
._widgetContainer_wun0l_1 ._ctaFooterArrow_wun0l_63 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  ._widgetContainer_wun0l_1 ._ctaFooter_wun0l_43 {
    padding: 28px 8px;
  }
}._templateSettingsContainer_18f4p_1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._templateSettingsContainer_18f4p_1 ._header_18f4p_6 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 10px 0;
  position: sticky;
  top: 0;
  background-color: #f4f8fb;
  z-index: 2;
}
._templateSettingsContainer_18f4p_1 ._header_18f4p_6 ._parameters_18f4p_17 {
  color: #4e4099;
  font-size: 14px;
  font-weight: bold;
}
._templateSettingsContainer_18f4p_1 ._header_18f4p_6 ._actions_18f4p_22 {
  display: flex;
  gap: 5px;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 ._templateThumbnailContainer_18f4p_32 {
  position: relative;
  overflow-y: hidden;
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 ._templateThumbnailContainer_18f4p_32 ._templateThumbnailSelect_18f4p_41 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  position: absolute;
  bottom: -30px;
  overflow-y: clip;
  background-color: #4e4099;
  border: none;
  opacity: 0;
  font-size: 14px;
  color: white;
  transition: 100ms;
  cursor: pointer;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 ._templateThumbnailContainer_18f4p_32 ._templateThumbnail_18f4p_32 {
  width: 100px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 ._templateThumbnailContainer_18f4p_32 ._templateThumbnail_18f4p_32._btnAdd_18f4p_67 {
  font-size: 20px;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 ._selectedThumbnailContainer_18f4p_70 {
  opacity: 1;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 ._selectedThumbnailContainer_18f4p_70 ._templateThumbnailSelect_18f4p_41 {
  bottom: 0;
  opacity: 1;
}
._templateSettingsContainer_18f4p_1 ._body_18f4p_26 ._selectedThumbnailContainer_18f4p_70 ._templateThumbnailSelect_18f4p_41:hover {
  background-color: #413a6b;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 {
  width: 100%;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionItem_18f4p_83 {
  box-shadow: none !important;
  margin: 0 !important;
  border: none;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionItem_18f4p_83::before {
  display: none;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionItem_18f4p_83.Mui-expanded {
  margin: 0 !important;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionSummary_18f4p_94 {
  min-height: 40px !important;
  padding: 8px 16px !important;
  background-color: #eeecf5;
  color: #4e4099;
  font-weight: bold;
  font-size: 12px;
  flex-direction: row-reverse;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionSummary_18f4p_94 .MuiAccordionSummary-content {
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 8px !important;
  width: 100%;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionSummary_18f4p_94 .MuiAccordionSummary-expandIconWrapper {
  color: #4e4099;
  transform: rotate(0deg);
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionSummary_18f4p_94 .MuiAccordionSummary-expandIconWrapper.Mui-expanded {
  color: white;
  transform: rotate(90deg);
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionSummary_18f4p_94.Mui-expanded {
  min-height: 40px !important;
  background-color: #4e4099;
  color: white;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionIcon_18f4p_122 {
  font-size: 20px;
}
._templateSettingsContainer_18f4p_1 ._collapseBody_18f4p_80 ._muiAccordionDetails_18f4p_125 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 16px 30px !important;
}._fieldContainer_mivxg_1 {
  width: 100%;
}

._row_mivxg_5 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

._label_mivxg_12 {
  font-size: 14px;
  font-weight: 400;
  width: 120px;
  flex-shrink: 0;
  margin: 0;
  padding-top: 4px;
}

._actions_mivxg_21 {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

._input_mivxg_29 {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
}
._input_mivxg_29 .MuiInputBase-input {
  padding: 0 10px;
  height: 32px;
  font-size: 12px;
  box-sizing: border-box;
}
._input_mivxg_29:hover {
  border-color: #4e4099 !important;
}
._input_mivxg_29.Mui-focused {
  border-color: #4e4099 !important;
}

._translateButton_mivxg_51 {
  min-width: 32px !important;
  width: 32px;
  height: 28px;
  padding: 0 !important;
  margin-top: 2px !important;
  background-color: #eeecf5 !important;
}
._translateButton_mivxg_51:hover {
  background-color: #4e4099 !important;
}
._translateButton_mivxg_51 svg {
  position: relative;
  top: 2px;
}

._modalRoot_mivxg_67 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._modalContainer_mivxg_73 {
  width: 520px;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  outline: none;
}

._modalHeader_mivxg_82 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #d8d8d8;
}

._modalTitle_mivxg_90 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: left;
}

._modalClose_mivxg_97 {
  color: #d8d8d8;
}

._modalBody_mivxg_101 {
  max-height: 60vh;
  overflow: auto;
  padding: 24px;
}
._modalBody_mivxg_101::-webkit-scrollbar-track {
  background-color: #f4f8fb;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.0784313725) 1px 1px 3px 1px;
}
._modalBody_mivxg_101::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
._modalBody_mivxg_101::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 1100ms;
  background-color: #efe4ff;
}
._modalBody_mivxg_101:hover::-webkit-scrollbar-thumb {
  transition: 1100ms;
  background-color: rgb(224.6888888889, 203.85, 255);
}

._modalLangContainer_mivxg_125 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
._modalLangContainer_mivxg_125 span {
  font-size: 16px;
  font-weight: 500;
  width: 80px;
  text-align: left;
}

._modalInput_mivxg_140 {
  flex: 1;
  min-width: 0;
  height: 32px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
}
._modalInput_mivxg_140 .MuiInputBase-input {
  padding: 0 10px;
  height: 32px;
  font-size: 12px;
  box-sizing: border-box;
}
._modalInput_mivxg_140:hover {
  border-color: #4e4099;
}
._modalInput_mivxg_140.Mui-focused {
  border-color: #4e4099;
}._colorPickerContainer_761xx_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._colorPickerContainer_761xx_1 ._colorCircle_761xx_6 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
}
._colorPickerContainer_761xx_1 ._picker_761xx_12 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17 {
  background-color: #eeecf5;
  border: #eeecf5;
  color: #4e4099;
  cursor: pointer;
  max-width: 140px;
}
._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17:hover, ._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17:active, ._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17:focus-visible {
  background-color: #4e4099;
  border: 0 solid #4e4099;
  color: white;
}
._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17:hover svg, ._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17:active svg, ._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17:focus-visible svg {
  fill: white;
}
._colorPickerContainer_761xx_1 ._picker_761xx_12 ._colorPickerButton_761xx_17 span {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
._colorPickerContainer_761xx_1 ._picker_761xx_12 ._noLeftRadius_761xx_39 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
._colorPickerContainer_761xx_1 ._pickedColorContainer_761xx_43 {
  width: 4px;
  height: 36.5px;
}

._colorInput_761xx_48 .MuiOutlinedInput-root {
  border-radius: 4px !important;
  background-color: #fff;
  font-size: 14px;
}
._colorInput_761xx_48 .MuiOutlinedInput-input {
  padding: 8px;
}
._colorInput_761xx_48 .MuiOutlinedInput-notchedOutline {
  border-color: #d8d8d8;
}
._colorInput_761xx_48 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: #4e4099;
}
._colorInput_761xx_48 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #4e4099;
  border-width: 1px;
}
._colorInput_761xx_48 .MuiOutlinedInput-notchedOutline legend {
  float: unset;
  width: auto;
  overflow: hidden;
  padding: 0;
  line-height: 11px;
  -webkit-transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}._numericInputContainer_133q1_1 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

._controls_133q1_8 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

._numericInputGroup_133q1_15 {
  display: flex;
  align-items: center;
  width: 112px;
}

._numericInputUnit_133q1_21 {
  height: 32px;
  width: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  border-left: none;
  background-color: #f5f5f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

._label_133q1_35 {
  font-size: 14px;
  min-width: 120px;
  width: 120px;
}

._input_133q1_41 {
  flex: 1;
  min-width: 0;
  height: 32px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
}
._input_133q1_41 .MuiInputBase-input {
  text-align: center;
  padding: 0 10px;
  height: 32px;
  font-size: 12px;
  box-sizing: border-box;
}
._input_133q1_41:hover {
  border-color: #4e4099;
}
._input_133q1_41.Mui-focused {
  border-color: #4e4099;
}

._inputNoUnit_133q1_69 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

._button_133q1_74 {
  min-width: 32px !important;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  font-size: 12px;
}
._button_133q1_74:not(.Mui-disabled) {
  border-color: #d8d8d8;
  color: inherit;
}
._button_133q1_74:hover:not(.Mui-disabled) {
  border-color: #4e4099;
  color: #4e4099;
}._formItemCol_9ys06_1 {
  display: flex;
  flex-direction: column;
}
._formItemCol_9ys06_1 p {
  margin-bottom: 10px;
}

._iconColor_9ys06_9 {
  padding-left: 10px;
  margin-top: -20px;
}

._noUrlWarning_9ys06_14 {
  margin-top: -20px;
  font-size: 12px;
  color: orange;
  display: flex;
  justify-content: flex-end;
}
._noUrlWarning_9ys06_14 ._warningIcon_9ys06_21 {
  margin-right: 6px;
}

._redirectToHtmlWidget_9ys06_25 span {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  color: #4e4099;
}
._redirectToHtmlWidget_9ys06_25 span svg {
  position: relative;
  width: 12px;
  top: 2px;
  left: 6px;
  fill: transparent;
  stroke: #4e4099;
}

._selectField_9ys06_40 .MuiOutlinedInput-root {
  border-radius: 4px !important;
  background-color: #fff;
  font-size: 14px;
}
._selectField_9ys06_40 .MuiOutlinedInput-input {
  padding: 8px;
}
._selectField_9ys06_40 .MuiOutlinedInput-notchedOutline {
  border-color: #d8d8d8;
}
._selectField_9ys06_40 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: #4e4099;
}
._selectField_9ys06_40 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #4e4099;
  border-width: 1px;
}
._selectField_9ys06_40 .MuiOutlinedInput-notchedOutline legend {
  float: unset;
  width: auto;
  overflow: hidden;
  padding: 0;
  line-height: 11px;
  -webkit-transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
._selectField_9ys06_40 ._startAdornment_9ys06_67 {
  padding: 0 11px;
}

._label_9ys06_71 {
  margin-bottom: 5px;
  font-size: 14px;
}

._dragOverlay_9ys06_76 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4e4099;
  background-color: #eeecf5;
  border-radius: 4px;
  text-align: center;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
}
._dragOverlay_9ys06_76 ._title_9ys06_88 {
  display: flex;
}._muiSelectRow_183s6_1 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

._muiLabel_183s6_8 {
  font-size: 14px;
  font-weight: 400;
  width: 120px;
  flex-shrink: 0;
  margin: 0;
}

._muiControl_183s6_16 {
  flex: 1;
  min-width: 0;
}

._muiSelectInput_183s6_21 {
  width: 100%;
  height: 32px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
._muiSelectInput_183s6_21 .MuiSelect-select {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 32px 0 10px;
  font-size: 12px;
  box-sizing: border-box;
}
._muiSelectInput_183s6_21 .MuiSelect-icon {
  right: 7px;
}
._muiSelectInput_183s6_21:hover {
  border-color: #4e4099;
}
._muiSelectInput_183s6_21.Mui-focused {
  border-color: #4e4099;
}

.MuiMenuItem-root.Mui-selected {
  background-color: #eeecf5 !important;
}

.MuiMenuItem-root.Mui-selected:hover {
  background-color: #eeecf5 !important;
}._accordion_79mqm_1 {
  margin-bottom: 5px;
}

._summaryWrapper_79mqm_5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

._actions_79mqm_12 {
  display: flex;
  align-items: center;
  gap: 4px;
}
._actions_79mqm_12 .MuiIconButton-root {
  color: inherit;
}
._actions_79mqm_12 .MuiSvgIcon-root {
  color: inherit;
}

._summary_79mqm_5 {
  flex-direction: row-reverse !important;
  color: #4e4099 !important;
  background-color: #eeecf5 !important;
  font-weight: bold;
  font-size: 12px;
  border-radius: 0;
  align-items: center;
  min-height: 35px !important;
  transition: none !important;
}

._expanded_79mqm_36 {
  background-color: #4e4099 !important;
  color: #fff !important;
}

._title_79mqm_41 {
  font-size: 14px !important;
}

._details_79mqm_45 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._summary_79mqm_5 .MuiSvgIcon-root {
  color: inherit;
}

._summary_79mqm_5 .MuiAccordionSummary-expandIconWrapper {
  color: #4e4099;
}

._summary_79mqm_5 svg {
  transition: none !important;
  fill: currentColor !important;
}

._summary_79mqm_5 .MuiAccordionSummary-content {
  margin: 0 !important;
}._uploadFormItem_hzvkd_1 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
._uploadFormItem_hzvkd_1 ._formLabel_hzvkd_7 {
  min-width: 120px;
  font-size: 14px;
  font-weight: 400;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 ._label_hzvkd_18 {
  font-size: 14px;
  font-weight: bold;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 ._buttonContainer_hzvkd_22 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: flex-start;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 ._buttonContainer_hzvkd_22 ._hiddenInput_hzvkd_29 {
  display: none;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 ._buttonContainer_hzvkd_22 ._buttonDelete_hzvkd_32 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #70747d;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 ._buttonContainer_hzvkd_22 ._banner_hzvkd_41 {
  height: 48px;
  max-width: 150px;
  object-fit: contain;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 ._buttonContainer_hzvkd_22 ._displayImage_hzvkd_46 {
  display: flex;
  align-items: center;
  gap: 4px;
}
._uploadFormItem_hzvkd_1 ._uploadContainer_hzvkd_12 ._buttonContainer_hzvkd_22 ._displayImage_hzvkd_46 span {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
}
._uploadFormItem_hzvkd_1 ._upload_hzvkd_1 {
  background-color: #4e4099;
  color: white;
  text-transform: none;
  font-weight: 600;
  min-height: 36px;
  min-width: 92px;
  padding: 6px 16px;
}
._uploadFormItem_hzvkd_1 ._upload_hzvkd_1:hover {
  background-color: #4e4099;
}._switchContainer_1pvi8_1 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
}

._switch_1pvi8_1 .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track {
  background-color: #4e4099 !important;
  opacity: 1 !important;
}
._switch_1pvi8_1 .MuiSwitch-switchBase.Mui-checked {
  color: #fff !important;
}

._label_1pvi8_16 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  width: 130px;
}/* Popup */
._linkSetter_xzzwm_2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

._linkSetter_xzzwm_2 ._popConfirm_xzzwm_9 {
  position: absolute;
  width: 260px;
  height: 110px;
  background-color: white;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014,
    0 9px 28px 8px #0000000d;
  z-index: 2;
  top: -120px;
  left: 34px;
  padding: 12px 12px 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._linkSetter_xzzwm_2 ._popConfirm_xzzwm_9 ._title_xzzwm_25 {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 4px;
}

._linkSetter_xzzwm_2 ._popConfirm_xzzwm_9 ._actions_xzzwm_36 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 8px 0;
}

._linkSetter_xzzwm_2 ._popConfirm_xzzwm_9::after {
  content: '';
  width: 16px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background-color: white;
}

/* Input */
._muiInputWrapper_xzzwm_56 {
  .MuiOutlinedInput-root {
    border-radius: 4px !important;
    background-color: #fff;
    font-size: 14px;
  }

  .MuiOutlinedInput-input {
    padding: 8px;
  }

  .MuiOutlinedInput-notchedOutline {
    border-color: #d8d8d8;
  }

  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: #4e4099;
  }

  .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #4e4099;
    border-width: 1px;
  }

  .MuiOutlinedInput-notchedOutline legend {
    float: unset;
    width: auto;
    overflow: hidden;
    padding: 0;
    line-height: 11px;
    -webkit-transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  }

  ._startAdornment_xzzwm_90 {
    padding: 0 11px;
  }
}

/* Radio group */
._tabRadio_xzzwm_96 {
  margin: 0 !important;
  padding: 3px 16px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  border-right: none;
  width: 50%;
  justify-content: center;
}

._tabRadio_xzzwm_96:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

._tabRadio_xzzwm_96:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #d8d8d8;
}

._tabRadio_xzzwm_96:has(.Mui-checked) {
  background-color: #fff;
  border: 1px solid #4e4099;
  color: #4e4099;
  text-align: center;
}

._tabRadio_xzzwm_96 .MuiRadio-root {
  display: none;
}
._fieldContainer_9y3ru_1 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._label_9y3ru_7 {
  font-size: 14px;
  width: 120px;
  flex-shrink: 0;
}

._input_9y3ru_13 {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
}
._input_9y3ru_13 .MuiInputBase-input {
  padding: 0 10px;
  height: 32px;
  font-size: 12px;
  box-sizing: border-box;
}
._input_9y3ru_13:hover {
  border-color: #4e4099 !important;
}
._input_9y3ru_13.Mui-focused {
  border-color: #4e4099 !important;
}._footerTemplate_12b5w_1 {
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 35px;
  background: #4e4099;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
._footerTemplate_12b5w_1 ._platformName_12b5w_17 {
  display: flex;
  align-items: center;
}
._footerTemplate_12b5w_1 ._containerButton_12b5w_21 {
  display: flex;
  gap: 20px;
  margin: 0 10px;
}
._footerTemplate_12b5w_1 ._btnSave_12b5w_26 {
  background-color: #33cb98;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 5px;
  line-height: 1.5;
}
._footerTemplate_12b5w_1 ._borderedBtn_12b5w_34 {
  background: #fff;
  border: 1px solid #4e4099;
  color: #4e4099;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5;
}._title_1id8i_1 {
  color: var(--purple6);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-weight: 700;

  svg {
    path {
      fill: var(--purple6);
    }
  }
}

._description_1id8i_16 {
  ._strong_1id8i_17 {
    font-weight: 700;
  }
}

._cardAnalyse_1id8i_22 {
  ._panelHeader_1id8i_23 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 96%;

    ._top_1id8i_29 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 6px;

      ._panelTitle_1id8i_35 {
        font-weight: 700;
      }

      ._chipCategory_1id8i_39 {
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 20px;
        border: 1px solid var(--neutral5);
        background-color: var(--neutral2);
      }
    }

    ._bottom_1id8i_48 {
      font-weight: bold;
      display: flex;
      flex-wrap: nowrap;
      gap: 6px;
      align-items: center;
    }
  }

  .MuiAccordionSummary-expandIconWrapper {
    position: relative;
    top: -18px;
  }

  &._danger_1id8i_62 {
    border-left: 5px solid var(--danger);
    border-right: 1px solid var(--danger);

    ._top_1id8i_29 {
      border-bottom: 1px solid var(--red2);
    }

    ._bottom_1id8i_48 {
      color: var(--danger);
    }
  }

  &._info_1id8i_75 {
    border-left: 5px solid var(--info);
    border-right: 1px solid var(--info);

    ._top_1id8i_29 {
      border-bottom: 1px solid var(--greekblue2);
    }

    ._bottom_1id8i_48 {
      color: var(--info);
    }
  }

  &._warning_1id8i_88 {
    border-left: 5px solid var(--warning);
    border-right: 1px solid var(--warning);

    ._top_1id8i_29 {
      border-bottom: 1px solid var(--orange2);
    }

    ._bottom_1id8i_48 {
      color: var(--warning);
    }
  }

  &._success_1id8i_101 {
    border-left: 5px solid var(--success);
    border-right: 1px solid var(--success);

    ._top_1id8i_29 {
      border-bottom: 1px solid var(--green2);
    }

    ._bottom_1id8i_48 {
      color: var(--success);
    }
  }
}

._actionButton_1id8i_115 {
  background-color: var(--purple6);
  color: white;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 8px;
  width: fit-content;
  margin-top: 12px;
  cursor: pointer;
  transition: 300ms;

  &:hover {
    transition: 300ms;
    background-color: #621ec2;
  }

  ._logo_1id8i_135 {
    width: 12px;
    height: 12px;
  }
}
._kpiContainer_ga8st_1 {
  --lime7: #7cb305;
  --purple6: #722ed1;
  --purple2: #f1e0ff;
  --neutral9: #434343;
  --greekblue1: #f0f5ff;
  --greekblue2: #d6e4ff;
  --greekblue3: #adc6ff;
  --greekblue6: #597ef7;
  --characterTitle: #6b6f79;
  --neutral2: #fafafa;
  --neutral4: #f2f2f2;
  --neutral5: #d9d9d9;
  --red1: #fff1f0;
  --red2: #ffccc7;
  --danger: #ff5759;
  --orange1: #fff7e6;
  --orange2: #ffe7ba;
  --warning: #fa8c16;
  --blue1: #e6f7ff;
  --info: #1890ff;
  --green1: #effbf7;
  --green2: #d9f7be;
  --success: #33cb98;
  --border: #d8d8d8;
  width: 100%;
  background-color: #fff;
}

._kpiWrapper_ga8st_30 {
  padding: 16px 48px 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;

  ._kpiHeader_ga8st_36 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;

    ._kpiTitle_ga8st_42 {
      color: var(--lime7);
      font-size: 24px;
      font-weight: 500;
    }

    ._kpiSelector_ga8st_48 {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;

      ._muiSelectInput_ga8st_53 {
        width: 100px;
        height: 32px;
        border: 1px solid var(--border);
        border-radius: 4px;
        background-color: white;
        box-sizing: border-box;
        cursor: pointer;

        .MuiSelect-select {
          display: flex;
          align-items: center;
          height: 32px;
          padding: 0 32px 0 10px;
          font-size: 14px;
          box-sizing: border-box;
        }

        .MuiSelect-icon {
          right: 7px;
        }

        &:hover {
          border-color: var(--purple6);
        }

        &.Mui-focused {
          border-color: var(--purple6);
        }
      }

      ._legend_ga8st_84 {
        display: flex;
        gap: 16px;

        ._kpiLastDays_ga8st_88 {
          display: flex;
          gap: 4px;
          align-items: center;

          ._kpiLastDaysLight_ga8st_93 {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: var(--purple6);
          }
        }

        ._kpiPrevDays_ga8st_101 {
          display: flex;
          gap: 8px;
          align-items: center;

          ._kpiPrevDaysLight_ga8st_106 {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: var(--greekblue6);
          }
        }
      }
    }
  }

  ._kpiBody_ga8st_117 {
    display: grid;
    grid-template-columns: 3fr 3fr 2fr;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 24px;
    height: calc(100vh - 300px);
    overflow-y: auto;
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }

    ._kpiChartContainer_ga8st_131 {
      border: 1px solid var(--greekblue2);
      border-radius: 6px;
      padding: 12px;

      ._topFiveTitle_ga8st_136 {
        font-size: 14px;
        font-weight: 700;
        color: var(--neutral9);
      }

      &._item1_ga8st_142 {
        grid-column: 1;
        grid-row: 1;
      }

      &._item2_ga8st_147 {
        grid-column: 2;
        grid-row: 1;
      }

      &._item3_ga8st_152 {
        grid-column: 1;
        grid-row: 2;
        background-color: var(--greekblue1);
      }

      &._item4_ga8st_158 {
        grid-column: 2;
        grid-row: 2;
        background-color: var(--greekblue1);
      }

      &._item5_ga8st_164 {
        grid-column: 1;
        grid-row: 3;
        background-color: var(--greekblue1);
      }

      &._item6_ga8st_170 {
        grid-column: 2;
        grid-row: 3;
        background-color: var(--greekblue1);
      }

      &._item7_ga8st_176 {
        grid-column: 1;
        grid-row: 4;
      }

      &._item8_ga8st_181 {
        grid-column: 2;
        grid-row: 4;
      }

      &._item9_ga8st_186 {
        grid-column: 1;
        grid-row: 5;
      }

      &._item10_ga8st_191 {
        grid-column: 2;
        grid-row: 5;
        position: relative;
      }
    }

    ._kpiAiAssistant_ga8st_198 {
      grid-column: 3;
      grid-row: 1 / 6;
      border: 1px solid var(--greekblue2);
      border-radius: 6px;
      background: white;
      padding: 12px;
      display: flex;
      flex-direction: column;
      font-size: 14px;
      color: var(--neutral9);
      gap: 16px;
    }
  }
}

.recharts-cartesian-axis-tick {
  display: none;
}

/* CHARTS STYLES */
._dailyConnectionsChart_ga8st_219 {
  width: 100%;
  aspect-ratio: 1.618;
  max-width: 600px;
  max-height: 200px;
}

._topFiveChart_ga8st_226 {
  width: 100%;
  max-width: 700px;
  height: 300px;
  max-height: 70vh;
}

._periodChart_ga8st_233 {
  width: 100%;
  max-width: 700px;
  height: 200px;
  max-height: 70vh;
}

._customTooltip_ga8st_240 {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  &Label {
    color: black;
    margin-bottom: 6px;
    font-weight: 900;
  }

  &Key {
    margin: 2px 0;
  }
}

@media screen and (max-width: 700px) {
  ._kpiWrapper_ga8st_30 {
    padding: 16px 0;

    ._kpiBody_ga8st_117 {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;

      ._kpiChartContainer_ga8st_131 {
        &._item8_ga8st_181 {
          height: 300px;
        }
      }

      ._kpiAiAssistant_ga8st_198 {
        order: -1;
      }
    }
  }
}
._header_17upl_1 {
  display: flex;
  flex-direction: column;
  gap: 4px;

  ._top_17upl_6 {
    display: flex;
    align-items: center;
    justify-content: space-between;

    &._centered_17upl_11 {
      justify-content: center;
    }

    ._title_17upl_15 {
      color: var(--neutral9);
      font-weight: 700;
      font-size: 14px;
    }

    ._positiveChip_17upl_21 {
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 6px;
      border-radius: 8px;
      padding: 5px 12px;
      background-color: var(--green2);
      color: var(--success);

      svg {
        transform: scaleY(-1);

        path {
          fill: var(--success);
        }
      }
    }

    ._negativeChip_17upl_40 {
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 6px;
      border-radius: 8px;
      padding: 5px 12px;
      background-color: var(--red1);
      color: var(--danger);

      svg {
        path {
          fill: var(--danger);
        }
      }
    }
  }

  ._value_17upl_58 {
    color: var(--purple6);
    font-weight: 900;
    font-size: 36px;
    display: flex;
    justify-content: flex-start;

    &._centered_17upl_11 {
      justify-content: center;
    }
  }
}
._wrapper_vt3id_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("data:image/svg+xml,%3csvg%20width='1206'%20height='684'%20viewBox='0%200%201206%20684'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_1_65075)'%3e%3cpath%20d='M1098.53%20262.771C1119.78%20385.804%20915.148%20521.014%20641.477%20564.771C367.806%20608.528%20128.726%20544.263%20107.477%20421.23C86.2276%20298.198%20290.856%20162.988%20564.526%20119.23C838.197%2075.4731%201077.28%20139.738%201098.53%20262.771Z'%20fill='%23DDE6F8'/%3e%3cpath%20d='M566.877%20113.289C703.095%2091.9073%20830.835%2097.1286%20927.612%20123.143C1024.61%20149.215%201092.73%20196.892%201103.95%20261.835L1104.2%20263.358C1114.41%20327.877%201066.02%20393.65%20983.629%20448.088C900.777%20502.833%20781.644%20547.526%20645.562%20569.683L642.346%20570.202C504.923%20592.175%20375.931%20587.077%20278.392%20560.858C182.156%20534.99%20114.34%20487.853%20102.33%20423.686L102.058%20422.166C90.8305%20357.16%20139.339%20290.78%20222.375%20235.913C305.879%20180.737%20426.237%20135.772%20563.658%20113.8L566.877%20113.289Z'%20stroke='%238236FC'%20stroke-width='11'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_1_65075'%20x='0.945312'%20y='0.496094'%20width='1204.11'%20height='683.008'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='47'%20result='effect1_foregroundBlur_1_65075'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") no-repeat
    center;
  background-size: cover;

  ._title_vt3id_11 {
    color: var(--purple6);
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    top: 24px;
    left: 24px;
  }

  ._illustration_vt3id_20 {
    position: absolute;
    right: 0;
    margin-right: 25%;

    ._module_vt3id_25 {
      width: 54px;
      aspect-ratio: 1;
      border-radius: 50%;
      background-color: white;
      border: 3px solid var(--purple6);
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;

      svg {
        width: 20px;

        path {
          fill: var(--purple6);
        }
      }

      &::after {
        content: url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4852%2014.6243C18.2888%2014.6251%2018.0932%2014.649%2017.9024%2014.6954L15.3316%2010.2387C15.6688%209.88168%2015.894%209.43372%2015.9794%208.95014C16.0648%208.46657%2016.0067%207.96856%2015.8122%207.51766C15.6176%207.06677%2015.2953%206.68273%2014.8849%206.41301C14.4746%206.1433%2013.9942%205.99971%2013.5031%206C13.0121%206.00029%2012.5319%206.14444%2012.1218%206.41465C11.7118%206.68485%2011.3899%207.06926%2011.1959%207.52039C11.0019%207.97152%2010.9444%208.46959%2011.0304%208.95307C11.1163%209.43654%2011.3421%209.88424%2011.6797%2010.2408L9.10999%2014.6957C8.63203%2014.5792%208.13041%2014.6055%207.66725%2014.7713C7.20409%2014.9371%206.79973%2015.2351%206.50423%2015.6284C6.20874%2016.0217%206.03509%2016.4931%206.00478%2016.9841C5.97447%2017.4751%206.08884%2017.9642%206.33372%2018.3909C6.57861%2018.8175%206.94325%2019.163%207.38251%2019.3845C7.82176%2019.606%208.31633%2019.6938%208.80499%2019.637C9.29364%2019.5803%209.75492%2019.3814%2010.1317%2019.0651C10.5085%2018.7488%2010.7842%2018.329%2010.9248%2017.8575H16.0878C16.222%2018.3031%2016.4774%2018.7025%2016.8256%2019.0113C17.1737%2019.32%2017.6009%2019.5259%2018.0593%2019.6058C18.5177%2019.6858%2018.9893%2019.6368%2019.4214%2019.4642C19.8535%2019.2916%2020.2291%2019.0022%2020.5063%2018.6284C20.7835%2018.2547%2020.9512%2017.8112%2020.9909%2017.3476C21.0305%2016.8839%2020.9405%2016.4184%2020.7308%2016.003C20.5211%2015.5876%2020.2001%2015.2387%2019.8035%2014.9952C19.407%2014.7517%2018.9506%2014.6233%2018.4852%2014.6243ZM13.5063%207.43932C13.6592%207.43977%2013.8103%207.47279%2013.9495%207.53617C14.0886%207.59955%2014.2127%207.69184%2014.3135%207.8069C14.4142%207.92197%2014.4893%208.05717%2014.5337%208.2035C14.5781%208.34984%2014.5909%208.50396%2014.5711%208.6556C14.5513%208.80725%2014.4995%208.95295%2014.419%209.083C14.3386%209.21305%2014.2313%209.32448%2014.1045%209.40987C13.9776%209.49525%2013.834%209.55264%2013.6832%209.57821C13.5324%209.60379%2013.3779%209.59696%2013.23%209.55818C13.1369%209.53346%2013.0477%209.4956%2012.9653%209.44574C12.7603%209.3271%2012.6002%209.1441%2012.5098%208.92515C12.4195%208.70621%2012.4039%208.46356%2012.4656%208.23486C12.5272%208.00617%2012.6627%207.80423%2012.8508%207.66038C13.039%207.51654%2013.2694%207.43883%2013.5063%207.43932ZM12.9218%2010.9641C12.938%2010.9679%2012.9556%2010.9663%2012.972%2010.9699C13.3254%2011.0527%2013.6932%2011.0525%2014.0465%2010.9691C14.0608%2010.966%2014.0765%2010.9675%2014.0908%2010.9641L16.6581%2015.4144C16.6489%2015.4242%2016.6432%2015.4366%2016.6341%2015.4466C16.5101%2015.5799%2016.4009%2015.7262%2016.3084%2015.883L16.3079%2015.884C16.2194%2016.0404%2016.1479%2016.2057%2016.0945%2016.3772C16.0897%2016.3923%2016.0803%2016.4054%2016.0757%2016.4206H10.9368C10.9325%2016.4063%2010.9237%2016.394%2010.9192%2016.3798C10.8073%2016.0274%2010.6191%2015.7039%2010.368%2015.4325C10.3628%2015.427%2010.3596%2015.4199%2010.3544%2015.4144L12.9218%2010.9641ZM8.52731%2018.2168C8.24147%2018.2168%207.96734%2018.1032%207.76522%2017.9011C7.56311%2017.699%207.44956%2017.4249%207.44956%2017.1391C7.44956%2016.8532%207.56311%2016.5791%207.76522%2016.377C7.96734%2016.1749%208.24147%2016.0613%208.52731%2016.0613C8.71804%2016.0597%208.90543%2016.1114%209.06828%2016.2108C9.27328%2016.3294%209.43338%2016.5123%209.52373%2016.7313C9.61408%2016.9502%209.62964%2017.1928%209.56797%2017.4215C9.5063%2017.6501%209.37087%2017.852%209.1827%2017.9959C8.99453%2018.1397%208.76414%2018.2173%208.52731%2018.2168ZM18.4852%2018.2168C18.2474%2018.2173%2018.0162%2018.139%2017.8276%2017.9941C17.639%2017.8492%2017.5038%2017.6459%2017.4431%2017.416C17.3824%2017.1861%2017.3996%2016.9425%2017.4921%2016.7234C17.5845%2016.5043%2017.747%2016.3221%2017.9541%2016.2051C18.1144%2016.1089%2018.2983%2016.0591%2018.4852%2016.0613C18.7711%2016.0613%2019.0452%2016.1749%2019.2473%2016.377C19.4494%2016.5791%2019.563%2016.8532%2019.563%2017.1391C19.563%2017.4249%2019.4494%2017.699%2019.2473%2017.9011C19.0452%2018.1032%2018.7711%2018.2168%2018.4852%2018.2168Z'%20fill='white'/%3e%3c/svg%3e");
        position: absolute;
        background-color: var(--purple6);
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 2px solid white;
        left: 30px;
        top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 4px;
      }

      &._moduleOne_vt3id_60 {
        position: absolute;
        top: 140px;
        right: 220px;
      }

      &._moduleTwo_vt3id_66 {
        position: absolute;
        top: 100px;
        right: 50px;
      }

      &._moduleThree_vt3id_72 {
        position: absolute;
        top: 200px;
        right: 190px;
      }

      &._moduleFour_vt3id_78 {
        position: absolute;
        top: 60px;
        right: 110px;
      }
    }

    ._ps_vt3id_85 {
      width: 80px;
      aspect-ratio: 1;
      border-radius: 50%;
      background-color: var(--purple6);
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 120px;
      right: 120px;

      ._logo_vt3id_97 {
        width: 40px;
      }

      &::after {
        content: url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4852%2014.6243C18.2888%2014.6251%2018.0932%2014.649%2017.9024%2014.6954L15.3316%2010.2387C15.6688%209.88168%2015.894%209.43372%2015.9794%208.95014C16.0648%208.46657%2016.0067%207.96856%2015.8122%207.51766C15.6176%207.06677%2015.2953%206.68273%2014.8849%206.41301C14.4746%206.1433%2013.9942%205.99971%2013.5031%206C13.0121%206.00029%2012.5319%206.14444%2012.1218%206.41465C11.7118%206.68485%2011.3899%207.06926%2011.1959%207.52039C11.0019%207.97152%2010.9444%208.46959%2011.0304%208.95307C11.1163%209.43654%2011.3421%209.88424%2011.6797%2010.2408L9.10999%2014.6957C8.63203%2014.5792%208.13041%2014.6055%207.66725%2014.7713C7.20409%2014.9371%206.79973%2015.2351%206.50423%2015.6284C6.20874%2016.0217%206.03509%2016.4931%206.00478%2016.9841C5.97447%2017.4751%206.08884%2017.9642%206.33372%2018.3909C6.57861%2018.8175%206.94325%2019.163%207.38251%2019.3845C7.82176%2019.606%208.31633%2019.6938%208.80499%2019.637C9.29364%2019.5803%209.75492%2019.3814%2010.1317%2019.0651C10.5085%2018.7488%2010.7842%2018.329%2010.9248%2017.8575H16.0878C16.222%2018.3031%2016.4774%2018.7025%2016.8256%2019.0113C17.1737%2019.32%2017.6009%2019.5259%2018.0593%2019.6058C18.5177%2019.6858%2018.9893%2019.6368%2019.4214%2019.4642C19.8535%2019.2916%2020.2291%2019.0022%2020.5063%2018.6284C20.7835%2018.2547%2020.9512%2017.8112%2020.9909%2017.3476C21.0305%2016.8839%2020.9405%2016.4184%2020.7308%2016.003C20.5211%2015.5876%2020.2001%2015.2387%2019.8035%2014.9952C19.407%2014.7517%2018.9506%2014.6233%2018.4852%2014.6243ZM13.5063%207.43932C13.6592%207.43977%2013.8103%207.47279%2013.9495%207.53617C14.0886%207.59955%2014.2127%207.69184%2014.3135%207.8069C14.4142%207.92197%2014.4893%208.05717%2014.5337%208.2035C14.5781%208.34984%2014.5909%208.50396%2014.5711%208.6556C14.5513%208.80725%2014.4995%208.95295%2014.419%209.083C14.3386%209.21305%2014.2313%209.32448%2014.1045%209.40987C13.9776%209.49525%2013.834%209.55264%2013.6832%209.57821C13.5324%209.60379%2013.3779%209.59696%2013.23%209.55818C13.1369%209.53346%2013.0477%209.4956%2012.9653%209.44574C12.7603%209.3271%2012.6002%209.1441%2012.5098%208.92515C12.4195%208.70621%2012.4039%208.46356%2012.4656%208.23486C12.5272%208.00617%2012.6627%207.80423%2012.8508%207.66038C13.039%207.51654%2013.2694%207.43883%2013.5063%207.43932ZM12.9218%2010.9641C12.938%2010.9679%2012.9556%2010.9663%2012.972%2010.9699C13.3254%2011.0527%2013.6932%2011.0525%2014.0465%2010.9691C14.0608%2010.966%2014.0765%2010.9675%2014.0908%2010.9641L16.6581%2015.4144C16.6489%2015.4242%2016.6432%2015.4366%2016.6341%2015.4466C16.5101%2015.5799%2016.4009%2015.7262%2016.3084%2015.883L16.3079%2015.884C16.2194%2016.0404%2016.1479%2016.2057%2016.0945%2016.3772C16.0897%2016.3923%2016.0803%2016.4054%2016.0757%2016.4206H10.9368C10.9325%2016.4063%2010.9237%2016.394%2010.9192%2016.3798C10.8073%2016.0274%2010.6191%2015.7039%2010.368%2015.4325C10.3628%2015.427%2010.3596%2015.4199%2010.3544%2015.4144L12.9218%2010.9641ZM8.52731%2018.2168C8.24147%2018.2168%207.96734%2018.1032%207.76522%2017.9011C7.56311%2017.699%207.44956%2017.4249%207.44956%2017.1391C7.44956%2016.8532%207.56311%2016.5791%207.76522%2016.377C7.96734%2016.1749%208.24147%2016.0613%208.52731%2016.0613C8.71804%2016.0597%208.90543%2016.1114%209.06828%2016.2108C9.27328%2016.3294%209.43338%2016.5123%209.52373%2016.7313C9.61408%2016.9502%209.62964%2017.1928%209.56797%2017.4215C9.5063%2017.6501%209.37087%2017.852%209.1827%2017.9959C8.99453%2018.1397%208.76414%2018.2173%208.52731%2018.2168ZM18.4852%2018.2168C18.2474%2018.2173%2018.0162%2018.139%2017.8276%2017.9941C17.639%2017.8492%2017.5038%2017.6459%2017.4431%2017.416C17.3824%2017.1861%2017.3996%2016.9425%2017.4921%2016.7234C17.5845%2016.5043%2017.747%2016.3221%2017.9541%2016.2051C18.1144%2016.1089%2018.2983%2016.0591%2018.4852%2016.0613C18.7711%2016.0613%2019.0452%2016.1749%2019.2473%2016.377C19.4494%2016.5791%2019.563%2016.8532%2019.563%2017.1391C19.563%2017.4249%2019.4494%2017.699%2019.2473%2017.9011C19.0452%2018.1032%2018.7711%2018.2168%2018.4852%2018.2168Z'%20fill='white'/%3e%3c/svg%3e");
        position: absolute;
        background-color: var(--lime7);
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 2px solid white;
        right: -4px;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 4px;
      }
    }
  }

  ._button_vt3id_119 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-color: var(--lime7);
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;

    &:hover {
      transition: 300ms;
      background-color: #6e9d07;
    }
  }
}
._notAllowed_1akd0_1 {
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 30px;
  padding: 0 40px;
  z-index: -10;

  h1 {
    font-weight: 900;
  }
}
:root {
  --font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  --field-height: 32px;
  --palette-primary-main: #8c1af1;
  --palette-white: #fff;
  --palette-neutral-2: #fafafa;
  --palette-neutral-5: #d9d9d9;
  --palette-neutral-6: #d8d8d8;
  --palette-neutral-7: #9b9b9b;
  --palette-character-danger: #ff4d4f;
  --palette-primary-4: #eafaf4;
  --palette-primary-5: #64d8b1;
  --palette-primary-6: #33cb98;
  --palette-primary-7: #2bab80;
  --palette-dark-gray: #242323;
  --palette-light-gray: #f0f0f0;
  --palette-character-secondary-45: #00000073;
  --palette-character-primary-85: #000000d9;
  --palette-character-info: #1890ff;
  --palette-character-alert-info: #91d5ff;
  --palette-blue: #00b9e426;
  --palette-orange: #faad14;
  --palette-orange-1: #fff7e6;
  --palette-orange-3: #ffe58f;
  --palette-orange-6: #fa8c16;
  --palette-green-1: #f6ffed;
  --palette-green-2: #b7eb8f;
  --palette-green-3: #52c41a;
  --palette-green-4: #389e0d;
  --palette-red-1: #fff1f0;
  --palette-red-3: #ffa39e;
  --palette-red-6: #cf1322;
  --palette-red-7: #c20505;

  /* --- Table Style Variables --- */
  --palette-neutral-text: #595959;
  --table-header-bg: #d6e4ff;
  --table-header-accent: #adc6ff;
  --switch-thumb-unchecked: #bfbfbf;
  --switch-thumb-checked: #722ed1;
  --table-text-cell: #595959;
}
._container_1gr8i_1 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background-color: var(--palette-orange-1);
  border-bottom: 1px solid var(--palette-orange-3);
  color: var(--palette-character-primary-85);
}

._icon_1gr8i_11 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--palette-orange-6);
  color: var(--palette-white);
  font-weight: 700;
  font-size: 12px;
}

._message_1gr8i_25 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

._link_1gr8i_31 {
  color: var(--palette-primary-6);
  text-decoration: underline;
}
/* Overall DataGrid wrapper */
.MuiDataGrid-root {
  border-radius: 6px !important;
  overflow: hidden !important;

  /* Main border color for the whole grid */
  border-color: var(--table-header-bg) !important;
}

/* Column header row background */
._dataGrid_2af3z_11 .MuiDataGrid-columnHeader {
  background-color: var(--table-header-bg) !important;
}

/* Column title text styling */
._dataGrid_2af3z_11 .MuiDataGrid-columnHeaderTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: var(--palette-neutral-text);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Column separator icon (resize handle area) */
._dataGrid_2af3z_11 .MuiDataGrid-columnHeader .MuiDataGrid-columnSeparator {
  color: var(--table-header-accent) !important;
  opacity: 1 !important;
}

/* Make separator icon larger for better visibility */
._dataGrid_2af3z_11
  .MuiDataGrid-columnHeader
    .MuiDataGrid-columnSeparator
    .MuiSvgIcon-root {
  font-size: 2.5rem;
}

/* Hide checkbox header icon (select-all column header icon) */
._dataGrid_2af3z_11 .MuiDataGrid-columnHeaderCheckbox .MuiSvgIcon-root {
  display: none;
}

/* Filler area (prevents white gaps in header row) */
._dataGrid_2af3z_11 .MuiDataGrid-filler {
  background-color: var(--table-header-bg) !important;
}

/* Ensures header border matches theme */
._dataGrid_2af3z_11 .MuiDataGrid-withBorderColor {
  border-color: var(--table-header-bg) !important;
}

/* Base cell styling */
._dataGrid_2af3z_11 .MuiDataGrid-cell {
  position: relative;

  /* Match grid border color */
  border-color: var(--table-header-bg) !important;
}

/* Vertical divider between cells (custom separator line) */
._dataGrid_2af3z_11 .MuiDataGrid-cell::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;

  /* Divider color */
  background-color: var(--table-header-bg);
}

/* Remove divider from last column */
._dataGrid_2af3z_11 .MuiDataGrid-cell:nth-last-child(-n + 2)::after {
  content: none !important;
}

/* Remove divider for checkbox selection cells */
._dataGrid_2af3z_11 .MuiDataGrid-cellCheckbox::after {
  content: none !important;
}

/* Pagination navbar */
._dataGrid_2af3z_11 .MuiTablePagination-displayedRows {
  margin: 0;
}

/* UNCHECKED STATE - thumb color */
._customSwitch_2af3z_92 .MuiSwitch-thumb {
  background-color: var(--switch-thumb-unchecked) !important;
}

/* UNCHECKED STATE - track background */
._customSwitch_2af3z_92 .MuiSwitch-track {
  background-color: var(--palette-neutral-6) !important;
  opacity: 1 !important;
}

/* CHECKED STATE - thumb color */
._customSwitch_2af3z_92 .Mui-checked .MuiSwitch-thumb {
  background-color: var(--switch-thumb-checked) !important;
}

/* CHECKED STATE - track background */
._customSwitch_2af3z_92 .Mui-checked + .MuiSwitch-track {
  background-color: var(--palette-neutral-5) !important;
  opacity: 1 !important;
}

._customSwitch_2af3z_92 {
  width: 40px !important;
  height: 20px !important;
  padding: 0 !important;
}

._customSwitch_2af3z_92 .MuiSwitch-switchBase {
  padding: 2px;
  top: 50%;
  transform: translateY(-50%);
}

._customSwitch_2af3z_92 .MuiSwitch-switchBase.Mui-checked {
  transform: translate(22px, -50%);
}

._customSwitch_2af3z_92 .MuiSwitch-thumb {
  width: 16px;
  height: 16px;
}

._customSwitch_2af3z_92 .MuiSwitch-track {
  height: 10px;
  margin: auto 0;
  border-radius: 100px;
}

/* Styled paragraph/text inside grid cells */
._customParagraph_2af3z_141 {
  color: var(--table-text-cell);
  font-weight: 700;
  margin: 0;
}

._cellValue_2af3z_147 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

._actionCell_2af3z_154 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 100%;
}

._dateCell_2af3z_162 {
  background-color: var(--palette-primary-6) !important;
  color: #ffffff !important;
}
