/* src/styles.scss */
@font-face {
  font-family: Roboto;
  src: url("./media/Roboto-Regular.ttf") format("truetype");
}
body,
* {
  font-family: "Roboto", sans-serif;
}
.main-wrapper {
  margin: 0;
}
.notice {
  border: none;
}
table {
  font-size: 16px;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr td {
  min-height: 10px !important;
  height: 10px !important;
  padding: 5px 15px 5px 15px !important;
  background: #f9f9f9 !important;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr {
  border: 1px solid #c5bfbf !important;
}
.btw-table-container {
  height: 600px;
  max-height: 600px;
  width: 800px;
  max-width: 800px;
  overflow-y: scroll;
}

/* node_modules/flatpickr/dist/flatpickr.min.css */
.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(.23, 1, .32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .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 {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.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 .1s;
  transition: fill .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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .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\fffd;
  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 .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 .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(0, 0, 0);
  transform: translate3d(0, 0, 0);
  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);
  }
}

/* node_modules/overlayscrollbars/css/OverlayScrollbars.min.css */
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}
html.os-html > .os-host > .os-padding {
  position: absolute;
}
body.os-dragging,
body.os-dragging * {
  cursor: default;
}
.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}
.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}
#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: .01px;
  height: .01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}
#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important;
}
.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.os-host-overflow > .os-padding {
  overflow: hidden;
}
.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}
.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}
.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: 0 !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}
.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}
.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0 !important;
}
.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}
.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}
.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}
.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}
.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}
.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.os-resize-observer {
  -webkit-animation-duration: .001s;
  animation-duration: .001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}
object.os-resize-observer {
  box-sizing: border-box !important;
}
@-webkit-keyframes os-resize-observer-dummy-animation {
  0% {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
@keyframes os-resize-observer-dummy-animation {
  0% {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition:
    opacity .3s,
    visibility .3s,
    top .3s,
    right .3s,
    bottom .3s,
    left .3s;
  transition:
    opacity .3s,
    visibility .3s,
    top .3s,
    right .3s,
    bottom .3s,
    left .3s;
}
html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999;
}
.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}
.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}
.os-scrollbar {
  pointer-events: none;
}
.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
}
.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.os-host-overflow {
  overflow: hidden !important;
}
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: 0 0;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: 0 0;
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, .4);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, .4);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, .55);
}
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, .55);
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, .7);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, .7);
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/* node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property:
    transform,
    visibility,
    opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* node_modules/tippy.js/themes/light.css */
.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow:
    0 0 20px 4px rgba(154, 161, 177, .15),
    0 4px 80px -8px rgba(36, 40, 47, .25),
    0 4px 4px -2px rgba(91, 94, 105, .15);
  background-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

/* node_modules/tippy.js/animations/scale.css */
.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}
.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}
.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}
.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}
.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(.5);
  opacity: 0;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #D0021B;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #D0021B;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ebf5ff;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* node_modules/@between/ng-cdk/themes/default.scss */
.bb svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bb path,
.bb line {
  fill: none;
  stroke: #000;
}
.bb text,
.bb .bb-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bb-legend-item-tile,
.bb-xgrid-focus,
.bb-ygrid-focus,
.bb-ygrid {
  shape-rendering: crispEdges;
}
.bb-chart-arcs .bb-needle {
  fill: #000;
}
.bb-chart-arc .bb-gauge-value {
  fill: #000;
}
.bb-chart-arc path {
  stroke: #fff;
}
.bb-chart-arc rect {
  stroke: #fff;
  stroke-width: 1;
}
.bb-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.bb-axis {
  shape-rendering: crispEdges;
}
.bb-grid {
  pointer-events: none;
}
.bb-grid line {
  stroke: #aaa;
}
.bb-grid text {
  fill: #aaa;
}
.bb-xgrid,
.bb-ygrid {
  stroke-dasharray: 3 3;
}
.bb-text.bb-empty {
  fill: #808080;
  font-size: 2em;
}
.bb-line {
  stroke-width: 1px;
}
.bb-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.bb-selected-circle {
  fill: white;
  stroke-width: 2px;
}
.bb-bar {
  stroke-width: 0;
}
.bb-bar._expanded_ {
  fill-opacity: 0.75;
}
.bb-candlestick {
  stroke-width: 1px;
}
.bb-candlestick._expanded_ {
  fill-opacity: 0.75;
}
.bb-target.bb-focused,
.bb-circles.bb-focused {
  opacity: 1;
}
.bb-target.bb-focused path.bb-line,
.bb-target.bb-focused path.bb-step,
.bb-circles.bb-focused path.bb-line,
.bb-circles.bb-focused path.bb-step {
  stroke-width: 2px;
}
.bb-target.bb-defocused,
.bb-circles.bb-defocused {
  opacity: 0.3 !important;
}
.bb-target.bb-defocused .text-overlapping,
.bb-circles.bb-defocused .text-overlapping {
  opacity: 0.05 !important;
}
.bb-region rect {
  fill: steelblue;
  fill-opacity: 0.1;
}
.bb-zoom-brush {
  fill-opacity: 0.1;
}
.bb-brush .extent {
  fill-opacity: 0.1;
}
.bb-legend-item {
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none;
}
.bb-legend-item-hidden {
  opacity: 0.15;
}
.bb-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}
.bb-title {
  font: 14px sans-serif;
}
.bb-chart-treemaps rect {
  stroke: #fff;
  stroke-width: 1px;
}
.bb-tooltip-container {
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
}
.bb-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  opacity: 0.9;
  box-shadow: 7px 7px 12px -9px rgb(119, 119, 119);
  white-space: nowrap;
}
.bb-tooltip tr {
  border: 1px solid #CCC;
}
.bb-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.bb-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.bb-tooltip td > span,
.bb-tooltip td > svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.bb-tooltip.value {
  text-align: right;
}
.bb-area {
  stroke-width: 0;
  opacity: 0.2;
}
.bb-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
text.bb-chart-arcs-gauge-title {
  dominant-baseline: middle;
  font-size: 2.7em;
}
.bb-chart-arcs {
}
.bb-chart-arcs .bb-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #fff;
}
.bb-chart-arcs .bb-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.bb-chart-arcs .bb-chart-arcs-gauge-max {
  fill: #777;
}
.bb-chart-arcs .bb-chart-arcs-gauge-min {
  fill: #777;
}
.bb-chart-arcs .bb-levels circle {
  fill: none;
  stroke: #848282;
  stroke-width: 0.5px;
}
.bb-chart-arcs .bb-levels text {
  fill: #848282;
}
.bb-chart-radars .bb-levels polygon {
  fill: none;
  stroke: #848282;
  stroke-width: 0.5px;
}
.bb-chart-radars .bb-levels text {
  fill: #848282;
}
.bb-chart-radars .bb-axis line {
  stroke: #848282;
  stroke-width: 0.5px;
}
.bb-chart-radars .bb-axis text {
  font-size: 1.15em;
  cursor: default;
}
.bb-chart-radars .bb-shapes polygon {
  fill-opacity: 0.2;
  stroke-width: 1px;
}
.bb-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bb-button .bb-zoom-reset {
  font-size: 11px;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
body {
  color: #212121;
}
.validation-errors-container {
  color: #C3324F;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  margin: 5px 0px 0px 0px;
  padding-left: 0px;
}
.validation-error {
  padding-left: 0px;
  margin-top: 0px;
  font-size: 0.75rem;
  color: #C3324F;
  font-weight: bold;
  display: inline-block;
}
.btw-user-select-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
btw-button + btw-button,
btw-link + btw-link {
  margin-left: 5px;
}
.text-color-white {
  color: #FFFFFF;
}
.text-color-black {
  color: #000000;
}
.color-yellow {
  color: #FCC000;
}
.color-strong-blue {
  color: #1976D2;
}
.color-lime {
  color: #00C853;
}
.color-dark-gray {
  color: #909090;
}
.color-light-red {
  color: #FF4D4C;
}
.mt-20 {
  margin-top: 20px;
}
.btw-semi-bold {
  font-weight: 600 !important;
}
.btw-text-align-left {
  text-align: left;
}
.btw-text-align-right {
  text-align: right;
}
.ml-5 {
  margin-left: 5px;
}
.input-tooltip {
  cursor: pointer;
}
a.btw-link:link {
  color: #0066cc;
  text-decoration: none;
}
a.btw-link:visited {
  color: #0066cc;
}
a.btw-link:hover {
  color: #0055cc;
  text-decoration: underline;
}
a.btw-link:active {
  color: #0066cc;
}
.text-bold {
  font-weight: bold !important;
}
.text-bolder {
  font-weight: bolder;
}
.justify-content-right {
  justify-content: right;
}
.float-right {
  float: right;
}
.text-align-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.btw-flex {
  display: flex;
}
.btw-justify-content-end {
  justify-content: flex-end;
}
.btw-mb-10 {
  margin-bottom: 10px;
}
.btw-mb-30 {
  margin-bottom: 30px;
}
.btw-fill {
  width: 100%;
}
.btw-label {
  display: block;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #4D576A;
  font-weight: 400;
}
.btw-value {
  display: block;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1A1D23;
}
.btw-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btw-form-container {
  background-color: #FFF;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1019607843);
}
.btw-btn {
  display: inline-flex;
  min-width: 120px;
  height: 40px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 6px;
}
.btw-btn.btw-icon-only {
  padding: 0px;
}
.btw-btn span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btw-btn.btw-icon-only {
  min-width: 42px;
  width: 42px;
}
.btw-btn:not(.btw-icon-only) btw-icon + span {
  margin-left: 5px;
}
.btw-btn.btw-loading {
  cursor: default;
}
.btw-btn.btw-disabled {
  cursor: not-allowed;
}
.btw-btn-sm {
  min-width: 120px;
  height: 36px;
  padding: 10px 16px;
}
.btw-btn[color=blue][appearance=primary] {
  background-color: #0A56EB;
  border-color: #0A56EB;
  color: #FFFFFF;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=primary]:hover {
  background-color: #0740B0;
  border-color: #0740B0;
  color: #FFFFFF;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=primary]:focus {
  background-color: #0A56EB;
  border-color: #0A56EB;
  color: #FFFFFF;
  box-shadow: 0px 0px 0px 4px #B1CAFC;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=primary]:active {
  background-color: #0740B0;
  border-color: #0740B0;
  color: #FFFFFF;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=primary].btw-loading {
  background-color: #0A56EB;
  border-color: #0A56EB;
  color: #0A56EB;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=primary].btw-disabled {
  background-color: #E7EAEE;
  border-color: #E7EAEE;
  color: #ACB4C3;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=secondary] {
  background-color: #FFFFFF;
  border-color: #4F88F8;
  color: #0A56EB;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=secondary]:hover {
  background-color: #D8E4FD;
  border-color: #4F88F8;
  color: #0A56EB;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=secondary]:focus {
  background-color: #FFFFFF;
  border-color: #4F88F8;
  color: #0A56EB;
  box-shadow: 0px 0px 0px 4px #B1CAFC;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=secondary]:active {
  background-color: #B1CAFC;
  border-color: #4F88F8;
  color: #0A56EB;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=secondary].btw-loading {
  background-color: #FFFFFF;
  border-color: #4F88F8;
  color: #0A56EB;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=secondary].btw-disabled {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #8E8E8E;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=link] {
  background-color: transparent;
  border-color: transparent;
  color: #0A56EB;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=link]:hover {
  background-color: transparent;
  border-color: transparent;
  color: #0A56EB;
  text-decoration: underline;
}
.btw-btn[color=blue][appearance=link]:focus {
  background-color: transparent;
  border-color: transparent;
  color: #0740B0;
  box-shadow: 0px 0px 0px 4px #B1CAFC;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=link]:active {
  background-color: transparent;
  border-color: transparent;
  color: #0740B0;
  box-shadow: none;
  text-decoration: underline;
}
.btw-btn[color=blue][appearance=link].btw-loading {
  background-color: transparent;
  border-color: transparent;
  color: #0A56EB;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=blue][appearance=link].btw-disabled {
  background-color: transparent;
  border-color: transparent;
  color: #959EB2;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=primary] {
  background-color: #259288;
  border-color: #259288;
  color: #FFFFFF;
  text-decoration: none;
}
.btw-btn[color=green][appearance=primary]:hover {
  background-color: #18625B;
  border-color: #18625B;
  color: #FFFFFF;
  text-decoration: none;
}
.btw-btn[color=green][appearance=primary]:focus {
  background-color: #259288;
  border-color: #259288;
  color: #FFFFFF;
  box-shadow: 0px 0px 0px 4px #BEEFEA;
  text-decoration: none;
}
.btw-btn[color=green][appearance=primary]:active {
  background-color: #18625B;
  border-color: #223b39;
  color: #FFFFFF;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=primary].btw-loading {
  background-color: #259288;
  border-color: #259288;
  color: #FFFFFF;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=primary].btw-disabled {
  background-color: #E7EAEE;
  border-color: #E7EAEE;
  color: #ACB4C3;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=secondary] {
  background-color: #FFFFFF;
  border-color: #32C3B6;
  color: #259288;
  text-decoration: none;
}
.btw-btn[color=green][appearance=secondary]:hover {
  background-color: #DEF7F4;
  border-color: #32C3B6;
  color: #259288;
  text-decoration: none;
}
.btw-btn[color=green][appearance=secondary]:focus {
  background-color: #FFFFFF;
  border-color: #32C3B6;
  color: #259288;
  box-shadow: 0px 0px 0px 4px #BEEFEA;
  text-decoration: none;
}
.btw-btn[color=green][appearance=secondary]:active {
  background-color: #BEEFEA;
  border-color: #32C3B6;
  color: #259288;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=secondary].btw-loading {
  background-color: #FFFFFF;
  border-color: #32C3B6;
  color: #259288;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=secondary].btw-disabled {
  background-color: #E7EAEE;
  border-color: #E7EAEE;
  color: #ACB4C3;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=link] {
  background-color: transparent;
  border-color: transparent;
  color: #259288;
  text-decoration: none;
}
.btw-btn[color=green][appearance=link]:hover {
  background-color: transparent;
  border-color: transparent;
  color: #259288;
  text-decoration: underline;
}
.btw-btn[color=green][appearance=link]:focus {
  background-color: transparent;
  border-color: transparent;
  color: #259288;
  box-shadow: 0px 0px 0px 4px #BEEFEA;
  text-decoration: none;
}
.btw-btn[color=green][appearance=link]:active {
  background-color: transparent;
  border-color: transparent;
  color: #18625B;
  box-shadow: none;
  text-decoration: underline;
}
.btw-btn[color=green][appearance=link].btw-loading {
  background-color: transparent;
  border-color: transparent;
  color: #259288;
  box-shadow: none;
  text-decoration: none;
}
.btw-btn[color=green][appearance=link].btw-disabled {
  background-color: transparent;
  border-color: transparent;
  color: #959EB2;
  box-shadow: none;
  text-decoration: none;
}
.btw-link-wrapper {
  display: inline-flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1C5988;
  color: #1C5988;
}
.btw-link-wrapper .btw-link {
  min-height: 24px;
  font-size: 1rem;
  margin-bottom: -5px;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.btw-link-wrapper:focus,
.btw-link-wrapper:active {
  outline: 0;
  outline-style: none;
  -moz-outline-style: none;
}
.btw-link-wrapper.btw-link-disabled {
  pointer-events: none;
}
.btw-link-wrapper:hover {
  border-color: #1C97E5;
  color: #1C97E5;
}
.btw-link-wrapper:focus {
  border-color: #1C5988;
  color: #1C5988;
}
.btw-link-wrapper:active {
  color: #183C57;
  border-color: #183C57;
}
.btw-link-wrapper.btw-link-disabled {
  border-bottom-color: #CCCCCC;
  color: #CCCCCC;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons.woff2") format("woff2"), url("./media/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-outlined.woff2") format("woff2"), url("./media/material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-round.woff2") format("woff2"), url("./media/material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-sharp.woff2") format("woff2"), url("./media/material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-two-tone.woff2") format("woff2"), url("./media/material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
.btw-icon {
  display: inline-flex;
  font-size: 18px;
}
.btw-icon-base {
  display: inline-flex;
  align-items: center;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-inactive {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-light {
  color: rgb(255, 255, 255);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
ul.btw-pagination {
  display: flex;
  padding: 0;
  margin: 0;
}
ul.btw-pagination li {
  display: inline-block;
  color: #1976D2;
  margin-right: 2px;
  cursor: pointer;
}
ul.btw-pagination li.number-item a:hover {
  border-radius: 24px;
  background-color: #1C97E5;
  color: #FFFFFF;
}
ul.btw-pagination li.number-item.active a {
  border-radius: 24px;
  background-color: #1976D2;
  color: #FFFFFF;
}
ul.btw-pagination li.first-item i,
ul.btw-pagination li.previous-item i,
ul.btw-pagination li.next-item i,
ul.btw-pagination li.last-item i {
  font-size: 0.875rem;
  color: #5B5B5B;
}
ul.btw-pagination li.first-item a:hover,
ul.btw-pagination li.previous-item a:hover,
ul.btw-pagination li.next-item a:hover,
ul.btw-pagination li.last-item a:hover {
  border-radius: 24px;
  background-color: #1C97E5;
  color: #FFFFFF;
}
ul.btw-pagination li.first-item a:hover i,
ul.btw-pagination li.previous-item a:hover i,
ul.btw-pagination li.next-item a:hover i,
ul.btw-pagination li.last-item a:hover i {
  color: #FFFFFF;
}
ul.btw-pagination li.first-item.disabled,
ul.btw-pagination li.previous-item.disabled,
ul.btw-pagination li.next-item.disabled,
ul.btw-pagination li.last-item.disabled {
  pointer-events: none;
}
ul.btw-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  font-size: 0.875rem;
}
.btw-navigation {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  font-weight: 500;
  color: #FFFFFF;
}
.btw-navigation .btw-navigation-header,
.btw-navigation .btw-navigation-footer {
  display: block;
}
.btw-navigation .btw-navigation-content-wrapper {
  flex-grow: 1;
  overflow: auto;
  padding: 0px 5px;
  margin: 12px;
}
.btw-navigation .btw-navigation-content-wrapper .btw-navigation-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.btw-navigation .btw-navigation-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.btw-navigation .btw-navigation-item .btw-navigation-link {
  height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 6px;
  padding: 0px 8px;
  font-size: 16px;
  font-weight: 500;
  color: #67748E;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btw-navigation .btw-navigation-item .btw-navigation-link .btw-nav-link-icon {
  margin-right: 10px;
  font-size: 24px;
}
.btw-navigation .btw-navigation-item .btw-navigation-link .btw-nav-link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.btw-navigation .btw-navigation-item .btw-navigation-link:active,
.btw-navigation .btw-navigation-item .btw-navigation-link:focus,
.btw-navigation .btw-navigation-item .btw-navigation-link:visited {
  outline: 0;
  border: none;
}
.btw-navigation .btw-navigation-item .btw-navigation-link:hover {
  background-color: #F3F4F6;
  color: #67748E;
}
.btw-navigation .btw-navigation-item .btw-navigation-link.btw-active {
  background-color: #EBF2FE;
  color: #0A56EB;
}
.btw-navigation .btw-navigation-item .nav-treeview {
  margin-top: 12px;
  margin-left: 20px;
  display: block;
}
.btw-navigation .btw-navigation-item .nav-treeview .btw-navigation-item {
  margin-bottom: 12px;
}
.nav-treeview {
  transition: opacity 0.5s;
}
.nav-items-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  display: none;
}
.nav-items-show {
  opacity: 1;
  visibility: visible;
  display: block;
}
@media only screen and (max-width: 600px) {
  .btw-navigation {
    width: 100%;
    box-shadow: none;
  }
  .btw-navigation .btw-navigation-header,
  .btw-navigation .btw-navigation-footer {
    display: none;
  }
  .btw-navigation .btw-navigation-content-wrapper {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .btw-navigation .btw-navigation-content-wrapper .btw-navigation-content {
    flex-direction: row;
  }
  .btw-navigation .btw-navigation-item {
    margin-bottom: 0px;
    width: initial;
    flex-grow: 1;
  }
  .btw-navigation .btw-navigation-item .btw-navigation-link {
    border-radius: 0px;
    padding: 0px;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    padding: 5px 0px;
  }
  .btw-navigation .btw-navigation-item .btw-navigation-link .btw-nav-link-icon {
    margin-right: 0px;
  }
  .btw-navigation .btw-navigation-item .btw-navigation-link.btw-active {
    background-color: initial;
  }
  .btw-navigation .btw-navigation-item .btw-nav-link-text {
    font-size: 14px;
  }
}
.btw-data-table {
  display: block;
  width: 100%;
  height: 100%;
}
.btw-data-table div.btw-table-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar .btw-advanced-filtering-button {
  order: 1;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar .btw-table-top-toolbar-custom-content {
  flex-grow: 1;
  order: 3;
}
.btw-data-table div.btw-table-wrapper btw-table-top-toolbar {
  display: block;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar-temp {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar-temp .actions {
  display: flex;
  align-items: center;
  flex: 1;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar-temp .search-filter {
  flex: 0 0 350px;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar-temp .search-filter .btw-table-filter-input-wrapper {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #909090;
  border-radius: 4px;
  box-sizing: border-box;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar-temp .search-filter .btw-table-filter-input-wrapper input {
  flex: 1;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  border: none;
  padding-left: 10px;
  outline: 0;
  font-size: 0.875rem;
  background-color: #f9f9f9;
}
.btw-data-table div.btw-table-wrapper .btw-table-top-toolbar-temp .search-filter .btw-table-filter-input-wrapper .icon {
  min-width: 40px;
  padding-right: 10px;
  color: #5B5B5B;
  flex: 0 0 40px;
  display: flex;
  justify-content: right;
  align-items: center;
}
.btw-data-table div.btw-table-wrapper .btw-table-container {
  flex-grow: 1;
}
.btw-data-table div.btw-table-wrapper table.btw-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead {
  background-color: transparent;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th {
  height: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  padding: 4px 18px 4px 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc_disabled,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc_disabled {
  cursor: pointer;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting::before,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting::after,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc::before,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc::after,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc::before,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc::after,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc_disabled::before,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc_disabled::after,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc_disabled::before,
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc_disabled::after {
  position: absolute;
  bottom: 0.9em;
  display: none;
  opacity: 0.3;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_both {
  background: url("./media/sort_both.png") no-repeat center left;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc {
  background: url("./media/sort_asc.png") no-repeat center left;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc {
  background: url("./media/sort_desc.png") no-repeat center left;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_asc_disabled {
  background: url("./media/sort_asc_disabled.png") no-repeat center left;
}
.btw-data-table div.btw-table-wrapper table.btw-table thead th.sorting_desc_disabled {
  background: url("./media/sort_desc_disabled.png") no-repeat center right;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr {
  background-color: transparent;
  border-radius: 8px;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px 8px 18px;
  min-height: 60px;
  height: 60px;
  background-color: #FFFFFF;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr td:first-child {
  border-radius: 8px 0px 0px 8px;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr td:last-child {
  border-radius: 0px 8px 8px 0px;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr.btw-selected td {
  background-color: #EBF2FE;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr.btw-disabled td {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #E1E4EA;
  background-color: #F3F4F6;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr.btw-disabled td:first-child {
  border-left: 1px;
  border-style: solid;
  border-color: #E1E4EA;
}
.btw-data-table div.btw-table-wrapper table.btw-table tbody tr.btw-disabled td:last-child {
  border-right: 1px;
  border-style: solid;
  border-color: #E1E4EA;
}
.btw-data-table div.btw-table-wrapper table.btw-table.btw-table-rows-alternation tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.btw-data-table div.btw-table-wrapper table.btw-table.btw-table-hover tr td {
  font-weight: 400;
}
.btw-data-table div.btw-table-wrapper table.btw-table.btw-table-hover tr:hover td {
  cursor: pointer;
  background-color: #1976d2;
  color: white;
}
.btw-data-table div.btw-table-wrapper table.btw-table.btw-table-row-selection-enabled tr:not(.cdk-header-row) {
  cursor: pointer;
}
.btw-data-table div.btw-table-wrapper table.btw-table.btw-table-row-selection-enabled tr:not(.cdk-header-row).btw-active {
  box-shadow: 5px 5px 10px #cecece;
}
.btw-data-table div.btw-table-wrapper .btw-table-empty {
  font-size: 1rem;
  font-weight: 600;
  padding: 7px;
  min-height: 56px;
  height: 56px;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btw-data-table div.btw-table-wrapper .btw-table-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btw-select-checkbox {
  width: 50px;
}
.btw-select-checkbox input {
  cursor: pointer;
}
.btw-select-checkbox input:disabled {
  cursor: not-allowed;
}
.highlighted {
  background-color: #FFFF00;
}
.btw-form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #4d576a;
}
.btw-input-clear-button {
  display: flex;
  align-items: center;
  width: 20px;
  height: 100%;
  margin-right: 8px;
}
.btw-input-clear-button .btw-icon {
  cursor: pointer;
}
.btw-datepicker .btw-input-clear-button {
  margin-right: 0px;
}
.btw-datepicker .btw-icon {
  cursor: pointer;
}
.btw-texteditor {
  width: 100%;
  display: block;
}
.btw-texteditor .btw-texteditor-container {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  background-color: #ffffff;
  border-color: #d0d4dd;
  padding: 0px;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container-before,
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container-after {
  display: flex;
  align-items: center;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container-before:not(:empty) {
  margin-left: 12px;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container-after:not(:empty) {
  margin-right: 12px;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container-before:not(:empty) .btw-btn {
  margin-left: -12px;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container-after:not(:empty) .btw-btn {
  margin-right: -12px;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container {
  display: flex;
  flex: 1;
  align-items: center;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container textarea.btw-texteditor-input,
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container input.btw-texteditor-input,
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container .ng-select {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  background-color: transparent;
  color: #333a47;
  caret-color: #333a47;
  padding: 0px 12px 0px 12px;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container textarea.btw-texteditor-input:focus,
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container input.btw-texteditor-input:focus,
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container .ng-select:focus {
  outline: none;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container ::placeholder {
  color: #acb4c3;
  opacity: 1;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container :-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor .btw-texteditor-container .btw-texteditor-input-container ::-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-hover .btw-texteditor-container {
  background-color: #ffffff;
  border-color: #5388f1;
}
.btw-texteditor.btw-hover .btw-texteditor-container input.btw-texteditor-input {
  color: #333a47;
  caret-color: #333a47;
}
.btw-texteditor.btw-hover .btw-texteditor-container ::placeholder {
  color: #acb4c3;
  opacity: 1;
}
.btw-texteditor.btw-hover .btw-texteditor-container :-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-hover .btw-texteditor-container ::-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-focused .btw-texteditor-container {
  background-color: #ffffff;
  border-color: #5388f1;
}
.btw-texteditor.btw-focused .btw-texteditor-container input.btw-texteditor-input {
  color: #333a47;
  caret-color: #333a47;
}
.btw-texteditor.btw-focused .btw-texteditor-container ::placeholder {
  color: #acb4c3;
  opacity: 1;
}
.btw-texteditor.btw-focused .btw-texteditor-container :-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-focused .btw-texteditor-container ::-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-readonly .btw-texteditor-container {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
}
.btw-texteditor.btw-readonly .btw-texteditor-container input.btw-texteditor-input {
  color: #333a47;
  caret-color: #333a47;
}
.btw-texteditor.btw-readonly .btw-texteditor-container ::placeholder {
  color: #acb4c3;
  opacity: 1;
}
.btw-texteditor.btw-readonly .btw-texteditor-container :-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-readonly .btw-texteditor-container ::-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-disabled .btw-texteditor-container {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
}
.btw-texteditor.btw-disabled .btw-texteditor-container input.btw-texteditor-input {
  color: #333a47;
  caret-color: #333a47;
}
.btw-texteditor.btw-disabled .btw-texteditor-container ::placeholder {
  color: #acb4c3;
  opacity: 1;
}
.btw-texteditor.btw-disabled .btw-texteditor-container :-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-disabled .btw-texteditor-container ::-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-invalid .btw-texteditor-container {
  background-color: #ffffff;
  border-color: #c3324f;
}
.btw-texteditor.btw-invalid .btw-texteditor-container input.btw-texteditor-input {
  color: #333a47;
  caret-color: #333a47;
}
.btw-texteditor.btw-invalid .btw-texteditor-container ::placeholder {
  color: #acb4c3;
  opacity: 1;
}
.btw-texteditor.btw-invalid .btw-texteditor-container :-ms-input-placeholder {
  color: #acb4c3;
}
.btw-texteditor.btw-invalid .btw-texteditor-container ::-ms-input-placeholder {
  color: #acb4c3;
}
.btw-text-box .btw-texteditor-container,
.btw-numeric-box .btw-texteditor-container,
.btw-select-box .btw-texteditor-container,
.btw-autocomplete .btw-texteditor-container,
.btw-datepicker .btw-texteditor-container {
  height: 40px;
}
.btw-text-area .btw-texteditor-input-container textarea.btw-texteditor-input {
  padding: 6px 12px !important;
  resize: none;
  height: 200px;
}
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: 1px solid #d0d4dd;
  -webkit-text-fill-color: #333a47;
  -webkit-box-shadow: none;
  transition: none;
}
.btw-numeric-box {
  width: 100%;
}
.btw-numeric-box .btw-numeric-box-wrapper {
  height: 48px;
  display: flex;
  flex-direction: column;
  padding: 2px 0px 2px 0px;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #5C5C5C;
  background-color: #FFFFFF;
  font-weight: 500;
  color: #5C5C5C;
}
.btw-numeric-box .btw-numeric-box-wrapper .btw-text-box-input-label {
  height: 18px;
  line-height: 18px;
  padding: 0px 10px 0px 10px;
  font-size: 0.75rem;
}
.btw-numeric-box .btw-numeric-box-wrapper .btw-text-box-input {
  background-color: transparent;
  flex-grow: 1;
  outline: none;
  border: none;
  padding: 0px 10px 0px 10px;
  font-size: 1rem;
  color: inherit;
  font-weight: inherit;
}
.btw-numeric-box .btw-numeric-box-wrapper .btw-text-box-input:focus {
  outline: none;
}
.btw-numeric-box .btw-numeric-box-wrapper .btw-text-box-input ::placeholder {
  color: #5C5C5C;
  font-size: 1rem;
  font-weight: 500;
  opacity: 1;
}
.btw-numeric-box .btw-numeric-box-wrapper .btw-text-box-input :-ms-input-placeholder {
  color: #5C5C5C;
  font-size: 1rem;
  font-weight: 500;
}
.btw-numeric-box .btw-numeric-box-wrapper .btw-text-box-input ::-ms-input-placeholder {
  color: #5C5C5C;
  font-size: 1rem;
  font-weight: 500;
}
.btw-numeric-box .btw-numeric-box-wrapper:hover:not(.btw-input-has-errors) {
  border-color: #1C97E5;
  color: #1C97E5;
}
.btw-numeric-box .btw-numeric-box-wrapper:hover:not(.btw-input-has-errors) ::placeholder {
  color: #1C97E5;
}
.btw-numeric-box .btw-numeric-box-wrapper:hover:not(.btw-input-has-errors) :-ms-input-placeholder {
  color: #1C97E5;
}
.btw-numeric-box .btw-numeric-box-wrapper:hover:not(.btw-input-has-errors) ::-ms-input-placeholder {
  color: #1C97E5;
}
.btw-numeric-box .btw-numeric-box-wrapper.btw-input-focus {
  border-color: #183C57;
  color: #5C5C5C;
}
.btw-numeric-box .btw-numeric-box-wrapper.btw-input-disabled,
.btw-numeric-box .btw-numeric-box-wrapper.btw-input-read-only {
  border-color: #909090;
  color: #909090;
  pointer-events: none;
}
.btw-numeric-box .btw-numeric-box-wrapper.btw-input-has-errors {
  border-color: #D9534F;
  color: #D9534F;
}
.btw-numeric-box .btw-numeric-box-wrapper.btw-input-has-errors ::placeholder {
  opacity: 1;
}
.btw-text-area {
  width: 100%;
}
.btw-text-area .btw-text-area-wrapper {
  position: relative;
}
.btw-text-area .btw-text-area-wrapper textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 8px 8px 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #5C5C5C;
  background-color: #FFFFFF;
  color: #5C5C5C;
  resize: none;
  outline: 0;
}
.btw-text-area .btw-text-area-wrapper textarea:hover {
  border-color: #1C97E5;
  color: #1C97E5;
}
.btw-text-area .btw-text-area-wrapper textarea:focus {
  border-color: #183C57;
  color: #5C5C5C;
}
.btw-text-area .btw-text-area-wrapper.btw-textarea-resizer textarea {
  resize: vertical;
}
.btw-text-area .btw-text-area-wrapper.btw-textarea-resizer::after {
  content: "\f338";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  font-size: 0.875rem;
  position: absolute;
  height: 22px;
  width: 22px;
  text-align: center;
  bottom: 2px;
  right: 1px;
  z-index: 1;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.btw-text-area .btw-text-area-wrapper.btw-input-disabled textarea,
.btw-text-area .btw-text-area-wrapper.btw-input-read-only textarea {
  border-color: #909090;
  color: #909090;
}
.btw-text-area .btw-text-area-wrapper.btw-input-has-errors textarea {
  border-color: #D9534F;
  color: #D9534F;
}
.btw-checkbox label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.btw-checkbox input {
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border: 2px solid #959EB2;
  background-color: #FFFFFF;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 10px;
}
.btw-checkbox input:checked {
  background-color: #0A56EB;
  border-color: #0A56EB;
  background: #0A56EB url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 2px 2px no-repeat;
}
.btw-checkbox.btw-hover input {
  border-color: #0740B0;
}
.btw-checkbox.btw-hover input:checked {
  background-color: #0740B0;
  border-color: #0740B0;
  background: #0740B0 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 2px 2px no-repeat;
}
.btw-checkbox.btw-focus input {
  border-color: #052B76;
}
.btw-checkbox.btw-focus input:checked {
  background-color: #052B76;
  border-color: #052B76;
  background: #052B76 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 2px 2px no-repeat;
}
.btw-checkbox input:active {
  border-color: #052B76;
}
.btw-checkbox input:active:checked {
  background-color: #052B76;
  border-color: #052B76;
  background: #052B76 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 2px 2px no-repeat;
}
.btw-checkbox.btw-readonly input,
.btw-checkbox.btw-disabled input {
  cursor: not-allowed;
  border-color: #D0D4DD;
}
.btw-checkbox.btw-readonly input:checked,
.btw-checkbox.btw-disabled input:checked {
  cursor: default;
  background-color: #D0D4DD;
  border-color: #D0D4DD;
  background: #D0D4DD url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 2px 2px no-repeat;
}
.btw-checkbox input[type=checkbox]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
.btw-radio-group.btw-equal {
  display: flex;
}
.btw-radio-group.btw-equal .btw-radio-button {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.btw-radio-button {
  display: inline-flex;
  align-items: center;
}
.btw-radio-button input {
  display: none;
}
.btw-radio-button input + span {
  display: inline-block;
  padding: 0.5rem 1rem;
  padding-left: 0px;
  cursor: pointer;
  line-height: 20px;
}
.btw-radio-button input + span::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #959EB2;
  background-color: transparent;
  cursor: pointer;
}
.btw-radio-button.btw-hover span::before {
  border-color: #0A56EB;
}
.btw-radio-button.btw-focus span::before {
  border-color: #0740B0;
}
.btw-radio-button:active span::before {
  border-color: #0740B0;
}
.btw-radio-button.btw-readonly span,
.btw-radio-button.btw-disabled span {
  cursor: not-allowed;
}
.btw-radio-button.btw-readonly span::before,
.btw-radio-button.btw-disabled span::before {
  cursor: not-allowed;
  border-color: #D0D4DD;
}
.btw-radio-button input:checked + span::before {
  border-color: #0A56EB;
  background:
    radial-gradient(
      #0A56EB 0%,
      #0A56EB 40%,
      transparent 50%,
      transparent);
}
.btw-radio-button.btw-hover input:checked + span::before {
  border-color: #0740B0;
  background:
    radial-gradient(
      #0740B0 0%,
      #0740B0 40%,
      transparent 50%,
      transparent);
}
.btw-radio-button.btw-focus input:checked + span::before {
  border-color: #052B76;
  background:
    radial-gradient(
      #052B76 0%,
      #052B76 40%,
      transparent 50%,
      transparent);
}
.btw-radio-button:active input:checked + span::before {
  border-color: #052B76;
  background:
    radial-gradient(
      #052B76 0%,
      #052B76 40%,
      transparent 50%,
      transparent);
}
.btw-radio-button.btw-readonly input:checked + span::before,
.btw-radio-button.btw-disabled input:checked + span::before {
  border-color: #D0D4DD;
  background:
    radial-gradient(
      #D0D4DD 0%,
      #D0D4DD 40%,
      transparent 50%,
      transparent);
}
.btw-radio-group.btw-vertical-layout .btw-radio-button {
  display: block !important;
}
@media only screen and (max-width: 600px) {
  .btw-radio-group.btw-equal {
    flex-direction: column;
  }
}
.ng-select.btw-ng-select {
  display: flex;
}
.ng-select.btw-ng-select .ng-clear-wrapper {
  width: 18px;
  height: 18px;
}
.ng-select.btw-ng-select .ng-clear-wrapper .ng-clear {
  font-size: 0 !important;
}
.ng-select.btw-ng-select .ng-clear-wrapper .ng-clear::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./media/clear_black_18dp.svg");
}
.ng-select.btw-ng-select .ng-arrow {
  display: none !important;
}
.ng-select.btw-ng-select .ng-select-container {
  background-color: transparent;
  border: none;
  flex-grow: 1;
}
.ng-select.btw-ng-select .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.btw-ng-select.ng-select-disabled .ng-select-container {
  background-color: transparent;
}
.ng-select.btw-ng-select.ng-select-disabled .ng-select-container .ng-arrow-wrapper {
  display: none;
}
.ng-value {
  position: absolute;
  display: flex;
  width: calc(100% - 42px);
  left: 0px;
}
.ng-value .ng-value-label {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ng-dropdown-panel.ng-select-bottom {
  margin-top: 2px;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  box-shadow: none;
}
.ng-input {
  top: 0px !important;
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ng-input input {
  height: 100%;
  font-size: 1rem;
}
.btw-select-box .ng-select .ng-arrow-wrapper {
  height: 24px;
  width: 24px;
  background-image: url("./media/arrow_drop_down_black_24dp.svg");
  background-repeat: no-repeat;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
}
.btw-select-box .ng-select-opened .ng-arrow-wrapper {
  background-image: url("./media/arrow_drop_up_black_24dp.svg");
}
.btw-autocomplete,
.btw-select-box {
  position: relative;
}
.btw-autocomplete .ng-select,
.btw-select-box .ng-select {
  position: initial !important;
}
.btw-autocomplete .ng-dropdown-panel-items,
.btw-select-box .ng-dropdown-panel-items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.btw-autocomplete .ng-arrow-wrapper {
  display: none;
}
.ng-dropdown-panel {
  padding: 8px 0px;
  border-radius: 6px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  font-weight: 500;
  font-size: 14px;
  height: 36px;
  line-height: 18px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #F3F4F6;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #EBF2FE;
  color: #0A56EB;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #EBF2FE;
  color: #0A56EB;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ng-select .ng-select-container .ng-value-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 0px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 40px;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 40px;
}
.btw-invalid .ng-dropdown-panel.ng-select-top {
  bottom: 0px;
}
.btw-has-label .ng-dropdown-panel.ng-select-bottom {
  top: 60px;
}
.btw-has-label .ng-dropdown-panel.ng-select-top {
  bottom: 42px;
}
.btw-has-label .btw-invalid .ng-dropdown-panel.ng-select-top {
  bottom: 61px;
}
.btw-not-found {
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}
.btw-not-found .icon-wrapper {
  display: inline-block;
  width: 44px;
  height: 60px;
  border-radius: 12px;
  background-color: #D8E4FD;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.btw-not-found .icon-wrapper .icon {
  font-size: 50px;
  color: #0A56EB;
  margin-bottom: -8px;
  margin-right: -8px;
}
.btw-not-found .title {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #333A47;
  margin-bottom: 5px;
}
.btw-not-found .subtitle {
  display: block;
  font-size: 14px;
  color: #67748E;
  word-break: break-word;
}
.cdk-overlay-backdrop {
  position: fixed;
}
.cdk-overlay-container {
  z-index: 1054 !important;
  top: 0;
  bottom: 0;
}
.btw-dialog {
  overflow: auto;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  margin: 10px 10px;
}
.btw-dialog .btw-modal-content {
  min-width: 420px;
  border-radius: 8px;
  padding-right: 15px;
  padding-left: 15px;
}
.btw-dialog .btw-modal-content .btw-modal-header {
  min-height: 56px;
  display: flex;
  flex-direction: row;
  border-radius: 8px 8px 0px 0px;
  align-items: center;
  border-bottom: 1px solid #E7EAEE;
  padding: 10px;
  margin-right: -15px;
  margin-left: -15px;
}
.btw-dialog .btw-modal-content .btw-modal-header .btw-modal-title {
  flex-grow: 1;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #959EB2;
}
.btw-dialog .btw-modal-content .btw-modal-header .btw-close {
  width: 30px;
  height: 100%;
}
.btw-dialog .btw-modal-content .btw-modal-header .btw-close .btw-close-icon {
  cursor: pointer;
}
.btw-dialog .btw-modal-content .btw-modal-header .btw-close .btw-close-icon:hover {
  color: #5C616C;
}
.btw-modal-body {
  width: 100%;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px;
  align-items: center;
  justify-content: center;
}
.btw-modal-footer {
  min-height: 62px;
  border-radius: 0px 0px 8px 8px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #E7EAEE;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (max-width: 600px) {
  .dynamic-dialog-panel {
    width: 100%;
    overflow: auto;
  }
  .dynamic-dialog-panel btw-dialog {
    margin: 10px;
    width: 100%;
    height: 100%;
  }
  .dynamic-dialog-panel btw-dialog .btw-dialog .btw-modal-content {
    min-width: 100%;
    width: 100%;
  }
  .dynamic-dialog-panel btw-dialog .btw-dialog .btw-modal-footer {
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    justify-content: center;
  }
  .dynamic-dialog-panel btw-dialog .btw-dialog .btw-modal-footer .btw-btn {
    margin: 0px;
  }
}
.flatpickr-calendar::before,
.flatpickr-calendar::after {
  border: none !important;
}
.flatpickr-wrapper {
  width: 100%;
  height: 100%;
}
.flatpickr-day.today {
  border-color: #0A56EB;
}
.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-color: #0A56EB !important;
  border-color: #0A56EB !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #0A56EB !important;
}
.btw-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  font-size: 0.875rem;
}
.btw-card .card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  color: #8e8e8e;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  border-bottom: 1px solid #e5e8f0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.btw-card .card-content {
  flex-grow: 1;
  position: relative;
}
.btw-card .card-content > .workaround-for-chart-responsiveness {
  position: absolute;
  max-height: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.btw-dropdown-more .btw-icon,
.btw-dropdown-button .btw-icon {
  height: 100%;
}
.dropdown-content {
  display: block;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(64, 64, 64, 0.15);
}
.dropdown-content .btw-dropdown-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  cursor: pointer;
}
.dropdown-content .btw-dropdown-item .btw-icon {
  font-size: 18px;
  max-width: 18px;
  margin-right: 5px;
}
.dropdown-content .btw-dropdown-item .btw-text {
  flex-grow: 1;
}
.dropdown-content .btw-dropdown-item:first-child {
  border-radius: 6px 6px 0px 0px;
}
.dropdown-content .btw-dropdown-item:last-child {
  border-radius: 0px 0px 6px 6px;
}
.dropdown-content .btw-dropdown-item:hover {
  background-color: #f3f4f5;
}
.dropdown-content .btw-dropdown-item.btw-disabled {
  background-color: #FFFFFF;
  color: #ACB4C3;
  cursor: not-allowed;
}
.dropdown-content .btw-dropdown-item.btw-disabled .btw-icon {
  color: #ACB4C3;
}
.dropdown-content.btw-dropdown-content-more {
  padding: 8px 0px;
}
.dropdown-content.btw-dropdown-content-more .btw-dropdown-item {
  width: 160px;
  border-radius: 0px 0px 0px 0px;
  font-size: 14px;
}
.dropdown-content.btw-dropdown-content-more .btw-icon {
  font-size: 20px;
}
.btw-dropdown-more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.btw-dropdown-more .btw-icon {
  color: #67748E;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.btw-dropdown-more .btw-icon:hover {
  background-color: #F3F4F6;
  color: #1e222a;
}
.btw-dropdown-more.btw-focused .btw-icon {
  background-color: #EBF2FE;
}
.btw-dropdown-button-content .btw-dropdown-item {
  min-width: 190px;
}
.btw-dropdown-separator {
  display: block;
  padding: 1px 0px;
}
.btw-dropdown-separator hr {
  margin: 0px;
}
.info-content {
  display: flex;
  cursor: pointer;
}
.info-content btw-icon.material-icons.md-custom-primary-blue {
  color: #1976D2;
}
.info-content btw-icon.material-icons.md-custom-inactive {
  color: #8e8e8e;
}
.info-content btw-icon.material-icons.md-custom-black {
  color: #000000;
}
.info-content btw-icon.material-icons.md-custom-red {
  color: #ff0000;
}
.info-content btw-icon.material-icons-outlined.md-custom-primary-blue {
  color: #1976D2;
}
.info-content btw-icon.material-icons-outlined.md-custom-inactive {
  color: #8e8e8e;
}
.info-content btw-icon.material-icons-outlined.md-custom-black {
  color: #000000;
}
.info-content btw-icon.material-icons-outlined.md-custom-red {
  color: #ff0000;
}
.btw-switch {
  display: inline-flex;
  align-items: center;
}
.btw-switch .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}
.btw-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  margin-top: 10px;
}
.btw-switch .switch input:focus + .slider {
  box-shadow: 0 0 1px #1976D2;
}
.btw-switch .switch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.btw-switch .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -4px;
  bottom: 0;
  background-color: #CCC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btw-switch .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btw-switch .switch .slider.round {
  border-radius: 32px;
}
.btw-switch .switch .slider.round:before {
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.btw-switch.btw-hover .switch .slider.round:before {
  border: 1px solid #0A56EB;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.btw-switch.btw-focus .switch .slider.round:before {
  border: 1px solid #0A56EB;
  background-color: #D8E4FD;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.btw-switch:active .switch .slider.round:before {
  border: 1px solid #0A56EB;
  background-color: #D8E4FD;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.btw-switch.btw-readonly .switch .slider.round,
.btw-switch.btw-disabled .switch .slider.round {
  cursor: not-allowed;
  background-color: #F3F4F6;
}
.btw-switch.btw-readonly .switch .slider.round:before,
.btw-switch.btw-disabled .switch .slider.round:before {
  border: 1px solid #E7EAEE;
  background-color: #E7EAEE;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.btw-switch input:checked + .slider {
  background-color: #0A56EB;
}
.btw-switch.btw-hover input:checked + .slider.round:before {
  border-color: #D8E4FD;
  background-color: #D8E4FD;
  box-shadow: 0px 2px 6px #0740B0;
}
.btw-switch.btw-focus input:checked + .slider.round:before {
  border-color: #B1CAFC;
  background-color: #B1CAFC;
  box-shadow: 0px 2px 6px #0740B0;
}
.btw-switch:active input:checked + .slider.round:before {
  border-color: #B1CAFC;
  background-color: #B1CAFC;
  box-shadow: 0px 2px 6px #0740B0;
}
.btw-switch.btw-readonly input:checked + .slider.round,
.btw-switch.btw-disabled input:checked + .slider.round {
  background-color: #E7EAEE;
}
.btw-switch.btw-readonly input:checked + .slider.round:before,
.btw-switch.btw-disabled input:checked + .slider.round:before {
  background-color: #FFFFFF;
  box-shadow: none;
}
.btw-switch .btw-label {
  display: inline-block;
  margin-left: 10px;
}
.btw-accordion {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #192038;
  background-color: #FFF;
  border-radius: 3px;
}
.btw-accordion .btw-accordion-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 202, 202);
  min-height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}
.btw-accordion .btw-accordion-header .btw-accordion-header-title {
  overflow-wrap: break-word;
  overflow: auto;
  width: 100%;
  font-weight: 600;
}
.btw-accordion .btw-accordion-header .arrow {
  font-size: 1.125rem;
}
.btw-accordion .btw-accordion-body {
  min-height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dcdcdc;
}
.btw-tabs {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
}
.btw-tabs a:link,
.btw-tabs a:visited,
.btw-tabs a:hover,
.btw-tabs a:active {
  color: inherit;
}
.btw-tabs .btw-tabs-wrapper {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
}
.btw-tabs .btw-tabs-wrapper .btw-tab {
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #959EB2;
  cursor: pointer;
}
.btw-tabs .btw-tabs-wrapper .btw-tab .btw-tab-link {
  position: relative;
  text-decoration: none;
  display: flex;
  background-color: transparent;
  padding: 11px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
}
.btw-tabs .btw-tabs-wrapper .btw-tab .btw-tab-link::before {
  position: absolute;
  content: "";
  width: 100%;
  border-radius: 3px;
  bottom: -2px;
  left: 0;
}
.btw-tabs .btw-tabs-wrapper .btw-tab:hover {
  background-color: #E7EAEE;
  color: #959EB2;
}
.btw-tabs .btw-tabs-wrapper .btw-tab:focus {
  background-color: #E7EAEE;
  color: #959EB2;
}
.btw-tabs .btw-tabs-wrapper .btw-tab:active {
  background-color: #D0D4DD;
  color: #959EB2;
}
.btw-tabs .btw-tabs-wrapper .btw-tab.btw-disabled {
  background-color: transparent;
  color: #E7EAEE;
  cursor: not-allowed;
}
.btw-tabs .btw-tabs-wrapper .btw-tab.btw-selected {
  color: #0A56EB;
}
.btw-tabs .btw-tabs-wrapper .btw-tab.btw-selected .btw-tab-link::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  height: 3px;
  left: 12px;
  border-radius: 6px 6px 0px 0px;
  background-color: #0A56EB;
}
.btw-tabs .btw-tabs-wrapper .btw-tab.btw-selected:hover {
  background-color: #D8E4FD;
  color: #0A56EB;
}
.btw-tabs .btw-tabs-wrapper .btw-tab.btw-selected:focus {
  background-color: #D8E4FD;
  color: #0A56EB;
}
.btw-tabs .btw-tabs-wrapper .btw-tab.btw-selected:active {
  background-color: #B1CAFC;
  color: #0A56EB;
}
.tab-content {
  padding: 1em;
}
.btw-file-input,
.btw-input-placeholder {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  line-height: 38px;
  padding: 0px 6px 0px 12px;
}
::placeholder {
  color: #999 !important;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #999 !important;
}
::-moz-placeholder {
  color: #999 !important;
}
:-ms-input-placeholder {
  color: #999 !important;
}
::-ms-input-placeholder {
  color: #999 !important;
}
:-moz-placeholder {
  color: #999 !important;
}
.btw-input-placeholder {
  color: #999 !important;
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.btw-file-viewer {
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #DDD;
}
.btw-file-viewer .btw-file-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-container .btw-file-viewer-toolbar {
  display: flex;
  justify-content: flex-end;
  height: 36px;
  padding: 5px;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-container .btw-file-viewer-toolbar .btw-icon {
  font-size: 22px;
  cursor: pointer;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-container .btw-file-viewer-swipper {
  display: flex;
  flex-grow: 1;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-container .btw-file-viewer-swipper .btw-file-pdf {
  display: flex;
  width: 100%;
  max-width: 100%;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-container .btw-file-viewer-swipper .btw-pdf-viewer {
  display: block;
  height: 100%;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-container .btw-file-viewer-swipper .btw-file-image {
  width: 100%;
  height: auto;
}
.btw-file-viewer .btw-file-wrapper .btw-file-viewer-empty {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.btw-loader {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.btw-loader[color=blue][appearance=primary] {
  width: 21px;
  height: 21px;
  border: 3px solid #0A56EB;
  border-top-color: #D8E4FD;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 0.85s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btw-loader[color=blue][appearance=secondary] {
  width: 21px;
  height: 21px;
  border: 3px solid #0A56EB;
  border-top-color: #D8E4FD;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 0.85s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btw-loader[color=blue][appearance=link] {
  width: 21px;
  height: 21px;
  border: 3px solid #FFFFFF;
  border-top-color: #0740B0;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 0.85s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btw-loader[color=green][appearance=primary] {
  width: 21px;
  height: 21px;
  border: 3px solid #18625B;
  border-top-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 0.85s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btw-loader[color=green][appearance=secondary] {
  width: 21px;
  height: 21px;
  border: 3px solid #259288;
  border-top-color: #DEF7F4;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 0.85s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btw-loader[color=green][appearance=link] {
  width: 21px;
  height: 21px;
  border: 3px solid #18625B;
  border-top-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 0.85s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tippy-box[data-theme~=btw-theme] {
  background-color: #02153B;
  color: #FFFFFF;
  border: 1px solid #02153B;
  border-radius: 6px;
  font-family: Archivo;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
.tippy-box[data-theme~=btw-theme][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #02153B;
}
.tippy-box[data-theme~=btw-theme][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #02153B;
}
.tippy-box[data-theme~=btw-theme][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #02153B;
}
.tippy-box[data-theme~=btw-theme][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #02153B;
}
.btw-scroll-view {
  overflow: auto;
}
.btw-section {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #E1E4EA;
}
.btw-section .btw-section-header {
  margin-bottom: 10px;
}
.btw-section .btw-section-header .title {
  display: block;
  height: 25px;
  line-height: 25px;
  padding-bottom: 10px;
  display: block;
  color: #67748E;
  font-weight: 600;
}
.btw-section .btw-section-header .description {
  display: block;
  color: #67748E;
  font-weight: 500;
  font-size: 14px;
}
.btw-wizard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 6px;
  padding: 12px 36px;
  height: 100%;
}
.btw-wizard.btw-border {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.btw-wizard .btw-wizard-header {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step {
  display: inline-block;
  margin-right: 3px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step.btw-step-completed {
  color: #0FA957;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step.btw-step-active {
  color: #4F88F8;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step.btw-step-disabled {
  color: #ACB4C3;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step.btw-icon {
  font-size: 20px;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 3px;
}
.btw-wizard .btw-wizard-header .btw-wizard-steps .nav {
  color: #ACB4C3;
}
.btw-wizard .btw-wizard-content {
  flex-grow: 1;
  margin-bottom: 20px;
}
.btw-wizard .btw-wizard-content .content-title {
  margin-bottom: 20px;
}
.btw-wizard .btw-wizard-content .content-title .title {
  font-weight: 700;
  font-size: 24px;
  color: #333A47;
}
.btw-wizard .btw-wizard-footer {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .btw-wizard {
    height: auto;
  }
  .btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step .title {
    display: none;
  }
  .btw-wizard .btw-wizard-header .btw-wizard-steps .btw-wizard-step .title.active {
    display: inline-block;
  }
  .btw-wizard .btw-wizard-header .btw-wizard-steps .nav {
    color: #ACB4C3;
  }
  .btw-wizard .btw-wizard-content .title {
    font-weight: 700;
    font-size: 36px;
    color: #333A47;
  }
  .btw-wizard .btw-wizard-footer {
    min-height: 80px;
    flex-direction: column;
  }
  .btw-wizard .btw-wizard-footer .btw-btn {
    width: 100%;
    margin: 0px 0px 5px 0px;
  }
  .btw-wizard-footer .wizard-close-btn {
    order: 3;
  }
  .btw-wizard-footer .wizard-back-btn {
    order: 2;
  }
  .btw-wizard-footer .wizard-next-btn {
    order: 1;
  }
  .btw-wizard-footer .wizard-submit-btn {
    order: 1;
  }
}
.btw-validation-summary {
  min-height: 10px;
  margin-bottom: 10px;
}
.btw-validation-summary .validation-summary-errors {
  display: flex;
  padding: 10px;
  border-radius: 2px;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.btw-validation-summary .validation-summary-errors .validation-errors-container {
  color: #C3324F;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  margin: 5px 0px 0px 0px;
  padding-left: 0px;
}
.btw-validation-summary .validation-summary-errors .validation-errors-container .validation-error {
  font-size: 14px;
  color: #a94442;
}
.btw-validation-summary .validation-summary-errors .validation-errors-container .validation-error span {
  display: block;
}
.fade-in {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btw-avatar {
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
}
.btw-avatar .avatar-text {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.btw-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.btw-avatar:focus {
  background-color: Aqua;
}
.btw-avatar[background-color=green] {
  background: #259288;
  border-radius: 20px;
}
.btw-avatar[background-color=green]:hover {
  background: #67b3ac;
}
.btw-avatar[background-color=green]:active {
  background: #259288;
}
.btw-avatar[background-color=green].btw-disabled {
  pointer-events: none;
  background: #e7eaee;
  color: #d0d4dd;
}
.btw-avatar[background-color=green].btw-focus {
  background: #259288;
  box-shadow: 0px 0px 0px 4px #d0d4dd;
}
.btw-avatar[background-color=blue] {
  border-radius: 20px;
  background: #4f88f8;
}
.btw-avatar[background-color=blue]:hover {
  background: #84acfb;
}
.btw-avatar[background-color=blue]:active {
  background: #4f88f8;
}
.btw-avatar[background-color=blue].btw-disabled {
  pointer-events: none;
  background: #e7eaee;
  color: #d0d4dd;
}
.btw-avatar[background-color=blue].btw-focus {
  background: #4f88f8;
  box-shadow: 0px 0px 0px 4px #d0d4dd;
}
.btw-avatar[av-size=large] {
  width: 32px;
  height: 32px;
  font-size: 18px;
}
.btw-avatar[av-size=medium] {
  width: 32px;
  height: 32px;
  font-size: 16px;
}
.btw-avatar[av-size=small] {
  width: 26px;
  height: 26px;
  font-size: 14px;
}
.btw-avatar[text-color=dark] {
  color: #000000;
}
.btw-avatar[text-color=light] {
  color: #ffffff;
}
.btw-status {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px 16px 2px 8px;
  cursor: pointer;
}
.btw-status .status-mark {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 20px;
}
.btw-status btw-icon {
  margin-right: 5px;
}
.btw-status.yellow-outline,
.btw-status.yellow-filled {
  background: #fcf5d9;
}
.btw-status.yellow-outline .status-mark,
.btw-status.yellow-filled .status-mark {
  background: transparent;
  border: 1px solid #e1b814;
}
.btw-status.yellow-outline .status-text,
.btw-status.yellow-filled .status-text {
  color: #715c0a;
}
.btw-status.yellow-filled .status-mark {
  background: #e1b814;
}
.btw-status.gray-outline,
.btw-status.gray-filled {
  background: #e7eaee;
}
.btw-status.gray-outline .status-mark,
.btw-status.gray-filled .status-mark {
  background: transparent;
  border: 1px solid #959eb2;
}
.btw-status.gray-outline .status-text,
.btw-status.gray-filled .status-text {
  color: #67748e;
}
.btw-status.gray-filled .status-mark {
  background: #959eb2;
}
.btw-status.green-outline,
.btw-status.green-filled {
  background: #d9fce9;
}
.btw-status.green-outline .status-mark,
.btw-status.green-filled .status-mark {
  background: transparent;
  border: 1px solid #14e174;
}
.btw-status.green-outline .status-text,
.btw-status.green-filled .status-text {
  color: #0a713a;
}
.btw-status.green-filled .status-mark {
  background: #14e174;
}
.btw-status.red-outline,
.btw-status.red-filled {
  background: #f7dee3;
}
.btw-status.red-outline .status-mark,
.btw-status.red-filled .status-mark {
  background: transparent;
  border: 1px solid #c3324f;
}
.btw-status.red-outline .status-text,
.btw-status.red-filled .status-text {
  color: #5f0517;
}
.btw-status .red-filled .status-mark {
  background: #c3324f;
}
.btw-status.blue-outline,
.btw-status.blue-filled {
  background: #d8e4fd;
}
.btw-status.blue-outline .status-mark,
.btw-status.blue-filled .status-mark {
  background: transparent;
  border: 1px solid #4f88f8;
}
.btw-status.blue-outline .status-text,
.btw-status.blue-filled .status-text {
  color: #0a56eb;
}
.btw-status.blue-filled .status-mark {
  background: #4f88f8;
}
.btw-status.purple-outline,
.btw-status.purple-filled {
  background: #E5D9FC;
}
.btw-status.purple-outline .status-mark,
.btw-status.purple-filled .status-mark {
  background: transparent;
  border: 1px solid #5814E1;
}
.btw-status.purple-outline .status-text,
.btw-status.purple-filled .status-text {
  color: #2C0A71;
}
.btw-status.purple-filled .status-mark {
  background: #5814E1;
}
.btw-status.yellow-filled.btw-disabled .status-mark,
.btw-status.gray-filled.btw-disabled .status-mark,
.btw-status.green-filled.btw-disabled .status-mark,
.btw-status.red-filled.btw-disabled .status-mark,
.btw-status.blue-filled.btw-disabled .status-mark,
.btw-status.purple-filled.btw-disabled .status-mark {
  background: #D0D4DD;
}
.btw-status.btw-disabled {
  background: #E7EAEE;
  pointer-events: none;
}
.btw-status.btw-disabled .status-mark {
  border: 1px solid #D0D4DD;
}
.btw-status.btw-disabled .status-text {
  color: #ACB4C3;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
}
button.toast-close-button {
  padding-top: 15px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 400px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #47404f;
  border-radius: 10px;
  opacity: 1 !important;
}
.ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
.toast-container .toast-success .toast-message,
.toast-container .toast-error .toast-message,
.toast-container .toast-info .toast-message,
.toast-container .toast-warning .toast-message {
  height: 40px;
  display: flex;
  align-items: center;
}
.toast-container .toast-success {
  background-color: #d9fce9;
  background-image: url("./media/checkmark.svg");
  color: #0a713a;
  font-weight: 600;
}
.toast-container .toast-success .toast-close-button {
  color: #0a713a;
}
.toast-container .toast-success:hover {
  background-color: #b4f8d4;
}
.toast-container .toast-error {
  background-color: #f7dee3;
  background-image: url("./media/close.svg");
  color: #5f0517;
  font-weight: 600;
}
.toast-container .toast-error .toast-close-button {
  color: #5f0517;
}
.toast-container .toast-error:hover {
  background-color: #efbec8;
}
.toast-container .toast-info {
  background-color: #d8e4fd;
  background-image: url("./media/info.svg");
  color: #0740b0;
  font-weight: 600;
}
.toast-container .toast-info .toast-close-button {
  color: #0740b0;
}
.toast-container .toast-info:hover {
  background-color: #b1cafc;
}
.toast-container .toast-warning {
  background-color: #fcf5d9;
  background-image: url("./media/warning.svg");
  color: #715c0a;
  font-weight: 600;
}
.toast-container .toast-warning .toast-close-button {
  color: #715c0a;
}
.toast-container .toast-warning:hover {
  background-color: #f8ebb4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  .toast-container {
    width: calc(100% - 24px);
  }
  .ngx-toastr {
    width: 100%;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  .toast-container {
    width: calc(100% - 24px);
  }
  .ngx-toastr {
    width: 100%;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  .toast-container {
    width: calc(100% - 24px);
  }
  .ngx-toastr {
    width: 100%;
  }
}
.btw-file-uploader {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  height: 100%;
}
.btw-file-uploader .drag-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  gap: 20px;
  margin: 10px auto;
  border-width: 2px;
  border-style: dashed;
  border-color: #e0eafc;
}
.btw-file-uploader .drag-area .upload-icon {
  font-size: 64px;
}
.btw-file-uploader .drag-area .drag-area-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btw-file-uploader .btw-fileupload-items {
  flex: 1;
}
.btw-file-uploader .btw-file-uploader-item {
  display: flex;
  flex-direction: row;
  margin: 5px 0px;
  background: #E9F0FF;
  padding: 5px 20px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.btw-file-uploader .btw-file-uploader-item .file-icon {
  color: #6990F2;
  font-size: 36px;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-content {
  width: 100%;
  margin-left: 15px;
  flex-grow: 1;
  min-width: 0;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-content .btw-file-info,
.btw-file-uploader .btw-file-uploader-item .btw-file-content .btw-file-status {
  height: 20px;
  margin: 5px;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-content .btw-file-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  gap: 10px;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-content .btw-file-info .btw-file-size {
  display: flex;
  min-width: 70px;
  flex-grow: 1;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-content .btw-file-progress .progress-bar {
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-content .btw-file-progress .progress-bar .progress {
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 65px;
}
.btw-file-uploader .btw-file-uploader-item .btw-file-options .btw-file-option {
  font-size: 24px;
  cursor: pointer;
}
.drag-area-info .btw-file-uploader-header {
  color: #6990F2;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.drag-area .btw-file-uploader-header {
  font-size: 20px;
  font-weight: 500;
  color: #34495e;
}
.drag-area .support {
  font-size: 12px;
  color: gray;
  margin: 10px 0 15px 0;
}
.drag-area .btw-file-uploader-browse-button {
  font-size: 20px;
  font-weight: 500;
  color: #1683ff;
  cursor: pointer;
}
.drag-area.active {
  border: 2px solid #1683ff;
}
.btw-chart {
  display: block;
}
.ngx-charts g .grid-panel.odd rect {
  fill: none;
}
.chart-legend ul.legend-labels {
  background: none;
  display: flex;
  justify-content: center;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
.btw-body {
  letter-spacing: 0;
  margin: 0;
  font-family: Archivo;
  background-color: #F3F4F6;
  color: #333A47;
}
.btw-body .btw-app-layout {
  height: calc(100% - 70px);
  min-height: calc(100% - 70px);
}
.btw-body .btw-app-layout .btw-page-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  margin-bottom: 0;
  padding: 0;
  background: #F3F4F6;
  display: flex;
  -webkit-box-flex: 1;
  position: fixed;
  z-index: 1053;
  display: flex;
  height: 70px;
}
.btw-body .btw-app-layout .btw-page-left-panel {
  width: 264px;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 70px;
  z-index: 1010;
  position: fixed;
  padding-top: 70px;
}
.btw-body .btw-app-layout .btw-page-main {
  margin-left: 264px;
  padding: 15px 20px;
  display: block;
  margin-top: 70px;
  height: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 600px) {
  .btw-body .btw-app-layout .btw-page-left-panel {
    width: 100%;
    height: initial;
    top: initial;
    padding-top: 0px;
    margin-top: 100px;
  }
  .btw-body .btw-app-layout .btw-page-main {
    margin-left: 0px;
    padding-bottom: 95px;
    height: auto;
    min-height: auto;
  }
  .btw-body .btw-app-layout .buy-tokens-background,
  .btw-body .btw-app-layout .sell-tokens-background,
  .btw-body .btw-app-layout .create-investment-details-background,
  .btw-body .btw-app-layout .investment-details-beckground {
    background-image: none;
  }
}
.btw-container {
  height: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 1px;
}
.btw-row {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.btw-row .btw-col,
.btw-row [class^=btw-col-] {
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: auto;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.btw-row .btw-col:first-child:nth-last-child(1) {
  flex: 0 0 auto;
  width: 100%;
}
.btw-row .btw-col:first-child:nth-last-child(2),
.btw-row .btw-col:first-child:nth-last-child(2) ~ .btw-col {
  flex: 0 0 auto;
  width: 50%;
}
.btw-row .btw-col:first-child:nth-last-child(3),
.btw-row .btw-col:first-child:nth-last-child(3) ~ .btw-col {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.btw-row .btw-col:first-child:nth-last-child(4),
.btw-row .btw-col:first-child:nth-last-child(4) ~ .btw-col {
  flex: 0 0 auto;
  width: 25%;
}
.btw-row .btw-col:first-child:nth-last-child(5),
.btw-row .btw-col:first-child:nth-last-child(5) ~ .btw-col {
  flex: 0 0 auto;
  width: 20%;
}
.btw-row .btw-col:first-child:nth-last-child(6),
.btw-row .btw-col:first-child:nth-last-child(6) ~ .btw-col {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.btw-row .btw-col:first-child:nth-last-child(7),
.btw-row .btw-col:first-child:nth-last-child(7) ~ .btw-col {
  flex: 0 0 auto;
  width: 14.2857142857%;
}
.btw-row .btw-col:first-child:nth-last-child(8),
.btw-row .btw-col:first-child:nth-last-child(8) ~ .btw-col {
  flex: 0 0 auto;
  width: 12.5%;
}
.btw-row .btw-col:first-child:nth-last-child(9),
.btw-row .btw-col:first-child:nth-last-child(9) ~ .btw-col {
  flex: 0 0 auto;
  width: 11.1111111111%;
}
.btw-row .btw-col:first-child:nth-last-child(10),
.btw-row .btw-col:first-child:nth-last-child(10) ~ .btw-col {
  flex: 0 0 auto;
  width: 10%;
}
.btw-row .btw-col:first-child:nth-last-child(11),
.btw-row .btw-col:first-child:nth-last-child(11) ~ .btw-col {
  flex: 0 0 auto;
  width: 9.0909090909%;
}
.btw-row .btw-col:first-child:nth-last-child(12),
.btw-row .btw-col:first-child:nth-last-child(12) ~ .btw-col {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.btw-row .btw-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.btw-row .btw-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.btw-row .btw-col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.btw-row .btw-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.btw-row .btw-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.btw-row .btw-col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.btw-row .btw-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.btw-row .btw-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.btw-row .btw-col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.btw-row .btw-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.btw-row .btw-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.btw-row .btw-col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 0px) {
  .btw-row .btw-col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .btw-row .btw-col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .btw-row .btw-col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .btw-row .btw-col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .btw-row .btw-col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .btw-row .btw-col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .btw-row .btw-col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .btw-row .btw-col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .btw-row .btw-col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .btw-row .btw-col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .btw-row .btw-col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .btw-row .btw-col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .btw-row .btw-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .btw-row .btw-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .btw-row .btw-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .btw-row .btw-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .btw-row .btw-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .btw-row .btw-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .btw-row .btw-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .btw-row .btw-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .btw-row .btw-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .btw-row .btw-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .btw-row .btw-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .btw-row .btw-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btw-row .btw-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .btw-row .btw-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .btw-row .btw-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .btw-row .btw-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .btw-row .btw-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .btw-row .btw-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .btw-row .btw-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .btw-row .btw-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .btw-row .btw-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .btw-row .btw-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .btw-row .btw-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .btw-row .btw-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .btw-row .btw-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .btw-row .btw-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .btw-row .btw-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .btw-row .btw-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .btw-row .btw-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .btw-row .btw-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .btw-row .btw-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .btw-row .btw-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .btw-row .btw-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .btw-row .btw-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .btw-row .btw-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .btw-row .btw-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .btw-row .btw-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .btw-row .btw-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .btw-row .btw-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .btw-row .btw-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .btw-row .btw-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .btw-row .btw-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .btw-row .btw-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .btw-row .btw-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .btw-row .btw-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .btw-row .btw-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .btw-row .btw-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .btw-row .btw-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .btw-row .btw-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .btw-row .btw-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .btw-row .btw-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .btw-row .btw-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .btw-row .btw-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .btw-row .btw-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .btw-row .btw-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .btw-row .btw-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .btw-row .btw-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .btw-row .btw-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .btw-row .btw-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .btw-row .btw-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.btw-form .btw-row .btw-col,
.btw-form .btw-row div[class^=btw-col-] {
  min-height: 80px;
}
.btw-clickable {
  cursor: pointer;
}
input:autofill {
  background-color: #FFF !important;
  background-image: none !important;
  color: #333A47 !important;
}
[hidden] {
  display: none !important;
}
.btw-advanced-filter {
  transition: all 0.5s ease-in;
}
.btw-hide {
  display: none;
  transition: all 0.2s ease-out;
}
.btw-order-2 {
  order: 2;
}
.btw-order-4 {
  order: 4;
}
.highlighted {
  background-color: #FFFF00;
}
.btw-float-right {
  float: right;
}
.btw-text-overflow-ellipsis {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
*,
::after,
::before {
  box-sizing: border-box;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
