.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loaderWrap {
  content: "";
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.block-datePicker .react-datepicker-wrapper,
.block-datePicker .react-datepicker__input-container {
  display: block !important;
}
.block-datePicker .react-datepicker__input-container input {
  display: block !important;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid grey !important;
}
.set-error-msg .uk-checkbox + span {
  position: absolute;
  top: 45px;
  width: 400px;
  left: 0;
}
.invite-container {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 10px;
}
