:root {
  --toastify-color-info: #4f74d1;
  --toastify-color-success: #66cc66;
  --toastify-color-warning: #ffb647;
  --toastify-color-error: #ff6666;
  --toastify-z-index: 10000;
  --toastify-font-family: 'Rubik,Helvetica,Arial,sans-serif';
  --toastify-toast-width: 400px;
}
/** Used to define container behavior: width, position: fixed etc... **/
.Toastify__toast-container {
  padding: 0;
}

/** Used to define the position of the ToastContainer **/
.Toastify__toast-container--top-left {
  top: 7.3em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 7.3em;
  margin-left: -160px;
  left: 50%;
}
.Toastify__toast-container--top-right {
  top: 7.3em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  margin-left: -160px;
  left: 50%;
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

/** Classes for the displayed toast **/
.Toastify__toast {
  padding: 0;
  min-height: 40px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.Toastify__toast-body {
  margin: 0;
  padding: 0;
  align-items: inherit;
}

/** Used to position the icon **/
.Toastify__toast-icon {
  display: none;
  padding: 0;
}

/** Classes for the close button. Better use your own closeButton **/
.Toastify__close-button {
  display: none;
}

@keyframes loading {
  0% {
    transform: translateX(-70px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(70px);
    opacity: 0;
  }
}

.dynamsoft-dialog-wrap,
dialog.dynamsoft-dwt-dialogProgress,
.dynamsoft-backdrop {
  /*display: none; can be used to disable native behaviours*/
}
#dwtcontrolContainer {
  display: none;
}

.tooltype__container {
  height: 100%;
  position: relative;
}
.tooltype__container:hover .tooltype__message {
  opacity: 1;
  transform: translateX(-50%);
}
.tooltype__container:hover .tooltype__arrow {
  opacity: 1;
  transform: translateX(-50%) translateY(-15px);
}

.tooltype__message {
  pointer-events: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #171a1c;
  padding: 0 8px;
  color: #fff;
  unicode-bidi: plaintext;
  opacity: 0;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-property: opacity, transform;
  will-change: opacity, transform;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}

.tooltype__arrow {
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-bottom: 7px solid #171a1c;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  opacity: 0;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-property: opacity, transform;
  will-change: opacity, transform;
  z-index: 11;
}

.tooltype__arrow_up {
  bottom: calc(100% + 6px);
  transform: translateX(-50%) translateY(5px);
  border: 7px solid transparent;
  border-top: 7px solid #171a1c;
  top: 9px;
}

.tooltype__message span {
  white-space: nowrap;
}
.tooltype__message.is-nowrap span {
  white-space: normal;
  text-align: center;
}

.tooltype__message_up {
  bottom: calc(100% + 6px);
  transform: translateX(-50%) translateY(20px);
  top: auto;
}

.DayPicker-Caption {
  display: inline-block;
  font-size: 22px;
  color: #333333;
  font-weight: 600;
}

@media all and (max-height: 670px) {
  .DayPicker-Caption > div {
    font-size: 16px;
  }
}

.DayPicker-NavBar {
  display: inline-block;
}

.DayPicker-Month {
  margin: 0;
}

.DayPicker-Month .DayPicker-Caption > div {
  font-weight: 600;
}

.DayPicker-Week {
  display: flex;
  align-items: center;
  margin: 4px 0;
}

.DayPicker-Day {
  padding: 0 13px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  flex: 0 0 36px;
  box-sizing: content-box;
  position: relative;
}

@media (max-height: 670px) {
  .DayPicker-Day {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    line-height: 24px;
    padding: 0 18px;
  }
}

.DayPicker-Day:hover:not(.DayPicker-Day--selected) {
  background-color: transparent !important;
}

.DayPicker-Day--today {
  color: #4f4f4f;
}

.DayPicker-Day--today::before {
  content: '';
}

.DayPicker-Day--selected {
  background-color: rgba(0, 92, 229, 0.2) !important;
  color: #4f4f4f !important;
  border-radius: 0 !important;
}

.DayPicker-Day--start,
.DayPicker-Day--end {
  background: transparent !important;
  color: #ffffff !important;
}

.DayPicker-Day--start::after,
.DayPicker-Day--end::after {
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 92, 229, 0.2);
  position: absolute;
  z-index: -1;
}

.DayPicker-Day--today::before,
.DayPicker-Day--start::before,
.DayPicker-Day--end::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-height: 670px) {
  .DayPicker-Day--today::before,
  .DayPicker-Day--start::before,
  .DayPicker-Day--end::before {
    width: 24px;
    height: 24px;
  }
}

.DayPicker-Day--today::before {
  background-color: #f7f9fc;
}

.DayPicker-Day--start::before,
.DayPicker-Day--end::before {
  background-color: #4f74d1;
}

.DayPicker-Day--start.DayPicker-Day--end::after {
  background-color: transparent;
}

.DayPicker-Day--start.DayPicker-Day--today::after {
  background-color: transparent;
}

/* ======= Weekdays ======== */

.DayPicker-Weekdays {
  display: block;
}

.DayPicker-WeekdaysRow {
  display: flex;
  justify-content: space-between;
}


/*# sourceMappingURL=app.0dbc5cc1.css.map*/