.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);
  }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-rendering: optimizeLegibility;
}

body > iframe {
    pointer-events: none;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {

}

input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

#app {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 300;
    background-repeat: no-repeat;
    background-position: center top;
    transition: transform 0.4s;
}
#app.hide-overflow{
    overflow-y: auto;
}

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

#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;
    }
}

#scenario {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

#scenario > div {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 950;
}

.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;
 }
body{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variant-numeric: proportional-nums;
    background-color: #fff;
}

a {
    /*transition: .3s color;*/
    text-decoration: none;
}
input {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button
{
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}


.my-masonry-grid {
    display: flex;
    width: auto;
}
.my-masonry-grid_column {
    background-clip: padding-box;
    width: 395px;
    min-width: 395px;
    margin: 0 24px 12px 0;
}

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

.my-masonry-grid_config_column {
    background-clip: padding-box;
    width: 290px;
    min-width: 290px;
    margin: 0 24px 12px 0;
}

.my-masonry-grid_config_column > div, .my-masonry-grid_config_column > button {
    margin-top: 10px;
    margin-bottom: 10px;
}


.plot-container > div{
    margin: 0 auto !important;
}

#sidebar{
    height: 100vh;
}

jdiv[class*="chatCopyright"] {
    display: none;
}
jdiv[class*="headerBox"] {
    border-top-right-radius: 10px!important;
}
jdiv[class*="leaf"] {
    display: none;
}
jdiv[class*="leafCont"] {
    display: none;
}
jdiv[class*="logo_"] {
    display: none;
}


.global-tooltip {
    /* Основные стили */
    max-width: 300px !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #3d3d3d !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    z-index: 9999 !important;
    text-align: center !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif !important;

    /* Стили для стрелки */
    position: relative;
}

/* Стили для стрелки в зависимости от положения */
.global-tooltip[data-tooltip-place^='top'] > .tooltip-arrow {
    border-top-color: #3d3d3d !important;
    bottom: -6px !important;
}

.global-tooltip[data-tooltip-place^='bottom'] > .tooltip-arrow {
    border-bottom-color: #3d3d3d !important;
    top: -6px !important;
}

.global-tooltip[data-tooltip-place^='left'] > .tooltip-arrow {
    border-left-color: #3d3d3d !important;
    right: -6px !important;
}

.global-tooltip[data-tooltip-place^='right'] > .tooltip-arrow {
    border-right-color: #3d3d3d !important;
    left: -6px !important;
}

/* Анимация появления */
@keyframes tooltip-fade {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.global-tooltip {
    animation: tooltip-fade 200ms ease-out;
}
.red > div {
    color: #EF5E70;
}
/* 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 #ddd !important;
}

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

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

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

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd !important;
}

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth::after {
    background: #FFF;
    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%;
    background-color: #ddd;
}

.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: #ddd !important;
    text-align: center !important;
    background-color: #ddd;
}

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

.fc .fc-multiMonthYear-view.fc-view.fc-multimonth .fc-col-header-cell span {
    color: #000 !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: #ddd;
    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: #000;
}

.fc .fc-popover-close {
    color: #000;
}

.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: #EFF2F5;
}

.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: 1px solid #ddd !important;
    background-color: #ddd;
}

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

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

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

/* Скроллеры */
.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: #000 !important;
}

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

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

/* Стили для временной сетки */
.fc-timegrid-col {
    border: 1px solid #ddd !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: #ddd !important;
}

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

.fc-theme-standard .fc-popover {
    background: #FFF;
    border: 1px solid #ddd;
    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: #FFF !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: #FFF;
}

.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: #000 !important;
}

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

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

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

.flatpickr-time input:focus {
    background: #f5f5f5 !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: #ddd;
    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: #000;
}

.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: #f5f5f5 !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: #4C89FE;
    box-shadow: -5px 0 0 #4C89FE, 5px 0 0 #4C89FE;
    border: none;
}

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

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

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

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

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

rect:hover{
    opacity: 0.8;
}

.graph {
    opacity: 0;
    animation-name: animateIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: scale(0.6) rotate(-15deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

/*.class{*/
    /*color: #41AFFF;*/
    /*color: #a0d7ff;*/
/*}*/

#tacticsroundlegend {
    width: 55%;
    min-height: 260px;
    margin-left: 10px;
    height: 498px;
    overflow: auto;
    /* padding-right: 30px; */
    margin-right: 40px;
    align-items: center;
    display: flex;
}

#tacticsroundlegend::-webkit-scrollbar {
     width: 8px;
     background-color: #F5F6FB;
 }

#tacticsroundlegend::-webkit-scrollbar-thumb {
     background-color: rgba(10,10,10,0.2);
 }

#tacticsroundlegend > div {
    width: 80%;
}

#tacticsroundlegend .legend-item {
    margin: 10px;
    cursor: pointer;
    width: 440px;
    border-radius: 6px;
    font-size: 14px;
    padding: 4px;
}
#tacticsroundlegend .legend-item:hover {
    /*background-color: #E1E6EC;*/
}

#tacticsroundlegend .legend-item .legend-value {
    margin-left: 22px;
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 10px;
}
#tacticsroundlegend .legend-item .legend-category {
    display: inline-block;
    width: 160px;
}
#tacticsroundlegend .legend-item .legend-percent {
    color: #7F818D;
    display: inline-block;
    width: 60px;
}

#tacticsroundlegend .legend-marker {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-left: 6px;
    border-radius: 15px;
    flex-basis: 8px;
}
#tacticsroundlegend .legend-text {
    display: inline-block;
    flex-basis: 40%;
}
#tacticsroundlegend .legend-right {
    flex: 1;
    text-align: right;
    padding-right: 20px;
}
#tacticsroundlegend .legend-right .legend-overspend {
    color: #EF5E70;
    margin-right: 20px;
}
#tacticsroundlegend .legend-right .legend-spend {
    color: #000;
    text-align: right;
}

#tacticsroundlegend .disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
    display: inline-block;
}


:root {
    --progress-width: 600px;
}

#tacticsroundlegend .progress {
    margin: 3px 0;
    position: relative;
    border: 0;
    width: var(--progress-width, 500px);
    height: 34px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    cursor: pointer;
}
#tacticsroundlegend .percent {
    flex-basis: 80px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    margin: 3px;
    height: 34px;
}
#tacticsroundlegend .progress .progress-text {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    color: #000;
    line-height: 34px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    width: 100%;

}
#tacticsroundlegend .progress .progress-bar {
    height: 100%;
    overflow: hidden;
    background-color: #EFF2F5;
    border-radius: inherit;
    overflow: hidden;
    position: absolute;
}
#tacticsroundlegend .progress .progress-bar-red {
    height: 100%;
    overflow: hidden;
    /*background-color: #EFD4DA;*/
    background-color: #EF5E70;
    opacity: 0.2;
    border-radius: inherit;
    overflow: hidden;
    position: absolute;
    right: 0;
}
#tacticsroundlegend .progress .progress-bar .progress-text, #tacticsroundlegend .progress .progress-bar-red .progress-text {
    color: #000;
}

#piechartlegend {
    width: 55%;
    min-height: 240px;
    overflow-y: auto;
    margin-left: 10px;
    height: 240px;
    overflow-x: hidden;
}

.piechartlegendcase {
    display: block;
    min-height: 160px;
    overflow-y: auto;
    margin-left: 10px;
    height: 160px;
    overflow-x: hidden;
    margin-top: 15px;
}

#piechartlegend::-webkit-scrollbar, .piechartlegendcase::-webkit-scrollbar{
    width: 4px;
}

#piechartlegend::-webkit-scrollbar-track, .piechartlegendcase::-webkit-scrollbar-track{
    background: #F5F5F5;
}

#piechartlegend::-webkit-scrollbar-thumb, .piechartlegendcase::-webkit-scrollbar-thumb{
    background: #D2D1D1;
}

#piechartlegend::-webkit-scrollbar-thumb:hover, .piechartlegendcase::-webkit-scrollbar-thumb:hover{
    background: #D2D1D1;
}

/*#piechartlegend #container, .piechartlegendcase{*/
/*    width: 100%;*/
/*}*/

#piechartlegend .legend-item, .piechartlegendcase .legend-item{
    margin: 0;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    padding: 2px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
#piechartlegend .legend-item:hover, .piechartlegendcase.legend-item:hover{
    background-color: #E1E6EC;
}

#piechartlegend .legend-item .legend-value, .piechartlegendcase .legend-item .legend-value{
    margin-left: 22px;
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 10px;
}
#piechartlegend .legend-item .legend-category{
    display: inline-block;
    width: 460px;
}
#piechartlegend .legend-item .legend-percent{
    color: #7F818D;
    display: inline-block;
    width: 60px;
}

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

#piechartlegend .legend-item.disabled .legend-marker{
    opacity: 0.5;
    background: #ddd;
    display: inline-block;
}

/**

-----------------------------------------------------------------

 **/

.piechartlegendcase .legend-item .legend-category{
    display: inline-block;
    width: 200px;
}
.piechartlegendcase .legend-item .legend-percent{
    color: #7F818D;
    display: inline-block;
    width: 80px;
}

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

.piechartlegendcase .legend-item.disabled .legend-marker{
    opacity: 0.5;
    background: #ddd;
    display: inline-block;
}
#bigpiechartlegend {
    width: 65%;
    min-height: 240px;
    overflow-y: auto;
    margin-left: 10px;
    height: 380px;
    overflow-x: hidden;
}

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

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

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

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

#bigpiechartlegend .legend-item{
    margin: 0;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    padding: 2px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
#bigpiechartlegend .legend-item:hover{
    background-color: #E1E6EC;
}

#bigpiechartlegend .legend-item .legend-value{
    margin-left: 22px;
    display: inline-block;
    width: 250px;
    text-align: right;
    margin-right: 10px;
}
#bigpiechartlegend .legend-item .legend-category{
    display: inline-block;
    width: 560px;
}
#bigpiechartlegend .legend-item .legend-percent{
    color: #7F818D;
    display: inline-block;
    width: 60px;
}

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

#bigpiechartlegend .legend-item.disabled .legend-marker{
    opacity: 0.5;
    background: #ddd;
    display: inline-block;
}
#insurancechartlegend {
    width: 55%;
    min-height: 260px;
    height: 320px;
    overflow-y: auto;
    display: flex;
    overflow-x: hidden;
    align-items: center;
    justify-content: flex-end;
    padding-right: 100px;
    padding-left: 100px;
}

#insurancechartlegend > div {
    width: 100%;
}

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

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

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

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

#insurancechartlegend #container{
    width: 100%;
}

#insurancechartlegend .legend-item {
    margin: 3px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    padding: 4px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#insurancechartlegend .legend-item:hover {
    background-color: #E1E6EC;
}

#insurancechartlegend .legend-item .legend-category {
    display: inline-block;
    width: 160px;
}
#insurancechartlegend .legend-item .legend-percent {
    color: #7F818D;
    display: inline-block;
    width: 60px;
    margin-left: 10px;
}

#insurancechartlegend .legend-item .legend-marker {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-right: 10px;
    margin-left: 6px;
    border-radius: 15px;
}
#insurancechartlegend .legend-item .legend-left-part {
    display: flex;
    align-items: center;
}
#insurancechartlegend .legend-item .legend-text {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-left: 6px;
    border-radius: 15px;
}

#insurancechartlegend .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
    display: inline-block;
}
.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    touch-action: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #e9e9e9;
    height: 12px;
    border-radius: 6px;
}
.rc-slider-track {
    position: absolute;
    left: 0;
    height: 12px;
    border-radius: 6px;
    background-color: #abe2fb;
}
.rc-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    margin-top: -1px;
    cursor: grab;
    border-radius: 50%;
    border: none;
    background-color: #4378FF;
    touch-action: pan-x;
    box-shadow: none !important;
}
.rc-slider-handle-2, .rc-slider-handle-3{
    border: solid 2px #fff;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #fff;
    box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
    outline: none;
}
.rc-slider-handle-click-focused:focus {
    border-color: #fff;
    box-shadow: unset;
}
.rc-slider-handle:hover {
    border-color: #fff;
    background-color: #4378FF;
}
.rc-slider-handle:active {
    border-color: #fff;
    box-shadow: 0 0 5px #57c5f7;
    background-color: #4378FF;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.rc-slider-handle-2:active {
    border-color: #fff;
    box-shadow: 0 0 5px #57c5f7;
    background-color: #4378FF;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.rc-slider-handle-3:active {
    border-color: #fff;
    box-shadow: 0 0 5px #57c5f7;
    background-color: #4378FF;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
}
.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999;
}
.rc-slider-mark-text-active {
    color: #666;
}
.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
}
.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
}
.rc-slider-dot-active {
    border-color: #96dbfa;
}
.rc-slider-dot-reverse {
    margin-right: -4px;
}
.rc-slider-disabled {
    background-color: transparent;
}
.rc-slider-disabled .rc-slider-track {
    background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-handle-2{
    border-color: #4378FF;
    box-shadow: none;
    background-color: #4378FF;
    cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-handle-3{
    border-color: #4378FF;
    box-shadow: none;
    background-color: #4378FF;
    cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-dot {
    border-color: #ccc;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
    cursor: not-allowed !important;
}
.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px;
}
.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%;
}
.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    display: block !important;
    animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    display: block !important;
    animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
    animation-name: rcSliderTooltipZoomDownIn;
    animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    animation-name: rcSliderTooltipZoomDownOut;
    animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    transform: scale(0, 0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(0, 0);
    }
    100% {
        transform-origin: 50% 100%;
        transform: scale(1, 1);
    }
}
@keyframes rcSliderTooltipZoomDownOut {
    0% {
        transform-origin: 50% 100%;
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(0, 0);
    }
}
.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
    display: none;
}
.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c;
}


.rc-slider-handle:active{
    box-shadow: none!important;
    cursor: default;

}

.rc-slider-handle-1, .rc-slider-handle-4{
    cursor: default!important;
    pointer-events: none;
}
.rc-slider-handle-2, .rc-slider-handle-3{
    background-color: #4378FF !important;
}
.rc-slider-handle-1:hover, .rc-slider-handle-4:hover{
    cursor: default!important;
    pointer-events: none;
}
.rc-slider-dot{
    display: none;
}
.popup-content {
    margin: auto;
    width: 50%;
    z-index: 100000 !important;
}

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

[role=tooltip].popup-content {
    width: max-content;
    border-radius: 12px;
}

.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
}

/*# sourceMappingURL=main~0.e0e696ae942dd813.css.map*/