.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
/* Avatar */

.style-module__container--IcqJc {
    flex-shrink: 0;
    display: block;
    border-radius: 50%;
    background-color: #333443;
    background-image: url(/b8814a6298f9323d.svg);
    background-repeat: no-repeat;
    background-size: contain !important;
    overflow: hidden;
}

.style-module__container--IcqJc > img {
    display: block;
    background-color: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style-module__container--IcqJc > img[src=""], .style-module__container--IcqJc > img:not([src]) {
    display: none;
}

.style-module__container--IcqJc.style-module__pointer--QHONr {
    cursor: pointer;
}

/* Sizes */
.style-module__container--IcqJc.style-module__small--PQSFA {
    width: 24px;
    height: 24px;
}

.style-module__container--IcqJc.style-module__middle--AftIv {
    width: 40px;
    height: 40px;
}

.style-module__container--IcqJc.style-module__large--leVzY {
    width: 80px;
    height: 80px;
}

.style-module__container--IcqJc.style-module__beforegiant--QgDLK {
    width: 100px;
    height: 100px;
}

.style-module__container--IcqJc.style-module__giant--wxqMW {
    width: 180px;
    height: 180px;
}

.style-module__container--IcqJc.style-module___32x32--jL4wZ {
    width: 32px;
    height: 32px;
}

.style-module__imageHintContainer--nbijg {
    position: absolute;
    right: 25%;
    top: 0;
}

img.style-module__imageHintIcon--YEHdz {
    width: 16px !important;
    height: 16px !important;
    object-fit: cover !important;
    user-select: none !important;
}

.style-module__imageHintPopup--NFbQO {
    position: absolute;
    padding: 8px;
    border-radius: 8px;
    top: 0;
    left: 2em;
    background: #262732;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    z-index: 100;
    min-width: 10em;
    text-align: center;

    font-size: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
}

.style-module__imageHintContainer--nbijg:has(img.style-module__imageHintIcon--YEHdz:hover) .style-module__imageHintPopup--NFbQO {
    opacity: 1;
    pointer-events: all;
}

.style-module__imageBackgroundValid--hk2MY {
    background: white;
    border-radius: 50%;
}
:root {
    --ui-header-padding-vertical: 8px;
    --ui-header-base-height: 56px;
    --ui-header-height-calculated: calc(var(--ui-header-base-height) - calc(var(--ui-header-padding-vertical) * 2));
    --ui-main-grid-gap: 24px;
}

/* Header */
.style-module__container--qe4hA {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 32px rgb(0 0 0 / 12%);
    background-color: #2B2D39;
    padding: var(--ui-header-padding-vertical) 40px;
    min-width: 820px;
    height: var(--ui-header-height-calculated);
    gap: calc(var(--ui-main-grid-gap) + 32px);
}

.style-module__fullscreen-toggle-container--OxSSB {
    position: relative;
    background-color: #7F818D;
    background-size: 100px;
    -webkit-mask: url(/d3e2ba9c6d87800f.svg) no-repeat center;
    mask: url(/d3e2ba9c6d87800f.svg) no-repeat center;
    width: 18px;
    height: 18px;
    top: 6px;
}


.style-module__fullscreen-toggle-container--OxSSB.active {
    background-color: #4C88FE;
}

.style-module__fullscreen-toggle-container--OxSSB:hover {
    background-color: #6c9aff !important;
}
.style-module__fullscreen-toggle-container--OxSSB.style-module__active--hZM5v:hover {
    background-color: #6c9aff !important;
}


.style-module__container--qe4hA:has(.style-module__login--E0pNB) {
    padding-right: 0;
}

.style-module__burger-block--O3mYA {
    top: -4px;
    position: relative;
}

.style-module__logo-block--lnNaK {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.style-module__logo-block--lnNaK > .style-module__logo--Gyfny, .style-module__logo-block--lnNaK > .style-module__title--m6Lrs {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.style-module__logo-block--lnNaK > .style-module__logo--Gyfny {
    width: 25px;
    height: 26px;
    background-image: url(/d362bc43b1419aa5.svg);
}

.style-module__logo-block--lnNaK > .style-module__title--m6Lrs {
    width: 124px;
    height: 17px;
    background-image: url(/eb1c61efc9d59f76.svg);
}

.style-module__content-block--KIUnF {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.style-module__header-portal--shgKx {
    height: 100%;
}

.style-module__header-portal--shgKx > div {
    height: 100%;
}

.style-module__user-block--ayRYb, .style-module__login-block--nucTn {
    display: flex;
    flex-direction: row;
    gap: 24px;
    right: -40px;
    position: relative;
}

.style-module__login-block--nucTn > .style-module__login--E0pNB {
    display: block;
    background-color: #FD855A;
    border: 0;
    border-radius: 10px;
    padding: 12px 15px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
}

.style-module__login-block--nucTn > .style-module__whiteswan--nnhKl {
    display: block;
    position: relative;
    border-radius: 10px 0 0 10px;
    background-color: #FFFFFF;
    height: 100%;
    padding-right: 65px;
    cursor: pointer;
    white-space: nowrap;
}

.style-module__login-block--nucTn > .style-module__whiteswan--nnhKl > span {
    position: absolute;
    bottom: -20px;
    right: 10px;
    color: #7E7E80;
    font-size: 13px;
}

.style-module__login-block--nucTn > .style-module__whiteswan--nnhKl::before, .style-module__login-block--nucTn > .style-module__whiteswan--nnhKl::after {
    content: "";
    display: inline-block;
    height: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    box-sizing: border-box;
}

.style-module__login-block--nucTn > .style-module__whiteswan--nnhKl::before {
    mask-image: url(/e528dfa211e55b2b.svg);
    background-color: #000000;
    width: 170px;
}

.style-module__login-block--nucTn > .style-module__whiteswan--nnhKl::after {
    mask-image: url(/efb7a5fbeadf04eb.svg);
    background-color: #FD855A;
    width: 25px;
}

@media screen and (max-width: 970px) {
    /*.burger-block {*/
    /*	display: unset;*/
    /*}*/
    /*.container:has(.login) > .burger-block {*/
    /*	display: none;*/
    /*}*/
}

@media screen and (max-width: 600px) {
    .style-module__container--qe4hA {
        padding: 25px 10px;
    }

    .style-module__login-block--nucTn > .style-module__whiteswan--nnhKl {
        padding-right: 5px;
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

#app.hide-overflow {
    overflow-y: auto;
}

#modal {
    width: 100%;
    position: fixed;
    animation-name: fadeOutOpacity;
    animation-duration: 0.4s;
    top: 0;
}

#modal.visible {
    z-index: 1000;
    animation-name: fadeInOpacity;
    animation-duration: 0.4s;
    /*height: 999999px;!*чтобы при ресайзе страницы overlay закрыл всю область*!*/
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#modal > div {
    width: 100%;
    height: 100%;
}

.react-tabs__tab-list {
    margin: 0;
}

#notify > div {
    box-sizing: border-box;
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 1500;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 90vh;
    max-height: 90vh;
    pointer-events: none;
}

#app {
    /*overflow-y: hidden;*/
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variant-numeric: proportional-nums;
    background-color: #262732;
}

a {
    /*transition: .3s color;*/
    text-decoration: none;
}

input {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}


.my-masonry-grid {
    display: flex;
    width: auto;
}

.my-masonry-grid_column {
    background-clip: padding-box;
    width: 395px;
    min-width: 395px;
    margin: 5px;
}

/* Style your items */
.my-masonry-grid_column > div { /* change div to reference your elements you put in <Masonry> */
    /*background: grey;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

::-webkit-scrollbar {
    width: 4px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #333443;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #454650;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #454650;
}

rect:hover{
    opacity: 0.8;
}

#chartactiveslegend {
    flex: 1 1;
    min-height: 500px;
    overflow-x: hidden;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
}

#chartactiveslegend::-webkit-scrollbar{
    width: 4px;
}

#chartactiveslegend::-webkit-scrollbar-track{
    background: #F5F5F5;
}

#chartactiveslegend::-webkit-scrollbar-thumb{
    background: #D2D1D1;
}

#chartactiveslegend::-webkit-scrollbar-thumb:hover{
    background: #D2D1D1;
}

#chartactiveslegend .legend-item{
    margin: 0 0 5px 0;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    padding: 2px;
    align-items: center;
    display: flex;
    min-height: 44px;
}
#chartactiveslegend .legend-item:hover{
    background-color: rgba(255,255,255,0.5);
}

#chartactiveslegend .legend-item .legend-value{
    margin-left: 22px;
    display: inline-block;
    flex-basis: 120px;
    text-align: right;
    margin-right: 10px;
}

#chartactiveslegend .legend-item .legend-checkbox{
    display: inline-block;
    flex-basis: 20px;
    margin-right: 10px;
}


#chartactiveslegend .legend-item .legend-category{
    display: inline-block;
    flex: 1;
}
#chartactiveslegend .legend-item .legend-percent{
    color: #7F818D;
    display: inline-block;
    flex-basis: 80px;
}

#chartactiveslegend .legend-item .legend-marker{
    display: inline-block;
    flex-basis: 8px;
    height: 8px;
    margin-right: 10px;
    margin-left: 6px;
    border-radius: 15px;
}
#chartactiveslegend .legend-item .legend-text{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-left: 6px;
    border-radius: 15px;
}

#chartactiveslegend .legend-item.disabled .legend-marker{
    opacity: 0.5;
    background: #ddd;
    display: inline-block;
}
.popup-content {
    margin: auto;
    width: 50%;
}

.popup-content label{
    font-size: 14px;
}

[role=tooltip].popup-content {
    width: max-content;
    background: transparent;
    box-shadow: 0 5px 32px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.popup-overlay {
    background: rgba(0, 0, 0, .5)
}

[data-popup=tooltip].popup-overlay {
    background: transparent
}

.popup-arrow {
    -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));
    filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));
    color: #fff;
    stroke-width: 2px;
    stroke: #d7d7d7;
    stroke-dasharray: 30px;
    stroke-dashoffset: -54px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
#modal {
    position: relative;
}

.no-data {

    line-height: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #6F7080;
    text-align: left;
    padding: 7px;
    margin-left: 10px;
}

.no-data.sm {
    padding: 0;
}

.no-data.xs {
    padding: 0;
    font-size: 12px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "pnum";
    font-variant-numeric: proportional-nums;
}

.block-container {
    flex-basis: 100%;
    min-width: 1520px;
    background: #2B2D39;
    padding: 20px;
    color: #E9E9EA;
    border-radius: 16px;
    margin-bottom: 16px;
    max-height: 744px;
}



#webpack-dev-server-client-overlay {

}

div[class^="style_modal"]::-webkit-scrollbar {
    margin: 100px;
}

div[class^="style_modal"]
div[class^="style_content"] {
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
}

.flatpickr-month,
.flatpickr-month * {
    background: transparent !important;
    -webkit-appearance: none !important;
}

.flatpickr-prev-month:hover svg{fill:#fff}
.flatpickr-next-month:hover svg{fill:#fff}

#app {
    display: flex;
    flex-direction: column;
    background-color: #262732;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 300;
    transition: transform 0.4s;
}

.preloader {
    background-color: #262732;
}

.preloader::before {
    background-color: #2B2D39;
}


.select-input {
    width: 100% !important;
    overflow: hidden;
    position: relative;
    display: block;
    height: 50px;
}

.select-input > div {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
}

.select-input.select-open {
    z-index: 999;
    overflow: visible;
}

.sort-select-container #sort {
    line-height: 42px !important;
    padding: 0px 17px !important;
    height: 38px;
}

.sort-select-container > .style2 {
    height: 40px;
}

.sort-select-container > .style2 > .select > .select {
    top: 35px;
    position: absolute;
}

.service-files-modal-header {
    padding: 0 20px;
}

/* Old */
.white-block {
    background: #fff;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;

    box-shadow: 0 2px 4px rgb(0 0 0 / 9%);
    border-radius: 12px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 5px 20px 25px 20px;
    overflow: visible;
    min-height: 140px;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
}

.content-block {
    text-align: center;
}

.image-block {
    text-align: center;
    padding: 30px 0 26px 0;
}

.h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.ttlc {
    text-transform: lowercase;
}

.tac {
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

.tal {
    text-align: left;
    justify-content: start;
}

.dib {
    display: inline-block !important;
}

.cwhite {
    color: white !important;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.hUnderline:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c1c1ff;
}

.sort-arrow-down,
.sort-arrow-up {
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
    color: #7aa8ff;
    line-height: 0;
}

.sort-arrow-down {
    display: inline-block;
}

.sort-arrow-up {
    display: inline-block;
}

/* CalendarPage */
.fc {
    height: 100%;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
    display: none;
}

.fc .fc-multimonth-singlecol .fc-multimonth-daygrid-table {
    height: 100% !important;
}

.fc-multimonth-daygrid-table:has(.card-events__none) .custom__rounds-container {
    opacity: .2;
}

/*fc-more-link*/

.fc-multimonth-daygrid-table:has(.card-events__none) .fc-more-link {
    pointer-events: none;
}

/* Многомесячный вид календаря */
.fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
    border-color: transparent !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    justify-content: space-between !important;
    grid-gap: 25px 75px !important;
    padding: 12px;
    height: 100% !important;
    overflow: visible !important;
}

@media screen and (max-width: 1660px) {
    .fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
        grid-template-columns: repeat(auto-fill, 30%) !important;
        grid-gap: 20px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
}

@media screen and (max-width: 1800px) {
    #main-grid:has(> .open) .fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
        grid-template-columns: repeat(auto-fill, 45%) !important;
    }
}

@media screen and (max-width: 1280px) {
    #main-grid:has(> .open) .fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
        grid-template-columns: repeat(auto-fill, 45%) !important;
        grid-gap: 5vw !important;
    }
}

@media screen and (max-width: 1024px) {
    .fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 5vw !important;
    }
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #454650 !important;
}

.fc-theme-standard th {
    background-color: #333443;

}

.fc-multimonth-header {
    background-color: #2B2D39 !important;
}

.fc-multimonth-title {
    color: #fff !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: none !important;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth::after {
    background: #2B2D39;
    border-radius: 0 0 16px 16px;
    content: '';
    display: block;
    position: absolute;
    left: -11px;
    bottom: 0;
    height: 60%;
    width: calc(100% + 22px);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-multimonth-title {
    padding: 0;
    padding-left: 4px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-daygrid-day-frame {
    text-align: center;
    margin: 0;
    width: 100%;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-daygrid-day-top {
    justify-content: center;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-day {
    border-color: transparent !important;
    text-align: center !important;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-col-header-cell {
    background: none;
    text-transform: lowercase;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-col-header-cell span {
    color: white !important;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-multimonth-month {
}

/* Дополнительные стили для месяцев */
.fc .fc-multiMonthYear-view .fc-multimonth-month {
    columns: fill-available;
    justify-content: center;
}

/* Кнопки навигации */
.fc .fc-next-button,
.fc .fc-prev-button {
    padding: 0 !important;
    width: 10px !important;
    display: block !important;
    min-width: 25px;
}

.fc .fc-button .fc-icon {
    border-radius: 100px;
    background: #333443;
    position: relative;
}

.fc .fc-button .fc-icon::before {
    position: absolute;
    left: 0;
}

/* Стили для вида "год" */
.container .view-type-year .fc .fc-daygrid-day-bottom {
    width: 20px !important;
    background: #17181b !important;
    position: relative;
    z-index: 9;
    padding: 0;
    text-align: center;
    border-radius: 4px;
}

#grid-container .view-type-year {
    padding: 12px !important;
}

/* Popover и "нет данных" */
.fc .fc-popover-title {
    width: 100%;
    font-size: 12px;
    padding-left: 6px;
    color: white;
}

.fc .fc-popover-close {
    color: white;
}

.fc .no-data {
    color: #333 !important;
}

.fc-multimonth-daygrid-table tbody[role="rowgroup"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fc .fc-multimonth-compact .fc-col-header-cell-cushion {
    padding: 0;
}

.fc-media-screen .fc-multimonth-singlecol .fc-multimonth-header {
    padding-bottom: 10px;
}

.fc .fc-multimonth-compact .fc-multimonth-header-table thead[role="rowgroup"] tr[role="row"],
.fc-multimonth-daygrid-table tbody[role="rowgroup"] tr[role="row"] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
}

.fc-multimonth-daygrid-table tbody[role="rowgroup"] tr[role="row"] .fc-daygrid-day-frame,
.fc-multimonth-daygrid-table tbody[role="rowgroup"] tr[role="row"] .fc-daygrid-day-frame .fc-daygrid-day-number {
    font-size: 14px;
}

.fc-multimonth-daygrid-table .fc-col-header-cell-cushion {
    text-align: left;
}

/* Важно! Здесь поправляется стоковое поведение календаря, поправляется для адаптивности, просьба не трогать без нужды */
.fc-media-screen .fc-multimonth-singlecol .fc-multimonth-header {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    margin-bottom: 0 !important;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-multimonth-month {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    justify-content: start;
}

.fc .fc-multimonth-compact .fc-multimonth-daygrid-table {
    height: 100% !important;
}

.fc .fc-multimonth-singlecol .fc-multimonth-daygrid {
    margin-top: unset !important;
}

/* Media query для больших экранов */
@media only screen and (min-width: 1600px) {
    .fc .fc-multimonth-compact .fc-multimonth-daygrid-table {
        height: 85% !important;
    }

    .fc .fc-multimonth-compact .fc-multimonth-daygrid-table,
    .fc .fc-multimonth-singlecol .fc-multimonth-daygrid,
    .fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
        height: 95% !important;
    }

    .fc .fc-multimonth-singlecol .fc-multimonth-daygrid {
        height: 100% !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1900px) {
    .fc .fc-multiMonthYear-view.fc-view.fc-multimonth {
        height: 100% !important;
    }
}

/* Прочие виды */
.fc .fc-view-harness {
    height: auto !important;
}

.fc-multimonth-daygrid .fc-daygrid-more-link.fc-more-link {
    overflow: visible;
    width: 100%;

    padding: 0;
    height: 2em;
    opacity: 0;
}

.custom__rounds-container {
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.custom__round-external {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.fc-daygrid-more-link.fc-more-link {
    font-size: 12px;
    width: 100%;
    color: #4C89FE !important;
}

.fc-daygrid-more-link.fc-more-link:hover {
    text-decoration: underline;
    background-color: transparent !important;
}

/* .fc .fc-dayGridMonth-view .event-content {
  min-height: 45px!important;
} */

.fc .fc-daygrid-day.fc-day-today {
    background: none;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end {
    margin: 1px !important;
    height: 100%;
}

.fc .fc-daygrid-event-harness {
    height: 100%;
}

/* Объединённые стили для .fc-daygrid-day-events */
.fc-daygrid-day-events,
.fc .fc-daygrid-day-events {
    margin: 0 !important;
    min-height: 2em;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fc-daygrid-dot-event {
    padding: 0 !important;
}

.fc-v-event {
    background-color: transparent;
}

/* Заголовки столбцов */
.fc-col-header-cell {
    border: none !important;
    background-color: #333443;
}

.fc-col-header-cell.fc-day-today {
    background-color: #333F5F !important;
}

/* Цвета для ячеек */
.fc .fc-timegrid-col.fc-day-today,
.fc .fc-multimonth-daygrid {
    background-color: #2B2D39 !important;
}

.fc-timegrid-slot-label {
    background-color: #333443;
}

/* Скроллеры */
.fc-scroller-harness .fc-scroller {
    overflow-y: hidden !important;
}

.fc-scroller-harness-liquid .fc-scroller {
    overflow-y: scroll !important;
}

.fc-scroller-harness-liquid .fc-scroller::-webkit-scrollbar {
    width: 0;
}

.fc .fc-daygrid-day-number {
    font-size: 0.7em;
    cursor: pointer;
    color: #fff !important;
}

/* Заголовки и кнопки в многостраничном виде */
.fc .fc-multimonth-header {
    background-color: #2B2D39;
}

.fc .fc-multimonth-multicol .fc-daygrid-more-link {
    background-color: #2B2D39;
    font-size: 0.7em;
}

/* Стили для временной сетки */
.fc-timegrid-col {
    border: 1px solid #454650 !important;
}

.fc-scrollgrid-section-header > th {
    border: none !important;
}

.fc-timegrid-event {
    border: none !important;
    box-shadow: none !important;
}

.fc-timegrid-col:nth-child(n+1) .fc-timegrid-col-frame {
    z-index: calc(8 - n) !important;
}

.fc-toolbar-chunk {
    text-align: center;
}

.fc-timegrid-event .fc-event-main {
    padding: 0 !important;
    min-height: 38px;
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0.5%;
}

.fc-toolbar-chunk button {
    margin: 0 !important;
    min-width: 100px;
}

/* Отключённые дни */
.fc-day-disabled {
    background: #2A2D39 !important;
}

/* Popover */
.fc-theme-standard .fc-popover .fc-popover-header {
    background: #242734;
}

.fc-theme-standard .fc-popover {
    background: #2A2D39;
    border: 1px solid #1f212d;
    z-index: 33;
    width: max-content;
}

/* Кнопки */
.fc-button-primary:focus {
    box-shadow: none !important;
}

.fc-timegrid-slot-lane {
    height: 38px !important;
}

.fc-event > div {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.fc-more-popover .fc-event .event-content div.event-text {
    max-width: 25em;
    min-width: 15em;
}

.fc-h-event {
    background-color: transparent;
    border: none;
}

.fc-button-primary {
    color: #4C89FE !important;
    background: #2B2D39 !important;
    border: none !important;
    outline: none !important;
    font-size: 16px !important;
}

.fc-button-active {
    background: #4378FF !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 5px 15px !important;
    margin: 0 15px 0 10px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    white-space: nowrap !important;
    line-height: 28px !important;
    height: 48px !important;
}

.fc-toolbar-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    margin-left: 0 !important;
    margin-top: 5px !important;
    left: -7px;
}

.flatpickr-calendar {
    background: #2B2D39;
}

.flatpickr-current-month {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgb(60, 108, 230);
    border-top-color: rgb(60, 108, 230);
}

.numInputWrapper span.arrowUp,
.numInputWrapper span.arrowDown {
    border: 1px solid transparent;
}

.flatpickr-calendar * {
    color: #fff !important;
}

.flatpickr-time input {
    color: #fff !important;
}

.flatpickr-time input:hover {
    background: #2B2D39 !important;
}

.flatpickr-monthDropdown-months option {
    background: #2B2D39 !important;
}

.flatpickr-time input:focus {
    background: #2B2D39 !important;
}

.flatpickr-months * {
    color: #4C89FE !important;
}

.flatpickr-next-month *,
.flatpickr-prev-month * {
    fill: #4C89FE !important;
}

.flatpickr-next-month,
.flatpickr-prev-month {
    fill: #4C89FE !important;
    background: #333443;
    border-radius: 100px;
    /*height: auto !important;*/
    padding: 5px 10px !important;

    position: relative !important;
    width: 10px !important;
    height: 20px !important;
}

.flatpickr-prev-month svg {
    top: 8px !important;
    position: absolute !important;
    left: 7px !important;
}

.flatpickr-next-month {
    right: 5px !important;
}

.flatpickr-prev-month {
    left: 5px !important;
}

.flatpickr-calendar {
    box-shadow: none;
    font-size: 14px;
}

.flatpickr-calendar * {
    color: white;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    display: none;
}

.flatpickr-day {
    border-color: transparent;
    margin-top: 0 !important;
}

.flatpickr-day:hover {
    border-color: transparent !important;
    color: #4C89FE !important;
}

.flatpickr-day:not(.startRange):hover,
.flatpickr-day:not(.endRange):hover,
.flatpickr-day:not(.inRange):hover {
    background-color: #323F60 !important;
    border-radius: 4px;
}

.flatpickr-calendar .today {
    color: #4C89FE;
    border: none;
}

.flatpickr-calendar .selected.startRange,
.flatpickr-calendar .selected.endRange,
.flatpickr-calendar .selected.inRange {
    color: #fff !important;
}

.flatpickr-calendar .inRange.today,
.flatpickr-calendar .inRange {
    background: #323F60;
    box-shadow: -5px 0 0 #323F60, 5px 0 0 #323F60;
    border: none;
}

.flatpickr-calendar .prevMonthDay,
.flatpickr-calendar .nextMonthDay {
    color: #6F7080;
}

.flatpickr-calendar .prevMonthDay.inRange,
.flatpickr-calendar .nextMonthDay.inRange {
    background: #323F60;
    box-shadow: -5px 0 0 #323F60, 5px 0 0 #323F60 !important;
    border: none;
}

.flatpickr-calendar .startRange {
    border-radius: 4px 0 0 4px !important;
    background: #323F60 !important;
    border: none;
}

.flatpickr-calendar .endRange {
    border-radius: 0 4px 4px 0 !important;
    background: #323F60 !important;
    box-shadow: -5px 0 0 #323F60, 5px 0 0 #323F60 !important;
    border: none;
}

.flatpickr-calendar .flatpickr-weekday {
    padding: 0;
    width: auto;
}

/* Block */

.style-module__container--JFUSt {
	background-color: #2B2D39;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
}

.style-module__container--JFUSt.style-module__expandPadding--KVt5C {
	padding: 20px;
}

.style-module__container--JFUSt.style-module__row--arljf {
	flex-direction: row;
}

.style-module__container--JFUSt.style-module__column--rrDyk {
	flex-direction: column;
}

/* EventContent */

.style-module__container--UrJ_q {
    display: flex;
    margin-left: 6px;
    align-items: center;
}

.style-module__text--JV6nv {
    font-size: 10px;
    font-weight: 400;
    margin-left: 6px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style-module__time-text--Y4LpV {
    font-size: 10px;
    font-weight: 600;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style-module__event-container--sISx0 {
    position: relative;
    z-index: 9999;
}

.style-module__late--D1OuZ {
    background: url(/c299c82fe4f9016c.svg);
}

.style-module__done--lAh7u {
    background: url(/a4a546f67a6e9b0c.svg);
}

.style-module__status-icon--GeUDE {
    margin-right: 10px;
    filter: invert(1);
    width: 12px;
    height: 12px;
}
/* SlotLabelContent */

.style-module__container--nKrf8 {
	color: #6F7080;
	font-size: 12px;
}
/* Chat */

.style-module__container--sq0FJ {
    display: flex;
}

.style-module__contacts--SfPho {
    display: flex;
    max-width: 50%;
    width: calc(50% - 5px);
}

.style-module__chat-empty--aOaSV,
.style-module__chat--lo_gq {
    flex: 0.7;
    display: flex;
    flex-direction: column;
}

.style-module__empty-container--TBvK2 {
    flex: 1 1;
    width: 100%;
    min-height: 200px;

}

.style-module__empty--wZKN8 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F7080;
    padding: 25px 0 0 0;
    line-height: 18px;
    font-weight: 400;
    font-size: 16px;

}

.style-module__line--rW4YF {}
.style-module__search-icon-container--UWK31 {
    position: relative;
    height: 35px;
    margin-left: 10px;
}

.style-module__search--Xe_tT {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 23px;
    top: -35px;
}

.style-module__search--Xe_tT .style-module__active--rfOs_ {
    /*top: -80px;*/
}

.style-module__main-container--CYiwv {
    position: relative;
    width: 100%;
}

.style-module__header--XrW1r {
    position: relative;
    width: 100%;
    background: #2B2D39;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
}

.style-module__contact-info-container--V3eV3 {
}

.style-module__contact-info-container--V3eV3 .style-module__contact-info-container-wrapper--UnPta {
    position: relative;
    border-radius: 4px;
    height: auto;
    padding: 6px 4px 0px 0;
    width: 60px;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV {
    display: inline-block;
    width: 20px;
    margin-left: 5px;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV.style-module__last--Z6IUO {
    margin-left: 10px;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV .style-module__info-content--Q30e0 {
    border-radius: 4px;
    box-shadow: 0px 0px 4px #0000004f;
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    display: none;
    width: max-content;
    padding: 6px 15px;
    background: #2A2D39;
    color: #fff;
    left: -50%;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV .style-module__info-content--Q30e0 a {
    color: #fff;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV .style-module__info-content--Q30e0 a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c1c1ff;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV:hover > .style-module__info-content--Q30e0 {
    display: inline-block;
    z-index: 2;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV .style-module__info-icon--ki85J {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #87878724;
    border-radius: 100px;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV .style-module__info-icon--ki85J.style-module__phone--k6VbU {
    background-image: url(/90cf9704b130e88a.svg);
    background-position: 50% 50%;
    background-size: 15px 15px;
}

.style-module__contact-info-container--V3eV3 .style-module__item--N0cXV .style-module__info-icon--ki85J.style-module__email--RTRAq {
    position: relative;
    z-index: 1;
    background-image: url(/631ca637612ee3c3.svg);
    background-position: 50% 50%;
    background-size: 17px 17px;
}


.style-module__scroll-contacts--mcNU9 {
    height: 90%;
    overflow-y: auto;
    width: 100%;
    top: 70px;
    left: 0;
}

.style-module__search--Xe_tT::after {
    content: "";
    display: block;
    mask-image: url(/96e69be734c243ea.svg);
    width: 100%;
    height: 100%;
    background-color: #4378FF;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Contacts */

.style-module__container--ZDN8Y {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100% - 42px);
    padding: 0 0 0 0;
    border-right: 1px solid #3a3b47;
}

.style-module__searchIsOpen--HZGHK .style-module__container--ZDN8Y {
    height: calc(100% - 42px);
    padding: 0 0 0 0;
    /*overflow: visible;*/
}

.style-module__empty--ajTja {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #414250;
    font-size: 20px;
}

.chat_search-contact-container .search-container {
    top: 3px !important;
}

.chat_search-contact-container input {
    width: 180px !important;
    height: 10px !important;
    font-size: 14px;
}

.style-module__container--ZDN8Y:has(.style-module__contact--plD9n) {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.style-module__container--ZDN8Y > .style-module__contact--plD9n {
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    cursor: pointer;
    padding: 10px;
    transition: background-color 0.3s;
    width: calc(100% - 40px) !important;
    position: relative;
    gap: 10px;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n:not(:last-child):after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #3A3B47;
    bottom: -11px;
    left: 0;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n:hover {
    background-color: #87A0F94D;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n.style-module__active--rfOs_ {
    background: linear-gradient(to right, #87A0F94D, #6A57DC4D);
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;

    width: 80%;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__user--PHVZM, .style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__last--Z6IUO {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__user--PHVZM > .style-module__name--q745I {
    color: #E9E9EA;
    font-size: 15px;

    max-width: 90%;
    overflow:hidden;
    white-space:nowrap;

}

.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__user--PHVZM > .style-module__name--q745I .style-module__limited-container--Q7iPS {
    display: inline;
    max-width: 10em;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__user--PHVZM .style-module__info--niNBx {
    display: flex;
}

.style-module__info--niNBx > .style-module__info-column--kyBzp,
.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__user--PHVZM .style-module__info--niNBx {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.style-module__info--niNBx > .style-module__info-column--kyBzp {
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__last--Z6IUO > .style-module__message--ohchH {
    font-size: 15px;
    color: #6F7080;
    white-space: nowrap;
    min-height: 1em;
}

.style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__last--Z6IUO > .style-module__count--diRCq {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4C89FE;
    color: #E9E9EA;
    min-width: 20px;
    height: 20px;

    border-radius: 18px;
    padding: 1px 5px 2px 5px;
    position: absolute;
    left: 30px;
    top: 35px;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
}

@media screen and (max-width: 600px) {
    .style-module__container--ZDN8Y > .style-module__contact--plD9n > .style-module__content--l_1Ev > .style-module__last--Z6IUO > .style-module__message--ohchH {
        display: none;
    }
}

.style-module__no-data--GDXEK {

}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}


/*# sourceMappingURL=styles.d9f08da63ed10709.css.map*/