@charset "UTF-8";

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

/* node_modules/.pnpm/@angular+material@17.3.10_7638bce466a0bb409b14f5138dd8c0ed/node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.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;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color:#000;
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family:rounded;
  --mdc-chip-container-shape-radius:16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family:rounded;
  --mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color:black;
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3f51b5;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-keep-touch-target:false;
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color:#000;
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-icon-size:24px;
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-icon-size:24px;
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
}
html {
  --mdc-fab-container-color:white;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color:#000;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color:#000;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color:#000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-large-size-text-size:24px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/.pnpm/cropperjs@1.6.2/node_modules/cropperjs/dist/cropper.min.css */
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  -webkit-touch-callout: none;
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: .5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, .75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width:768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width:992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width:1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* node_modules/.pnpm/quill@2.0.3/node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* node_modules/.pnpm/prismjs@1.30.0/node_modules/prismjs/themes/prism.css */
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.token.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function,
.token.class-name {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}

/* node_modules/.pnpm/prismjs@1.30.0/node_modules/prismjs/plugins/line-numbers/prism-line-numbers.css */
pre[class*=language-].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre[class*=language-].line-numbers > code {
  position: relative;
  white-space: inherit;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

/* src/styles.scss */
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src:
    local("Roboto-RegularItalic"),
    url(/assets/fonts/roboto-regular-italic/Roboto-RegularItalic.woff) format("woff"),
    url(/assets/fonts/roboto-regular-italic/Roboto-RegularItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  font-display: swap;
  src: url(/assets/fonts/dm-sans/dm-sans-regular/DMSans-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "DM Sans";
  font-display: swap;
  src: url(/assets/fonts/dm-sans/dm-sans-medium/DMSans-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "DM Sans";
  font-display: swap;
  src: url(/assets/fonts/dm-sans/dm-sans-bold/DMSans-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-icons,
.materialIcon {
  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-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
:root {
  --sys-background: #F5F5F5;
  --sys-on-background: #191C1D;
  --sys-surface: #FCFCFC;
  --sys-on-surface: #5C5F5F;
  --sys-outline: #C4C7C7;
  --sys-outline-variant: #8E9192;
  --sys-primary: #1633FF;
  --sys-on-primary: #FCFCFC;
  --sys-primary-container: #F1EFFF;
  --sys-on-primary-container: #0021DB;
  --sys-secondary: #22892F;
  --sys-on-secondary: #FCFCFC;
  --sys-secondary-container: #C8FFC0;
  --sys-on-secondary-container: #006E1C;
  --sys-tertiary: #F19700;
  --sys-on-tertiary: #FCFCFC;
  --sys-tertiary-container: #FFEEDF;
  --sys-on-tertiary-container: #E08E00;
  --sys-error: #E7251F;
  --sys-on-error: #FCFCFC;
  --sys-error-container: #FFEDEA;
  --sys-on-error-container: #C00009;
}
:root .dark {
  --sys-background: #090B0B;
  --sys-on-background: #F5F5F5;
  --sys-surface: #191C1D;
  --sys-on-surface: #444748;
  --sys-outline: #363A3A;
  --sys-outline-variant: #5C5F5F;
  --sys-primary: #5365FF;
  --sys-on-primary: #FCFCFC;
  --sys-primary-container: #7786FF;
  --sys-on-primary-container: #F8F8FF;
  --sys-secondary: #5DC05E;
  --sys-on-secondary: #FCFCFC;
  --sys-secondary-container: #78DC77;
  --sys-on-secondary-container: #E9FFEA;
  --sys-tertiary: #F19700;
  --sys-on-tertiary: #FCFCFC;
  --sys-tertiary-container: #FFAE4F;
  --sys-on-tertiary-container: #FFF7F0;
  --sys-error: #FF5545;
  --sys-on-error: #FCFCFC;
  --sys-error-container: #FF8A7B;
  --sys-on-error-container: #FFF6F5;
}
:root {
  --color-background: var(--sys-background);
  --color-on-background: var(--sys-on-background);
  --color-surface: var(--sys-surface);
  --color-on-surface: var(--sys-on-surface);
  --color-outline: var(--sys-outline);
  --color-outline-variant: var(--sys-outline-variant);
  --color-primary: var(--sys-primary);
  --color-on-primary: var(--sys-on-primary);
  --color-primary-container: var(--sys-primary-container);
  --color-on-primary-container: var(--sys-on-primary-container);
  --color-success: var(--sys-secondary);
  --color-on-success: var(--sys-on-secondary);
  --color-success-container: var(--sys-secondary-container);
  --color-on-success-container: var(--sys-on-secondary-container);
  --color-warning: var(--sys-tertiary);
  --color-on-warning: var(--sys-on-tertiary);
  --color-warning-container: var(--sys-tertiary-container);
  --color-on-warning-container: var(--sys-on-tertiary-container);
  --color-error: var(--sys-error);
  --color-on-error: var(--sys-on-error);
  --color-error-container: var(--sys-error-container);
  --color-on-error-container: var(--sys-on-error-container);
  --color-text-high: #090B0B;
  --color-text-medium: #747878;
  --color-text-disabled: #C4C7C7;
  --color-opacity-background-4: rgba(25, 28, 29, 0.04);
  --color-opacity-background-8: rgba(25, 28, 29, 0.08);
  --color-opacity-background-12: rgba(25, 28, 29, 0.12);
  --color-opacity-primary-8: rgba(22, 51, 255, 0.08);
  --color-opacity-primary-4: rgba(22, 51, 255, 0.04);
  --color-outline-opacity-60: rgba(196, 199, 199, .6);
  --color-text-high-light-universal: #FCFCFC;
  --color-text-high-universal: #090B0B;
  --color-text-medium-universal: #747878;
  --color-on-background-universal: #191C1D;
  --color-primary-universal: #1633FF;
  --color-text-high-inverted: var(--color-text-high-light-universal);
  --color-on-primary-inverted: #FCFCFC;
  --color-tonal-primary-80: #BDC2FF;
  --color-tonal-primary-70: #9AA4FF;
  --color-tonal-primary-60: #7786FF;
  --color-tonal-primary-99: #F8F8FF;
  --color-tonal-warning-80: #FFAE4F;
  --color-tonal-error-90: #FFDAD5;
  --color-tonal-error-80: #FFB4A9;
  --color-tonal-error-70: #FF8A7B;
  --color-tonal-success-80: #78DC77;
  --color-tonal-neutral-70: #A9ACAC;
  --color-tonal-neutral-90: #E1E3E3;
  --color-tonal-neutral-95: #EFF1F1;
  --color-tonal-primary: var(--color-tonal-primary-80);
  --color-tonal-warning: var(--color-tonal-warning-80);
  --color-tonal-error: var(--color-tonal-error-80);
  --color-tonal-success: var(--color-tonal-success-80);
  --color-tonal-disabled: #EFF1F1;
}
:root .dark {
  --color-background: var(--sys-background);
  --color-on-background: var(--sys-on-background);
  --color-surface: var(--sys-surface);
  --color-on-surface: var(--sys-on-surface);
  --color-outline: var(--sys-outline);
  --color-outline-variant: var(--sys-outline-variant);
  --color-primary: var(--sys-primary);
  --color-on-primary: var(--sys-on-primary);
  --color-primary-container: var(--sys-primary-container);
  --color-on-primary-container: var(--sys-on-primary-container);
  --color-success: var(--sys-secondary);
  --color-on-success: var(--sys-on-secondary);
  --color-success-container: var(--sys-secondary-container);
  --color-on-success-container: var(--sys-on-secondary-container);
  --color-warning: var(--sys-tertiary);
  --color-on-warning: var(--sys-on-tertiary);
  --color-warning-container: var(--sys-tertiary-container);
  --color-on-warning-container: var(--sys-on-tertiary-container);
  --color-error: var(--sys-error);
  --color-on-error: var(--sys-on-error);
  --color-error-container: var(--sys-error-container);
  --color-on-error-container: var(--sys-on-error-container);
  --color-text-high: #FCFCFC;
  --color-text-disabled: #363A3A;
  --color-opacity-background-4: rgba(252, 252, 252, 0.04);
  --color-opacity-background-8: rgba(252, 252, 252, 0.08);
  --color-opacity-background-12: rgba(252, 252, 252, 0.12);
  --color-opacity-primary-8: rgba(83, 101, 255, 0.08);
  --color-opacity-primary-4: rgba(83, 101, 255, 0.04);
  --color-outline-opacity-60: rgba(54, 58, 58, .6);
  --color-text-high-inverted: #090B0B;
  --color-on-primary-inverted: #090B0B;
  --color-tonal-primary-20: #00159E;
  --color-tonal-warning-20: #523400;
  --color-tonal-error-20: #690002;
  --color-tonal-success-20: #00390A;
  --color-tonal-primary: var(--color-tonal-primary-20);
  --color-tonal-warning: var(--color-tonal-warning-20);
  --color-tonal-error: var(--color-tonal-error-20);
  --color-tonal-success: var(--color-tonal-success-20);
}
:root {
  --headline-h3: 500 2.8125rem / 3.25rem "Roboto", sans-serif;
  --headline-h4: 500 2.125rem / 2.625rem "Roboto", sans-serif;
  --headline-h4-tracking: 0.0053125rem;
  --headline-h5: 500 1.5rem / 2rem "Roboto", sans-serif;
  --headline-h6: 500 1.25rem / 1.625rem "Roboto", sans-serif;
  --headline-h6-tracking: 0.009375rem;
  --subtitle-large: 500 1rem / 1.5rem "Roboto", sans-serif;
  --subtitle-large-tracking: 0.009375rem;
  --subtitle-medium: 500 0.875rem / 1.25rem "Roboto", sans-serif;
  --subtitle-medium-tracking: 0.00625rem;
  --subtitle-small: 500 0.75rem / 1rem "Roboto", sans-serif;
  --subtitle-small-tracking: 0.03125rem;
  --body-large: 400 1rem / 1.5rem "Roboto", sans-serif;
  --body-large-tracking: 0.03125rem;
  --body-medium: 400 0.875rem / 1.25rem "Roboto", sans-serif;
  --body-medium-tracking: 0.015625rem;
  --body-small: 400 0.75rem / 1rem "Roboto", sans-serif;
  --body-small-tracking: 0.025rem;
  --text-button: 500 0.875rem / 1.25rem "Roboto", sans-serif;
  --text-button-medium: 500 1.25rem / 1.5rem "Roboto", sans-serif;
  --overline-title: 500 0.75rem / 1rem "Roboto", sans-serif;
  --overline-title-tracking: 0.03125rem;
  --overline-small: 500 0.625rem / 0.875rem "Roboto", sans-serif;
  --overline-small-tracking: 0.09375rem;
  --overline-large: 700 0.875rem / 1rem "Roboto", sans-serif;
  --overline-large-tracking: 0.078125rem;
  --label-large-size: 1.25rem;
  --label-large-tracking: 0.009375rem;
}
:root {
  --second-font: "Lato", sans-serif;
  --default-font: "Roboto", sans-serif;
  --color-sharp: #ffffff;
  --color-sharp-reverse: #1E1E1E;
  --color-black-to-white: #000000;
  --color-background-secondary: var(--color-sharp);
  --color-background-lighten: rgba(245,245,250, 0.6);
  --color-background-dim: rgba(0, 0, 0, 0.1);
  --color-background-announce: #d8d8d8;
  --color-menu-active: #1633ff;
  --color-menu-active-12: rgba(22, 51, 255, .12);
  --color-menu-active-bg: rgba(22, 51, 255, 0.08);
  --color-delimiter: rgba(0, 0, 0, 0.15);
  --color-delimiter-light: rgba(0, 0, 0, 0.12);
  --color-red-600: #e53935;
  --color-red-disabled: rgba(249, 52, 42, .6);
  --color-org-identity: #1c1d21;
  --color-text-04: rgba(0, 0, 0, 0.04);
  --color-text-40: rgba(0, 0, 0, 0.4);
  --color-text-60: rgba(0, 0, 0, 0.6);
  --color-icon: rgba(28, 29, 33, 0.8);
  --color-icon-80: rgba(28, 29, 33, 0.8);
  --color-icon-60: rgba(28, 29, 33, 0.6);
  --color-icon-38: rgba(28, 29, 33, 0.38);
  --color-icon-doc-view: rgba(0, 0, 0, 0.87);
  --color-icon-sharp: var(--color-text-high);
  --color-icon-secondary: var(--color-text-high);
  --color-input-search-bg: rgba(0, 0, 0, 0.05);
  --color-input-bg: white;
  --color-doc-view-bg: #e3e3e8;
  --color-button-transparent: rgba(0, 0, 0, 0.6);
  --animation-bg: white;
  --animation-start: #ddd;
  --animation-end: #eee;
  --hover-bg: #e3e3e8;
  --bg-gallery: #ECEFF1;
  --color-bg-label: rgba(0, 0, 0, 0.04);
  --bg-announce-default: #d8d8d8;
  --button-flat-primary-text: rgba(255, 255, 255, 0.87);
  --button-flat-primary-bg: var(--color-primary);
  --universal-color-black-text-40: rgba(0, 0, 0, 0.4);
  --universal-color-black-text-60: rgba(0, 0, 0, 0.6);
  --universal-color-black-text-87: rgba(0, 0, 0, 0.87);
  --universal-color-white-text-87: rgba(255, 255, 255, 0.87);
  --universal-color-white-text-60: rgba(255, 255, 255, 0.60);
  --universal-white: #fff;
  --universal-delimiter-black-12: rgba(0, 0, 0, .12);
  --aside-menu-active: #8af1b9;
  --color-icon-notification-orange: #f9342a;
  --color-menu-active-bg-04: rgba(22, 51, 255, 0.04);
  --filter-tag-bg: #d0d8ff;
  --mode-bg: #a1b1ff;
  --state-success: #4caf50;
  --state-success-80: rgba(76, 175, 80, .8);
  --state-warning: #ffa000;
  --state-warning-2: #ffeccc;
  --state-warning-2-border: #ffda9e;
  --state-verifying: #2196f3;
  --state-pending: #9e9e9e;
  --state-canceled: rgba(15, 15, 15, 1);
  --state-sending: #5e35b1;
  --state-configuring: #03DAC5;
  --success-bg: rgba(76, 175, 80, 0.2);
  --reject-bg: #fed6d4;
  --verifying-bg: #eaedff;
  --warning-bg: rgba(255, 160, 0, 0.2);
  --color-warning-12: rgba(255, 160, 0, 0.12);
  --color-reject-12: rgba(249, 52, 42, 0.12);
  --color-success-12: rgba(rgb(76, 175, 80), 0.12);
  --dialog-backdrop-bg: rgba(0, 0, 0, .32);
  --tag-primary-bg: #eaedff;
  --tag-primary-bg-focus: hsl(231.4, 100%, 92%);
  --color-active-ligthen: rgba(22, 51, 255, .54);
  --color-active-disabled: rgba(22, 51, 255, .38);
  --color-amber-900: #ff6f00;
  --color-orange-600: #f4511e;
  --color-purple-600: #5e35b1;
  --color-amber-600: #ffb300;
  --color-amber-500: #FFC107;
  --color-cyan-600: #00acc1;
  --color-cyan-200: #03DAC5;
  --color-border: #EAEDF0;
  --color-background-shimmer: #f6f7f8;
  --color-shimmer-gradient:
    linear-gradient(
      to right,
      #f6f7f8 0,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  --color-bg-sidebar: #2E2E2F;
  --color-bg-light: #F6F6F6;
  --color-accent-amber: #F79E1B;
  --color-accent-purple: #673AB7;
  --color-menu-active-60: rgba(22, 51, 255, .6);
  --color-menu-active-30: rgba(22, 51, 255, .3);
  --colors-light-primary-container: #DFE0FF;
  --light-primary-fixed-dim: #BDC2FF;
  --color-others-green: #0D9345;
  --color-others-sky-blue: #3598DB;
  --color-others-orange: #E67F22;
  --color-others-purple: #851AB1;
  --color-others-red: #C1392B;
  --color-others-blue: #3163D1;
}
:root .dark {
  --color-sharp: #1E1E1E;
  --color-sharp-reverse: #fff;
  --color-black-to-white: #ffffff;
  --color-background-secondary: #242424;
  --color-background-lighten: var(--color-background);
  --color-background-dim: rgba(255, 255, 255, 0.1);
  --color-background-announce: #333;
  --color-menu-active: #5365FF;
  --color-menu-active-12: rgba(80, 104, 255, .12);
  --color-menu-active-bg: rgba(80, 104, 255, 0.08);
  --color-delimiter: rgba(255, 255, 255, 0.15);
  --color-delimiter-light: rgba(255, 255, 255, 0.12);
  --color-red-600: #EF5350;
  --color-red-disabled: rgba(251, 115, 94, .6);
  --color-org-identity: rgba(255, 255, 255, 0.8);
  --color-text-04: rgba(255, 255, 255, 0.04);
  --color-text-40: rgba(255, 255, 255, 0.4);
  --color-text-60: rgba(255, 255, 255, 0.6);
  --color-icon: rgba(28, 29, 33, 0.8);
  --color-icon-80: rgba(28, 29, 33, 0.8);
  --color-icon-60: rgba(255, 255, 255, 0.6);
  --color-icon-38: rgba(255, 255, 255, 0.38);
  --color-icon-doc-view: rgba(255, 255, 255, 0.87);
  --color-icon-sharp: var(--color-text-high);
  --color-icon-secondary: #fff;
  --color-input-search-bg: rgba(255, 255, 255, 0.05);
  --color-input-bg: white;
  --color-doc-view-bg: var(--color-sharp);
  --color-button-transparent: rgba(255, 255, 255, 0.6);
  --animation-bg: white;
  --animation-start: #ddd;
  --animation-end: #eee;
  --hover-bg: #e3e3e8;
  --bg-gallery: #ECEFF1;
  --color-bg-label: rgba(255, 255, 255, 0.04);
  --bg-announce-default: #383838;
  --button-flat-primary-text: rgba(255, 255, 255, 0.87);
  --button-flat-primary-bg: var(--color-primary);
  --universal-color-black-text-40: rgba(0, 0, 0, 0.4);
  --universal-color-black-text-60: rgba(0, 0, 0, 0.6);
  --universal-color-black-text-87: rgba(0, 0, 0, 0.87);
  --universal-color-white-text-87: rgba(255, 255, 255, 0.87);
  --aside-menu-active: #8AF1B9;
  --color-icon-notification-orange: #FB735E;
  --color-menu-active-bg-04: rgba(80, 104, 255, 0.04);
  --filter-tag-bg: #d0d8ff;
  --state-success: #81C784;
  --state-success-80: rgba(128, 198, 132, .8);
  --state-warning: #ffa000;
  --state-warning-2: #ffeccc;
  --state-verifying: #2196f3;
  --dialog-backdrop-bg: rgba(0, 0, 0, .32);
  --color-active-ligthen: rgba(80, 104, 255, .54);
  --color-amber-500: #FFCA28;
  --color-cyan-200: #03DAC5;
  --color-border: var(--color-delimiter-light);
  --color-background-shimmer: #242424;
  --color-shimmer-gradient:
    linear-gradient(
      to right,
      #242424 0,
      #1f1f1f 20%,
      #242424 40%,
      #242424 100%);
  --color-bg-sidebar: #2E2E2F;
  --color-bg-light: #272727;
  --color-menu-active-60: rgba(83, 101, 255, .6);
  --color-menu-active-30: rgba(83, 101, 255, .3);
  --colors-light-primary-container: #7779ac;
  --color-others-green: #37CC75;
  --color-others-sky-blue: #60BDFB;
  --color-others-orange: #F49641;
  --color-others-purple: #B743E6;
  --color-others-red: #E75A4B;
  --color-others-blue: #507EE3;
}
.upper,
.menuList__content-list .menuList__content .menuList__content-title {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize;
}
.m-r-20 {
  margin-right: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y {
  overflow-y: auto;
}
.overflow-x {
  overflow-x: auto;
}
.pointer {
  cursor: pointer;
}
.pointer:focus {
  outline: none;
}
.pointer-events-none {
  pointer-events: none;
}
.text-center,
.primaryTable th.text-center {
  text-align: center;
}
.text-right,
.primaryTable th.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-v-center {
  vertical-align: middle;
}
.text-v-bottom {
  vertical-align: bottom;
}
.font-normal,
.confirmationComponent__title h2 {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.font-second {
  font-family: var(--second-font);
}
.text_larger {
  font-family: var(--second-font);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin: 4px 0;
}
.text_bold {
  font-weight: bold;
}
.text_smaller,
.menuList .menuList__content h4 + div,
.configurationDefList dd p,
.authorizationCode__item,
.mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-simple-snack-bar {
  font-size: 13px;
  letter-spacing: 0.09px;
  line-height: 20px;
}
.text_smaller-wide {
  letter-spacing: 0.4px;
}
.text_smallest,
.gridLogos__more,
.sectionHeading {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
.text_xxs {
  font-size: 10px;
  letter-spacing: 1.07px;
}
.title2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.body2,
.confirmationComponent .confirmationComponent__question-wrapper {
  font-family: var(--second-font);
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 20px;
}
.font-15,
.confirmationComponent__title h2,
.dialog-sidebar-right .ofSidenav .searchBox .searchBox__input,
.dialog-sidebar-right-product .ofSidenav .searchBox .searchBox__input,
.simpleCard .mat-mdc-card-header .mat-mdc-card-title {
  font-size: 15px;
  letter-spacing: 0.47px;
}
.font-15-wide {
  font-size: 15px;
  letter-spacing: 1.47px;
}
.l-h-18 {
  line-height: 18px;
}
.l-h-20 {
  line-height: 20px;
}
.letter-spacing-14 {
  letter-spacing: 0.14px;
}
.text-overflow,
.docPreview .docV2 .docV2-minimized .docV2__org-title,
.ofSidenav .docV2 .docV2-minimized .docV2__org-title,
.docsListAtSidebar .docV2 .docV2-minimized .docV2__org-title,
.mat-mdc-button.btn-text-overflow .mdc-button__label,
.menu-organized .menu-organized__btn-text,
.menu-organized h5,
.matSidenav app-sidenav-visual-config .mdc-form-field > label,
.userMenu__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text_ellipsis,
.text_ellipsis-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text_ellipsis-two-lines {
  -webkit-line-clamp: 2;
}
.text_break_all {
  word-break: break-all;
}
.text_pre_line {
  white-space: pre-line;
}
.text_nowrap {
  white-space: nowrap;
}
.text_wrap {
  white-space: normal;
}
.link-text {
  text-decoration: none;
  outline: none;
}
.link-text:hover {
  text-decoration: underline;
}
.border_light,
.mat-mdc-outlined-button.border_light,
.mat-mdc-outlined-button.border_light-w2,
.mat-mdc-outlined-button.scrollableContent,
.scrollableContent,
.border_light-w2 {
  border-radius: 8px;
  border: 1px solid var(--color-outline);
}
.border_light-w2 {
  border-width: 2px;
}
.border-radius-16 {
  border-radius: 16px;
}
body .m-0 {
  margin: 0;
}
body .m-x-0\! {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .m-t-0 {
  margin-top: 0;
}
body .m-r-0 {
  margin-right: 0;
}
body .m-b-0 {
  margin-bottom: 0;
}
body .m-l-0 {
  margin-left: 0;
}
body .m-t-2 {
  margin-top: 2px;
}
body .m-t-4 {
  margin-top: 4px;
}
body .m-r-4 {
  margin-right: 4px;
}
body .m-b-4 {
  margin-bottom: 4px;
}
body .m-l-4 {
  margin-left: 4px;
}
body .m-x-4,
body .mat-mdc-icon-button.m-x-4 {
  margin-left: 4px;
  margin-right: 4px;
}
body .m-b-5 {
  margin-bottom: 5px;
}
body .m-b-6 {
  margin-bottom: 6px;
}
body .m-x-8,
body .mat-mdc-icon-button.m-x-8 {
  margin-left: 8px;
  margin-right: 8px;
}
body .m-t-8,
body .confirmationComponent__question-information,
body .mat-mdc-icon-button.confirmationComponent__question-information,
body .primaryDialog footer.actions .mat-mdc-button.confirmationComponent__question-information,
.primaryDialog footer.actions body .mat-mdc-button.confirmationComponent__question-information,
body .primaryDialog footer.actions .mat-mdc-button.m-t-8,
.primaryDialog footer.actions body .mat-mdc-button.m-t-8,
body .mat-mdc-icon-button.m-t-8 {
  margin-top: 8px;
}
body .m-r-8,
body .mat-mdc-icon-button.m-r-8,
body .mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon.m-r-8 {
  margin-right: 8px;
}
body .m-b-8,
body .confirmationComponent__question,
body .mat-mdc-icon-button.confirmationComponent__question,
body .mat-mdc-icon-button.m-b-8 {
  margin-bottom: 8px;
}
body .m-l-8,
body .mat-mdc-icon-button.m-l-8 {
  margin-left: 8px;
}
body .m-l-10 {
  margin-left: 10px;
}
body .m-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}
body .m-t-12 {
  margin-top: 12px;
}
body .m-r-12 {
  margin-right: 12px;
}
body .m-b-12 {
  margin-bottom: 12px;
}
body .m-l-12 {
  margin-left: 12px;
}
body .m-b-14 {
  margin-bottom: 14px;
}
body .m-t-16,
body .mat-mdc-icon-button.m-t-16 {
  margin-top: 16px;
}
body .m-r-16,
body .dottedList.m-r-16,
body .mat-mdc-icon-button.m-r-16 {
  margin-right: 16px;
}
body .m-b-16,
body .dottedList.m-b-16,
body .mat-mdc-icon-button.m-b-16,
body .title2.m-b-16 {
  margin-bottom: 16px;
}
body .m-l-16,
body .dottedList.m-l-16,
body .mat-mdc-icon-button.m-l-16 {
  margin-left: 16px;
}
body .m-x-16 {
  margin-left: 16px;
  margin-right: 16px;
}
body .m-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .m-y-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
body .m-l-20 {
  margin-left: 20px;
}
body .m-r-20 {
  margin-right: 20px;
}
body .m-t-24 {
  margin-top: 24px;
}
body .m-t-32 {
  margin-top: 32px;
}
body .m-t-64 {
  margin-top: 64px;
}
body .m-r-24,
body .dottedList.m-r-24,
body .mat-mdc-unelevated-button.m-r-24 {
  margin-right: 24px;
}
body .m-b-24,
body .text_smaller.m-b-24,
body .menuList .menuList__content h4 + div.m-b-24,
.menuList .menuList__content body h4 + div.m-b-24,
body .configurationDefList dd p.m-b-24,
.configurationDefList dd body p.m-b-24,
body .m-b-24.authorizationCode__item,
body .mat-mdc-snack-bar-container.snack-bar-verify .m-b-24.mat-mdc-simple-snack-bar,
.mat-mdc-snack-bar-container.snack-bar-verify body .m-b-24.mat-mdc-simple-snack-bar {
  margin-bottom: 24px;
}
body .m-l-24,
body .dottedList.m-l-24 {
  margin-left: 24px;
}
body .m-l-28 {
  margin-left: 28px;
}
body .m-r-28 {
  margin-right: 28px;
}
body .m-b-35 {
  margin-bottom: 35px;
}
body .m-b-20,
body .mat-mdc-icon-button.m-b-20 {
  margin-bottom: 20px;
}
body .m-b-32 {
  margin-bottom: 32px;
}
body .m-l-32 {
  margin-left: 32px;
}
body .m-r-32 {
  margin-right: 32px;
}
body .m-r-40 {
  margin-right: 40px;
}
body .m-l-40 {
  margin-left: 40px;
}
body .m-b-40 {
  margin-bottom: 40px;
}
body .m-r-48 {
  margin-right: 48px;
}
body .m-l-48 {
  margin-left: 48px;
}
body .m-r-56 {
  margin-right: 56px;
}
body .m-r-64 {
  margin-right: 64px;
}
body .m-l-56 {
  margin-left: 56px;
}
body .m-l-62 {
  margin-left: 62px;
}
body .m-l-64 {
  margin-left: 64px;
}
body .m-l-72 {
  margin-left: 72px;
}
body .m-l-104 {
  margin-left: 104px;
}
body .m-t-offset-2 {
  margin-top: -2px;
}
body .m-t-offset-8 {
  margin-top: -8px;
}
body .m-r-offset-8,
body .mat-mdc-icon-button.m-r-offset-8 {
  margin-right: -8px;
}
body .m-l-offset-8,
body .mat-mdc-icon-button.m-l-offset-8 {
  margin-left: -8px;
}
body .m-l-offset-10 {
  margin-left: -10px;
}
body .m-l-offset-16,
body .primaryTable.m-l-offset-16 {
  margin-left: -16px;
}
body .m-r-offset-16,
body .primaryTable.m-r-offset-16 {
  margin-right: -16px;
}
body .m-offset-16 {
  margin-left: -16px;
  margin-right: -16px;
}
body .offset-width-24 {
  margin-left: -24px;
  margin-right: -24px;
}
body .m-l-auto {
  margin-left: auto;
}
body .m-r-auto {
  margin-right: auto;
}
body .p-0 {
  padding: 0;
}
body .p-0\! {
  padding: 0 !important;
}
body .p-8 {
  padding: 8px;
}
body .p-16 {
  padding: 16px;
}
body .p-t-0 {
  padding-top: 0;
}
body .p-b-0 {
  padding-bottom: 0;
}
body .p-r-0,
body .primaryTable th.p-r-0,
.primaryTable body th.p-r-0 {
  padding-right: 0;
}
body .p-l-0 {
  padding-left: 0;
}
body .p-l-0\! {
  padding-left: 0 !important;
}
body .p-l-4 {
  padding-left: 4px;
}
body .p-t-6 {
  padding-top: 6px;
}
body .p-t-8 {
  padding-top: 8px;
}
body .p-b-8 {
  padding-bottom: 8px;
}
body .p-r-8 {
  padding-right: 8px;
}
body .p-r-8\! {
  padding-right: 8px !important;
}
body .p-l-8 {
  padding-left: 8px;
}
body .p-t-12 {
  padding-top: 12px;
}
body .p-b-12 {
  padding-bottom: 12px;
}
body .p-r-12 {
  padding-right: 12px;
}
body .p-l-12 {
  padding-left: 12px;
}
body .p-t-14 {
  padding-top: 14px;
}
body .p-b-14 {
  padding-bottom: 14px;
}
body .p-t-16,
body .confirmationComponent__question-wrapper {
  padding-top: 16px;
}
body .p-b-16 {
  padding-bottom: 16px;
}
body .p-r-16 {
  padding-right: 16px;
}
body .p-r-16\! {
  padding-right: 16px !important;
}
body .p-l-16 {
  padding-left: 16px;
}
body .p-l-19 {
  padding-left: 19px;
}
body .p-t-24 {
  padding-top: 24px;
}
body .p-b-24 {
  padding-bottom: 24px;
}
body .p-r-24 {
  padding-right: 24px;
}
body .p-r-32 {
  padding-right: 32px;
}
body .p-l-24 {
  padding-left: 24px;
}
body .p-l-27 {
  padding-left: 27px;
}
body .p-t-32 {
  padding-top: 32px;
}
body .p-b-32 {
  padding-bottom: 32px;
}
body .p-b-20,
body .confirmationComponent__question-wrapper {
  padding-bottom: 20px;
}
body .p-t-20 {
  padding-top: 20px;
}
body .p-y-4,
body .confirmationComponent__answers .mdc-form-field,
.confirmationComponent__answers body .mdc-form-field {
  padding-top: 4px;
  padding-bottom: 4px;
}
body .p-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}
body .p-y-8,
body .primaryDialog.hasStickyElements header.p-y-8,
.primaryDialog.hasStickyElements body header.p-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .p-x-8,
body .primaryDialog .mat-mdc-button.p-x-8,
.primaryDialog body .mat-mdc-button.p-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}
body .p-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .p-x-16,
body .confirmationComponent__content,
body .confirmationComponent__title,
body .dialogFullscreen__aside-container {
  padding-left: 16px;
  padding-right: 16px;
}
body .p-x-32 {
  padding-left: 32px;
  padding-right: 32px;
}
body .p-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}
body .p-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
body .p-x-24 {
  padding-left: 24px;
  padding-right: 24px;
}
body .p-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}
body .p-l-32 {
  padding-left: 32px;
}
body .p-b-64 {
  padding-bottom: 64px;
}
body .p-t-80 {
  padding-top: 80px;
}
.min-h-4 {
  min-height: 4px;
}
.min-h-40 {
  min-height: 40px;
}
.min-h-48 {
  min-height: 48px;
}
.min-h-56,
body .mat-mdc-menu-panel .mat-mdc-menu-item.min-h-56 {
  min-height: 56px;
}
.min-h-60,
.confirmationComponent__title {
  min-height: 60px;
}
.min-h-64 {
  min-height: 64px;
}
.min-h-72 {
  min-height: 72px;
}
.min-h-184 {
  min-height: 184px;
}
.min-w-0 {
  min-width: 0;
}
.width-auto,
.primaryTable.width-auto {
  width: auto;
}
.width-40 {
  width: 40px;
}
.width-60 {
  width: 60px;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.h100vh {
  height: 100vh;
}
.max-h-180 {
  max-height: 180px;
}
.max-h-185 {
  max-height: 185px;
}
.max-w-180 {
  max-width: 180px;
}
.max-width-none,
.primaryTable.max-width-none {
  max-width: none;
}
.block {
  display: block;
}
.flex,
.openfactura .blockNotification,
.openfactura .flex_between,
.openfactura .personalizationContainer .toast,
.openfactura .personalizationContainer .blockScale__scale,
.openfactura .personalizationContainer .blockScale,
.openfactura .flex_justify_end,
.openfactura .configWrapper .tableGrid .tableGrid__bottom,
.openfactura .flex_center,
.openfactura .configuration-block_line,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.toast,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale__scale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura .customMatAutocomplete__header,
.openfactura .customMatAutocomplete__footer,
.openfactura .customFieldInput__inner,
.openfactura .dialogFullscreen__header-actions,
.openfactura .listDoc__item_list,
.openfactura .confirmationComponent__title,
.openfactura .flex_justify_center,
.openfactura .configWrapper .tableGrid .tableGrid__item,
.openfactura .flex_column,
.openfactura .configWrapper .panelTemplates__top,
.openfactura .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .dialogFullscreen__aside-container,
.openfactura .confirmationComponent__answers,
.menuList__item,
.dialogFullscreen__content,
.customTab__nav,
.flex_wrap,
.flex_end,
.flex_column,
.openfactura .configWrapper .panelTemplates__top,
.confirmationComponent__answers,
.dialogFullscreen__aside-container,
.flex_column_start,
.flex_column_end,
.flex_center,
.confirmationComponent__title,
body .mat-mdc-menu-panel .mat-mdc-menu-item.confirmationComponent__title,
.listDoc__item_list,
body .mat-mdc-menu-panel .mat-mdc-menu-item.listDoc__item_list,
.dialogFullscreen__header-actions,
body .mat-mdc-menu-panel .mat-mdc-menu-item.dialogFullscreen__header-actions,
.customFieldInput__inner,
body .mat-mdc-menu-panel .mat-mdc-menu-item.customFieldInput__inner,
.customMatAutocomplete__header,
.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__header,
body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .mat-mdc-menu-item.flex_center,
.flex_between,
.flex_between_center,
.openfactura .mat-mdc-button.has-svg .mdc-button__label,
.openfactura .mat-mdc-button.has-icon .mdc-button__label,
.pageHeading__inner,
.dialogDatepicker__header,
.dialogFullscreen__header,
.flex_between_end,
.flex_around,
.flex_start_center,
.flex_end_center,
.dialogDatepicker__footer,
.dialogFooter,
.flex_justify_end,
.flex_justify_center,
.flex_center_center,
.openfactura .noElements,
.openfactura .nonActive .nonActive__wrapper,
.openfactura .image-uploader__upload-area label,
.doc__header-main .circle,
.docV2 .circle,
.sAnnounce .sAnnounce__icon,
.menuList__item-image,
.image-uploader__upload-area label,
.uploadImage__default label,
.uploadImage__item,
.wrapper_validate,
.dialogFullscreen__aside-actions,
.dialogFullscreen__gallery,
.primaryTable__preview,
.flex_start,
.menuList__item-image.flex_start,
.flex_stretch {
  display: flex;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_start,
.menuList__item-image.flex_start {
  align-items: flex-start;
}
.flex_end {
  align-items: flex-end;
}
.flex_column,
.openfactura .configWrapper .panelTemplates__top,
.openfactura .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.confirmationComponent__answers,
.dialogFullscreen__aside-container {
  flex-direction: column;
}
.flex_column_start {
  flex-direction: column;
  align-items: flex-start;
}
.flex_column_end {
  flex-direction: column;
  align-items: flex-end;
}
.flex_center,
.openfactura .configuration-block_line,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
.openfactura .personalizationContainer .toast,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer .blockScale__scale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer .blockScale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.confirmationComponent__title,
body .mat-mdc-menu-panel .mat-mdc-menu-item.confirmationComponent__title,
.listDoc__item_list,
body .mat-mdc-menu-panel .mat-mdc-menu-item.listDoc__item_list,
.dialogFullscreen__header-actions,
body .mat-mdc-menu-panel .mat-mdc-menu-item.dialogFullscreen__header-actions,
.customFieldInput__inner,
body .mat-mdc-menu-panel .mat-mdc-menu-item.customFieldInput__inner,
.customMatAutocomplete__header,
.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__header,
body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .mat-mdc-menu-item.flex_center {
  align-items: center;
}
.flex_between,
.openfactura .personalizationContainer .toast,
.openfactura .personalizationContainer .blockScale__scale,
.openfactura .personalizationContainer .blockScale {
  justify-content: space-between;
}
.flex_between_center,
.openfactura .mat-mdc-button.has-svg .mdc-button__label,
.openfactura .mat-mdc-button.has-icon .mdc-button__label,
.pageHeading__inner,
.dialogDatepicker__header,
.dialogFullscreen__header {
  justify-content: space-between;
  align-items: center;
}
.flex_between_end {
  justify-content: space-between;
  align-items: end;
}
.flex_around {
  justify-content: space-around;
}
.flex_start_center {
  justify-content: flex-start;
  align-items: center;
}
.flex_end_center,
.dialogDatepicker__footer,
.dialogFooter {
  justify-content: flex-end;
  align-items: center;
}
.flex_justify_end,
.openfactura .configWrapper .tableGrid .tableGrid__bottom {
  justify-content: flex-end;
}
.flex_justify_center,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura .configWrapper .tableGrid .tableGrid__item {
  justify-content: center;
}
.flex_center_center,
.openfactura .noElements,
.openfactura .nonActive .nonActive__wrapper,
.openfactura .image-uploader__upload-area label,
.doc__header-main .circle,
.docV2 .circle,
.sAnnounce .sAnnounce__icon,
.menuList__item-image,
.image-uploader__upload-area label,
.uploadImage__default label,
.uploadImage__item,
.wrapper_validate,
.dialogFullscreen__aside-actions,
.dialogFullscreen__gallery,
.primaryTable__preview {
  justify-content: center;
  align-items: center;
}
.flex_stretch {
  align-items: stretch;
}
.flex_stretch\! {
  align-items: stretch !important;
}
.flex-grow-1,
.confirmationComponent__question-wrapper {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex_self_start {
  align-self: start;
}
.flex_self_end {
  align-self: end;
}
.flex_self_center {
  align-self: center;
}
.flex_self_stretch {
  align-self: stretch;
}
.flex_inline {
  display: inline-flex;
}
.gap-c-8 {
  column-gap: 8px;
}
.gap-c-16 {
  column-gap: 16px;
}
.gap-r-16 {
  row-gap: 16px;
}
.gap-c-32 {
  column-gap: 32px;
}
.gap-c-48 {
  column-gap: 48px;
}
.gap-r-8 {
  row-gap: 8px;
}
.gap-r-24 {
  row-gap: 24px;
}
.gap-8 {
  gap: 8px;
}
.gap-8 .mat-mdc-button + .mat-mdc-button {
  margin-left: initial;
}
.inline-block {
  display: inline-block;
}
.order-2 {
  order: 2;
}
.simplifiedContent p,
.simplifiedContent ul,
.simplifiedContent ol,
.simplifiedContent a,
.simplifiedContent li {
  margin: 0;
  padding: 0;
  color: currentColor;
}
.simplifiedContent br {
  display: none;
}
.overlap-enabled {
  pointer-events: none;
  opacity: 0.4;
}
.show-hidden .screen-hidden {
  opacity: 1;
}
@media (hover: hover) {
  .show-hidden .screen-hidden {
    opacity: 0;
  }
  .show-hidden .screen-hidden.screen-hidden-visible {
    opacity: 1;
  }
  .show-hidden:hover .screen-hidden {
    opacity: 1;
  }
}
.custom-scrollbar {
}
.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #97979a;
  border-radius: 20px;
  border: 3px solid var(--bg-gray);
}
.custom-scrollbar:hover::-webkit-scrollbar {
  width: 10px;
}
body .no-radius {
  border-radius: 0;
}
body .no-radius\! {
  border-radius: 0 !important;
}
body .radius-10,
body .mat-mdc-unelevated-button.radius-10 {
  border-radius: 10px;
}
body .radius-8 {
  border-radius: 8px;
}
body .radius-4 {
  border-radius: 4px;
}
body .as-circle {
  border-radius: 50%;
}
body .as-circle.size-40 {
  width: 40px !important;
  height: 40px !important;
}
body .radius-t-l-8 {
  border-top-left-radius: 8px;
}
body .radius-t-r-8 {
  border-top-right-radius: 8px;
}
.bg-even-lighten > *:nth-child(even) {
  background-color: var(--color-opacity-background-4);
}
.bg-hover-dim > *:hover {
  background-color: var(--color-background-dim);
}
.bg-even-sharp {
  background-color: var(--color-surface);
}
.bg-even-sharp > *:nth-child(even) {
  background-color: var(--color-opacity-background-4);
}
.bg-even-sharp.bg-hover-dim > *:hover {
  background-color: var(--color-background-dim);
}
body .abs,
body .pos-abs {
  position: absolute;
}
body .rel,
body .dialogFullscreen__gallery,
body .pos-rel {
  position: relative;
}
body .pos-fix {
  position: fixed;
}
body .pos-sticky {
  position: sticky;
}
body .pos-l-0 {
  left: 0;
}
body .pos-r-0 {
  right: 0;
}
body .pos-t--1 {
  top: -1px;
}
body .pos-t-0 {
  top: 0;
}
body .pos-t-full {
  left: 0;
  top: 0;
  right: 0;
}
body .t-2 {
  top: 2px;
}
body .t--8 {
  top: -8px;
}
body .z-index-0 {
  z-index: 0;
}
body .z-index-1 {
  z-index: 1;
}
body .z-index-3 {
  z-index: 3;
}
.header-1 {
  font-size: 34px;
  letter-spacing: 0.25px;
  line-height: 1.235;
}
.header-2 {
  margin: 0;
  font: 500 24px/24px var(--default-font);
  letter-spacing: 0.47px;
}
.header-6 {
  margin: 0;
  font: 700 10px/16px var(--second-font);
  letter-spacing: 1.07px;
}
.sectionHeading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 48px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 24px;
  color: var(--color-text-medium);
}
@media only screen and (max-width: 992px) {
  .sectionHeading {
    padding-left: 16px;
    padding-right: 16px;
    justify-content: flex-start;
    font-size: 10px;
    color: var(--color-text-40);
    letter-spacing: 1.07px;
  }
}
.avatarCheck {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.avatarCheck .mdc-checkbox__background {
  border-color: var(--color-icon-sharp);
  background-color: var(--color-icon-sharp);
}
.avatarCheck .mat-mdc-checkbox {
  display: none;
  align-items: center;
  justify-content: center;
}
.avatarCheck:hover .mat-mdc-checkbox,
.avatarCheck.avatarCheck__check-only .mat-mdc-checkbox,
.avatarCheck.isChecked .mat-mdc-checkbox {
  display: inline-flex;
}
.avatarCheck:hover .avatarCheck__avatar,
.avatarCheck.isChecked .avatarCheck__avatar {
  display: none;
}
.avatarCheck.pos-abs {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.avatarCheck.pos-abs.avatarCheck__sm {
  top: 16px;
  left: 20px;
  transform: none;
}
.avatarCheck__sm {
  height: 32px;
  width: 32px;
}
.avatarCheck__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.12);
}
.avatarCheck__avatar.dte__33 {
  background-color: #ef5350;
}
.avatarCheck__avatar.dte__34 {
  background-color: #d32f2f;
}
.avatarCheck__avatar.dte__39 {
  background-color: #fdd835;
}
.avatarCheck__avatar.dte__41 {
  background-color: #fbc02d;
}
.avatarCheck__avatar.dte__43 {
  background-color: #673ab7;
}
.avatarCheck__avatar.dte__46 {
  background-color: #f44336;
}
.avatarCheck__avatar.dte__52 {
  background-color: #4caf50;
}
.avatarCheck__avatar.dte__56 {
  background-color: #9e9e9e;
}
.avatarCheck__avatar.dte__61 {
  background-color: #607d8b;
}
.avatarCheck__avatar.dte__110 {
  background-color: #e53935;
}
.avatarCheck__avatar.dte__111 {
  background-color: #616161;
}
.avatarCheck__avatar.dte__112 {
  background-color: #455a64;
}
.avatarCheck__avatar.dte__801 {
  background-color: transparent;
}
.avatarCheck__avatar.dte__OF01 {
  background-color: #29b6f6;
}
.avatarCheck__avatar.sm {
  height: 32px;
  width: 32px;
}
.avatarCheck__letter {
  margin: 0;
}
.ratio-1 {
  aspect-ratio: 1;
}
.color-text-high,
.authorizationField .secure span.color-text-high {
  color: var(--color-text-high);
}
.color-on-surface {
  color: var(--color-on-surface);
}
.color-text-60,
.menuList .menuList__content h4 + div,
.authorizationField .mask .menuList .menuList__content h4 + div.mat-icon,
.menuList .menuList__content .authorizationField .mask h4 + div.mat-icon,
.configurationDefList dd p,
.authorizationField .mask .configurationDefList dd p.mat-icon,
.configurationDefList dd .authorizationField .mask p.mat-icon,
.authorizationField .mask .mat-icon.color-text-60,
.authorizationField .mask .mat-icon.authorizationCode__item_inactive,
.primaryTable td.color-text-60,
.primaryTable td.authorizationCode__item_inactive,
.authorizationCode__item_inactive,
.color-text-medium {
  color: var(--color-text-medium);
}
.color-text-disabled {
  color: var(--color-text-disabled);
}
.color-on-background {
  color: var(--color-on-background);
}
.color-on-background-disabled {
  background: var(--color-on-background-disabled);
}
.color-text-40 {
  color: var(--color-text-40);
}
svg.color-text-60,
.authorizationField .mask svg.mat-icon.color-text-60,
.authorizationField .mask svg.mat-icon.authorizationCode__item_inactive,
svg.authorizationCode__item_inactive {
  fill: var(--color-text-medium);
}
.color-outline-variant {
  color: var(--color-outline-variant);
}
.color-primary-blue,
.sAnnounce a.color-primary-blue,
.mat-mdc-menu-item .mat-icon.color-primary-blue,
.color-primary {
  color: var(--color-primary);
}
.color-on-primary-container {
  color: var(--color-on-primary-container);
}
.color-red,
.mat-mdc-button .mat-icon.color-red,
.mat-mdc-button svg-icon-sprite.color-red,
body .mat-mdc-menu-panel .mat-mdc-menu-item.color-red,
.color-reject,
body .mat-mdc-menu-panel .mat-mdc-menu-item.color-reject,
.color-error {
  color: var(--color-error) !important;
}
.color-red-disabled {
  color: var(--color-red-disabled);
}
.color-success,
body .mat-mdc-menu-panel .mat-mdc-menu-item.color-success {
  color: var(--color-success);
}
.color-warning,
body .mat-mdc-menu-panel .mat-mdc-menu-item.color-warning {
  color: var(--color-warning);
}
.color-verifying,
body .mat-mdc-menu-panel .mat-mdc-menu-item.color-verifying {
  color: var(--state-verifying);
}
.color-canceled,
body .mat-mdc-menu-panel .mat-mdc-menu-item.color-canceled {
  color: var(--state-canceled);
}
.color-pending,
body .mat-mdc-menu-panel .mat-mdc-menu-item.color-pending {
  color: var(--state-pending);
}
.universal-color-black-text-60 {
  color: var(--universal-color-black-text-60);
}
.color-cyan-200 {
  color: var(--color-cyan-200);
}
.color-black-to-white {
  color: var(--color-black-to-white);
}
.color-amber-500 {
  color: var(--color-amber-500);
}
.color-opacity-background-04 {
  background-color: var(--color-opacity-background-4);
}
.bg-color-on-background {
  background-color: var(--color-on-background);
}
.bg-color-others-green {
  background-color: var(--color-others-green);
}
.bg-color-others-sky-blue {
  background-color: var(--color-others-sky-blue);
}
.bg-color-others-orange {
  background-color: var(--color-others-orange);
}
.bg-color-others-purple {
  background-color: var(--color-others-purple);
}
.bg-color-others-red {
  background-color: var(--color-others-red);
}
.bg-color-others-blue {
  background-color: var(--color-others-blue);
}
.bg-color-surface {
  background: var(--color-surface);
}
.bg-color-success {
  background-color: var(--color-success);
}
.bg-color-error {
  background-color: var(--color-error);
}
.bg-color-warning {
  background-color: var(--color-warning);
}
.headline3 {
  font: var(--headline-h3);
}
.headline4 {
  font: var(--headline-h4);
  letter-spacing: var(--headline-h4-tracking);
}
.headline4 i {
  font-style: italic;
}
.headline5 {
  font: var(--headline-h5);
}
.headline6 {
  font: var(--headline-h6);
  letter-spacing: var(--headline-h6-tracking);
}
.subtitle,
.customFlatpickr .flatpickr-calendar .flatpickr-monthDropdown-months,
.subtitle-large {
  font: var(--subtitle-large);
  letter-spacing: var(--subtitle-large-tracking);
}
.subtitleMedium,
.subtitle-medium {
  font: var(--subtitle-medium);
  letter-spacing: var(--subtitle-medium-tracking);
}
.subtitle-small {
  font: var(--subtitle-small);
  letter-spacing: var(--subtitle-small-tracking);
}
.textBodyLarge,
.customFlatpickr .flatpickr-calendar .dayContainer .flatpickr-day,
.customFlatpickr .flatpickr-calendar .flatpickr-current-month input.cur-year,
.customFlatpickr .flatpickr-calendar .flatpickr-current-month,
.body-large {
  font: var(--body-large);
  letter-spacing: var(--body-large-tracking);
}
.textBody1,
.body-medium {
  font: var(--body-medium);
  letter-spacing: var(--body-medium-tracking);
}
.textBodySmall,
.body-small {
  font: var(--body-small);
  letter-spacing: var(--body-small-tracking);
}
.text-button {
  font: var(--text-button);
  letter-spacing: var(--label-large-tracking);
}
.button,
.text-button-medium {
  font: var(--text-button-medium);
  letter-spacing: var(--label-large-tracking);
}
.textButton {
  font: var(--text-button-medium);
}
.overline-title {
  font: var(--overline-title);
  letter-spacing: var(--overline-title-tracking);
}
.overline {
  font: var(--overline-small);
  letter-spacing: var(--overline-small-tracking);
  text-transform: uppercase;
  margin-bottom: 0;
}
.textOverline,
.overline-small {
  font: var(--overline-small);
  letter-spacing: var(--overline-small-tracking);
}
.overline-large {
  font: var(--overline-large);
  letter-spacing: var(--overline-large-tracking);
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: var(--default-font);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.47px;
  color: var(--color-text-high);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  backface-visibility: hidden;
  background-color: var(--color-background);
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--second-font);
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
a,
button {
  cursor: pointer;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
button,
input {
  overflow: visible;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  letter-spacing: 0.47px;
  color: var(--color-text-high);
}
input[type=text] {
  -webkit-appearance: none;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
}
svg-icon-sprite {
  display: inline-flex;
  max-width: 100%;
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 1;
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
body .mdc-checkbox .mdc-checkbox__native-control:enabled:focus :focus:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background,
body .mdc-checkbox .mdc-checkbox__native-control:enabled:focus :checked,
body .mdc-checkbox .mdc-checkbox__native-control:enabled:focus:indeterminate ~ .mdc-checkbox__background,
body .mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__ripple,
body .mdc-checkbox:hover .mdc-checkbox__ripple .mat-ripple-element,
body .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mdc-checkbox__ripple,
body .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
body .mdc-checkbox:active .mdc-checkbox__native-control ~ .mdc-checkbox__ripple,
body .mdc-checkbox:active .mdc-checkbox__native-contro ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
body .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mdc-checkbox__ripple,
body .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
body .mdc-checkbox .mdc-checkbox__native-control:focus:checked ~ .mdc-checkbox__ripple,
body .mdc-checkbox .mdc-checkbox__native-control:focus:checked ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
body .mdc-checkbox:active .mdc-checkbox__native-control:checked ~ .mdc-checkbox__ripple,
body .mdc-checkbox:active .mdc-checkbox__native-control:checked ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox__native-control:enabled:focus :focus:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox__native-control:enabled:focus :checked,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox__native-control:enabled:focus:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__ripple,
.mat-mdc-menu-item .mdc-checkbox:hover .mdc-checkbox__ripple .mat-ripple-element,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mdc-checkbox__ripple,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.mat-mdc-menu-item .mdc-checkbox:active .mdc-checkbox__native-control ~ .mdc-checkbox__ripple,
.mat-mdc-menu-item .mdc-checkbox:active .mdc-checkbox__native-contro ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.mat-mdc-menu-item .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mdc-checkbox__ripple,
.mat-mdc-menu-item .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox__native-control:focus:checked ~ .mdc-checkbox__ripple,
.mat-mdc-menu-item .mdc-checkbox .mdc-checkbox__native-control:focus:checked ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.mat-mdc-menu-item .mdc-checkbox:active .mdc-checkbox__native-control:checked ~ .mdc-checkbox__ripple,
.mat-mdc-menu-item .mdc-checkbox:active .mdc-checkbox__native-control:checked ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: var(--color-primary);
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: var(--color-on-background);
}
body .mat-mdc-checkbox.outline-variant .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox.outline-variant .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: var(--colors-light-outline-variant);
}
body .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: var(--color-outline-variant);
}
body .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: var(--color-outline-variant);
}
body .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: var(--color-text-medium);
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: var(--color-outline);
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
  background-color: var(--color-outline);
  opacity: 0.38;
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: var(--color-text-high-light-universal);
}
body .mat-mdc-checkbox .mdc-checkbox__ripple,
.mat-mdc-menu-item .mat-mdc-checkbox .mdc-checkbox__ripple {
  background-color: var(--color-on-background);
}
body .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.mat-mdc-menu-item .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background-color: var(--color-primary);
}
body .mat-mdc-checkbox .mat-ripple-element,
.mat-mdc-menu-item .mat-mdc-checkbox .mat-ripple-element {
  background-color: var(--color-opacity-background-12);
}
body .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.mat-mdc-menu-item .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: var(--color-opacity-primary-8);
}
body .mdc-form-field > label,
.mat-mdc-menu-item .mdc-form-field > label {
  color: var(--color-text-high);
}
body .mat-mdc-checkbox-disabled label,
.mat-mdc-menu-item .mat-mdc-checkbox-disabled label {
  color: var(--color-text-disabled);
}
.mat-mdc-checkbox.checkbox_full-width {
  display: inline-flex;
  width: 100%;
}
.mat-mdc-checkbox.checkbox_full-width:not(.checkbox__align-center) .mat-checkbox-layout {
  align-items: flex-start;
}
.mat-mdc-checkbox.checkbox_full-width:not(.checkbox__align-center) .mat-checkbox-inner-container {
  position: relative;
  top: 3px;
}
.mat-mdc-checkbox.checkbox_full-width .mdc-form-field {
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: normal;
}
.mat-mdc-checkbox.checkbox_full-width .mdc-form-field > label {
  display: flex;
  margin: 0;
}
.mat-mdc-checkbox.checkbox_full-width .mat-checkbox-layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: normal;
}
.mat-mdc-checkbox.checkbox_full-width .mat-checkbox-inner-container {
  margin: 0;
}
.mat-mdc-checkbox.checkbox_full-width.text-overflow .mdc-form-field > label,
.docPreview .docV2 .docV2-minimized .mat-mdc-checkbox.checkbox_full-width.docV2__org-title .mdc-form-field > label,
.ofSidenav .docV2 .docV2-minimized .mat-mdc-checkbox.checkbox_full-width.docV2__org-title .mdc-form-field > label,
.docsListAtSidebar .docV2 .docV2-minimized .mat-mdc-checkbox.checkbox_full-width.docV2__org-title .mdc-form-field > label,
.mat-mdc-button.btn-text-overflow .mat-mdc-checkbox.checkbox_full-width.mdc-button__label .mdc-form-field > label,
.menu-organized .mat-mdc-checkbox.checkbox_full-width.menu-organized__btn-text .mdc-form-field > label,
.menu-organized h5.mat-mdc-checkbox.checkbox_full-width .mdc-form-field > label,
.matSidenav app-sidenav-visual-config .mdc-form-field > label.mat-mdc-checkbox.checkbox_full-width .mdc-form-field > label,
.mat-mdc-checkbox.checkbox_full-width.userMenu__content .mdc-form-field > label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 16px;
  margin: 0;
}
.mat-mdc-checkbox.checkbox_align-start {
  display: flex;
  align-items: center;
}
.mat-mdc-checkbox.checkbox_align-start .mdc-form-field {
  justify-content: flex-start;
}
.mat-mdc-checkbox.checkbox_align-start .mdc-form-field .mdc-form-field > label {
  margin-left: 24px;
}
body .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  background-color: var(--color-primary);
}
body .mat-mdc-radio-button .mdc-radio.mdc-radio--disabled + label {
  color: var(--color-text-disabled);
}
body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
body .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
body .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
body .mat-mdc-radio-button .mdc-radio .mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio .mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
body .mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--color-primary);
}
body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:focus:enabled:not(:checked) ~ .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--color-text-medium);
}
body .mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--color-outline);
}
body .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  background-color: var(--color-on-background);
}
body .mat-mdc-radio-button .mdc-form-field {
  width: 100%;
}
body .mat-mdc-radio-button .mdc-form-field > label {
  flex-grow: 1;
  margin-left: 0;
}
body .mat-mdc-radio-button.radio-accent .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button.radio-accent .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--color-warning);
}
body .mat-mdc-radio-button.radio-accent .mdc-form-field > label {
  color: var(--color-warning);
}
body .mat-mdc-radio-button.radio-warn .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
body .mat-mdc-radio-button.radio-warn .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--color-error);
}
body .mat-mdc-radio-button.radio-warn .mdc-form-field > label {
  color: var(--color-error);
}
body .mat-mdc-radio-button.radio-primary .mdc-form-field > label {
  color: var(--color-primary);
}
body .mat-mdc-radio-button.mat-mdc-radio-label-visual-hidden .mdc-radio {
  opacity: 0;
}
body .mat-mdc-radio-button.mat-mdc-radio-label-visual-hidden .mdc-form-field > label {
  height: 100%;
  width: 100%;
}
body .mat-mdc-radio-button.mat-mdc-radio-label-visual-hidden .mdc-form-field > label:hover {
  cursor: pointer;
}
.matRadioFullWidth.mat-mdc-radio-button {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.matRadioFullWidth .mdc-form-field {
  justify-content: space-between;
}
.matRadioFullWidth.radio-label-content-between .mdc-form-field > label {
  width: 100%;
  justify-content: space-between;
  white-space: normal;
}
.matRadioEmpty .mdc-form-field > label {
  padding: 0;
}
@media (max-width: 767px) {
  .matRadioFullWidth.mat-mdc-radio-button {
    padding: 12px 0;
  }
  .matRadioFullWidth.matRadioFullWidth_vertical-center .mdc-form-field {
    align-items: center;
  }
}
.mat-mdc-form-field.formField_full-width {
  width: 100%;
}
.mat-mdc-form-field.formField_full-width .mat-mdc-form-field-text-suffix {
  position: relative;
  top: 0.4em;
}
.mat-mdc-form-field.hide-subscript-wrapper .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-form-field.long-label-text .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: none;
}
.mat-mdc-form-field.long-label-text .mat-mdc-floating-label.mdc-floating-label {
  max-width: calc(100% - 20px);
}
.mat-mdc-form-field.formField_has-flag .flag img {
  vertical-align: middle;
}
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  margin-bottom: 12px;
}
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--color-outline);
}
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--color-outline-variant);
}
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--color-primary);
}
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--color-error);
}
.mat-mdc-form-field .mdc-text-field--disabled .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--disabled .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--disabled .mdc-notched-outline__trailing,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mat-mdc-form-field .mat-mdc-form-field .mdc-text-field--disabled .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: var(--color-opacity-background-8);
}
.mat-mdc-form-field .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: var(--color-text-high);
}
.mat-mdc-form-field .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input[readonly=true] {
  color: var(--color-text-40);
}
.mat-mdc-form-field .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.mat-mdc-form-field .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
  color: var(--color-text-medium);
}
.mat-mdc-form-field .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--color-text-high);
}
.mat-mdc-form-field .mdc-text-field--disabled .mdc-text-field__input,
.mat-mdc-form-field .mdc-text-field--disabled .mdc-text-field__input::placeholder,
.mat-mdc-form-field .mdc-text-field--disabled .mdc-floating-label,
.mat-mdc-form-field .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label--float-above {
  color: var(--color-text-disabled);
}
.mat-mdc-form-field .mat-mdc-select-placeholder {
  color: var(--color-text-medium);
}
.mat-mdc-form-field .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.mat-mdc-form-field .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused,
.mat-mdc-form-field .mdc-floating-label,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused,
.mat-mdc-form-field .mdc-floating-label--float-above,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled),
.mat-mdc-form-field .mdc-floating-label,
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) {
  color: var(--color-error);
}
.mat-mdc-form-field .mat-mdc-form-field-error,
.mat-mdc-form-field .mat-mdc-form-field.mat-warn .mat-input-element,
.mat-mdc-form-field .mat-form-field-invalid .mat-input-element {
  color: var(--color-error);
  font-size: 11px;
}
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused,
.mat-mdc-form-field .mdc-floating-label,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above {
  color: var(--color-text-high);
}
.mat-mdc-form-field .mdc-text-field .mdc-text-field__input {
  caret-color: var(--color-primary);
}
.mat-mdc-form-field .mat-mdc-select-arrow,
.mat-mdc-form-field .mat-mdc-select-value {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--color-text-high);
}
.mat-mdc-form-field .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.mat-mdc-form-field .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.mat-mdc-form-field .mat-mdc-option.mat-mdc-option-active,
.mat-mdc-form-field .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: var(--color-opacity-background-4);
}
.mat-mdc-form-field .mat-mdc-select-disabled .mat-mdc-select-value,
.mat-mdc-form-field .mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: var(--color-text-disabled) !important;
}
.mat-mdc-form-field .mat-mdc-select-hui-picker {
  color: var(--color-text-high);
}
.mat-mdc-form-field .mat-mdc-select-min-line {
  color: var(--color-text-high);
}
.mat-mdc-form-field.selectWithIcon .mat-mdc-select-value {
  padding-right: 44px;
}
.mat-mdc-form-field .selectWithIcon__refresh {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.mat-mdc-select-panel.mdc-menu-surface {
  border-radius: 8px;
  background-color: var(--color-surface);
}
.mat-mdc-select-panel.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mat-mdc-menu-item-text {
  color: var(--color-primary);
}
.mat-mdc-select-panel .mat-mdc-option,
.mat-mdc-select-panel .mat-mdc-menu-item-text {
  color: var(--color-text-high);
}
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--color-primary);
}
.mat-mdc-select-panel.formSelectPanel {
  border: 1px solid var(--color-delimiter-light);
  box-shadow: none;
}
@media (min-width: 671px) {
  .mat-mdc-select-panel.formSelectPanel.formSelectPanel_size-364 {
    width: 364px;
    min-width: 364px;
  }
}
.mat-mdc-select-panel.formSelectPanel .mat-mdc-option {
  height: 48px;
  line-height: 48px;
  color: var(--color-text-high);
}
.mat-mdc-select-panel.formSelectPanel .mat-mdc-option.autoHeightOption {
  height: auto;
  white-space: normal;
  line-height: 1.5;
}
.mat-mdc-select-panel.formSelectPanel .mat-mdc-option.autoHeightOption svg-icon-sprite.icon,
.mat-mdc-select-panel.formSelectPanel .mat-mdc-option.autoHeightOption .mat-icon.icon {
  margin: 4px 10px 0 0;
}
.mat-mdc-select-panel.formSelectPanel .mat-mdc-option .mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mat-mdc-select-panel.formSelectPanel .mat-mdc-option:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  left: unset;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icons/icon-done.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: none;
}
.mat-mdc-select-panel.formSelectPanel.formSelectPanel__flags .flag img {
  vertical-align: middle;
}
.mat-mdc-select-panel.formSelectPanel .formSelectPanel__footer {
  border-top: 1px solid var(--color-background-dim);
}
.mat-mdc-select-panel-above div.mat-mdc-select-panel {
  min-width: 100%;
}
.cdk-overlay-pane:has(.mat-mdc-select-panel.formSelectPanel_size-364) {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .mat-mdc-form-field-hint {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
body .mat-mdc-menu-panel {
  border-radius: 8px;
  min-width: 200px;
  max-width: 300px;
  border: 1px solid var(--color-border);
  background-color: var(--color-surface);
}
body .mat-mdc-menu-panel[class*=mat-elevation] {
  box-shadow: none;
}
body .mat-mdc-menu-panel.mat-mdc-menu-panel {
  max-width: 310px;
  display: flex;
}
body .mat-mdc-menu-panel.mat-menu-lg {
  max-width: 640px;
}
@media (max-width: 540px) {
  body .mat-mdc-menu-panel.mat-menu-lg {
    max-width: 300px;
  }
  body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item .text_smaller,
  body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item .menuList .menuList__content h4 + div,
  .menuList .menuList__content body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item h4 + div,
  body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item .configurationDefList dd p,
  .configurationDefList dd body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item p,
  body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item .authorizationCode__item,
  body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item .mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-simple-snack-bar,
  .mat-mdc-snack-bar-container.snack-bar-verify body .mat-mdc-menu-panel.mat-menu-lg .mat-mdc-menu-item .mat-mdc-simple-snack-bar {
    white-space: normal;
  }
}
body .mat-mdc-menu-panel.menu-has-icon .text_smaller,
body .mat-mdc-menu-panel.menu-has-icon .menuList .menuList__content h4 + div,
.menuList .menuList__content body .mat-mdc-menu-panel.menu-has-icon h4 + div,
body .mat-mdc-menu-panel.menu-has-icon .configurationDefList dd p,
.configurationDefList dd body .mat-mdc-menu-panel.menu-has-icon p,
body .mat-mdc-menu-panel.menu-has-icon .authorizationCode__item,
body .mat-mdc-menu-panel.menu-has-icon .mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-simple-snack-bar,
.mat-mdc-snack-bar-container.snack-bar-verify body .mat-mdc-menu-panel.menu-has-icon .mat-mdc-simple-snack-bar {
  white-space: normal;
}
body .mat-mdc-menu-panel.min-width-auto {
  min-width: auto;
}
body .mat-mdc-menu-panel .menu-header {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: var(--color-text-high);
}
body .mat-mdc-menu-panel .mat-mdc-menu-item {
  font-size: 15px;
  color: var(--color-text-high);
  background-color: transparent;
}
body .mat-mdc-menu-panel .mat-mdc-menu-item.active {
  background-color: var(--color-primary-container);
}
body .mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon.color-text-60,
body .mat-mdc-menu-panel .mat-mdc-menu-item .menuList .menuList__content h4 + div.mat-icon,
.menuList .menuList__content body .mat-mdc-menu-panel .mat-mdc-menu-item h4 + div.mat-icon,
body .mat-mdc-menu-panel .mat-mdc-menu-item .configurationDefList dd p.mat-icon,
.configurationDefList dd body .mat-mdc-menu-panel .mat-mdc-menu-item p.mat-icon,
body .mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon.authorizationCode__item_inactive {
  color: var(--color-text-medium);
}
body .mat-mdc-menu-panel .mat-mdc-menu-item.autoHeightItem {
  height: auto;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
}
body .mat-mdc-menu-panel .mat-mdc-menu-item.matMenu__ttl {
  cursor: default;
  letter-spacing: 1.07px;
  font: 700 10px "Lato-Bold", sans-serif;
  text-transform: uppercase;
  color: var(--color-text-medium);
  pointer-events: none;
}
body .mat-mdc-menu-panel .mat-mdc-menu-item.matMenu__ttl:hover {
  background-color: transparent !important;
}
body .mat-mdc-menu-panel .mat-mdc-menu-item:disabled {
  color: var(--color-text-40);
}
body .mat-mdc-menu-panel .mat-mdc-menu-item:hover:not([disabled]),
body .mat-mdc-menu-panel .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
body .mat-mdc-menu-panel .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
body .mat-mdc-menu-panel .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: var(--color-menu-active-bg-04);
}
.mat-mdc-menu-panel.productPaymentStateMenu {
  min-width: 320px;
}
.mat-mdc-menu-panel.productPaymentStateMenu .mat-mdc-menu-item {
  font-weight: bold;
  letter-spacing: 0.14px;
}
.mat-mdc-menu-panel.productPaymentStateMenu .mat-mdc-menu-item.active {
  background: var(--color-menu-active-bg-04);
}
.mat-mdc-menu-panel.productPaymentStateMenu .mat-mdc-menu-item.active .mat-icon {
  color: var(--color-primary);
}
.mat-mdc-menu-panel.productPaymentStateMenu .mat-mdc-menu-item .mat-icon {
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
  margin: 0 0 0 8px;
  flex-shrink: 0;
}
.mat-mdc-menu-panel.phoneNav .mat-mdc-menu-item .mat-icon,
.mat-mdc-menu-panel.phoneNav .mat-mdc-menu-item svg-icon-sprite {
  margin-right: 8px;
}
.mat-mdc-menu-panel.timeMenu {
  width: 258px;
  height: 300px;
  border: none;
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.3) !important;
}
.mat-mdc-menu-panel.timeMenu .mat-mdc-menu-item {
  min-height: 56px;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after {
  color: var(--color-primary) !important;
}
.mat-mdc-menu-item.productHasIcon {
  display: flex;
  align-items: center;
}
.mat-mdc-menu-item.has-border:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background-color: var(--color-outline);
  opacity: 0.6;
}
.mat-mdc-menu-item span + .mat-icon {
  margin: 0 0 0 8px;
}
.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-item .mat-mdc-menu-submenu-icon {
  color: var(--color-text-medium) !important;
}
.mat-mdc-menu-item .mat-mdc-menu-item-text {
  color: inherit;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mat-mdc-menu-panel.pseudoSelect__panel {
  min-width: 296px;
}
.mat-mdc-menu-panel.pseudoSelect__panel .mat-mdc-menu-content {
  width: 100%;
}
.mat-mdc-menu-panel.pseudoSelect__panel .mat-mdc-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mat-mdc-menu-panel.pseudoSelect__panel .mat-mdc-menu-item.active {
  background-color: var(--color-menu-active-bg-04);
}
.mat-mdc-menu-panel.pseudoSelect__panel .mat-mdc-menu-item.active .mat-icon {
  color: var(--color-primary);
}
.mat-mdc-menu-panel.pseudoSelect__panel .mat-mdc-menu-item .mat-icon {
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
  margin: 0 0 0 8px;
  flex-shrink: 0;
}
.userMenu.mat-mdc-menu-panel {
  width: 272px;
  max-width: 272px;
  min-height: 0;
  border: none;
  box-shadow:
    0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px rgba(0, 0, 0, 0.2) !important;
}
.userMenu.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding-bottom: 16px;
}
.userMenu.mat-mdc-menu-panel .mat-mdc-menu-item {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.userMenu.mat-mdc-menu-panel .mat-mdc-menu-item svg-icon-sprite {
  margin-right: 16px;
}
.userMenu__content {
  text-align: center;
  padding: 8px 16px 0;
}
.userMenu__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 8px auto;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: #757575;
}
.userMenu__email {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.09px;
  line-height: 20px;
  text-decoration: none;
}
.userMenu__actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 12px;
  margin-bottom: 8px;
}
.userMenu__actions .mat-mdc-icon-button {
  border: 1px solid var(--color-delimiter-light);
  border-radius: 50%;
  line-height: 38px;
}
.userMenu .mat-divider {
  margin: 8px 16px;
  border-top-color: var(--color-delimiter-light);
}
@media (max-width: 767px) {
  .mat-mdc-menu-panel.productPaymentStateMenu {
    min-width: 200px;
  }
  .mat-mdc-menu-panel.full-width-md {
    width: calc(100vw - 80px);
    max-width: none;
  }
}
@media screen and (max-width: 670px) {
  .mat-mdc-menu-panel.full-width-md {
    width: calc(100vw - 32px);
    max-width: none;
  }
}
body .mat-mdc-card {
  border-radius: 8px;
  color: var(--color-text-high);
  background-color: var(--color-surface);
}
body .mat-mdc-card.standart {
  box-shadow: none;
}
body .mat-mdc-card.standart_remove-radius-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .mat-mdc-card.border-radius-16 {
  border-radius: 16px;
}
body .mat-mdc-card dl {
  margin: 0;
  display: flex;
}
body .mat-mdc-card dl dd {
  margin-left: 16px;
}
body .mat-mdc-card .mat-divider-horizontal {
  position: static;
  border-top-color: var(--color-outline-opacity-60);
}
body .mat-mdc-card .mat-divider-horizontal:not(.w100) {
  width: auto;
}
body .mat-mdc-card .mat-divider-horizontal.color-delimiter-extralight {
  border-color: var(--color-delimiter-extralight);
}
body .mat-mdc-card .ql-container {
  font-family: var(--default-font);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.47px;
}
body .mat-mdc-card .ql-container .ql-editor {
  line-height: 24px;
}
body .mat-mdc-card .primaryTable tbody tr:nth-child(odd) {
  background-color: transparent;
}
body .mat-mdc-card .primaryTable tbody tr {
  border-top: 1px solid var(--color-outline-opacity-60);
}
body .mat-mdc-card .primaryTable .tfoot td {
  padding-top: 15px;
}
body .mat-mdc-card .primaryTable td:first-child,
body .mat-mdc-card .primaryTable th:first-child {
  padding-left: 0;
}
body .mat-mdc-card .primaryTable td:last-child,
body .mat-mdc-card .primaryTable th:last-child {
  padding-right: 0;
}
body .mat-mdc-card .primaryTable td,
body .mat-mdc-card .primaryTable th {
  padding-top: 0;
  padding-bottom: 0;
}
body .mat-mdc-card .primaryTable tr.limited-border {
  border-top: none;
}
body .mat-mdc-card .primaryTable tr.limited-border.border-bottom td:not(:last-child) {
  border-bottom: 1px solid var(--color-outline-opacity-60);
}
body .mat-mdc-card .primaryTable tr.limited-border td:not(:last-child) {
  border-top: 1px solid var(--color-outline-opacity-60);
}
body .mat-mdc-card .primaryTable tr.limited-border td:nth-last-child(2) {
  padding-right: 0;
}
body .mat-mdc-card .primaryTable .productHasIcon .productHasIcon__icon-wrap {
  width: 52px;
  height: 52px;
}
.mat-mdc-card + .mat-mdc-card {
  margin-top: 16px;
}
.mat-mdc-card.striped-odd > .mat-card-row-striped:nth-child(odd) {
  background-color: var(--color-background-lighten);
}
.mat-mdc-card.striped-even > .mat-card-row-striped:nth-child(even) {
  background-color: var(--color-background-lighten);
}
.mat-mdc-card.hasBorder {
  border: 1px solid var(--color-outline-opacity-60);
}
.mat-mdc-card.hasBorder a,
.mat-mdc-card.hasBorder a:hover {
  text-decoration: none;
}
.mat-mdc-card.hasTimeLine .verticalLine {
  position: relative;
  z-index: 10;
}
.mat-mdc-card.hasTimeLine .verticalLine::before {
  content: "";
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 12px;
  top: 0;
  background-color: var(--color-outline-opacity-60);
  z-index: -1;
}
.mat-mdc-card.hasTimeLine .verticalLine:first-of-type::before {
  top: 50%;
  height: 50%;
}
.mat-mdc-card.hasTimeLine .verticalLine:last-of-type::before {
  height: 50%;
}
.mat-mdc-card.hasTimeLine .verticalLine .hasStatus__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mat-mdc-card.hasTimeLine .verticalLine .hasStatus__item .mat-icon {
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
}
.mat-mdc-card.hasTimeLine .verticalLine .hasStatus__item svg-icon-sprite {
  color: #ffffff;
}
.mat-mdc-card + .text_smaller,
.menuList .menuList__content h4.mat-mdc-card + div,
.configurationDefList dd .mat-mdc-card + p,
.mat-mdc-card + .authorizationCode__item,
.mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-card + .mat-mdc-simple-snack-bar {
  margin-top: 8px;
  padding: 0 16px;
}
.mat-mdc-card .searchBox {
  display: flex;
  width: 100%;
}
.mat-mdc-card .searchBox .searchBox__input {
  height: 56px;
  line-height: 56px;
  border: 1px solid var(--color-outline-opacity-60);
}
.mat-mdc-card .searchBox .searchBtn {
  top: 12px;
}
.mat-mdc-card .radiusMedia {
  border-radius: 8px;
  overflow: hidden;
}
.mat-mdc-card .profileImage {
  width: 312px;
  height: 328px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
.mat-mdc-card.shimer_fullWidth ngx-shimmer-loading {
  width: 100%;
}
.mat-mdc-card.width-580 {
  width: 580px;
}
.mat-mdc-card .col > div.text_smaller,
.mat-mdc-card .menuList .menuList__content .col > h4 + div,
.menuList .menuList__content .mat-mdc-card .col > h4 + div,
.mat-mdc-card .col > div.authorizationCode__item,
.mat-mdc-card .mat-mdc-snack-bar-container.snack-bar-verify .col > div.mat-mdc-simple-snack-bar,
.mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-card .col > div.mat-mdc-simple-snack-bar {
  padding-left: 10px;
  margin-bottom: 24px;
}
.mat-mdc-card order-custom-select .mat-mdc-card {
  padding: 0;
  max-width: 100%;
  margin: 0;
}
.mat-divider {
  border-color: var(--color-outline-opacity-60);
}
.cardsWrapper {
  padding: 8px 0;
  border-radius: 8px;
  background-color: var(--color-sharp);
}
.cardsWrapper .mat-mdc-card {
  box-shadow: none;
  border-radius: 0;
}
.cardsWrapper.striped-even > :nth-child(even):not(.mat-mdc-card) .mat-mdc-card {
  background-color: var(--color-background-lighten);
}
.cardsWrapper.striped-even > :nth-child(even):not(.mat-mdc-card) .listItem {
  background-color: var(--color-background-lighten);
}
.cardsWrapper.striped-even > :not(.mat-mdc-card) .listItem:hover {
  background-color: var(--color-background-dim);
}
.simpleCard .mat-mdc-card-header .mat-mdc-card-title {
  margin-bottom: 0;
  font-weight: normal;
}
.simpleCard .mat-mdc-card-header .mat-mdc-card-subtitle {
  margin: 0 !important;
  line-height: 24px;
}
.simpleCard .mat-mdc-card-header-text {
  margin: 0;
}
@media (max-width: 767px) {
  .mat-mdc-card {
    margin-left: -16px;
    margin-right: -16px;
  }
  .mat-mdc-card + .text_smaller,
  .menuList .menuList__content h4.mat-mdc-card + div,
  .configurationDefList dd .mat-mdc-card + p,
  .mat-mdc-card + .authorizationCode__item,
  .mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-card + .mat-mdc-simple-snack-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .mat-mdc-card .searchBox {
    max-width: 100%;
  }
  .mat-mdc-card .tabsWrapper_stretch-header .mat-mdc-tab-header,
  .mat-mdc-card .tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-body-wrapper,
  .mat-mdc-card .tabsWrapper .mat-mdc-tab-body-wrapper {
    margin: 0;
  }
  app-shimmer-table .mat-mdc-card {
    margin-left: 0;
    margin-right: 0;
  }
  app-select-list-generic {
    margin: 0 -16px;
  }
  app-select-list-generic .mat-mdc-card {
    margin-left: 0;
    margin-right: 0;
  }
}
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after {
  background: var(--color-primary);
}
.mat-mdc-slide-toggle.mat-accent .mdc-switch:enabled .mdc-switch__track::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch:enabled:active .mdc-switch__track::after {
  background: var(--color-primary);
  opacity: 0.38;
}
.mat-mdc-slide-toggle.mat-accent .mdc-switch:disabled .mdc-switch__track::before {
  background: var(--color-on-background);
}
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after {
  background-color: var(--color-primary);
}
.mat-mdc-slide-toggle.size-large .mdc-switch {
  height: 32px;
  width: 52px;
  border-radius: 100px;
  border: 2px solid var(--colors-light-outline-variant);
  background-color: transparent;
}
.mat-mdc-slide-toggle.size-large .mdc-switch .mdc-switch__handle-track {
  left: 4px;
  width: calc(100% - 27px);
}
.mat-mdc-slide-toggle.size-large .mdc-switch .mdc-switch__track {
  height: 100%;
  border-radius: 15px;
}
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled {
  border-color: var(--color-primary);
}
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch:enabled .mdc-switch__track::before,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:disabled {
  background: transparent;
}
.mat-mdc-slide-toggle.size-large .mdc-switch:enabled .mdc-switch__track::after,
.mat-mdc-slide-toggle.size-large .mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after,
.mat-mdc-slide-toggle.size-large .mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after,
.mat-mdc-slide-toggle.size-large .mdc-switch:enabled:active .mdc-switch__track::after {
  background: var(--color-primary);
  opacity: 1;
}
.mat-mdc-slide-toggle.size-large .mdc-switch:disabled {
  border: 2px solid rgba(131, 145, 146, 0.38);
}
.mat-mdc-slide-toggle.size-large .mdc-switch:disabled .mdc-switch__track::before {
  background: transparent;
}
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:disabled:hover:not(:focus):not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:disabled:focus:not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:disabled:active .mdc-switch__handle::after {
  background-color: var(--colors-light-outline-variant);
}
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after {
  background-color: var(--color-primary);
}
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after,
.mat-mdc-slide-toggle.size-large .mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after {
  background-color: var(--colors-light-outline-variant);
}
.mat-mdc-slide-toggle.size-large .mdc-switch__icon {
  display: none;
}
.mat-mdc-progress-spinner.mat-primary .mdc-circular-progress__determinate-circle,
.mat-mdc-progress-spinner.mat-primary .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: var(--color-primary);
}
.mat-mdc-progress-spinner.stroke-white .mdc-circular-progress__determinate-circle,
.mat-mdc-progress-spinner.stroke-white .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: var(--color-text-high-universal);
}
.mat-sidenav.mat-drawer:not(:has(.reset-parent-styles)) {
  background-color: var(--color-background);
}
.mat-sidenav.mat-drawer:has(.reset-parent-styles) {
  width: auto;
  background-color: transparent;
}
.matSidenav {
  width: 450px;
  max-width: 100%;
}
.matSidenav.mat-drawer {
  width: 450px;
}
.matSidenav.mat-sidenav {
  box-shadow: none !important;
}
.matSidenav.matSidenav__fill .mat-drawer-inner-container {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--color-surface);
}
.matSidenav.matSidenav__fill header {
  margin: 0;
  background-color: var(--color-surface);
}
.matSidenav.matSidenav__fill header .searchBox__input {
  background-color: var(--color-background);
}
.matSidenav.matSidenav-md {
  width: 360px;
}
.matSidenav.matSidenav-sharp .mat-drawer-inner-container {
  background-color: var(--color-surface);
}
.matSidenav.matSidenav__products {
  width: 360px;
}
.matSidenav.matSidenav__products .mat-drawer-inner-container {
  padding: 0;
  overflow: hidden;
}
.matSidenav header {
  position: sticky;
  top: 0;
  z-index: 101;
  background-color: var(--color-background);
}
.matSidenav .sidenavContent {
  overflow-y: auto;
  padding-bottom: 10px;
}
.matSidenav .mat-drawer-inner-container {
  border-radius: 0;
  box-shadow: none;
}
.matSidenav .mat-drawer-inner-container:not(:has(.reset-parent-styles)) {
  background-color: var(--color-background);
  padding: 0 5px 16px;
}
.matSidenav:not(.matSidenav__fill) .matCard__title,
.matSidenav:not(.matSidenav__fill) .matCard__title_sm {
  padding: 0;
}
.matSidenav .matCard__title.m-l-16,
.matSidenav .m-l-16.matCard__title_sm {
  margin-left: 16px;
}
.matSidenav app-sidenav-visual-config .mdc-form-field > label {
  padding-left: 24px;
  padding-right: 8px;
}
.matSidenav .mat-divider-horizontal {
  border-top-color: var(--color-delimiter-light);
}
.sidenavTitle {
  font: 700 24px/32px var(--second-font);
  color: var(--color-text-high);
  letter-spacing: 0;
  margin: 5px 0 0;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: var(--dialog-backdrop-bg);
}
@media (max-width: 767px) {
  .matSidenav:has(.reset-parent-styles) .mat-drawer-inner-container {
    padding: 0;
  }
  .matSidenav .mat-drawer-inner-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .matSidenav header {
    margin-left: -8px;
    margin-right: -8px;
  }
  .matSidenav__title {
    font: 700 20px/28px var(--second-font);
    letter-spacing: 0.15px;
    color: var(--color-text-high);
  }
}
.tabsWrapper {
  color: var(--color-text-high);
  height: 100%;
}
.tabsWrapper:not(.tabsWrapper__stretch) .mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs > .mat-mdc-tab-header .mat-mdc-tab {
  flex-grow: 0;
}
.tabsWrapper.tabsWrapper_has-border .mat-mdc-tab-list:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--color-outline);
}
.tabsWrapper.tabsWrapper_has-border .mat-mdc-tab.mdc-tab {
  flex-grow: 1;
}
.tabsWrapper.tabsWrapper_height-auto {
  height: auto;
}
.tabsWrapper.tabsWrapper_mt22 {
  margin-top: 22px;
}
.tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-header {
  border-radius: 8px;
  padding-bottom: 16px;
}
.tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-header .mat-mdc-tab {
  flex: 1;
  background-color: var(--color-surface);
}
.tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-header .mat-mdc-tab + .mat-mdc-tab {
  border-left: 1px solid var(--color-outline-opacity-60);
}
.tabsWrapper.tabsWrapper__preview .mat-mdc-tab-header {
  margin-left: 16px;
}
.tabsWrapper__scroll-content .mat-mdc-tab-body-wrapper {
  overflow-y: auto;
}
.tabsWrapper .mat-mdc-tab-group {
  max-width: 100%;
  height: 100%;
}
.tabsWrapper .mat-mdc-tab-header {
  border: none;
}
.tabsWrapper .mat-mdc-tab-header .mdc-tab {
  min-width: auto;
  opacity: 1;
  padding: 0 16px;
}
.tabsWrapper .mat-mdc-tab-header .mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: var(--color-text-high);
}
.tabsWrapper .mat-mdc-tab-header .mdc-tab .mdc-tab__text-label {
  color: var(--color-text-medium);
  font-size: 15px;
  font-weight: 400;
}
.tabsWrapper .mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--color-text-high);
}
.tabsWrapper .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--color-primary);
  border-width: 3px;
}
.tabsWrapper .mat-mdc-tab-body-wrapper {
  padding-top: 8px;
  flex: 1;
  overflow-x: auto;
}
.tabsWrapper .mat-mdc-tab-body-wrapper > .tableContainer {
  height: 100%;
}
.tabsWrapper .mat-mdc-tab-body-wrapper .mat-mdc-tab-body.mat-mdc-tab-body-active,
.tabsWrapper .mat-mdc-tab-body-wrapper .mat-mdc-tab-body-content {
  overflow: inherit;
  display: flex;
  flex-direction: column;
}
.tabsWrapper .tabsInnerTitle {
  text-align: center;
  margin-bottom: 16px;
}
.tabsWrapper .tabsWrapper__sendBtn {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 10;
}
.tabsWrapper .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--color-text-high);
}
@media (max-width: 767px) {
  .tabsWrapper.no-expand-header .mat-mdc-tab-header {
    margin-left: 0;
    margin-right: 0;
  }
  .tabsWrapper.no-expand-body .mat-mdc-tab-body-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .tabsWrapper.no-expand-body .mat-mdc-tab-body-wrapper .primaryTable {
    margin-left: 0;
    margin-right: 0;
  }
  .tabsWrapper.tabsWrapper_mt22 {
    margin-top: 14px;
  }
  .tabsWrapper.tabsWrapper__preview .mat-mdc-tab-body-wrapper {
    margin: 0;
  }
  .tabsWrapper.not-negative-indent .mat-mdc-tab-body-wrapper {
    margin: 0;
  }
  .tabsWrapper.not-header-pagination .mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination {
    display: none;
  }
  .tabsWrapper .mat-mdc-tab-body-wrapper {
    margin: 0 -16px;
  }
  .tabsWrapper .mat-mdc-tab-body-wrapper .filtersLine,
  .tabsWrapper .mat-mdc-tab-body-wrapper .filterTagLine {
    padding: 0 16px;
  }
  .tabsWrapper .mat-mdc-tab-body-wrapper .paginationLine {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tabsWrapper .mat-mdc-tab-body-wrapper .mat-mdc-card {
    margin-right: 0;
    margin-left: 0;
  }
  .tabsWrapper .mat-mdc-tab-body-wrapper .matCard__title,
  .tabsWrapper .mat-mdc-tab-body-wrapper .matCard__title_sm {
    padding: 0 16px;
  }
  .tabsWrapper_stretch-header .mat-mdc-tab-header {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
  .tabsWrapper_stretch-header .mat-mdc-card {
    margin-right: 0;
    margin-left: 0;
  }
  .tabsWrapper_stretch-header .mat-mdc-card + .text_smaller,
  .tabsWrapper_stretch-header .menuList .menuList__content h4.mat-mdc-card + div,
  .menuList .menuList__content .tabsWrapper_stretch-header h4.mat-mdc-card + div,
  .tabsWrapper_stretch-header .configurationDefList dd .mat-mdc-card + p,
  .configurationDefList dd .tabsWrapper_stretch-header .mat-mdc-card + p,
  .tabsWrapper_stretch-header .mat-mdc-card + .authorizationCode__item,
  .tabsWrapper_stretch-header .mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-card + .mat-mdc-simple-snack-bar,
  .mat-mdc-snack-bar-container.snack-bar-verify .tabsWrapper_stretch-header .mat-mdc-card + .mat-mdc-simple-snack-bar {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tabsWrapper_stretch-header .matCard__title,
  .tabsWrapper_stretch-header .matCard__title_sm {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hasDocPreview__right .mat-mdc-card .tabsWrapper_stretch-header .mat-mdc-tab-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.dragDropList {
  max-width: 100%;
  min-height: 60px;
  display: block;
  overflow: hidden;
}
.dragDropList__item {
  cursor: move;
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.dragDropList__item:last-child {
  border: none;
}
.dragDropList.cdk-drop-list-dragging .dragDropList__item:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.mat-mdc-autocomplete-panel.mdc-menu-surface {
  color: var(--color-text-high);
  background-color: var(--color-background-secondary);
}
.mat-mdc-autocomplete-panel.customMatAutocomplete {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  padding: 8px 0;
  color: var(--color-text-high);
  background-color: var(--color-background-secondary);
}
.mat-mdc-autocomplete-panel.customMatAutocomplete.customMatAutocomplete_shadow,
.mat-mdc-autocomplete-panel.customMatAutocomplete.customMatAutocomplete_global {
  border: none;
  box-shadow:
    0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px rgba(0, 0, 0, 0.2);
  background-color: var(--color-background-secondary);
}
.mat-mdc-autocomplete-panel.customMatAutocomplete.customMatAutocomplete_global {
  display: flex;
  flex-direction: column;
  max-height: 512px;
  padding: 0;
}
.mat-mdc-autocomplete-panel.customMatAutocomplete.customMatAutocomplete_global .customMatAutocomplete__container {
  display: flex;
  flex-direction: column;
  height: 512px;
}
.mat-mdc-autocomplete-panel.customMatAutocomplete.customMatAutocomplete_global .no-result {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 112px;
}
.mat-mdc-autocomplete-panel.customMatAutocomplete.customMatAutocomplete_global .no-match {
  padding: 8px 0;
  min-height: 112px;
}
.mat-mdc-autocomplete-panel.customMatAutocomplete .productHasIcon {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.47px;
}
.mat-mdc-autocomplete-panel.customMatAutocomplete .mat-mdc-option {
  color: var(--color-text-high);
}
.mat-mdc-autocomplete-panel .mat-mdc-option,
.mat-mdc-autocomplete-panel .mat-mdc-menu-item-text {
  color: var(--color-text-high);
}
.customMatAutocomplete__option:hover:not(.mat-mdc-option-disabled),
.customMatAutocomplete__option:focus:not(.mat-mdc-option-disabled),
.customMatAutocomplete__option.mat-mdc-option.mat-mdc-selected:not(.mat-mdc-option-multiple):not(.mat-mdc-option-disabled) {
  background-color: var(--color-opacity-primary-4);
}
.customMatAutocomplete__option.mat-mdc-option.mat-mdc-selected:not(.mat-active):not(:hover) {
  background: var(--color-menu-active-bg-04);
}
.customMatAutocomplete__option.mat-mdc-button {
  width: 100%;
  border-radius: 0;
}
.customMatAutocomplete__option.min-h-72 {
  min-height: 72px;
}
.customMatAutocomplete__option.min-h-64 {
  min-height: 64px;
}
.customMatAutocomplete__option.min-h-48 {
  min-height: 48px;
}
.customMatAutocomplete__option.hide {
  height: 0;
  min-height: 0;
  visibility: hidden;
}
.customMatAutocomplete__option_title {
  line-height: 1.2;
  color: var(--color-text-high);
}
.customMatAutocomplete__option .mat-mdc-option-text {
  display: flex;
  align-items: center;
}
.customMatAutocomplete__option .text_smaller,
.customMatAutocomplete__option .menuList .menuList__content h4 + div,
.menuList .menuList__content .customMatAutocomplete__option h4 + div,
.customMatAutocomplete__option .configurationDefList dd p,
.configurationDefList dd .customMatAutocomplete__option p,
.customMatAutocomplete__option .authorizationCode__item,
.customMatAutocomplete__option .mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-simple-snack-bar,
.mat-mdc-snack-bar-container.snack-bar-verify .customMatAutocomplete__option .mat-mdc-simple-snack-bar {
  color: var(--color-text-medium);
}
.customMatAutocomplete__body {
  flex-grow: 1;
}
.customMatAutocomplete__body .mat-mdc-button {
  margin-left: 40px;
}
.customMatAutocomplete__header,
.customMatAutocomplete__footer {
  flex-shrink: 0;
  color: var(--color-text-40);
  height: 48px;
  padding: 8px 16px;
  background-color: var(--color-background-secondary);
  z-index: 100;
}
.customMatAutocomplete__header b,
.customMatAutocomplete__header svg-icon-sprite,
.customMatAutocomplete__footer b,
.customMatAutocomplete__footer svg-icon-sprite {
  color: var(--color-text-medium);
}
.customMatAutocomplete__header {
  position: sticky;
  top: 0;
}
.customMatAutocomplete__footer {
  position: sticky;
  bottom: 0;
}
.autocompleteNoResult {
  position: absolute;
  top: calc(100% + 8px);
  left: 24px;
  right: 24px;
  z-index: 100;
  color: var(--color-text-40);
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow:
    0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: var(--color-background-secondary);
}
.autocompleteNoResult.min-h-112 {
  min-height: 112px;
}
.mat-expansion-panel.matExpansionPanel {
  box-shadow: none;
  border-radius: 8px;
  background-color: var(--color-surface);
  color: var(--color-text-high);
  font: 400 15px/24px var(--default-font);
  letter-spacing: 0.47px;
  margin-bottom: 16px;
}
.mat-expansion-panel.matExpansionPanel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-expansion-panel.matExpansionPanel:last-child {
  margin-bottom: 0;
}
.mat-expansion-panel.matExpansionPanel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-expansion-panel.matExpansionPanel .mat-expansion-panel-header {
  height: 64px;
  padding: 0 24px 0 16px;
}
.mat-expansion-panel.matExpansionPanel .mat-expansion-panel-header.height-resize {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--color-surface);
}
.mat-expansion-panel.matExpansionPanel .mat-expansion-panel-header.mat-expanded .mat-expansion-indicator {
  top: 2px;
}
.mat-expansion-panel.matExpansionPanel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  color: var(--color-text-high);
}
.mat-expansion-panel.matExpansionPanel .mat-expansion-panel-header .mat-expansion-indicator {
  display: flex;
  position: relative;
  top: -2px;
}
.mat-expansion-panel.matExpansionPanel .mat-expansion-panel-header .mat-expansion-indicator::after {
  padding: 5px;
  color: var(--color-text-medium);
}
.mat-expansion-panel.matExpansionPanel .mat-expansion-panel-body {
  padding: 0;
}
.mat-expansion-panel.matExpansionPanel .scrollableContent {
  max-height: 276px;
}
.mat-expansion-panel.matExpansionPanel .mat-mdc-button {
  line-height: 36px;
}
.mat-expansion-panel.matExpansionPanel .searchBox {
  display: flex;
  width: 100%;
  max-width: calc(100% - 28px);
}
.mat-expansion-panel.matExpansionPanel .searchBox + .mat-mdc-button {
  flex-shrink: 0;
  margin-right: -8px;
}
.mat-expansion-panel.matExpansionPanel .searchBox .searchBox__input {
  height: 56px;
  line-height: 56px;
  border: 1px solid var(--color-delimiter-light);
}
.mat-expansion-panel.matExpansionPanel .searchBox .searchBtn {
  top: 12px;
}
.mat-expansion-panel.matExpansionPanel .has_bg.mat-mdc-radio-group {
  display: block;
  padding: 8px 16px;
  background-color: var(--color-background-lighten);
}
.mat-expansion-panel.matExpansionPanel .has_bg.mat-mdc-radio-group label {
  color: var(--color-text-high);
}
.mat-expansion-panel.matExpansionPanel .mat-mdc-tab-group {
  margin: 0 -24px;
}
.mat-expansion-panel.matExpansionPanel .mat-mdc-tab-group .mat-mdc-tab-header {
  border-bottom: 1px solid var(--color-delimiter-light) !important;
  box-shadow: none;
  margin: 0 24px;
}
.mat-expansion-panel.matExpansionPanel .mat-mdc-tab-group .mat-mdc-tab-header .mdc-tab {
  opacity: 1;
}
.mat-expansion-panel.matExpansionPanel .mat-mdc-tab-group .mat-mdc-tab-header .mdc-tab .mdc-tab__text-label {
  color: var(--color-text-medium);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.47px;
  line-height: 24px;
}
.mat-expansion-panel.matExpansionPanel .mat-mdc-tab-group .mat-mdc-tab-header .mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: var(--color-text-high);
}
.mat-expansion-panel.matExpansionPanel .mat-mdc-tab-group .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--color-primary);
}
.mat-expansion-panel.matExpansionPanel .containerCalendarInline .flatpickr-calendar {
  z-index: 100;
}
.mat-expansion-panel.matExpansionPanel .containerCalendarInline .flatpickr-calendar.inline {
  margin: 0 auto;
}
.scrollableContent {
  padding: 8px 0;
  overflow-y: auto;
}
.scrollableContent .mat-mdc-checkbox {
  padding-left: 16px;
  padding-right: 16px;
}
.scrollableContent .mat-mdc-checkbox:hover {
  background-color: var(--color-opacity-primary-4);
}
.mat-mdc-progress-bar.standart {
  height: 6px;
  border-radius: 3px;
}
.mat-mdc-progress-bar.standart .mdc-linear-progress__bar-inner {
  border-radius: 3px;
  border-top-width: 6px;
}
.mat-mdc-progress-bar.progress-bottom {
  width: auto;
  margin: 0 -32px -24px;
}
.mat-mdc-progress-bar.back-blue .mdc-linear-progress__buffer-bar {
  background-color: #8998ff;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: #e4e4e4;
}
.mdc-linear-progress__bar-inner {
  border-color: var(--color-primary);
}
.menu-organized h5 {
  margin: 0;
  padding: 0 16px;
  font-weight: normal;
  font-size: 15px;
  color: var(--color-text-40);
  height: 48px;
  line-height: 48px;
}
.menu-organized .menu-icon,
.menu-organized .mat-icon {
  margin-right: 16px;
  color: var(--color-icon-60);
}
.menu-organized .mat-mdc-menu-item .mat-icon-no-color,
.menu-organized .mat-mdc-menu-item .mat-mdc-menu-submenu-icon {
  color: var(--color-icon-60);
}
.menu-organized .mat-mdc-menu-item {
  font-size: 15px;
}
.menu-organized .mat-mdc-menu-item.hasSuffix {
  padding-right: 56px;
}
.menu-organized .mat-mdc-menu-item.hasSuffix span + .mat-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.menu-organized .gag {
  margin-right: 16px;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
.matMenuHome {
  background-color: transparent;
  margin-bottom: 32px;
}
.matMenuHome.mat-mdc-menu-panel {
  border-radius: 0;
  border: none;
  background-color: transparent;
  bottom: 24px;
}
.matMenuHome .mat-mdc-menu-content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 0 !important;
}
.matMenuHome .mat-mdc-menu-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: var(--color-on-background) !important;
  text-align: right;
  padding: 8px;
}
.matMenuHome .mat-mdc-menu-item .mat-mdc-menu-item-text {
  color: inherit;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body .mat-mdc-standard-chip {
  min-height: 40px;
  border-radius: 8px;
}
body .mat-mdc-standard-chip.mat-mdc-chip {
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  font-family: var(--default-font);
  color: var(--universal-color-black-text-87);
  background-color: var(--filter-tag-bg);
}
body .mat-mdc-standard-chip.mat-mdc-chip .mat-icon {
  color: var(--universal-color-black-text-60);
  opacity: 1;
}
body .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: var(--universal-color-black-text-87);
}
body .notesImagesChips .mat-mdc-standard-chip.mat-mdc-chip {
  min-height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background-color: transparent;
  border: 1px solid var(--color-delimiter-light);
  color: var(--color-text-medium);
  padding: 4px 4px 4px 10px;
  max-width: 200px;
}
body .notesImagesChips .mat-mdc-standard-chip.mat-mdc-chip .imgIcon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}
body .notesImagesChips .mat-mdc-standard-chip.mat-mdc-chip .fileName {
  margin-left: 8px;
  margin-right: 13px;
}
body .notesImagesChips .mat-mdc-standard-chip.mat-mdc-chip .removeFileIcon {
  width: 26px;
  height: 26px;
  font-size: 26px;
  line-height: 1;
  color: var(--color-text-medium);
  opacity: 1;
}
body .mat-mdc-chip-set.gap-8 .mdc-evolution-chip-set__chips {
  column-gap: 8px;
}
body .mat-mdc-chip.mat-primary {
  color: var(--color-primary);
  background-color: var(--colors-light-primary-container);
}
body .mat-mdc-chip.mat-mdc-chip__sm {
  line-height: 24px;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 24px;
}
body .mat-icon-18 {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
body .mat-icon {
  overflow: unset;
}
.mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-simple-snack-bar {
  color: rgba(255, 255, 255, 0.87);
}
.mat-mdc-snack-bar-container.snack-bar-verify .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  font-size: 15px;
  color: #5068FF;
}
.spinner-rounded circle {
  stroke-linecap: round;
}
.spinner-white circle {
  stroke: var(--universal-white);
}
body .mat-mdc-select-arrow {
  color: var(--color-text-high);
}
.mat-datepicker-content .mat-calendar.matDatepickerCustomize {
  width: 340px;
  height: auto;
}
.mat-calendar.matDatepickerCustomize + .mat-datepicker-actions {
  min-height: 56px;
  padding: 8px 12px;
}
.mat-calendar.matDatepickerCustomize + .mat-datepicker-actions button.btnClose {
  color: var(--color-on-background-universal);
}
.mat-calendar.matDatepickerCustomize + .mat-datepicker-actions button.btnApply {
  color: var(--color-primary-universal);
}
.mat-calendar.matDatepickerCustomize .mat-calendar-table-header th {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--color-text-medium-universal);
}
.mat-calendar.matDatepickerCustomize .mat-calendar-body-cell {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--color-text-high-universal);
}
.mat-calendar.matDatepickerCustomize .mat-calendar-body-selected {
  color: #fff;
  background-color: var(--color-primary-universal);
}
.mat-calendar.matDatepickerCustomize .mat-calendar-body-selected.mat-calendar-body-today {
  box-shadow: none;
}
:root {
  --mat-datepicker-calendar-container-shape: 16px;
}
mat-divider.mat-divider {
  border-color: var(--color-outline);
}
.asideList__item {
  height: 40px;
  display: flex;
  align-items: center;
}
.asideList__item svg-icon-sprite {
  height: 18px;
}
.asideList__item:disabled,
.asideList__item .disabled {
  color: var(--color-text-40) !important;
  cursor: not-allowed;
}
.asideList__item:disabled .asideList__link,
.asideList__item:disabled .asideList__link svg-icon-sprite,
.asideList__item:disabled .asideList__link .mat-icon,
.asideList__item .disabled .asideList__link,
.asideList__item .disabled .asideList__link svg-icon-sprite,
.asideList__item .disabled .asideList__link .mat-icon {
  color: var(--color-text-40) !important;
}
.asideList__item.delimiter {
  position: relative;
  height: 40px;
  width: 40px;
  margin: 0 auto;
}
.asideList__item.delimiter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: var(--color-delimiter);
  opacity: 1;
  transition: opacity 0.1s ease-in;
}
.asideList__item.delimiter span {
  max-width: 0;
  text-transform: uppercase;
  font: 700 10px/16px var(--second-font);
  color: var(--color-text-40);
  opacity: 0;
  text-indent: -9999px;
  transition: opacity 0.1s ease-in, max-width 0.1s ease-in 0.1s;
}
.asideList__link {
  height: 40px;
  min-width: 40px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 8px;
  color: var(--color-text-high);
  font-family: var(--second-font);
  letter-spacing: 0.47px;
  text-decoration: none;
}
.asideList__link:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  background: var(--color-sharp-reverse);
  transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1), background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
.asideList__link.active,
.asideList__link.active svg-icon-sprite,
.asideList__link.active .mat-icon {
  color: var(--color-primary);
}
.asideList__link.new-items::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 15px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--aside-menu-active);
  border: 1px solid var(--color-surface);
}
.asideList__link:hover:before,
.asideList__link:hover .mat-ripple-element {
  opacity: 0.04;
}
.asideList__link .mat-ripple-element {
  opacity: 0;
  background: var(--color-sharp-reverse);
}
.asideList__link svg-icon-sprite,
.asideList__link .mat-icon {
  color: var(--color-icon-secondary);
}
.asideList__text {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  margin-left: 0;
  transition:
    opacity 0.1s ease-in,
    max-width 0.1s ease-in 0.1s,
    margin-left 0.1s ease-in 0.1s;
}
.mat-mdc-button {
  letter-spacing: 0;
}
.mat-mdc-button + .mat-mdc-button {
  margin-left: 8px;
}
.mat-mdc-button.mat-mdc-button-base:not(:disabled) {
  color: var(--color-text-high);
}
.mat-mdc-button.mat-mdc-button-base > .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
}
.mat-mdc-button.button_default,
.mat-mdc-button.button_default-sm,
.mat-mdc-button.button_default-lg,
.mat-mdc-button.button_default-border:not(:disabled) {
  font-size: 15px;
  border-radius: 8px;
  letter-spacing: 0.47px;
  line-height: 38px;
  font-weight: 400;
  color: var(--color-text-high);
  border: 1px solid transparent;
  height: 40px;
}
.mat-mdc-button.button_default.color-text-medium,
.mat-mdc-button.color-text-medium.button_default-sm,
.mat-mdc-button.color-text-medium.button_default-lg,
.mat-mdc-button.color-text-medium.button_default-border:not(:disabled) {
  color: var(color-text-medium);
}
.mat-mdc-button.button_default.color-primary-blue,
.mat-mdc-button.color-primary-blue.button_default-sm,
.mat-mdc-button.color-primary-blue.button_default-lg,
.mat-mdc-button.color-primary-blue.button_default-border:not(:disabled) {
  color: var(--color-primary);
}
.mat-mdc-button.button_default.color-primary-blue .mat-icon,
.mat-mdc-button.color-primary-blue.button_default-sm .mat-icon,
.mat-mdc-button.color-primary-blue.button_default-lg .mat-icon,
.mat-mdc-button.color-primary-blue.button_default-border:not(:disabled) .mat-icon,
.mat-mdc-button.button_default.color-primary-blue svg-icon-sprite,
.mat-mdc-button.color-primary-blue.button_default-sm svg-icon-sprite,
.mat-mdc-button.color-primary-blue.button_default-lg svg-icon-sprite,
.mat-mdc-button.color-primary-blue.button_default-border:not(:disabled) svg-icon-sprite {
  color: inherit;
}
.mat-mdc-button.button_default .mdc-button__label,
.mat-mdc-button.button_default-sm .mdc-button__label,
.mat-mdc-button.button_default-lg .mdc-button__label,
.mat-mdc-button.button_default-border:not(:disabled) .mdc-button__label {
  justify-content: center;
}
.mat-mdc-button.button_rounded,
.mat-mdc-button.button_rounded-medium,
.mat-mdc-button.button_default-accent {
  border-radius: 10px;
  letter-spacing: 1.34px;
}
.mat-mdc-button.button_rounded-medium,
.mat-mdc-button.button_default-accent {
  font-weight: 500;
}
.mat-mdc-button.button_default-border:not(:disabled) {
  border: 1px solid var(--color-delimiter-light);
}
.mat-mdc-button.button_default-border:disabled {
  border-color: var(--color-delimiter-light);
}
.mat-mdc-button.button_default-lg {
  line-height: 48px;
}
.mat-mdc-button.button_default-sm {
  line-height: 32px;
}
.mat-mdc-button.button_as-tag {
  border: 2px solid var(--color-text-high);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 28px;
  padding: 0 20px;
  text-align: center;
}
.mat-mdc-button.button_as-tag:not(:disabled) {
  color: var(--color-text-high);
}
.mat-mdc-button.button_default-accent:not(:disabled) {
  color: var(--color-primary);
}
.mat-mdc-button.button_blue:not(:disabled) {
  background-color: var(--color-primary);
  color: var(--button-flat-primary-text);
  border: 1px solid var(--color-primary);
}
.mat-mdc-button.button_blue:not(:disabled).button_blue .mat-icon {
  color: var(--button-flat-primary-text);
}
.mat-mdc-button.button_blue:disabled {
  background-color: var(--color-delimiter-light);
}
.mat-mdc-button.button_blue:disabled.button_blue .mat-icon {
  color: var(--color-text-disabled);
}
.mat-mdc-button.button_transparent:not(:disabled) {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.mat-mdc-button.button_transparent:disabled {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-color: var(--color-delimiter-light);
}
.mat-mdc-button.button_has-icon-left .mat-icon,
.mat-mdc-button.button_has-icon-left svg-icon-sprite {
  margin-right: 8px;
}
.mat-mdc-button.button_has-icon-right .mat-icon,
.mat-mdc-button.button_has-icon-right svg-icon-sprite {
  margin-left: 8px;
}
.mat-mdc-button.svg-bottom-2 svg-icon-sprite {
  position: relative;
  top: 2px;
}
.mat-mdc-button:disabled {
  color: var(--color-text-40) !important;
  border-color: transparent;
  background-color: transparent;
}
.mat-mdc-button:disabled .mat-icon,
.mat-mdc-button:disabled svg-icon-sprite,
.mat-mdc-button:disabled svg-icon-sprite svg {
  color: currentColor;
}
.mat-mdc-button.addAvatar {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 5;
}
.mat-mdc-button .mat-icon,
.mat-mdc-button svg-icon-sprite {
  color: var(--color-on-background);
}
.mat-mdc-button.whiteBg {
  background: var(--color-surface);
  color: var(--color-text-high);
}
.mat-mdc-button.btn-text {
  text-transform: uppercase;
  letter-spacing: 1.34px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text-medium);
}
.mat-mdc-button.min-w-264 {
  min-width: 264px;
}
.mat-mdc-button.btn-default {
  height: 40px;
  line-height: 40px;
}
.mat-mdc-button.btn-default svg-icon-sprite {
  color: var(--color-on-background);
}
.mat-mdc-button.btn__back {
  line-height: 32px;
  padding: 0 8px 0 0;
}
.mat-mdc-button.searchPanel__item .mdc-button__label {
  width: 100%;
}
.mat-mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.mat-mdc-button .mat-ripple-element {
  background-color: currentColor !important;
  opacity: 0.1;
}
.mat-mdc-raised-button.mat-mdc-button-base:not(:disabled) {
  color: var(--color-text-high);
  background-color: var(--color-background);
}
.mat-mdc-raised-button.mat-mdc-button-base:disabled {
  color: var(--color-text-disabled);
  background-color: var(--color-background-dim);
}
.mat-mdc-raised-button.mat-mdc-button-base:disabled svg-icon-sprite,
.mat-mdc-raised-button.mat-mdc-button-base:disabled svg-icon-sprite svg,
.mat-mdc-raised-button.mat-mdc-button-base:disabled .mat-icon {
  color: var(--color-text-disabled);
}
.mat-mdc-raised-button .mdc-button__label {
  display: flex;
  align-items: center;
}
.mat-mdc-raised-button .mat-ripple-element {
  background-color: currentColor !important;
  opacity: 0.1;
}
.mat-mdc-unelevated-button[disabled] {
  color: var(--color-text-disabled) !important;
}
.mat-mdc-unelevated-button.btn-default {
  line-height: 40px;
  height: 40px;
}
.mat-mdc-unelevated-button.btn-filled-primary:not(:disabled) {
  background: var(--color-on-background);
  color: var(--color-surface);
}
.mat-mdc-unelevated-button.btn-filled-accent:not(:disabled),
.mat-mdc-unelevated-button.btn-filled-accent-primary:not(:disabled) {
  background: var(--color-primary);
  color: var(--color-text-high-light-universal);
}
.mat-mdc-unelevated-button.btn-filled-accent:disabled,
.mat-mdc-unelevated-button.btn-filled-accent-primary:disabled {
  background-color: var(--color-opacity-background-4);
}
.mat-mdc-unelevated-button .mdc-button__label {
  display: flex;
  align-items: center;
}
.btn_return.mat-mdc-button {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text-medium);
  letter-spacing: 0.09px;
  padding: 0 8px 0 0;
}
.btn_return.mat-mdc-button .mat-icon {
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
}
.menuSelectBtn.mat-mdc-button {
  border: 1px solid var(--color-delimiter-light);
  border-radius: 8px;
  min-height: 56px;
  padding: 0 16px;
  width: 100%;
  font-weight: 400;
}
.menuSelectBtn .mdc-button__label {
  justify-content: space-between;
}
.menuSelectBtn .mat-icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: var(--color-on-background);
}
.mat-mdc-icon-button[disabled] {
  color: var(--color-text-disabled);
}
.mat-mdc-icon-button.mat-primary {
  color: var(--color-primary);
}
.mat-mdc-icon-button.square {
  border-radius: 8px;
}
.mat-mdc-icon-button.white {
  background-color: var(--color-surface);
}
.mat-mdc-icon-button.size_24 {
  width: 24px;
  height: 24px;
}
.mat-mdc-icon-button.size-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.mat-mdc-icon-button.mat-icon-button-shadow {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.mat-mdc-icon-button:disabled {
  color: var(--color-text-disabled) !important;
}
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  border-radius: inherit !important;
}
.mat-mdc-icon-button .mat-ripple-element {
  background-color: currentColor !important;
  opacity: 0.1;
}
.mat-mdc-icon-button svg-icon-sprite svg {
  width: inherit;
  height: inherit;
}
.mat-mdc-icon-button .mat-mdc-icon-button {
  color: var(--color-on-background);
}
.as-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.importDataCatalog.mat-mdc-button {
  color: var(--color-text-high-inverted) !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
  font-family: var(--second-font);
  background-color: var(--color-text-high);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -3px);
  z-index: 999;
  padding: 6px 8px 8px 9.5px;
  border-radius: 0 0 10px 10px;
  transition: 0.2s linear;
}
.importDataCatalog.mat-mdc-button:hover {
  transform: translate(-50%, 0);
}
.importDataCatalog.mat-mdc-button svg-icon-sprite {
  color: var(--color-text-high-inverted);
  margin-right: 9.5px;
}
.mat-mdc-outlined-button.mat-mdc-button-base:not(:disabled) {
  color: var(--color-text-high);
  border-color: var(--color-outline);
}
.mat-mdc-outlined-button.border_light,
.mat-mdc-outlined-button.border_light-w2,
.mat-mdc-outlined-button.scrollableContent {
  min-height: 40px;
  font-size: 15px;
  font-weight: 400;
}
.mat-mdc-outlined-button.btn-default {
  line-height: 38px;
}
.mat-mdc-outlined-button.btn-outlined:not(:disabled) {
  border: 1px solid var(--color-on-background);
  background: var(--color-surface);
}
.mat-mdc-outlined-button.btn-outlined:not(:disabled) svg-icon-sprite {
  color: var(--color-on-background);
}
.mat-mdc-outlined-button.btn_outline:not(:disabled) {
  color: var(--color-text-high);
  line-height: 38px;
  border-radius: 100px;
  border: 1px solid var(--color-outline);
}
.mat-mdc-outlined-button .mdc-button__label {
  display: flex;
  align-items: center;
}
.mat-mdc-outlined-button .mat-ripple-element {
  background-color: currentColor !important;
  opacity: 0.1;
}
.quickStartBtn.mat-mdc-button,
.mat-mdc-button.whatsappBtn {
  background-color: var(--color-black-to-white);
  border-radius: 20px;
  color: var(--color-surface);
  font-family: var(--second-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
  box-shadow: none !important;
  padding-inline: 12px;
}
.quickStartBtn.mat-mdc-button svg-icon-sprite,
.mat-mdc-button.whatsappBtn svg-icon-sprite {
  color: var(--color-surface);
  margin-left: 5px;
}
.whatsappBtn.mat-mdc-button {
  background-color: var(--color-success);
}
.whatsappBtn.mat-mdc-icon-button {
  padding: 12px;
  background-color: var(--color-success);
}
.whatsappBtn.mat-mdc-icon-button svg-icon-sprite {
  padding-bottom: 2px;
  color: var(--color-surface);
}
.mat-mdc-outlined-button.btn-default,
.mat-mdc-unelevated-button.btn-default,
.mat-mdc-button.btn-default {
  letter-spacing: 0.15px;
  border-radius: 100px;
}
.mat-mdc-outlined-button.btn-default:not(.p-x-16):not(.confirmationComponent__content):not(.confirmationComponent__title):not(.dialogFullscreen__aside-container),
.mat-mdc-unelevated-button.btn-default:not(.p-x-16):not(.confirmationComponent__content):not(.confirmationComponent__title):not(.dialogFullscreen__aside-container),
.mat-mdc-button.btn-default:not(.p-x-16):not(.confirmationComponent__content):not(.confirmationComponent__title):not(.dialogFullscreen__aside-container) {
  padding: 0 24px;
}
.higlightingBtn {
  box-shadow: 0 1px 15px var(--color-primary) !important;
  z-index: 1001 !important;
  pointer-events: none;
}
.higlightingBtn:not(.quickStartBtn):not(.whatsappBtn.mat-mdc-button) {
  background-color: var(--color-surface);
}
.higlightingBtn.asideList__link {
  padding: 0 10px;
  border-radius: 50%;
  margin: 0 auto;
  color: var(--color-primary);
}
.higlightingBtn.asideList__link:after {
  display: none;
}
@media (max-width: 992px) {
  .mat-mdc-button.importDataCatalog {
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
    transform: none;
    left: 0;
    z-index: 0;
  }
  .mat-mdc-button.importDataCatalog:hover {
    transform: none;
  }
}
@media (max-width: 767px) {
  .mat-mdc-button.addAvatar {
    position: static;
    transform: none;
  }
}
.customFieldInput {
  height: 56px;
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--color-delimiter-light);
}
.customFieldInput.overflow-auto {
  overflow: auto;
}
.customFieldInput__inner {
  height: 100%;
}
.customFieldInput__inner app-filter-tag + app-filter-tag {
  margin-left: 8px;
}
.mat-mdc-input-element[readonly=true] {
  color: var(--color-text-40);
}
.input-field__clean {
  -webkit-appearance: none;
  border: none;
  padding: 8px 0;
  width: 100%;
  height: 48px;
  color: var(--color-text-high);
  background-color: var(--color-surface);
}
.input-field__clean:focus {
  outline: none;
}
.customHiddenPasswordInput {
  border: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.47px;
  width: 100%;
  padding-right: 16px;
}
.customHiddenPasswordInput:focus {
  outline: none;
}
.authorizationCode {
  display: flex;
  align-items: center;
  height: 20px;
}
.authorizationCode__item_inactive {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-text-medium);
}
.authorizationCode__item_inactive + .authorizationCode__item_inactive {
  margin-left: 6px;
}
.authCodeSeparated {
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 48px;
}
.authCodeSeparated__row {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authCodeSeparated__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: transparent;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  background-color: transparent;
}
.authCodeSeparated__item + .authCodeSeparated__item {
  margin-left: 18px;
}
.authCodeSeparated__item:focus {
  border: 2px solid var(--color-primary);
  outline: none;
}
.authCodeSeparated__item.fill {
  color: var(--color-text-high);
  background-color: transparent;
  background-color: var(--color-surface);
}
.authCodeSeparated__item_mask {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-text-medium);
}
.authCodeSeparated__item.ng-invalid.ng-touched {
  border: 2px solid var(--color-error);
}
@media (max-width: 480px) {
  .authCodeSeparated {
    grid-template-rows: 32px;
  }
  .authCodeSeparated__item {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
  }
  .authCodeSeparated__item + .authCodeSeparated__item {
    margin-left: 12px;
  }
}
ngx-mat-select-search .mat-select-search-input {
  background-color: var(--color-surface) !important;
}
ngx-mat-select-search .mat-select-search-input {
  color: var(--color-text-high) !important;
}
.primaryTable {
  background-color: var(--color-surface);
  border-collapse: collapse;
  border-radius: 8px;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.primaryTable.primaryTable_clickble-row tbody tr {
  cursor: pointer;
}
.primaryTable.primaryTable_clickble-row tbody tr.checked {
  background-color: var(--color-opacity-primary-8);
}
.primaryTable.primaryTable_remove-radius-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.primaryTable.dynamic-letter-spacing {
  transition: letter-spacing 0.3s ease;
}
.primaryTable tbody tr:nth-child(odd) {
  background-color: var(--color-opacity-background-4);
}
@media (max-width: 992px) {
  .primaryTable tbody tr:nth-child(even) {
    background-color: var(--color-opacity-background-4);
  }
  .primaryTable tbody tr:nth-child(odd) {
    background-color: transparent;
  }
}
.primaryTable td,
.primaryTable th {
  padding: 10px 16px 10px 0;
  height: 60px;
}
.primaryTable td:first-child,
.primaryTable th:first-child {
  padding-left: 16px;
}
.primaryTable td.nowrap > *:not(.mat-mdc-form-field),
.primaryTable th.nowrap > *:not(.mat-mdc-form-field) {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.primaryTable td.nowrap .mat-mdc-icon-button,
.primaryTable th.nowrap .mat-mdc-icon-button {
  width: 40px;
  height: 40px;
}
.primaryTable td.nowrap .primaryTable__preview,
.primaryTable th.nowrap .primaryTable__preview {
  width: 58px;
  height: 58px;
  margin-left: 0;
}
.primaryTable td.nowrap .text_pre_line,
.primaryTable th.nowrap .text_pre_line {
  white-space: pre-line;
}
.primaryTable td .text_ellipsis,
.primaryTable td .text_ellipsis-two-lines,
.primaryTable th .text_ellipsis,
.primaryTable th .text_ellipsis-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.primaryTable td .text_ellipsis-two-lines,
.primaryTable th .text_ellipsis-two-lines {
  -webkit-line-clamp: 2;
}
.primaryTable td {
  font-weight: 400;
  color: var(--color-text-high);
}
.primaryTable td.ellipsis .ellipsis__item {
  right: auto;
  padding-right: 8px;
  max-width: calc(100% - 16px);
}
.primaryTable th {
  color: var(--color-text-medium);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.primaryTable th.article {
  min-width: 80px;
}
.ellipsis {
  position: relative;
}
.ellipsis:before {
  content: "&nbsp;";
  visibility: hidden;
}
.ellipsis .ellipsis__item {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 16px;
}
.ellipsis .hasStatus {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 16px;
}
.primaryTable__preview {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  margin: 5px auto;
  overflow: hidden;
}
.primaryTable__preview-color {
  height: 100%;
  width: 100%;
}
.table_simplified {
  width: 360px;
  max-width: 100%;
  background-color: var(--color-surface);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 8px 0;
}
.table_simplified.table_simplified-full-width {
  width: 100%;
}
.table_simplified.table_simplified-full-width .table_simplified__row:not(.not-pointer):hover {
  cursor: pointer;
}
.table_simplified.table_simplified-full-width .table_simplified__row:nth-child(odd) {
  background-color: transparent;
}
.table_simplified.table_simplified-full-width .table_simplified__row:nth-child(even) {
  background-color: var(--color-opacity-background-4);
}
.table_simplified .table_simplified__row {
  display: flex;
  flex-shrink: 0;
}
.table_simplified .table_simplified__row:not(.not-pointer) {
  cursor: pointer;
}
.table_simplified .table_simplified__row:nth-child(odd) {
  background-color: var(--color-opacity-background-4);
}
.table_simplified .table_simplified__row.checked {
  background-color: var(--color-opacity-primary-8) !important;
}
.table_simplified .table_simplified__td {
  display: flex;
  flex-grow: 1;
  max-width: 50%;
  padding: 12px 0;
  color: var(--color-text-medium);
}
.table_simplified .table_simplified__td + .table_simplified__td {
  padding-left: 8px;
}
.table_simplified .table_simplified__td:first-child {
  padding-left: 3px;
  padding-right: 8px;
}
.table_simplified .table_simplified__td:last-child {
  text-align: right;
}
.table_simplified .table_simplified__td .mat-mdc-checkbox {
  margin-right: 12px;
}
.table_simplified .table_simplified__td .flex_column,
.table_simplified .table_simplified__td .openfactura .configWrapper .panelTemplates__top,
.openfactura .configWrapper .table_simplified .table_simplified__td .panelTemplates__top,
.table_simplified .table_simplified__td .openfactura .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .tableGrid .table_simplified .table_simplified__td .tableGrid__item_left,
.table_simplified .table_simplified__td .openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .configWrapper .panelSettings .radio_items .table_simplified .table_simplified__td .mdc-form-field,
.table_simplified .table_simplified__td .confirmationComponent__answers,
.table_simplified .table_simplified__td .dialogFullscreen__aside-container {
  width: 100%;
}
.table_simplified .table_simplified__td .hasStatus {
  justify-content: flex-end;
  margin-top: auto;
  max-width: 120px;
  align-self: flex-end;
}
.table_simplified .table_simplified__td-right {
  order: 2;
}
.table_simplified .code-number {
  font-weight: bold;
  letter-spacing: 0.14px;
  color: var(--color-text-high);
}
.table_simplified .text_ellipsis,
.table_simplified .text_ellipsis-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.table_simplified .primaryTable__preview {
  margin: 0;
}
.table_simplified .gridLogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: flex-end;
  max-width: 96px;
}
.table_simplified__wrapper .matCard__title,
.table_simplified__wrapper .matCard__title_sm {
  padding-left: 16px;
  padding-right: 16px;
}
.gridLogos {
  display: grid;
  grid-template-columns: repeat(3, 24px);
  grid-row-gap: 4px;
  grid-column-gap: 8px;
}
.gridLogos__more {
  color: var(--universal-color-black-text-87);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-background-announce);
}
@media screen and (min-width: 1000px) and (max-width: 1040px) {
  .primaryTable.dynamic-letter-spacing {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 999px) {
  .primaryTable.dynamic-letter-spacing {
    letter-spacing: -0.2px;
  }
}
@media (max-width: 992px) {
  .table_simplified .table_simplified__td:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  app-authorized .primaryTable {
    margin: 0 -16px;
    max-width: none;
    width: auto;
  }
}
.cdk-overlay-backdrop.no-backdrop {
  display: none;
}
.mat-mdc-dialog-container {
  background-color: var(--color-surface);
  overflow: auto;
}
.matDialogTitle {
  color: var(--color-text-high);
}
.primaryDialog {
  padding: 0;
}
.primaryDialog.hasStickyElements .hasTimeLine {
  max-height: 436px;
  overflow-y: auto;
}
.primaryDialog.hasStickyElements .mat-mdc-dialog-container {
  padding: 0 24px;
}
.primaryDialog.hasStickyElements header {
  background-color: var(--color-surface);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 8px 0;
}
.primaryDialog.hasStickyElements footer {
  background-color: var(--color-surface);
  padding-bottom: 24px;
  padding-top: 24px;
  bottom: 0;
  z-index: 100;
  margin-top: auto;
}
.primaryDialog.hasStickyElements .max-height-90vh {
  max-height: calc(100vh - 64px);
}
.primaryDialog.primaryDialog__reset-padding .mat-mdc-dialog-container {
  padding: 0;
}
.primaryDialog.primaryDialog__reset-padding .authorizationField {
  width: 100%;
  height: 160px;
}
.primaryDialog.primaryDialog__reset-padding .authorizationField input {
  width: 100%;
  height: 100%;
  margin: auto;
}
.primaryDialog.modeDialog .mode_img_container {
  height: 204px;
  overflow: hidden;
  text-align: center;
  background-color: var(--mode-bg);
  border-radius: 8px;
}
.primaryDialog.modeDialog .mode_img_container.inactive img {
  opacity: 0.4;
}
.primaryDialog.dialogProfile .mat-mdc-dialog-container {
  padding: 0 !important;
}
.primaryDialog.dialogProfile .mat-mdc-dialog-content {
  flex: 1;
  max-height: none;
  padding: 0 32px 32px;
  margin: 0;
  color: inherit;
}
@media (max-width: 480px) {
  .primaryDialog.dialogProfile .mat-mdc-dialog-content {
    padding: 0 16px 16px;
  }
}
.primaryDialog.dialogProfile .mat-mdc-dialog-content .text_larger {
  margin: 0;
}
.primaryDialog.dialogProfile .dialogProfile__wrapper {
  height: -webkit-fill-available;
  overflow: hidden;
}
.primaryDialog.dialogProfile header {
  position: relative;
  height: 320px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 480px) {
  .primaryDialog.dialogProfile header {
    height: 65%;
  }
}
.primaryDialog.dialogProfile header .mat-mdc-icon-button {
  position: absolute;
  top: 12px;
  right: 24px;
}
.primaryDialog.dialogProfile header .abbr {
  font-size: 34px;
}
.primaryDialog .mat-mdc-dialog-container {
  background-color: var(--color-surface);
  padding: 16px 32px 24px;
  border-radius: 8px;
  box-shadow:
    0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);
  color: var(--color-text-high);
}
.primaryDialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.primaryDialog .mat-mdc-dialog-container .mat-mdc-dialog-title {
  display: flex;
  flex-shrink: initial;
  font: 700 24px/32px var(--second-font);
  color: var(--color-text-high);
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  justify-content: center;
}
.primaryDialog .mat-mdc-dialog-container .mat-mdc-dialog-title::before {
  display: none;
}
.primaryDialog footer {
  display: flex;
  padding-top: 24px;
}
.primaryDialog footer:not(.flex_column_end) {
  align-items: center;
}
.primaryDialog footer.actions {
  justify-content: flex-end;
}
.primaryDialog footer.actions button + button {
  margin-left: 8px;
}
.primaryDialog .mat-mdc-button {
  padding: 0 20px;
}
.primaryDialog .tabsWrapper .mat-mdc-tab-body-content .mat-mdc-card.max-height {
  max-height: 184px;
  overflow-y: auto;
  padding-bottom: 0;
}
.primaryDialog .tabsWrapper .mat-mdc-tab-body-content .mat-mdc-card .col {
  min-width: 0;
}
.primaryDialog .tabsWrapper .mat-mdc-tab-body-content > .hasBorder {
  border-radius: 8px;
  border: 1px solid var(--color-delimiter-light);
}
.primaryDialog .tabsWrapper .mat-mdc-tab-labels {
  border-radius: 8px;
  border: 1px solid var(--color-delimiter-light);
}
.primaryDialog .tabsWrapper .mat-mdc-tab-labels .mdc-tab:first-child {
  border-radius: 8px 0 0 8px;
}
.primaryDialog .tabsWrapper .mat-mdc-tab-labels .mdc-tab:last-child {
  border-radius: 0 8px 8px 0;
}
.primaryDialog pre {
  padding: 12px 16px;
  font: 400 13px/16px var(--second-font), sans-serif;
  color: var(--universal-color-black-text-60);
  background-color: var(--bg-gallery);
}
@media only screen and (max-width: 640px) {
  .primaryDialog pre {
    padding: 12px;
    overflow-y: auto;
  }
}
.primaryDialog .primaryDialog__subinfo {
  padding: 12px 16px;
  color: var(--universal-color-black-text-60);
  background-color: #fafafa;
  margin: 16px 0;
}
.primaryDialog .primaryDialog__subinfo.primaryDialog__subinfo-info {
  background-color: #fff9c4;
}
.primaryDialog .primaryDialog__subinfo a {
  font-family: var(--second-font);
  font-weight: 500;
  text-decoration: none;
}
.primaryDialog .primaryDialog__subinfo a:hover {
  text-decoration: underline;
}
.primaryDialog .image-uploader__upload-area {
  margin-left: 0;
  margin-right: 0;
}
.primaryDialog_container-full {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mat-mdc-dialog-content.dialogShipmentContent {
  position: relative;
  height: 550px;
  padding: 0 17px;
  margin: 0 -17px;
}
.dialogShipmentContent__map {
  width: 350px;
  height: 550px;
  background: #ccc;
  position: fixed;
  border-radius: 8px;
}
.dialogSuccessIcon {
  width: 64px;
  height: 64px;
  background-color: var(--state-success);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.dialogSuccessIcon.fail {
  background-color: var(--color-error);
}
.dialogSuccessIcon .mat-icon {
  width: 46px;
  height: 46px;
  font-size: 46px;
  line-height: 1;
}
.dialogText_large {
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
  margin-bottom: 4px;
}
.dialogText_largest {
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.secondaryDialog .mat-mdc-dialog-container {
  padding: 0;
  background-color: var(--color-surface);
}
.secondaryDialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.customTab .mat-form-field-disabled .mat-form-field-outline > * {
  border-color: transparent;
}
.customTab__nav .mat-mdc-button {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text-medium);
  line-height: 45px;
  padding: 0 8px;
  border-bottom: 3px solid transparent;
}
.customTab__nav .mat-mdc-button + .mat-mdc-button {
  margin-left: 0;
}
.customTab__nav .mat-mdc-button:first-child {
  border-radius: 8px 0 0 0;
}
.customTab__nav .mat-mdc-button:last-child {
  border-radius: 0 8px 0 0;
}
.customTab__nav .mat-mdc-button.active {
  color: var(--color-text-high);
  border-bottom-color: var(--color-primary);
}
.dialogFooter {
  min-height: 60px;
  padding: 0 12px;
  border-top: 1px solid var(--color-delimiter-light);
}
.authorizationField {
  display: grid;
}
.authorizationField input {
  position: relative;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  width: 100%;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: transparent;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  outline: none;
}
.authorizationField .secure {
  width: 216px;
  height: 40px;
  display: flex;
  align-items: center;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  margin: auto;
  color: transparent;
}
.authorizationField .secure span {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin: 8px;
}
.authorizationField .secure span.hide {
  color: transparent !important;
}
.authorizationField .mask {
  width: 216px;
  height: 40px;
  display: flex;
  align-items: center;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  margin: auto;
}
.authorizationField .mask .mat-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin: 8px;
  color: transparent;
}
.authorizationField .authorizationField_text {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  margin: auto auto 16px;
}
.dialogTooltip {
  width: 218px;
}
.dialogTooltip .mat-mdc-dialog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px -14px 8px;
  padding-left: 14px;
}
.dialogTooltip .mat-mdc-dialog-title h2 {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}
.dialogTooltip .mat-mdc-dialog-title button {
  color: var(--color-text-medium);
}
.dialogTooltip .mat-mdc-dialog-container {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.dialogTooltip .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialogTooltip .mat-mdc-dialog-content {
  position: relative;
  margin: 20px 0 0;
  padding: 0 14px 14px;
  overflow: visible;
  border: 1px solid #979797;
  border-radius: 4px;
  background-color: #efeded;
}
.dialogTooltip .mat-mdc-dialog-content:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -11px;
  border: 1px solid #979797;
  border-right: none;
  background-color: #efeded;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
}
.dialogTooltip .mat-mdc-dialog-content:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -13px;
  width: 1px;
  height: 28px;
  background-color: #979797;
}
.dialogTooltip .mat-mdc-dialog-content p {
  font-family: var(--second-font);
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  color: var(--color-text-medium);
}
.dialogInfo.border-radius-16 .mat-mdc-dialog-container {
  border-radius: 16px;
}
.dialogInfo .mdc-dialog__title {
  flex-shrink: 1;
}
.dialogInfo .mat-mdc-dialog-container {
  padding: 0;
  background-color: var(--color-surface);
  border-radius: 24px;
  min-width: auto;
  max-width: none;
}
.dialogInfo .mat-mdc-dialog-container .mdc-dialog__title {
  color: var(--color-text-high);
  padding-top: 10px;
}
.dialogInfo .mat-mdc-dialog-container .mdc-dialog__title::before {
  display: none;
}
.dialogInfo .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialogRadius16 .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 16px;
  background-color: var(--color-background-secondary);
}
.dialogRadius16 .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.sDialog2 .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.sDialog2 .mat-mdc-dialog-container .mat-mdc-dialog-title {
  display: flex;
  flex-shrink: initial;
  color: var(--color-text-high);
  padding: 0;
}
.sDialog2 .mat-mdc-dialog-container .mat-mdc-dialog-title::before {
  display: none;
}
.dialogBasic.cdk-overlay-pane.mat-mdc-dialog-panel {
  max-width: 90vw;
}
.dialogBasic .mat-mdc-dialog-container {
  background-color: transparent;
  overflow: initial;
}
.dialogBasic .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: var(--color-surface);
  border-radius: 28px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .primaryDialog {
    max-width: 90vw !important;
  }
}
@media (max-width: 767px) {
  .primaryDialog.hasStickyElements .mat-mdc-dialog-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .primaryDialog.hasStickyElements .mat-mdc-dialog-container .hasTimeLine {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 0;
    padding-top: 0;
    max-height: unset;
  }
  .primaryDialog.hasStickyElements .mat-mdc-dialog-container .hasTimeLine .verticalLine:not(:first-of-type) {
    padding-top: 16px;
  }
  .primaryDialog.hasStickyElements .mat-mdc-dialog-container .hasTimeLine .verticalLine:first-of-type::before {
    top: 0;
    height: calc(100% + 1px);
  }
  .primaryDialog.hasStickyElements .mat-mdc-dialog-container .hasTimeLine .verticalLine:last-of-type::before {
    height: 16px;
  }
  .primaryDialog.hasStickyElements .mat-mdc-dialog-container footer {
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid var(--color-delimiter-light);
  }
  .primaryDialog .mat-mdc-dialog-container {
    padding: 16px 24px 24px;
  }
  .primaryDialog .mat-mdc-card {
    margin-left: 0;
    margin-right: 0;
  }
  .primaryDialog .mat-mdc-button {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
  }
  .primaryDialog .mat-mdc-button.order-2 {
    order: 2;
    margin-top: 16px;
  }
  .primaryDialog .sAnnounce .mat-mdc-button {
    margin-left: auto;
  }
  .dialogBasic__full-on-mobile.cdk-overlay-pane.mat-mdc-dialog-panel {
    max-width: 100vw;
    height: 100% !important;
    width: 100vw !important;
  }
  .dialogBasic__full-on-mobile .mat-mdc-dialog-container .mdc-dialog__surface {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .dialogInfo {
    max-width: 87% !important;
  }
}
@media (max-width: 670px) {
  .dialogRadius16 {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .primaryDialog.mobile-padding .mat-mdc-dialog-container {
    padding: 16px 10px 24px;
  }
}
.dialogFullscreen .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 0;
  background-color: var(--color-surface);
}
.dialogFullscreen .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialogFullscreen app-dialog-gallery {
  display: block;
}
.dialogFullscreen .mat-mdc-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}
.dialogFullscreen__header {
  height: 80px;
  padding: 8px 16px 8px 24px;
}
.dialogFullscreen__header-title {
  color: var(--color-text-high);
}
.dialogFullscreen__header-title span + span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.dialogFullscreen__header-actions .mat-mdc-icon-button + .mat-mdc-icon-button {
  margin-left: 8px;
}
.dialogFullscreen__header-actions .mat-mdc-icon-button:last-child {
  margin-left: 16px;
}
.dialogFullscreen__content {
  height: calc(100vh - 80px);
}
.dialogFullscreen__content .cropper-line {
  background-color: #999;
}
.dialogFullscreen__content .cropper-view-box {
  outline-color: #999;
}
.dialogFullscreen__content .cropper-face {
  opacity: 0.6;
}
.dialogFullscreen__content .cropper-point {
  height: 8px;
  width: 8px;
  border-color: #999;
  background-color: #fff;
}
.dialogFullscreen__content .cropper-point.point-ne {
  top: -4px;
  right: -4px;
}
.dialogFullscreen__content .cropper-point.point-nw {
  top: -4px;
  left: -4px;
}
.dialogFullscreen__content .cropper-point.point-sw {
  bottom: -4px;
  left: -4px;
}
.dialogFullscreen__content .cropper-point.point-se {
  bottom: -4px;
  right: -4px;
}
.dialogFullscreen__content .cropper-point.point-n,
.dialogFullscreen__content .cropper-point.point-w,
.dialogFullscreen__content .cropper-point.point-e,
.dialogFullscreen__content .cropper-point.point-s {
  display: none;
}
.dialogFullscreen__content .cropper-dashed {
  display: none;
}
.dialogFullscreen__gallery {
  width: calc(100% - 352px);
  background-color: var(--color-background);
  overflow: hidden;
}
.dialogFullscreen__aside {
  width: 352px;
}
.dialogFullscreen__aside-container .mat-mdc-form-field + .mat-mdc-button {
  margin-left: auto;
}
.dialogFullscreen__aside-actions {
  padding: 0 16px;
}
.dialogFullscreen__aside-actions .mat-mdc-button {
  min-width: 142px;
}
.dialogFullscreen__aside-actions .mat-mdc-button + .mat-mdc-button {
  margin-left: 16px;
}
.dialogFullscreen__aside-actions .mat-mdc-button + .mat-mdc-button .icon-forward {
  transform: rotate(90deg);
}
.mat-mdc-button.dialogFullscreen__aside-setting {
  width: 100%;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
  color: var(--color-text-high);
  border-radius: 0;
}
.mat-mdc-button.dialogFullscreen__aside-setting + .dialogFullscreen__aside-setting {
  margin-left: 0;
}
.mat-mdc-button.dialogFullscreen__aside-setting.active {
  background-color: var(--color-menu-active-bg);
}
@media screen and (max-width: 992px) {
  .dialogFullscreen__gallery {
    width: calc(100% - 320px);
  }
  .dialogFullscreen__aside {
    width: 320px;
  }
  .dialogFullscreen__aside-container {
    padding-left: 0;
    padding-right: 0;
  }
  .dialogFullscreen__aside b,
  .dialogFullscreen__aside-actions,
  .dialogFullscreen__aside-container .mat-mdc-form-field,
  .dialogFullscreen__aside-container .mat-mdc-checkbox,
  .dialogFullscreen__image-size {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .dialogFullscreen__header {
    padding-left: 16px;
  }
  .dialogFullscreen__header-title span + span {
    margin-top: 0;
  }
  .dialogFullscreen__header-actions .mat-mdc-icon-button + .mat-mdc-icon-button,
  .dialogFullscreen__header-actions .mat-mdc-icon-button:last-child {
    margin-left: 0;
  }
  .dialogFullscreen__content {
    display: block;
    height: auto;
  }
  .dialogFullscreen__aside,
  .dialogFullscreen__gallery {
    width: 100%;
  }
  .dialogFullscreen__gallery {
    min-height: 300px;
  }
  .dialogFullscreen__gallery app-custom-gallery-slider {
    display: block;
    width: 100%;
  }
  .dialogFullscreen__gallery app-custom-gallery-slider .gallerySlider {
    width: 100%;
    height: 300px;
  }
  .dialogFullscreen__gallery app-custom-gallery-slider .gallerySlider .gallerySlider__item {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .dialogFullscreen__header-title {
    font-size: 12px;
    line-height: 14px;
  }
}
.dialogDatepicker.cdk-overlay-pane {
  max-width: 100% !important;
  width: 320px !important;
}
.dialogDatepicker .mat-mdc-dialog-container {
  overflow-x: hidden;
  padding: 0;
  border-radius: 8px;
  box-shadow:
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12),
    0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.dialogDatepicker .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialogDatepicker .flatpickr-calendar {
  width: 100%;
  margin: 0 auto;
}
.dialogDatepicker .flatpickr-calendar .flatpickr-innerContainer {
  width: 328px;
  max-width: 100%;
  margin: 0 auto;
}
.dialogDatepicker .flatpickr-calendar .flatpickr-days {
  padding: 0 0 0px 13px;
}
.dialogDatepicker .containerCalendarInline .flatpickr-calendar.inline {
  margin-top: -24px;
}
.dialogDatepicker .calendarTabs .mdc-tab {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.47px;
  font-weight: 400;
  opacity: 1;
  color: var(--color-text-medium);
}
.dialogDatepicker .calendarTabs .mdc-tab-active {
  color: var(--color-text-high);
}
.dialogDatepicker .calendarTabs .mdc-tab + .mdc-tab {
  border-left: 1px solid var(--color-delimeter-light);
}
.dialogDatepicker__header {
  min-height: 48px;
  padding: 8px 8px 8px 16px;
  background-color: var(--color-primary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dialogDatepicker__header .mat-mdc-icon-button {
  color: #ffffff;
}
.dialogDatepicker__header-title {
  font-family: var(--default-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.dialogDatepicker__footer {
  height: 52px;
  padding: 8px;
}
.dialogDatepicker__footer .mat-mdc-button:disabled {
  color: #C4C7C7 !important;
}
@media (max-width: 480px) {
  .dialogDatepicker.cdk-overlay-pane {
    margin: auto !important;
  }
}
.docViewDialog.cdk-overlay-pane {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}
.docViewDialog .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--universal-color-black-text-87);
}
.docViewDialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.docViewDialog .container_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.docViewDialog .container_inner mat-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.dialogHeader {
  height: 80px;
  position: sticky;
  top: 0;
}
.dialogHeader .back {
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15px;
  color: var(--button-flat-primary-text);
  margin-left: 5px;
}
.dialogHeader .back .mat-icon {
  margin-right: 35px;
  color: #ffffff;
}
.dialogHeader .mat-mdc-icon-button {
  margin-left: 6px;
}
.dialogHeader .mat-mdc-icon-button:disabled {
  color: rgba(255, 255, 255, 0.4);
}
.dialogHeader .mat-mdc-icon-button:disabled svg-icon-sprite {
  color: rgba(255, 255, 255, 0.4);
}
.dialogHeader .mat-mdc-icon-button svg-icon-sprite {
  color: #ffffff;
}
.printWrapper {
  color: rgba(0, 0, 0, 0.87);
  font-size: 10.5pt;
  font-family:
    "Roboto",
    Arial,
    Tahoma,
    sans-serif;
  letter-spacing: 0;
  line-height: 15pt;
  padding: 1.0583333333cm 0.8466666667cm;
  -webkit-print-color-adjust: exact;
  margin: 0 auto;
  background: #ffffff;
  width: 664px;
}
.printWrapper:hover + .text-center .docPagination {
  transform: translateY(-64px);
  opacity: 1;
}
.docPagination {
  background: #121212;
  color: rgba(255, 255, 255, 0.87);
  border-radius: 8px;
  padding: 2px 0 2px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: translateY(0);
  opacity: 0;
  transition: all 0.3s linear;
  z-index: -1;
}
.docPagination:hover {
  transform: translateY(-64px);
  opacity: 1;
}
.docPagination .count {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.docPagination .count_current,
.docPagination .count_total {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.docPagination .mat-mdc-icon-button {
  border-radius: 0;
}
.docPagination .divider_vert {
  height: 36px;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.content-list {
  list-style-type: disc;
  margin: 16px 0;
  padding-left: 24px;
  color: var(--color-text-medium);
}
.fm-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  font-family: var(--second-font);
  font-weight: 500;
  border-radius: 8px;
  color: var(--color-text-medium);
  background-color: #bdbdbd;
}
.fm-label.success {
  color: var(--color-on-success);
  background-color: var(--color-success);
}
.fm-label.error {
  color: var(--color-on-error);
  background-color: var(--color-error);
}
.fm-label.info {
  color: var(--color-on-primary);
  background-color: var(--color-primary);
}
.fm-label.warning {
  color: var(--color-on-warning);
  background-color: var(--color-warning);
}
.fm-label.warn {
  color: var(--universal-color-black-text-87);
  background-color: var(--color-amber-500);
}
.fm-label.separate {
  margin-left: 8px;
  margin-right: 8px;
}
.wrapper_validate {
  flex-direction: column;
  min-height: 276px;
}
.wrapper_validate .ttl {
  margin-bottom: 48px;
}
.wrapper_validate .ttl .progress {
  display: inline-block;
  margin-left: 64px;
}
.wrapper > .listDoc__item_list {
  margin-bottom: 24px;
}
.wrapper > .listDoc__item_list.checked {
  padding-left: 20px;
}
.wrapper > .listDoc__item_list.checked .mat-icon {
  color: var(--color-success);
}
.listDoc__item_list + .listDoc__item_list {
  margin-top: 28px;
}
.listDoc__item_list > span {
  display: inline-block;
  margin-left: 28px;
}
.listDoc__item_list .link {
  width: auto;
  display: inline-block;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-left: 20px;
}
.listDoc__item_list .link + span {
  display: inline-block;
  color: var(--color-text-medium);
}
.listDoc__item_list .mat-icon {
  color: var(--color-text-medium);
}
.listDoc2 {
  margin-bottom: 30px;
  padding: 0 0 0 74px;
}
.listDoc2 li {
  position: relative;
  color: var(--color-text-medium);
  padding-left: 24px;
}
.listDoc2 li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-text-medium);
}
.listDoc2 li + li {
  margin-top: 20px;
}
.wrapPeriod {
  display: flex;
  margin-top: -16px;
}
.wrapPeriod .wrapPeriod__item {
  width: 50%;
}
.wrapPeriod .wrapPeriod__item-date {
  display: block;
  font-family: var(--second-font);
  font-size: 14px;
  line-height: 16px;
  color: var(--color-text-medium);
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 2px solid transparent;
}
.wrapPeriod .wrapPeriod__item-date.selected {
  border-bottom-color: var(--color-primary);
  color: var(--color-primary);
}
.sDialog__pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sDialog__pagination i {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #9e9e9e;
}
.sDialog__pagination i.active {
  background-color: var(--color-primary);
}
.dialog-sidebar-right .mat-mdc-dialog-container,
.dialog-sidebar-right-product .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--color-background);
  color: var(--color-text-high);
}
.dialog-sidebar-right .mat-mdc-dialog-container .mdc-dialog__surface,
.dialog-sidebar-right-product .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialog-sidebar-right .ofSidenav,
.dialog-sidebar-right-product .ofSidenav {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100vh;
}
.dialog-sidebar-right .ofSidenav > header,
.dialog-sidebar-right-product .ofSidenav > header {
  background-color: transparent;
}
.dialog-sidebar-right .ofSidenav > header .mat-mdc-icon-button,
.dialog-sidebar-right-product .ofSidenav > header .mat-mdc-icon-button {
  color: var(--color-text-medium);
}
.dialog-sidebar-right .ofSidenav > header h2,
.dialog-sidebar-right-product .ofSidenav > header h2 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.dialog-sidebar-right .ofSidenav .searchBox .searchBox__input,
.dialog-sidebar-right-product .ofSidenav .searchBox .searchBox__input {
  height: 40px;
  line-height: 40;
}
.dialog-sidebar-right .ofSidenav .searchBox .searchBtn,
.dialog-sidebar-right-product .ofSidenav .searchBox .searchBtn {
  top: 4px;
}
.dialog-sidebar-right .ofSidenav .searchBox .searchBot__btn-clear,
.dialog-sidebar-right-product .ofSidenav .searchBox .searchBot__btn-clear {
  position: absolute;
  top: 0;
  right: 4px;
  color: var(--color-text-medium);
  z-index: 1;
}
.dialog-sidebar-right .ofSidenav .paginationLine,
.dialog-sidebar-right-product .ofSidenav .paginationLine {
  justify-content: flex-end;
  padding: 0;
  margin: 8px 16px;
}
.dialog-sidebar-right .ofSidenav .tabsWrapper__in-of-sidenav,
.dialog-sidebar-right-product .ofSidenav .tabsWrapper__in-of-sidenav {
  height: 100%;
  overflow: hidden;
}
.dialog-sidebar-right .ofSidenav .tabsWrapper__in-of-sidenav .mat-mdc-tab-body-wrapper,
.dialog-sidebar-right-product .ofSidenav .tabsWrapper__in-of-sidenav .mat-mdc-tab-body-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .dialog-sidebar-right .ofSidenav .tabsWrapper__in-of-sidenav .mat-mdc-tab-body-wrapper,
  .dialog-sidebar-right-product .ofSidenav .tabsWrapper__in-of-sidenav .mat-mdc-tab-body-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.dialog-sidebar-right .ofSidenav mat-tab-header,
.dialog-sidebar-right-product .ofSidenav mat-tab-header {
  margin-bottom: 8px;
  padding: 0 16px;
}
.dialog-sidebar-right .ofSidenav .tab-content,
.dialog-sidebar-right-product .ofSidenav .tab-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dialog-sidebar-right .mat-mdc-progress-bar,
.dialog-sidebar-right-product .mat-mdc-progress-bar {
  width: 100%;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.flexColumn > * {
  width: 100%;
}
.flexColumn > header {
  min-height: 56px;
  padding: 0 8px;
  box-shadow: inset 0 -1px 0 0 var(--color-delimiter-light), inset 0 1px 0 0 var(--color-delimiter-light);
}
.flexColumn footer {
  display: flex;
  height: 56px;
  padding: 8px 16px;
  align-items: center;
  flex-shrink: 0;
  box-shadow: inset 0 -1px 0 0 var(--color-delimiter-light), inset 0 1px 0 0 var(--color-delimiter-light);
}
.flexColumn__content-scrollable {
  overflow-y: auto;
  flex: 1;
}
.navbar__search {
  position: relative;
  width: 100%;
  margin: auto auto auto 0;
  flex-shrink: 1;
  white-space: nowrap;
}
.has-focus .navbar__search-box {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.navbar__search-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 65vh;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
  background-color: var(--color-surface);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 2px 1px -1px var(--color-delimiter-light),
    0 1px 1px var(--color-delimiter-light);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: transform 0.3s;
  z-index: 2;
}
.navbar__search-box h3 {
  height: 48px;
  margin: 0;
  padding: 0 24px;
  line-height: 48px;
  font-size: 15px;
  color: var(--color-text-high);
}
.navbar__search-box h3.ttl {
  font-size: 16px;
  color: var(--color-text-medium);
}
.navbar__search-box h3.ttl span {
  color: var(--color-text-high);
}
.navbar__search-box ul + .ttl {
  border-top: var(--color-delimiter-light);
}
.navbar__search-box ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--color-text-medium);
  height: 40px;
  line-height: 30px;
  padding: 4px 24px;
  cursor: pointer;
}
.navbar__search-box ul li:hover {
  background: #f7f7f7;
  color: var(--universal-color-black-text-60) !important;
}
.navbar__search-box ul li span {
  display: inline-block;
  margin-left: 4px;
}
.navbar__search-box ul li .mat-icon {
  color: var(--color-text-medium);
  margin-right: 24px;
}
.mat-drawer.ofSidenav .flexColumn,
.mat-mdc-dialog-container .ofSidenav .flexColumn {
  flex: 1;
  overflow: auto;
}
.mat-drawer.ofSidenav .flexColumn > footer,
.mat-mdc-dialog-container .ofSidenav .flexColumn > footer {
  display: flex;
  justify-content: space-between;
}
.mat-drawer.ofSidenav .navbar__search,
.mat-mdc-dialog-container .ofSidenav .navbar__search {
  padding: 12px 20px;
  white-space: normal;
  -moz-placeholder-opacity: 1;
  -moz-placeholder-font-size: 14px;
  -ms-input-placeholder-font-size: 14px;
}
.mat-drawer.ofSidenav .navbar__search .wrap__selectedItem,
.mat-mdc-dialog-container .ofSidenav .navbar__search .wrap__selectedItem {
  position: static;
  display: inline-block;
  max-width: 100%;
  margin-left: -4px;
  margin-right: -4px;
  vertical-align: middle;
  overflow: hidden;
}
.mat-drawer.ofSidenav .navbar__search .filterInput__wrapper,
.mat-mdc-dialog-container .ofSidenav .navbar__search .filterInput__wrapper {
  display: inline-block;
  width: 99.9%;
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
}
.mat-drawer.ofSidenav .navbar__search .filterInput__wrapper .mat-icon,
.mat-mdc-dialog-container .ofSidenav .navbar__search .filterInput__wrapper .mat-icon {
  position: absolute;
  left: 10px;
  top: 4px;
  pointer-events: none;
  z-index: 5;
  color: var(--color-text-medium);
}
.mat-drawer.ofSidenav .navbar__search input,
.mat-mdc-dialog-container .ofSidenav .navbar__search input {
  height: 32px;
  width: 128px;
  padding: 0 8px 0 40px;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 32px;
  color: var(--color-text-medium);
  background: transparent;
}
.mat-drawer.ofSidenav .navbar__search input:focus,
.mat-mdc-dialog-container .ofSidenav .navbar__search input:focus {
  border-color: transparent;
  background-image: none;
  padding: 0 8px;
  outline: none;
}
.mat-drawer.ofSidenav .navbar__search input:focus::placeholder,
.mat-mdc-dialog-container .ofSidenav .navbar__search input:focus::placeholder {
  color: transparent;
}
.mat-drawer.ofSidenav .navbar__search input:focus + .mat-icon,
.mat-mdc-dialog-container .ofSidenav .navbar__search input:focus + .mat-icon {
  display: none;
}
.mat-drawer.ofSidenav .navbar__search-box,
.mat-mdc-dialog-container .ofSidenav .navbar__search-box {
  border-radius: 4px;
  box-shadow:
    0 1px 1px 0 var(--color-delimiter-light),
    0 2px 1px -1px var(--color-delimiter-light),
    0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.mat-drawer.ofSidenav .navbar__search-box ul,
.mat-mdc-dialog-container .ofSidenav .navbar__search-box ul {
  display: flex;
  flex-direction: column;
}
.mat-drawer.ofSidenav .navbar__search-box ul.navbar__search-box_manual li,
.mat-mdc-dialog-container .ofSidenav .navbar__search-box ul.navbar__search-box_manual li {
  display: block;
  color: var(--color-text-high);
}
.mat-drawer.ofSidenav .navbar__search-box ul.navbar__search-box_manual li span,
.mat-mdc-dialog-container .ofSidenav .navbar__search-box ul.navbar__search-box_manual li span {
  margin-left: 0;
  white-space: nowrap;
}
.mat-drawer.ofSidenav .filter__short-list .navbar__search-box ul,
.mat-mdc-dialog-container .ofSidenav .filter__short-list .navbar__search-box ul {
  flex-direction: column-reverse;
}
.mat-drawer.ofSidenav .filter__short-list .navbar__search-box ul li,
.mat-mdc-dialog-container .ofSidenav .filter__short-list .navbar__search-box ul li {
  color: var(--color-text-high);
}
.mat-drawer.ofSidenav .docsPagination,
.mat-mdc-dialog-container .ofSidenav .docsPagination {
  display: inline-flex;
  align-items: center;
  color: var(--color-text-medium);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.dialog-sidebar-right-product .s-sidenav {
  opacity: 1;
}
.dialog-sidebar-right-product .mat-mdc-dialog-container {
  overflow-x: hidden;
}
.dialog-sidebar-right-product .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialog-sidebar-backdrop {
  background-color: var(--color-text-40);
}
.dialog-sidebar-backdrop .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.sidenav__toolbar-wrapper .mat-toolbar {
  background-color: transparent;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.sidenav__toolbar-wrapper .s-action {
  cursor: pointer;
  color: #ffffff;
}
.mat-toolbar.s-toolbar_search {
  box-shadow:
    0 0 2px rgba(0, 0, 0, 0.14),
    0 2px 2px rgba(0, 0, 0, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.2);
}
.mat-toolbar.s-toolbar_search .mat-mdc-input-element::placeholder {
  color: var(--color-text-medium);
}
.mat-toolbar:not(.s-toolbar_search).dte__39 {
  background-color: #fdd835;
  color: var(--universal-color-black-text-87);
}
.mat-toolbar:not(.s-toolbar_search).dte__39 .s-action,
.mat-toolbar:not(.s-toolbar_search).dte__39 .mat-mdc-icon-button {
  color: var(--universal-color-black-text-60);
}
.mat-toolbar:not(.s-toolbar_search).dte__41 {
  background-color: #fbc02d;
  color: var(--universal-color-black-text-87);
}
.mat-toolbar:not(.s-toolbar_search).dte__41 .s-action,
.mat-toolbar:not(.s-toolbar_search).dte__41 .mat-mdc-icon-button {
  color: var(--universal-color-black-text-60);
}
.mat-toolbar:not(.s-toolbar_search).dte__56 {
  background-color: #9e9e9e;
}
.mat-toolbar:not(.s-toolbar_search).dte__61 {
  background-color: #607d8b;
}
.mat-toolbar:not(.s-toolbar_search).dte__52 {
  background-color: #4caf50;
}
.mat-toolbar:not(.s-toolbar_search).dte__43 {
  background-color: #673ab7;
}
.mat-toolbar:not(.s-toolbar_search).dte__46 {
  background-color: #f44336;
}
.mat-toolbar:not(.s-toolbar_search).dte__34 {
  background-color: #d32f2f;
}
.mat-toolbar:not(.s-toolbar_search).dte__33 {
  background-color: #ef5350;
}
.mat-toolbar .spacer {
  flex: 1 1 auto;
}
.mat-toolbar .title {
  margin-left: 24px;
  margin-right: 24px;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--second-font);
  font-weight: 700;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__39 .mat-mdc-tab-list {
  background-color: #fdd835;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__39 .mat-mdc-tab-list .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: var(--universal-color-black-text-87);
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__41 .mat-mdc-tab-list {
  background-color: #fbc02d;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__41 .mat-mdc-tab-list .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: var(--universal-color-black-text-87);
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__56 .mat-mdc-tab-list {
  background-color: #9e9e9e;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__61 .mat-mdc-tab-list {
  background-color: #607d8b;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__52 .mat-mdc-tab-list {
  background-color: #4caf50;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__43 .mat-mdc-tab-list {
  background-color: #673ab7;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__46 .mat-mdc-tab-list {
  background-color: #f44336;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__34 .mat-mdc-tab-list {
  background-color: #d32f2f;
}
.sidenav__content-wrapper .mat-mdc-tab-group.dte__33 .mat-mdc-tab-list {
  background-color: #ef5350;
}
.sidenav__content-wrapper .mat-mdc-tab-group.layout-fixed .mat-mdc-tab {
  flex-grow: 1;
  min-width: 100px;
  height: 64px;
  line-height: 64px;
  padding-top: 8px;
}
.sidenav__content-wrapper .mat-mdc-tab-group.layout-fixed .mat-mdc-tab .mdc-tab__text-label {
  color: #ffffff;
}
.sidenav__content-wrapper .mat-mdc-tab-group .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: #fff;
}
.sidenav__content-wrapper .mat-mdc-tab-group .mat-mdc-tab-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.sidenav__content-wrapper .primaryTable {
  border-radius: 0;
}
.sidenav__content-wrapper .primaryTable th:last-child,
.sidenav__content-wrapper .primaryTable td:last-child {
  text-align: right;
}
.sidenav__content-wrapper .tab-empty-content {
  padding: 16px 24px;
}
.sidenav__content-wrapper .tab-empty-content .subheader2,
.sidenav__content-wrapper .tab-empty-content .openfactura .configWrapper .panelTemplates__top_ttl,
.openfactura .configWrapper .sidenav__content-wrapper .tab-empty-content .panelTemplates__top_ttl,
.sidenav__content-wrapper .tab-empty-content .openfactura .configWrapper .panelSettings .accordion__item_header,
.openfactura .configWrapper .panelSettings .sidenav__content-wrapper .tab-empty-content .accordion__item_header {
  margin: 0;
}
.sidenav__content-wrapper .mat-mdc-card > .flex_center:nth-child(even),
.sidenav__content-wrapper .openfactura .mat-mdc-card > .configuration-block_line:nth-child(even),
.openfactura .sidenav__content-wrapper .mat-mdc-card > .configuration-block_line:nth-child(even),
.sidenav__content-wrapper .openfactura .personalizationContainer .mat-mdc-card > .toast:nth-child(even),
.openfactura .personalizationContainer .sidenav__content-wrapper .mat-mdc-card > .toast:nth-child(even),
.sidenav__content-wrapper .openfactura .personalizationContainer .mat-mdc-card > .blockScale__scale:nth-child(even),
.openfactura .personalizationContainer .sidenav__content-wrapper .mat-mdc-card > .blockScale__scale:nth-child(even),
.sidenav__content-wrapper .openfactura .personalizationContainer .mat-mdc-card > .blockScale:nth-child(even),
.openfactura .personalizationContainer .sidenav__content-wrapper .mat-mdc-card > .blockScale:nth-child(even),
.sidenav__content-wrapper .openfactura .configWrapper .panelTemplates .mat-mdc-card > .wrap_img:nth-child(even),
.openfactura .configWrapper .panelTemplates .sidenav__content-wrapper .mat-mdc-card > .wrap_img:nth-child(even),
.sidenav__content-wrapper .openfactura .configWrapper .tableGrid .mat-mdc-card > .mat-mdc-button:nth-child(even),
.openfactura .configWrapper .tableGrid .sidenav__content-wrapper .mat-mdc-card > .mat-mdc-button:nth-child(even),
.sidenav__content-wrapper .mat-mdc-card > .confirmationComponent__title:nth-child(even),
.sidenav__content-wrapper .mat-mdc-card > .customMatAutocomplete__header:nth-child(even),
.sidenav__content-wrapper .mat-mdc-card > .customMatAutocomplete__footer:nth-child(even),
.sidenav__content-wrapper .mat-mdc-card > .customFieldInput__inner:nth-child(even),
.sidenav__content-wrapper .mat-mdc-card > .dialogFullscreen__header-actions:nth-child(even),
.sidenav__content-wrapper .mat-mdc-card > .listDoc__item_list:nth-child(even) {
  background-color: var(--color-background-lighten);
}
.docsPagination .docsPagination__text {
  font: 400 12px/16px var(--second-font);
  letter-spacing: 0.09px;
  white-space: nowrap;
  color: var(--color-text-medium);
  margin-right: 8px;
}
.docsPagination .mat-mdc-icon-button {
  border-radius: 8px;
  color: var(--color-icon-sharp);
  background-color: var(--color-sharp);
}
.docsPagination .mat-mdc-icon-button:disabled {
  opacity: 1;
  color: var(--color-text-high);
}
.docsPagination .mat-mdc-icon-button:disabled .mat-icon {
  opacity: 0.4;
}
.docsPagination .mat-mdc-icon-button + .mat-mdc-icon-button {
  margin-left: 8px;
}
.sDialog-full-screen {
  max-height: 100%;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
.sDialog-full-screen .mat-mdc-dialog-content {
  height: 100%;
  max-height: 3000px;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.sDialog-full-screen .mat-mdc-dialog-container {
  max-width: 100%;
  border-radius: 0;
  padding: 64px 0 0;
}
.sDialog-full-screen .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.sDialog-full-screen .stickedHeader {
  position: fixed;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 24px 0 16px;
  background-color: #1984f6;
}
.sDialog-full-screen .stickedHeader.sales {
  box-shadow:
    0 4px 5px var(--color-delimiter-light),
    0 1px 10px var(--color-delimiter-light),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.sDialog-full-screen .stickedHeader.sales + .mat-mdc-dialog-content .hotWrapper {
  margin: 0;
}
.sDialog-full-screen .stickedHeader.sales + .mat-mdc-dialog-content .hotTitle {
  padding-left: 24px;
}
.sDialog-full-screen .stickedHeader .mat-mdc-icon-button {
  margin-right: 20px;
  opacity: 0.54;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sDialog-full-screen .stickedHeader .mat-mdc-icon-button:hover {
  opacity: 1;
}
.hotWrapper {
  margin: 0 auto;
  overflow: hidden;
}
.hotTitle {
  padding-left: 73px;
  color: var(--color-text-high);
  font-size: 20px;
  border-bottom: 1px solid var(--color-delimiter-light);
}
.titleContainer {
  height: 64px;
  display: flex;
  align-items: center;
}
.hotWrapper__table-wrapper {
  position: relative;
  overflow: hidden;
  top: -1px;
}
.hotMenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 73px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 181;
}
.hotMenu .mat-mdc-icon-button {
  color: var(--color-text-medium);
}
.dialogQuickStart {
  max-height: calc(100vh - 96px);
}
@media (max-width: 450px) {
  .dialogQuickStart {
    max-height: 100%;
    height: stretch;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
.dialogQuickStart__container {
  position: relative;
  max-height: 100%;
  height: stretch;
  padding: 0 16px;
}
.dialogQuickStart .mat-mdc-dialog-container {
  height: auto;
  box-shadow: -3px 7px 16px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0;
  color: var(--color-text-high);
}
@media (max-width: 450px) {
  .dialogQuickStart .mat-mdc-dialog-container {
    border-radius: 0;
  }
}
.dialogQuickStart .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialogQuickStart header {
  position: sticky;
  top: 0;
  padding: 12px 16px 0;
  margin: 0 -16px;
  z-index: 100;
  background-color: var(--color-surface);
}
.dialogQuickStart header + div {
  padding-bottom: 32px;
}
.dialogQuickStart .button_default.closeBtn,
.dialogQuickStart .closeBtn.mat-mdc-button.button_default-border:not(:disabled),
.dialogQuickStart .closeBtn.mat-mdc-button.button_default-lg,
.dialogQuickStart .closeBtn.mat-mdc-button.button_default-sm {
  font-size: 20px;
  font-weight: 500;
}
.dialogQuickStart .mat-mdc-dialog-container .mat-mdc-dialog-title {
  color: var(--color-text-high);
  font-family: var(--second-font);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin: 0 0 10px;
}
.dialogQuickStart .mat-mdc-dialog-container .mat-mdc-dialog-title::before {
  display: none;
}
.dialogQuickStart .sectionTitle {
  font-size: 15px;
  letter-spacing: 0.41px;
  line-height: 18px;
  padding: 14px 16px;
}
.dialogQuickStart footer {
  z-index: 100;
  min-height: 40px;
  padding: 8px 16px;
  margin: auto -16px 0;
  background-color: var(--color-background-secondary);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
}
.dialogQuickStart .mat-mdc-checkbox.checkbox_align-start .mdc-form-field {
  justify-content: center;
  align-items: center;
}
.dialogQuickStart .mat-mdc-checkbox.checkbox_align-start .mdc-form-field .mdc-form-field > label {
  margin-left: 12px;
}
.dialogQuickStartContent {
  max-height: calc(100vh - 96px);
}
@media (max-height: 600px) {
  .dialogQuickStartContent {
    height: -webkit-fill-available;
  }
}
@media (max-width: 450px) {
  .dialogQuickStartContent {
    max-height: 100vh;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
  }
}
.dialogQuickStartContent .mat-mdc-dialog-container {
  box-shadow: -3px 7px 16px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  color: var(--color-text-high);
}
@media (max-width: 450px) {
  .dialogQuickStartContent .mat-mdc-dialog-container {
    border-radius: 0;
  }
}
.dialogQuickStartContent .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.dialogQuickStartContent .mat-mdc-dialog-container .mat-mdc-dialog-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.49px;
  line-height: 22px;
  color: var(--color-text-high);
  margin: 20px 0 25px;
}
.dialogQuickStartContent .mat-mdc-dialog-container .mat-mdc-dialog-title::before {
  display: none;
}
.dialogQuickStartContent footer {
  display: flex;
  align-items: center;
  position: sticky;
  bottom: 0;
  z-index: 100;
  margin-top: 20px;
}
@media (max-height: 600px) {
  .dialogQuickStartContent footer {
    margin-top: auto;
    padding-top: 8px;
  }
}
.dialogQuickStartContent .steps {
  display: flex;
  column-gap: 8px;
  margin-right: 20px;
}
.dialogQuickStartContent .steps .step {
  border: 1px solid var(--color-primary);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  cursor: pointer;
}
.dialogQuickStartContent .steps .step.active {
  background-color: var(--color-primary);
  cursor: inherit;
}
.dialogQuickStartContent .img_wrap {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media (max-width: 450px) {
  .dialogQuickStartContent .img_wrap {
    height: 206px;
  }
}
.dialogQuickStartContent .img_wrap picture {
  display: inline-flex;
}
.dialogQuickStartContent a {
  text-decoration: none;
  padding: 0 8px;
  margin: 0 0 16px auto;
  border-radius: 4px;
}
.customFlatpickrDialog,
.dialogMonth {
  max-width: 90vw !important;
}
@media screen and (max-width: 767px) {
  .customFlatpickrDialog,
  .dialogMonth {
    max-width: 100% !important;
  }
}
.customFlatpickrDialog .mat-mdc-dialog-container,
.dialogMonth .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 16px;
}
.customFlatpickrDialog .mat-mdc-dialog-container .mdc-dialog__surface,
.dialogMonth .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.simpleFlatpickrDialog {
  max-width: 100vw !important;
}
.simpleFlatpickrDialog .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 16px;
}
.simpleFlatpickrDialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.customFlatpickr.only-days .flatpickr-months,
.customFlatpickr.only-days .input-hidden {
  display: none;
}
.customFlatpickr.only-days .flatpickr-calendar {
  width: 360px;
  padding-top: 16px;
}
.customFlatpickr .flatpickr-calendar {
  width: 392px;
  max-width: 100%;
  box-shadow: none;
  background-color: var(--color-surface);
}
.customFlatpickr .flatpickr-calendar.inline {
  top: 0;
}
.customFlatpickr .flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}
.customFlatpickr .flatpickr-calendar .flatpickr-weekdays {
  height: 48px;
  padding: 0 16px;
}
.customFlatpickr .flatpickr-calendar .flatpickr-weekday {
  flex-grow: 1;
  font-family: var(--default-font);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: var(--color-black-to-white);
  margin: 0;
}
.customFlatpickr .flatpickr-calendar .flatpickr-months {
  position: relative;
}
.customFlatpickr .flatpickr-calendar .flatpickr-month {
  height: 48px;
}
.customFlatpickr .flatpickr-calendar .flatpickr-current-month {
  top: 12px;
}
.customFlatpickr .flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-weight: 400;
  color: var(--color-black-to-white);
}
.customFlatpickr .flatpickr-calendar .flatpickr-next-month,
.customFlatpickr .flatpickr-calendar .flatpickr-prev-month {
  top: 0;
  width: 72px;
  height: 100%;
  border-radius: 8px;
  background-color: var(--color-opacity-primary-4);
}
.customFlatpickr .flatpickr-calendar .flatpickr-next-month:hover,
.customFlatpickr .flatpickr-calendar .flatpickr-next-month:focus,
.customFlatpickr .flatpickr-calendar .flatpickr-prev-month:hover,
.customFlatpickr .flatpickr-calendar .flatpickr-prev-month:focus {
  background-color: var(--color-menu-active-12);
}
.customFlatpickr .flatpickr-calendar .flatpickr-next-month::after,
.customFlatpickr .flatpickr-calendar .flatpickr-prev-month::after {
  display: none;
}
.customFlatpickr .flatpickr-calendar .flatpickr-next-month svg,
.customFlatpickr .flatpickr-calendar .flatpickr-prev-month svg {
  stroke: var(--color-black-to-white);
  opacity: 1;
}
.customFlatpickr .flatpickr-calendar .flatpickr-prev-month {
  left: 0 !important;
}
.customFlatpickr .flatpickr-calendar .flatpickr-next-month {
  right: 0 !important;
}
.customFlatpickr .flatpickr-calendar .flatpickr-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.customFlatpickr .flatpickr-calendar .flatpickr-monthDropdown-months {
  color: var(--color-black-to-white);
  font-weight: 500;
  padding: 0;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}
.customFlatpickr .flatpickr-calendar .flatpickr-days {
  padding: 4px 16px;
}
.customFlatpickr .flatpickr-calendar .dayContainer {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 8px;
  width: 100%;
  max-width: none;
  min-width: unset;
}
.customFlatpickr .flatpickr-calendar .dayContainer .flatpickr-day {
  position: relative;
  margin: auto;
  border-radius: 50%;
}
.customFlatpickr .flatpickr-calendar .dayContainer .flatpickr-day:not(.today):not(.inRange):not(.selected) {
  color: var(--color-black-to-white);
}
.customFlatpickr .flatpickr-calendar .dayContainer .flatpickr-day.selected:not(.startRange) {
  color: #fff;
}
.customFlatpickr .flatpickr-calendar .dayContainer .flatpickr-day.week.selected {
  box-shadow: none;
}
.customFlatpickr .flatpickr-calendar .dayContainer .flatpickr-day.week.selected.inRange {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #fff !important;
}
.customFlatpickr .flatpickr-calendar .dayContainer .startRange,
.customFlatpickr .flatpickr-calendar .dayContainer .endRange,
.customFlatpickr .flatpickr-calendar .dayContainer .selected {
  font-weight: 500;
  color: #fff !important;
}
.customFlatpickr .flatpickr-calendar .dayContainer .startRange:hover,
.customFlatpickr .flatpickr-calendar .dayContainer .endRange:hover,
.customFlatpickr .flatpickr-calendar .dayContainer .selected:hover {
  color: var(--color-primary) !important;
}
.customFlatpickr .flatpickr-calendar .dayContainer .startRange::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -8px;
  border-radius: 50% 0 0 50%;
  background-color: var(--colors-light-primary-container);
  z-index: -1;
}
.customFlatpickr .flatpickr-calendar .dayContainer .endRange::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -8px;
  right: -6px;
  border-radius: 0 50% 50% 0;
  background-color: var(--colors-light-primary-container);
  z-index: -1;
}
.customFlatpickr .flatpickr-calendar .dayContainer .inRange {
  color: initial;
  border-color: transparent;
  background-color: transparent;
}
.customFlatpickr .flatpickr-calendar .dayContainer .inRange::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -8px;
  right: -8px;
  background-color: var(--colors-light-primary-container);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .customFlatpickrDialog {
    max-width: 100% !important;
    width: 100%;
    height: 100%;
  }
  .customFlatpickrDialog .mat-mdc-dialog-container {
    border-radius: 0;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-months {
    align-items: center;
    padding: 8px 12px 8px 16px;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-month,
  .customFlatpickr .flatpickr-calendar .flatpickr-current-month {
    height: auto;
    text-align: left;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-month {
    order: 1;
    padding: 8px 0 8px 24px;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-current-month {
    position: static;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-monthDropdown-months,
  .customFlatpickr .flatpickr-calendar .flatpickr-current-month input.cur-year {
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    color: var(--color-text-medium);
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-prev-month,
  .customFlatpickr .flatpickr-calendar .flatpickr-next-month {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-prev-month {
    order: 2;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-next-month {
    order: 3;
    margin-left: 8px;
  }
  .customFlatpickr .flatpickr-calendar .flatpickr-weekdays,
  .customFlatpickr .flatpickr-calendar .flatpickr-days {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.transparentBackdrop {
  opacity: 0;
}
.badge {
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.87);
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  padding: 4px 7.5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-decoration: none;
}
.badge.square {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.badge.square.size18 {
  width: 18px;
  height: 18px;
}
.badge.badge-sm {
  padding: 0 8px;
}
.badge.badge-success {
  color: var(--color-on-success);
  background-color: var(--color-success);
}
.badge.badge-warning {
  background-color: var(--color-warning);
  color: var(--color-on-warning);
}
.badge.badge-warning-brighter {
  background-color: #ffca28;
  color: rgba(0, 0, 0, 0.87);
}
.badge.badge-reject {
  color: var(--color-on-error);
  background-color: var(--color-error);
}
.badge.badge-secondary {
  background-color: var(--state-pending);
}
.badge.badge-active {
  color: var(--color-on-primary);
  background-color: var(--color-primary);
}
.badge.badge-info {
  background-color: var(--state-verifying);
}
.badge.badge-primary-color {
  background-color: var(--color-bg-label);
  color: var(--state-verifying);
}
.badge__circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--universal-white);
  margin-right: 12px;
  margin-bottom: 1px;
}
.badgeBordered {
  font-family: var(--second-font);
  font-size: 14px;
  letter-spacing: 0.1px;
  padding: 0 5px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
}
.badgeBordered-lg {
  font-family: var(--default-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.47px;
  padding: 0 8px;
  border-radius: 8px;
}
.badgeBordered.badgeBordered-warning {
  color: var(--color-on-warning-container);
  border-color: var(--color-warning);
  background-color: var(--color-warning-container);
}
.badgeBordered.badgeBordered-success {
  color: var(--color-on-success-container);
  border-color: var(--color-success);
  background-color: var(--color-success-container);
}
app-workspace {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--color-background);
}
.matSidenavContainer {
  height: 100%;
  background-color: transparent;
  color: var(--color-text-high);
  z-index: 2 !important;
}
.matSidenavContainer.mat-drawer-container {
  background-color: inherit;
  color: inherit;
}
.matSidenavContainer.overlappedElement {
  z-index: inherit;
}
.matSidenavContainer.overlappedElement .mat-drawer-content,
.matSidenavContainer.overlappedElement .serviceSidenav.minimized .serviceSidenav_inner {
  z-index: inherit;
}
.matSidenavContainer.overlappedElement .serviceSidenav {
  pointer-events: none;
}
.matSidenavContainer.overlappedElement .workspaceSidenav {
  z-index: inherit;
  pointer-events: none;
}
.nonActive__wrapper {
  height: 100%;
}
.matSidenav.mat-sidenav {
  box-shadow: none !important;
}
.matSidenavContent {
  display: flex;
  height: 100%;
}
.scrollWrapper,
.scrollWrapper-100vh {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  overflow-y: auto;
}
.pageContentWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.pageHeading {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr auto;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.pageHeading .pageHeading__title {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  color: var(--color-text-high);
  margin-bottom: 0;
  margin-top: -8px;
}
.pageHeading .actionBar {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
  top: 10px;
}
.pageHeading__inner {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  min-height: 40px;
}
.col {
  flex: 1;
  min-width: 100px;
}
.col + .col,
.col + .col-flex-2,
.table_simplified .col + .table_simplified__td.col-flex-2,
.col + .col-flex-3,
.col + .col-flex-4 {
  margin-left: 16px;
}
.col + .col-flex-0 {
  margin-left: 8px;
}
.col-flex-0 {
  flex: 0;
}
.col-flex-2,
.table_simplified .table_simplified__td.col-flex-2 {
  flex: 2;
  min-width: 100px;
}
.col-flex-2 + .col,
.table_simplified .table_simplified__td.col-flex-2 + .col,
.col-flex-2 + .col-flex-2,
.table_simplified .table_simplified__td.col-flex-2 + .col-flex-2,
.table_simplified .col-flex-2 + .table_simplified__td.col-flex-2,
.col-flex-2 + .col-flex-3,
.table_simplified .table_simplified__td.col-flex-2 + .col-flex-3,
.col-flex-2 + .col-flex-4,
.table_simplified .table_simplified__td.col-flex-2 + .col-flex-4 {
  margin-left: 16px;
}
.col-flex-2 + .col-flex-0,
.table_simplified .table_simplified__td.col-flex-2 + .col-flex-0 {
  margin-left: 8px;
}
.col-flex-3 {
  flex: 3;
  min-width: 100px;
}
.col-flex-3 + .col,
.col-flex-3 + .col-flex-2,
.table_simplified .col-flex-3 + .table_simplified__td.col-flex-2,
.col-flex-3 + .col-flex-3,
.col-flex-3 + .col-flex-4 {
  margin-left: 16px;
}
.col-flex-3 + .col-flex-0 {
  margin-left: 8px;
}
.col-flex-4 {
  flex: 4;
  min-width: 100px;
}
.col-flex-4 + .col,
.col-flex-4 + .col-flex-2,
.table_simplified .col-flex-4 + .table_simplified__td.col-flex-2,
.col-flex-4 + .col-flex-3,
.col-flex-4 + .col-flex-4 {
  margin-left: 16px;
}
.col-flex-4 + .col-flex-0 {
  margin-left: 8px;
}
.grid-1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid-1-3 {
  grid-template-columns: 1fr 3fr;
}
app-empty {
  flex: 1;
}
.pageInner_flex-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.pageBottomSpace {
  padding-bottom: 128px;
}
.pageTopSpace {
  padding-top: 80px;
}
.tableContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .col {
    min-width: 80px;
  }
}
@media (max-width: 992px) {
  .pageHeading .pageHeading__inner {
    align-items: center;
    margin-bottom: 8px;
  }
  .pageHeading .pageHeading__title {
    margin-top: 0;
    grid-column-end: 3;
  }
  .pageHeading .actionBar {
    top: auto;
  }
  .pageTopSpace {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pageInner_flex-column.pageInner_flex-column-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .scrollWrapper {
    height: calc(100% - 56px);
    padding-top: 0;
  }
  .scrollWrapper-100vh {
    padding-top: 0;
  }
  .col_sm {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col_sm + .col_sm {
    margin-left: 0;
  }
  .pageHeading .actionBar {
    margin-right: 0;
  }
  .pageTopSpace {
    padding-top: 0;
  }
}
.light-overlay-backdrop {
  background-color: var(--color-surface);
  opacity: 0.84 !important;
}
@media (max-width: 415px) {
  .col {
    min-width: 50px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(1, 1fr);
  column-gap: 16px;
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-col-13 {
  grid-column: auto/span 13;
}
.grid .g-col-14 {
  grid-column: auto/span 14;
}
.grid .g-col-15 {
  grid-column: auto/span 15;
}
.grid .g-col-16 {
  grid-column: auto/span 16;
}
.grid .g-col-17 {
  grid-column: auto/span 17;
}
.grid .g-col-18 {
  grid-column: auto/span 18;
}
.grid .g-col-19 {
  grid-column: auto/span 19;
}
.grid .g-col-20 {
  grid-column: auto/span 20;
}
.grid .g-col-21 {
  grid-column: auto/span 21;
}
.grid .g-col-22 {
  grid-column: auto/span 22;
}
.grid .g-col-23 {
  grid-column: auto/span 23;
}
.grid .g-col-24 {
  grid-column: auto/span 24;
}
.grid .g-col {
  grid-column: auto/span 24;
}
.grid .g-col-start-1 {
  grid-column-start: 1;
}
.grid .g-col-start-2 {
  grid-column-start: 2;
}
.grid .g-col-start-3 {
  grid-column-start: 3;
}
.grid .g-col-start-4 {
  grid-column-start: 4;
}
.grid .g-col-start-5 {
  grid-column-start: 5;
}
.grid .g-col-start-6 {
  grid-column-start: 6;
}
.grid .g-col-start-7 {
  grid-column-start: 7;
}
.grid .g-col-start-8 {
  grid-column-start: 8;
}
.grid .g-col-start-9 {
  grid-column-start: 9;
}
.grid .g-col-start-10 {
  grid-column-start: 10;
}
.grid .g-col-start-11 {
  grid-column-start: 11;
}
.grid .g-col-start-12 {
  grid-column-start: 12;
}
.grid .g-col-start-13 {
  grid-column-start: 13;
}
.grid .g-col-start-14 {
  grid-column-start: 14;
}
.grid .g-col-start-15 {
  grid-column-start: 15;
}
.grid .g-col-start-16 {
  grid-column-start: 16;
}
.grid .g-col-start-17 {
  grid-column-start: 17;
}
.grid .g-col-start-18 {
  grid-column-start: 18;
}
.grid .g-col-start-19 {
  grid-column-start: 19;
}
.grid .g-col-start-20 {
  grid-column-start: 20;
}
.grid .g-col-start-21 {
  grid-column-start: 21;
}
.grid .g-col-start-22 {
  grid-column-start: 22;
}
.grid .g-col-start-23 {
  grid-column-start: 23;
}
.grid .g-col-start-24 {
  grid-column-start: 24;
}
.grid .mat-mdc-form-field-infix {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-col-md-13 {
    grid-column: auto/span 13;
  }
  .grid .g-col-md-14 {
    grid-column: auto/span 14;
  }
  .grid .g-col-md-15 {
    grid-column: auto/span 15;
  }
  .grid .g-col-md-16 {
    grid-column: auto/span 16;
  }
  .grid .g-col-md-17 {
    grid-column: auto/span 17;
  }
  .grid .g-col-md-18 {
    grid-column: auto/span 18;
  }
  .grid .g-col-md-19 {
    grid-column: auto/span 19;
  }
  .grid .g-col-md-20 {
    grid-column: auto/span 20;
  }
  .grid .g-col-md-21 {
    grid-column: auto/span 21;
  }
  .grid .g-col-md-22 {
    grid-column: auto/span 22;
  }
  .grid .g-col-md-23 {
    grid-column: auto/span 23;
  }
  .grid .g-col-md-24 {
    grid-column: auto/span 24;
  }
  .grid .g-col-md {
    grid-column: auto/span 24;
  }
  .grid .g-col-md-start-1 {
    grid-column-start: 1;
  }
  .grid .g-col-md-start-2 {
    grid-column-start: 2;
  }
  .grid .g-col-md-start-3 {
    grid-column-start: 3;
  }
  .grid .g-col-md-start-4 {
    grid-column-start: 4;
  }
  .grid .g-col-md-start-5 {
    grid-column-start: 5;
  }
  .grid .g-col-md-start-6 {
    grid-column-start: 6;
  }
  .grid .g-col-md-start-7 {
    grid-column-start: 7;
  }
  .grid .g-col-md-start-8 {
    grid-column-start: 8;
  }
  .grid .g-col-md-start-9 {
    grid-column-start: 9;
  }
  .grid .g-col-md-start-10 {
    grid-column-start: 10;
  }
  .grid .g-col-md-start-11 {
    grid-column-start: 11;
  }
  .grid .g-col-md-start-12 {
    grid-column-start: 12;
  }
  .grid .g-col-md-start-13 {
    grid-column-start: 13;
  }
  .grid .g-col-md-start-14 {
    grid-column-start: 14;
  }
  .grid .g-col-md-start-15 {
    grid-column-start: 15;
  }
  .grid .g-col-md-start-16 {
    grid-column-start: 16;
  }
  .grid .g-col-md-start-17 {
    grid-column-start: 17;
  }
  .grid .g-col-md-start-18 {
    grid-column-start: 18;
  }
  .grid .g-col-md-start-19 {
    grid-column-start: 19;
  }
  .grid .g-col-md-start-20 {
    grid-column-start: 20;
  }
  .grid .g-col-md-start-21 {
    grid-column-start: 21;
  }
  .grid .g-col-md-start-22 {
    grid-column-start: 22;
  }
  .grid .g-col-md-start-23 {
    grid-column-start: 23;
  }
  .grid .g-col-md-start-24 {
    grid-column-start: 24;
  }
}
@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-col-sm {
    grid-column: auto/span 12;
  }
  .grid .g-col-sm-start-1 {
    grid-column-start: 1;
  }
  .grid .g-col-sm-start-2 {
    grid-column-start: 2;
  }
  .grid .g-col-sm-start-3 {
    grid-column-start: 3;
  }
  .grid .g-col-sm-start-4 {
    grid-column-start: 4;
  }
  .grid .g-col-sm-start-5 {
    grid-column-start: 5;
  }
  .grid .g-col-sm-start-6 {
    grid-column-start: 6;
  }
  .grid .g-col-sm-start-7 {
    grid-column-start: 7;
  }
  .grid .g-col-sm-start-8 {
    grid-column-start: 8;
  }
  .grid .g-col-sm-start-9 {
    grid-column-start: 9;
  }
  .grid .g-col-sm-start-10 {
    grid-column-start: 10;
  }
  .grid .g-col-sm-start-11 {
    grid-column-start: 11;
  }
  .grid .g-col-sm-start-12 {
    grid-column-start: 12;
  }
}
.searchBox {
  position: relative;
  max-width: 100%;
}
.searchBox.searchBox_sm {
  max-width: 215px;
}
.searchBox.searchBox_56 .searchBox__input {
  height: 56px;
  line-height: 56px;
}
.searchBox.searchBox_56 .searchBtn {
  top: 12px;
}
.searchBox .searchBtn {
  position: absolute;
  left: 8px;
  top: 8px;
  color: var(--color-on-background);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.searchBox .searchBox__input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: var(--color-text-high);
  padding: 0 40px;
  border-radius: 8px;
  border-color: transparent;
  border-width: 0.5px;
  background-color: var(--color-surface);
  outline: none;
  -webkit-appearance: none;
}
.searchBox .searchBox__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.searchBox .searchBox__input.border {
  border: 1px solid var(--color-delimiter-light);
}
.searchBox .searchBox__input:focus {
  border-color: var(--color-delimiter-light);
}
.searchBox .searchBox__input:focus + .searchBtn {
  color: var(--color-primary);
}
.searchBox .searchBox__input:focus + .clearBtn {
  opacity: 1;
}
.searchBox .searchBox__input::placeholder {
  color: var(--color-text-medium);
}
.searchBox .searchPanel {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  z-index: 100;
}
.searchBox .clearBtn {
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--color-text-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  opacity: 0;
}
.hasNotification {
  position: relative;
}
.hasNotification::after {
  position: absolute;
  top: 3px;
  right: 3px;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--color-icon-notification-orange);
  border: 1px solid var(--color-surface);
}
@media (max-width: 767px) {
  .hasNotification::after {
    top: 0;
    right: -3px;
  }
}
.pageTitle {
  margin: 0;
  color: var(--color-text-high);
}
.filterTagLine .searchBox__input {
  height: 40px;
  line-height: 40px;
}
.filterTagLine .searchBtn {
  top: 4px;
}
.filterTagLine:not(:empty) {
  margin-bottom: 12px;
}
.filterTagLine app-filter-tag {
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
.filterTagLine app-filter-tag:last-child {
  margin-right: 0;
}
.hasDocPreview {
  display: flex;
  max-height: 100%;
}
@media screen and (min-width: 1440px) {
  .hasDocPreview.hasDocPreview__lg .hasDocPreview__left {
    width: 424px;
  }
}
.hasDocPreview .hasDocPreview__left {
  width: 360px;
  display: flex;
  position: relative;
  margin-top: 0;
  height: auto;
  margin-left: 16px;
  flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  .hasDocPreview .hasDocPreview__left {
    width: 320px;
  }
}
.hasDocPreview .hasDocPreview__left .moreTabNavMenu {
  position: absolute;
  right: 0;
  top: 4px;
  color: var(--color-text-medium);
}
.hasDocPreview .hasDocPreview__left .mat-mdc-tab-header {
  padding-right: 48px;
}
.hasDocPreview .hasDocPreview__left app-filter {
  flex: inherit;
}
.hasDocPreview .hasDocPreview__left .filtersLine .searchBox {
  min-width: auto;
}
.hasDocPreview .hasDocPreview__left .paginationLine {
  padding-left: 19px;
}
.hasDocPreview .hasDocPreview__left .paginationLine .paginationLine__group .mat-mdc-icon-button + .mat-mdc-icon-button {
  margin-left: 8px;
}
.hasDocPreview .hasDocPreview__left .mat-mdc-tab-group {
  width: 100%;
}
.hasDocPreview .table_simplified__wrapper,
.hasDocPreview .tableContainer {
  height: calc(100% - 52px);
}
.hasDocPreview .table_simplified__container {
  height: calc(100% - 52px);
  overflow-y: auto;
}
.hasDocPreview .hasDocPreview__right {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hasDocPreview .hasDocPreview__right .pageTitle {
  position: relative;
  margin-left: 16px;
}
.hasDocPreview .hasDocPreview__right .productPaymentState {
  margin-left: 16px;
}
.imgPreviewWrapper {
  max-width: 360px;
}
.imgPreviewWrapper .mat-icon {
  margin-right: 8px;
}
.imgPreviewWrapper .imgPreviewWrapper__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
app-listview .hasDocPreview .hasDocPreview__left .mat-mdc-tab-header {
  padding-right: 0;
}
@media (max-width: 992px) {
  .hasDocPreview .hasDocPreview__right {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hasDocPreview .hasDocPreview__right {
    margin-left: -16px;
    margin-right: -16px;
  }
  .hasDocPreview .hasDocPreview__right .mat-mdc-card {
    margin-left: 0;
    margin-right: 0;
  }
  .hasDocPreview .hasDocPreview__right .matCard__title,
  .hasDocPreview .hasDocPreview__right .matCard__title_sm,
  .hasDocPreview .hasDocPreview__right .pageHeading__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hasDocPreview .hasDocPreview__right .pageHeading {
    flex-shrink: 0;
  }
  .hasDocPreview .hasDocPreview__right .pageHeading .actionBar {
    margin-right: 8px;
  }
  .hasDocPreview .hasDocPreview__right app-transaction-refund-info {
    overflow-y: auto;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
  }
}
.matCard__title,
.matCard__title_sm {
  color: var(--color-text-medium);
  font-family: var(--second-font);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 16px;
  margin: 16px 0;
}
.matCard__title.m-t-24,
.m-t-24.matCard__title_sm {
  margin-top: 24px;
}
.matCard__title.m-b-24,
.m-b-24.matCard__title_sm,
.mat-mdc-snack-bar-container.snack-bar-verify .matCard__title.m-b-24.mat-mdc-simple-snack-bar,
.mat-mdc-snack-bar-container.snack-bar-verify .m-b-24.mat-mdc-simple-snack-bar.matCard__title_sm {
  margin-bottom: 24px;
}
.matCard__title.m-b-8,
.matCard__title.confirmationComponent__question,
.m-b-8.matCard__title_sm,
.matCard__title_sm.confirmationComponent__question {
  margin-bottom: 8px;
}
.matCard__title_sm {
  font-size: 10px;
}
.matCard__title_sm.p-0 {
  padding: 0;
}
.matCard__title_sm.m-0 {
  margin: 0;
}
.marCard__description {
  font-family: var(--second-font);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.matCardColTitle {
  color: var(--color-icon-60);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}
.matCardColTitle .mat-icon {
  font-size: 19px;
  height: 19px;
  line-height: 1;
  width: 19px;
}
.borderedPayment {
  display: flex;
  align-items: center;
  min-width: 520px;
  border-bottom: 1px solid var(--color-outline-opacity-60);
  margin-bottom: 8px;
}
.borderedPayment__item {
  padding: 8px;
  width: 33.3333333333%;
}
.borderedPayment__item + .borderedPayment__item {
  padding-left: 16px;
  border-left: 1px solid var(--color-outline-opacity-60);
}
.wayOfPayment .mat-icon {
  margin-right: 8px;
}
.totalPayment {
  padding-top: 2px;
  padding-left: 14px;
  margin-left: 8px;
  color: var(--color-text-medium);
  border-left: 1px solid var(--color-outline-opacity-60);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.totalPayment .text_larger {
  margin: 5px 0 6px;
  color: var(--color-text-high);
}
.clientCard__item {
  width: 33.3333333333%;
  padding-right: 16px;
}
.clientCard__item.clientCard__item_borderd {
  padding-left: 16px;
  border-left: 1px solid var(--color-outline-opacity-60);
}
.clientCard__item.clientCard__item_contact {
  padding-top: 8px;
  padding-bottom: 8px;
}
.clientCard__item.clientCard__item_contact a {
  text-decoration: none;
  color: var(--color-text-high);
}
.notesCard.dividedFlexCard .dividedFlexCard__col {
  min-height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.notesCard .mat-mdc-form-field {
  margin: 16px 0;
}
.deliveryCard__map {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--color-background-dim);
}
.deliveryCard__text-wrap {
  margin-left: 16px;
  padding: 16px 16px 16px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.deliveryCard__text-item {
  margin-bottom: 20px;
}
.deliveryCard__text-item:last-child {
  margin-bottom: 0;
}
.shipping_map {
  background-color: var(--color-background-dim);
}
.removeOrderCard {
  margin-top: 16px;
}
.removeOrderCard .mat-mdc-icon-button {
  margin-right: 16px;
}
.shimmerCard {
  pointer-events: none;
}
.shimmerCard .col {
  min-width: 1px;
}
@media (max-width: 767px) {
  .matCard__title,
  .matCard__title_sm {
    padding: 0;
  }
  .mat-mdc-card .matCard__title,
  .mat-mdc-card .matCard__title_sm {
    padding: 0 16px;
  }
  .borderedPayment {
    display: block;
    min-width: 1px;
    margin: 0;
  }
  .borderedPayment .borderedPayment__item {
    width: 50%;
  }
  .borderedPayment .borderedPayment__item:first-child {
    padding-left: 0;
    padding-right: 16px;
  }
  .borderedPayment .borderedPayment__item:last-child {
    padding-left: 16px;
    padding-right: 8px;
  }
  .totalPayment {
    padding: 16px 0 0;
    border: 0;
    margin: 0;
  }
  .deliveryCard__map {
    width: 100%;
    min-height: 300px;
  }
  .deliveryCard__text-wrap {
    display: block;
    margin-left: 0;
    padding: 16px 16px 12px 16px;
  }
  .shipping_map {
    min-height: 240px;
    margin-bottom: 24px;
  }
  .clientCard__item {
    width: 100%;
    padding: 8px 0;
    border-left: 0;
    border-bottom: 1px solid var(--color-outline-opacity-60);
  }
  .clientCard__item:first-child {
    padding-top: 0;
  }
  .clientCard__item:last-child {
    padding-bottom: 0;
  }
  .clientCard__item.clientCard__item_borderd {
    border-left: 0;
    padding: 8px 0;
  }
  .clientCard__item.clientCard__item_borderd:first-child {
    padding-top: 0;
  }
  .clientCard__item.clientCard__item_borderd:last-child {
    padding-bottom: 0;
  }
  .clientCard__item:last-child {
    border: 0;
  }
}
.center {
  margin: auto;
  width: 50%;
  padding: 10px;
  position: absolute;
}
.actionBar {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.actionBar .mat-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .actionBar {
    margin-right: 0;
  }
}
.filtersLine {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.filtersLine .searchBox {
  min-width: 224px;
  min-height: 45px;
  flex: 1;
}
.filtersLine .searchBox + app-filter,
.filtersLine .searchBox + .buttonGroup {
  margin-left: 8px;
}
.filtersLine .searchBox search-bar-generic {
  width: 100%;
}
.filtersLine .searchBox__input {
  line-height: 40px;
  height: 40px;
}
.filtersLine .searchBtn {
  top: 4px;
}
.filtersLine app-filter {
  flex: 3;
}
.buttonGroup .mat-mdc-button {
  flex-shrink: 0;
  background-color: var(--color-surface);
  margin-left: 8px;
  vertical-align: middle;
  height: 40px;
}
.buttonGroup .mat-mdc-button:first-child {
  margin-left: 0;
}
.buttonGroup .mat-mdc-button:hover {
  border-color: rgba(0, 0, 0, 0.04);
}
.buttonGroup .mat-mdc-button .mat-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
.buttonGroup .mat-mdc-button .mat-icon.fixed_top {
  position: relative;
  top: -1px;
}
.buttonGroup .mat-mdc-icon-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--color-surface);
  border-radius: 8px;
}
.buttonGroup .mat-mdc-icon-button + .mat-mdc-icon-button {
  margin-left: 8px;
}
.buttonGroup .mat-mdc-icon-button .mat-icon,
.buttonGroup .mat-mdc-icon-button svg-icon-sprite {
  color: var(--color-text-high);
}
@media (max-width: 767px) {
  .buttonGroup .mat-mdc-button {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    padding: 0;
    max-width: 40px;
    min-width: 0;
  }
  .buttonGroup .mat-mdc-button.button_has-icon-left .mat-icon,
  .buttonGroup .mat-mdc-button.button_has-icon-left svg-icon-sprite {
    margin: 0;
  }
  .buttonGroup .button__text {
    display: none;
  }
  .filtersLine .searchBox {
    flex: 1;
    min-width: auto;
  }
  .filtersLine app-filter {
    flex: none;
  }
}
.customColorPickerWrap {
  padding: 0;
  background: var(--color-surface);
  margin: 0 auto;
  width: 100%;
}
.customColorPickerWrap .matDialogTitle {
  margin-bottom: 0;
}
.customColorPickerWrap .customColorPicker {
  background: var(--color-surface);
}
body .customColorPicker {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
body .customColorPicker saturation-component {
  height: 150px;
  border-radius: 8px;
  box-shadow: none;
}
body .customColorPicker .indicator-column {
  width: 24px;
  border-radius: 50%;
}
body .customColorPicker .indicator-column indicator-component {
  border: none;
  border-radius: 50%;
}
body .customColorPicker .indicator-column indicator-component > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .customColorPicker .presentation input {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: var(--color-text-high);
  font-family: var(--second-font);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin: 0;
  background-color: var(--color-surface);
}
body .customColorPicker .presentation input + span {
  color: var(--color-text-high);
  font-family: var(--second-font);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
body .customColorPicker color-presets-component {
  border: none;
  position: relative;
  margin: 0 0 30px;
  padding: 40px 0 0;
}
body .customColorPicker color-presets-component::before {
  content: "Seleccionado recientemente";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.47px;
  text-align: center;
  color: var(--color-text-medium);
}
body .customColorPicker color-presets-component .row {
  display: flex;
  justify-content: space-between;
}
body .customColorPicker color-presets-component .row color-preset {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin: 0;
}
.content-list {
  list-style-type: disc;
  margin: 16px 0;
  padding-left: 24px;
  color: var(--color-text-medium);
}
.tooltipHolder {
  z-index: 10050;
  position: absolute;
  left: 0;
  top: 0;
}
.tooltipEl {
  position: relative;
  display: block;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 4px;
  visibility: hidden;
  background-color: var(--universal-color-black-text-87);
}
.tooltipEl.tooltipEl__v2 {
  max-width: 200px;
}
.tooltipEl.tooltipEl__v2::after {
  display: none;
}
.tooltipEl.tooltipEl__v2.tooltip-reject {
  background-color: var(--color-error);
}
.tooltipEl.tooltipEl__v2 .tooltipTextEl {
  font-family: var(--default-font);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #fff;
}
.tooltipEl:not(.tooltipEl__v2) {
  max-width: 250px;
}
.tooltipEl[class*=tooltip__arrow-]::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top: 8px solid var(--universal-color-black-text-87);
  z-index: 0;
}
.tooltipTextEl {
  color: var(--universal-color-white-text-87);
  letter-spacing: 0;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
.tooltip__arrow-right::after {
  right: -8px;
}
.tooltip__arrow-left::after {
  left: -8px;
}
.tooltip__arrow-top::after {
  top: 0;
}
.tooltip__arrow-bottom::after {
  transform: rotate(180deg);
  bottom: 0;
}
.tooltip-cropped {
  display: flex;
}
.tooltip-cropped .tooltipTextEl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tooltip-warning {
  background-color: var(--color-warning);
  color: var(--color-on-warning);
}
.tooltip-warning[class*=tooltip__arrow-]::after {
  border-top-color: var(--color-warning);
}
.tooltip-reject {
  background-color: var(--color-error);
  color: var(--color-on-error);
}
.tooltip-reject[class*=tooltip__arrow-]::after {
  border-top-color: var(--color-error);
}
.tooltip-verifying {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
}
.tooltip-verifying[class*=tooltip__arrow-]::after {
  border-top-color: var(--color-primary);
}
.tooltip-success {
  background-color: var(--color-success);
  color: var(--color-on-success);
}
.tooltip-success[class*=tooltip__arrow-]::after {
  border-top-color: var(--color-success);
}
.customHint {
  position: fixed;
  width: 224px;
  font-family: var(--default-font);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.09px;
  color: rgba(255, 255, 255, 0.87);
  white-space: initial;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: var(--color-primary);
  z-index: 1000;
}
.mat-mdc-tooltip.tooltip-on-background .mdc-tooltip__surface {
  font-size: 12px;
  letter-spacing: 0.4px;
  background-color: #191C1D;
}
.uploadImage {
  position: relative;
  overflow: hidden;
  padding: 0 8px;
}
.uploadImage__grid {
  position: relative;
  height: 448px;
  display: grid;
  margin: 0 -16px;
}
.uploadImage__grid_sm {
  height: 248px;
}
.uploadImage__grid.images-0 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.uploadImage__grid.images-1 {
  grid-template-columns: 1fr 1fr;
}
.uploadImage__grid.images-1 .uploadImage__default {
  grid-column-start: 2;
  grid-row-start: 1;
}
.uploadImage__grid.images-2,
.uploadImage__grid.images-3,
.uploadImage__grid.images-4,
.uploadImage__grid.images-5 {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.uploadImage__grid.images-2 .uploadImage__default span.color-primary-blue,
.uploadImage__grid.images-3 .uploadImage__default span.color-primary-blue,
.uploadImage__grid.images-4 .uploadImage__default span.color-primary-blue,
.uploadImage__grid.images-5 .uploadImage__default span.color-primary-blue {
  margin: 6px 0 0;
}
.uploadImage__grid.images-2 .uploadImage__default,
.uploadImage__grid.images-3 .uploadImage__default {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.uploadImage__grid.images-2 .uploadImage__item:nth-child(2),
.uploadImage__grid.images-3 .uploadImage__item:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 3;
}
.uploadImage__grid.images-2 .uploadImage__item:nth-child(3),
.uploadImage__grid.images-3 .uploadImage__item:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.uploadImage__grid.images-4 .uploadImage__default {
  grid-column-start: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}
.uploadImage__grid.images-4 .uploadImage__item:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 3;
}
.uploadImage__grid.images-4 .uploadImage__item:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.uploadImage__grid.images-4 .uploadImage__item:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.uploadImage__grid.images-4 .uploadImage__item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.uploadImage__grid.images-5 .uploadImage__item:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}
.uploadImage__grid.images-5 .uploadImage__item:nth-child(2) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.uploadImage__grid.images-5 .uploadImage__item:nth-child(3) {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.uploadImage__grid.images-5 .uploadImage__item:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.uploadImage__grid.images-5 .uploadImage__item:nth-child(5) {
  grid-column-start: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.uploadImage__grid.height-282 {
  height: 282px;
}
.uploadImage__grid.height-300 {
  height: 300px;
}
.uploadImage__item {
  position: relative;
  border-radius: 8px;
  border: 2px solid transparent;
  margin: 8px;
  overflow: hidden;
}
.uploadImage__item-shimmer {
  display: inline-block;
  border: none;
  pointer-events: none;
}
.uploadImage__item.active,
.uploadImage__item:hover {
  border-color: var(--color-primary);
}
.uploadImage__item:not(.uploadImage__default) {
  background-color: var(--bg-gallery);
}
.uploadImage__item.uploadImage__item-disabled {
  border: none;
}
.uploadImage__item.uploadImage__item-disabled img {
  cursor: default;
}
.uploadImage__item.shimmer__item {
  background: #f6f7f8;
  background-image:
    linear-gradient(
      to right,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: boxShimmer;
  animation-timing-function: linear;
}
.uploadImage__item.light .mat-mdc-checkbox .mdc-checkbox__background {
  border-color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.87);
}
.uploadImage__item.dark .mat-mdc-checkbox .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.6);
}
.uploadImage__item > img {
  width: auto;
  max-width: none;
  max-height: 100%;
  cursor: pointer;
}
.uploadImage__item .mat-mdc-progress-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uploadImage__item .mat-mdc-progress-spinner.size-100 {
  width: 100px !important;
  height: 100px !important;
  margin-top: -50px;
  margin-left: -50px;
  transform: none;
}
.uploadImage__item .mat-mdc-checkbox {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
}
.uploadImage__item .mat-mdc-checkbox .mdc-checkbox__background {
  border-color: var(--color-text-medium);
  background-color: var(--color-text-medium);
}
.uploadImage__default {
  padding: 16px 8px;
  border: 1px dashed var(--color-delimiter-light);
}
.uploadImage__default.loading {
  border-color: var(--color-delimiter-light) !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.uploadImage__default label {
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
}
.uploadImage__default label svg-icon-sprite {
  color: var(--color-text-40);
}
.uploadImage__default input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.uploadImage__default input[type=file][disabled] {
  pointer-events: none;
}
.uploadImage__default span:not(.color-primary-blue) {
  font: 15px/24px var(--default-font);
  text-align: center;
  color: var(--color-icon-60);
}
.uploadImage__default span.color-primary-blue,
.uploadImage__default .mat-mdc-menu-item span.mat-icon.color-primary-blue,
.mat-mdc-menu-item .uploadImage__default span.mat-icon.color-primary-blue {
  display: block;
  margin: 28px 0 10px;
  font: 20px var(--default-font);
  color: var(--color-primary);
  text-align: center;
}
.uploadImage__default:hover {
  border-color: var(--color-org-identity);
}
@keyframes boxShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.image-uploader {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.image-uploader > img {
  cursor: pointer;
}
.image-uploader.docUploader {
  display: block;
}
.image-uploader.docUploader .image-uploader__content {
  padding: 0;
  display: block;
}
.image-uploader.docUploader .image-uploader__upload-area {
  width: 100%;
  margin: 0;
}
.image-uploader.docUploader .image-uploader__upload-area.mini {
  height: 160px;
}
.image-uploader__content {
  display: inline-block;
  vertical-align: top;
  padding: 16px 8px;
  border-radius: 8px;
  flex-shrink: 0;
  background-color: var(--color-surface);
}
.image-uploader__content .image-uploader__button {
  float: right;
  margin-top: 18px;
  line-height: 36px;
  padding-left: 8px;
  padding-right: 8px;
}
.image-uploader__content .image-uploader__button .mat-icon {
  color: var(--color-icon-80);
}
.image-uploader__spinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
  width: 616px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.image-uploader__upload-area {
  position: relative;
  height: 248px;
  width: 584px;
  margin: 0 8px;
  border: 1px dashed var(--color-delimiter-light);
  border-radius: 8px;
  max-width: 100%;
}
.image-uploader__upload-area label {
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0 8px;
}
.image-uploader__upload-area label .mat-icon {
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 1;
}
.image-uploader__upload-area input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.image-uploader__upload-area span:not(.blue) {
  text-align: center;
  color: var(--color-text-medium);
}
.image-uploader__upload-area span.blue {
  display: block;
  margin: 21px 0 10px;
  font-size: 20px;
  color: var(--color-primary);
  text-align: center;
}
.image-uploader__upload-area:hover {
  border-color: var(--color-org-identity);
}
.image-uploader__helper {
  position: relative;
  display: inline-block;
  max-width: 232px;
  margin-left: 8px;
  padding-left: 8px;
  vertical-align: top;
  overflow: hidden;
}
.image-uploader__helper::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 3px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.2), -3px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #1984F6;
}
.image-uploader__helper_content {
  color: white;
  border-radius: 8px;
  font: 13px/20px var(--default-font);
  padding: 6px 16px 6px 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #1984F6;
}
.image-uploader__upload-area.disabled,
.image-uploader__button.disabled {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
@media (max-width: 992px) {
  .uploadImage__grid {
    height: 264px;
  }
  .uploadImage__grid.height-282 {
    height: 264px;
  }
  .uploadImage__grid.images-2 .uploadImage__default label span,
  .uploadImage__grid.images-3 .uploadImage__default label span,
  .uploadImage__grid.images-4 .uploadImage__default label span {
    font-size: 14px;
    line-height: 16px;
  }
  .uploadImage__grid.images-2 .uploadImage__default label span + span,
  .uploadImage__grid.images-3 .uploadImage__default label span + span,
  .uploadImage__grid.images-4 .uploadImage__default label span + span {
    display: none;
  }
  .uploadImage__grid.images-2 .uploadImage__default label svg,
  .uploadImage__grid.images-3 .uploadImage__default label svg,
  .uploadImage__grid.images-4 .uploadImage__default label svg {
    width: 58px;
    height: 58px;
  }
  .uploadImage__default span.color-primary-blue,
  .uploadImage__default .mat-mdc-menu-item span.mat-icon.color-primary-blue,
  .mat-mdc-menu-item .uploadImage__default span.mat-icon.color-primary-blue {
    margin-top: 16px;
  }
  .uploadImage__default label svg-icon-sprite {
    width: 66px;
    height: 66px;
  }
  .uploadImage__default label svg-icon-sprite svg {
    height: 66px;
  }
}
@media (max-width: 767px) {
  .uploadImage__grid {
    height: 288px;
  }
  .uploadImage__grid.height-282 {
    height: 288px;
  }
  .uploadImage__grid.images-1,
  .uploadImage__grid.images-2,
  .uploadImage__grid.images-3,
  .uploadImage__grid.images-4,
  .uploadImage__grid.images-5 {
    height: auto !important;
  }
  .uploadImage__grid.images-3,
  .uploadImage__grid.images-4,
  .uploadImage__grid.images-5 {
    grid-template-rows: 344px 172px 172px;
  }
  .uploadImage__grid.images-2,
  .uploadImage__grid.images-3,
  .uploadImage__grid.images-4,
  .uploadImage__grid.images-5 {
    grid-template-columns: 1fr 1fr;
  }
  .uploadImage__grid.images-1 {
    grid-template-rows: 344px 344px;
  }
  .uploadImage__grid.images-1 .uploadImage__default {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-1 .uploadImage__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-2 {
    grid-template-rows: 344px 172px;
  }
  .uploadImage__grid.images-2 .uploadImage__default {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-2 .uploadImage__item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-2 .uploadImage__item:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .uploadImage__grid.images-3 .uploadImage__default {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-3 .uploadImage__item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-3 .uploadImage__item:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .uploadImage__grid.images-3 .uploadImage__item:nth-child(4) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-4 .uploadImage__default {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-4 .uploadImage__item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-4 .uploadImage__item:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .uploadImage__grid.images-4 .uploadImage__item:nth-child(4) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-4 .uploadImage__item:nth-child(5) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .uploadImage__grid.images-5 .uploadImage__item:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-5 .uploadImage__item:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .uploadImage__grid.images-5 .uploadImage__item:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .uploadImage__grid.images-5 .uploadImage__item:nth-child(4) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .uploadImage__grid.images-5 .uploadImage__item:nth-child(5) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .uploadImage__grid .uploadImage__item .mat-mdc-checkbox {
    top: 12px;
    left: 12px;
  }
}
.paginationLine__wrapper {
  min-height: 52px;
  display: flex;
}
.paginationLine__wrapper .paginationLine {
  flex: 1;
}
.paginationLine {
  position: relative;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: var(--color-background);
  z-index: 100;
}
.paginationLine.flex_justify_end,
.openfactura .configWrapper .tableGrid .paginationLine.tableGrid__bottom {
  justify-content: flex-end;
}
.paginationLine .paginationLine__text {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  color: var(--color-text-medium);
  margin-right: 8px;
}
.paginationLine .paginationLine__group .mat-mdc-icon-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--color-on-background);
  border-radius: 8px;
  background-color: var(--color-surface);
}
.paginationLine .paginationLine__group .mat-mdc-icon-button + .mat-mdc-icon-button {
  margin-left: 8px;
}
.paginationLine .paginationLine__group .mat-mdc-icon-button:disabled {
  color: var(--color-icon-38);
  cursor: not-allowed;
}
.paginationLine .paginationLine__group .mat-mdc-icon-button:disabled svg-icon-sprite {
  color: var(--color-icon-38);
}
.paginationLine .paginationLine__group svg-icon-sprite {
  color: var(--color-on-background);
}
.paginationLine .mat-mdc-button {
  font-weight: 400;
}
.paginationLine__item-count {
  color: var(--color-primary);
}
.paginationLine__item-count + .mat-mdc-button {
  margin-left: 16px;
}
.accordionHasTimeLine .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.accordionHasTimeLine .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.accordionHasTimeLine .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background-color: transparent;
}
.accordionHasTimeLine .mat-expansion-panel,
.accordionHasTimeLine .mat-expansion-panel-header-description {
  color: var(--color-text-high);
}
.accordionHasTimeLine .mat-expansion-panel-header-description {
  line-height: 18px;
  letter-spacing: 0;
}
.accordionHasTimeLine .mat-expansion-panel {
  box-sizing: border-box;
  margin: 0;
  box-shadow: none;
  background-color: var(--color-surface);
}
.accordionHasTimeLine .mat-expansion-panel + .mat-expansion-panel .mat-expansion-panel-header .header__inner-wrap {
  border-top: 1px solid var(--color-delimiter-light);
}
.accordionHasTimeLine .mat-expansion-panel:first-child .mat-content::before {
  top: 50%;
  height: calc(50% + 1px);
}
.accordionHasTimeLine .mat-expansion-panel:last-child .mat-content::before {
  height: 50%;
}
.accordionHasTimeLine .mat-expansion-panel:last-child .mat-expansion-panel-content::before {
  display: none;
}
.accordionHasTimeLine .mat-expansion-panel:only-child .mat-content::before {
  height: 0;
}
.accordionHasTimeLine .mat-expansion-panel-header {
  padding: 0;
  height: auto;
}
.accordionHasTimeLine .mat-expansion-panel-header .mat-content {
  padding: 0;
  align-items: center;
  position: relative;
  overflow: visible;
}
.accordionHasTimeLine .mat-expansion-panel-header .mat-content::before {
  content: "";
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 11px;
  top: 0;
  background-color: var(--color-delimiter-light);
  z-index: 5;
}
.accordionHasTimeLine .mat-expansion-panel-header .mat-content .matIconWrap {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}
.accordionHasTimeLine .mat-expansion-panel-header .mat-content .matIconWrap.matIconWrap_success {
  background-color: var(--state-success);
}
.accordionHasTimeLine .mat-expansion-panel-header .mat-content .matIconWrap.matIconWrap_warning {
  background-color: var(--state-warning);
}
.accordionHasTimeLine .mat-expansion-panel-header .mat-content .matIconWrap .mat-icon {
  color: var(--color-surface);
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
}
.accordionHasTimeLine .mat-expansion-panel-header .mat-expansion-indicator {
  position: absolute;
  right: 2px;
  z-index: 100;
}
.accordionHasTimeLine .mat-expansion-panel-header .header__inner-wrap {
  display: flex;
  width: 100%;
  padding: 16px 0;
}
.accordionHasTimeLine .mat-expansion-panel-header.mat-expanded {
  height: auto;
}
.accordionHasTimeLine .mat-expansion-panel-header-title,
.accordionHasTimeLine .mat-expansion-indicator::after {
  color: var(--color-text-medium);
}
.accordionHasTimeLine .mat-expansion-panel-header-title {
  flex-grow: 0;
  width: 265px;
}
.accordionHasTimeLine .mat-expansion-indicator::after {
  padding: 5px;
  display: block;
}
.accordionHasTimeLine .mat-expansion-panel-content {
  border-top: 1px solid var(--color-delimiter-light);
  margin-left: 39px;
  position: relative;
}
.accordionHasTimeLine .mat-expansion-panel-content::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -28px;
  top: 0;
  background-color: var(--color-delimiter-light);
  z-index: 5;
}
.accordionHasTimeLine .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 14px 0 20px;
}
.accordionHasTimeLine .accordionContent {
  display: flex;
  flex-direction: column;
  margin-left: 281px;
}
.accordionHasTimeLine .accordionContent .flex,
.accordionHasTimeLine .accordionContent .openfactura .blockNotification,
.openfactura .accordionHasTimeLine .accordionContent .blockNotification,
.accordionHasTimeLine .accordionContent .openfactura .flex_between,
.accordionHasTimeLine .accordionContent .openfactura .personalizationContainer .toast,
.accordionHasTimeLine .accordionContent .openfactura .personalizationContainer .blockScale__scale,
.accordionHasTimeLine .accordionContent .openfactura .personalizationContainer .blockScale,
.openfactura .accordionHasTimeLine .accordionContent .flex_between,
.openfactura .accordionHasTimeLine .accordionContent .personalizationContainer .toast,
.openfactura .personalizationContainer .accordionHasTimeLine .accordionContent .toast,
.openfactura .accordionHasTimeLine .accordionContent .personalizationContainer .blockScale__scale,
.openfactura .personalizationContainer .accordionHasTimeLine .accordionContent .blockScale__scale,
.openfactura .accordionHasTimeLine .accordionContent .personalizationContainer .blockScale,
.openfactura .personalizationContainer .accordionHasTimeLine .accordionContent .blockScale,
.accordionHasTimeLine .accordionContent .openfactura .flex_justify_end,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .tableGrid__bottom,
.openfactura .accordionHasTimeLine .accordionContent .flex_justify_end,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .tableGrid__bottom,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .tableGrid__bottom,
.accordionHasTimeLine .accordionContent .openfactura .flex_center,
.accordionHasTimeLine .accordionContent .openfactura .configuration-block_line,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .panelTemplates .wrap_img,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura .accordionHasTimeLine .accordionContent .flex_center,
.openfactura .accordionHasTimeLine .accordionContent .configuration-block_line,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .panelTemplates .accordionHasTimeLine .accordionContent .wrap_img,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .mat-mdc-button,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .mat-mdc-button,
.accordionHasTimeLine .accordionContent .openfactura .customMatAutocomplete__header,
.openfactura .accordionHasTimeLine .accordionContent .customMatAutocomplete__header,
.accordionHasTimeLine .accordionContent .openfactura .customMatAutocomplete__footer,
.openfactura .accordionHasTimeLine .accordionContent .customMatAutocomplete__footer,
.accordionHasTimeLine .accordionContent .openfactura .customFieldInput__inner,
.openfactura .accordionHasTimeLine .accordionContent .customFieldInput__inner,
.accordionHasTimeLine .accordionContent .openfactura .dialogFullscreen__header-actions,
.openfactura .accordionHasTimeLine .accordionContent .dialogFullscreen__header-actions,
.accordionHasTimeLine .accordionContent .openfactura .listDoc__item_list,
.openfactura .accordionHasTimeLine .accordionContent .listDoc__item_list,
.accordionHasTimeLine .accordionContent .openfactura .confirmationComponent__title,
.openfactura .accordionHasTimeLine .accordionContent .confirmationComponent__title,
.accordionHasTimeLine .accordionContent .openfactura .flex_justify_center,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .tableGrid__item,
.openfactura .accordionHasTimeLine .accordionContent .flex_justify_center,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .tableGrid__item,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .tableGrid__item,
.accordionHasTimeLine .accordionContent .openfactura .flex_column,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .panelTemplates__top,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .tableGrid__item_left,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .accordionHasTimeLine .accordionContent .flex_column,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .panelTemplates__top,
.openfactura .configWrapper .accordionHasTimeLine .accordionContent .panelTemplates__top,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .tableGrid__item_left,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .configWrapper .panelSettings .radio_items .accordionHasTimeLine .accordionContent .mdc-form-field,
.accordionHasTimeLine .accordionContent .openfactura .dialogFullscreen__aside-container,
.openfactura .accordionHasTimeLine .accordionContent .dialogFullscreen__aside-container,
.accordionHasTimeLine .accordionContent .openfactura .confirmationComponent__answers,
.openfactura .accordionHasTimeLine .accordionContent .confirmationComponent__answers,
.accordionHasTimeLine .accordionContent .menuList__item,
.accordionHasTimeLine .accordionContent .customTab__nav,
.accordionHasTimeLine .accordionContent .dialogFullscreen__content {
  margin-bottom: 12px;
}
.accordionHasTimeLine .accordionContent .flex:last-child,
.accordionHasTimeLine .accordionContent .openfactura .blockNotification:last-child,
.openfactura .accordionHasTimeLine .accordionContent .blockNotification:last-child,
.accordionHasTimeLine .accordionContent .openfactura .flex_between:last-child,
.accordionHasTimeLine .accordionContent .openfactura .personalizationContainer .toast:last-child,
.accordionHasTimeLine .accordionContent .openfactura .personalizationContainer .blockScale__scale:last-child,
.accordionHasTimeLine .accordionContent .openfactura .personalizationContainer .blockScale:last-child,
.openfactura .accordionHasTimeLine .accordionContent .flex_between:last-child,
.openfactura .accordionHasTimeLine .accordionContent .personalizationContainer .toast:last-child,
.openfactura .personalizationContainer .accordionHasTimeLine .accordionContent .toast:last-child,
.openfactura .accordionHasTimeLine .accordionContent .personalizationContainer .blockScale__scale:last-child,
.openfactura .personalizationContainer .accordionHasTimeLine .accordionContent .blockScale__scale:last-child,
.openfactura .accordionHasTimeLine .accordionContent .personalizationContainer .blockScale:last-child,
.openfactura .personalizationContainer .accordionHasTimeLine .accordionContent .blockScale:last-child,
.accordionHasTimeLine .accordionContent .openfactura .flex_justify_end:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .tableGrid__bottom:last-child,
.openfactura .accordionHasTimeLine .accordionContent .flex_justify_end:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .tableGrid__bottom:last-child,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .tableGrid__bottom:last-child,
.accordionHasTimeLine .accordionContent .openfactura .flex_center:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configuration-block_line:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .panelTemplates .wrap_img:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .mat-mdc-button:last-child,
.openfactura .accordionHasTimeLine .accordionContent .flex_center:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configuration-block_line:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .panelTemplates .wrap_img:last-child,
.openfactura .configWrapper .panelTemplates .accordionHasTimeLine .accordionContent .wrap_img:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .mat-mdc-button:last-child,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .mat-mdc-button:last-child,
.accordionHasTimeLine .accordionContent .openfactura .customMatAutocomplete__header:last-child,
.openfactura .accordionHasTimeLine .accordionContent .customMatAutocomplete__header:last-child,
.accordionHasTimeLine .accordionContent .openfactura .customMatAutocomplete__footer:last-child,
.openfactura .accordionHasTimeLine .accordionContent .customMatAutocomplete__footer:last-child,
.accordionHasTimeLine .accordionContent .openfactura .customFieldInput__inner:last-child,
.openfactura .accordionHasTimeLine .accordionContent .customFieldInput__inner:last-child,
.accordionHasTimeLine .accordionContent .openfactura .dialogFullscreen__header-actions:last-child,
.openfactura .accordionHasTimeLine .accordionContent .dialogFullscreen__header-actions:last-child,
.accordionHasTimeLine .accordionContent .openfactura .listDoc__item_list:last-child,
.openfactura .accordionHasTimeLine .accordionContent .listDoc__item_list:last-child,
.accordionHasTimeLine .accordionContent .openfactura .confirmationComponent__title:last-child,
.openfactura .accordionHasTimeLine .accordionContent .confirmationComponent__title:last-child,
.accordionHasTimeLine .accordionContent .openfactura .flex_justify_center:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .tableGrid__item:last-child,
.openfactura .accordionHasTimeLine .accordionContent .flex_justify_center:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .tableGrid__item:last-child,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .tableGrid__item:last-child,
.accordionHasTimeLine .accordionContent .openfactura .flex_column:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .panelTemplates__top:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .tableGrid .tableGrid__item_left:last-child,
.accordionHasTimeLine .accordionContent .openfactura .configWrapper .panelSettings .radio_items .mdc-form-field:last-child,
.openfactura .accordionHasTimeLine .accordionContent .flex_column:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .panelTemplates__top:last-child,
.openfactura .configWrapper .accordionHasTimeLine .accordionContent .panelTemplates__top:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .tableGrid .tableGrid__item_left:last-child,
.openfactura .configWrapper .tableGrid .accordionHasTimeLine .accordionContent .tableGrid__item_left:last-child,
.openfactura .accordionHasTimeLine .accordionContent .configWrapper .panelSettings .radio_items .mdc-form-field:last-child,
.openfactura .configWrapper .panelSettings .radio_items .accordionHasTimeLine .accordionContent .mdc-form-field:last-child,
.accordionHasTimeLine .accordionContent .openfactura .dialogFullscreen__aside-container:last-child,
.openfactura .accordionHasTimeLine .accordionContent .dialogFullscreen__aside-container:last-child,
.accordionHasTimeLine .accordionContent .openfactura .confirmationComponent__answers:last-child,
.openfactura .accordionHasTimeLine .accordionContent .confirmationComponent__answers:last-child,
.accordionHasTimeLine .accordionContent .menuList__item:last-child,
.accordionHasTimeLine .accordionContent .customTab__nav:last-child,
.accordionHasTimeLine .accordionContent .dialogFullscreen__content:last-child {
  margin-bottom: 0;
}
.accordionHasTimeLine .accordionContent .accordionContent__dt {
  width: 115px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .accordionHasTimeLine .mat-expansion-panel-header .header__inner-wrap {
    flex-direction: column;
  }
  .accordionHasTimeLine .mat-expansion-panel-header .header__inner-wrap .mat-expansion-panel-header-title {
    width: auto;
  }
  .accordionHasTimeLine .mat-expansion-panel-header .mat-content {
    align-items: flex-start;
  }
  .accordionHasTimeLine .mat-expansion-panel-header .mat-content .matIconWrap {
    top: 16px;
  }
  .accordionHasTimeLine .accordionContent {
    margin-left: 0;
  }
}
.hasStatus {
  display: flex;
  align-items: center;
}
.hasStatus.flex_start {
  align-items: flex-start;
}
.hasStatus.flex_start .hasStatus__item {
  margin-top: 9px;
}
.hasStatus.flex-inline {
  display: inline-flex;
}
.hasStatus__item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
.hasStatus__item.hasStatus__item_no-margin {
  margin-right: 0;
}
.hasStatus__item.hasStatus__item_lg {
  width: 24px;
  height: 24px;
}
.hasStatus__item_success {
  background-color: var(--color-success);
}
.hasStatus__item_reject {
  background-color: var(--color-error);
}
.hasStatus__item_warning {
  background-color: var(--color-warning);
}
.hasStatus__item_verifying {
  background-color: var(--color-primary);
}
.hasStatus__item_canceled {
  background-color: var(--state-canceled);
}
.hasStatus__item_pending {
  background-color: var(--state-pending);
}
.hasStatus__item_sending {
  background-color: var(--state-sending);
}
.hasStatus__item_configuring {
  background-color: var(--state-configuring);
}
.productPaymentState {
  display: flex;
  align-items: center;
  margin: 16px 0 24px 0;
}
app-product-payment-state-item {
  margin-right: 24px;
}
app-product-payment-state-item:last-child {
  margin: 0;
}
.productPaymentState__subtext {
  color: var(--color-text-medium);
  font-size: 13px;
  letter-spacing: 0.09px;
  line-height: 20px;
  margin-bottom: 2px;
}
.productPaymentState__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 24px;
}
.productPaymentState__text .mat-mdc-icon-button {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .productPaymentState {
    display: block;
    margin-bottom: 8px;
  }
  .productPaymentState app-product-payment-state-item {
    display: block;
    margin: 0;
  }
  .productPaymentState app-product-payment-state-item + app-product-payment-state-item {
    margin-top: 8px;
  }
  .productPaymentState app-product-payment-state-item .productPaymentState__subtext {
    margin-bottom: -5px;
  }
}
.flatpickr-calendar {
  width: 328px;
  z-index: 1011;
}
.flatpickr-calendar .flatpickr-month {
  height: 56px;
}
.flatpickr-calendar .flatpickr-current-month {
  padding-top: 0;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month,
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-size: 14px;
  font-family: var(--default-font);
  font-weight: 500;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
  margin-left: 33px;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month:hover {
  background-color: transparent;
  opacity: 0.7;
}
.flatpickr-calendar .flatpickr-weekdays {
  padding: 0 0 0 13px;
  justify-content: flex-start;
}
.flatpickr-calendar .flatpickr-weekday {
  width: 40px;
  min-width: 39px;
  height: 40px;
  margin: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: var(--default-font);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  flex-grow: 0;
}
.flatpickr-calendar .flatpickr-days {
  width: 100%;
  justify-content: flex-start;
  font-size: 0;
  padding: 0 0 12px 13px;
}
.flatpickr-calendar .flatpickr-days .dayContainer {
  justify-content: flex-start;
}
.flatpickr-calendar .flatpickr-day {
  height: 40px;
  width: 40px;
  margin: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
  flex-shrink: 0;
  font-family: var(--default-font);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.flatpickr-calendar .flatpickr-day.today {
  color: var(--color-primary);
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-day.today.inRange {
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-day.inRange {
  box-shadow: none;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}
.flatpickr-calendar .flatpickr-day.inRange:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: transparent;
}
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.flatpickr-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar .flatpickr-day.endRange.inRange {
  color: #fff;
}
.flatpickr-calendar .flatpickr-day.startRange.inRange:hover,
.flatpickr-calendar .flatpickr-day.startRange.inRange:hover,
.flatpickr-calendar .flatpickr-day.endRange.inRange:hover,
.flatpickr-calendar .flatpickr-day.endRange.inRange:hover {
  background-color: var(--color-primary);
}
.flatpickr-calendar .flatpickr-day.startRange.selected,
.flatpickr-calendar .flatpickr-day.endRange.selected {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.flatpickr-calendar .flatpickr-day.startRange.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange.selected:hover,
.flatpickr-calendar .flatpickr-day.endRange.selected:hover,
.flatpickr-calendar .flatpickr-day.endRange.selected:hover {
  color: #fff;
}
.flatpickr-calendar .flatpickr-day.selected {
  color: rgba(255, 255, 255, 0.87);
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}
.flatpickr-calendar .flatpickr-day.selected:hover {
  color: var(--color-primary);
  background-color: transparent;
}
.flatpickr-calendar .flatpickr-day:hover {
  border: 1px solid var(--color-primary);
  background: none;
}
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  visibility: hidden;
}
.flatpickr-calendar .flatpickr-day.nextMonthDay {
  visibility: hidden;
  display: none;
}
.flatpickr-calendar .flatpickr-next-month,
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-current-month {
  top: 16px;
}
.flatpickr-calendar .flatpickr-next-month,
.flatpickr-calendar .flatpickr-prev-month {
  height: 24px;
  width: 24px;
  padding: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-next-month svg,
.flatpickr-calendar .flatpickr-prev-month svg {
  opacity: 0;
}
.flatpickr-calendar .flatpickr-next-month:after,
.flatpickr-calendar .flatpickr-prev-month:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/images/icons/icon-arrow-left.svg) no-repeat center;
}
.flatpickr-calendar .flatpickr-next-month:after {
  transform: rotate(180deg);
}
.flatpickr-calendar .flatpickr-next-month:hover svg,
.flatpickr-calendar .flatpickr-prev-month:hover svg {
  fill: rgba(0, 0, 0, 0.54);
}
.flatpickr-calendar .flatpickr-next-month:hover:after,
.flatpickr-calendar .flatpickr-prev-month:hover:after {
  opacity: 0.8;
}
.flatpickr-calendar .flatpickr-next-month {
  right: 23px !important;
}
.flatpickr-calendar .flatpickr-prev-month {
  left: 21px !important;
}
.flatpickr-calendar .flatpickr-day.selected.startRange + .endRange,
.flatpickr-calendar .flatpickr-day.startRange.startRange + .endRange,
.flatpickr-calendar .flatpickr-day.endRange.startRange + .endRange {
  box-shadow: none;
}
#holderContainer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#holderContainer.hold {
  z-index: 1010;
}
#holderContainer .holderContainer_backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  pointer-events: auto;
  opacity: 0;
}
.containerCalendarInline .flatpickr-input {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.containerCalendarInline .flatpickr-calendar.inline {
  margin-top: -16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 0;
}
.containerCalendarInline .flatpickr-calendar:before,
.containerCalendarInline .flatpickr-calendar:after {
  display: none;
}
.configurationDefList {
  display: grid;
  grid-column-gap: 32px;
  margin: 0;
  padding: 0;
}
.configurationDefList h2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.configurationDefList dd {
  margin: 0;
}
.configurationDefList dd h4 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.configurationDefList dd p {
  margin: 0;
}
.configurationDefList dd .col + .col {
  margin-left: 32px;
}
.configurationDefList dd .mat-mdc-button.button_has-icon-right svg-icon-sprite {
  margin-left: 12px;
}
.configurationDefList + .configurationDefList,
.configurationDefList + .title2 {
  margin-top: 32px;
}
.configurationDefList__heading {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.configurationDefList__heading + .configurationDefList dt p {
  margin-top: 0;
}
.configurationDefList__heading ~ .configurationDefList__heading {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .configurationDefList dd .col + .col {
    margin-left: 0;
  }
}
.menuList li + li .menuList__content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: var(--color-delimiter);
}
.menuList a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  text-decoration: none;
}
.menuList .menuList__content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.menuList .menuList__content > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2px 0;
}
.menuList .menuList__content h4 {
  margin: 0;
  font: 15px/24px;
  letter-spacing: 0.47px;
}
.menuList .menuList__content h4 + div {
  padding: 2px 0;
}
.menuList .menuList__content > .mat-icon {
  color: var(--color-text-medium);
  font-size: 28px;
  height: 28px;
  width: 28px;
}
.menuList .menuList__image {
  height: 24px;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 16px;
}
.menuList.menuList_border-bottom .menuList__item .menuList__item-inner {
  border-bottom: 1px solid var(--color-delimiter-light);
}
.menuList.menuList_border-bottom .menuList__item + .menuList__item .menuList__item-inner {
  border-top: 0;
}
.menuList_offset .menuList__content {
  margin-left: 40px;
}
.menuList_offset .menuList__image {
  position: absolute;
  top: 10px;
  left: -40px;
}
.menuList_offset a.mat-ripple {
  color: currentColor;
}
.menuList_offset a.mat-ripple.menuList__disabled {
  color: var(--color-text-40);
  pointer-events: none;
}
.menuList_offset a.mat-ripple.menuList__disabled .menuList__content-title,
.menuList_offset a.mat-ripple.menuList__disabled svg-icon-sprite,
.menuList_offset a.mat-ripple.menuList__disabled svg-icon-sprite svg,
.menuList_offset a.mat-ripple.menuList__disabled .mat-icon {
  color: var(--color-text-40);
}
.menuList__content-list a.mat-ripple {
  color: currentColor;
}
.menuList__content-list a.mat-ripple.menuList__disabled {
  color: var(--color-text-40);
  pointer-events: none;
}
.menuList__content-list a.mat-ripple.menuList__disabled .menuList__content-title,
.menuList__content-list a.mat-ripple.menuList__disabled svg-icon-sprite,
.menuList__content-list a.mat-ripple.menuList__disabled svg-icon-sprite svg,
.menuList__content-list a.mat-ripple.menuList__disabled .mat-icon {
  color: var(--color-text-40);
}
.menuList__content-list .menuList__content h4 {
  display: flex;
  flex-direction: column;
  min-height: 36px;
  justify-content: center;
  font: 15px/22px var(--default-font);
}
.menuList__content-list .menuList__content h4 span {
  width: 100%;
}
.menuList__content-list .menuList__content .menuList__content-title {
  font: 700 10px/1.6 var(--second-font);
  color: var(--color-text-medium);
}
.menuList__item {
  width: 100%;
}
.menuList__item + .menuList__item .menuList__item-inner {
  border-top: 1px solid var(--color-delimiter);
}
.menuList__item .mat-mdc-icon-button {
  margin-left: auto;
}
.menuList__item .menuList__item-image {
  margin-right: 16px;
  flex-shrink: 0;
}
.menuList__item-inner {
  flex-grow: 1;
}
.menuList__item-title {
  font: 700 10px/1.6 var(--second-font);
  color: var(--color-text-medium);
  margin-bottom: 4px;
}
.menuList__item-title.m-0 {
  margin: 0;
}
.menuList__item-image.size-88 {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
}
.menuList__item-image.size-24 {
  width: 24px;
  height: 24px;
}
.menuList__item-image.menuList__item-image-default {
  background-color: var(--color-background-dim);
}
.iconTheme {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border-radius: 2px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .menuList__item {
    display: block;
    padding-top: 16px;
  }
  .menuList__item:not(:last-child) {
    border-bottom: 1px solid var(--color-delimiter-light);
  }
  .menuList__item + .menuList__item .menuList__item-inner {
    border-top: none;
  }
  .menuList__item .menuList__item-title {
    margin-bottom: 0;
  }
  .menuList__item-image.size-88 {
    width: 48px;
    height: 48px;
  }
}
.phoneWithFlags {
  display: flex;
  align-items: center;
}
.phoneWithFlags.phoneWithFlags_not-matPreffix .code {
  padding-left: 32px;
}
.phoneWithFlags.phoneWithFlags_not-matPreffix .flagsSelect {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -5px;
}
.phoneWithFlags.phoneWithFlags_not-matPreffix .flagsSelect img {
  width: 24px;
}
.phoneWithFlags .mat-mdc-form-field-flex {
  align-items: center;
}
.phoneWithFlags .mat-mdc-form-field-infix {
  display: flex;
  align-items: center;
  padding-left: 2px;
}
.phoneWithFlags .flagsSelect {
  display: flex;
  align-items: center;
  width: 46px !important;
  height: 18px;
  margin-right: 8px;
  background-size: 24px 18px;
  background-repeat: no-repeat;
  background-position: left center;
}
.phoneWithFlags .flagsSelect .mat-mdc-select-min-line {
  display: none;
}
.phoneWithFlags .flagsSelect .mat-mdc-select-arrow {
  color: var(--color-text-medium);
}
.phoneWithFlags .flagsSelect.pe {
  background-image: url(/assets/images/flags/pe.svg);
}
.phoneWithFlags .flagsSelect.ar {
  background-image: url(/assets/images/flags/ar.svg);
}
.phoneWithFlags .flagsSelect.cl {
  background-image: url(/assets/images/flags/cl.svg);
}
.phoneWithFlags .flagsSelect.me {
  background-image: url(/assets/images/flags/mx.svg);
}
.phoneWithFlags .flagsSelect.us {
  background-image: url(/assets/images/flags/us.svg);
}
.phoneWithFlags .flagsSelect.co {
  background-image: url(/assets/images/flags/co.svg);
}
.phoneWithFlags .mat-mdc-select-trigger {
  display: flex;
  align-items: center;
}
.phoneWithFlags .mat-mdc-select-value {
  text-indent: -10000px;
  max-width: none;
}
.phoneWithFlags .code {
  margin-top: -0.0625em;
  margin-right: 6px;
  color: var(--color-text-40);
}
.shimmer-loading {
  max-width: 100%;
  display: block;
  line-height: 0;
}
.shimmer-loading .ngx-shimmer {
  animation: 1.5s linear infinite forwards shimmerEffect;
  max-width: 100%;
  background-color: var(--color-background-shimmer);
  background-image: var(--color-shimmer-gradient);
}
.mat-mdc-form-field .shimmer-loading {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 100%;
}
.shimmer-no-radius .ngx-shimmer {
  border-radius: 0 !important;
}
.productHasIcon {
  display: flex;
  align-items: center;
}
.productHasIcon__label {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.productHasIcon__icon-wrap {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background-dim);
  margin-right: 16px;
  color: var(--color-text-40);
  flex-shrink: 0;
  overflow: hidden;
}
.productHasIcon__icon-wrap.productHasIcon__icon-wrap-56 {
  width: 56px;
  height: 56px;
}
.productHasIcon__icon-wrap.productHasIcon__icon-wrap-48 {
  width: 48px;
  height: 48px;
}
.productHasIcon__icon-wrap.productHasIcon__icon-wrap-64 {
  width: 64px;
  height: 64px;
}
.productHasIcon__icon {
  display: flex;
}
.addLogoWrapper {
  width: 72px;
  height: 72px;
  padding: 3px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background-dim);
}
.addLogoWrapper img {
  max-width: 100%;
  max-height: 100%;
}
app-personalization {
  flex: 1;
  overflow: hidden;
}
app-personalization-header {
  flex-shrink: 0;
  padding: 0 16px 0 8px;
}
.scaleableWrapper {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px 0 8px;
}
.personalizationWrapper,
.settingsSidebar {
  height: 100%;
}
.personalizationWrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 auto;
}
.personalizationWrapper .chehau726 {
  position: relative;
  width: 100%;
  overflow: auto;
  pointer-events: none;
}
.personalizationWrapper #chehau726 {
  position: relative;
  left: 50%;
  transform-origin: top center;
  min-width: 1200px;
}
.chehau726 #chehau726 .chehau726-scrollable {
  overflow: visible !important;
}
.main {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.main .wrapper {
  padding: 0;
}
.header_common {
  padding: 20px 8px;
  margin-bottom: 16px;
}
.header_common .button_has-icon-right .mat-icon,
.header_common .button_has-icon-left .mat-icon {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-size: 20px;
}
.headerBtn_sharp.mat-mdc-icon-button,
.headerBtn_sharp.mat-mdc-button {
  background-color: var(--color-surface);
  border-radius: 8px;
}
.mat-mdc-icon-button.devices {
  border: 1px solid transparent;
}
.mat-mdc-icon-button.devices.active {
  border-color: var(--color-primary);
}
.commonMatMenu .mat-mdc-menu-item .mat-icon {
  margin: 0;
}
.settingsSidebar {
  flex-shrink: 0;
  padding: 0 8px 16px 16px;
  width: 302px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #97979a transparent;
}
.settingsSidebar .matCard__title,
.settingsSidebar .matCard__title_sm {
  font-size: 10px;
  margin: 12px 0;
  padding: 0 8px;
}
.settingsSidebar .btn_return.mat-mdc-button {
  margin-left: 10px;
}
.settingsSidebar .btn_return.mat-mdc-button .mat-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
.settingsSidebar .uploadImage .mat-mdc-progress-spinner {
  left: auto;
  top: auto;
}
.settingsSidebar .uploadImage .uploadImage__item-disabled label,
.settingsSidebar .uploadImage .uploadImage__item-disabled img {
  opacity: 0.15;
}
.sidebarHeader {
  padding-top: 20px;
  margin-bottom: 20px;
}
.asideTitle {
  font-family: var(--second-font);
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
}
.asideMenuIcon {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
}
.sidebarSettingsTabs .mat-mdc-tab-nav-bar,
.sidebarSettingsTabs .mat-mdc-tab-header {
  border: none;
}
.sidebarSettingsTabs .mat-mdc-tab-list {
  border-radius: 8px;
  overflow: hidden;
}
.sidebarSettingsTabs .mdc-tab {
  min-width: 1px;
  opacity: 1;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.47px;
  color: var(--color-text-high);
}
.sidebarSettingsTabs .mdc-tab.mdc-tab--active {
  border-left: 1px solid var(--color-delimiter-light);
}
.sidebarSettingsTabs .mdc-tab.mat-mdc-tab-disabled .mdc-tab__text-label {
  color: var(--color-text-40);
}
.sidebarSettingsTabs .mdc-tab .tabIcon {
  margin-left: 6px;
}
.sidebarSettingsTabs .mat-mdc-tab-body-wrapper {
  padding-top: 8px;
}
.sidebarSettingsTabs.mat-primary .mat-ink-bar {
  height: 3px;
  background-color: var(--color-primary);
}
.settingsCard {
  background-color: var(--color-surface);
  border-radius: 8px;
  padding: 8px 0;
}
.settingsCard .settingsCard__item {
  height: 48px;
  padding: 0 16px;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 400;
  border: none;
  background-color: transparent;
}
.settingsCard .settingsCard__item + .settingsCard__item::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  border-top: 1px solid var(--color-delimiter-light);
  pointer-events: none;
}
.settingsCard .settingsCard__text {
  font-size: 15px;
  letter-spacing: 0.47px;
  line-height: 24px;
  flex: 1;
  margin: 0 20px;
}
.settingsCard .mat-mdc-button + .mat-mdc-button {
  margin: 0;
}
.commonSideBarHeader .commonSideBarHeaderBtn_back {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 16px;
}
.commonSideBarHeader__title {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 12px 0 0;
  white-space: normal;
}
.colorPickerBtn.mat-mdc-icon-button {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.colorPickerBtn.mat-mdc-icon-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background-image: url(/assets/images/icons/background-empty.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.personalizationSlider {
  flex: 1;
}
.personalizationSlider.mat-slider-horizontal .mat-slider-track-fill {
  height: 3px;
  background-color: #999999;
}
.personalizationSlider.mat-slider-horizontal .mat-slider-wrapper,
.personalizationSlider.mat-slider-horizontal .mat-slider-track-wrapper,
.personalizationSlider.mat-slider-horizontal .mat-slider-track-background,
.personalizationSlider.mat-slider-horizontal .mat-slider-ticks-container,
.personalizationSlider.mat-slider-horizontal .mat-slider-ticks {
  height: 3px;
  border-radius: 10px;
}
.personalizationSlider.mat-accent .mat-slider-track-fill,
.personalizationSlider.mat-accent .mat-slider-thumb,
.personalizationSlider.mat-accent .mat-slider-thumb-label {
  background-color: #999999;
}
.menuSelectBtn.mat-mdc-button {
  border: 1px solid var(--color-delimiter-light);
  border-radius: 8px;
  min-height: 56px;
  padding: 0 16px;
  width: 100%;
  font-weight: 400;
}
.menuSelectBtn .mdc-button__label {
  justify-content: space-between;
}
.menuSelectBtn .mat-icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.startSizeLetter {
  font-family: var(--second-font);
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.endSizeLetter {
  font-family: var(--second-font);
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.25px;
}
.borderOption {
  display: block;
  width: 100%;
  line-height: 0;
  border-width: 1px;
  border-color: var(--color-text-high);
  text-indent: -9999px;
}
.borderOption.borderOption_default {
  line-height: 24px;
  text-align: left;
  text-indent: unset;
}
.borderOption_dashed {
  border-top-style: dashed;
}
.borderOption_dotted {
  border-top-style: dotted;
}
.borderOption_solid {
  border-top-style: solid;
}
.uploadImage.uploadImage_small {
  padding: 0;
}
.uploadImage.uploadImage_small .uploadImage__default {
  width: 204px;
  height: 204px;
  margin: auto;
}
.uploadImage.uploadImage_small .uploadImage__default span.color-primary-blue {
  margin: 16px 0 0;
}
.uploadImageSizeText {
  font-family: var(--second-font);
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 20px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.uploadImageSizeText span {
  word-break: break-all;
}
app-settings-sidebar-colors .mat-ripple {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
app-settings-sidebar-colors .mat-ripple:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.settingsCheckbox .mdc-form-field {
  white-space: normal;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.settingsCheckbox .mdc-form-field > label {
  padding-right: 16px;
}
.chehau726 {
  --bg-gray: #f5f5fa;
  --bg-sharp: #fff;
  --text-87: rgba(0, 0, 0, .87);
  --text-60: rgba(0, 0, 0, .6);
  --text-40: rgba(0, 0, 0, .4);
  --text-white-87: rgba(255, 255, 255, .87);
  --text-error: #f9342a;
  --primary: #1633ff;
  --success: #4caf50;
  --icon-light: var(--text-60);
  --button-disabled: rgba(0, 0, 0, .38);
  --border-light: rgba(0, 0, 0, .12);
  --border-light-focus: rgba(0, 0, 0, .4);
}
.chehau726 #chehau726 {
}
@font-face {
  font-family: chehau726-Lato;
  src: url("./media/Lato-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: chehau726-Roboto;
  src: url("./media/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: chehau726-Roboto;
  src: url("./media/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: chehau726-Roboto;
  src: url("./media/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: chehau726-Panton;
  src: url("./media/Panton-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
.chehau726 #chehau726 img {
  vertical-align: middle;
  display: inline-block;
}
.chehau726 #chehau726 *,
.chehau726 #chehau726 *::before,
.chehau726 #chehau726 *::after {
  box-sizing: border-box;
}
.chehau726 #chehau726 *::before,
.chehau726 #chehau726 *::after {
  display: none;
}
.chehau726 #chehau726 input,
.chehau726 #chehau726 button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
.chehau726 #chehau726 input {
  font:
    15px chehau726-Roboto,
    "Helvetica Neue",
    sans-serif;
}
.chehau726 #chehau726 a {
  cursor: pointer;
}
.chehau726 #chehau726 h1,
.chehau726 #chehau726 h2,
.chehau726 #chehau726 h3,
.chehau726 #chehau726 h4,
.chehau726 #chehau726 h5,
.chehau726 #chehau726 h6 {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: auto;
  border: none;
}
.chehau726 #chehau726 input::-webkit-outer-spin-button,
.chehau726 #chehau726 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.chehau726 #chehau726 input[type=number] {
  -moz-appearance: textfield;
}
.chehau726 #chehau726 form {
  border: none;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 input,
  .chehau726 #chehau726 select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .chehau726 #chehau726 {
  }
  .chehau726 #chehau726 * {
    scrollbar-width: thin;
    scrollbar-color: #97979a transparent;
  }
  .chehau726 #chehau726 *::-webkit-scrollbar {
    width: 12px;
  }
  .chehau726 #chehau726 *::-webkit-scrollbar-track {
    background: transparent;
  }
  .chehau726 #chehau726 *::-webkit-scrollbar-thumb {
    background-color: #97979a;
    border-radius: 20px;
    border: 3px solid var(--bg-gray);
  }
}
.chehau726 #chehau726 .chehau726-roboto,
.chehau726 #chehau726 .mat-mdc-button {
  font-family:
    chehau726-Roboto,
    Roboto,
    sans-serif;
  font-weight: 400;
}
.chehau726 #chehau726 .chehau726-roboto-medium,
.chehau726 #chehau726 .btn-stroked {
  font-family:
    chehau726-Roboto,
    Roboto,
    sans-serif;
  font-weight: 500;
}
.chehau726 #chehau726 .chehau726-roboto-bold,
.chehau726 #chehau726 .chehau726-finalPage__payment-total-amount,
.chehau726 #chehau726 .chehau726-final__content table td.chehau726-finalPage__payment-total-amount,
.chehau726 #chehau726 .chehau726-final__content table td.chehau726-roboto-bold,
.chehau726 #chehau726 .chehau726-final__content table td.cart-preview__collapse-header,
.chehau726 #chehau726 .chehau726-final__content table td.chehau726-finalSubheader__title,
.chehau726 #chehau726 .chehau726-finalSubheader__title,
.chehau726 #chehau726 .cart-preview__collapse-header {
  font-family:
    chehau726-Roboto,
    Roboto,
    sans-serif;
  font-weight: 700;
}
.chehau726 #chehau726 .chehau726-lato-bold,
.chehau726 #chehau726 .cart__item-title,
.chehau726 #chehau726 .chehau726-cart h2,
.chehau726 #chehau726 .cart-preview__item-qtty,
.chehau726 #chehau726 .chehau726-cart-summary__amount,
.chehau726 #chehau726 h3,
.chehau726 #chehau726 h1 {
  font-family:
    chehau726-Lato,
    Lato,
    sans-serif;
  font-weight: 700;
}
.chehau726 #chehau726 .chehau726-panton-bold,
.chehau726 #chehau726 .chehau726-finalPage__heading {
  font-family:
    chehau726-Panton,
    Panton,
    sans-serif;
  font-weight: 700;
}
.chehau726 #chehau726 .chehau726-text-dark,
.chehau726 #chehau726 .chehau726-final__content table td.chehau726-text-dark {
  color: var(--text-87);
}
.chehau726 #chehau726 .chehau726-text-light {
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-m-t-16 {
  margin-top: 16px;
}
.chehau726 #chehau726 .chehau726-m-b-16 {
  margin-bottom: 16px;
}
.chehau726 #chehau726 .chehau726-m-r-4 {
  margin-right: 4px;
}
.chehau726 #chehau726 .chehau726-m-r-8 {
  margin-right: 8px;
}
.chehau726 #chehau726 .chehau726-m-r-16 {
  margin-right: 16px;
}
.chehau726 #chehau726 .chehau726-m-l-3 {
  margin-left: 3px;
}
.chehau726 #chehau726 .chehau726-m-l-5 {
  margin-left: 5px;
}
.chehau726 #chehau726 .chehau726-m-b-32 {
  margin-bottom: 32px;
}
.chehau726 #chehau726 .chehau726-p-b-32 {
  padding-bottom: 32px;
}
.chehau726 #chehau726 .chehau726-checkout-text-center {
  text-align: center;
}
.chehau726 #chehau726 .chehau726-checkout-text-right {
  text-align: right;
}
.chehau726 #chehau726 .chehau726-checkout-inline-center > * {
  vertical-align: middle;
}
.chehau726 #chehau726 .chehau726-fl-between-center,
.chehau726 #chehau726 .chehau726-cart-summary__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chehau726 #chehau726 .chehau726-fl-between {
  display: flex;
  justify-content: space-between;
}
.chehau726 #chehau726 .chehau726-fl-column,
.chehau726 #chehau726 .chehau726-cartPage {
  display: flex;
  flex-direction: column;
}
.chehau726 #chehau726 .chehau726-fl-column > *,
.chehau726 #chehau726 .chehau726-cartPage > * {
  width: 100%;
}
.chehau726 #chehau726 .chehau726-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.chehau726 #chehau726 .chehau726-checkout-container {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--bg-sharp);
}
.chehau726 #chehau726 .chehau726-info-text,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.09px;
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-sub-info-text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04px;
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-mobile-visible {
  display: none;
}
.chehau726 #chehau726 .chehau726-desktop-visible {
  display: block;
}
.chehau726 #chehau726 .chehau726-hidden {
  display: none;
}
@media screen and (max-width: 1023px) {
  .chehau726 #chehau726 .chehau726-mobile-visible {
    display: block;
  }
  .chehau726 #chehau726 .chehau726-desktop-visible {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-checkout-container {
    margin: 0 -16px;
  }
}
.chehau726 #chehau726 .chehau726-dialog-content-wrapper {
  height: 100vh;
}
.chehau726 #chehau726 .chehau726-checkout-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
}
.chehau726 #chehau726 .chehau726-two-sides {
  position: relative;
  height: 100%;
  max-width: 1280px;
  padding-right: 568px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.chehau726 #chehau726 .chehau726-two-sides .chehau726-checkout-wrapper {
  margin: 0;
  max-width: 700px;
}
.chehau726 #chehau726 .chehau726-two-sides__left {
  display: flex;
  flex-direction: column;
}
.chehau726 #chehau726 .chehau726-two-sides__left > * {
  width: 100%;
}
.chehau726 #chehau726 .chehau726-two-sides__left .chehau726-app-checkout-header {
  padding-bottom: 32px;
}
.chehau726 #chehau726 .chehau726-two-sides__left .chehau726-checkout-company-logo {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100px;
}
.chehau726 #chehau726 .chehau726-two-sides__left .chehau726-checkout-company-logo img {
  max-height: 100%;
}
.chehau726 #chehau726 .chehau726-two-sides__left .chehau726-dark-side {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.chehau726 #chehau726 .chehau726-dark-side {
  position: relative;
  z-index: 1;
  width: 568px;
  background-color: rgba(0, 0, 0, 0.87);
}
.chehau726 #chehau726 .chehau726-dark-side .chehau726-checkout-wrapper {
  width: auto;
}
.chehau726 #chehau726 .chehau726-grid-layout-2 {
  display: flex;
  flex-wrap: wrap;
}
.chehau726 #chehau726 .chehau726-grid-layout-2 .mat-mdc-form-field {
  max-width: calc(50% - 8px);
}
.chehau726 #chehau726 .chehau726-grid-layout-2 .mat-mdc-form-field:nth-child(2n) {
  margin-left: 16px;
}
@media screen and (max-width: 1179px) {
  .chehau726 #chehau726 .chehau726-checkout-wrapper {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1179px) and (min-width: 1024px) {
  .chehau726 #chehau726 .chehau726-two-sides {
    padding-right: 50%;
  }
  .chehau726 #chehau726 .chehau726-dark-side {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .chehau726 #chehau726 .chehau726-two-sides {
    display: block;
    max-width: none;
    padding-right: 0;
  }
  .chehau726 #chehau726 .chehau726-two-sides .chehau726-checkout-wrapper {
    width: auto;
    max-width: 100%;
  }
  .chehau726 #chehau726 .chehau726-two-sides__left {
    height: 100%;
  }
  .chehau726 #chehau726 .chehau726-two-sides__left .chehau726-dark-side {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-checkout-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .chehau726 #chehau726 .chehau726-grid-layout-2 .mat-mdc-form-field {
    width: 100%;
    max-width: 100%;
  }
  .chehau726 #chehau726 .chehau726-grid-layout-2 .mat-mdc-form-field:nth-child(2n) {
    margin-left: 0;
  }
}
.chehau726 #chehau726 h1 {
  font-size: 34px;
  line-height: 40px;
  color: var(--text-60);
  letter-spacing: 0.25px;
}
.chehau726 #chehau726 h3 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.09px;
  color: var(--text-40);
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.chehau726 #chehau726 .chehau726-svg-ico-60 {
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-svg-ico-white {
  color: white;
}
.chehau726 #chehau726 .chehau726-svg-ico-success {
  color: var(--success);
}
.chehau726 #chehau726 app-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.chehau726 #chehau726 app-svg svg {
  vertical-align: middle;
  fill: currentColor;
}
.chehau726 #chehau726 app-svg[matsuffix] {
  position: relative;
  height: 24px;
  width: 24px;
  top: -4px;
}
.chehau726 #chehau726 .mat-mdc-button {
  font-size: 15px;
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .btn-stroked {
  min-height: 54px;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 1.34px;
  border-color: var(--primary);
  color: var(--primary);
}
.chehau726 #chehau726 .btn-stroked:disabled {
  border-color: var(--border-light);
  color: var(--text-40);
}
.chehau726 #chehau726 .chehau726-btn-flat {
  font-size: 15px;
}
.chehau726 #chehau726 .chehau726-btn-flat.mat-mdc-unelevated-button {
  border-radius: 10px;
  line-height: 54px;
  text-transform: uppercase;
  letter-spacing: 1.34px;
  font-weight: 500;
  color: #fff;
}
.chehau726 #chehau726 .chehau726-btn-flat.mat-mdc-unelevated-button:disabled {
  color: var(--text-white-87);
  background-color: rgba(0, 0, 0, 0.38);
}
.chehau726 #chehau726 .chehau726-dark-side .chehau726-btn-flat.mat-mdc-unelevated-button:disabled {
  color: var(--text-40);
  background-color: var(--border-light);
}
.chehau726 #chehau726 .chehau726-btn-with-icon.mat-mdc-unelevated-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
}
.chehau726 #chehau726 .chehau726-btn-with-icon.mat-mdc-unelevated-button app-svg {
  margin-right: 22px;
}
.chehau726 #chehau726 .chehau726-btn-add {
  height: 64px;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-btn-with-icon.mat-mdc-unelevated-button {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.chehau726 #chehau726 .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.79375em) scale(0.75);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline {
  width: 100%;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 4px 0;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-outline {
  top: 4px;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-label {
  top: 30px;
  color: var(--text-40);
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-mdc-input-element {
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-flex {
  padding-left: 16px;
  padding-right: 16px;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-flex:hover {
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick {
  color: var(--border-light-focus);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 16px 0 16px 0;
  border-top-width: 12px;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-label-wrapper {
  padding-top: 12px;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-outline-start {
  width: 11px;
  border-radius: 8px 0 0 8px;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-form-field-outline-end {
  width: 11px;
  border-radius: 0 8px 8px 0;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.mat-focused {
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.chehau726 #chehau726 .mat-form-field-appearance-outline.mat-focused .mat-form-field-label {
  color: var(--primary);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: var(--text-error);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.outline-with-select {
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.outline-with-select label {
  position: absolute;
  left: 0;
  top: 14px;
  transition: all 0.2s ease;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.outline-with-select .mat-select-arrow {
  position: relative;
  top: -2px;
  border-style: solid;
  border-color: var(--text-60);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg) !important;
  vertical-align: middle;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.outline-with-select .mat-form-field-infix label {
  color: var(--text-40);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.outline-with-select.mat-form-field-should-float label {
  position: absolute;
  padding: 2px 8px;
  left: -12px;
  top: -17px;
  transform: scale(0.75);
  color: var(--text-60);
  z-index: 2;
  background: var(--bg-sharp);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.outline-with-select.mat-form-field-should-float.mat-focused label {
  color: var(--primary);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.chehau726-simple-input {
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.chehau726-simple-input .mat-form-field-wrapper {
  padding-bottom: 0;
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.chehau726-simple-input .mat-form-field-infix {
  padding-top: 12px;
  padding-bottom: 20px;
}
.chehau726 #chehau726 .mat-mdc-form-field-error,
.chehau726 #chehau726 .mat-mdc-form-field.mat-form-field-invalid .mat-form-field-label {
  color: var(--text-error);
}
.chehau726 #chehau726 .chehau726-dark-side .mat-form-field-appearance-outline {
}
.chehau726 #chehau726 .chehau726-dark-side .mat-form-field-appearance-outline .mat-form-field-label {
  color: var(--text-40);
}
.chehau726 #chehau726 .chehau726-dark-side .mat-form-field-appearance-outline .mat-form-field-outline {
  color: var(--border-light);
}
.chehau726 #chehau726 .chehau726-dark-side .mat-form-field-appearance-outline .mat-form-field-flex:hover {
}
.chehau726 #chehau726 .chehau726-dark-side .mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick {
  color: var(--border-light-focus);
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 {
  }
  .chehau726 #chehau726 .mat-form-field-infix {
    width: auto;
  }
}
.chehau726 #chehau726 .mat-mdc-checkbox .mdc-checkbox__background {
  border-color: var(--text-60);
  background-color: var(--text-60);
}
.chehau726 #chehau726 .mat-mdc-checkbox .mdc-form-field {
  max-width: 85%;
  white-space: normal;
}
.chehau726 #chehau726 .mat-mdc-checkbox.mat-primary.mat-mdc-checkbox-checked .mdc-checkbox__background {
  border-color: var(--primary);
  background-color: var(--primary);
}
.chehau726 #chehau726 .mat-mdc-checkbox.mat-primary:not(.mat-mdc-checkbox-disabled) .mat-ripple-element {
  background-color: var(--primary);
}
.chehau726 #chehau726 .mat-mdc-checkbox .mdc-form-field > label {
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .mat-mdc-checkbox.mat-mdc-checkbox-disabled .mdc-checkbox__background {
  border-color: var(--text-40);
  background-color: var(--text-40);
}
.chehau726 #chehau726 .mat-mdc-checkbox.mat-mdc-checkbox-disabled .mdc-form-field > label {
  color: var(--text-40);
}
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary.mat-mdc-radio-checked .mat-ripple-element {
  background-color: var(--primary);
}
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio .mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio .mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.chehau726 #chehau726 .mat-mdc-radio-button.mat-primary .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--primary);
}
.chehau726 #chehau726 .mat-mdc-radio-button.chehau726-checkout-container {
  width: 100%;
  padding: 0;
}
.chehau726 #chehau726 .mat-mdc-radio-button.chehau726-checkout-container .mdc-form-field {
  padding: 19px 16px 20px;
}
.chehau726 #chehau726 .mat-mdc-radio-button.chehau726-checkout-container .mdc-form-field > label {
  padding-left: 24px;
}
.chehau726 #chehau726 .mat-mdc-radio-button.radio-one-line {
  width: 100%;
  border-radius: 8px;
  background-color: var(--bg-sharp);
}
.chehau726 #chehau726 .mat-mdc-radio-button.radio-one-line .mdc-form-field {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 8px 16px;
}
.chehau726 #chehau726 .mat-mdc-radio-button.radio-one-line .mdc-form-field > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 24px;
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .mat-mdc-radio-button.radio-one-line .left-side > * {
  vertical-align: middle;
}
.chehau726 #chehau726 .mat-mdc-radio-button.radio-one-line .img-holder {
  display: inline-block;
  width: 90px;
  height: 40px;
  margin-right: 16px;
}
.chehau726 #chehau726 .mat-mdc-radio-button.radio-one-line .img-holder img {
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 4px;
}
.chehau726 #chehau726 .chehau726-radio-outline {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
}
.chehau726 #chehau726 .chehau726-radio-outline .mdc-form-field > label {
  width: 100%;
}
.chehau726 #chehau726 .chehau726-radio-outline + .chehau726-radio-outline {
  margin-top: 8px;
}
.chehau726 #chehau726 .radio-delivery .mdc-form-field {
  align-items: flex-start;
}
.chehau726 #chehau726 .radio-delivery .mdc-form-field > label {
  margin-right: 12px;
}
.chehau726 #chehau726 .radio-delivery .mat-mdc-form-field {
  width: 50%;
}
.chehau726 #chehau726 .radio-header {
  letter-spacing: 0.47px;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .radio-delivery .mdc-form-field > label .chehau726-delivery-obj {
    margin-bottom: 16px;
  }
  .chehau726 #chehau726 .radio-delivery .mdc-form-field > label .chehau726-fl-between-center,
  .chehau726 #chehau726 .radio-delivery .mdc-form-field > label .chehau726-cart-summary__line {
    flex-direction: column;
  }
  .chehau726 #chehau726 .radio-delivery .mdc-form-field > label .chehau726-fl-between-center > *,
  .chehau726 #chehau726 .radio-delivery .mdc-form-field > label .chehau726-cart-summary__line > * {
    width: 100%;
  }
  .chehau726 #chehau726 .chehau726-checkout-container .mdc-form-field > label {
    padding-left: 16px;
  }
  .chehau726 #chehau726 .mat-mdc-radio-button.chehau726-checkout-container {
    width: 100vw;
  }
  .chehau726 #chehau726 .mat-mdc-radio-button.extra-wide {
    margin-left: -16px;
    margin-right: -16px;
    width: 100vw;
  }
  .chehau726 #chehau726 .mat-mdc-radio-button.extra-wide .img-holder_sm {
    width: 60px;
    margin-right: 8px;
  }
}
.chehau726 #chehau726 .mat-form-field-appearance-outline.outline-with-select.chehau726-delivery-select label {
  left: -4px;
  padding: 2px 4px;
  font-size: 15px;
  letter-spacing: 0.47px;
  transform: scale(1);
  color: var(--text-87);
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel:first-of-type {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel.chehau726-m-t-16 {
  margin-top: 16px;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel.mat-expanded .mat-expansion-panel-header {
  height: 48px;
  margin-bottom: 4px;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel .mat-expansion-panel-header-title {
  align-items: center;
  justify-content: space-between;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel .mat-expansion-panel-header-title h5 {
  display: flex;
  align-items: center;
  height: 64px;
  letter-spacing: 0.47px;
  font-size: 15px;
  font-weight: 400;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel .mat-expansion-panel-header-title .chehau726-remove-icon {
  margin-right: -24px;
  color: var(--text-error);
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-indicator::after {
  padding: 4px;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel-header {
  margin: 8px 0;
  padding: 0 16px;
  transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel-header[aria-disabled=true] {
  color: var(--text-40);
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background-color: transparent;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel-body {
  padding: 0 16px 16px;
}
.chehau726 #chehau726 .mat-accordion.chehau726-accordion-flat .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.chehau726 #chehau726 .mat-accordion.active .mat-expansion-panel {
  border: 1px solid var(--primary);
}
.chehau726 #chehau726 .mat-accordion.active .chehau726-as-accordion-title {
  left: -1px;
  top: -9px;
}
.chehau726 #chehau726 .mat-accordion .chehau726-as-accordion-title {
  position: absolute;
  left: 0;
  top: -8px;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.chehau726 #chehau726 .mat-accordion .chehau726-as-accordion-title .mdc-form-field {
  height: 100%;
  padding: 16px;
}
.chehau726 #chehau726 .mat-accordion .chehau726-as-accordion-title .mdc-form-field > label {
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .mat-accordion .mat-expansion-panel {
    margin-left: -16px;
    margin-right: -16px;
  }
  .chehau726 #chehau726 .mat-accordion .chehau726-as-accordion-title .mdc-form-field > label {
    padding-left: 16px;
  }
}
.chehau726 #chehau726 .chehau726-qttyInput {
  display: flex;
  justify-content: space-between;
  width: 112px;
  padding: 8px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
}
.chehau726 #chehau726 .chehau726-qttyInput .mat-mdc-icon-button {
  height: 24px;
  width: 24px;
  line-height: 20px;
  color: var(--icon-light);
}
.chehau726 #chehau726 .chehau726-qttyInput .mat-mdc-icon-button:disabled {
  color: var(--button-disabled);
}
.chehau726 #chehau726 .chehau726-qttyInput input {
  height: 24px;
  width: 44px;
  padding: 0;
  border: none;
  text-align: center;
  letter-spacing: 0.47px;
  color: var(--text-87);
  background-color: transparent;
}
.chehau726 #chehau726 .chehau726-qttyInput input::-webkit-inner-spin-button,
.chehau726 #chehau726 .chehau726-qttyInput input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.chehau726 #chehau726 .chehau726-qttyInput input:focus {
  outline: none;
}
.chehau726 #chehau726 .chehau726-qttyInput:focus-within {
  border-color: var(--border-light-focus);
}
.chehau726 #chehau726 .chehau726-promo-code {
  margin-right: 32px;
}
.chehau726 #chehau726 .chehau726-promo-code .mat-mdc-form-field {
  width: 380px;
  margin-right: 16px;
}
.chehau726 #chehau726 .chehau726-promo-code .mat-mdc-outlined-button {
  width: 224px;
  vertical-align: top;
  margin-top: 5px;
}
@media screen and (max-width: 1163px) {
  .chehau726 #chehau726 .chehau726-promo-code {
    width: 100%;
    margin-right: 64px;
  }
  .chehau726 #chehau726 .chehau726-promo-code .mat-mdc-form-field,
  .chehau726 #chehau726 .chehau726-promo-code .mat-mdc-outlined-button {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 880px) {
  .chehau726 #chehau726 .chehau726-promo-code,
  .chehau726 #chehau726 .cart__footer .chehau726-cart-summary {
    width: calc(50% - 32px);
    flex-shrink: 0;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .chehau726 #chehau726 .chehau726-promo-code,
  .chehau726 #chehau726 .cart__footer .chehau726-cart-summary {
    width: 100%;
    margin-right: 0;
  }
}
.chehau726 #chehau726 .chehau726-cart-summary {
  min-width: 372px;
  flex-shrink: 0;
}
.chehau726 #chehau726 .chehau726-cart-summary__line {
  flex-wrap: wrap;
  min-height: 32px;
}
.chehau726 #chehau726 .chehau726-cart-summary__second-line {
  width: 100%;
}
.chehau726 #chehau726 .chehau726-cart-summary__total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}
.chehau726 #chehau726 .chehau726-cart-summary__amount-block {
  white-space: nowrap;
}
.chehau726 #chehau726 .chehau726-cart-summary__currency {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 8px;
}
.chehau726 #chehau726 .chehau726-cart-summary__amount {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  vertical-align: bottom;
}
.chehau726 #chehau726 button.chehau726-cart-summary__pay {
  width: 100%;
  margin: 24px 0 12px;
}
.chehau726 #chehau726 .chehau726-cart-summary__snipcart-link {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04px;
  text-decoration: underline;
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-cart-summary__snipcart-link app-svg {
  vertical-align: middle;
}
.chehau726 #chehau726 .chehau726-cart-summary__snipcart-link:hover {
  text-decoration: none;
}
.chehau726 #chehau726 .chehau726-cart-summary__payments {
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .chehau726 #chehau726 .chehau726-cart-summary__cart-page {
    max-width: 364px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .chehau726 #chehau726 .chehau726-cart-summary__cart-page {
    min-width: auto;
    width: 100%;
    max-width: none;
  }
  .chehau726 #chehau726 .chehau726-cart-summary {
    min-width: auto;
  }
}
.chehau726 #chehau726 .chehau726-app-checkout-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 0 56px;
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-app-checkout-header .mat-mdc-button {
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
}
.chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-app-header__item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-app-header__item.mat-mdc-button {
  padding-left: 0;
}
.chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-checkout-company-logo {
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 1;
  height: 100px;
}
.chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-checkout-company-logo img {
  max-height: 100%;
}
.chehau726 #chehau726 .chehau726-user-block {
  display: flex;
}
.chehau726 #chehau726 .chehau726-user-block > .mat-mdc-button + .mat-mdc-button {
  margin-left: 16px;
}
.chehau726 #chehau726 .chehau726-two-sides .chehau726-app-checkout-header .chehau726-checkout-company-logo {
  display: none;
}
.chehau726 #chehau726 .chehau726-two-sides .chehau726-user-block > .mat-mdc-button + .mat-mdc-button {
  margin-left: 8px;
}
@media screen and (max-width: 1280px) {
  .chehau726 #chehau726 .chehau726-two-sides__left .chehau726-app-checkout-header {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .chehau726 #chehau726 .chehau726-app-checkout-header {
    padding-bottom: 24px;
  }
  .chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-checkout-company-logo {
    position: static;
    margin-top: 80px;
    transform: none;
    top: auto;
    left: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-app-checkout-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-app-header__item {
    min-width: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    padding-right: 0;
    margin-left: -16px;
  }
  .chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-app-header__item .chehau726-m-r-16 {
    margin-right: 0;
  }
  .chehau726 #chehau726 .chehau726-app-checkout-header .chehau726-app-header__item .mdc-button__label span {
    display: none;
  }
  .chehau726 #chehau726 .chehau726-two-sides__left .chehau726-app-checkout-header {
    padding-bottom: 0;
  }
}
.chehau726 #chehau726 .chehau726-cart-preview {
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.chehau726 #chehau726 .chehau726-cart-preview > section {
  height: calc(100% - 56px);
}
.chehau726 #chehau726 .chehau726-cart-preview > section .cart-preview__add-discount,
.chehau726 #chehau726 .chehau726-cart-preview > section .chehau726-cart-summary {
  flex-shrink: 0;
}
.chehau726 #chehau726 .chehau726-cart-preview .cart-preview__header {
  text-align: right;
  padding-bottom: 0;
}
.chehau726 #chehau726 .chehau726-cart-preview .cart-preview__header button {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-cart-preview .cart-preview__header button:disabled {
  color: var(--text-40);
}
.chehau726 #chehau726 .cart-preview__item {
  min-height: 93px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-light);
}
.chehau726 #chehau726 .cart-preview__image {
  position: relative;
  height: 64px;
  width: 64px;
  margin-right: 16px;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}
.chehau726 #chehau726 .cart-preview__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.chehau726 #chehau726 .cart-preview__content {
  flex-grow: 1;
}
.chehau726 #chehau726 .cart-preview__content .chehau726-fl-between {
  align-items: flex-start;
}
.chehau726 #chehau726 .cart-preview__item-qtty {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 24px;
  color: black;
  border-radius: 8px;
  background-color: var(--bg-sharp);
}
.chehau726 #chehau726 .cart-preview__item-title {
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .cart-preview__price.line-through {
  position: relative;
}
.chehau726 #chehau726 .cart-preview__price.line-through::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 1px;
  background-color: var(--text-87);
}
.chehau726 #chehau726 .cart-preview__item-desc {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.12px;
}
.chehau726 #chehau726 .discounts__discount-item {
  margin: 4px 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.09px;
  text-transform: uppercase;
  color: var(--text-60);
}
.chehau726 #chehau726 .discounts__discount-item > * {
  vertical-align: middle;
}
.chehau726 #chehau726 .discount-item {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding: 0 4px 0 10px;
  border-radius: 10px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
}
.chehau726 #chehau726 .discount-item .mat-mdc-icon-button,
.chehau726 #chehau726 .discount-item app-svg {
  opacity: 0.69;
}
.chehau726 #chehau726 .discount-item .mat-mdc-icon-button {
  height: 32px;
  width: 32px;
}
.chehau726 #chehau726 .discount-item .mat-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 1;
}
.chehau726 #chehau726 .discount-item__code {
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .cart-preview__add-discount {
  padding: 20px 0 24px;
  border-bottom: 1px solid var(--border-light);
}
.chehau726 #chehau726 .cart-preview__promo-code {
  display: flex;
  align-items: flex-start;
}
.chehau726 #chehau726 .cart-preview__promo-code .mat-mdc-form-field {
  flex: 1 1 auto;
}
.chehau726 #chehau726 .cart-preview__promo-code .chehau726-btn-flat {
  flex-shrink: 0;
  margin-top: 12px;
  margin-left: 16px;
  min-width: 90px;
  line-height: 40px;
}
.chehau726 #chehau726 .cart-preview__collapse-header {
  height: 64px;
  display: none;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.14px;
}
.chehau726 #chehau726 .cart-preview__collapse-header .js-collapse-icon {
  transition: transform 0.3s ease-in-out;
}
.chehau726 #chehau726 .cart-preview__collapse-amount {
  display: flex;
  align-items: center;
}
.chehau726 #chehau726 .cart-preview__collapse-amount .chehau726-cart-summary__amount {
  font-size: 15px;
  line-height: 24px;
  text-align: right;
}
.chehau726 #chehau726 .cart-preview__collapse-amount .chehau726-cart-summary__amount .chehau726-cart-summary__currency {
  font-weight: 400;
  margin-right: 0;
}
.chehau726 #chehau726 .cart-preview__collapse-amount .js-collapse-icon {
  margin-left: 16px;
}
.chehau726 #chehau726 .cart-preview__collapse-amount .cart-summary__value {
  padding-left: 16px;
}
.chehau726 #chehau726 .cart-preview__cart-content {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chehau726 #chehau726 .cart-preview__cart-content > .chehau726-fl-column,
.chehau726 #chehau726 .cart-preview__cart-content > .chehau726-cartPage {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .chehau726 #chehau726 .cart-preview__collapse-header {
    display: flex;
  }
  .chehau726 #chehau726 .chehau726-cart-preview {
    padding-top: 0;
    padding-bottom: 0;
  }
  .chehau726 #chehau726 .chehau726-cart-preview.visible .cart-preview__cart-content {
    max-height: 2000px;
  }
  .chehau726 #chehau726 .chehau726-cart-preview.visible .cart-preview__collapse-header .js-collapse-icon {
    transform: rotate(180deg);
  }
  .chehau726 #chehau726 .cart-preview__cart-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
  .chehau726 #chehau726 .cart-preview__cart-content > .chehau726-fl-column,
  .chehau726 #chehau726 .cart-preview__cart-content > .chehau726-cartPage {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .cart-preview__collapse-header .chehau726-checkout-inline-center {
    position: relative;
    padding-left: 40px;
    line-height: 16px;
  }
  .chehau726 #chehau726 .cart-preview__collapse-header .chehau726-checkout-inline-center .chehau726-svg-ico-white {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .chehau726 #chehau726 .cart-preview__collapse-header .cart-preview__collapse-amount .chehau726-cart-summary__amount {
    padding-left: 16px;
    line-height: 16px;
  }
}
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs {
  margin: 0;
  padding: 24px 0 16px;
}
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
}
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item > * {
  vertical-align: middle;
}
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a {
  margin: 0;
  padding: 4px 0;
}
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a {
  color: var(--primary);
}
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a:hover {
  text-decoration: underline;
}
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .mat-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 20px;
  color: var(--icon-light);
}
.chehau726 #chehau726 .chehau726-cartPage {
  height: 100%;
}
.chehau726 #chehau726 .chehau726-cart {
  padding: 24px 32px;
}
.chehau726 #chehau726 .chehau726-cart h1 {
  margin-bottom: 30px;
}
.chehau726 #chehau726 .chehau726-cart h2 {
  margin-top: -14px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.chehau726 #chehau726 .chehau726-cart__item {
  display: flex;
  align-items: flex-start;
}
.chehau726 #chehau726 .chehau726-cart__item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 56px;
  height: 128px;
  width: 128px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 15px;
}
.chehau726 #chehau726 .cart__item-info {
  flex: 1 1 auto;
  padding-right: 236px;
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .cart__item-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.chehau726 #chehau726 .cart__item-action {
  margin-top: 8px;
  flex-shrink: 0;
  margin-right: -8px;
  color: var(--text-error);
}
.chehau726 #chehau726 .chehau726-cart__item-qtty {
  display: flex;
  justify-content: flex-end;
}
.chehau726 #chehau726 .cart__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 16px;
}
.chehau726 #chehau726 .cart__footer .chehau726-cart-summary {
  padding-top: 16px;
}
.chehau726 #chehau726 .chehau726-qttyItem {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 250px;
}
.chehau726 #chehau726 .qttyItem__title {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-qttyItem__qtty {
  margin-right: 16px;
}
.chehau726 #chehau726 .qttyItem__amount {
  padding-bottom: 9px;
}
@media screen and (max-width: 1023px) {
  .chehau726 #chehau726 .chehau726-qttyItem__qtty {
    margin-top: -40px;
  }
  .chehau726 #chehau726 .chehau726-mobile-visible .chehau726-checkout-company-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 24px 0;
    height: 100px;
  }
  .chehau726 #chehau726 .chehau726-mobile-visible .chehau726-checkout-company-logo img {
    max-height: 100%;
  }
}
@media screen and (max-width: 840px) {
  .chehau726 #chehau726 .chehau726-cart__item ~ .chehau726-cart__item {
    margin-top: 24px;
  }
  .chehau726 #chehau726 .chehau726-qttyItem__qtty {
    margin-top: 16px;
  }
  .chehau726 #chehau726 .cart__item-info {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .chehau726 #chehau726 .cart__footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-cart {
    margin: 0 -16px;
    padding: 16px;
  }
  .chehau726 #chehau726 .chehau726-cart h1 {
    margin-bottom: 24px;
  }
  .chehau726 #chehau726 .chehau726-cart__item ~ .chehau726-cart__item {
    margin-top: 16px;
  }
  .chehau726 #chehau726 .chehau726-cart__item img {
    width: 70px;
    max-height: 70px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 420px) {
  .chehau726 #chehau726 .chehau726-cart__item-qtty {
    justify-content: flex-start;
    padding-left: 86px;
  }
  .chehau726 #chehau726 .chehau726-qttyItem {
    margin-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chehau726 #chehau726 .chehau726-qttyItem__qtty {
    margin-right: 16px;
  }
}
@media screen and (max-width: 360px) {
  .chehau726 #chehau726 .chehau726-cart__item-qtty {
    justify-content: flex-end;
    padding-left: 0;
  }
  .chehau726 #chehau726 .chehau726-qttyItem {
    justify-content: flex-end;
  }
}
.chehau726 #chehau726 .chehau726-purchase-step h3 {
  line-height: 64px;
}
.chehau726 #chehau726 .chehau726-purchase-step .chehau726-btn-flat {
  width: 100%;
  margin-top: 30px;
}
.chehau726 #chehau726 .chehau726-purchase-step .mat-mdc-radio-group {
  display: block;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion {
  width: 100%;
  min-height: 64px;
  border-radius: 8px;
  padding: 14px 16px;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-delivery-conclusion__action {
  position: absolute;
  right: 16px;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-roboto-bold,
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-finalPage__payment-total-amount,
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-final__content table td.chehau726-finalPage__payment-total-amount,
.chehau726 #chehau726 .chehau726-final__content table .chehau726-delivery-conclusion td.chehau726-finalPage__payment-total-amount,
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-final__content table td.chehau726-roboto-bold,
.chehau726 #chehau726 .chehau726-final__content table .chehau726-delivery-conclusion td.chehau726-roboto-bold,
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-final__content table td.cart-preview__collapse-header,
.chehau726 #chehau726 .chehau726-final__content table .chehau726-delivery-conclusion td.cart-preview__collapse-header,
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-final__content table td.chehau726-finalSubheader__title,
.chehau726 #chehau726 .chehau726-final__content table .chehau726-delivery-conclusion td.chehau726-finalSubheader__title,
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-finalSubheader__title,
.chehau726 #chehau726 .chehau726-delivery-conclusion .cart-preview__collapse-header {
  display: inline-block;
  width: 120px;
  padding: 0 16px;
  font-size: 15px;
  text-align: left;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion .mdc-button__label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 32px;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion .mdc-button__label > div {
  display: flex;
  align-items: flex-start;
  line-height: 24px;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion .mdc-button__label > div > * {
  color: var(--text-40);
  vertical-align: top;
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-delivery-conclusion__user-info {
  display: inline-block;
  max-width: 360px;
  white-space: normal;
  text-align: left;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
}
.chehau726 #chehau726 .chehau726-delivery-conclusion ~ .chehau726-delivery-conclusion {
  margin-top: 16px;
}
.chehau726 #chehau726 .chehau726-delivery-type {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.chehau726 #chehau726 .chehau726-delivery-type-button {
  padding: 0 8px;
  letter-spacing: 0.47px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-delivery-type-button app-svg {
  height: 24px;
  width: 24px;
}
.chehau726 #chehau726 .chehau726-delivery-type-button.active {
  color: var(--text-white-87);
}
.chehau726 #chehau726 .chehau726-delivery-type-button:not(.active) {
  background-color: var(--bg-sharp);
}
.chehau726 #chehau726 .chehau726-delivery-type-button:disabled {
  color: var(--text-60);
  background-color: rgba(0, 0, 0, 0.12);
}
.chehau726 #chehau726 .chehau726-delivery-obj img {
  vertical-align: middle;
}
.chehau726 #chehau726 .chehau726-delivery-obj__shop {
  letter-spacing: 0.47px;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-delivery-type {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .chehau726 #chehau726 .chehau726-delivery-conclusion {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 480px) {
  .chehau726 #chehau726 .chehau726-delivery-conclusion .mdc-button__label > div {
    flex-wrap: wrap;
  }
  .chehau726 #chehau726 .chehau726-delivery-conclusion .chehau726-delivery-conclusion__user-info {
    width: 100%;
    margin-top: 5px;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 400;
  }
}
.chehau726 #chehau726 .chehau726-way-to-pay-info {
  margin-top: 8px;
  padding: 16px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a {
  letter-spacing: normal;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text p,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span p,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span p,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a p,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a p {
  margin: 0;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text a,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span a,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span a,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a a,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a a {
  text-decoration: none;
  color: var(--primary);
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text a:hover,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span a:hover,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span a:hover,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a a:hover,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a a:hover {
  text-decoration: underline;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text strong,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span strong,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span strong,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a strong,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a strong {
  font-weight: 500;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text ol,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span ol,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span ol,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a ol,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a ol,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text ul,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span ul,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span ul,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a ul,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a ul {
  margin: 5px 0;
  padding-left: 30px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-1,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-1,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-1,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-1,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-1 {
  padding-left: 16px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-2,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-2,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-2,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-2,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-2 {
  padding-left: 32px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-3,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-3,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-3,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-3,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-3 {
  padding-left: 48px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-4,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-4,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-4,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-4,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-4 {
  padding-left: 64px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-5,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-5,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-5,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-5,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-5 {
  padding-left: 80px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-6,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-6,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-6,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-6,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-6 {
  padding-left: 96px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-7,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-7,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-7,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-7,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-7 {
  padding-left: 112px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-info-text .ql-indent-8,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item span .ql-indent-8,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info span .ql-indent-8,
.chehau726 #chehau726 .chehau726-way-to-pay-info .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item a .ql-indent-8,
.chehau726 #chehau726 .chehau726-checkout-breadcrumbs .chehau726-breadcrumbs__item .chehau726-way-to-pay-info a .ql-indent-8 {
  padding-left: 128px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info__title {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info__actions {
  text-align: right;
}
.chehau726 #chehau726 .chehau726-way-to-pay-info__actions .chehau726-btn-flat {
  width: auto;
  min-width: 276px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-way-to-pay-info__actions .chehau726-btn-flat {
    min-width: 254px;
  }
}
.chehau726 #chehau726 .chehau726-shipping-info__week-start-end {
  font-size: 15px;
  line-height: 18px;
}
.chehau726 #chehau726 .chehau726-shipping-info__week-controls {
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 24px;
}
.chehau726 #chehau726 .chehau726-shipping-info__week-controls .mat-mdc-icon-button {
  color: var(--text-60);
}
.chehau726 #chehau726 .chehau726-shipping-info__week-controls .mat-mdc-icon-button .mat-icon {
  font-size: 28px;
}
.chehau726 #chehau726 .chehau726-shipping-info__week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button {
  padding: 8px 4px 11px;
  font-size: 13px;
  letter-spacing: 0.09px;
  line-height: 24px;
  color: var(--text-40);
  border-radius: 0;
  min-width: auto;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:not(:first-child) {
  border-left: 1px solid #d6d6d6;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:first-child {
  border-radius: 8px 0 0 8px;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:first-child::after {
  border-bottom-left-radius: 8px;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:last-child {
  border-radius: 0 8px 8px 0;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:last-child::after {
  border-bottom-right-radius: 8px;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button.active {
  position: relative;
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button.active::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: var(--primary);
}
.chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:disabled .chehau726-shipping-info__week-date {
  color: var(--text-40);
}
.chehau726 #chehau726 .chehau726-shipping-info__week-day {
  text-transform: uppercase;
}
.chehau726 #chehau726 .chehau726-shipping-info__week-date {
  color: var(--text-87);
  line-height: 13px;
}
@media screen and (max-width: 640px) {
  .chehau726 #chehau726 .chehau726-shipping-info__week {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
    border-radius: 8px 0 0 0;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:first-child:after {
    border-bottom-left-radius: 0;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(3) {
    grid-column-start: 7;
    grid-column-end: 10;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(4) {
    grid-column-start: 10;
    grid-column-end: 13;
    border-radius: 0 8px 0 0;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 5;
    border-left: none;
    border-radius: 0 0 0 8px;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(5):after {
    border-bottom-left-radius: 8px;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(6) {
    grid-column-start: 5;
    grid-column-end: 9;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(7) {
    grid-column-start: 9;
    grid-column-end: 13;
    border-radius: 0 0 8px 0;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(7):after {
    border-bottom-right-radius: 8px;
  }
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(5),
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(6),
  .chehau726 #chehau726 .chehau726-shipping-info__week .mat-mdc-button:nth-child(7) {
    border-top: 1px solid #d6d6d6;
  }
}
.chehau726 #chehau726 .chehau726-finalPage {
  max-width: 600px;
  min-height: 768px;
  margin: 0 auto;
  background-color: var(--bg-sharp);
  justify-content: space-between;
}
.chehau726 #chehau726 .chehau726-finalPage__top-part {
  flex-grow: 1;
}
.chehau726 #chehau726 .chehau726-finalPage__header {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border-light);
  padding: 16px 32px;
}
.chehau726 #chehau726 .chehau726-finalPage__content {
  padding: 0 32px;
}
.chehau726 #chehau726 .chehau726-finalPage__actions {
  padding: 0 40px;
  flex-shrink: 0;
}
.chehau726 #chehau726 .chehau726-finalPage__actions button {
  width: 100%;
  margin: 12px 0;
}
.chehau726 #chehau726 .chehau726-finalPage__top {
  padding: 32px 0;
  text-align: center;
}
.chehau726 #chehau726 .chehau726-finalPage__content-center {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chehau726 #chehau726 .chehau726-finalPage__msg {
  max-width: 360px;
  margin: 8px auto;
  font-size: 13px;
  color: var(--text-60);
  line-height: 20px;
  letter-spacing: 0.09px;
}
.chehau726 #chehau726 .chehau726-icon_success,
.chehau726 #chehau726 .chehau726-icon_error {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  margin-bottom: 12px;
  border-radius: 50%;
}
.chehau726 #chehau726 .chehau726-icon_success {
  background-color: var(--success);
}
.chehau726 #chehau726 .chehau726-icon_error {
  background-color: var(--text-error);
}
.chehau726 #chehau726 .chehau726-finalPage__heading {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: var(--text-87);
}
.chehau726 #chehau726 .chehau726-finalSubheader {
  display: flex;
  align-items: center;
}
.chehau726 #chehau726 .chehau726-finalSubheader__icon {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.chehau726 #chehau726 .chehau726-finalSubheader__title {
  width: 100%;
  padding: 12px 0;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-40);
}
.chehau726 #chehau726 .chehau726-final__content {
  padding-left: 40px;
  padding-bottom: 16px;
}
.chehau726 #chehau726 .chehau726-final__content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.chehau726 #chehau726 .chehau726-final__content table td {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.09px;
  color: var(--text-60);
  border: none;
  background: none;
}
.chehau726 #chehau726 .chehau726-final__content table td.chehau726-roboto-bold,
.chehau726 #chehau726 .chehau726-final__content table td.chehau726-finalPage__payment-total-amount,
.chehau726 #chehau726 .chehau726-final__content table td.cart-preview__collapse-header,
.chehau726 #chehau726 .chehau726-final__content table td.chehau726-finalSubheader__title {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: var(--text-87);
}
.chehau726 #chehau726 .chehau726-final__content table td + td {
  padding-left: 8px;
}
.chehau726 #chehau726 .chehau726-finalPage__payment-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}
.chehau726 #chehau726 .chehau726-finalPage__payment-amount {
  margin-right: 32px;
  letter-spacing: 0.47px;
}
.chehau726 #chehau726 .chehau726-finalPage__payment-amount > img {
  margin: 0 8px;
}
.chehau726 #chehau726 .chehau726-finalPage__payment-total-amount {
  margin-left: 24px;
}
.chehau726 #chehau726 .chehau726-finalPage__payment-card {
  display: flex;
  align-items: center;
}
.chehau726 #chehau726 .chehau726-finalPage__payment-card > div {
  padding: 0 8px;
  border-left: 1px solid var(--border-light);
}
.chehau726 #chehau726 .chehau726-finalPage__payment-card-number {
  font-size: 13px;
  line-height: 20px;
  color: var(--text-60);
  letter-spacing: 0.09px;
}
.chehau726 #chehau726 .chehau726-final__content-summary {
  font-size: 13px;
  line-height: 20px;
  color: var(--text-60);
  letter-spacing: 0.09px;
}
.chehau726 #chehau726 .chehau726-final__content-summary > div {
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .chehau726 #chehau726 .chehau726-finalPage {
    height: 100%;
  }
}
@media screen and (max-width: 632px) {
  .chehau726 #chehau726 .chehau726-finalPage {
    min-height: auto;
    margin: 0 16px;
  }
  .chehau726 #chehau726 .chehau726-finalPage__content {
    padding: 0 16px;
  }
  .chehau726 #chehau726 .chehau726-finalPage__payment-info {
    flex-direction: column;
    padding: 16px 0;
  }
  .chehau726 #chehau726 .chehau726-finalPage__payment-info > * {
    margin-right: 0;
  }
  .chehau726 #chehau726 .chehau726-finalPage__payment-card {
    padding-top: 8px;
  }
  .chehau726 #chehau726 .chehau726-finalPage__actions {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .chehau726 #chehau726 .chehau726-final__content {
    padding-left: 0;
  }
}
.chehau726 #chehau726 .chehau726_text-title-and-link {
  color: rgba(0, 0, 0, 0.6);
}
.chehau726 #chehau726 .chehau726_text-body-text {
  color: rgba(0, 0, 0, 0.87);
}
.chehau726 #chehau726 .chehau726_text-legend-text {
  color: rgba(0, 0, 0, 0.6);
}
.chehau726 #chehau726 .chehau726_text-sale-price {
  color: rgba(0, 0, 0, 0.87);
}
.chehau726 #chehau726 .chehau726_button-primary-button-bg {
  background: #1633FF;
}
.chehau726 #chehau726 .chehau726_button-secondary-buttons-color-and-border {
  color: #1633FF;
}
.chehau726 #chehau726 .chehau726_button-main-tag {
  color: rgba(255, 255, 255, 0.87);
}
.chehau726 #chehau726 .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.chehau726 #chehau726 .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.chehau726 #chehau726 .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  background-color: transparent;
}
.chehau726 #chehau726 .mat-mdc-form-field {
  color: rgba(0, 0, 0, 0.87);
}
.chehau726 #chehau726 .chehau726_form-field-color {
  color: rgba(0, 0, 0, 0.87);
}
.chehau726 #chehau726 .chehau726_form-field-border {
  border-color: rgba(0, 0, 0, 0.12);
}
.chehau726 #chehau726 .mat-form-field-appearance-outline .mat-mdc-form-field-flex {
  color: rgba(0, 0, 0, 0.12);
}
.chehau726 #chehau726 .chehau726_page-primary-color {
  background-color: #fff;
}
.chehau726 #chehau726 .chehau726_page-secondary-color {
  background-color: rgba(0, 0, 0, 0.87);
}
.chehau726 #chehau726 .chehau726_page-borders-and-lines {
  border-color: rgba(0, 0, 0, 0.12);
}
.chehau726 #chehau726 .chehau726_page-background {
  background-color: #f5f5fa;
}
.chehau726 #chehau726 .chehau726_typography-t-title {
  font: normal 700 34px "Lato";
}
.chehau726 #chehau726 .chehau726_typography-t-button {
  font: normal 700 15px "Lato";
}
.chehau726 #chehau726 .chehau726_typography-t-body-text {
  font: normal 700 15px "Lato";
}
.chehau726 #chehau726 .chehau726_typography-t-body-title {
  font: normal 700 20px "Lato";
}
.chehau726 #chehau726 .chehau726_typography-t-caption {
  font: normal 400 12px "Roboto";
}
.chehau726 #chehau726 .chehau726_typography-t-amount {
  font: normal 400 15px "Roboto";
}
.chehau726 #chehau726 .chehau726_borders-b-kind {
  border-style: none !important;
}
.chehau726 #chehau726 .chehau726_borders-b-radius {
  border-radius: 8px !important;
}
.chehau726 #chehau726 .chehau726_borders-b-width {
  border-width: 1px !important;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  line-height: 0;
  outline: none;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.mat-mdc-icon-button {
  margin-left: -8px;
}
.hamburger .mdc-button__label {
  justify-content: center;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner {
  background-color: var(--color-text-medium);
}
.hamburger.is-active .hamburger-inner::before {
  background-color: var(--color-text-medium);
}
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--color-text-medium);
}
.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  padding-left: 3px;
}
.hamburger-inner {
  display: flex;
  align-items: center;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: var(--color-text-medium);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before {
  width: 18px;
  height: 2px;
  background-color: var(--color-text-medium);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  top: -6px;
}
.hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: var(--color-text-medium);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -5px;
}
.setupHeader {
  position: relative;
  display: flex;
  align-items: center;
  padding: 48px 126px 16px;
}
.setupHeader .setupHeader__progress + .setupHeader__title {
  margin-left: 13px;
}
.setupHeader__close {
  position: absolute;
  top: 16px;
  right: 24px;
}
.setupHeader__title {
  font: 700 24px/32px var(--second-font);
}
.setupHeader__close {
  display: flex;
  flex-direction: column;
  align-items: center;
  font: 400 15px/15px var(--default-font);
  letter-spacing: 0.47px;
  color: var(--color-text-medium);
}
.setupHeader__progress {
  position: relative;
  width: 48px;
  height: 48px;
}
.setupHeader__progress:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #CBCBD0;
}
.setupHeader__progress > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .setupHeader {
    flex-shrink: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .setupHeader__progress {
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .setupHeader {
    padding-top: 58px;
  }
  .setupHeader__close {
    top: 8px;
    right: 16px;
  }
  .setupHeader__progress {
    margin-left: 0;
  }
}
.setupWrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.setupWrapper__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.setupContainer {
  padding-left: 126px;
  padding-right: 126px;
  overflow-y: auto;
}
.setupFooter {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 126px;
  padding-right: 126px;
  margin-top: auto;
  background-color: var(--color-surface);
}
.setupFooter .mat-mdc-button {
  height: 40px;
}
@media (max-width: 992px) {
  .setupContainer,
  .setupFooter {
    padding-left: 16px;
    padding-right: 16px;
  }
  .setupFooter .mat-mdc-icon-button .mat-icon {
    color: var(--color-primary);
  }
}
@media (max-width: 767px) {
  .setupContainer .mat-mdc-card.hasBorder {
    border: none;
  }
  .setupContainer .sAnnounce {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.dottedList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dottedList li {
  position: relative;
  padding-left: 28px;
}
.dottedList li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-text-medium);
}
.sAnnounce {
  display: flex;
  align-items: center;
  color: var(--color-on-primary-container);
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid var(--color-tonal-primary);
  background-color: var(--color-primary-container);
}
.sAnnounce.block {
  display: block;
}
.sAnnounce.sAnnounce-info {
  color: var(--color-on-primary-container);
  background-color: var(--color-primary-container);
  border: 1px solid var(--color-tonal-primary);
}
.sAnnounce.sAnnounce-warning {
  color: var(--color-on-warning-container);
  border: 1px solid var(--color-tonal-warning);
  background-color: var(--color-warning-container);
}
.sAnnounce.sAnnounce-warning-2 {
  color: var(--color-on-warning-container);
  border-color: var(--color-tonal-warning);
  background-color: var(--color-warning-container);
}
.sAnnounce.sAnnounce-error {
  background-color: var(--color-error-container);
  border: 1px solid var(--color-tonal-error);
  color: var(--color-on-error-container);
}
.sAnnounce.sAnnounce-success {
  background-color: var(--color-success-container);
  border: 1px solid var(--color-tonal-success);
  color: var(--color-on-success-container);
}
.sAnnounce.sAnnounce_border-transparent {
  border-color: transparent;
}
.sAnnounce.sAnnounce-transparent {
  background-color: transparent;
}
.sAnnounce.sAnnounce-default {
  color: var(--color-on-primary-container);
  background-color: var(--color-primary-container);
  border: 1px solid var(--color-tonal-primary);
}
.sAnnounce.sAnnounce-check .mat-mdc-checkbox {
  margin-right: 0;
}
.sAnnounce.sAnnounce-check .mdc-form-field {
  white-space: normal;
  line-height: 20px;
}
.sAnnounce.sAnnounce-check .mdc-form-field > label {
  color: inherit;
  font-family: var(--second-font);
}
.sAnnounce.error {
  color: var(--colors-light-error);
  border: 1px solid var(--color-menu-active-bg);
  background-color: var(--color-tonal-error-80);
}
.sAnnounce .mat-icon {
  width: auto;
  height: auto;
  color: inherit;
}
.sAnnounce .mat-icon.md-22 {
  font-size: 22px;
}
.sAnnounce .mat-mdc-checkbox {
  margin-right: 16px;
}
.sAnnounce .mat-mdc-checkbox .mdc-form-field {
  padding-bottom: 0;
}
.sAnnounce .mat-mdc-checkbox .mdc-checkbox__background {
  border-color: var(--universal-color-black-text-60);
  background-color: var(--universal-color-black-text-60);
}
.sAnnounce .sAnnounce__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--color-delimiter-light);
  background-color: #ffffff;
}
.sAnnounce .sAnnounce__text,
.sAnnounce .mat-mdc-button {
  color: inherit;
}
.sAnnounce .mat-mdc-button.button_transparent {
  color: var(--color-primary);
}
.sAnnounce .mat-mdc-button.color-text-high,
.sAnnounce .authorizationField .secure span.mat-mdc-button.color-text-high,
.authorizationField .secure .sAnnounce span.mat-mdc-button.color-text-high {
  color: var(--color-text-high);
}
.sAnnounce .mat-mdc-button.color-text-60,
.sAnnounce .mat-mdc-button.authorizationCode__item_inactive,
.sAnnounce .authorizationField .mask .mat-mdc-button.mat-icon.color-text-60,
.authorizationField .mask .sAnnounce .mat-mdc-button.mat-icon.color-text-60,
.sAnnounce .authorizationField .mask .mat-mdc-button.mat-icon.authorizationCode__item_inactive,
.authorizationField .mask .sAnnounce .mat-mdc-button.mat-icon.authorizationCode__item_inactive,
.sAnnounce .configurationDefList dd p.mat-mdc-button,
.configurationDefList dd .sAnnounce p.mat-mdc-button,
.sAnnounce .authorizationField .mask .configurationDefList dd p.mat-mdc-button.mat-icon,
.authorizationField .mask .configurationDefList dd .sAnnounce p.mat-mdc-button.mat-icon,
.sAnnounce .configurationDefList dd .authorizationField .mask p.mat-mdc-button.mat-icon,
.configurationDefList dd .authorizationField .mask .sAnnounce p.mat-mdc-button.mat-icon,
.sAnnounce .menuList .menuList__content h4 + div.mat-mdc-button,
.menuList .menuList__content .sAnnounce h4 + div.mat-mdc-button {
  color: var(--color-text-medium);
}
.sAnnounce .mat-mdc-button svg-icon-sprite {
  color: var(--color-text-medium);
}
.sAnnounce .content-list {
  margin-top: 0;
}
.sAnnounce a {
  color: inherit;
}
.sAnnounce a.inline-flex {
  display: inline-flex;
  align-items: center;
}
.subscriptionsCards__item {
  border-radius: 8px;
  color: var(--universal-color-white-text-87);
  font-family: var(--second-font);
  padding: 16px;
}
.subscriptionsCards__item.subscriptionsCards__item_blue {
  background-color: var(--color-primary);
}
.subscriptionsCards__item.subscriptionsCards__item_green {
  background-color: var(--color-success);
}
.subscriptionsCards__item.subscriptionsCards__item_white {
  background-color: var(--color-surface);
  color: var(--color-text-high);
}
.subscriptionsCards__item .text_larger {
  font-size: 36px;
  letter-spacing: 0;
  margin: 0 0 12px;
  white-space: nowrap;
}
.subscriptionsCards__ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.14px;
  line-height: 24px;
  margin-bottom: 35px;
}
.subscriptionsCards__index {
  border-radius: 10px;
  color: var(--universal-color-white-text-87);
  display: inline-flex;
  padding: 1px 8px 3px 24px;
  position: relative;
}
.subscriptionsCards__index::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 8px;
  top: 7px;
}
.subscriptionsCards__index_up {
  background: var(--color-success);
}
.subscriptionsCards__index_up::before {
  border-bottom: 5px solid var(--universal-color-white-text-87);
}
.subscriptionsCards__index_down {
  background: var(--color-error);
}
.subscriptionsCards__index_down::before {
  border-top: 5px solid var(--universal-color-white-text-87);
}
.mat-mdc-menu-panel.monthsList {
  max-height: 300px;
}
.subscriptionTabs__header {
  display: flex;
}
.subscriptionTabs__header .mat-mdc-icon-button {
  color: var(--color-text-medium);
}
.subscriptionTabs__header .mat-mdc-icon-button.active {
  color: var(--color-text-high);
}
.subscriptionTabs__header .mat-mdc-icon-button:not(:first-child) {
  margin-left: 8px;
}
.subscriptionTabs__content-list {
  padding-top: 16px;
}
.subscriptionTabs__content-list .mat-mdc-card + .mat-mdc-card {
  margin-top: 8px;
}
.subscriptionProgressBox__percentage {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  color: var(--color-primary);
  background-color: rgba(22, 51, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.subscriptionProgressBox_date,
.subscriptionProgressBox_currency {
  font-family: var(--second-font);
  font-size: 18px;
  letter-spacing: 0.17px;
  line-height: 24px;
}
.subscriptionProgressBox_currency {
  font-weight: bold;
}
@media (max-width: 767px) {
  .mat-mdc-menu-panel.monthsList {
    max-height: 200px;
  }
  .subscriptionTabs__header {
    width: 100%;
    justify-content: flex-end;
  }
  .subscriptionTabs__body {
    margin: 0 -16px;
  }
  .subscriptionTabs__body .mat-mdc-card {
    margin-left: 0;
    margin-right: 0;
  }
  .subscriptionTabs__body .subscriptionTabs__content-list {
    padding-top: 0;
  }
  .subscriptionsCards__item + .subscriptionsCards__item {
    margin-top: 16px;
  }
}
.comandsBlock {
  height: 432px;
  border-radius: 8px;
  background-color: #282921;
}
.comandsBlock .matCard__title_sm {
  color: rgba(255, 255, 255, 0.4);
  height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
}
.comandsBlock__list {
  padding: 0 16px 16px;
}
.comandsBlock__list-item {
  display: flex;
  align-items: flex-start;
  letter-spacing: 1.5px;
}
.comandsBlock__list-item .command-name,
.comandsBlock__list-item .command-value {
  color: rgba(255, 255, 255, 0.87);
}
.comandsBlock__list-item .command-name {
  font-family: var(--second-font);
  font-weight: 700;
}
.comandsBlock__list-item .command-name pre {
  font-family: var(--second-font);
  margin: 0;
}
.comandsBlock__list-item .command-value {
  margin: 0;
  font-weight: normal;
  font-family: var(--default-font);
}
@media (max-width: 767px) {
  .comandsBlock + .comandsBlock {
    margin-top: 16px;
  }
}
pre[class*=language-].prismBlock {
  border-radius: 8px;
  background-color: var(--color-surface);
  color: var(--color-text-high);
  text-shadow: none;
}
pre[class*=language-].prismBlock code[class*=language-] {
  text-shadow: none;
}
pre[class*=language-].line-numbers .line-numbers-rows {
  border: 0;
}
pre[class*=language-].line-numbers .line-numbers-rows > span:before {
  color: var(--color-text-40);
}
pre[class*=language-].bordered {
  border: 1px solid var(--color-delimiter-light);
}
pre[class*=language-].language-css code[class*=language-] {
  color: var(--state-success);
}
pre[class*=language-].language-css .token.operator,
pre[class*=language-].language-css .token.entity,
pre[class*=language-].language-css .token.url,
pre[class*=language-].language-css .language-css .token.string,
pre[class*=language-].language-css .style .token.string {
  background-color: transparent;
  color: var(--state-success);
}
pre[class*=language-].language-css .token.property,
pre[class*=language-].language-css .token.tag,
pre[class*=language-].language-css .token.boolean,
pre[class*=language-].language-css .token.number,
pre[class*=language-].language-css .token.constant,
pre[class*=language-].language-css .token.symbol,
pre[class*=language-].language-css .token.deleted,
pre[class*=language-].language-css .token.punctuation {
  color: var(--color-text-high);
}
.dark {
}
.dark code[class*=language-],
.dark pre[class*=language-] {
  color: #ccc;
  background: none;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.dark pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
.dark :not(pre) > code[class*=language-],
.dark pre[class*=language-] {
  background: #2d2d2d;
}
.dark :not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.dark .token.comment,
.dark .token.block-comment,
.dark .token.prolog,
.dark .token.doctype,
.dark .token.cdata {
  color: #999;
}
.dark .token.punctuation {
  color: #ccc;
}
.dark .token.tag,
.dark .token.attr-name,
.dark .token.namespace,
.dark .token.deleted {
  color: #e2777a;
}
.dark .token.function-name {
  color: #6196cc;
}
.dark .token.boolean,
.dark .token.number,
.dark .token.function {
  color: #f08d49;
}
.dark .token.property,
.dark .token.class-name,
.dark .token.constant,
.dark .token.symbol {
  color: #f8c555;
}
.dark .token.selector,
.dark .token.important,
.dark .token.atrule,
.dark .token.keyword,
.dark .token.builtin {
  color: #cc99cd;
}
.dark .token.string,
.dark .token.char,
.dark .token.attr-value,
.dark .token.regex,
.dark .token.variable {
  color: #7ec699;
}
.dark .token.operator,
.dark .token.entity,
.dark .token.url {
  color: #67cdcc;
}
.dark .token.important,
.dark .token.bold {
  font-weight: bold;
}
.dark .token.italic {
  font-style: italic;
}
.dark .token.entity {
  cursor: help;
}
.dark .token.inserted {
  color: green;
}
.dark code[class*=language-],
.dark pre[class*=language-] {
  text-shadow: none;
}
.dark pre[class*=language-].line-numbers {
  padding-left: 4.8em;
}
.dark pre[class*=language-].line-numbers .line-numbers-rows > span:before {
  text-shadow: 0 0 0 black;
}
.configServiceTagList {
  display: flex;
  align-items: center;
}
.configServiceTagList__item {
  border: 2px solid var(--color-text-40);
  border-radius: 8px;
  color: var(--color-text-high);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  padding: 6px 7.5px;
  text-align: center;
}
.configServiceTagList__item + .configServiceTagList__item {
  margin-left: 8px;
}
.configServiceTagList__item.border-color-87 {
  border-color: var(--color-text-high);
}
.configServiceTagList__item.color-text-60,
.configServiceTagList__item.authorizationCode__item_inactive,
.primaryTable td.configServiceTagList__item.color-text-60,
.primaryTable td.configServiceTagList__item.authorizationCode__item_inactive,
.authorizationField .mask .configServiceTagList__item.mat-icon.color-text-60,
.authorizationField .mask .configServiceTagList__item.mat-icon.authorizationCode__item_inactive,
.configurationDefList dd p.configServiceTagList__item,
.authorizationField .mask .configurationDefList dd p.configServiceTagList__item.mat-icon,
.configurationDefList dd .authorizationField .mask p.configServiceTagList__item.mat-icon,
.menuList .menuList__content h4 + div.configServiceTagList__item,
.authorizationField .mask .menuList .menuList__content h4 + div.configServiceTagList__item.mat-icon,
.menuList .menuList__content .authorizationField .mask h4 + div.configServiceTagList__item.mat-icon {
  border-color: var(--color-text-medium);
}
.configServiceTagList__item--red {
  border-color: var(--color-error);
  color: var(--color-error);
}
.configServiceTagList__item--yellow {
  border-color: var(--color-warning);
  color: var(--color-warning);
}
.tagLabel {
  border-radius: 8px;
  padding: 4px 8px;
  color: var(--color-primary);
  background-color: var(--color-bg-label);
  display: inline-block;
  vertical-align: middle;
}
.tagLabel + .tagLabel {
  margin-left: 8px;
}
.tagLabel.color-text-60,
.tagLabel.authorizationCode__item_inactive,
.primaryTable td.tagLabel.color-text-60,
.primaryTable td.tagLabel.authorizationCode__item_inactive,
.authorizationField .mask .tagLabel.mat-icon.color-text-60,
.authorizationField .mask .tagLabel.mat-icon.authorizationCode__item_inactive,
.configurationDefList dd p.tagLabel,
.authorizationField .mask .configurationDefList dd p.tagLabel.mat-icon,
.configurationDefList dd .authorizationField .mask p.tagLabel.mat-icon,
.menuList .menuList__content h4 + div.tagLabel,
.authorizationField .mask .menuList .menuList__content h4 + div.tagLabel.mat-icon,
.menuList .menuList__content .authorizationField .mask h4 + div.tagLabel.mat-icon {
  color: var(--color-text-medium);
}
.tagLabel.plans-bg {
  background-color: rgba(22, 51, 255, 0.04);
}
.tagLabel.flex_center,
.openfactura .tagLabel.configuration-block_line,
body .mat-mdc-menu-panel .openfactura .tagLabel.mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.configuration-block_line,
.openfactura .personalizationContainer .tagLabel.toast,
.openfactura .personalizationContainer .tagLabel.blockScale__scale,
.openfactura .personalizationContainer .tagLabel.blockScale,
.openfactura .configWrapper .panelTemplates .tagLabel.wrap_img,
.openfactura .configWrapper .tableGrid .tagLabel.mat-mdc-button,
.tagLabel.confirmationComponent__title,
body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.confirmationComponent__title,
body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.flex_center,
.tagLabel.customMatAutocomplete__header,
.tagLabel.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.customMatAutocomplete__header,
body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.customMatAutocomplete__footer,
.tagLabel.customFieldInput__inner,
body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.customFieldInput__inner,
.tagLabel.dialogFullscreen__header-actions,
body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.dialogFullscreen__header-actions,
.tagLabel.listDoc__item_list,
body .mat-mdc-menu-panel .tagLabel.mat-mdc-menu-item.listDoc__item_list {
  display: flex;
  align-items: center;
}
.tagLabel.tagLabel-h24 {
  padding: 0 8px;
}
.planContentAsideWrap {
  width: 309px;
  margin-left: 16px;
  position: sticky;
  top: 0px;
  left: 0px;
}
.planContentAside {
  background: var(--color-surface);
  border-radius: 8px;
  padding: 16px;
}
.planContentAside .button_default,
.planContentAside .mat-mdc-button.button_default-border:not(:disabled),
.planContentAside .mat-mdc-button.button_default-lg,
.planContentAside .mat-mdc-button.button_default-sm {
  width: 100%;
}
.planContentAside .button_default .mdc-button__label,
.planContentAside .mat-mdc-button.button_default-border:not(:disabled) .mdc-button__label,
.planContentAside .mat-mdc-button.button_default-lg .mdc-button__label,
.planContentAside .mat-mdc-button.button_default-sm .mdc-button__label {
  justify-content: center;
}
.planContentAside + .planContentAside {
  margin-top: 16px;
}
.adicionales .planCounter__input {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 8px 16px;
  text-align: right;
  width: 90px;
  transition: 0.3s border-color;
}
.adicionales .planCounter__input:focus {
  outline: none;
  border: 1px solid var(--color-primary);
}
.adicionales .planCounter_btn.mat-mdc-icon-button {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #f5f5f5;
}
.plans-bg {
  background-color: var(--color-opacity-primary-4);
}
.configPlanTabs {
  border-radius: 8px;
  margin-bottom: 16px;
  background: var(--color-surface);
}
.configPlanTabs .mat-mdc-tab-header {
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--color-primary);
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab {
  flex: 1;
  opacity: 1;
  padding: 0 16px;
  text-align: left;
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab:first-child.mdc-tab--active,
.configPlanTabs .mat-mdc-tab-header .mdc-tab:last-child.mdc-tab--active {
  border-radius: 0;
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab.mdc-tab--active {
  border-radius: 8px 8px 0 0;
  background-color: var(--color-primary);
  color: #fff;
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #fff;
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab.mdc-tab--active + .mdc-tab {
  border-color: transparent;
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab + .mdc-tab {
  border-left: 1px solid var(--color-delimiter-light);
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab + .mdc-tab.mdc-tab--active {
  border-color: transparent;
}
.configPlanTabs .mat-mdc-tab-header .mdc-tab .mdc-tab__text-label {
  width: 100%;
  color: var(--color-text-medium);
  justify-content: flex-start;
  display: flex;
}
.configPlanTabs .mat-mdc-tab-body.mat-mdc-tab-body-active {
  border: 1px solid var(--color-primary);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.configPlanTabs .billingCycle {
  background-color: var(--color-opacity-primary-4);
}
.configPlanTabs .billingCycle_select {
  border-color: var(--color-primary);
  color: var(--color-text-medium);
}
.configPlanPanel.mat-expansion-panel {
  border-radius: 8px;
  border: 1px solid var(--color-delimiter-light);
  box-sizing: border-box;
  box-shadow: none;
  background-color: transparent;
}
.configPlanPanel.mat-expansion-panel + .configPlanPanel {
  margin-top: 20px;
}
.configPlanPanel.mat-expansion-panel.mat-expanded {
  border-color: transparent;
}
.configPlanPanel.mat-expansion-panel .mat-expansion-panel-header {
  height: 40px;
  padding: 0 16px;
  background-color: transparent;
}
.configPlanPanel.mat-expansion-panel .mat-expansion-panel-header-title {
  color: var(--color-text-medium);
  font-family: var(--second-font);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.configPlanPanel.mat-expansion-panel .mat-expansion-indicator {
  display: flex;
}
.configPlanPanel.mat-expansion-panel .mat-expansion-indicator::after {
  padding: 4px;
  color: var(--color-text-medium);
}
.configPlanPanel.mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}
.configPlanPanel.mat-expansion-panel .mat-expansion-panel-content {
  color: var(--color-text-high);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.47px;
}
.selectPlanBtn.button_default.mat-mdc-button,
.selectPlanBtn.mat-mdc-button.button_default-border:not(:disabled),
.selectPlanBtn.mat-mdc-button.button_default-lg,
.selectPlanBtn.mat-mdc-button.button_default-sm {
  width: 100%;
  border-radius: 0;
  background-color: var(--color-opacity-primary-4);
  color: var(--color-primary);
  transition: all 0.2s linear;
  padding-left: 20px;
  padding-right: 20px;
}
.selectPlanBtn.button_default.mat-mdc-button:hover,
.selectPlanBtn.mat-mdc-button.button_default-border:hover:not(:disabled),
.selectPlanBtn.mat-mdc-button.button_default-lg:hover,
.selectPlanBtn.mat-mdc-button.button_default-sm:hover {
  background-color: rgba(22, 51, 255, 0.6);
  color: #fff;
}
.selectPlanBtn.button_default.mat-mdc-button.selected,
.selectPlanBtn.mat-mdc-button.selected.button_default-border:not(:disabled),
.selectPlanBtn.mat-mdc-button.selected.button_default-lg,
.selectPlanBtn.mat-mdc-button.selected.button_default-sm {
  background: var(--state-success-80);
  color: #fff;
}
.selectPlanBtn.button_default.mat-mdc-button .mdc-button__label,
.selectPlanBtn.mat-mdc-button.button_default-border:not(:disabled) .mdc-button__label,
.selectPlanBtn.mat-mdc-button.button_default-lg .mdc-button__label,
.selectPlanBtn.mat-mdc-button.button_default-sm .mdc-button__label {
  display: block;
  width: 100%;
  text-align: right;
}
@media (max-width: 480px) {
  .planContentAsideWrap {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.tagsWrapper {
  padding-right: 48px;
  border: 1px solid var(--color-delimiter-light);
  border-radius: 8px;
  position: relative;
}
.tagsWrapper label {
  position: absolute;
  top: 50%;
  left: 11.25px;
  transform: scale(1) translateY(-50%);
  letter-spacing: 0;
  background-color: transparent;
  z-index: 0;
  transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tagsWrapper [matsuffix] {
  position: absolute;
  right: 4px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
}
.tagsWrapper .ng2-tag-input {
  border: none !important;
  padding: 9px 0 7px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  min-height: 56px !important;
}
.tagsWrapper .ng2-tag-input::-webkit-scrollbar {
  height: 0;
}
.tagsWrapper .ng2-tag-input::-webkit-scrollbar-track {
  background: transparent;
}
.tagsWrapper .ng2-tag-input .ng2-tags-container {
  flex-wrap: nowrap !important;
}
.tagsWrapper .ng2-tag-input__text-input {
  position: relative;
  top: 1px;
  width: 50px;
  padding: 0 0.75em !important;
  background: transparent;
  color: var(--color-text-high);
  caret-color: var(--color-text-high);
}
.tagsWrapper tag {
  top: 2px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 40px !important;
  margin: 0 0 0 8px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  color: var(--universal-color-black-text-87) !important;
  background-color: var(--tag-primary-bg) !important;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.tagsWrapper tag > div {
  padding: 0 12px !important;
}
.tagsWrapper tag delete-icon path {
  fill: var(--universal-color-black-text-60) !important;
  transition: color 225ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.tagsWrapper tag delete-icon:hover {
  transform: none !important;
}
.tagsWrapper tag delete-icon:hover path {
  fill: var(--universal-color-black-text-87) !important;
}
.tagsWrapper tag:first-child {
  margin-left: 0.75em !important;
}
.tagsWrapper tag:hover,
.tagsWrapper tag:active,
.tagsWrapper tag:focus {
  box-shadow: none !important;
  background-color: var(--tag-primary-bg-focus) !important;
}
.tagsWrapper tag:not(.readonly):not(.tag--editing):focus {
  box-shadow: none !important;
}
.tagsWrapper__floating-label label {
  top: -11px;
  left: 6px;
  padding: 0 6px;
  background-color: var(--color-sharp);
  transform: scale(0.75);
  transform-origin: left;
}
.tagsWrapper__left,
.tagsWrapper__right {
  position: absolute;
  top: 8px;
  bottom: 5px;
  width: 40px;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
  transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tagsWrapper__left::after,
.tagsWrapper__right::after {
  position: absolute;
  content: "";
  padding: 5px;
  vertical-align: middle;
  width: auto;
  height: auto;
  border-left: none;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: none;
  top: 50%;
}
.tagsWrapper__left.js-visible,
.tagsWrapper__right.js-visible {
  z-index: 3;
  opacity: 1;
}
.tagsWrapper__left {
  left: 0;
  background:
    linear-gradient(
      to right,
      var(--color-sharp) 71%,
      transparent);
}
.tagsWrapper__left::after {
  left: 40%;
  transform: translateY(-50%) rotate(135deg);
}
.tagsWrapper__right {
  right: 48px;
  background:
    linear-gradient(
      to left,
      var(--color-sharp) 71%,
      transparent);
}
.tagsWrapper__right::after {
  right: 40%;
  transform: translateY(-50%) rotate(-45deg);
}
.tagsWrapper:not(.tagsWrapper__floating-label) label {
  right: 0;
  padding-right: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#helpkit-popover--tuu.helpkit-popover {
  bottom: 144px;
}
#helpkit-popover--tuu.helpkit-popover-open {
  bottom: 56px;
  z-index: 9999999999 !important;
}
@media screen and (min-width: 601px) {
  #helpkit-popover--tuu {
    height: calc(100% - 120px);
  }
}
#helpkit-launcherButton--tuu {
  display: none;
}
#atlwdg-trigger {
  display: none;
}
.confirmationComponent {
  border-radius: 8px;
}
.confirmationComponent .mat-divider-horizontal {
  height: 1px;
  border-top: none;
  background-color: var(--universal-delimiter-black-12) !important;
}
.confirmationComponent-primary {
  border: 1px solid var(--color-menu-active-12);
  background-color: var(--verifying-bg);
}
.confirmationComponent-primary .confirmationComponent__content {
  color: var(--color-primary);
}
.confirmationComponent-warning {
  border: 1px solid var(--color-warning-12);
  background-color: var(--state-warning-2);
}
.confirmationComponent-warning .confirmationComponent__content {
  color: var(--state-warning);
}
.confirmationComponent-error {
  border: 1px solid var(--color-reject-12);
  background-color: var(--reject-bg);
}
.confirmationComponent-error .confirmationComponent__content {
  color: var(--color-error);
}
.confirmationComponent__title h2 {
  color: var(--universal-color-black-text-87);
  margin: 0;
}
.ayuda-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 1px;
  gap: 5px;
  border-radius: 16px;
  line-height: 32px;
  font-family: "Lato-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1px;
  color: var(--universal-white);
  background-color: var(--color-primary);
}
.ayuda-link::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 3px;
  height: 5px;
  width: 5px;
  background-color: var(--color-primary);
  z-index: -1;
}
.ayuda-link:hover {
  opacity: 0.8;
}
.ayuda-link .ayuda-link__mobile {
  display: none;
}
@media only screen and (max-width: 648px) {
  .ayuda-link {
    justify-content: center;
    height: 32px;
    width: 32px;
    padding-left: 0;
  }
  .ayuda-link span {
    text-indent: -9999px;
    overflow: hidden;
  }
  .ayuda-link .ayuda-link__desktop {
    display: none;
  }
  .ayuda-link .ayuda-link__mobile {
    position: relative;
    left: -2px;
    display: inline-flex;
  }
}
.toasts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1120;
}
.toasts-wrapper .toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 360px;
  max-width: 568px;
  min-height: 56px;
  margin: 4px 0;
  padding: 8px 24px;
  font-size: 14px;
  border-radius: 2px;
  color: #fff;
  cursor: default;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
}
.toasts-wrapper .toast > * {
  display: inline-flex;
}
.toasts-wrapper .toast a {
  cursor: pointer;
}
.toasts-wrapper .toast .toast-actions {
  display: inline-flex;
  align-items: center;
}
.toasts-wrapper .toast .action {
  padding: 0 24px;
}
.toasts-wrapper .toast .close {
  transition: background-color 0.4s ease;
}
.toasts-wrapper .toast .close:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.2s ease;
}
.toasts-wrapper .toast.success {
  background-color: #4caf50;
}
.toasts-wrapper .toast.error {
  background-color: #f44336;
}
.toasts-wrapper .toast.info {
  background-color: #2196f3;
}
.toasts-wrapper .toast.alert {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffc107;
}
.toasts-wrapper .toast.default {
  color: #fff;
  background-color: #323232;
}
.sDialog-full-screen-xml {
  max-width: 100vw !important;
}
.sDialog-full-screen-xml .mat-mdc-dialog-component-host {
  display: inline;
}
.sDialog-full-screen-xml .mat-mdc-dialog-container {
  padding: 0;
}
.sDialog-full-screen-xml .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.sDialog-full-screen-xml pre[class*=language-].line-numbers > code {
  position: static;
}
.sDialog-full-screen-xml .line-numbers .line-numbers-rows {
  left: 0;
}
.sDialog-full-screen-xml .mat-mdc-dialog-title {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: none;
  z-index: 2;
}
.sDialog-full-screen-xml .mat-mdc-dialog-title::before {
  display: none;
}
.sDialog-full-screen-xml .mat-mdc-dialog-title .box-shador-h {
  color: var(--color-text-high);
  background: var(--color-surface);
  box-shadow:
    0 4px 5px rgba(0, 0, 0, 0.14),
    0 1px 10px rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.sDialog-full-screen-xml .mat-mdc-dialog-title .s-nav:not(.docPdf__processing) {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  height: 72px;
  align-items: center;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.65),
      transparent);
  z-index: 3;
}
.sDialog-full-screen-xml .mat-mdc-dialog-title .s-nav:not(.docPdf__processing) .mat-select-value-text-xml {
  font-size: 20px;
  line-height: 28px;
}
.sDialog-full-screen-xml .mat-mdc-dialog-content {
  max-height: none;
  margin: 56px auto 0;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.sDialog-full-screen-xml .mat-mdc-dialog-content .docModal__body_xml {
  z-index: 1;
}
.sDialog-full-screen-xml .mat-mdc-dialog-content .docModal__body_xml .center-absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sDialog-full-screen-xml .mat-mdc-dialog-content .docModal__body_xml .prismContext pre[class*=language-] {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.sDialog-full-screen-doc {
  max-height: 100%;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
.sDialog-full-screen-doc .mat-mdc-dialog-component-host {
  display: inline;
  height: 100%;
}
.sDialog-full-screen-doc .mat-mdc-dialog-container {
  max-width: 100%;
  border-radius: 0;
  padding: 64px 0 0;
  height: 100%;
  overflow-y: auto;
  background-color: transparent;
}
.sDialog-full-screen-doc .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.sDialog-full-screen-doc .mat-mdc-dialog-title {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
}
.sDialog-full-screen-doc .mat-mdc-dialog-title::before {
  display: none;
}
.sDialog-full-screen-doc .mat-mdc-dialog-title .mat-icon {
  color: #fff;
}
.sDialog-full-screen-doc .mat-mdc-dialog-title .s-container-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.sDialog-full-screen-doc .s-nav:not(.docPdf__processing) {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  height: 72px;
  align-items: center;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.65),
      transparent);
  z-index: 3;
}
.sDialog-full-screen-doc .s-nav:not(.docPdf__processing) .mat-icon {
  color: #fff;
}
.sDialog-full-screen-doc .mat-mdc-dialog-content {
  max-height: 3000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 16px;
  z-index: 1;
  height: 100%;
}
.sDialog-full-screen-doc .mat-mdc-dialog-content .sAnnounce {
  min-height: 56px;
}
.s-nav.docPdf__processing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 64px);
}
.s-nav.docPdf__processing h1 {
  color: #fff;
}
.sDialog-full-screen-doc-bg {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1 !important;
}
.sDialog-no-full-screen-bg {
  background-color: rgb(0, 0, 0);
}
.docPdf {
  background-color: rgba(0, 0, 0, 0.8);
}
.docPdf .s-nav:not(.docPdf__processing) {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 72px;
  align-items: center;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.65),
      transparent);
  z-index: 3;
}
.docPdf .s-nav:not(.docPdf__processing) .mat-icon {
  color: #fff;
}
.docPdf .docModal__body {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 816px;
  z-index: 1;
}
.docPdf .docModal__body .sAnnounce {
  min-height: 56px;
}
.s-nav.docPdf__processing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 64px);
}
.s-nav.docPdf__processing h1 {
  color: #fff;
}
.pdfControls {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.pdfControls .mat-mdc-icon-button {
  height: 40px;
  width: 40px;
  min-width: 10px;
  padding: 0;
}
.pdfControls .mat-mdc-icon-button .mat-icon {
  color: #fff;
}
.pdfPagination {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.pdfPagination__page {
  display: inline-block;
  padding: 0 14px 0 10px;
}
.pdfPagination__number {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.dark .sDialog-full-screen-xml pre[class*=language-].line-numbers > code {
  position: static;
}
.mat-mdc-menu-item-submenu-trigger::after {
  color: var(--color-text-medium);
}
.dte__33 .h,
.dte__33 .hs,
.dte__34 .h,
.dte__34 .hs,
.dte__39 .h,
.dte__39 .hs,
.dte__41 .h,
.dte__41 .hs,
.dte__43 .h,
.dte__43 .hs,
.dte__46 .h,
.dte__46 .hs,
.dte__52 .h,
.dte__52 .hs,
.dte__56 .h,
.dte__56 .hs,
.dte__61 .h,
.dte__61 .hs,
.dte__66 .h,
.dte__66 .hs,
.dte__110 .h,
.dte__110 .hs,
.dte__111 .h,
.dte__111 .hs,
.dte__112 .h,
.dte__112 .hs,
.dte__801 .h,
.dte__801 .hs,
.dte__OF01 .h,
.dte__OF01 .hs {
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.dte__33 .h,
.dte__34 .h,
.dte__39 .h,
.dte__41 .h,
.dte__43 .h,
.dte__46 .h,
.dte__52 .h,
.dte__56 .h,
.dte__61 .h,
.dte__66 .h,
.dte__110 .h,
.dte__111 .h,
.dte__112 .h,
.dte__801 .h,
.dte__OF01 .h {
  fill: currentColor;
}
.dte__33 .hs,
.dte__34 .hs,
.dte__39 .hs,
.dte__41 .hs,
.dte__43 .hs,
.dte__46 .hs,
.dte__52 .hs,
.dte__56 .hs,
.dte__61 .hs,
.dte__66 .hs,
.dte__110 .hs,
.dte__111 .hs,
.dte__112 .hs,
.dte__801 .hs,
.dte__OF01 .hs {
  stroke: currentColor;
}
.stickedHeader.dte__33,
.stickedHeader__back.dte__33 {
  background-color: #ef5350;
}
.stickedHeader.dte__33 .mat-raised-button,
.stickedHeader__back.dte__33 .mat-raised-button {
  color: #ef5350;
}
.stickedHeader.dte__34,
.stickedHeader__back.dte__34 {
  background-color: #d32f2f;
}
.stickedHeader.dte__34 .mat-raised-button,
.stickedHeader__back.dte__34 .mat-raised-button {
  color: #d32f2f;
}
.stickedHeader.dte__39,
.stickedHeader__back.dte__39 {
  background-color: #fdd835;
}
.stickedHeader.dte__39 .mat-raised-button,
.stickedHeader__back.dte__39 .mat-raised-button {
  color: #fdd835;
}
.stickedHeader.dte__41,
.stickedHeader__back.dte__41 {
  background-color: #fbc02d;
}
.stickedHeader.dte__41 .mat-raised-button,
.stickedHeader__back.dte__41 .mat-raised-button {
  color: #fbc02d;
}
.stickedHeader.dte__43,
.stickedHeader__back.dte__43 {
  background-color: #673ab7;
}
.stickedHeader.dte__43 .mat-raised-button,
.stickedHeader__back.dte__43 .mat-raised-button {
  color: #673ab7;
}
.stickedHeader.dte__46,
.stickedHeader__back.dte__46 {
  background-color: #f44336;
}
.stickedHeader.dte__46 .mat-raised-button,
.stickedHeader__back.dte__46 .mat-raised-button {
  color: #f44336;
}
.stickedHeader.dte__52,
.stickedHeader__back.dte__52 {
  background-color: #4caf50;
}
.stickedHeader.dte__52 .mat-raised-button,
.stickedHeader__back.dte__52 .mat-raised-button {
  color: #4caf50;
}
.stickedHeader.dte__56,
.stickedHeader__back.dte__56 {
  background-color: #9e9e9e;
}
.stickedHeader.dte__56 .mat-raised-button,
.stickedHeader__back.dte__56 .mat-raised-button {
  color: #9e9e9e;
}
.stickedHeader.dte__61,
.stickedHeader__back.dte__61 {
  background-color: #607d8b;
}
.stickedHeader.dte__61 .mat-raised-button,
.stickedHeader__back.dte__61 .mat-raised-button {
  color: #607d8b;
}
.stickedHeader.dte__110,
.stickedHeader__back.dte__110 {
  background-color: #e53935;
}
.stickedHeader.dte__110 .mat-raised-button,
.stickedHeader__back.dte__110 .mat-raised-button {
  color: #e53935;
}
.stickedHeader.dte__111,
.stickedHeader__back.dte__111 {
  background-color: #616161;
}
.stickedHeader.dte__111 .mat-raised-button,
.stickedHeader__back.dte__111 .mat-raised-button {
  color: #616161;
}
.stickedHeader.dte__112,
.stickedHeader__back.dte__112 {
  background-color: #455a64;
}
.stickedHeader.dte__112 .mat-raised-button,
.stickedHeader__back.dte__112 .mat-raised-button {
  color: #455a64;
}
.stickedHeader.dte__801,
.stickedHeader__back.dte__801 {
  background-color: transparent;
}
.stickedHeader.dte__801 .mat-raised-button,
.stickedHeader__back.dte__801 .mat-raised-button {
  color: transparent;
}
.stickedHeader.dte__OF01,
.stickedHeader__back.dte__OF01 {
  background-color: #29b6f6;
}
.stickedHeader.dte__OF01 .mat-raised-button,
.stickedHeader__back.dte__OF01 .mat-raised-button {
  color: #29b6f6;
}
.stickedHeader.dte__66,
.stickedHeader__back.dte__66 {
  background-color: #e08e00;
}
.stickedHeader.dte__66 .mat-raised-button,
.stickedHeader__back.dte__66 .mat-raised-button {
  color: #e08e00;
}
.stickedHeader.dte__39 .s-nav__subtitle,
.stickedHeader.dte__39 .mat-mdc-icon-button,
.stickedHeader.dte__41 .s-nav__subtitle,
.stickedHeader.dte__41 .mat-mdc-icon-button,
.stickedHeader.dte__56 .s-nav__subtitle,
.stickedHeader.dte__56 .mat-mdc-icon-button,
.stickedHeader__back.dte__39 .s-nav__subtitle,
.stickedHeader__back.dte__39 .mat-mdc-icon-button,
.stickedHeader__back.dte__41 .s-nav__subtitle,
.stickedHeader__back.dte__41 .mat-mdc-icon-button,
.stickedHeader__back.dte__56 .s-nav__subtitle,
.stickedHeader__back.dte__56 .mat-mdc-icon-button {
  color: var(--universal-color-black-text-60);
}
.stickedHeader.dte__39 .s-nav__title .mat-select-value-text,
.stickedHeader.dte__41 .s-nav__title .mat-select-value-text,
.stickedHeader.dte__56 .s-nav__title .mat-select-value-text,
.stickedHeader__back.dte__39 .s-nav__title .mat-select-value-text,
.stickedHeader__back.dte__41 .s-nav__title .mat-select-value-text,
.stickedHeader__back.dte__56 .s-nav__title .mat-select-value-text {
  color: var(--universal-color-black-text-87);
}
.docModal__body-head.dte__33:after {
  background-color: #ef5350;
}
.docModal__body-head.dte__34:after {
  background-color: #d32f2f;
}
.docModal__body-head.dte__39:after {
  background-color: #fdd835;
}
.docModal__body-head.dte__41:after {
  background-color: #fbc02d;
}
.docModal__body-head.dte__43:after {
  background-color: #673ab7;
}
.docModal__body-head.dte__46:after {
  background-color: #f44336;
}
.docModal__body-head.dte__52:after {
  background-color: #4caf50;
}
.docModal__body-head.dte__56:after {
  background-color: #9e9e9e;
}
.docModal__body-head.dte__61:after {
  background-color: #607d8b;
}
.docModal__body-head.dte__110:after {
  background-color: #e53935;
}
.docModal__body-head.dte__111:after {
  background-color: #616161;
}
.docModal__body-head.dte__112:after {
  background-color: #455a64;
}
.docModal__body-head.dte__801:after {
  background-color: transparent;
}
.docModal__body-head.dte__OF01:after {
  background-color: #29b6f6;
}
.docModal__body-head.dte__66:after {
  background-color: #e08e00;
}
.docModal__body.dte__33 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__33 .panel.s-doc_fixed .panel__heading:after {
  background-color: #ef5350;
}
.docModal__body.dte__34 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__34 .panel.s-doc_fixed .panel__heading:after {
  background-color: #d32f2f;
}
.docModal__body.dte__39 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__39 .panel.s-doc_fixed .panel__heading:after {
  background-color: #fdd835;
}
.docModal__body.dte__41 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__41 .panel.s-doc_fixed .panel__heading:after {
  background-color: #fbc02d;
}
.docModal__body.dte__43 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__43 .panel.s-doc_fixed .panel__heading:after {
  background-color: #673ab7;
}
.docModal__body.dte__46 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__46 .panel.s-doc_fixed .panel__heading:after {
  background-color: #f44336;
}
.docModal__body.dte__52 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__52 .panel.s-doc_fixed .panel__heading:after {
  background-color: #4caf50;
}
.docModal__body.dte__56 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__56 .panel.s-doc_fixed .panel__heading:after {
  background-color: #9e9e9e;
}
.docModal__body.dte__61 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__61 .panel.s-doc_fixed .panel__heading:after {
  background-color: #607d8b;
}
.docModal__body.dte__110 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__110 .panel.s-doc_fixed .panel__heading:after {
  background-color: #e53935;
}
.docModal__body.dte__111 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__111 .panel.s-doc_fixed .panel__heading:after {
  background-color: #616161;
}
.docModal__body.dte__112 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__112 .panel.s-doc_fixed .panel__heading:after {
  background-color: #455a64;
}
.docModal__body.dte__801 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__801 .panel.s-doc_fixed .panel__heading:after {
  background-color: transparent;
}
.docModal__body.dte__OF01 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__OF01 .panel.s-doc_fixed .panel__heading:after {
  background-color: #29b6f6;
}
.docModal__body.dte__66 .panel.s-doc_fixed .panel__heading:before,
.docModal__body.dte__66 .panel.s-doc_fixed .panel__heading:after {
  background-color: #e08e00;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__33 {
  background-color: #ef5350;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__33 .mat-mdc-tab-list {
  background-color: #ef5350;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__34 {
  background-color: #d32f2f;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__39 {
  background-color: #fdd835;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__41 {
  background-color: #fbc02d;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__43 {
  background-color: #673ab7;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__46 {
  background-color: #f44336;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__52 {
  background-color: #4caf50;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__56 {
  background-color: #9e9e9e;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__56 .mat-mdc-tab-list {
  background-color: #9e9e9e;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__61 {
  background-color: #607d8b;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__61 .mat-mdc-tab-list {
  background-color: #607d8b;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__110 {
  background-color: #e53935;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__111 {
  background-color: #616161;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__112 {
  background-color: #455a64;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__801 {
  background-color: transparent;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__OF01 {
  background-color: #29b6f6;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__66 {
  background-color: #e08e00;
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__39 .s-action,
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__39 .mat-icon,
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__41 .s-action,
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__41 .mat-icon,
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__56 .s-action,
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__56 .mat-icon {
  color: var(--text-60);
}
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__39 .title,
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__41 .title,
.s-sidenav .mat-toolbar:not(.s-toolbar_search).dte__56 .title {
  color: var(--text-87);
}
.s-sidenav .mat-mdc-tab-group .mat-mdc-tab {
  color: var(--color-sharp) !important;
}
.s-sidenav .mat-mdc-tab-group .mat-ink-bar {
  background-color: var(--color-sharp);
}
.s-sidenav .mat-mdc-tab-group.dte__33 .mat-mdc-tab-list {
  background-color: #ef5350;
}
.s-sidenav .mat-mdc-tab-group.dte__34 .mat-mdc-tab-list {
  background-color: #d32f2f;
}
.s-sidenav .mat-mdc-tab-group.dte__39 .mat-mdc-tab-list {
  background-color: #fdd835;
}
.s-sidenav .mat-mdc-tab-group.dte__41 .mat-mdc-tab-list {
  background-color: #fbc02d;
}
.s-sidenav .mat-mdc-tab-group.dte__43 .mat-mdc-tab-list {
  background-color: #673ab7;
}
.s-sidenav .mat-mdc-tab-group.dte__46 .mat-mdc-tab-list {
  background-color: #f44336;
}
.s-sidenav .mat-mdc-tab-group.dte__52 .mat-mdc-tab-list {
  background-color: #4caf50;
}
.s-sidenav .mat-mdc-tab-group.dte__56 .mat-mdc-tab-list {
  background-color: #9e9e9e;
}
.s-sidenav .mat-mdc-tab-group.dte__61 .mat-mdc-tab-list {
  background-color: #607d8b;
}
.s-sidenav .mat-mdc-tab-group.dte__110 .mat-mdc-tab-list {
  background-color: #e53935;
}
.s-sidenav .mat-mdc-tab-group.dte__111 .mat-mdc-tab-list {
  background-color: #616161;
}
.s-sidenav .mat-mdc-tab-group.dte__112 .mat-mdc-tab-list {
  background-color: #455a64;
}
.s-sidenav .mat-mdc-tab-group.dte__801 .mat-mdc-tab-list {
  background-color: transparent;
}
.s-sidenav .mat-mdc-tab-group.dte__OF01 .mat-mdc-tab-list {
  background-color: #29b6f6;
}
.s-sidenav .mat-mdc-tab-group.dte__66 .mat-mdc-tab-list {
  background-color: #e08e00;
}
.s-sidenav .mat-mdc-tab-group.dte__39 .mat-mdc-tab,
.s-sidenav .mat-mdc-tab-group.dte__41 .mat-mdc-tab,
.s-sidenav .mat-mdc-tab-group.dte__56 .mat-mdc-tab {
  color: var(--text-87) !important;
}
.dteC_35 {
  color: #fffde7;
}
.dteC_38 {
  color: #fff9c4;
}
.dteC_39 {
  color: #fdd835;
}
.dteC_41 {
  color: #fbc02d;
}
.dteC_47 {
  color: #fff59d;
}
.dteC_48 {
  color: #fff176;
}
.dteC_105 {
  color: #ffcc80;
}
.dteC_906 {
  color: #ffecb3;
}
.dteC_919 {
  color: #ffe0b2;
}
.dteC_920 {
  color: #ffff8d;
}
.dteC_922 {
  color: #ffe57f;
}
.dteC_924 {
  color: #ffd180;
}
.dteC_29 {
  color: #ffebee;
}
.dteC_30 {
  color: #ffcdd2;
}
.dteC_32 {
  color: #ef9a9a;
}
.dteC_33 {
  color: #ef5350;
}
.dteC_34 {
  color: #d32f2f;
}
.dteC_45 {
  color: #e57373;
}
.dteC_46 {
  color: #f44336;
}
.dteC_101 {
  color: #fce4ec;
}
.dteC_102 {
  color: #f8bbd0;
}
.dteC_108 {
  color: #f48fb1;
}
.dteC_109 {
  color: #f06292;
}
.dteC_110 {
  color: #e53935;
}
.dteC_901 {
  color: #ff8a80;
}
.dteC_904 {
  color: #ff5252;
}
.dteC_905 {
  color: #ff80ab;
}
.dteC_907 {
  color: #ec407a;
}
.dteC_909 {
  color: #d81b60;
}
.dteC_66 {
  color: #e08e00;
}
.dteBg_35 {
  background-color: #fffde7;
}
.dteBg_38 {
  background-color: #fff9c4;
}
.dteBg_39 {
  background-color: #fdd835;
}
.dteBg_41 {
  background-color: #fbc02d;
}
.dteBg_43 {
  background-color: #673ab7;
}
.dteBg_47 {
  background-color: #fff59d;
}
.dteBg_48 {
  background-color: #fff176;
}
.dteBg_105 {
  background-color: #ffcc80;
}
.dteBg_906 {
  background-color: #ffecb3;
}
.dteBg_919 {
  background-color: #ffe0b2;
}
.dteBg_920 {
  background-color: #ffff8d;
}
.dteBg_922 {
  background-color: #ffe57f;
}
.dteBg_924 {
  background-color: #ffd180;
}
.dteBg_29 {
  background-color: #ffebee;
}
.dteBg_30 {
  background-color: #ffcdd2;
}
.dteBg_32 {
  background-color: #ef9a9a;
}
.dteBg_33 {
  background-color: #ef5350;
}
.dteBg_34 {
  background-color: #d32f2f;
}
.dteBg_45 {
  background-color: #e57373;
}
.dteBg_46 {
  background-color: #f44336;
}
.dteBg_101 {
  background-color: #fce4ec;
}
.dteBg_102 {
  background-color: #f8bbd0;
}
.dteBg_108 {
  background-color: #f48fb1;
}
.dteBg_109 {
  background-color: #f06292;
}
.dteBg_110 {
  background-color: #e53935;
}
.dteBg_901 {
  background-color: #ff8a80;
}
.dteBg_904 {
  background-color: #ff5252;
}
.dteBg_905 {
  background-color: #ff80ab;
}
.dteBg_907 {
  background-color: #ec407a;
}
.dteBg_909 {
  background-color: #d81b60;
}
.dteBg_52 {
  background-color: #4caf50;
}
.dteBg_66 {
  background-color: #e08e00;
}
.docModal {
  display: none;
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow-y: hidden;
  background-color: var(--color-background);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.docModal.active {
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
.docModal.visible {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.docModal.hidden {
  display: none;
}
.docModal.disable-hover .docModal__body-card {
  pointer-events: none !important;
}
.docModal.disable-hover .docModal__body-card * {
  pointer-events: none !important;
}
.docModal .s-container-f {
  max-width: 1280px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.docModal .docModal__body {
  height: calc(100% - 64px);
}
.docModal__body {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: transparent;
}
.docModal__body .js-docScrollable {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.docModal__body-card {
  position: relative;
  max-width: 1280px;
  margin: 1px auto;
  border-radius: 2px;
  z-index: 101;
}
.docModal__body-card .docModay__body-card_inner {
  max-width: 1072px;
  margin: 0 auto;
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12),
    0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--color-sharp);
  font-size: 15px;
  border-radius: 8px;
}
.docModal__body-card .docTag .docTag__inner {
  border-color: #ff4a4a;
}
.docModal__body-card .docTag .docTag__inner > * {
  color: #ff4a4a;
}
.docModal__body-card .docTag .docTag__sub {
  color: #ff4a4a;
}
.docModal__body-head {
  position: relative;
  padding: 24px;
}
.docModal__body-head::after {
  content: "";
  position: absolute;
  left: -2000px;
  right: -2000px;
  top: -1px;
  bottom: -1px;
  z-index: -1;
}
.stickedHeader__back {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 56px;
}
.stickedHeader {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  height: 64px;
  z-index: 1;
}
.stickedHeader.contrast .s-nav__subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.stickedHeader.contrast .mat-mdc-icon-button {
  color: rgba(0, 0, 0, 0.6);
}
.stickedHeader .mat-mdc-icon-button {
  color: rgba(255, 255, 255, 0.7);
}
.stickedHeader .mat-mdc-icon-button .white-svg-icon {
  color: var(--universal-color-white-text-60);
}
.stickedHeader .flex_start_center {
  margin-left: 16px;
}
.stickedHeader .flex_end_center,
.stickedHeader .dialogFooter,
.stickedHeader .dialogDatepicker__footer {
  margin-right: 16px;
}
.stickedHeader .stickedHeader__emitir {
  margin-left: 16px;
  margin-right: 24px;
}
.stickedHeader__menu {
  margin-left: 24px;
}
.s-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 64px;
}
.s-nav .mat-mdc-raised-button {
  margin: 0 16px;
}
.s-nav__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.s-nav__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.s-nav__right.muted-actions .mat-mdc-icon-button {
  opacity: 0.7;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.s-nav__right.muted-actions .mat-mdc-icon-button:hover {
  opacity: 1;
}
.s-nav__title {
  display: inline-block;
  min-width: 200px;
  margin: 0 32px 0 16px;
}
.s-nav__title .s-select_no-border {
  min-width: 240px;
}
.s-nav__title .mat-select-value-text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.s-nav__subtitle {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.companyInfo {
  display: flex;
  justify-content: space-between;
}
.companyInfo__main {
  width: calc(100% - 320px);
}
.companyInfo__main .uploadBlock {
  float: left;
  width: 150px;
  text-align: center;
}
.companyInfo__main_first-block,
.companyInfo__main_second-block {
  padding-right: 24px;
}
.companyInfo__main_first-block:after {
  clear: both;
}
.companyInfo__main_second-block {
  margin-left: 176px;
}
.companyInfo__main_second-block .subheader {
  height: 32px;
  line-height: 32px;
}
.companyInfo__main_second-block .subheader span + span {
  margin-left: 12px;
}
.companyInfo__main_second-block h2.subheader {
  white-space: nowrap;
}
.companyInfo__details {
  margin-left: 176px;
}
.companyInfo__details .title {
  margin-bottom: 8px;
}
.companyInfo__details div.subheader,
.companyInfo__details h2.subheader {
  height: 32px;
  line-height: 32px;
}
.companyInfo__details h2.subheader {
  display: flex;
  flex-wrap: wrap;
}
.companyInfo__details h2.subheader span + span {
  margin-left: 12px;
}
.companyInfo__details div.subheader {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.companyInfo__details .mat-mdc-select-value {
  line-height: 32px;
}
.docTag {
  line-height: 16px;
}
.docTag__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  width: 320px;
  font-size: 15px;
  border: 3px solid #ff4a4a;
  text-align: center;
}
.docTag__inner > * {
  margin: 4px 0;
}
.docTag__sub {
  margin-top: 11px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
.docFab__wrapper {
  position: absolute;
  left: auto;
  height: 56px;
  width: 56px;
  margin-left: 25px;
  z-index: 22;
}
.docFab__wrapper.docFab__wrapper-boleta {
  top: 151px;
}
.docFab__wrapper.docFab__wrapper-factura {
  top: 176px;
}
.docFab__wrapper.fix-button {
  position: fixed;
}
@media only screen and (min-width: 1081px) {
  .docFab__wrapper.fix-button {
    top: 91px !important;
  }
}
.safari-e-doc-fix .docModal__body {
  overflow: visible !important;
}
.safari-e-doc-fix .docModal__body > .mat-drawer-content {
  overflow-y: visible !important;
}
@media screen and (max-width: 1080px) {
  .docModal__body-card .docModay__body-card_inner {
    max-width: none;
    border-radius: 0;
  }
  .docModal__body-head {
    padding-top: 48px;
  }
  .companyInfo__main {
    width: calc(100% - 340px);
  }
  .companyInfo__main .uploadBlock {
    float: none;
    width: 150px;
  }
  .companyInfo__main_second-block {
    margin-left: 0;
  }
  .companyInfo__details {
    margin-left: 0;
    margin-top: 24px;
  }
  .companyInfo__sub {
    position: absolute;
    right: 24px;
  }
  .docFab__wrapper {
    position: fixed;
    right: 24px;
    top: 81px !important;
  }
}
@media screen and (max-width: 767px) {
  .dtlCustomOrdering .dtlCustomOrdering__order-1 {
    order: 1;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-2 {
    order: 2;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-3 {
    order: 3;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-4 {
    order: 4;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-5 {
    order: 5;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-6 {
    order: 6;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-7 {
    order: 7;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-8 {
    order: 8;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-9 {
    order: 9;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-10 {
    order: 10;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-11 {
    order: 11;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-12 {
    order: 12;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-13 {
    order: 13;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-14 {
    order: 14;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-15 {
    order: 15 !important;
  }
  .dtlCustomOrdering .dtlCustomOrdering__order-16 {
    order: 16 !important;
  }
  .s-nav__title {
    margin: 0 8px;
  }
  .companyInfo {
    flex-direction: column;
  }
  .companyInfo__main {
    order: 2;
    width: 100%;
  }
  .companyInfo__main .title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .companyInfo__main .subheader {
    font-size: 12px !important;
  }
  .companyInfo__main h2.subheader {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
  }
  .companyInfo__main_first-block,
  .companyInfo__main_second-block {
    padding: 0;
  }
  .stickedHeader__menu {
    margin-left: 0;
  }
  .stickedHeader .stickedHeader__emitir {
    margin: 0 16px;
  }
  .s-nav__title {
    min-width: 0;
  }
  .s-nav__title .mat-select-value-text {
    font-size: 12px;
    white-space: normal;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .docModal__body-head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .docModal__body-card {
    margin-bottom: 0;
  }
  .docFab__wrapper {
    right: 16px;
  }
  .docModal .panel .p-x-24 {
    padding: 0 16px;
  }
  .stickedHeader .flex_start_center {
    margin-left: 8px;
  }
  .stickedHeader .flex_end_center,
  .stickedHeader .dialogFooter,
  .stickedHeader .dialogDatepicker__footer {
    margin-right: 8px;
  }
  .stickedHeader .stickedHeader__emitir {
    margin: 0 8px;
  }
}
@media screen and (max-width: 540px) {
  .companyInfo__sub {
    width: 100%;
    position: static;
    margin-bottom: 32px;
  }
  .docTag__inner {
    width: 100%;
  }
  .stickedHeader .flex_start_center {
    margin-left: 0;
  }
  .stickedHeader .flex_end_center,
  .stickedHeader .dialogFooter,
  .stickedHeader .dialogDatepicker__footer {
    margin-right: 0;
  }
  .stickedHeader__emitir {
    margin: 0 4px;
  }
}
.stamp {
  position: relative;
  width: 320px;
  max-width: 320px;
  min-height: 104px;
}
.stamp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.stamp p {
  position: relative;
  margin: 0;
  font-size: 15px;
  color: #fc3406;
  text-align: center;
  z-index: 1;
}
.stamp p.bold {
  font-family: "Circular Bold", sans-serif;
  font-weight: 700;
}
.stamp p.pr_90 {
  padding-right: 90px;
}
.stamp p + p {
  margin-top: 4px;
}
.docsListV2 {
  padding: 8px 0;
  background-color: var(--color-surface);
  border-radius: 8px;
  color: var(--color-text-high);
}
.wrapper__docsHeader {
  position: relative;
}
.pageInner_flex-column.docPreview .tabsWrapper {
  width: 360px;
}
.pageInner_flex-column.docPreview .tabsWrapper.minimized .filtersLine .searchBox {
  min-width: auto;
}
.docsContent__wrapper {
  display: flex;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
}
.docsContent__wrapper.docPreview {
  display: flex !important;
  height: 100%;
}
.docsContent__wrapper.docPreview .pageHeading {
  margin-bottom: 0;
}
.docsContent__wrapper.docPreview .docsContent {
  max-width: 360px;
  min-width: 315px;
}
.tabsV2.condensed .mdc-tab {
  padding: 0 16px;
  min-width: auto;
}
.tabsV2 .mdc-tab {
  font-family: var(--second-font);
  font-size: 14px;
  color: var(--color-text-medium);
  text-transform: uppercase;
  opacity: 1;
}
.tabsV2 .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: var(--color-primary);
}
.tabsV2 .mat-mdc-tab-body-wrapper {
  height: calc(100% - 49px);
}
.docsContent {
  display: flex;
  flex-direction: column;
  position: relative;
}
.docsContent.scrollable-v {
  overflow-y: auto;
}
.docsContent .scrollable-v {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.docsContent header {
  flex-shrink: 0;
}
.docsContent .docsHead__wrapper {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}
.docsContent .docsHead__wrapper .mat-mdc-checkbox {
  padding: 10px 0 10px 10px;
}
.docsContent .docMenu {
  color: var(--color-icon-doc-view);
}
.docsContent button:disabled {
  color: var(--color-text-40);
}
.docsContent .docsActions {
  display: inline-block;
}
.docsContent .docsPagination {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  color: var(--color-text-medium);
}
.docsContent .docsPagination .docsPagination__text {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}
.docsContent > :not(app-docs-header):not(.docsHeader):not(.tabsWrapper) {
  height: 100%;
  overflow-y: auto;
}
.docsHead__subinfo {
  padding: 16px;
}
.docView {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  max-width: 100%;
  flex-grow: 1;
}
.docView__footer {
  flex-shrink: 0;
  border-radius: 0 0 8px 8px;
  background-color: var(--color-background-secondary);
}
@media screen and (min-width: 1440px) {
  .docView.padding-x-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .docView.padding-x-md {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.docView .spacer {
  flex: 1 1 auto;
}
.docView .docsHead__wrapper {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  border-radius: 8px 8px 0 0;
  background-color: var(--color-surface);
}
.docView .docsHead__wrapper .mat-mdc-icon-button {
  color: var(--color-icon-doc-view);
}
.docView .docsHead__wrapper .mat-mdc-icon-button .icon-svg {
  color: var(--color-icon-doc-view);
}
.docView .docsHead__wrapper .mat-mdc-icon-button[disabled] .pdf {
  opacity: 0.38;
}
.docView .docsHead__wrapper .mat-mdc-icon-button .pdf {
  opacity: 0.54;
}
.docView .docsHead__wrapper .mat-mdc-icon-button + .mat-mdc-icon-button {
  margin-left: 8px;
}
.docView .docsHead__wrapper mat-divider {
  height: 24px;
  border-color: var(--color-delimiter-light);
}
.docView .docsHead__wrapper .divider {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-delimiter-light);
  margin: 0 8px;
}
.docView .docsHead__wrapper app-registry-info-view {
  margin-left: auto;
}
.infoRegistration {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}
.infoRegistration .mat-mdc-button.btnOutlined {
  padding: 0 8px;
  border: 1px solid var(--color-text-40);
  line-height: 20px;
  border-radius: 2px;
  font-size: 12px;
  color: var(--color-text-medium);
  text-transform: initial;
  font-family: "Lato", sans-serif;
}
.infoRegistration__link {
  height: 20px;
  font-size: 14px;
  color: var(--color-primary);
  text-decoration: none;
}
.docView__body {
  height: 100%;
  overflow: hidden;
  background-color: var(--color-opacity-background-4);
  display: flex;
  flex-direction: column;
  border-radius: 0 0 8px 8px;
}
.docView__body .mat-mdc-progress-spinner {
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.docView__body .icon_visibility_off {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  height: 112px;
  font-size: 55px;
  color: var(--color-text-medium);
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-background);
  transform: translate(-50%, -50%);
}
.docView__body .lineFooter {
  margin: 0;
}
.docView__body-container {
  padding: 8px 0;
  overflow-y: auto;
  height: 100%;
}
.docView__body-container .pdfViewer {
  padding-top: 2px;
  padding-bottom: 2px;
}
.docView__body-container .pdfViewer .page {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.24);
}
.docView__body-container .pdfViewer .page::before,
.docView__body-container .pdfViewer .page::after {
  position: absolute;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.docView__body-container .pdfViewer .page::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition-delay: 100ms;
}
.docView__body-container .pdfViewer .page::after {
  content: "Ampliar";
  left: 50%;
  top: 50%;
  padding: 10px 16px;
  min-width: 96px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font: 14px/16px "Circular Medium", sans-serif;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.docView__body-container .pdfViewer .page:hover::before,
.docView__body-container .pdfViewer .page:hover::after {
  position: absolute;
  opacity: 1;
}
.docView__body-container .pdfViewer .page,
.docView__body-container .pdfViewer .canvasWrapper {
  border-radius: 4px;
}
.lineFooter {
  flex-shrink: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px;
  border-radius: 0 0 8px 8px;
  background-color: var(--color-surface);
}
.lineFooter button {
  margin-left: 4px;
  margin-right: 4px;
}
.lineFooter button + button {
  margin-left: 8px;
}
.lineFooter button:first-child {
  margin-left: 0;
}
.lineFooter button:last-child {
  margin-right: 0;
}
.hasDocPreview .listItem.doc-opened {
  background-color: var(--color-menu-active-bg);
}
.hasDocPreview .docV2.opened,
.hasDocPreview .docV2.doc-opened {
  background-color: var(--color-menu-active-bg);
}
.docV2 {
  position: relative;
  height: 60px;
  font-family: Roboto, var(--second-font);
  font-size: 15px;
  padding-left: 72px;
  cursor: pointer;
}
.docV2:nth-child(even) {
  background-color: var(--color-background-lighten);
}
.docV2 .circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.12);
}
.docV2 .circle.red {
  background-color: var(--color-red-600);
  color: #ffffff;
}
.docV2 .circle p {
  margin: 0;
}
.docV2 .circle.sm {
  height: 24px;
  width: 24px;
}
.docV2 .circle.sm .mat-icon {
  height: 14px;
  width: 14px;
  font-size: 14px;
  color: #fff;
}
.docV2 .docCheckV2 {
  position: absolute;
  top: 50%;
  left: 16px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
}
.docV2 .docCheckV2 .mdc-checkbox__background {
  border-color: var(--color-icon-sharp);
  background-color: var(--color-icon-sharp);
}
.docV2 .docCheckV2 .mdc-form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.docV2 .docCheckV2 .mat-mdc-checkbox {
  display: none;
  height: 100%;
  width: 100%;
}
.docV2 .docCheckV2 .mat-mdc-checkbox img {
  display: inline-block;
}
.docV2 .docCheckV2 .mat-mdc-checkbox.force-state {
  display: inline-block;
}
.docV2 .docCheckV2.isChecked .mat-mdc-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.docV2 .docCheckV2.isChecked img,
.docV2 .docCheckV2.isChecked .circle {
  display: none;
}
.docV2:hover {
  background-color: var(--color-background-dim);
}
.docV2 header {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.docV2:not(.active) .docCheckV2:hover .mat-mdc-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.docV2:not(.active) .docCheckV2:hover .circle {
  display: none;
}
.docV2.docV2-sm {
  height: 48px;
}
.docV2.docV2-sm .docCheckV2 {
  height: 32px;
  width: 32px;
}
.docV2__org-title {
  display: flex;
  align-items: center;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.docV2__right {
  display: inline-flex;
  flex-shrink: 0;
}
.docV2__right .sm {
  padding-left: 8px;
  font-size: 13px;
}
.docV2__right .doc__2-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 16px;
  text-align: right;
}
.docV2__right .doc__2-lines .text_muted {
  font-size: 13px;
  line-height: 15px;
}
.docV2__right .doc__amount {
  display: inline-flex;
  width: 128px;
  padding: 0 12px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.docV2__right .doc__tag,
.docV2__right .doc__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
}
.docV2__right .doc__date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 88px;
  padding-right: 24px;
  padding-left: 12px;
  white-space: nowrap;
}
.docPreview .docV2,
.ofSidenav .docV2,
.docsListAtSidebar .docV2 {
  height: auto;
  min-height: 104px;
  padding-left: 72px;
}
.docPreview .docV2 header,
.ofSidenav .docV2 header,
.docsListAtSidebar .docV2 header {
  display: none;
}
.docPreview .docV2 .docCheckV2,
.ofSidenav .docV2 .docCheckV2,
.docsListAtSidebar .docV2 .docCheckV2 {
  top: 16px;
  transform: none;
}
.docPreview .docV2 .docCheckV2 .circle,
.ofSidenav .docV2 .docCheckV2 .circle,
.docsListAtSidebar .docV2 .docCheckV2 .circle {
  height: 30px;
  width: 30px;
}
.docPreview .docV2 .docV2__org-title,
.ofSidenav .docV2 .docV2__org-title,
.docsListAtSidebar .docV2 .docV2__org-title {
  display: block;
}
.docPreview .docV2 .docV2-minimized,
.ofSidenav .docV2 .docV2-minimized,
.docsListAtSidebar .docV2 .docV2-minimized {
  padding: 14px 16px 8px 0;
  line-height: 20px;
}
.docPreview .docV2 .docV2-minimized .text-muted,
.ofSidenav .docV2 .docV2-minimized .text-muted,
.docsListAtSidebar .docV2 .docV2-minimized .text-muted {
  color: var(--color-text-medium);
  line-height: 20px;
}
.docPreview .docV2 .docV2-minimized .sm,
.ofSidenav .docV2 .docV2-minimized .sm,
.docsListAtSidebar .docV2 .docV2-minimized .sm {
  white-space: nowrap;
}
.docPreview .docV2 .docV2-minimized > div,
.ofSidenav .docV2 .docV2-minimized > div,
.docsListAtSidebar .docV2 .docV2-minimized > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.docPreview .docV2 .docV2-minimized .docV2__org-title,
.ofSidenav .docV2 .docV2-minimized .docV2__org-title,
.docsListAtSidebar .docV2 .docV2-minimized .docV2__org-title {
  padding-right: 16px;
  line-height: 18px;
}
.docPreview .docV2 .docV2-minimized .doc__date,
.ofSidenav .docV2 .docV2-minimized .doc__date,
.docsListAtSidebar .docV2 .docV2-minimized .doc__date {
  flex-shrink: 0;
}
.docPreview .docV2 .docV2-minimized .doc__icon,
.ofSidenav .docV2 .docV2-minimized .doc__icon,
.docsListAtSidebar .docV2 .docV2-minimized .doc__icon {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.docPreview .docV2 .docV2-minimized .doc__icon i,
.ofSidenav .docV2 .docV2-minimized .doc__icon i,
.docsListAtSidebar .docV2 .docV2-minimized .doc__icon i {
  margin-left: 4px;
}
.docPreview .docV2 .docV2-minimized .doc__tag,
.ofSidenav .docV2 .docV2-minimized .doc__tag,
.docsListAtSidebar .docV2 .docV2-minimized .doc__tag {
  display: flex;
}
.docPreview .docV2 + .docV2::before,
.ofSidenav .docV2 + .docV2::before,
.docsListAtSidebar .docV2 + .docV2::before {
  left: 16px;
}
.docIcons {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
}
.docIcons .doc__tag {
  height: 24px;
}
.docsListAtSidebar .docV2 .docCheckV2:hover .circle {
  display: flex;
}
.hasDocPreview .docPreview {
  min-height: 55vh;
}
.doc {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.doc .doc-back {
  display: none;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #fff;
  cursor: pointer;
}
.doc.detailed .doc-back {
  display: flex;
}
.doc.detailed.book .state-details.book {
  display: block;
}
.doc.detailed.accuse .state-details.accuse {
  display: block;
}
.doc.detailed.references .doc__details-list {
  display: block;
}
.doc.detailed .doc__info-states {
  display: none;
}
.doc.sticked-header,
.doc.sticked-footer {
  transition: margin-top 0s ease, margin-bottom 0s ease !important;
}
.doc:not(.active) .doc__check:hover .mat-mdc-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.doc:not(.active) .doc__check:hover img,
.doc:not(.active) .doc__check:hover .circle {
  display: none;
}
.doc.checked .doc-header {
  background-color: #f2f8ff;
}
.doc-header,
.doc__footer {
  position: relative;
}
.doc-header.sticked,
.doc__footer.sticked {
  position: fixed;
}
.doc-header {
  z-index: 4;
}
.doc-header:hover {
  background-color: #f7f7f7;
}
.doc-header:hover .doc-back {
  background-color: #f7f7f7;
}
.doc-header .doc__right .doc__icon {
  width: 48px;
}
.doc-header.sticked {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
.doc-header.sticked.sticked-to-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: none;
}
.doc__header-main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  flex-shrink: 0;
}
.doc__header-main .circle {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.doc__header-main .circle .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.doc__header-main .circle p {
  margin: 0;
}
.doc__header-main .circle.sm {
  height: 24px;
  width: 24px;
}
.doc__header-main .circle.sm .mat-icon {
  height: 14px;
  width: 14px;
  font-size: 14px;
  color: #fff;
}
.doc__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  min-height: 80px;
  box-shadow: inset 0 1px 0 #dcdcdc;
  background-color: #f5f5f5;
  z-index: 3;
}
.doc__footer .action-primary {
  font-family: var(--second-font);
}
.doc__footer .btn {
  text-transform: inherit;
  background-color: transparent;
  transition: all 0.3s ease;
}
.doc__footer .btn:hover {
  box-shadow: none;
  color: #2196f3;
  border-color: #2196f3;
  transition: all 0.3s ease;
}
.doc__footer.sticked {
  bottom: 0;
}
.doc__footer.sticked.sticked-to-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
}
.doc__left {
  overflow: hidden;
  align-items: center !important;
}
.doc__left,
.doc__right {
  display: inline-flex;
  align-items: stretch;
}
.doc__left > *,
.doc__right > * {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
}
.doc__left > * .text_muted,
.doc__right > * .text_muted {
  display: block;
}
.doc__left > *:last-child,
.doc__right > *:last-child {
  padding-right: 8px;
}
.doc__left .doc__org-title,
.doc__left .doc__type,
.doc__left .doc__number,
.doc__left .doc__amount,
.doc__left .doc__main-info,
.doc__left .doc__total-iva,
.doc__right .doc__org-title,
.doc__right .doc__type,
.doc__right .doc__number,
.doc__right .doc__amount,
.doc__right .doc__main-info,
.doc__right .doc__total-iva {
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, var(--second-font);
  font-weight: 400;
}
.doc__left .doc__total-iva,
.doc__right .doc__total-iva {
  padding-right: 0;
}
.doc__left .doc__total-iva + .doc__2-lines,
.doc__right .doc__total-iva + .doc__2-lines {
  padding-left: 4px;
}
.doc__left .doc__purchase-type,
.doc__right .doc__purchase-type {
  display: inline-flex;
  align-items: flex-start;
  max-width: 176px;
}
.doc__left .doc__purchase-type a,
.doc__left .doc__purchase-type p,
.doc__right .doc__purchase-type a,
.doc__right .doc__purchase-type p {
  font: 500 12px/18px "Circular Medium", sans-serif;
  margin: 14px 0;
}
.doc__left .doc__purchase-type a,
.doc__right .doc__purchase-type a {
  color: var(--color-primary);
  text-decoration: none;
}
.doc__left .doc__purchase-type a:hover,
.doc__right .doc__purchase-type a:hover {
  text-decoration: underline;
}
.doc__left .doc__state,
.doc__right .doc__state {
  width: 4px;
  align-items: stretch;
  padding: 0;
  flex-shrink: 0;
}
.doc__left .doc__state.blue,
.doc__right .doc__state.blue {
  background-color: #1e88e5;
}
.doc__left .doc__state.green,
.doc__right .doc__state.green {
  background-color: #4caf50;
}
.doc__left .doc__state.yellow,
.doc__right .doc__state.yellow {
  background-color: #f9a825;
}
.doc__left .doc__check,
.doc__left .doc__img,
.doc__left .doc__close,
.doc__right .doc__check,
.doc__right .doc__img,
.doc__right .doc__close {
  width: 72px;
  justify-content: center;
  align-items: center;
}
.doc__left .doc__check,
.doc__left .doc__img,
.doc__right .doc__check,
.doc__right .doc__img {
  flex-shrink: 0;
}
.doc__left .doc__check img,
.doc__left .doc__img img,
.doc__right .doc__check img,
.doc__right .doc__img img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
  overflow: hidden;
}
.doc__left .doc__check .mat-mdc-checkbox,
.doc__right .doc__check .mat-mdc-checkbox {
  display: none;
  padding: 5px;
}
.doc__left .doc__check .mat-mdc-checkbox img,
.doc__right .doc__check .mat-mdc-checkbox img {
  display: inline-block;
}
.doc__left .doc__check .mat-mdc-checkbox.force-state,
.doc__right .doc__check .mat-mdc-checkbox.force-state {
  display: inline-block;
}
.doc__left .doc__check.isChecked .mat-mdc-checkbox,
.doc__right .doc__check.isChecked .mat-mdc-checkbox {
  display: inline-block;
}
.doc__left .doc__check.isChecked img,
.doc__left .doc__check.isChecked .circle,
.doc__right .doc__check.isChecked img,
.doc__right .doc__check.isChecked .circle {
  display: none;
}
.doc__left .doc__check.doc__check_show-always .mat-mdc-checkbox,
.doc__right .doc__check.doc__check_show-always .mat-mdc-checkbox {
  display: inline-block;
}
.doc__left .doc__close .mat-icon,
.doc__right .doc__close .mat-icon {
  color: var(--color-text-medium);
}
.doc__left .doc__org-title,
.doc__right .doc__org-title {
  width: auto;
  display: inline-block;
  text-transform: capitalize;
}
.doc__left .doc__type,
.doc__right .doc__type {
  width: 200px;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.doc__left .doc__number,
.doc__right .doc__number {
  width: 100px;
  justify-content: flex-end;
  align-items: center;
}
.doc__left .doc__amount,
.doc__right .doc__amount {
  width: 128px;
  padding: 0 12px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.doc__left .doc__download,
.doc__right .doc__download {
  align-items: center;
}
.doc__left .doc__tag,
.doc__left .doc__icon,
.doc__right .doc__tag,
.doc__right .doc__icon {
  width: 36px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.doc__left .doc__icon i,
.doc__right .doc__icon i {
  flex-shrink: 0;
  margin: 0 8px;
}
.doc__left .doc__icon:last-child,
.doc__right .doc__icon:last-child {
  padding-right: 12px;
}
.doc__left .doc__icon .mat-icon,
.doc__right .doc__icon .mat-icon {
  color: var(--color-text-medium);
}
.doc__left .doc__icon .s-count,
.doc__right .doc__icon .s-count {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: 4px;
}
.doc__left .doc__date,
.doc__right .doc__date {
  align-items: center;
  justify-content: flex-end;
  min-width: 82px;
  white-space: nowrap;
  font-size: 13px;
}
.doc__left .doc__time,
.doc__right .doc__time {
  align-items: center;
  justify-content: center;
  min-width: 45px;
  white-space: nowrap;
  font-size: 13px;
}
.doc__left .doc__2-lines,
.doc__right .doc__2-lines {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.doc__left .doc__2-lines > *,
.doc__right .doc__2-lines > * {
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}
.doc__left .doc__2-lines-right,
.doc__right .doc__2-lines-right {
  padding: 0 12px;
}
.doc__left .doc__2-lines-right > *,
.doc__right .doc__2-lines-right > * {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-size: 12px;
}
.doc__left .doc__2-lines-right > * > * + *,
.doc__right .doc__2-lines-right > * > * + * {
  padding-left: 8px;
}
.doc__left .doc__2-lines-right > *:first-child,
.doc__right .doc__2-lines-right > *:first-child {
  font-size: 13px;
  line-height: 16px;
}
.doc__left .doc__main-info > *:first-child,
.doc__right .doc__main-info > *:first-child {
  font-size: 15px;
  white-space: normal;
}
.doc__left .doc__main-info span,
.doc__right .doc__main-info span {
  display: inline-block;
  vertical-align: middle;
}
.doc__left .doc__main-info a,
.doc__right .doc__main-info a {
  text-decoration: none;
  vertical-align: middle;
}
.doc__left .doc__main-info a:hover,
.doc__right .doc__main-info a:hover {
  text-decoration: underline;
}
.doc__right .doc__date {
  padding-right: 24px;
}
.doc__details {
  height: 0;
  overflow: hidden;
  background-color: #fff;
}
.doc__details .sAnnounce {
  padding: 10px 24px;
}
.doc__details-list {
  display: none;
}
.doc__details-list .mat-expansion-panel {
  box-shadow: none !important;
}
.doc__details-list .mat-expansion-panel-header {
  padding-right: 32px;
}
.doc__details-list .mat-expansion-panel-body {
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.doc__details-list .mat-expansion-panel-header,
.doc__details-list .mat-expansion-panel-content {
  font-family: var(--second-font);
  font-weight: 400;
}
.doc__details-list h3 {
  margin: 0;
  padding: 8px 0 16px;
  font-size: 15px;
  line-height: 24px;
  color: var(--color-text-high);
  font-family: var(--second-font);
  font-weight: 400;
}
.doc__details-list .docs-list_referencias {
  margin: 0;
}
.doc__details-list .docs-list_referencias li {
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.doc__details-list .docs-list_referencias li > :first-child {
  color: rgba(0, 0, 0, 0.54);
}
.doc__details-list .docs-list_referencias li > :first-child span {
  display: inline-block;
  margin-right: 8px;
}
.doc__details-list .docs-list_referencias li > :last-child {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
}
.doc__details-list .docs-list_referencias .date {
  min-width: 80px;
}
.doc__details-list.active {
  display: block;
  border-top-color: transparent;
}
.doc__info-states {
  font-size: 13px;
}
.doc__info-states .doc__info-state {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
.doc__info-states .doc__info-state .doc__info-right_hoverable {
  display: none;
  position: absolute;
  right: 0;
  align-items: center;
  justify-content: flex-end;
  top: 50%;
  height: 56px;
  margin-top: -28px;
  padding-right: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  font: 500 14px "Circular Medium", sans-serif;
  color: var(--color-primary);
  cursor: pointer;
  background-color: #f7f7f7;
}
.doc__info-states .doc__info-state .doc__info-right_hoverable .mat-icon {
  margin-left: 8px;
  color: var(--color-text-high);
}
.doc__info-states .doc__info-state .doc__info-right {
  position: relative;
}
.doc__info-states .doc__info-state .doc__info-left,
.doc__info-states .doc__info-state .doc__info-right {
  display: flex;
  align-items: center;
}
.doc__info-states .doc__info-state .doc__info-left > *,
.doc__info-states .doc__info-state .doc__info-right > * {
  padding: 0 12px;
}
.doc__info-states .doc__info-state .doc__info-left > *:first-child,
.doc__info-states .doc__info-state .doc__info-right > *:first-child {
  padding-left: 24px;
}
.doc__info-states .doc__info-state .doc__info-left > *.doc__info-time,
.doc__info-states .doc__info-state .doc__info-right > *.doc__info-time {
  padding-right: 24px;
}
.doc__info-states .doc__info-state:hover {
  background-color: #f7f7f7;
}
.doc__info-states .doc__info-state:hover .doc__info-right_hoverable {
  display: flex;
}
.doc__info-title {
  width: 186px;
}
.doc__info-desc .mat-icon {
  color: var(--color-icon-38);
}
.state-details {
  display: none;
}
.state-details__heading {
  height: 48px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
}
ul.state-details__list {
  margin: 0;
  padding: 0;
}
ul.state-details__list li {
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;
  padding: 12px 24px;
  font-size: 13px;
}
ul.state-details__list li.separated {
  justify-content: space-between;
}
ul.state-details__list li .main-info {
  display: flex;
  align-items: center;
}
ul.state-details__list li .main-info .doc__icon {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
ul.state-details__list li .main-info .text-muted {
  line-height: 20px;
}
ul.state-details__list li [class*=icon-doc] {
  margin: 0 24px 0 0;
}
ul.state-details__list li .secondary-info {
  padding: 0 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
ul.state-details__list li a {
  color: var(--color-text-high);
  text-decoration: none;
}
ul.state-details__list li a:hover {
  text-decoration: underline;
}
.doc.active {
  margin: 24px 0;
  transition: margin 0.3s ease;
}
.doc.active:first-child {
  margin-top: 0;
}
.doc.active .doc__header-main {
  height: 64px;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.doc.active .doc__details {
  height: auto;
  overflow: visible;
  border-top: 1px solid var(--color-border);
}
.doc.active .doc__left {
  width: 100%;
}
.doc.active .doc__left .doc__main-info.doc__2-lines {
  overflow: hidden;
}
.doc.active .doc__left .doc__main-info > *:first-child {
  width: 100%;
  white-space: nowrap;
  display: flex;
}
.doc.active .doc__left .doc__main-info span:not(.text_muted) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}
.doc.active .doc__left .doc__main-info span.text_muted {
  flex-shrink: 0;
}
.doc.active .doc__right {
  flex-shrink: 0;
}
.bottomSpace {
  height: 100px;
}
app-listview .bottomSpace {
  height: 0;
}
.pre-table__header-nav {
  padding-right: 11px;
  font-size: 15px;
}
.pre-table__header-nav .flat-primary,
.pre-table__header-nav .docsContent button.flat-primary,
.docsContent .pre-table__header-nav button.flat-primary {
  margin-left: 4px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--second-font);
}
.pre-table__header-nav ~ span {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .docPreview .docV2 .docV2-minimized .docV2__org-title {
    padding-right: 8px;
  }
  .docView .docsHead__wrapper {
    padding: 0 12px;
  }
  .docView .docsHead__wrapper .divider {
    margin: 0 6px;
  }
  .docView .docsHead__wrapper .mat-mdc-icon-button + .mat-mdc-icon-button {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .hasDocPreview .docPreview .lineFooter {
    border-radius: 0;
  }
  .hasDocPreview .docPreview .lineFooter button {
    margin: 0 8px 0 0;
    padding: 0 8px;
  }
  .docView .docsHead__wrapper {
    position: relative;
  }
  .docView .docsHead__wrapper app-icon-tools-view {
    width: 100%;
  }
  .docView .docsHead__wrapper .infoRegistration {
    position: absolute;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
  }
  .docView .docsHead__wrapper .abs {
    right: 0;
    margin: 0;
  }
  .infoRegistration__link {
    max-width: calc(100vw - 156px);
  }
  .docV2 {
    padding-left: 64px;
  }
  .docV2 .docCheckV2 {
    left: 8px;
  }
}
.sTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  min-width: 18px;
  overflow: hidden;
  text-align: center;
  flex-shrink: 0;
  font: 700 12px/18px "Circular Bold", sans-serif;
  border-radius: 2px;
  color: var(--color-text-high);
}
.sTag.sTag_bordered {
  border: 2px solid var(--color-text-high);
}
app-comenzar {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.comenzar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Circular Book", sans-serif;
}
.comenzar .mat-mdc-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.comenzar h1 {
  margin: 16px 0 8px;
  font: 700 24px/32px var(--second-font);
  color: var(--color-text-high);
}
.comenzar .circle-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  color: var(--color-surface);
  background-color: var(--color-primary);
}
.comenzar__text {
  font: 400 15px/24px var(--default-font);
  color: var(--color-text-medium);
}
.comenzar__content {
  width: 532px;
  padding-left: 64px;
  padding-right: 64px;
}
.comenzar__visual {
  position: relative;
  height: 532px;
  max-height: 93%;
  padding-left: 52px;
}
.comenzar__img {
  width: 1000px;
}
.comenzar__img img {
  height: auto;
  border: 16px solid #7388FF;
  border-radius: 20px;
  box-shadow:
    0 24px 28px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.comenzar__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  width: 104px;
  color: var(--color-primary);
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--color-surface);
  box-shadow:
    0 4px 5px rgba(0, 0, 0, 0.14),
    0 1px 10px rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.comenzar__icon svg {
  position: relative;
  top: 2px;
}
.comenzar__actions {
  margin-top: 24px;
}
.comenzar__actions .mat-mdc-raised-button,
.comenzar__actions .mat-mdc-button {
  height: 40px;
}
.comenzar__actions .mat-mdc-raised-button {
  padding: 0 24px;
}
.comenzar__actions .btn-text {
  margin-top: 8px;
  padding: 0 8px;
}
@media screen and (max-width: 992px) {
  .comenzar__content {
    width: 40%;
    padding-left: 42px;
    padding-right: 0;
  }
  .comenzar__icon {
    left: 50px;
  }
}
@media screen and (max-width: 480px) {
  .comenzar {
    display: block;
    overflow: hidden;
    width: 100vw;
  }
  .comenzar__content {
    width: auto;
    padding: 32px 32px 24px;
  }
  .comenzar__visual {
    padding-top: 52px;
    padding-left: 32px;
  }
  .comenzar__icon {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.chipsList {
  position: relative;
  display: flex;
  min-height: 55px;
  padding: 4px 0 2px;
  overflow: hidden;
  font-size: 14px;
  border-top: 1px solid var(--color-delimiter-light);
  border-bottom: 1px solid var(--color-delimiter-light);
}
.chipsList._edit .chipsList__label {
  opacity: 1;
  z-index: 1;
}
.chipsList._edit .mdc-evolution-chip-set__chips > :first-child {
  margin-left: 56px;
}
.chipsList._edit #chipsLeft {
  display: none;
}
.chipsList:not(._edit) .mat-mdc-chip.mat-mdc-standard-chip {
  padding-left: 0;
  padding-right: 4px;
  background-color: transparent;
}
.chipsList:not(._edit) .mdc-evolution-chip-set__chips > span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.chipsList:not(._edit) .mdc-evolution-chip-set__chips > span::after {
  content: ",";
  font: 14px/18px var(--second-font);
  position: absolute;
  right: 0;
  display: inline-block;
}
.chipsList:not(._edit) .mdc-evolution-chip-set__chips > span:nth-last-child(2)::after,
.chipsList:not(._edit) .mdc-evolution-chip-set__chips > span:last-child::after {
  display: none;
}
.chipsList:not(._edit) .mat-mdc-chip-remove {
  display: none;
}
.chipsList:not(._edit) .mat-mdc-chip-input {
  margin: 0;
  padding: 0;
  height: 1px;
}
.chipsList:not(._edit) #chipsLeft {
  display: inline-block;
  height: 32px;
  width: 68px;
  text-align: center;
  font: 14px/32px var(--second-font);
  color: var(--color-text-medium);
  border-radius: 16px;
  background-color: var(--color-delimiter-light);
}
.chipsList:not(._edit) .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary {
  padding-left: 0;
}
.chipsList .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: var(--color-text-high);
}
.chipsList .chipsList__label {
  position: absolute;
  top: 20px;
  min-width: 56px;
  font-size: 14px;
  opacity: 0;
  z-index: 0;
}
.chipsList > .mat-mdc-form-field {
  width: 100%;
}
.chipsList .mdc-evolution-chip-set__chips {
  min-height: 40px;
}
.chipsList .mat-mdc-chip,
.chipsList .mat-mdc-chip-input {
  font: 14px/18px var(--second-font);
}
.chipsList .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.chipsList .mdc-line-ripple,
.chipsList .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.chipsList .mdc-text-field {
  padding: 0;
}
.chipsList .mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: transparent;
}
.chipsList .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.chipsList .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0;
}
.chipsList input:-webkit-autofill,
.chipsList input:-webkit-autofill:hover,
.chipsList input:-webkit-autofill:focus,
.chipsList input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--color-text-high) !important;
}
.formField__checkbox {
  padding: 8px 0;
}
.formField__checkbox .mat-mdc-checkbox {
  height: 40px;
  display: flex;
  align-items: center;
}
.formField__checkbox .mdc-form-field > label {
  font: 400 14px/20px var(--second-font);
  color: var(--color-text-medium);
  display: flex;
  white-space: normal;
}
.formField__checkbox .mat-icon.sm {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.primaryDialog.reference .tabsWrapper.tabsWrapper_stretch-header {
  margin: 0 -24px;
}
.primaryDialog.reference .tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-header {
  border-radius: 0;
}
.primaryDialog.reference .tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-header .mat-mdc-tab + .mat-mdc-tab {
  border: 0;
}
.primaryDialog.reference .tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-labels {
  border-radius: 0;
  border: 0;
}
.primaryDialog.reference .tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-labels .mat-mdc-tab:first-child {
  border-radius: 0;
}
.primaryDialog.reference .tabsWrapper.tabsWrapper_stretch-header .mat-mdc-tab-body-wrapper .mat-mdc-tab-body-content {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.primaryDialog.reference .sTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  min-width: 18px;
  overflow: hidden;
  text-align: center;
  flex-shrink: 0;
  font: 700 12px/18px var(--second-font);
  border-radius: 2px;
  color: var(--color-text-high);
}
.primaryDialog.reference .sTag.sTag_bordered {
  border: 2px solid var(--color-text-high);
}
.openfactura {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circular Bold";
  src: url(/assets/fonts/CircularStd-Bold.woff2) format("woff2"), url(/assets/fontsCircularStd-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circular Medium";
  src: url(/assets/fonts/CircularStd-Medium.woff2) format("woff2"), url(/assets/fonts/CircularStd-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Book";
  src: url(/assets/fonts/CircularStd-Book.woff2) format("woff2"), url(/assets/fonts/CircularStd-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "hui";
  src: url(data:application/octet-stream;base64,d09GRgABAAAAABeYAA8AAAAAJsQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIwleU9TLzIAAAGUAAAAQwAAAFY+IEm8Y21hcAAAAdgAAACuAAACkNH+6ItjdnQgAAACiAAAABMAAAAgBtf/BGZwZ20AAAKcAAAFkAAAC3CKkZBZZ2FzcAAACCwAAAAIAAAACAAAABBnbHlmAAAINAAAC94AABFs8lTKDWhlYWQAABQUAAAAMAAAADYQsnoEaGhlYQAAFEQAAAAeAAAAJAslB1BobXR4AAAUZAAAACcAAABYWgMAAGxvY2EAABSMAAAALgAAAC4zRC6MbWF4cAAAFLwAAAAgAAAAIAEvDAtuYW1lAAAU3AAAAXcAAALNzJ0dH3Bvc3QAABZUAAAAxgAAASw74J+WcHJlcAAAFxwAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYMpJLMlj4HNx8wlhkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAKVkFSAB4nGNgZBFnnMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDA4vGF6IMgf9z2KIYg5mmAYUZgTJAQDIiQtbAHic7ZHtDcIwDAUvUAqlX9A2EkMwDQPxi2G9BfjVHgNLl1OcpKr8gBNwdJ5OA+VDQfX2btn7R657v+Hl+9ZdOFhn9fsFw3rZq/jZY/fB3zT+5ZYzFzp/3zMwMjFz487Cykb1qy3/GrSUIXdVMw00f0t8pliivCxRZpYoS0t89ljiKWCJ54ElngyWKGPrA+Qh0N/ZGCBPAfIcIN8C5HuAvATIa4C8Bcg1oP4AEV40EwAAeJxjYEADEhDIHPw/C4QBEnYD3wB4nK1WaXfTRhQdeUmchCwlCy1qYcTEabBGJmzBgAlBsmMgXZytlaCLFDvpvvGJ3+Bf82Tac+g3flrvGy8kkLTncJqTo3fnzdXM22USWpLYC+uRlJsvxdTWJo3sPAnphk3LUXwoO3shZYrJ3wVREK2W2rcdh0REIlC1rrBEEPseWZpkfOhRRsu2pFdNyi096S5b40G9Vd9+GjrKsTuhpGYzdGg9siVVGFWiSKY9UtKmZaj6K0krvL/CzFfNUMKITiJpvBnG0EjeG2e0ymg1tuMoimyy3ChSJJrhQRR5lNUS5+SKCQzKB82Q8sqnEeXD/Iis2KOcVrBLttP8vi95p3c5P7Ffb1G25EAfyI7s4Ox0JV+EW1th3LST7ShUEXbXd0Js2exU/2aP8ppGA7crMr3QjGCpfIUQKz+hzP4hWS2cT/mSR6NaspETQetlTuxLPoHW44gpcc0YWdDd0QkR1P2SMwz2mD4e/PHeKZYLEwJ4HMt6RyWcCBMpYXM0SdowcmAlZYsqqfWumDjldVrEW8J+7drRl85o41B3YjxbDx1bOVHJ8WhSp5lMndpJzaMpDaKUdCZ4zK8DKD+iSV5tYzWJlUfTOGbGhEQiAi3cS1NBLDuxpCkEzaMZvbkbprl2LVqkyQP13KP39OZWuLnTU9oO9LNGf1anYjrYC9PpaeQv8Wna5SJF6frpGX5M4kHWAjKRLTbDlIMHb/0O0svXlhyF1wbY7u3zK6h91kTwpAH7G9AeT9UpCUyFmFWIVkBirWtZlsnVrBapyNR3Q5pWvqzTBIpyHBfHvoxx/V8zM5aYEr7fidOzIy49c+1LCNMcfJt1PZrXqcVyAXFmeU6nWZbv6zTH8gOd5lme1+kIS1unoyw/1GmB5Uc6HWN5QQuadN/BkIsw5AIOkDCEpQNDWF6CISwVDGG5CENYFmEIyyUYwvJjGMJyGYawvKxl1dRTSePamVgGbEJgYo4eucxF5WoquVRCu2hUakOeEm6VVBTPqn9loF488oY5sBZIl8iaXzHOlY9G5fjWFS1vGjtXwLHqbx+O9jnxUtaLhT8F/9XWVCW9Ys3Dk6vwG4aebCeqNql4dE2Xz1U9uv5fVFRYC/QbSIVYKMqybHBnIoSPOp2GaqCVQ8xszDy063XLmp/D/TcxQhZQ/fg3FBoL3INOWUlZ7eCs1dfbstw7g3I4EyxJMTfz+lb4IiOz0n6RWcqej3wecAWMSmXYagOtFbzZJzEPmd4kzwRxW1E2SNrYzgSJDRzzgHnznQQmYeqqDeRO4YYN+AVhbsF5J1yieqMsh+5F7PMopPxbp+JE9qhojMCz2Rthr+9Cym9xDCQ0+aV+DFQVoakYNRXQNFJuqAZfxtm6bULGDvQjKnbDsqziw8cW95WSbRmEfKSI1aOjn9Zeok6q3H5mFJfvnb4FwSA1MX9733RxkMq7WskyR20DU7calVPXmkPjVYfq5lH1vePsEzlrmm66Jx56X9Oq28HFXCyw9m0O0lImF9T1YYUNosvFpVDqZTRJ77gHGBYY0O9Qio3/q/rYfJ4rVYXRcSTfTtS30edgDPwP2H9H9QPQ92Pocg0uz/eaE59u9OFsma6iF+un6Dcwa625WboG3NB0A+IhR62OuMoNfKcGcXqkuRzpIeBj3RXiAcAmgMXgE921jOZTAKP5jDk+wOfMYdBkDoMt5jDYZs4awA5zGOwyh8Eecxh8wZx1gC+ZwyBkDoOIOQyeMCcAeMocBl8xh8HXzGHwDXPuA3zLHAYxcxgkzGGwr+nWMMwtXtBdoLZBVaADU09Y3MPiUFNlyP6OF4b9vUHM/sEgpv6o6faQ+hMvDPVng5j6i0FM/VXTnSH1N14Y6u8GMfUPg5j6TL8Yy2UGv4x8lwoHlF1sPufvifcP28VAuQABAAH//wAPeJyVWGtsHNUVvufeee17Z3dmZ3dt73pns7u21+99sXbijGM7tvMysp3EeeCsm5CkNrbzoI1aFVSSQKlQxZ82AX5AQVQRAtGIf1WpqhaQkCqlQQWJAooQogpQiR+IViiNJz131kmctlSwM7r3zr1n7pzX/c5nE4GQG/Psn2ySKEQlOdJNFq35ro58q6AInW1UVOhoOwgjRFRciuha9IBLUlzSApFkRZIXiEwUmSxQIKAQWGAAsOQGQVGEaewEZRdRBGVLS0s41NLd0p3NmMmGmBEJ5cK5sBYOecVo3iiWeyOaZGYzNwdhUwpAyg9pMxdOQCHVW66ECyWxZFRyslHRr7UPtOMNs/X+q4DBWu3LLQ+OB5RNzPDDs36Dff/h61/V+t94vb+2NcmF2pP1jmVD/ot9Q2D/yx8K+cGe+uLTWv/rKPYpGsL98An6IUDCxCANJEnS6I8ZaydhxCcy36wXRDQfvTCLvpIlRZ4VgFIy4wdCvGNukCSYIQA+GKckl82sS5up5mSiqbEhHosaER0NVoNumQRoICBqeUiZkq5qEW5gSS1mxYKezhTUdDhdKlRSpVQ4rTo9O3v9w9b+/lbWjK394qFD9tuHnJ/9NrS/udqzyf7W22J88jl74NChc/ZzMHvoHMEfQ/uOsw/RPhda10x6rM4QCKQ50cRAoKPJxhiDYSIQIAIsUh5Hxs0i4+E2NdMsirF8OF1XuJ9lS8XKAFRQ6XQK5FJa54G58IAai6kPTNlCKnVic1S1S/Sl2hR3L5uMqishNdboH9u4YdINl9ToSrL2Kbr+jTeIiHqdY79x9IqSDGklvWSrNYb6ioSJXBNFVkDGxBOJ2yW6ayinYBRmMWKSLO0X6lrGYz3dHe2tLblsczKWiWfSBmrt/S+ty5Vyoa626QctAb0DUOwEhi4v8dTjKfjMqWA0Gjw18YI73za2ZZcRtLfCB9aSZS09tGhZi7GJCcOMGCmDTRrqSncwms/s3jrW1g5HVcNeN7h0etmylk8vDdrHfnm3ahimYdR9P8/eRRs9RCf95MWtF5N3z1gDBKhCQVnEMyQrB9ESt8dNPIsuQNNEWZoLcJsJt9njB6/P460xTDjvGPHhb7zB2rhmA6rIC992hz1WsxEpFQu9Pd1dHW251XSNR/qNvkwqnQ4G0X+VlFos94PjtDys+hIy3Ff9UEpj8Oue7Ad+evOgF/RCqe7W9DXY0WNO8VSYqicHranRqHphatqsmnhPr3nqS6mwPd0Dp/gcz5YHYmZ0urXV7BuqmrF0fThcNe/MZZ+Ty11We7IxHlNEAs0NVCB0FHMX0BuCk8loriD4hPFIJtUW5JlcKazN4DVWOQBTKBnXbifxquasymFiqqauSeK6nhm+8NlnNdSLol73s3ecXA6RvZYHD3zA75FQldGtF3sx5HGRUTx1qNoi6oSK4Uu7CKU+iuE01izyzeheLiNgmPyE+Ly4qUsNhSTRyGf8YGZzKRV9JqtplatNLwS/++hR1f4Le8d+5vh3jm2+evVP1tSUZb8Au2HqOPzK3ncc5xwdf8Lec3AuRQpWd9QIoH4MRvGTjBK2SDBFGCwgki1xfPPScTXYGA/i10qmKEbymVzlDugKYwLomgEGRAr1wMNHv12xB1r6qq20obV6tGWoJWD/dQSyCROHLUMvv7pSbV35W2tfXyv8AS7gnNnE13OBlqG7h1rqfvw5O8emSAxRuMmKOygqYkxHEZ/gGHGOfGOIojaQyZqy6GgQ4VczP+OVcqmYhVzFCBvsIfunbt2FjVf2pzp3zEHj3I7OlE/22D94e+CHr8zQH70lim+Jmqc4+vDi+Z0LCzvPLz68ueTR7MQz0/ugqVLPtycdjNpDjpCjZIs1GvNRkUx0m4IgiJurlAoM/QeoorhI8EGgbBHDTpjA9hNRdOqCVxzft3eutvfIvsODA5VyOS5z9XPZLqiUsemEAGCX5ekYAEnOZbHzQxKcrgm0SBLwliVsErARnA5PXXkjlCtGBLsB6AKn2wDFbA7MTigOQG8CNKylJfb8CUEJDItUmpSD8pzWrXkDJ1w+qpnJQ3JYmBSpMBj0nJA9XhcXHFwVnE01a9Tn4pJ6rnGOS8ogDoRwxut12dVBDoynOTAOwpu6X0vdFBn2hk6EcC9XyNlKDEtz8axOA7Lz0YCWmkXBnSg4GFacvU641VsfTWbqHw1S+/er259esnL87CPc33hM1DEWI2Tc2hwCoCN9+UY1iDwEhkEibFQLUzoytIlKw5jJAgChUMPISBKZxo5IMzKKSdvaUnhl21KK2JjPGMg2sng5ydMPskM20qaMJUbm81mObL1OivEpB+h6nVRzsq7+Bvtq7PH15a5us1Awu7vK6x8fm7h0aWLs8YmR9X3txUJHdf3IxJUrKNGV7u1Nd3eW11+5gmvV9mKxvQ/XHPl3x5IN5ezYWK7ckKy/byaqHaOjHdWEuYRLubFRvrScburrGB1r72tKj+24dMk5M4+wp1kFuUmIlKxeRRYQTiR0E64tiwKlQJcJMAbTmIxsFx5ztsXlcoVcITWk6xJyMeBAohZUI3wLX+gL7723aX7/fEPw4I8PBu2P2dP0HpxZsIfh1Xn75Q07dmywX0Xi4JyRn7GIg8kx0kjGrJEGH0VSOOpCaigRRVrEkoT3AsacEpFitaIMIWcBX0X42V8/1PF4vDHeqPKfVmp2Y2ju5EksrWPNwXKNZYaVDLrN9q4rFtfRw+uKH5zdfebM7rPtH7DJQub63zOFQoY+b1fOnJk5exYK779f1/Es+7PDdaNkHXly68UwgvJdHvw+Q9+4YJm4FNcyaimIkoAQjQf7oBsZCIiSIs5yJ9NJhGvEARxvb7Cq/+dVdPnC17+7x4p7XGspYjjoinqiahhZi5EXU2a2hJFIhf+DJd5hf8uKR0/cS1+7f2WD3tSk09f0ROKlJ+49f/7eJ36Ej/9Y2cDmE/rKQKSpKUL/qCfsvif4KlcFnTFIX0SPGyRvtXBUXca6wxMFo4J5wthhvw9IOOQz/IYsES94JU5a6wBfL/mGyXEpVeKI/2XH9o6O7Xt50zF3fid9aud5mO3Y5kzs3dbRZh0fb2sbP245eXqVLdB3kGXHOAvlR3qZ8VOKn56VQEREncROFGaIIArbNE2LaTFdVQ1NxtoNpfr3mxxY07EmdYKIRK5coZ8PnXz05BCSCfo5NvYpHfWJgOfy8MmhoZPDl3Gurc2s/jrT2ZElDt+/ys6hHhJmrEbiyPWLZBCr9m6OMpi4s5xpelxKzS9TARVyCxhFD3H7PEinfNTrm0ZjmJeyWWRT3hni9Xm36frGgepdvT3t+cy6ZEKP46VqeIUCYkMeipWUnsqq9Q6f0nohm4locqqUu8VF0TT42ge6X1z5gvrFemvXxKUlEU5gfTlyzawOc06FjX3g9hievT2mM2Fj2rCTvAUfbzcYWWP6srm6blbtj//3mKxym9+xX9Ab6Ksm0mt1YdLiXzUSUF6UKRxDyoXJPc3/auCUhtAtQOIxpKMaaAJPHQdMnSrtAGeRoyrDGo1pXjHgy+NzByrVauXA3Ec3B8df7z8wfaCf3rhj1hmsTCPpgsP2U7X+1Zpwmr3F+kgbFCwPAguREfsoRdblwgOeRgUFpFZ4KhkW5wWJ64jq1jDNxRmszz5xvGHrRTeKtny9qCiy6dUXmLgN5f3ffOvAt9xa/6Zbf/Nd9/CfFQaSam6I65rHhWjcBm2yExqkG2oqNwD1EqfxSDn1sJTWbpGqIJ+AL2svb7oHEg+WHtt+ZM+uQrFY2LXnEh8cGNx43zKWmPs2DvIR6xsfusf+6MFy3y0JPjjy0E2BuqiDyfW8CmPVyJARaxOWAySgFIkUEmJxQUGLMKvYrOxgw7TsYAOyKwQHIOvSzcmGuBEJqUi0BRKGsKtuUYAXDmPNfxCQQfWWi1kTcWx1QD/3G0LLyodaTJwSIs6/DoTvPbIS6hnuwRu294z04E1vhP0Xk5r9il8N+WFleiVk8uUeM93dvbmnZzX/5uXLWFco8VnueiVTQdTzIqTYJ9ej8uVz7BPyb4Fb+v8AAHicY2BkYGAAYuXpE5zj+W2+MnAzvwCKMFx5ONsQQf/PYr/AHAzkcjAwgUQBSdsLx3icY2BkYGAO+p/FwMB+gYHh/38gCRRBAWIAhHcFgwAAeJxjfsHAwMLIwMD8Aop3ILHRMKspkN4AxKK41YAw+wUGBgDyTxFNAAAAAAAAhAD0AUABsgJaAqYC+ANKA5IEWATkBSQFdgX6BjgGfAcUB2IIQAiiCLYAAAABAAAAFgBpAAcAAAAAAAIAIAAwAHMAAAB+C3AAAAAAeJx1kN1qwjAYht/Mn20K29hgp8vRUMbqDwxBEASHnmwnMjwdtda2UhtJo+Bt7B52MbuJXcte2ziGspY0z/fky5evAXCNbwjkzxNHzgJnjHI+wSl6lgv0z5aL5BfLJVTxZrlM/265ggcElqu4wQcriOI5owU+LQtciUvLJ7gQd5YL9I+Wi+Se5RJuxavlMr1nuYKJSC1XcS++Bmq11VEQGlkb1GW72erI6VYqqihxY+muTah0KvtyrhLjx7FyPLXc89gP1rGr9+F+nvg6jVQiW05zr0Z+4mvX+LNd9XQTtI2Zy7lWSzm0GXKl1cL3jBMas+o2Gn/PwwAKK2yhEfGqQhhI1GjrnNtoooUOacoMycw8K0ICFzGNizV3hNlKyrjPMWeU0PrMiMkOPH6XR35MCrg/ZhV9tHoYT0i7M6LMS/blsLvDrBEpyTLdzM5+e0+x4WltWsNduy511pXE8KCG5H3s1hY0Hr2T3Yqh7aLB95//+wHmboRRAHicbU/LboMwEPSkQICQQNqGfoUP6Q9Flr08FMdGtlHy+QEhSz10LjM7mtnVsh3bULL/0WKHDyRIkWGPHAVKHFDhiBNqNDjjE1/4xgUtfthBChdu86StUJm0phv7ZqFAJtyUfZrVr6Ixms4WcfCnqLZ2HuM5vQI5I3QlB5J37oeRtEq07e3eD3PXacq2SiWU4srK+bGsOf4dfDJ7cqnQwj1KTyGMpvf8WisRBI+H+DVztIraD3aalghfv+G/6UIUGHsDMR9SFQAAeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxlYnTYxMDJogRibuZgYOSAsPgYwi81pF9MBoDQnkM3utIvBAcJmZnDZqMLYERixwaEjYiNzistGNRBvF0cDAyOLQ0dySARISSQQbOZhYuTR2sH4v3UDS+9GJgYXAAx2I/QAAA==) format("woff"), url(data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCMJXkAAAD8AAAAVE9TLzI+IEm8AAABUAAAAFZjbWFw0f7oiwAAAagAAAKQY3Z0IAbX/wQAABqsAAAAIGZwZ22KkZBZAAAazAAAC3BnYXNwAAAAEAAAGqQAAAAIZ2x5ZvJUyg0AAAQ4AAARbGhlYWQQsnoEAAAVpAAAADZoaGVhCyUHUAAAFdwAAAAkaG10eFoDAAAAABYAAAAAWGxvY2EzRC6MAAAWWAAAAC5tYXhwAS8MCwAAFogAAAAgbmFtZcydHR8AABaoAAACzXBvc3Q74J+WAAAZeAAAASxwcmVw5UErvAAAJjwAAACGAAEAAAAKADAAPgACbGF0bgAOREZMVAAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEEFwGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOgA6BUDUv9qAFoDUwCWAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAGEAAEAAAAAAH4AAwABAAAALAADAAoAAAGEAAQAUgAAAAYABAABAALoCegV//8AAOgA6Av//wAAAAAAAQAGABgAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgATABQAFQAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABDAAAAAAAAAAVAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCwAA6AsAAAALAADoDAAA6AwAAAAMAADoDQAA6A0AAAANAADoDgAA6A4AAAAOAADoDwAA6A8AAAAPAADoEAAA6BAAAAAQAADoEQAA6BEAAAARAADoEgAA6BIAAAASAADoEwAA6BMAAAATAADoFAAA6BQAAAAUAADoFQAA6BUAAAAVAAQAAP9qA/YDUgAIABEAJwAwAG1Aai8tKykECAQuKgIFCAJHLAEERQAFCAkIBQltCwEJBggJBmsABgcIBgdrAAcACAcAawIBAAEIAAFrAwEBAW4KAQQICARUCgEEBAhWAAgECEooKBMSKDAoMCYlIh8bGRcWEicTJxMUExIMBRgrFzQ2MhYUBiImJTQ2MhYUBiImEyIGDwEhDgEjIicTHgEzITI2NxMzNQU1FzcnBxc3FfosPiwsPiwBXiw+LCw+LPgPFwMp/tAofkkPCEIDFw4BoQ4XA3aF/PhgO8XEO2BLHywsPiwsHx8sLD4sLAMmEg6wOkMB/vsOEhIOAf5T8ulgO8TEO2DpAAcAAP9qA+gDUgAPABMAFwAbAB8AIwAnAFhAVQADAA0FAw1eDAEFCwEJCAUJXgAIAAcGCAdeBAECAgBYDgEAAAxICgEGBgFYAAEBDQFJAgAnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAKBwAPAg8PBRQrASEiBhURFBYzITI2NRE0JgUzFSMlMxEjEyM1MzchNSETIxEzNyE1IQOE/OApOzspAyApOzv+q2Rk/tRkZGRkZGT+1AEsyGRkZP7UASwDUjsp/OApOzspAyApO2RkZP6i/j5kZJb+ogFeZJYAAAAAAwAA/3ED4ANSAAkAFwAgADFALhIBBAAgHh0DAQQCRx8cGQMBRAAEAAEABAFtAgEBAW4DAQAADABJEyoRJSAFBRkrEyMiBhURFBY7AyY1NDc+ATcRNCYjIQEHNSMVJwcXN6d9ERkZEX1T/gQhIXJGGBH+NQKsYFNgO8TEA1IYEf0SERkcDkg/PVIKAc4RGP0fYOnpYDvFxQAFAAD/lgO5A1IACQAYACUAKQAyAEtASAADAAUAAwVtAgEBCAcIAQdtCwEFAAoJBQpgAAkACAEJCF4ABwAGBwZcBAEAAAwASRoZMTAtLCkoJyYgHxklGiUjFxElIAwFGSsTIyIGFREUFjsDJjU0NzY3NjMRNCYjIQEiDgEUHgEyPgE0LgEDIzUzNRQGIiY0NjIWn3cQGBgQd0+pCisqSEpWFxD+SwHcQG5AQG6BbUBAbRlPTxciFhchFwNSFxH9MBAYKyVXS0gqLAFoERf+JEFugm9AQG+CbkH+cKBQERcXIhcXAAADAAD/agPYA1IACwAVADsAq0uwH1BYQD4AAQIIAgEIbQAIBwcIYwQBAAoLCgALbQkBBwAGBQcGYQ8BBQAKAAUKYAALDgEMDQsMYAMBAgIMSAANDQ0NSRtAPwABAggCAQhtAAgHAggHawQBAAoLCgALbQkBBwAGBQcGYQ8BBQAKAAUKYAALDgEMDQsMYAMBAgIMSAANDQ0NSVlAIBcWNTQzMjEwLy0qJyIhIB8eHRwaFjsXOiUhIyMQEAUZKzchETQ2OwERNCYjISsBIgYVERQWOwElIiY0NjsBNSM1IxUiDgEUHgE7ATIWFAYrARUzFTM1Mj4BNC4BI/oBTjEiUxgR/jVTfREZGRF9AmARGBgRp1NUIjkiIjkiVBEYGBGnU1QiOSIiOiERAU0jMQF3ERgYEf0SERl9GSIYVCkpIjpDOSIZIxhUKSkiOkQ5IgAAAAADAAD/cQPgA1IADQAXACAAL0AsHxwaGQgFAAEgGwIEAAJHAwEAAQQBAARtAgEBAQxIAAQEDQRJFiUhKhAFBRkrNzMmNTQ3PgE3ETQmIyErASIGFREUFjsBJScHFzcVMzUX+v4EISFyRhgR/jVTfREZGRF9AznExDtgU2ARHA5IPz1SCgHOERgYEf0SERklxMQ7YOrqYAAAAAIAAP90A9UDUgAJABIAWkALEhEQDw4LBgEEAUdLsDJQWEAaBQMCAQQABAEAbQAEBAxIAAAAAlYAAgINAkkbQBcFAwIBBAAEAQBtAAAAAgACWgAEBAwESVlADgAADQwACQAJERISBgUXKyUOASImJyERIREBBxEjEScHFzcCpxBpiGgR/tMD1f6fcWJwRufny0BTU0D+qQFXAVNxAaX+W3FG5+cAAgAA/4cD2gNSAA8AIQAzQDAYFw8BBAEDAUcAAAIDAgADbQADAQIDAWsAAQFuBAECAgwCSREQHBoQIREhNSIFBRYrJSc3ISIGFREUFjMhMjY1ERMiDgEVFBcBFwEWMzI+ATQuAQHiu/3+Pig6OSkCGyk5aChDKA/+2UUBJh4iKEMoKEOuvP05Kf3lKTo6KQHBAacoQygiHf7ZRQEnDyhDUEMoAAACAAD/lAOWA1MAGQAfAB1AGh8eHRwbBQEAAUcAAQABcAAAAAwASRwSAgUWKwElJiIHBQ4BFRQXFhcWFxYgNzY3Njc2NTQmASc3FxMXA4H+iQoVCf6JCgwHDiEuTmEBHGFOLiENBwv+edQ+erJYAnzRBQXRBRQLNEeFbZdVa2tVl22FRjULFP4en1RbAR03AAADAAD/mQO5A1IAWQBnAGgASkBHGQ0CBQBPMCIEBAQFRjkCAgQDRwAAAQUBAAVtAAIEAwQCA20GAQQAAwQDXAAFBQFYAAEBDAVJW1phYFpnW2ZBPjc2NhoHBRYrAScmLwE3NiYvAS4BDwEmLwEmKwEiBg8BBgcnJgYPAQ4BHwEGDwEOAR0BFBYfARYfAQcGFh8BHgE/ARYfAR4BOwEyNj8BNjcXFjY/AT4BLwE2PwE+AT0BNCYnASIuATQ+ATIeARQOASM1A6RyBAgPRAUCBlIHEAdhFDAUDA9yCQ0CFCIfZAcTBFIFAgRBEAtyBwsMCXIECA9BBQIGUgcQB14hIBQCDQlyCQ0CFSccYQcTBFIHAQU+EglyCQwMCf45QW5AQG6CbUBAbUEByBUOFCFhBxMEUgcBBUQMEnISDAlyCRJBBQIGUgUTBmEaJhUCDwdyCQ0CFA8UIV4HEwRVBwEFQRMIcgkMDAlyChFBBQIGUgcQB14fJRQCDQlyCRAC/r9AboJtQEBtgm5AJwAAAAABAAD/iwUVA1IARQBJQEYSAQECRTorHBEQCAcAAUQBBgADRxQTAgJFQ0ICBkQDAQIEAQEAAgFgBQEABgYAVAUBAAAGWAcBBgAGTCohKiEqJiohCAUcKyUXIyInJicmJzY3Njc2OwEHFzcnBxcjIgcGBwYHJicmJyYrARUzMhcWFxYXBgcGBwYrARUzMjc2NzY3FhcWFxY7AQcXNycD+EiPPDYvMCIzMyIwLzY8j0hPzs5PSI9PRTw6LDQzLTk8RU/e3jw2Ly8jMjIjMC42PN7eT0U8OSw0NCw6PEVPj0hPzs7YSB8bNiZISCc2Gx9IT87OT0giHjktR0ctOR4ibh8bNidIRyc2Gx9vIx06LUdILDodI0hOzs4AAgAA/4YDngM3AAgAEgA1QDIIBwQDAgEGAEUAAAIAbwUEAgIBAm8AAQMDAVQAAQEDVgADAQNKCQkJEgkSERIVFQYFGCsBJwcXNxEzERcTDgEiJichESERAqna2kJqXGobEGOAYxD+5AOeAl3a2kJr/kQBvGr+rj1OTj3+vAFEAAADAAD/jQMWA1IADQAZABwASEBFGw0CCAABRwkBCAAGAAgGbQAGBQAGBWsHAQUCAAUCawQBAgMAAgNrAAMAAQMBXAAAAAwASRoaGhwaHBERERERFDUgCgUcKwEhIgYVERQWMyEyNjURAyMVIzUjNTM1MxUzAzUXAkz+DCQ0NCQCZiQ03IRXg4NXhCzcA1IzJfzrJTMzJQKk/jeDg1iEhAEz29sAAAMAAP+EA88DUgAIABgAJACZS7ATUFhAOAsBAwEDbwABCQFvAAkICW8ABgUEBQYEbQAEAgIEYwoBCAcBBQYIBV4AAgAAAlIAAgIAWQAAAgBNG0A5CwEDAQNvAAEJAW8ACQgJbwAGBQQFBgRtAAQCBQQCawoBCAcBBQYIBV4AAgAAAlIAAgIAWQAAAgBNWUAaCwkkIyIhIB8eHRwbGhkTEAkYCxgREyAMBRcrBSEiJjURMxEhEyEiBhURFBYzITI2NRE0JgMjFSM1IzUzNTMVMwMo/QsVHmUCw3T9PRUdHRUCwxUeHqyYZZeXZZh8HRUC9f09A2oeFf0+Fh0dFgLCFR7+OpiYZZeXAAIAAAAAA0ECqwAMABcAK0AoAAEAAW8EAQACAG8FAQIDAm8AAwNmDg0BABMSDRcOFwcGAAwBDAYFFCsBMj4BNC4BIg4BFB4BFyIOAR0BITU0LgEB9C1NLS1NWk0tLU0tYZdVAppVlwFeLUxaTS0tTVpMLSpAcUkqKklxQAACAAD/5wNrAtUAEwAZADFALgAAAQBvAwEBAAIFAQJeBgEFBAQFUgYBBQUEWAAEBQRMFBQUGRQZFRERFxQHBRkrATU0LgEiDgEdARQOASMVITUiLgEFHgEyNjcC7kNziHNDIjkiAu4iOSL+dxVNWk0WAQvQRHNDQ3NE0CI5IioqIjmvJS4tJgAABwAA/+cDlgLVAAYADQAUABoAJwA0AEEAWkBXAAAAAQgAAV4ACQAICwkIYA4HAgQGAQUKBAVeAAsACg0LCmAADQIMDVQAAgADDAIDXgANDQxYAAwNDEwVFT8+OTgyMSwrJSQfHhUaFRoVERQRFBESDwUbKwE0NyEVISYRNDchFSEmATQ3IxUzJiUWFAchNScUHgEyPgE0LgEiDgEBFB4BMj4BNC4BIg4BARQeATI+ATQuASIOAQJcBf3yAg4FBf3yAg4F/mAFbm4FAXIFBQFn+iI5RDkiIjlEOSL+XyI5RDkiIjlEOSIBoSI5RDkiIjlEOSICWBMXVBf+HxMXVBcBDRMXVBc9FyYXVNAiOSIiOUQ5IiI5/uQiOSIiOUQ5IiI5/uQiOSIiOUQ5IiI5AAAAAAIAAP+9A5UC/wAUAB0AMkAvHRwbGBcWBgECAUcAAQIBcAMBAAICAFQDAQAAAlYAAgACSgEAGhkLCgAUARQEBRQrASIHBgcGFBcWFxYyNzY3NjQnJicmAyc3FxEzETcXAfRxYV83OTk3X2HiYV83OTk3X2FxxDtfVF87Av85N19h4mFfNzk5N19h4mFfNzn9VMQ7YAFm/ppgOwAAAAEAAP+CA9EDOgAqATNACwQBAgAHAwIBAgJHS7AJUFhAIwABAgQCAQRtAAQDAgQDawYBAAACAQACYAADAwVYAAUFDQVJG0uwClBYQCgAAQIEAgEEbQAEAwIEA2sGAQAAAgEAAmAAAwUFA1QAAwMFWAAFAwVMG0uwDlBYQCMAAQIEAgEEbQAEAwIEA2sGAQAAAgEAAmAAAwMFWAAFBQ0FSRtLsA9QWEAoAAECBAIBBG0ABAMCBANrBgEAAAIBAAJgAAMFBQNUAAMDBVgABQMFTBtLsBVQWEAjAAECBAIBBG0ABAMCBANrBgEAAAIBAAJgAAMDBVgABQUNBUkbQCgAAQIEAgEEbQAEAwIEA2sGAQAAAgEAAmAAAwUFA1QAAwMFWAAFAwVMWVlZWVlAEwEAISAbGhUUCwkGBQAqASoHBRQrASIGBycRISc+ATMyFxYXFhQHBgcGIicmJyY1IxQXFhcWIDc2NzYQJyYnJgH0YK5CXQEefjWLTWdZVjM0NDNWWc5ZVjM0X0E/bG8BAm9sP0FBP2xvAzpJQ13+4n42OjQzVlnOWVYzNDQzVllngW9sP0FBP2xvAQJvbD9BAAMAAP+9A5UC/wATABwAJQBFQEIAAQMCAwECbQACBQMCBWsIAQAAAwEAA14HAQUEBAVUBwEFBQRYBgEEBQRMAQAkIyAfGxoXFhIRDgsGBAATARMJBRQrASIGDwEhIgYXEx4BMyEyNjcTMzUBFBYyNjQmIgYFFBYyNjQmIgYC7g4XBCj94BQZBVMEFg4BoQ4XBHWG/RIxRDExRDEBTTFFMTFFMQL/Ew6wHxT+sg4REg4B/VT9EiIxMUQxMSIjMDBGMTEAAAABAAD/agfQA1IAAgANQAoAAAAMAEkRAQUVKwUBIQPo/BgH0JYD6AAAAQAAAAEAACOXkENfDzz1AAsD6AAAAADU4ZsxAAAAANThmzEAAP9qB9ADUwAAAAgAAgAAAAAAAAABAAADUv9qAAAH0AAA//8H0AABAAAAAAAAAAAAAAAAAAAAFgPoAAAEAQAAA+gAAAPoAAADuAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAABTUAAAOwAAADFQAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAfQAAAAAAAAAIQA9AFAAbICWgKmAvgDSgOSBFgE5AUkBXYF+gY4BnwHFAdiCEAIogi2AAAAAQAAABYAaQAHAAAAAAACACAAMABzAAAAfgtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABAAgANQABAAAAAAACAAcAPQABAAAAAAADAAgARAABAAAAAAAEAAgATAABAAAAAAAFAAsAVAABAAAAAAAGAAgAXwABAAAAAAAKACsAZwABAAAAAAALABMAkgADAAEECQAAAGoApQADAAEECQABABABDwADAAEECQACAA4BHwADAAEECQADABABLQADAAEECQAEABABPQADAAEECQAFABYBTQADAAEECQAGABABYwADAAEECQAKAFYBcwADAAEECQALACYByUNvcHlyaWdodCAoQykgMjAxNyBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9udGVsbG9SZWd1bGFyZm9udGVsbG9mb250ZWxsb1ZlcnNpb24gMS4wZm9udGVsbG9HZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANwAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAG4AdABlAGwAbABvAFIAZQBnAHUAbABhAHIAZgBvAG4AdABlAGwAbABvAGYAbwBuAHQAZQBsAGwAbwBWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAG4AdABlAGwAbABvAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwALY2FydF91cGxvYWQGY29uZmlnEGNvbnRlbnRfZG93bmxvYWQMY29udGVudF9pbmZvCWNvbnRlbnRfcw5jb250ZW50X3VwbG9hZAhkb3dubG9hZAhleHRlcm5hbAxjaGVjay1zaGllbGQEbG9nbwdzaHVmZmxlBnVwbG9hZAxhZGQtZG9jdW1lbnQNYWRkLWRvY3VtZW50cwR1c2VyBWFsYXJtCnNldHRpbmdzLTEPZGF0YS1kb3dubG9hZC0xBnJlbG9hZA9zaG9wcGluZy1jYXJ0LTIFY2FyZXQAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1P/agNT/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("truetype");
}
.openfactura [hidden],
.openfactura .hidden {
  display: none !important;
}
.openfactura .rel,
.openfactura .dialogFullscreen__gallery {
  position: relative;
}
.openfactura .abs {
  position: absolute;
}
.openfactura .v-rotate {
  transform: scale(-1, 1);
}
.openfactura .rotate-90 {
  transform: rotate(90deg);
}
.openfactura .link {
  font-weight: 400;
  font-family: var(--second-font);
  font-size: 13px;
  line-height: 1.43;
  color: #1984f6;
  text-decoration: none;
}
.openfactura .button {
  font-weight: 400;
  font-family: var(--second-font);
  font-size: 14px;
  text-transform: uppercase;
}
.openfactura .list_style_none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.openfactura .content-spacer {
  flex: 1 1 auto;
}
.openfactura .hasNotification {
  position: relative;
}
.openfactura .hasNotification::after {
  position: absolute;
  top: 3px;
  right: 3px;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--color-error);
  border: 1px solid var(--color-surface);
}
.openfactura .hasNotification svg-icon-sprite {
  display: flex;
}
.openfactura .hasNotificationCounter {
  position: relative;
}
.openfactura .hasNotificationCounter .counter {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 16px;
  width: 14px;
  border-radius: 3px;
  line-height: 10px;
  font-size: 12px;
  font-family: var(--second-font);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-surface);
  background: var(--color-primary);
  pointer-events: none;
}
.openfactura .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.openfactura body .p-t-0 {
  padding-top: 0;
}
.openfactura body .p-t-24 {
  padding-top: 24px;
}
.openfactura body .p-b-0 {
  padding-bottom: 0;
}
.openfactura body .m-b-40 {
  margin-bottom: 40px;
}
.openfactura .upper,
.openfactura .menuList__content-list .menuList__content .menuList__content-title,
.menuList__content-list .menuList__content .openfactura .menuList__content-title {
  text-transform: uppercase;
}
.openfactura .nowrap {
  white-space: nowrap;
}
.openfactura .body2,
.openfactura .confirmationComponent .confirmationComponent__question-wrapper,
.confirmationComponent .openfactura .confirmationComponent__question-wrapper {
  font-size: 13px;
  line-height: 20px;
  color: var(--color-text-medium);
}
.openfactura .font15,
.openfactura .menu,
.openfactura .listDoc__item_list > span {
  font-weight: 400;
  font-family: var(--second-font);
  font-size: 15px;
  line-height: 1.86;
}
.openfactura .menu {
  line-height: 1.6;
}
.openfactura .fontInput,
.openfactura .docs_wrapperV2__input .mat-mdc-input-element {
  font-family:
    Roboto,
    "Circular Book",
    sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.openfactura .title,
.openfactura .subheader,
.openfactura .subheader2,
.openfactura .configWrapper .panelTemplates__top_ttl,
.openfactura .configWrapper .panelSettings .accordion__item_header,
.openfactura .body1,
.openfactura .configWrapper .panelTemplates__item > span.panelTemplates__ttl,
.openfactura .configWrapper .panelSettings .accordion__item_body,
.openfactura .configWrapper .dialog_form-group2.top-aligned-check .mdc-form-field > label,
.openfactura .configWrapper .mat-radio-button .mdc-form-field .title,
.openfactura .body2,
.openfactura .confirmationComponent .confirmationComponent__question-wrapper,
.confirmationComponent .openfactura .confirmationComponent__question-wrapper {
  font-family: var(--second-font);
  margin: 0;
  -webkit-font-smoothing: auto;
}
.openfactura .title,
.openfactura .subheader,
.openfactura .menu,
.openfactura .body1,
.openfactura .configWrapper .panelTemplates__item > span.panelTemplates__ttl,
.openfactura .configWrapper .panelSettings .accordion__item_body,
.openfactura .configWrapper .dialog_form-group2.top-aligned-check .mdc-form-field > label,
.openfactura .configWrapper .mat-radio-button .mdc-form-field .title,
.openfactura .body2,
.openfactura .confirmationComponent .confirmationComponent__question-wrapper,
.confirmationComponent .openfactura .confirmationComponent__question-wrapper {
  color: var(--color-text-high) !important;
}
.openfactura .title {
  font-size: 20px;
  line-height: 28px;
}
.openfactura .subheader {
  font-size: 15px;
  line-height: 24px;
}
.openfactura .subheader2,
.openfactura .configWrapper .panelTemplates__top_ttl,
.openfactura .configWrapper .panelSettings .accordion__item_header {
  font-size: 15px;
  line-height: 24px;
  color: var(--color-text-medium);
}
.openfactura .menu {
  font-family: var(--second-font);
  font-size: 13px;
  line-height: 24px;
  -webkit-font-smoothing: auto;
}
.openfactura .headline {
  color: var(--color-text-high);
  font: 400 24px/32px var(--second-font);
}
.openfactura .body1,
.openfactura .configWrapper .panelTemplates__item > span.panelTemplates__ttl,
.openfactura .configWrapper .panelSettings .accordion__item_body,
.openfactura .configWrapper .dialog_form-group2.top-aligned-check .mdc-form-field > label,
.openfactura .configWrapper .mat-radio-button .mdc-form-field .title,
.openfactura .body2,
.openfactura .confirmationComponent .confirmationComponent__question-wrapper,
.confirmationComponent .openfactura .confirmationComponent__question-wrapper {
  font-size: 13px;
  line-height: 20px;
}
.openfactura .body2,
.openfactura .confirmationComponent .confirmationComponent__question-wrapper,
.confirmationComponent .openfactura .confirmationComponent__question-wrapper {
  color: var(--color-text-medium) !important;
}
.openfactura .titleContainer {
  height: 64px;
  display: flex;
  align-items: center;
}
.openfactura .columnLayout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.openfactura .block {
  display: block;
}
.openfactura .inline-block {
  display: inline-block;
}
.openfactura .flexColumn {
  display: flex;
  flex-direction: column;
}
.openfactura .flexColumn > * {
  width: 100%;
}
.openfactura .flexColumn > header {
  min-height: 56px;
  padding: 0 8px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12), inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.openfactura .flexColumn footer {
  display: flex;
  height: 56px;
  padding: 8px 16px;
  align-items: center;
  flex-shrink: 0;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12), inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.openfactura .flexColumn__content-scrollable {
  overflow-y: auto;
  flex: 1;
}
.openfactura .centerHorizontal {
  display: flex;
  align-items: center;
}
.openfactura .s-extend {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.openfactura .sticked-element {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.openfactura .sticked-element .no-shrink {
  flex-shrink: 0;
}
.openfactura .sticked-element .max-height {
  height: 100%;
  overflow-y: auto;
  margin: 0;
  max-height: none;
}
.openfactura .w100 {
  width: 100%;
}
.openfactura .flex,
.openfactura .blockNotification,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.flex_center,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.toast,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale__scale,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.flex_center,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.toast,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale,
.openfactura .customMatAutocomplete__header,
.openfactura .customMatAutocomplete__footer,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__header,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__header,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__footer,
.openfactura .customFieldInput__inner,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customFieldInput__inner,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customFieldInput__inner,
.openfactura .dialogFullscreen__header-actions,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.dialogFullscreen__header-actions,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.dialogFullscreen__header-actions,
.openfactura .listDoc__item_list,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.listDoc__item_list,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.listDoc__item_list,
.openfactura .confirmationComponent__title,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.confirmationComponent__title,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.confirmationComponent__title,
.openfactura .dialogFullscreen__aside-container,
.openfactura .confirmationComponent__answers,
.openfactura .customTab__nav,
.openfactura .dialogFullscreen__content,
.openfactura .menuList__item,
.openfactura .flex_wrap,
.openfactura .flex_end,
.openfactura .flex_column,
.openfactura .configWrapper .panelTemplates__top,
.openfactura .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .flex_column_start,
.openfactura .flex_column_end,
.openfactura .flex_center,
.openfactura .configuration-block_line,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
.openfactura .personalizationContainer .toast,
.openfactura .personalizationContainer .blockScale__scale,
.openfactura .personalizationContainer .blockScale,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura .flex_between,
.openfactura .flex_between_center,
.openfactura .mat-mdc-button.has-svg .mdc-button__label,
.openfactura .mat-mdc-button.has-icon .mdc-button__label,
.openfactura .dialogFullscreen__header,
.openfactura .dialogDatepicker__header,
.openfactura .pageHeading__inner,
.openfactura .flex_start_center,
.openfactura .flex_end_center,
.openfactura .dialogFooter,
.openfactura .dialogDatepicker__footer,
.openfactura .flex_justify_end,
.openfactura .configWrapper .tableGrid .tableGrid__bottom,
.openfactura .flex_justify_center,
.openfactura .configWrapper .tableGrid .tableGrid__item,
.openfactura .flex_center_center,
.openfactura .noElements,
.openfactura .nonActive .nonActive__wrapper,
.openfactura .image-uploader__upload-area label,
.openfactura .primaryTable__preview,
.openfactura .dialogFullscreen__gallery,
.openfactura .dialogFullscreen__aside-actions,
.openfactura .wrapper_validate,
.openfactura .uploadImage__item,
.openfactura .uploadImage__default label,
.uploadImage__default .openfactura label,
.openfactura .image-uploader__upload-area label,
.image-uploader__upload-area .openfactura label,
.openfactura .menuList__item-image,
.openfactura .sAnnounce .sAnnounce__icon,
.sAnnounce .openfactura .sAnnounce__icon,
.openfactura .docV2 .circle,
.docV2 .openfactura .circle,
.openfactura .doc__header-main .circle,
.doc__header-main .openfactura .circle,
.openfactura .flex-wrap,
.openfactura .flex-end,
.openfactura .flex-column,
.openfactura .flex-column_start,
.openfactura .flex-column_end,
.openfactura .flex-center,
.openfactura .flex-between,
.openfactura .flex-between_center,
.openfactura .flex-start_center,
.openfactura .flex-end_center,
.openfactura .flex-justify_end,
.openfactura .flex-justify_center,
.openfactura .flex-center_center {
  display: flex;
}
.openfactura .flex-inline {
  display: inline-flex;
}
.openfactura .flex_wrap,
.openfactura .flex-wrap {
  flex-wrap: wrap;
}
.openfactura .flex_end,
.openfactura .flex-end {
  align-items: flex-end;
}
.openfactura .flex_column,
.openfactura .configWrapper .panelTemplates__top,
.openfactura .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .dialogFullscreen__aside-container,
.openfactura .confirmationComponent__answers,
.openfactura .flex-column {
  flex-direction: column;
}
.openfactura .flex_column_start,
.openfactura .flex-column-start {
  flex-direction: column;
  align-items: flex-start;
}
.openfactura .flex_column_end,
.openfactura .flex-column-end {
  flex-direction: column;
  align-items: flex-end;
}
.openfactura .flex_center,
.openfactura .configuration-block_line,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
.openfactura .personalizationContainer .toast,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer .blockScale__scale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer .blockScale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.flex_center,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.flex_center,
.openfactura .customMatAutocomplete__header,
.openfactura .customMatAutocomplete__footer,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__header,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__header,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__footer,
.openfactura .customFieldInput__inner,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customFieldInput__inner,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customFieldInput__inner,
.openfactura .dialogFullscreen__header-actions,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.dialogFullscreen__header-actions,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.dialogFullscreen__header-actions,
.openfactura .listDoc__item_list,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.listDoc__item_list,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.listDoc__item_list,
.openfactura .confirmationComponent__title,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.confirmationComponent__title,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.confirmationComponent__title,
.openfactura .flex-center {
  align-items: center;
}
.openfactura .flex_between,
.openfactura .personalizationContainer .toast,
.openfactura .personalizationContainer .blockScale__scale,
.openfactura .personalizationContainer .blockScale,
.openfactura .flex-between {
  justify-content: space-between;
}
.openfactura .flex_between_center,
.openfactura .mat-mdc-button.has-svg .mdc-button__label,
.openfactura .mat-mdc-button.has-icon .mdc-button__label,
.openfactura .dialogFullscreen__header,
.openfactura .dialogDatepicker__header,
.openfactura .pageHeading__inner,
.openfactura .flex-between-center {
  justify-content: space-between;
  align-items: center;
}
.openfactura .flex_start_center,
.openfactura .flex-start-center {
  justify-content: flex-start;
  align-items: center;
}
.openfactura .flex_end_center,
.openfactura .dialogFooter,
.openfactura .dialogDatepicker__footer,
.openfactura .flex-end-center {
  justify-content: flex-end;
  align-items: center;
}
.openfactura .flex_justify_end,
.openfactura .configWrapper .tableGrid .tableGrid__bottom,
.openfactura .flex-justify-end {
  justify-content: flex-end;
}
.openfactura .flex_justify_center,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura .configWrapper .tableGrid .tableGrid__item,
.openfactura .flex-justify-center {
  justify-content: center;
}
.openfactura .flex_center_center,
.openfactura .noElements,
.openfactura .nonActive .nonActive__wrapper,
.openfactura .image-uploader__upload-area label,
.openfactura .primaryTable__preview,
.openfactura .dialogFullscreen__gallery,
.openfactura .dialogFullscreen__aside-actions,
.openfactura .wrapper_validate,
.openfactura .uploadImage__item,
.openfactura .uploadImage__default label,
.uploadImage__default .openfactura label,
.image-uploader__upload-area .openfactura label,
.openfactura .menuList__item-image,
.openfactura .sAnnounce .sAnnounce__icon,
.sAnnounce .openfactura .sAnnounce__icon,
.openfactura .docV2 .circle,
.docV2 .openfactura .circle,
.openfactura .doc__header-main .circle,
.doc__header-main .openfactura .circle,
.openfactura .flex-center-center {
  justify-content: center;
  align-items: center;
}
.openfactura .fl-center-vertical {
  display: flex;
  align-items: center;
}
.openfactura .p-b-24 {
  padding-bottom: 24px;
}
.openfactura .fm-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  font-family: var(--second-font);
  font-weight: 500;
  border-radius: 8px;
  color: var(--color-text-medium);
  background-color: #bdbdbd;
}
.openfactura .fm-label.fm-label_112 {
  min-width: 112px;
  padding: 0 4px;
  text-align: center;
}
.openfactura .fm-label.success {
  color: var(--color-on-success);
  background-color: var(--color-success);
}
.openfactura .fm-label.error {
  color: var(--color-on-error);
  background-color: var(--color-error);
}
.openfactura .fm-label.info {
  color: var(--color-on-primary);
  background-color: var(--color-primary);
}
.openfactura .fm-label.warning {
  color: var(--color-on-warning);
  background-color: var(--color-warning);
}
.openfactura .fm-label.separate {
  margin-left: 8px;
  margin-right: 8px;
}
.openfactura .fm-label.fm-label_v2 {
  height: 24px;
  line-height: 24px;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  text-align: center;
  color: var(--color-text-high);
}
.openfactura .ico {
  display: inline-block;
  vertical-align: middle;
  max-height: 18px;
  max-width: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.openfactura .ico path {
  stroke: #353F47;
  fill: none;
}
.openfactura .icon {
  display: inline-block;
  min-width: 15px;
  min-height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.openfactura .docModal__body .mat-form-field-suffix .mat-icon {
  color: var(--color-icon-60);
}
.openfactura .docModal__body .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 970px;
}
.openfactura .docModal__body .row {
  margin-left: -15px;
  margin-right: -15px;
}
.openfactura .docModal__body .row:before,
.openfactura .docModal__body .row:after {
  border-spacing: 0;
}
.openfactura .docModal__body .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.openfactura .docModal__body .col {
  float: left;
}
.openfactura .docModal__body .clearfix {
  content: " ";
  display: table;
}
.openfactura .docModal__body .clearfix:before,
.openfactura .docModal__body .clearfix:after {
  content: " ";
  display: table;
}
.openfactura .docModal__body .container:before,
.openfactura .docModal__body .container:after {
  content: " ";
  display: table;
}
.openfactura .docModal__body .row:before,
.openfactura .docModal__body .row:after {
  content: " ";
  display: table;
}
.openfactura .docModal__body .clearfix:after,
.openfactura .docModal__body .container:after,
.openfactura .docModal__body .row:after {
  clear: both;
}
.openfactura .docModal__body .s-container,
.openfactura .docModal__body .s-container-f {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.openfactura .docModal__body .s-container-f {
  max-width: 1280px;
}
.openfactura .docModal__body .s-row {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  flex-wrap: wrap;
}
.openfactura .docModal__body .s-row .col-1,
.openfactura .docModal__body .s-row .col-2,
.openfactura .docModal__body .s-row .col-3,
.openfactura .docModal__body .s-row .col-4,
.openfactura .docModal__body .s-row .col-5,
.openfactura .docModal__body .s-row .col-6,
.openfactura .docModal__body .s-row .col-7,
.openfactura .docModal__body .s-row .col-8,
.openfactura .docModal__body .s-row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.openfactura .docModal__body .s-row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin: 0;
}
.openfactura .docModal__body .s-row .col-1 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.openfactura .docModal__body .s-row .col-2 {
  flex: 0 0 25%;
  max-width: 25%;
}
.openfactura .docModal__body .s-row .col-3 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.openfactura .docModal__body .s-row .col-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
.openfactura .docModal__body .s-row .col-5 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.openfactura .docModal__body .s-row .col-6 {
  flex: 0 0 75%;
  max-width: 75%;
}
.openfactura .docModal__body .s-row .col-7 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.openfactura .docModal__body .s-row .col-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
.openfactura .docModal__body .s-row .offset-1 {
  margin-left: 12.5%;
}
.openfactura .docModal__body .s-row .offset-2 {
  margin-left: 25%;
}
.openfactura .docModal__body .s-row .offset-3 {
  margin-left: 37.5%;
}
.openfactura .docModal__body .s-row .offset-4 {
  margin-left: 50%;
}
.openfactura .docModal__body .s-row .offset-5 {
  margin-left: 62.5%;
}
.openfactura .docModal__body .s-row .offset-6 {
  margin-left: 75%;
}
.openfactura .docModal__body .s-row .offset-7 {
  margin-left: 87.5%;
}
.openfactura .flatpickr-calendar {
  width: 328px;
  z-index: 1011;
}
.openfactura .flatpickr-calendar .flatpickr-month {
  height: 56px;
}
.openfactura .flatpickr-calendar .flatpickr-current-month {
  padding-top: 0;
}
.openfactura .flatpickr-calendar .flatpickr-current-month span.cur-month,
.openfactura .flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-size: 14px;
  font-family: "Circular Medium", sans-serif;
  font-weight: 500;
}
.openfactura .flatpickr-calendar .flatpickr-current-month span.cur-month {
  margin-left: 33px;
}
.openfactura .flatpickr-calendar .flatpickr-current-month span.cur-month:hover {
  background-color: transparent;
  opacity: 0.7;
}
.openfactura .flatpickr-calendar .flatpickr-weekdays {
  padding: 0 0 0 13px;
  justify-content: flex-start;
}
.openfactura .flatpickr-calendar .flatpickr-weekday {
  width: 40px;
  min-width: 39px;
  height: 40px;
  margin: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  flex-grow: 0;
}
.openfactura .flatpickr-calendar .flatpickr-days {
  width: 100%;
  justify-content: flex-start;
  font-size: 0;
  padding: 0 0 12px 13px;
}
.openfactura .flatpickr-calendar .flatpickr-days .dayContainer {
  justify-content: flex-start;
}
.openfactura .flatpickr-calendar .flatpickr-day {
  height: 40px;
  width: 40px;
  margin: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
  flex-shrink: 0;
  color: #424242;
  font-size: 12px;
}
.openfactura .flatpickr-calendar .flatpickr-day.today {
  color: #1984f6;
  border-color: transparent;
}
.openfactura .flatpickr-calendar .flatpickr-day.today.inRange {
  border-color: transparent;
}
.openfactura .flatpickr-calendar .flatpickr-day.inRange {
  box-shadow: none;
  border-color: #1984f6;
  background-color: #1984f6;
  color: #fff;
}
.openfactura .flatpickr-calendar .flatpickr-day.inRange:hover {
  color: #1984f6;
  border-color: #1984f6;
  background-color: transparent;
}
.openfactura .flatpickr-calendar .flatpickr-day.startRange,
.openfactura .flatpickr-calendar .flatpickr-day.endRange {
  color: #fff;
  background-color: #1984f6;
  border-color: #1984f6;
}
.openfactura .flatpickr-calendar .flatpickr-day.startRange.inRange,
.openfactura .flatpickr-calendar .flatpickr-day.endRange.inRange {
  color: #fff;
}
.openfactura .flatpickr-calendar .flatpickr-day.startRange.inRange:hover,
.openfactura .flatpickr-calendar .flatpickr-day.endRange.inRange:hover {
  background-color: #1984f6;
}
.openfactura .flatpickr-calendar .flatpickr-day.startRange.selected,
.openfactura .flatpickr-calendar .flatpickr-day.endRange.selected {
  background-color: #1984f6;
  border-color: #1984f6;
}
.openfactura .flatpickr-calendar .flatpickr-day.startRange:hover,
.openfactura .flatpickr-calendar .flatpickr-day.endRange:hover {
  color: #fff;
}
.openfactura .flatpickr-calendar .flatpickr-day.selected {
  color: #fff;
  border: 1px solid #1984f6;
  background-color: #1984f6;
}
.openfactura .flatpickr-calendar .flatpickr-day.selected:hover {
  color: #1984f6;
  background-color: transparent;
}
.openfactura .flatpickr-calendar .flatpickr-day:hover {
  border: 1px solid #1984f6;
  background: none;
}
.openfactura .flatpickr-calendar .flatpickr-day.prevMonthDay {
  visibility: hidden;
}
.openfactura .flatpickr-calendar .flatpickr-day.nextMonthDay {
  visibility: hidden;
  display: none;
}
.openfactura .flatpickr-calendar .flatpickr-next-month,
.openfactura .flatpickr-calendar .flatpickr-prev-month,
.openfactura .flatpickr-calendar .flatpickr-current-month {
  top: 16px;
}
.openfactura .flatpickr-calendar .flatpickr-next-month,
.openfactura .flatpickr-calendar .flatpickr-prev-month {
  height: 24px;
  width: 24px;
  padding: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.openfactura .flatpickr-calendar .flatpickr-next-month:hover svg,
.openfactura .flatpickr-calendar .flatpickr-prev-month:hover svg {
  fill: rgba(0, 0, 0, 0.54);
}
.openfactura .flatpickr-calendar .flatpickr-next-month {
  right: 23px !important;
}
.openfactura .flatpickr-calendar .flatpickr-prev-month {
  left: 21px !important;
}
.openfactura .flatpickr-calendar .flatpickr-day.selected.startRange + .endRange,
.openfactura .flatpickr-calendar .flatpickr-day.startRange.startRange + .endRange,
.openfactura .flatpickr-calendar .flatpickr-day.endRange.startRange + .endRange {
  box-shadow: none;
}
.openfactura #holderContainer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.openfactura #holderContainer.hold {
  z-index: 1010;
}
.openfactura #holderContainer .holderContainer_backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  pointer-events: auto;
  opacity: 0;
}
.openfactura .containerCalendarInline .flatpickr-input {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.openfactura .containerCalendarInline .flatpickr-calendar.inline {
  margin-top: -16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 0;
}
.openfactura .containerCalendarInline .flatpickr-calendar:before,
.openfactura .containerCalendarInline .flatpickr-calendar:after {
  display: none;
}
.openfactura app-erp {
  display: block;
  height: 100%;
}
.openfactura .matSidenavContainer {
  height: 100%;
  background-color: transparent;
}
.openfactura .matSidenavContent {
  display: flex;
  height: 100%;
}
.openfactura .dteLayoutWrapper {
  position: relative;
  display: flex;
  height: 100%;
}
.openfactura .dte-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 72px);
}
.openfactura .upbar1 .dte-wrapper {
  height: calc(100% - 72px - 56px);
}
.openfactura .upbar2 .dte-wrapper {
  height: calc(100% - 72px - 112px);
}
.openfactura .docsBox {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.openfactura .docsBox .docsContent__wrapper,
.openfactura .docsBox .innerModuleWrapper {
  overflow: auto;
}
.openfactura .docsBox .docsContent__wrapper {
  height: 100%;
}
.openfactura .innerModuleWrapper {
  height: 100%;
  width: 100%;
}
.openfactura .innerModuleWrapper .docsContent__wrapper,
.openfactura .innerModuleWrapper .docsContent,
.openfactura .innerModuleWrapper app-listview {
  height: 100%;
}
.openfactura .innerModuleWrapper app-listview {
  display: block;
}
.openfactura .appWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 72px);
}
.openfactura .s-count {
  display: inline-block;
  height: 16px;
  min-width: 14px;
  padding: 0 3px;
  border-radius: 3px;
  text-align: center;
  font: 700 12px/16px "Lato-Bold", sans-serif !important;
  color: #fafafa;
  background-color: var(--color-primary);
  z-index: 1;
}
.openfactura .mat-mdc-icon-button .s-count {
  position: absolute;
  right: 5px;
  top: 4px;
}
.openfactura .f-panel {
  position: absolute;
  display: none;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-sharp);
  transition: all 0.3s ease;
}
.openfactura .f-panel.xs {
  right: -250px;
  width: 250px;
}
.openfactura .f-panel.sm {
  right: -488px;
  width: 488px;
}
.openfactura .f-panel.md {
  right: -520px;
  width: 520px;
}
.openfactura .f-panel.lg {
  right: -700px;
  width: 700px;
}
.openfactura .f-panel.xl {
  right: -850px;
  width: 850px;
}
.openfactura .f-panel.p-90 {
  right: -90%;
  width: 90%;
}
.openfactura .f-panel.is-visible {
  display: block;
  z-index: 251;
}
.openfactura .f-panel.active {
  right: 0;
  transition: right 0.3s ease;
}
.openfactura .f-panel .navbar {
  position: absolute;
  width: 100%;
  min-width: auto;
  padding: 0 24px;
  z-index: 1;
}
.openfactura .f-panel .navbar.active-search .form__group {
  width: 100%;
}
.openfactura .f-panel .navbar.active-search .f-panel_search {
  margin-left: 32px;
}
.openfactura .f-panel .f-panel-close {
  margin: 0;
  height: 35px;
  width: 35px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/electronic_doc_component/close_light.svg);
}
.openfactura .f-panel .f-panel__body {
  position: relative;
  padding: 96px 0 16px;
  overflow-y: auto;
  height: 100%;
  z-index: 1;
}
.openfactura .f-panel .form__group_icons {
  margin: 0;
}
.openfactura .f-panel-company-info.f-panel {
  width: 360px;
  right: -360px;
  padding-top: 64px;
  background-color: var(--color-background);
}
.openfactura .f-panel-company-info.f-panel .navbar {
  height: 64px;
  padding: 0 16px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}
.openfactura .f-panel-company-info.f-panel .navbar .mat-mdc-icon-button {
  color: rgba(255, 255, 255, 0.7);
}
.openfactura .f-panel-company-info.f-panel .navbar .title {
  color: var(--color-sharp);
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}
.openfactura .f-panel-company-info.f-panel .f-panel-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 192px;
  background-color: #1984f6;
  z-index: -1;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.openfactura .f-panel-company-info.f-panel .f-panel__body {
  padding-top: 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.openfactura .f-panel.f-panel-scrollable {
  height: 100%;
  overflow-y: auto;
}
.openfactura .f-panel.f-panel-scrollable .navbar {
  position: fixed;
  left: auto;
  background-color: #1984f6;
  z-index: 5;
}
.openfactura .f-panel.f-panel-scrollable .f-panel__body {
  height: auto;
}
.openfactura .f-panel.f-panel-scrollable.scrolled .navbar {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.24);
}
.openfactura .f-panel.f-panel-scrollable.scrolled .f-panel-back {
  height: 64px;
}
.openfactura .f-panel.f-panel-scrollable.f-panel-company-info .navbar {
  width: 360px;
}
.openfactura .f-bg-gag {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: background-color 0.7s ease;
}
.openfactura .f-bg-gag.active {
  background-color: rgba(53, 63, 71, 0.38);
  transition: background-color 0.3s ease;
  cursor: pointer;
  z-index: 250;
}
.openfactura .mat-drawer.ofSidenav {
  width: 360px;
  border-radius: 8px 0 0 8px;
  box-shadow:
    0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.openfactura .mat-drawer.ofSidenav .mat-progress-bar,
.openfactura .mat-dialog-container .ofSidenav .mat-progress-bar {
  position: absolute;
  left: 0;
  right: 0;
}
.openfactura .mat-drawer.ofSidenav .mat-drawer-inner-container,
.openfactura .mat-dialog-container .ofSidenav .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
}
.openfactura .mat-drawer.ofSidenav .mat-drawer-inner-container > header,
.openfactura .mat-dialog-container .ofSidenav .mat-drawer-inner-container > header {
  padding-left: 72px;
  background-color: transparent;
}
.openfactura .mat-drawer.ofSidenav .mat-drawer-inner-container > header .mat-mdc-icon-button,
.openfactura .mat-dialog-container .ofSidenav .mat-drawer-inner-container > header .mat-mdc-icon-button {
  position: absolute;
  left: 8px;
  top: 12px;
  color: var(--color-icon-60);
}
.openfactura .mat-drawer.ofSidenav .mat-drawer-inner-container h2,
.openfactura .mat-dialog-container .ofSidenav .mat-drawer-inner-container h2 {
  margin: 0;
  padding: 19px 0;
  font-weight: 400;
  font-family: var(--second-font);
  font-size: 20px;
  line-height: 28px;
  color: var(--color-text-high);
}
.openfactura .mat-drawer.ofSidenav .flexColumn,
.openfactura .mat-dialog-container .ofSidenav .flexColumn {
  flex: 1;
  overflow: auto;
}
.openfactura .mat-drawer.ofSidenav .flexColumn > footer,
.openfactura .mat-dialog-container .ofSidenav .flexColumn > footer {
  display: flex;
  justify-content: space-between;
}
.openfactura .mat-drawer.ofSidenav .docsPagination,
.openfactura .mat-dialog-container .ofSidenav .docsPagination {
  display: inline-flex;
  align-items: center;
  color: var(--color-text-medium);
  font-family: var(--second-font);
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search,
.openfactura .mat-dialog-container .ofSidenav .navbar__search {
  padding: 12px 20px;
  white-space: normal;
}
.openfactura .mat-drawer.ofSidenav .navbar__search input,
.openfactura .mat-dialog-container .ofSidenav .navbar__search input {
  height: 32px;
  width: 128px;
  padding: 0 8px 0 40px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: none !important;
  font-weight: 400;
  font-family: var(--second-font);
  font-size: 14px;
  line-height: 32px;
  color: var(--color-text-medium);
  background: transparent url(/assets/images/icons/sprite-icons/add.svg) 8px center no-repeat;
}
.openfactura .mat-drawer.ofSidenav .navbar__search input:focus,
.openfactura .mat-dialog-container .ofSidenav .navbar__search input:focus {
  border-color: transparent;
  background-image: none;
  padding: 0 8px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search input:focus::-webkit-input-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.openfactura .mat-drawer.ofSidenav .navbar__search input:focus:-moz-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search input:focus:-moz-placeholder {
  opacity: 0;
}
.openfactura .mat-drawer.ofSidenav .navbar__search input:focus::-moz-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search input:focus::-moz-placeholder {
  opacity: 0;
}
.openfactura .mat-drawer.ofSidenav .navbar__search input:focus:-ms-input-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search input:focus:-ms-input-placeholder {
  opacity: 0;
}
.openfactura .mat-drawer.ofSidenav .navbar__search ::-webkit-input-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search ::-webkit-input-placeholder {
  font-size: 14px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search :-moz-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search :-moz-placeholder {
  opacity: 1;
  font-size: 14px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search ::-moz-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search ::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search :-ms-input-placeholder,
.openfactura .mat-dialog-container .ofSidenav .navbar__search :-ms-input-placeholder {
  font-size: 14px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search .mat-mdc-icon-button.close,
.openfactura .mat-dialog-container .ofSidenav .navbar__search .mat-mdc-icon-button.close {
  display: none;
}
.openfactura .mat-drawer.ofSidenav .navbar__search .wrap__selectedItem,
.openfactura .mat-dialog-container .ofSidenav .navbar__search .wrap__selectedItem {
  position: static;
  display: inline-block;
  max-width: 100%;
  margin-left: -4px;
  margin-right: -4px;
  vertical-align: middle;
  overflow: hidden;
}
.openfactura .mat-drawer.ofSidenav .navbar__search .wrap__selectedItem .selectedItem,
.openfactura .mat-dialog-container .ofSidenav .navbar__search .wrap__selectedItem .selectedItem {
  display: inline-flex;
  margin-right: 8px;
  margin-left: 0;
  margin-bottom: 8px;
  max-width: 100%;
}
.openfactura .mat-drawer.ofSidenav .navbar__search .wrap__selectedItem .selectedItem span,
.openfactura .mat-dialog-container .ofSidenav .navbar__search .wrap__selectedItem .selectedItem span {
  display: block;
  text-overflow: ellipsis;
}
.openfactura .mat-drawer.ofSidenav .navbar__search .filterInput__wrapper,
.openfactura .mat-dialog-container .ofSidenav .navbar__search .filterInput__wrapper {
  display: inline-block;
  width: 99.9%;
  margin-left: -4px;
  margin-right: -4px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search-box,
.openfactura .mat-dialog-container .ofSidenav .navbar__search-box {
  border-radius: 4px;
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12),
    0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.openfactura .mat-drawer.ofSidenav .navbar__search-box ul,
.openfactura .mat-dialog-container .ofSidenav .navbar__search-box ul {
  display: flex;
  flex-direction: column;
}
.openfactura .mat-drawer.ofSidenav .navbar__search-box ul li,
.openfactura .mat-dialog-container .ofSidenav .navbar__search-box ul li {
  height: auto;
  min-height: 40px;
  padding: 9px 24px;
  line-height: 22px;
  font-size: 16px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search-box ul li span,
.openfactura .mat-dialog-container .ofSidenav .navbar__search-box ul li span {
  color: var(--color-text-medium);
  font-size: 14px;
}
.openfactura .mat-drawer.ofSidenav .navbar__search-box.navbar__search-box_manual li,
.openfactura .mat-dialog-container .ofSidenav .navbar__search-box.navbar__search-box_manual li {
  display: block;
  color: var(--color-text-high);
}
.openfactura .mat-drawer.ofSidenav .navbar__search-box.navbar__search-box_manual li span,
.openfactura .mat-dialog-container .ofSidenav .navbar__search-box.navbar__search-box_manual li span {
  margin-left: 0;
  white-space: nowrap;
}
.openfactura .mat-drawer.ofSidenav .docV2 header,
.openfactura .mat-dialog-container .ofSidenav .docV2 header {
  border-bottom: none;
}
.openfactura .mat-drawer.ofSidenav .docCheckV2:hover .circle,
.openfactura .mat-dialog-container .ofSidenav .docCheckV2:hover .circle {
  display: flex;
}
.openfactura .mat-drawer.ofSidenav app-issued-item + app-issued-item .docV2 header,
.openfactura .mat-dialog-container .ofSidenav app-issued-item + app-issued-item .docV2 header {
  border-top: 1px solid #e0e0e0;
}
.openfactura .mat-drawer.ofSidenav .filter__short-list .navbar__search-box ul,
.openfactura .mat-dialog-container .ofSidenav .filter__short-list .navbar__search-box ul {
  flex-direction: column-reverse;
}
.openfactura .mat-drawer.ofSidenav .filter__short-list .navbar__search-box ul li,
.openfactura .mat-dialog-container .ofSidenav .filter__short-list .navbar__search-box ul li {
  color: var(--color-text-high);
}
.openfactura .noDocs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.openfactura .noDocs .headline {
  margin: 0;
  font-size: 26px;
}
.openfactura .noDocs p {
  margin: 8px 0 12px;
  font: 14px/28px "Circular Book";
  color: var(--color-text-medium);
}
.openfactura .noDocs button {
  margin-top: 0;
}
.openfactura .noDocs .noDocs__inner {
  position: relative;
  min-height: 120px;
  max-width: 432px;
  padding-left: 136px;
  text-align: left;
}
.openfactura .noDocs .noDocs__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background-color: var(--color-background);
  z-index: 1;
}
.openfactura .noDocs .noDocs__inner:after {
  content: "";
  position: absolute;
  left: 56px;
  top: 56px;
  height: 64px;
  width: 64px;
  background: no-repeat center center;
  background-size: 74% !important;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.openfactura .noDocs__recieved .noDocs__inner:after {
  background: url(/assets/images/icons/sidebar_icons/inbox.svg) center 7px no-repeat;
}
.openfactura .noDocs__issued .noDocs__inner:after {
  background: url(/assets/images/icons/sidebar_icons/outbox.svg) center 2px no-repeat;
}
.openfactura .attachmentsList {
  padding: 16px 0;
}
.openfactura .attachmentsList h4 {
  margin: 4px 0 8px;
  color: var(--color-text-medium);
  font-weight: 400;
  font-family: var(--second-font);
}
.openfactura .attachmentItem {
  display: inline-flex;
  align-items: center;
  margin: 4px 0;
  padding: 4px 12px;
  font-size: 14px;
  color: #1984f6;
  border-radius: 16px;
  background-color: rgba(25, 132, 246, 0.12);
}
.openfactura .attachmentItem i {
  display: inline-block;
  margin-right: 8px;
}
.openfactura a.attachmentItem {
  text-decoration: none;
}
.openfactura a.attachmentItem:hover {
  opacity: 0.8;
}
.openfactura .chipsList__wrapper {
  min-height: 216px;
}
.openfactura .chipsList {
  position: relative;
  display: flex;
  min-height: 55px;
  margin-left: -24px;
  margin-right: -24px;
  padding: 4px 24px 2px;
  overflow: hidden;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.openfactura .chipsList > .mat-form-field {
  width: 100%;
}
.openfactura .chipsList .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1px;
}
.openfactura .chipsList .chipsList__label {
  position: absolute;
  top: 17px;
  min-width: 56px;
  font-size: 14px;
  opacity: 0;
  z-index: 0;
}
.openfactura .chipsList .mdc-evolution-chip-set__chips {
  min-height: 40px;
}
.openfactura .chipsList .mat-mdc-chip,
.openfactura .chipsList .mat-mdc-chip-input {
  font: 14px/18px "Circular Book", sans-serif;
}
.openfactura .chipsList .mat-form-field-infix {
  border-top: none;
}
.openfactura .chipsList .mat-form-field-underline {
  display: none;
}
.openfactura .chipsList._edit .chipsList__label {
  opacity: 1;
}
.openfactura .chipsList._edit .mdc-evolution-chip-set__chips > :first-child {
  margin-left: 56px;
}
.openfactura .chipsList._edit #chipsLeft {
  display: none;
}
.openfactura .chipsList:not(._edit) .mat-mdc-chip.mat-mdc-standard-chip {
  padding-left: 0;
  padding-right: 4px;
  background-color: transparent;
}
.openfactura .chipsList:not(._edit) .mat-mdc-chip.mat-mdc-standard-chip:after {
  content: ",";
  font: 14px/18px "Circular Book", sans-serif;
  position: absolute;
  right: 0;
}
.openfactura .chipsList:not(._edit) .mat-mdc-chip.mat-mdc-standard-chip:nth-last-child(2):after,
.openfactura .chipsList:not(._edit) .mat-mdc-chip.mat-mdc-standard-chip:last-child:after {
  display: none;
}
.openfactura .chipsList:not(._edit) .mat-mdc-chip-remove {
  display: none;
}
.openfactura .chipsList:not(._edit) .mat-mdc-chip-input {
  margin: 0;
  padding: 0;
  height: 1px;
}
.openfactura .chipsList:not(._edit) #chipsLeft {
  display: inline-block;
  height: 32px;
  width: 68px;
  text-align: center;
  font: 14px/32px "Circular Book", sans-serif;
  color: var(--color-text-high);
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.12);
}
.openfactura .label-circle {
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.openfactura .label-circle.dte__1 {
  background-color: var(--color-text-medium);
}
.openfactura .label-circle.dte__29 {
  background-color: #ffebee;
}
.openfactura .label-circle.dte__30 {
  background-color: #ffcdd2;
}
.openfactura .label-circle.dte__32 {
  background-color: #ef9a9a;
}
.openfactura .label-circle.dte__33 {
  background-color: #ef5350;
}
.openfactura .label-circle.dte__34 {
  background-color: #d32f2f;
}
.openfactura .label-circle.dte__35 {
  background-color: #fffde7;
}
.openfactura .label-circle.dte__38 {
  background-color: #fff9c4;
}
.openfactura .label-circle.dte__39 {
  background-color: #fdd835;
}
.openfactura .label-circle.dte__40 {
  background-color: #b39ddb;
}
.openfactura .label-circle.dte__41 {
  background-color: #fbc02d;
}
.openfactura .label-circle.dte__43 {
  background-color: #673ab7;
}
.openfactura .label-circle.dte__45 {
  background-color: #e57373;
}
.openfactura .label-circle.dte__46 {
  background-color: #f44336;
}
.openfactura .label-circle.dte__47 {
  background-color: #fff59d;
}
.openfactura .label-circle.dte__48 {
  background-color: #fff176;
}
.openfactura .label-circle.dte__50 {
  background-color: #c8e6c9;
}
.openfactura .label-circle.dte__52 {
  background-color: #4caf50;
}
.openfactura .label-circle.dte__55 {
  background-color: #e0e0e0;
}
.openfactura .label-circle.dte__56 {
  background-color: #9e9e9e;
}
.openfactura .label-circle.dte__60 {
  background-color: #90a4ae;
}
.openfactura .label-circle.dte__61 {
  background-color: #607d8b;
}
.openfactura .label-circle.dte__101 {
  background-color: #fce4ec;
}
.openfactura .label-circle.dte__102 {
  background-color: #f8bbd0;
}
.openfactura .label-circle.dte__103 {
  background-color: #d1c4e9;
}
.openfactura .label-circle.dte__104 {
  background-color: #eeeeee;
}
.openfactura .label-circle.dte__105 {
  background-color: #ffcc80;
}
.openfactura .label-circle.dte__106 {
  background-color: #b0bec5;
}
.openfactura .label-circle.dte__108 {
  background-color: #f48fb1;
}
.openfactura .label-circle.dte__109 {
  background-color: #f06292;
}
.openfactura .label-circle.dte__110 {
  background-color: #e53935;
}
.openfactura .label-circle.dte__111 {
  background-color: #616161;
}
.openfactura .label-circle.dte__112 {
  background-color: #455a64;
}
.openfactura .label-circle.dte__801 {
  background-color: transparent;
}
.openfactura .label-circle.dte__802 {
  background-color: transparent;
}
.openfactura .label-circle.dte__803 {
  background-color: transparent;
}
.openfactura .label-circle.dte__804 {
  background-color: transparent;
}
.openfactura .label-circle.dte__805 {
  background-color: transparent;
}
.openfactura .label-circle.dte__806 {
  background-color: transparent;
}
.openfactura .label-circle.dte__807 {
  background-color: transparent;
}
.openfactura .label-circle.dte__809 {
  background-color: transparent;
}
.openfactura .label-circle.dte__810 {
  background-color: transparent;
}
.openfactura .label-circle.dte__811 {
  background-color: transparent;
}
.openfactura .label-circle.dte__812 {
  background-color: transparent;
}
.openfactura .label-circle.dte__813 {
  background-color: transparent;
}
.openfactura .label-circle.dte__814 {
  background-color: transparent;
}
.openfactura .label-circle.dte__815 {
  background-color: transparent;
}
.openfactura .label-circle.dte__901 {
  background-color: #ff8a80;
}
.openfactura .label-circle.dte__902 {
  background-color: #e1f5fe;
}
.openfactura .label-circle.dte__903 {
  background-color: #b3e5fc;
}
.openfactura .label-circle.dte__904 {
  background-color: #ff5252;
}
.openfactura .label-circle.dte__905 {
  background-color: #ff80ab;
}
.openfactura .label-circle.dte__906 {
  background-color: #ffecb3;
}
.openfactura .label-circle.dte__907 {
  background-color: #ec407a;
}
.openfactura .label-circle.dte__909 {
  background-color: #d81b60;
}
.openfactura .label-circle.dte__910 {
  background-color: #81d4fa;
}
.openfactura .label-circle.dte__911 {
  background-color: #b2ebf2;
}
.openfactura .label-circle.dte__914 {
  background-color: #84ffff;
}
.openfactura .label-circle.dte__919 {
  background-color: #ffe0b2;
}
.openfactura .label-circle.dte__920 {
  background-color: #ffff8d;
}
.openfactura .label-circle.dte__922 {
  background-color: #ffe57f;
}
.openfactura .label-circle.dte__924 {
  background-color: #ffd180;
}
.openfactura .label-circle.dte__OF01 {
  background-color: #29b6f6;
}
.openfactura .label-circle.dte__OF02 {
  background-color: #26c6da;
}
.openfactura dl {
  color: var(--color-text-high);
  font-weight: 400;
}
.openfactura dl dt {
  margin: 16px 0 8px;
  font-size: 15px;
  line-height: 24px;
}
.openfactura dl dd {
  font-size: 13px;
  line-height: 20px;
}
.openfactura .docsWrapperV2__filters button .mdc-button__label span {
  display: inline-block;
  margin-left: 6px;
}
.openfactura .docsWrapperV2__filters button:not(:first-child) {
  margin-left: 16px;
}
.openfactura .open-docPreview .docsWrapperV2__filters .mdc-button__label svg-icon-sprite + span,
.openfactura .open-docPreview .docsWrapperV2__filters .mdc-button__label .mat-icon + span {
  display: none;
}
.openfactura .open-docPreview .docsWrapperV2__filters .btn_menu {
  width: 40px;
  min-width: 40px;
  padding: 0 8px;
  margin-left: 0;
  margin-right: 16px;
}
.openfactura .open-docPreview .docsWrapperV2__menus {
  white-space: nowrap;
}
.openfactura app-docs-header {
  display: block;
  min-height: 48px;
}
@media screen and (min-width: 768px) {
  .openfactura app-docs-header.paginationOnly .docsWrapperV2__header {
    padding: 0;
  }
}
.openfactura app-docs-header header {
  position: relative;
  background-color: var(--color-background);
  z-index: 3;
}
.openfactura app-docs-header .docsPagination {
  margin-left: auto;
}
.openfactura .docsWrapperV2__header .mdc-checkbox__background {
  border-color: var(--color-icon-doc-view);
  background-color: var(--color-icon-doc-view);
}
.openfactura .docsWrapperV2__header .docsActions {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 24px;
}
.openfactura .docsWrapperV2__header .docsActions button + button {
  margin-left: 8px;
}
.openfactura .docsPagination {
  display: flex;
  align-items: center;
}
.openfactura .docs_wrapperV2__input {
  position: relative;
  width: 100%;
  max-width: 264px;
}
.openfactura .docs_wrapperV2__input svg-icon-sprite {
  position: absolute;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.openfactura .docs_wrapperV2__input .mat-mdc-input-element {
  width: 100%;
  height: 40px;
  padding-left: 40px;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 8px;
  color: var(--color-text-high) !important;
  background-color: var(--color-input-bg);
  border: none;
}
.openfactura .docs_wrapperV2__input .mat-mdc-input-element:focus {
  outline: none;
  box-shadow: inset 0 0 1px var(--color-text-40);
}
.openfactura .docs_wrapperV2__input .mat-mdc-input-element::placeholder {
  color: var(--color-text-medium);
}
@media screen and (max-width: 992px) {
  .openfactura .docsListV2__detailed.docsListV2 .docV2 {
    height: auto;
  }
  .openfactura .docsListV2__detailed.docsListV2 .doc__icon {
    height: 24px;
    width: auto;
  }
  .openfactura .docsListV2__detailed .docV2__org-title {
    display: block;
    padding-right: 156px;
  }
  .openfactura .docsListV2__detailed .docV2__right {
    display: block;
  }
  .openfactura .docsListV2__detailed .docV2__right .doc__2-lines {
    text-align: left;
    padding-bottom: 24px;
  }
  .openfactura .docsListV2__detailed .docV2__right .doc__date {
    position: absolute;
    right: 62px;
    top: 0;
    padding: 0;
  }
  .openfactura .docsListV2__detailed .docV2__right .doc__amount {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0;
    text-align: left;
  }
  .openfactura .docsListV2__detailed .docV2__right .doc__tag {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .openfactura .docsWrapperV2__header {
    padding-right: 16px;
    padding-left: 19px;
  }
  .openfactura .docsListV2__detailed .docV2__right .doc__date {
    right: 16px;
  }
}
.openfactura .statusBlock .actions {
  padding: 8px 24px 24px;
  display: flex;
  justify-content: space-between;
}
.openfactura .statusBlock .actions > button {
  flex-grow: 1;
}
.openfactura .statusBlock .actions > button + button {
  margin-left: 16px;
}
.openfactura .s-ico24,
.openfactura .pdf,
.openfactura .ced,
.openfactura .link,
.openfactura .folder,
.openfactura .settings,
.openfactura .mode_edit,
.openfactura .plans,
.openfactura .help,
.openfactura .profile,
.openfactura .save-doc,
.openfactura .copy,
.openfactura .file-star,
.openfactura .attachment {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background: no-repeat center center;
}
.openfactura .s-ico_light-gray {
  color: var(--color-text-medium);
}
.openfactura .mat-icon.ico-xs {
  font-size: 48px;
  height: 48px;
  width: 48px;
}
.openfactura .pdf.ico-ultra-dark,
.openfactura .ced.ico-ultra-dark,
.openfactura .save-doc.ico-ultra-dark,
.openfactura .copy.ico-ultra-dark,
.openfactura .file-star.ico-ultra-dark {
  opacity: 1;
}
.openfactura .pdf.ico-middle-dark,
.openfactura .ced.ico-middle-dark,
.openfactura .save-doc.ico-middle-dark,
.openfactura .copy.ico-middle-dark,
.openfactura .file-star.ico-middle-dark {
  opacity: 0.9;
}
.openfactura .pdf.ico-dark,
.openfactura .ced.ico-dark,
.openfactura .save-doc.ico-dark,
.openfactura .copy.ico-dark,
.openfactura .file-star.ico-dark {
  opacity: 0.87;
}
.openfactura .pdf.ico-light,
.openfactura .ced.ico-light,
.openfactura .save-doc.ico-light,
.openfactura .copy.ico-light,
.openfactura .file-star.ico-light {
  opacity: 0.54;
}
.openfactura .mat-mdc-icon-button:disabled .pdf,
.openfactura .mat-mdc-icon-button:disabled .ced,
.openfactura .mat-mdc-icon-button:disabled .save-doc,
.openfactura .mat-mdc-icon-button:disabled .copy {
  opacity: 0.4;
}
.openfactura .pdf {
  background-image: url(/assets/img/ico/pdf.svg);
}
.openfactura .ced {
  background-image: url(/assets/img/ico/ced.svg);
}
.openfactura .link {
  background-image: url(/assets/img/ico/link.svg);
}
.openfactura .mode_edit {
  background-image: url(/assets/img/ico/master-menu/edit.svg);
}
.openfactura .folder {
  background-image: url(/assets/img/ico/master-menu/folder.svg);
}
.openfactura .settings {
  background-image: url(/assets/img/ico/master-menu/settings.svg);
}
.openfactura .plans {
  background-image: url(/assets/img/ico/master-menu/plans.svg);
}
.openfactura .help {
  background-image: url(/assets/img/ico/master-menu/help.svg);
}
.openfactura .profile {
  background-image: url(/assets/img/ico/master-menu/profile.svg);
}
.openfactura .save-doc {
  background-image: url(/assets/img/ico/save_alt_24px.svg);
}
.openfactura .copy {
  background-image: url(/assets/img/ico/copy.svg);
}
.openfactura .file-star {
  background-image: url(/assets/img/ico/file-star.svg);
}
.openfactura .attachment {
  background-image: url(/assets/img/ico/attachment.svg);
}
.openfactura .s-action {
  cursor: pointer;
}
.openfactura .icon-circle {
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
}
.openfactura .icon-blue {
  color: var(--color-surface);
  background-color: #1984f6;
}
.openfactura .icon-svg {
  color: var(--color-text-high);
  line-height: normal;
}
.openfactura .icon-svg.active {
  color: var(--color-primary);
}
.openfactura .icon-svg.color-icon-38 {
  color: var(--color-icon-38);
}
.openfactura .icon-svg.color-icon-60 {
  color: var(--color-text-medium);
}
.openfactura .icon-svg.color-icon-80 {
  color: var(--color-icon-80);
}
.openfactura .mat-mdc-button.has-svg_left svg-icon-sprite,
.openfactura .mat-mdc-button.has-svg_left .mat-icon,
.openfactura .mat-mdc-button.has-icon_left svg-icon-sprite,
.openfactura .mat-mdc-button.has-icon_left .mat-icon {
  margin-right: 4px;
}
.openfactura .mat-mdc-button.has-svg_right svg-icon-sprite,
.openfactura .mat-mdc-button.has-svg_right .mat-icon,
.openfactura .mat-mdc-button.has-icon_right svg-icon-sprite,
.openfactura .mat-mdc-button.has-icon_right .mat-icon {
  margin-left: 4px;
}
.openfactura .mat-mdc-button.has-svg_right svg-icon-sprite {
  margin-left: 12px;
}
.openfactura .buttons-block_panes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.openfactura .buttons-block_panes > .s-pane {
  display: flex;
  align-items: center;
}
.openfactura .buttons-block_panes > .s-pane_shrink {
  flex-grow: 1;
}
.openfactura .flat-primary,
.openfactura .docsContent button.flat-primary,
.docsContent .openfactura button.flat-primary {
  color: var(--color-primary) !important;
  font-size: 14px;
}
.openfactura .flat-primary.strong {
  font-family: var(--second-font);
}
.openfactura .flat-primary.upcase {
  text-transform: uppercase;
}
.openfactura .btnOutlined {
  border: 1px solid var(--color-border) !important;
  font-family: "Circular Medium", sans-serif !important;
  font-size: 14px;
  color: #1984f6;
  text-transform: uppercase;
}
.openfactura .btnOutlined[disabled] {
  color: var(--color-text-40);
}
.openfactura .btn_menu {
  border-radius: 8px;
  background-color: var(--color-input-bg);
}
.openfactura .btn_menu svg-icon-sprite {
  display: inline-flex;
}
.openfactura .btn_menu .icon-svg,
.openfactura .btn_menu .mat-icon {
  color: var(--color-icon-sharp);
}
.openfactura .btn_menu .mat-icon {
  height: 22px;
  width: 22px;
  font-size: 22px;
}
@media screen and (max-width: 440px) {
  .openfactura .lineFooter {
    height: 64px;
  }
  .openfactura .lineFooter .buttons-block_panes__xs button {
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
    letter-spacing: normal;
  }
  .openfactura .lineFooter .buttons-block_panes__xs > div button:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .openfactura .lineFooter .buttons-block_panes__xs button {
    letter-spacing: normal;
  }
}
.openfactura .s-fab_w {
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
  background-color: var(--color-surface) !important;
}
.openfactura .s-fab_w.color-primary-blue {
  color: var(--color-primary);
}
.openfactura .mat-mdc-raised-button.mat-primary {
  text-transform: uppercase;
  color: var(--color-surface);
  background-color: #1984f6;
}
.openfactura .mat-mdc-raised-button.s-raised-primary-light {
  color: #1984f6 !important;
  background-color: var(--color-surface) !important;
  text-transform: uppercase;
}
.openfactura .mat-mdc-raised-button.s-raised-shadowed:not(:disabled) {
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.14),
    0 3px 4px rgba(0, 0, 0, 0.12),
    0 1px 5px rgba(0, 0, 0, 0.2) !important;
}
.openfactura .action-primary {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Circular Medium", sans-serif;
  font-weight: 500;
}
.openfactura .action-primary .mdc-button__label {
  color: #1984f6;
}
.openfactura .action-primary .mat-ripple-element {
  background-color: rgba(25, 132, 246, 0.26);
}
.openfactura .action-primary:disabled .mdc-button__label {
  color: rgba(25, 132, 246, 0.26);
}
.openfactura .s-flat-btn {
  height: 48px !important;
  line-height: 16px !important;
  border: 1px solid var(--color-delimiter-light) !important;
  border-radius: 2px;
}
.openfactura .s-flat-btn .mat-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-text-medium);
}
.openfactura .s-flat-btn .mdc-button__label {
  font-size: 13px;
  color: var(--color-text-medium);
  font-family: "Circular Book", sans-serif;
  font-weight: 400;
}
.openfactura .s-flat-btn.primary {
  border-color: var(--color-primary) !important;
}
.openfactura .s-flat-btn.primary .mdc-button__label {
  color: var(--color-primary);
}
.openfactura .s-flat-btn.primary .mat-ripple-element {
  background-color: rgba(var(--color-primary), 0.26);
}
.openfactura .s-flat-btn.primary:not(.s-flat-btn_check):disabled {
  opacity: 0.38;
  border-color: rgba(0, 0, 0, 0.12) !important;
}
.openfactura .s-flat-btn.primary:not(.s-flat-btn_check):disabled .mdc-button__label {
  color: var(--color-text-medium);
}
.openfactura .s-flat-btn:disabled {
  opacity: 0.5;
}
.openfactura .s-flat-btn + .s-flat-btn {
  margin-left: 8px;
}
.openfactura .mat-mdc-icon-button:disabled {
  color: var(--color-text-40);
}
.openfactura .mat-mdc-icon-button:disabled .icon-svg {
  color: var(--color-text-40);
}
.openfactura .form {
  width: 100%;
}
.openfactura .form label.input {
  position: relative;
  display: block;
}
.openfactura label {
  color: #757575;
}
.openfactura .form__group {
  position: relative;
  margin: 16px 0;
}
.openfactura .form__group label {
  display: block;
  padding-bottom: 2px;
}
.openfactura .form__group label.input {
  position: relative;
  display: block;
  padding-bottom: 0;
}
.openfactura .form__group.has-error .form__error {
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: var(--color-error);
}
.openfactura .form__group.disabled label {
  color: rgba(0, 0, 0, 0.1);
}
.openfactura .disabled {
  cursor: not-allowed;
}
.openfactura .disabled * {
  cursor: not-allowed !important;
}
.openfactura .disabled label {
  color: #95979b;
}
.openfactura .mat-error.s-error {
  color: var(--color-error);
  position: relative;
  padding-right: 24px;
}
.openfactura .mat-error.s-error:after {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 20px;
  color: var(--color-error);
  font-family: "Material Icons";
  content: "warning";
}
.openfactura .field_new_md .error-messages,
.openfactura .tagsWrapper .error-messages {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  display: flex;
  font-size: 11px;
  line-height: 13px;
  color: var(--color-error);
  font-family: var(--second-font);
}
.openfactura .field_new_md .error-messages .error-message,
.openfactura .tagsWrapper .error-messages .error-message {
  color: var(--color-error);
  font-family: var(--second-font);
  font-size: 11.25px;
  letter-spacing: normal;
  margin-top: 2px;
}
.openfactura .field_new_md .mat-form-field-suffix .mat-icon {
  font-size: 24px;
  color: var(--color-text-medium);
}
.openfactura .field_new_md .mat-form-field-prefix {
  font-size: 15px;
  line-height: 1;
}
.openfactura .field_new_md .mat-form-field-prefix .mat-icon {
  color: var(--color-text-medium);
}
.openfactura .field_new_md .mat-input-element {
  text-align: left !important;
}
.openfactura .field_new_md.field_new_md_calendar .mat-form-field-infix {
  margin-left: 16px;
}
.openfactura .field_new_md.field_new_md_calendar .field_new_md_calendar__label {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  top: -0.84375em;
  padding-top: 0.84375em;
}
.openfactura .field_new_md.field_new_md_calendar .field_new_md_calendar__label label {
  position: absolute;
  left: 0;
  font: inherit;
  color: var(--color-text-medium);
  pointer-events: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 1.09375em;
  margin-top: -0.5em;
}
.openfactura .field_new_md.field_new_md_calendar.mat-form-field-should-float .field_new_md_calendar__label label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.33333%;
}
.openfactura .field_new_md.field_new_md_select .field_new_md_select__label {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  top: -0.84375em;
  padding-top: 0.84375em;
}
.openfactura .field_new_md.field_new_md_select .field_new_md_select__label label {
  position: absolute;
  left: 0;
  right: calc(1.5em + 10px);
  font: inherit;
  color: var(--color-text-medium);
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 1.09375em;
  margin-top: -0.5em;
}
.openfactura .field_new_md.field_new_md_select.mat-form-field-should-float .field_new_md_select__label label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.33333%;
}
.openfactura .field_new_md.mat-focused .field_new_md_select__label label {
  color: #1984f6;
}
.openfactura .field_new_md.mat-form-field-invalid .field_new_md_select__label label {
  color: var(--color-error);
}
.openfactura .mat-input-invalid .field_new_md.field_new_md_calendar .field_new_md_calendar__label label {
  color: var(--color-error);
}
.openfactura .mat-input-invalid .field_new_md.field_new_md_calendar .mat-form-field-ripple {
  background-color: var(--color-error);
}
.openfactura .mat-form-field-appearance-fill.s-input_readonly .mat-form-field-flex {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.12);
}
.openfactura .mat-form-field-appearance-fill.s-input_readonly input {
  color: var(--color-text-40) !important;
}
.openfactura .mat-form-field-appearance-fill.s-input_readonly .mat-input-element {
  cursor: default;
}
.openfactura .mat-form-field-appearance-fill.input_disabled_style.mat-form-field-disabled .mat-form-field-underline::before,
.openfactura .mat-form-field-appearance-fill.input_disabled_style.s-input_readonly .mat-form-field-underline::before {
  border-bottom: 2px dotted #939393;
  background: transparent;
}
.openfactura .mat-form-field-appearance-fill.input_disabled_style.mat-form-field-disabled .mat-form-field-ripple,
.openfactura .mat-form-field-appearance-fill.input_disabled_style.s-input_readonly .mat-form-field-ripple {
  opacity: 0 !important;
}
.openfactura .mat-form-field-appearance-fill.input_disabled_style.mat-form-field-disabled .mat-form-field-flex,
.openfactura .mat-form-field-appearance-fill.input_disabled_style.s-input_readonly .mat-form-field-flex {
  background: var(--color-border);
}
.openfactura .mat-form-field-appearance-fill.input_disabled_style.mat-form-field-disabled .mat-input-element,
.openfactura .mat-form-field-appearance-fill.input_disabled_style.s-input_readonly .mat-input-element {
  cursor: default;
}
.openfactura .s-color_danger .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--color-error);
}
.openfactura .s-color_danger .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: var(--color-error);
}
.openfactura .s-color_danger .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(255, 82, 82, 0.26) !important;
}
.openfactura .s-color_primary .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1984f6;
}
.openfactura .s-color_primary .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #1984f6;
}
.openfactura .s-color_primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(61, 127, 242, 0.26) !important;
}
.openfactura .formField__checkbox {
  padding: 8px 0;
}
.openfactura .formField__checkbox .mat-mdc-checkbox {
  height: 40px;
  display: flex;
  align-items: center;
}
.openfactura .formField__checkbox .mdc-form-field > label {
  font: 400 14px/20px "Circular Book", sans-serif;
}
.openfactura .formField__checkbox .mat-icon.sm {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.openfactura .hList__wrapper + .hList__wrapper {
  margin-top: 8px;
}
.openfactura .hList__item {
  position: relative;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.openfactura .hList__item:hover button:disabled {
  color: var(--universal-color-black-text-40);
}
.openfactura .hList__item_header {
  position: relative;
  z-index: 4;
}
.openfactura .hList__item_header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  cursor: pointer;
}
.openfactura .hList__item_header-main.no-docs {
  cursor: default;
}
.openfactura .hList__item_title {
  font-size: 15px;
  color: var(--color-text-high);
}
.openfactura .hList__row-empty {
  height: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 24px;
  color: var(--color-text-high);
}
.openfactura .hList__item-active {
  border-top-color: transparent !important;
}
.openfactura .hList__item-active .hList__item_header-content-wrapper {
  display: block !important;
}
@media screen and (max-width: 1280px) {
  .openfactura .hList__row > :last-child {
    padding-right: 12px !important;
  }
}
.openfactura [class*=dialog-v2] {
  padding: 8px 0;
}
.openfactura [class*=dialog-v2] header {
  margin: -16px 0 20px;
  display: flex;
  justify-content: space-between;
}
.openfactura [class*=dialog-v2] .mat-mdc-dialog-title {
  margin: 0;
  font: 700 24px/32px "Lato-Bold", sans-serif;
  color: var(--color-text-high);
}
.openfactura [class*=dialog-v2] .mat-mdc-icon-button[mat-dialog-close] {
  color: var(--color-icon-80);
  margin-right: -8px;
}
.openfactura [class*=dialog-v2] .mat-mdc-dialog-container {
  border-radius: 8px;
  background-color: var(-color-surface);
}
.openfactura [class*=dialog-v2] .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.openfactura [class*=dialog-v2] .mat-mdc-form-field {
  width: 100%;
}
.openfactura [class*=dialog-v2] footer {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.openfactura [class*=dialog-v2] footer.actions {
  justify-content: flex-end;
}
.openfactura [class*=dialog-v2] footer.actions button + button {
  margin-left: 8px;
}
.openfactura .dialog-v2_narrow {
  padding: 0;
}
.openfactura .dialog-v2_narrow.rel .mat-mdc-dialog-container,
.openfactura .dialog-v2_narrow.dialogFullscreen__gallery .mat-mdc-dialog-container {
  position: relative !important;
}
.openfactura .dialog-v2_narrow .mat-mdc-dialog-container {
  padding: 20px 32px 24px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(169, 194, 209, 0.1), 0 32px 32px rgba(169, 194, 209, 0.15);
}
.openfactura .dialog-v2_narrow .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: initial;
}
.openfactura .dialog-v2_narrow .mat-mdc-button {
  font-weight: 500;
  line-height: 40px;
}
.openfactura .dialog-v2_narrow header {
  margin: 0 0 12px;
}
.openfactura .dialog-v2_narrow .mat-mdc-dialog-title {
  flex-grow: 1;
  max-width: calc(100% - 40px);
}
.openfactura .dialog-v2_narrow .mat-mdc-dialog-title::before {
  display: none;
}
.openfactura .dialog-v2_narrow .v-list {
  margin-bottom: 18px;
}
.openfactura .dialog-v2_narrow .v-list dd,
.openfactura .dialog-v2_narrow .v-list dt {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.47px;
}
.openfactura .dialog-v2_narrow .v-list dt {
  margin: 0;
  flex: 1;
  padding: 12px 12px 12px 0;
}
.openfactura .dialog-v2_narrow .v-list dd {
  width: 270px;
  padding: 12px 0;
}
.openfactura .dialog-v2_narrow .statusBlock {
  padding: 16px 0 6px;
  margin: 0 -32px;
}
.openfactura .dialog-v2_narrow .statusBlock__title {
  margin-left: 32px;
  font: 700 10px/16px "Lato-Bold", sans-serif;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  color: var(--universal-color-black-text-40);
}
.openfactura .dialog-v2_narrow .statusBlock .sAnnounce {
  padding: 26px 32px 16px;
  align-items: flex-start;
}
.openfactura .dialog-v2_narrow .statusBlock .sAnnounce .icon-svg {
  margin-top: 17px;
}
.openfactura .dialog-v2_narrow .statusBlock .sAnnounce-success .icon-svg {
  color: var(--color-success);
}
.openfactura .dialog-v2_narrow .statusBlock .sAnnounce .statusMessage {
  margin-left: 20px;
  color: var(--universal-color-black-text-87);
  font: 400 13px/20px "Roboto", sans-serif;
  letter-spacing: 0.09px;
}
.openfactura .dialog-v2_narrow .statusBlockAction {
  display: flex;
  justify-content: flex-end;
  padding: 0 22px 0 32px;
}
.openfactura .dialog-v2_narrow .statusBlockAction__btn {
  border-radius: 10px;
  background-color: transparent;
  color: var(--universal-color-black-text-60);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.34px;
  text-transform: uppercase;
  padding: 10px;
}
.openfactura .dialog-v2_narrow footer + .mat-mdc-progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.openfactura .dialog-v2_narrow .dialog-v2__information + .mat-mdc-card,
.openfactura .dialog-v2_narrow .mat-mdc-card + p {
  margin-top: 16px;
}
.openfactura .dialog-v2_narrow .previewItem {
  width: calc(50% - 16px);
}
.openfactura .dialog-v2_narrow .previewItem + .dialog-v2__information {
  margin-top: 24px;
}
.openfactura [class*=dialog__] .mat-dialog-title {
  margin-top: -24px;
  margin-bottom: 0;
  height: 64px;
  display: flex;
  align-items: center;
}
.openfactura [class*=dialog__] .mat-dialog-container {
  border-radius: 4px;
}
.openfactura [class*=dialog__] .mat-divider {
  margin-left: -24px;
  margin-right: -24px;
}
.openfactura [class*=dialog__] .mat-dialog-actions {
  margin-left: -8px;
  margin-right: -8px;
}
.openfactura [class*=dialog__] .mat-dialog-actions button {
  text-transform: uppercase;
  font: 14px/36px "Roboto", sans-serif;
}
.openfactura [class*=dialog__] .mat-dialog-actions button.mat-mdc-button.mat-primary {
  color: var(--color-primary);
}
.openfactura [class*=dialog__] [class*=state__] {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  padding: 14px 24px;
  font-size: 14px;
  border-radius: 4px;
}
.openfactura [class*=dialog__] [class*=state__] > .mat-icon {
  margin-right: 16px;
}
.openfactura [class*=dialog__] [class*=state__] > div {
  margin: 2px 0;
}
.openfactura .ttip {
  border-radius: 4px !important;
  font-size: 12px;
}
.openfactura .matSidenav {
  width: 450px;
  background-color: var(--color-background);
  padding: 8px 20px 40px;
}
.openfactura .matSidenav.mat-sidenav {
  box-shadow: none !important;
}
.openfactura .matSidenav button.mat-primary {
  font-weight: 500;
  letter-spacing: 1.34px;
}
.openfactura .sideNavHeader {
  margin-bottom: 20px;
}
.openfactura .sideNavHeader .sideNavHeader__title {
  font-family: "Lato-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin: 10px 0 0 16px;
}
.openfactura .containerCalendarInline .flatpickr-calendar.inline {
  margin: 0 auto 8px;
}
.openfactura .flatpickr-calendar .flatpickr-day.selected {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}
.openfactura .flatpickr-calendar .flatpickr-day.selected:hover {
  color: var(--color-primary);
}
.openfactura .flatpickr-calendar .flatpickr-day.today:not(.selected) {
  color: var(--color-primary);
}
.openfactura .flatpickr-calendar .flatpickr-day:hover {
  border: 1px solid var(--color-primary);
}
.openfactura app-sidebar {
  position: relative;
  z-index: 6;
  top: -72px;
  height: 100vh;
}
.openfactura app-sidebar .serviceSidenav {
  height: 100%;
}
.openfactura .panel {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid var(--color-border);
}
.openfactura .panel.mat-drawer-container {
  background-color: inherit;
  color: inherit;
}
.openfactura .panel.s-container,
.openfactura .configWrapper .panel.s-container-f,
.openfactura .docModal__body .panel.s-container-f {
  z-index: 2;
}
.openfactura .panel:hover .panel__heading-actions [mat-icon-button]:not(.panel-close) {
  transform: scale(1);
}
.openfactura .panel.active {
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 3px rgba(0, 0, 0, 0.12),
    0 4px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 400ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 21;
}
.openfactura .panel.active .panel__heading {
  position: sticky;
  top: 0;
}
.openfactura .panel.active .panel__heading-actions [mat-icon-button]:not(.panel-close) {
  transform: scale(1);
}
.openfactura .panel.active .s-panel__body .js-row.active {
  position: relative;
}
.openfactura .panel.active .s-panel__body .js-row.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #1976d2;
}
.openfactura .panel.active.sticky-bottom {
  box-shadow: none;
}
.openfactura .panel + .panel {
  z-index: 1;
}
.openfactura .panel__heading {
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-content: center;
  background-color: var(--color-sharp);
  transition: box-shadow 400ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
}
.openfactura .panel__heading.s-row {
  margin-left: 0;
  margin-right: 0;
}
.openfactura .panel__heading.s-row .panel__heading-title {
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
}
.openfactura .panel__heading.s-row .panel__heading-title .panel__heading-actions {
  margin-right: -32px;
}
.openfactura .panel__heading.grid {
  display: grid;
}
.openfactura .s-panel__body {
  position: relative;
  margin-top: 3px;
}
.openfactura .s-panel__body [class*=col-] {
  min-height: 72px;
}
.openfactura .s-panel__body [class*=col-].min-w-200 {
  min-width: 200px;
}
.openfactura .s-panel__body [class*=col-].min-w-200 .mat-mdc-text-field-wrapper {
  flex: unset;
}
.openfactura .panel__heading-title,
.openfactura .panel__heading-actions {
  display: flex;
  align-items: center;
}
.openfactura .panel__heading-actions .icon-svg {
  color: var(--color-text-medium);
}
.openfactura .panel__heading-actions [mat-icon-button]:not(.panel-close) {
  transform: scale(1);
  transform-origin: center;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.openfactura .panel__heading-actions .mat-icon {
  font-size: 24px;
  color: var(--color-text-medium);
}
.openfactura .panel__heading-actions .mat-icon.mat-primary {
  color: var(--color-primary);
}
.openfactura .panel__heading-title {
  margin: 0;
  -webkit-font-smoothing: initial;
}
.openfactura .panel.s-doc_fixed {
  border-top: none;
  z-index: 3;
}
.openfactura .panel.s-doc_fixed .panel__heading {
  width: 1072px;
  box-shadow:
    0 0 2px rgba(0, 0, 0, 0.14),
    0 2px 2px rgba(0, 0, 0, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.2);
}
.openfactura .panel.s-doc_fixed .panel__heading:before,
.openfactura .panel.s-doc_fixed .panel__heading:after {
  content: "";
  position: absolute;
  top: 0;
  height: 56px;
  width: 12px;
}
.openfactura .panel.s-doc_fixed .panel__heading:before {
  right: 100%;
}
.openfactura .panel.s-doc_fixed .panel__heading:after {
  left: 100%;
}
@media only screen and (max-width: 1080px) {
  .openfactura .panel.s-doc_fixed .panel__heading {
    left: 0;
    right: 0;
    width: auto;
  }
}
@media screen and (hover: hover) {
  .openfactura .panel__heading-actions [mat-icon-button]:not(.panel-close) {
    transform: scale(0.001);
  }
  .openfactura .panel:hover .panel__heading-actions [mat-icon-button]:not(.panel-close) {
    transform: scale(1);
  }
}
.openfactura .configWrapper {
  height: 100%;
  width: 100%;
}
.openfactura .minimized ~ .docsBox .configWrapper {
  margin-left: -64px;
}
.openfactura .configContent {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.openfactura .configContent__child {
  position: relative;
  width: 100%;
}
.openfactura .configContent__child mat-progress-bar {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  width: auto;
  z-index: 100;
}
.openfactura .configItem__block {
  padding: 32px 0 32px;
}
.openfactura .configItem__block dl {
  margin: 0;
}
.openfactura .configItem__block dt,
.openfactura .configItem__block dd {
  margin: 0;
}
.openfactura .configItem__block dl {
  display: flex;
}
.openfactura .configItem__block dt {
  position: relative;
  padding-right: 64px;
  flex: 1 0 40%;
}
.openfactura .configItem__block dd {
  flex: 0 1 60%;
  max-width: 1000px;
}
.openfactura .configItem__block .configItem__block_title {
  color: var(--color-text-high);
  margin-bottom: 16px;
  font: 700 24px/32px "Lato-Bold", sans-serif;
}
.openfactura .configItem__block .configItem__info {
  color: var(--color-text-medium);
  letter-spacing: 0.47px;
}
.openfactura .configItem__block:first-child {
  padding-bottom: 80px;
}
.openfactura .configItem__block ~ hr {
  margin: 0;
  box-shadow: none;
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.openfactura .configItem + .configItem {
  margin-top: 40px;
}
.openfactura .configItem:first-child {
  padding-top: 40px;
}
.openfactura .configCard .mat-mdc-card-title {
  color: var(--color-text-high);
  font-size: 20px;
  line-height: 28px;
}
.openfactura .configCard p {
  margin-top: 16px;
  font-size: 13px;
  line-height: 20px;
  color: var(--color-text-medium);
  letter-spacing: 0.09px;
}
.openfactura .configCard .mat-mdc-card-content {
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.openfactura .configCard .mat-mdc-card-actions {
  margin: 0 -16px !important;
  padding-top: 16px;
  border-top: 1px solid var(--color-delimiter-light);
  text-align: right;
}
.openfactura .configCard .mat-mdc-card-actions .mat-mdc-button {
  margin: 0 16px !important;
  padding: 0 8px;
  color: var(--color-text-high);
  text-transform: initial;
}
.openfactura .configCard .mat-mdc-card-actions .mat-mdc-button span + .mat-icon {
  margin-left: 8px;
  color: var(--color-text-medium);
}
.openfactura .configCard .mat-mdc-card-actions .mat-mdc-button svg-icon-sprite {
  height: 18px;
  color: var(--color-text-medium);
}
.openfactura .configCard .mat-mdc-card-actions .mat-mdc-button:hover span + .mat-icon,
.openfactura .configCard .mat-mdc-card-actions .mat-mdc-button:hover svg-icon-sprite {
  color: var(--color-text-high);
}
.openfactura .configCard .mat-mdc-card-actions .mat-mdc-button:disabled {
  opacity: 0.38;
}
.openfactura .iconTheme {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border-radius: 2px;
  vertical-align: middle;
}
.openfactura .c-container_config-inner {
  margin: 0 auto;
  width: 640px;
}
.openfactura .configWrapper .s-container,
.openfactura .configWrapper .s-container-f {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}
.openfactura .configWrapper .s-container-f {
  width: 1280px;
}
.openfactura .configWrapper .s-row {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  flex-wrap: wrap;
}
.openfactura .configWrapper .s-row .col-1,
.openfactura .configWrapper .s-row .col-2,
.openfactura .configWrapper .s-row .col-3,
.openfactura .configWrapper .s-row .col-33,
.openfactura .configWrapper .s-row .col-4,
.openfactura .configWrapper .s-row .col-5,
.openfactura .configWrapper .s-row .col-6,
.openfactura .configWrapper .s-row .col-7,
.openfactura .configWrapper .s-row .col-8,
.openfactura .configWrapper .s-row .col,
.openfactura .configWrapper .s-row .col-sm-1,
.openfactura .configWrapper .s-row .col-sm-2,
.openfactura .configWrapper .s-row .col-sm-3,
.openfactura .configWrapper .s-row .col-sm-4,
.openfactura .configWrapper .s-row .col-sm-5,
.openfactura .configWrapper .s-row .col-sm-6,
.openfactura .configWrapper .s-row .col-sm-7,
.openfactura .configWrapper .s-row .col-sm-8,
.openfactura .configWrapper .s-row .col-sm,
.openfactura .configWrapper .s-row .col-md-1,
.openfactura .configWrapper .s-row .col-md-2,
.openfactura .configWrapper .s-row .col-md-3,
.openfactura .configWrapper .s-row .col-md-4,
.openfactura .configWrapper .s-row .col-md-5,
.openfactura .configWrapper .s-row .col-md-6,
.openfactura .configWrapper .s-row .col-md-7,
.openfactura .configWrapper .s-row .col-md-8,
.openfactura .configWrapper .s-row .col-md,
.openfactura .configWrapper .s-row .col-lg-1,
.openfactura .configWrapper .s-row .col-lg-2,
.openfactura .configWrapper .s-row .col-lg-3,
.openfactura .configWrapper .s-row .col-lg-4,
.openfactura .configWrapper .s-row .col-lg-5,
.openfactura .configWrapper .s-row .col-lg-6,
.openfactura .configWrapper .s-row .col-lg-7,
.openfactura .configWrapper .s-row .col-lg-8,
.openfactura .configWrapper .s-row .col-lg,
.openfactura .configWrapper .s-row .col-xl-1,
.openfactura .configWrapper .s-row .col-xl-2,
.openfactura .configWrapper .s-row .col-xl-3,
.openfactura .configWrapper .s-row .col-xl-4,
.openfactura .configWrapper .s-row .col-xl-5,
.openfactura .configWrapper .s-row .col-xl-6,
.openfactura .configWrapper .s-row .col-xl-7,
.openfactura .configWrapper .s-row .col-xl-8,
.openfactura .configWrapper .s-row .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.openfactura .configWrapper .s-row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.openfactura .configWrapper .s-row .col-1 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.openfactura .configWrapper .s-row .col-2 {
  flex: 0 0 25%;
  max-width: 25%;
}
.openfactura .configWrapper .s-row .col-3 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.openfactura .configWrapper .s-row .col-33 {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.openfactura .configWrapper .s-row .col-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
.openfactura .configWrapper .s-row .col-5 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.openfactura .configWrapper .s-row .col-6 {
  flex: 0 0 75%;
  max-width: 75%;
}
.openfactura .configWrapper .s-row .col-7 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.openfactura .configWrapper .s-row .col-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
.openfactura .configWrapper .s-row .offset-1 {
  margin-left: 12.5%;
}
.openfactura .configWrapper .s-row .offset-2 {
  margin-left: 25%;
}
.openfactura .configWrapper .s-row .offset-3 {
  margin-left: 37.5%;
}
.openfactura .configWrapper .s-row .offset-4 {
  margin-left: 50%;
}
.openfactura .configWrapper .s-row .offset-5 {
  margin-left: 62.5%;
}
.openfactura .configWrapper .s-row .offset-6 {
  margin-left: 75%;
}
.openfactura .configWrapper .s-row .offset-7 {
  margin-left: 87.5%;
}
.openfactura .configWrapper .c-container,
.openfactura .configWrapper .container-flex {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.openfactura .configWrapper .container-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.openfactura .configWrapper .container-flex > * {
  display: flex;
  align-items: center;
}
.openfactura .configWrapper .mat-mdc-card-content .s-container,
.openfactura .configWrapper .mat-mdc-card-content .s-container-f {
  padding-left: 16px;
  padding-right: 16px;
}
.openfactura .mat-mdc-button.primaryBtn,
.openfactura .sDialog-help .mat-dialog-actions .mat-mdc-button,
.openfactura .s-dialog-edit .mat-dialog-actions .mat-mdc-button {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #1984f6;
}
.openfactura .mat-mdc-button.primaryBtn:disabled,
.openfactura .sDialog-help .mat-dialog-actions .mat-mdc-button:disabled,
.openfactura .s-dialog-edit .mat-dialog-actions .mat-mdc-button:disabled {
  opacity: 0.38;
}
.openfactura .configWrapper .mat-form-field .mat-input-placeholder {
  top: 1.08em;
  font-size: 15px;
  color: var(--color-text-medium);
}
.openfactura .configWrapper .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1984f6;
}
.openfactura .configWrapper .mat-form-field.mat-focused.mat-form-field-invalid .mat-select-arrow {
  color: var(--color-error) !important;
}
.openfactura .configWrapper .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.openfactura .configWrapper .mat-form-field.mat-form-field-invalid .mat-form-field-required-marker {
  color: var(--color-error);
}
.openfactura .configWrapper .mat-form-field.mat-form-field-invalid .mat-select-arrow {
  color: var(--color-error) !important;
}
.openfactura .configWrapper .mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
  background-color: var(--color-error);
}
.openfactura .configWrapper .s-suffix {
  position: relative;
  padding-right: 40px;
}
.openfactura .configWrapper .s-suffix .mat-mdc-icon-button {
  position: absolute;
  right: -8px;
  top: 0.4375em;
  color: var(--color-text-medium);
}
.openfactura .configWrapper .mat-input-element {
  font-size: 15px !important;
  color: var(--color-text-high) !important;
}
.openfactura .configWrapper .mat-form-field .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.openfactura .configWrapper .mat-input-underline .mat-input-ripple {
  background-color: #3382f4;
}
.openfactura .configWrapper .mat-input-invalid .mat-input-underline .mat-input-ripple {
  background-color: var(--color-error);
}
.openfactura .configWrapper .mat-input-invalid .mat-hint {
  color: var(--color-error);
}
.openfactura .configWrapper .mat-input-prefix .mat-icon,
.openfactura .configWrapper .mat-input-suffix .mat-icon {
  position: relative;
  top: 0.1em;
  font-size: 24px;
  color: var(--color-text-medium);
}
.openfactura .configWrapper .mat-input-prefix a,
.openfactura .configWrapper .mat-input-suffix a {
  text-decoration: none;
}
.openfactura .configWrapper .s-check-container {
  padding-top: 1.28125em;
}
.openfactura .configWrapper .mdc-form-field > label {
  font-size: 15px;
  color: var(--color-text-medium);
  -webkit-font-smoothing: initial;
}
.openfactura .configWrapper .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.openfactura .configWrapper .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background.s-grayCheck {
  background-color: #616161;
}
.openfactura .configWrapper .mat-mdc-checkbox:not(.mat-mdc-checkbox-disabled).mat-accent .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(25, 118, 210, 0.26);
}
.openfactura .configWrapper .mat-mdc-checkbox:not(.mat-mdc-checkbox-disabled).mat-accent .mat-mdc-checkbox-ripple .mat-ripple-element.s-grayCheck {
  background-color: rgba(97, 97, 97, 0.26);
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-input-underline {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.26) 0,
      rgba(0, 0, 0, 0.26) 33%,
      transparent 0);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-color: transparent;
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-input-underline .mat-input-ripple {
  display: none !important;
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-input-element {
  color: var(--color-text-medium) !important;
}
.openfactura .configWrapper .mat-input-error {
  font-size: 12px;
  color: var(--color-error);
}
.openfactura .configWrapper .mat-input-invalid .mat-input-placeholder {
  color: var(--color-error);
}
.openfactura .configWrapper .mat-select .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.openfactura .configWrapper .mat-select .mat-select-placeholder {
  font-size: 15px;
  color: var(--color-text-medium);
}
.openfactura .configWrapper .mat-select .mat-select-value {
  font-size: 15px;
  color: var(--color-text-high);
}
.openfactura .configWrapper .mat-select .mat-select-value-text {
  font-size: 15px;
  font-family: "Circular Book", sans-serif;
  font-weight: 400;
}
.openfactura .configWrapper .mat-select.s-select_no-border .mat-select-underline {
  background-color: transparent !important;
}
.openfactura .configWrapper .mat-select.subheader {
  color: rgba(0, 0, 0, 0.87);
}
.openfactura .configWrapper .mat-select.subheader .mat-select-placeholder,
.openfactura .configWrapper .mat-select.subheader .mat-select-value-text {
  padding-left: 0;
  font-size: 15px;
  line-height: 24px;
  font-family: "Circular Book", sans-serif;
  font-weight: 400;
}
.openfactura .configWrapper .mat-select-content .mat-option {
  color: var(--color-text-medium);
}
.openfactura .configWrapper .mat-select-content .mat-option.mat-selected:not(.mat-option-multiple) {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}
.openfactura .configWrapper .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-arrow {
  color: #3382f4;
}
.openfactura .configWrapper .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-underline {
  background-color: #3382f4;
}
.openfactura .configWrapper [class*=col-].mat-select {
  padding-top: 12px;
}
.openfactura .configWrapper .s-md-select_wrapper .mat-select {
  width: 100%;
  padding-top: 12px;
}
.openfactura .configWrapper .s-md-select_wrapper .mat-select + .mat-input-error {
  margin-top: 5px;
}
.openfactura .configWrapper .mat-select .mat-floating-placeholder {
  top: -16px !important;
}
.openfactura .configWrapper .s-grayCheck.mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background {
  background-color: #616161;
  border-color: #616161;
}
.openfactura .configWrapper .s-grayCheck.mat-mdc-checkbox:not(.mat-mdc-checkbox-disabled).mat-accent .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(97, 97, 97, 0.26);
}
.openfactura .configWrapper .mat-slide-toggle.mat-gray.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1984f6;
}
.openfactura .configWrapper .mat-slide-toggle.mat-gray.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(25, 132, 246, 0.5);
}
.openfactura .configWrapper .mat-slide-toggle.mat-gray.mat-checked:not(.mat-disabled) .mat-slide-toggle-ripple .mat-ripple-element {
  background-color: rgba(25, 132, 246, 0.26);
}
.openfactura .configWrapper .mat-radio-group .subheader {
  height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.openfactura .configWrapper .mat-radio-group .subheader + .dialog_form-group {
  padding-top: 0;
}
.openfactura .configWrapper .mat-radio-group.primary .mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1984f6;
}
.openfactura .configWrapper .mat-radio-group.primary .mat-radio-button .mat-radio-inner-circle {
  background-color: #1984f6;
}
.openfactura .configWrapper .mat-radio-group.primary .mat-radio-button .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(25, 132, 246, 0.26);
}
.openfactura .configWrapper .mat-radio-button {
  width: 100%;
}
.openfactura .configWrapper .mat-radio-button .mdc-form-field {
  display: flex;
  padding: 12px 0;
  font: 15px/24px "Roboto", sans-serif;
  letter-spacing: 0.47px;
  color: var(--color-text-high);
}
.openfactura .configWrapper .mat-radio-button .mdc-form-field .title {
  padding-bottom: 2px;
}
.openfactura .configWrapper .mat-radio-button.mat-radio-disabled {
  opacity: 0.38;
}
.openfactura .configWrapper .dialog_form-group_lite {
  height: 72px;
  padding-top: 16px;
}
.openfactura .configWrapper .dialog_form-group_lite .mat-form-field {
  width: 100%;
}
.openfactura .configWrapper .mat-mdc-checkbox {
  font-family: "Roboto", sans-serif;
}
.openfactura .configWrapper .dialog_form-group2 .mdc-form-field {
  white-space: normal;
}
.openfactura .configWrapper .dialog_form-group2.top-aligned-check {
  margin-top: 8px;
}
.openfactura .configWrapper .dialog_form-group2.top-aligned-check .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.34);
  background-color: rgba(0, 0, 0, 0.34);
}
.openfactura .configWrapper .mat-mdc-checkbox-checked .mdc-checkbox__background {
  border-color: transparent;
  background-color: transparent;
}
.openfactura .configWrapper .mat-mdc-checkbox-checked.mat-form-field-can-float.mat-form-field-should-float .mat-input-prefix {
  opacity: 1;
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-form-field-label {
  color: var(--color-text-40);
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-input-element {
  cursor: not-allowed;
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-input-underline {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.26) 0,
      rgba(0, 0, 0, 0.26) 33%,
      transparent 0);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-color: transparent;
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-input-underline .mat-input-ripple {
  display: none !important;
}
.openfactura .configWrapper .mat-form-field.s-input_readonly .mat-input-element {
  color: var(--color-text-medium) !important;
}
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before,
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.s-input_readonly .mat-form-field-underline::before {
  border-bottom: 2px dotted #939393;
  background: transparent;
}
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-ripple,
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.s-input_readonly .mat-form-field-ripple {
  opacity: 0 !important;
}
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex,
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.s-input_readonly .mat-form-field-flex {
  background: rgba(0, 0, 0, 0.12);
}
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.mat-form-field-disabled .mat-input-element,
.openfactura .configWrapper .input_disabled_style.mat-form-field-appearance-fill.s-input_readonly .mat-input-element {
  cursor: default;
}
.openfactura .headingLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: -16px;
  margin-right: -8px;
}
.openfactura .headingLine .mat-mdc-icon-button {
  color: #1984f6;
}
.openfactura .config__dialogFormGroup {
  height: 72px;
  padding-top: 16px;
}
.openfactura .config__dialogFormGroup .mat-form-field-wrapper,
.openfactura .config__dialogFormGroup .mat-form-field {
  width: 100% !important;
}
.openfactura .config__dialogFormGroup .right8 {
  margin-right: -8px;
}
.openfactura .configContent__title {
  margin: 0 0 8px;
  padding: 0 16px;
  font: 700 24px/32px "Panton-Bold", sans-serif;
  color: var(--color-text-high);
  cursor: pointer;
}
.openfactura .configContent aside {
  display: flex;
  flex-direction: column;
  width: 242px;
  flex-shrink: 0;
}
.openfactura .configContent aside .back-from-config {
  width: 100%;
  margin: 16px 0;
  text-align: left;
  font-size: 21px;
  border-radius: 0;
  color: var(--color-text-high);
}
.openfactura .configContent aside .back-from-config .mdc-button__label {
  height: 40px;
}
.openfactura .configContent aside .configContent__menu {
  overflow-y: auto;
}
.openfactura .organizationEdit__icon {
  text-decoration: none;
}
.openfactura .organizationEdit__icon .mat-icon {
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.26);
}
.openfactura .organizationEdit__icon:hover .mat-icon {
  opacity: 0.7;
}
.openfactura .organizationEdit__icon {
  display: inline-block;
  margin-right: 16px !important;
  background-color: #f17200;
}
.openfactura .headingLine__ttl {
  margin: 0;
  height: 48px;
  display: flex;
  align-items: center;
  color: var(--color-text-high);
  font-size: 15px;
}
.openfactura .organizationEdit__logo_title {
  font-size: 20px;
  color: #fff;
}
.openfactura .s-dialog-edit .mat-dialog-container {
  padding: 0 24px 24px;
  border-radius: 4px;
}
.openfactura .s-dialog-edit .s-dialog-title {
  height: 60px;
  margin: 0;
  display: flex;
  align-items: center;
  font: 400 20px "Circular Book", sans-serif;
}
.openfactura .s-dialog-edit .dialog_form-group {
  margin: 0;
  padding: 16px 0;
}
.openfactura .s-dialog-edit .dialog_form-group + .dialog_form-group {
  padding-top: 0;
}
.openfactura .s-dialog-edit .dialog_form-group .mat-input-element:read-only {
  text-transform: uppercase;
}
.openfactura .s-dialog-edit .dialog_form-group2 {
  padding: 8px 24px;
}
.openfactura .s-dialog-edit .mat-dialog-content p {
  margin: 0;
  padding: 0 24px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.openfactura .s-dialog-edit .mat-dialog-content.full-width {
  padding-left: 0;
  padding-right: 0;
}
.openfactura .s-dialog-edit .mat-dialog-actions {
  justify-content: flex-end;
  margin-left: -16px;
  margin-right: -16px;
}
.openfactura .s-dialog-edit .s-grayCheck.mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background {
  background-color: #616161;
  border-color: #616161;
}
.openfactura .s-dialog-edit .s-grayCheck.mat-mdc-checkbox:not(.mat-mdc-checkbox-disabled).mat-accent .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(97, 97, 97, 0.26);
}
.openfactura .sDialog-edit .mat-dialog-container {
  padding: 0;
}
.openfactura .sDialog-edit .mat-dialog-content {
  height: 456px;
  margin: 0;
  padding: 0 24px 16px;
}
.openfactura .sDialog-edit .mdc-form-field > label {
  font-size: 13px;
  color: rgb(0, 0, 0);
}
.openfactura .sDialog-edit .headingLine__ttl {
  color: var(--color-text-medium);
}
.openfactura .sDialog-edit__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 8px;
  background-color: #1984f6;
}
.openfactura .sDialog-edit__navbar > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.openfactura .sDialog-edit__navbar h2 {
  margin: 0 0 0 16px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-family: "Circular Book", sans-serif;
  font-weight: 400;
}
.openfactura .sDialog-edit__navbar .mat-mdc-icon-button,
.openfactura .sDialog-edit__navbar .mat-mdc-button {
  color: #fff;
}
.openfactura .sDialog-edit__navbar .mat-mdc-button {
  text-transform: uppercase;
}
.openfactura .sDialog-help .mat-dialog-container {
  border-radius: 4px;
}
.openfactura .sDialog-help .sDialog-edit__heading {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 0;
  font: 400 15px "Circular Book", sans-serif;
  color: var(--color-text-medium);
}
.openfactura .sDialog-help dt.sDialog-edit__heading {
  color: var(--color-text-high);
  font-size: 13px;
}
.openfactura .sDialog-help .sDialog-edit__info {
  width: 96%;
  margin: 0 auto;
  padding: 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  line-height: 20px;
}
.openfactura .sDialog-help .searchBar.sDialog-help__navbar {
  box-shadow: none;
}
.openfactura .sDialog-help .searchBar.sDialog-help__navbar .searchBar__title {
  margin-left: 8px;
}
.openfactura .sDialog-help .mat-dialog-container {
  padding: 0;
}
.openfactura .sDialog-help .mat-dialog-content {
  margin: 0;
  padding: 0 24px 16px;
}
.openfactura .sDialog-help .mat-dialog-actions {
  margin: 0 !important;
  justify-content: flex-end;
  height: 52px;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12);
}
.openfactura .sDialog-help dl {
  margin-top: 0;
}
.openfactura .sDialog__edit-icon .mat-dialog-container {
  position: relative;
  padding: 64px 0 0;
}
.openfactura .sDialog__edit-icon .mat-dialog-content {
  height: 100%;
  max-height: 2000px;
  margin: 0;
}
.openfactura .sDialog__edit_upload-icon {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.openfactura .sDialog__edit_upload-icon label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  flex-direction: column;
  border: 1px dotted rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 1;
}
.openfactura .sDialog__edit_upload-icon label:hover .mat-icon {
  opacity: 0.7;
}
.openfactura .sDialog__edit_upload-icon .label-text {
  display: block;
  padding-top: 4px;
}
.openfactura .sDialog__edit_upload-icon input {
  -webkit-appearance: none;
  box-shadow: none;
  height: 0;
  width: 0;
  border: none;
  outline: none;
}
.openfactura .sDialog__edit_upload-icon label {
  height: 124px;
  width: 124px;
}
.openfactura .sDialog__edit_upload-icon label {
  padding-top: 32px;
}
.openfactura .configWrapper .userAvatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.openfactura .configWrapper .userAvatar .userAvatar__gag,
.openfactura .configWrapper .userAvatar img {
  height: 40px !important;
  width: 40px !important;
  border-radius: 20px;
}
.openfactura .configWrapper .userAvatar .userCurrentStatus {
  position: absolute;
  right: 0;
  top: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00e676;
}
.openfactura .configWrapper .userAvatar__gag {
  line-height: 40px;
  text-align: center;
  background-color: #e0e0e0;
}
.openfactura .searchBar {
  height: 64px;
  display: flex;
  align-items: stretch;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.openfactura .searchBar .mat-mdc-icon-button {
  color: rgba(0, 0, 0, 0.54);
}
.openfactura .searchBar .searchBar__content {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0 16px;
  justify-content: flex-start;
  align-items: center;
}
.openfactura .searchBar .searchBar__content.searchBar__content-search {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.openfactura .searchBar .searchBar__title {
  margin-left: 16px;
  padding-right: 48px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Circular Book", sans-serif;
}
.openfactura .searchBar .searchBar__search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.openfactura .searchBar .mat-input-container {
  width: 100%;
}
.openfactura .searchBar .mat-input-container .mat-input-wrapper {
  padding-bottom: 0;
}
.openfactura .searchBar .mat-input-container .mat-input-flex {
  position: relative;
  top: -1px;
  align-items: center;
  padding-right: 8px;
}
.openfactura .searchBar .mat-input-container .mat-input-prefix {
  margin: 0 8px;
  cursor: pointer;
}
.openfactura .searchBar .mat-input-container .mat-input-element {
  font-size: 20px !important;
  color: red !important;
  color: rgba(0, 0, 0, 0.54);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
}
.openfactura .searchBar .mat-input-container .mat-input-element ~ .mat-form-field-placeholder-wrapper .mat-form-field-placeholder {
  display: none;
}
.openfactura .searchBar .mat-input-container .mat-input-element.isSearching {
  color: rgba(0, 0, 0, 0.87);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
}
.openfactura .searchBar .mat-input-container .mat-input-infix {
  margin-left: 16px;
  border-top-width: 0.3em;
}
.openfactura .searchBar .mat-input-container .mat-input-placeholder-wrapper {
  top: 0 !important;
  padding-top: 0 !important;
}
.openfactura .searchBar .mat-input-container .mat-input-placeholder {
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.54);
}
.openfactura .searchBar .mat-input-container .mat-input-underline {
  display: none;
}
.openfactura .flex,
.openfactura .blockNotification,
.openfactura .flex_between,
.openfactura .personalizationContainer .toast,
.openfactura .personalizationContainer .blockScale__scale,
.openfactura .personalizationContainer .blockScale,
.openfactura .flex_justify_end,
.openfactura .configWrapper .tableGrid .tableGrid__bottom,
.openfactura .flex_center,
.openfactura .configuration-block_line,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.toast,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale__scale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.flex_center,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.flex_center,
.openfactura .customMatAutocomplete__header,
.openfactura .customMatAutocomplete__footer,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__header,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__header,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__footer,
.openfactura .customFieldInput__inner,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customFieldInput__inner,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customFieldInput__inner,
.openfactura .dialogFullscreen__header-actions,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.dialogFullscreen__header-actions,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.dialogFullscreen__header-actions,
.openfactura .listDoc__item_list,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.listDoc__item_list,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.listDoc__item_list,
.openfactura .confirmationComponent__title,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.confirmationComponent__title,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.confirmationComponent__title,
.openfactura .flex_justify_center,
.openfactura .configWrapper .tableGrid .tableGrid__item,
.openfactura .flex_column,
.openfactura .configWrapper .panelTemplates__top,
.openfactura .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .dialogFullscreen__aside-container,
.openfactura .confirmationComponent__answers,
.openfactura .customTab__nav,
.openfactura .dialogFullscreen__content,
.openfactura .menuList__item {
  display: flex;
}
.openfactura .flex_column,
.openfactura .configWrapper .panelTemplates__top,
.openfactura .configWrapper .tableGrid .tableGrid__item_left,
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field,
.openfactura .dialogFullscreen__aside-container,
.openfactura .confirmationComponent__answers {
  flex-direction: column;
}
.openfactura .flex_justify_center,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura .configWrapper .tableGrid .tableGrid__item {
  justify-content: center;
}
.openfactura .flex_center,
.openfactura .configuration-block_line,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.configuration-block_line,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.configuration-block_line,
.openfactura .personalizationContainer .toast,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.toast,
.openfactura .personalizationContainer .blockScale__scale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale__scale,
.openfactura .personalizationContainer .blockScale,
body .mat-mdc-menu-panel .openfactura .personalizationContainer .mat-mdc-menu-item.blockScale,
.openfactura .personalizationContainer body .mat-mdc-menu-panel .mat-mdc-menu-item.blockScale,
.openfactura .configWrapper .panelTemplates .wrap_img,
.openfactura .configWrapper .tableGrid .mat-mdc-button,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.flex_center,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.toast,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale__scale,
.openfactura body .mat-mdc-menu-panel .personalizationContainer .mat-mdc-menu-item.blockScale,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.flex_center,
.openfactura .customMatAutocomplete__header,
.openfactura .customMatAutocomplete__footer,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__header,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__header,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customMatAutocomplete__footer,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customMatAutocomplete__footer,
.openfactura .customFieldInput__inner,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.customFieldInput__inner,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.customFieldInput__inner,
.openfactura .dialogFullscreen__header-actions,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.dialogFullscreen__header-actions,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.dialogFullscreen__header-actions,
.openfactura .listDoc__item_list,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.listDoc__item_list,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.listDoc__item_list,
.openfactura .confirmationComponent__title,
.openfactura body .mat-mdc-menu-panel .mat-mdc-menu-item.confirmationComponent__title,
body .mat-mdc-menu-panel .openfactura .mat-mdc-menu-item.confirmationComponent__title {
  align-items: center;
}
.openfactura .flex_justify_end,
.openfactura .configWrapper .tableGrid .tableGrid__bottom {
  justify-content: flex-end;
}
.openfactura .flex_between,
.openfactura .personalizationContainer .toast,
.openfactura .personalizationContainer .blockScale__scale,
.openfactura .personalizationContainer .blockScale {
  justify-content: space-between;
}
.openfactura .configWrapper .panelSettings {
  flex-shrink: 0;
  bottom: 0;
  width: 320px;
  padding: 0;
  margin: 0 0 0 24px;
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
}
.openfactura .configWrapper .panelSettings .panelSettings__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.openfactura .configWrapper .panelSettings .panelSettings__inner .panelTemplates {
  height: 100%;
  overflow-y: auto;
}
.openfactura .configWrapper .panelSettings .ttl {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 16px 0;
  margin-bottom: 16px;
  font-family: var(--second-font);
  font-weight: 700;
}
.openfactura .configWrapper .panelSettings .ttl2 {
  padding: 10px 0 6px;
}
.openfactura .configWrapper .panelSettings .accordion__item_header {
  position: relative;
  color: var(--color-text-high);
  padding: 12px 16px;
  cursor: pointer;
}
.openfactura .configWrapper .panelSettings .accordion__item_header:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(/assets/images/icons/arrow_down.svg) no-repeat center;
}
.openfactura .configWrapper .panelSettings .accordion__item_body {
  color: var(--color-text-medium);
  padding: 0 16px 16px;
  height: 0;
  visibility: hidden;
  transform-origin: top;
  transform: scale(1, 1);
  transition: transform 0.3s;
}
.openfactura .configWrapper .panelSettings .accordion__item {
  height: 48px;
  background-color: var(--color-surface);
  margin-bottom: 16px;
  border-radius: 8px;
}
.openfactura .configWrapper .panelSettings .accordion__item.active {
  height: auto;
}
.openfactura .configWrapper .panelSettings .accordion__item.active .accordion__item_header:before {
  transform: rotate(180deg);
}
.openfactura .configWrapper .panelSettings .accordion__item.active .accordion__item_body {
  height: auto;
  visibility: visible;
  transform: scale(1, 1);
}
.openfactura .configWrapper .panelSettings .radio_items .mat-mdc-radio-button {
  display: flex;
}
.openfactura .configWrapper .panelSettings .radio_items .mat-mdc-radio-button + .mat-mdc-radio-button {
  margin-left: 12px;
}
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field {
  justify-content: space-between;
}
.openfactura .configWrapper .panelSettings .radio_items .mdc-form-field > label {
  padding: 0;
}
.openfactura .configWrapper .panelSettings .radio_items > label {
  order: 2;
}
.openfactura .configWrapper .panelSettings .radio_items2 .mat-mdc-radio-button {
  width: auto;
}
.openfactura .configWrapper .panelSettings .radio_items2 .mat-mdc-radio-button + .mat-mdc-radio-button {
  margin-left: 40px;
}
.openfactura .configWrapper .panelSettings .radio_border .mat-mdc-radio-button {
  position: relative;
  width: auto;
  margin-top: 48px;
  padding-top: 10px;
}
.openfactura .configWrapper .panelSettings .radio_border .mat-mdc-radio-button > label {
  margin-right: 0;
}
.openfactura .configWrapper .panelSettings .radio_border .mat-mdc-radio-button:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 48px;
  margin-top: -10px;
  border: 1px solid #979797;
}
.openfactura .configWrapper .panelSettings .radio_border .mat-mdc-radio-button:last-child:after {
  border-radius: 4px;
}
.openfactura .configWrapper .panelSettings .radio_border .mat-mdc-radio-button + .mat-mdc-radio-button {
  margin-left: 124px;
}
.openfactura .configWrapper .panelSettings .radio_heading .view_heading {
  display: inline-block;
  width: 128px;
  height: 16px;
  font-weight: 700;
  font-family: var(--second-font);
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.17px;
}
.openfactura .configWrapper .panelSettings .radio_heading .mat-mdc-radio-button {
  width: auto;
}
.openfactura .configWrapper .panelSettings .radio_heading .mat-mdc-radio-button:first-child .view_heading {
  color: var(--color-surface);
  background-color: #757575;
}
.openfactura .configWrapper .panelSettings .radio_heading .mat-mdc-radio-button:nth-child(2) .view_heading {
  color: var(--color-text-high);
  border: 1px solid #757575;
  background: var(--color-surface);
}
.openfactura .configWrapper .panelSettings .radio_heading .mat-mdc-radio-button:last-child .view_heading {
  color: var(--color-text-high);
  border-top: 2px solid #757575;
}
.openfactura .configWrapper .panelSettings .radio_heading .mat-mdc-radio-button + .mat-mdc-radio-button {
  margin-top: 8px;
}
.openfactura .configWrapper .panelSettings .radio_line .mat-mdc-radio-button {
  width: auto;
  position: relative;
  margin-left: -126px;
}
.openfactura .configWrapper .panelSettings .radio_line .mat-mdc-radio-button:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 126px;
  height: 1px;
}
.openfactura .configWrapper .panelSettings .radio_line .mat-mdc-radio-button:first-child:after {
  border-top: 1px solid #757575;
}
.openfactura .configWrapper .panelSettings .radio_line .mat-mdc-radio-button:nth-child(2):after {
  border-top: 1px dotted #757575;
}
.openfactura .configWrapper .panelSettings .radio_line .mat-mdc-radio-button:last-child:after {
  border-top: 1px dashed #757575;
}
.openfactura .configWrapper .panelSettings .radio_line .mat-mdc-radio-button + .mat-mdc-radio-button {
  margin-top: 8px;
}
.openfactura .configWrapper .panelSettings .block_grey {
  padding: 16px 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.openfactura .configWrapper .panelSettings .block_grey .customColorPicker {
  background-color: transparent;
}
.openfactura .configWrapper .panelSettings .slide_toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.openfactura .configWrapper .panelSettings .color-picker {
  margin: 0 auto !important;
  border: none;
  background-color: transparent !important;
}
.openfactura .configWrapper .panelSettings .color-picker .type-policy,
.openfactura .configWrapper .panelSettings .color-picker .button-area {
  display: none;
}
.openfactura .configWrapper .panelSettings .color-picker .selected-color-background {
  width: 26px !important;
  height: 26px !important;
}
.openfactura .configWrapper .panelSettings .color-picker .selected-color {
  width: 26px !important;
  height: 26px !important;
  top: 0 !important;
  left: 0 !important;
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}
.openfactura .configWrapper .panelSettings .color-picker .saturation-lightness {
  border-radius: 3px !important;
}
.openfactura .configWrapper .panelSettings .color-picker .cursor {
  border-color: #fff;
}
.openfactura .configWrapper .panelSettings .color-picker .hex-text {
  padding: 0 !important;
}
.openfactura .configWrapper .panelSettings .color-picker .hex-text .box {
  padding: 0;
}
.openfactura .configWrapper .panelSettings .color-picker .hex-text .box div {
  display: none;
}
.openfactura .configWrapper .panelSettings .color-picker .box {
  position: relative;
  display: flex !important;
  padding: 0 !important;
  overflow: visible !important;
}
.openfactura .configWrapper .panelSettings .color-picker .box .left {
  position: absolute !important;
  top: 100%;
  right: 0;
  width: 26px !important;
  padding: 0 !important;
  order: 2;
}
.openfactura .configWrapper .panelSettings .color-picker .box .right {
  padding: 0px 0 14px !important;
  width: 100% !important;
}
.openfactura .configWrapper .panelSettings .color-picker .box .right div.cursor {
  border-color: transparent;
  box-shadow: none;
}
.openfactura .configWrapper .panelSettings .color-picker .box .right div.cursor:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  border-radius: 1px;
  background-color: var(--color-surface);
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.2),
    0 0 6px rgba(0, 0, 0, 0.3),
    0 6px 12px rgba(0, 122, 255, 0.6);
}
.openfactura .configWrapper .panelSettings .color-picker .box .hue {
  margin-bottom: 0 !important;
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
}
.openfactura .configWrapper .panelSettings .color-picker .box .alpha {
  display: none;
}
.openfactura .configWrapper .panelSettings .color-picker .box input {
  flex: none !important;
  width: 130px;
  font-size: 12px !important;
  color: #767d85 !important;
  text-align: left;
  padding: 5px !important;
  background: transparent;
  border: 1px solid #d4dadd !important;
  border-radius: 2px;
}
.openfactura .configWrapper .panelSettings .color-picker .hue-alpha {
  margin-bottom: 0;
}
.openfactura .configWrapper .panelSettings .panelTemplates {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.openfactura .configWrapper .panelSettings.activePanelSettings .panelDefault {
  display: none;
}
.openfactura .configWrapper .panelSettings.activePanelSettings .panelTemplates {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: 100%;
}
.openfactura .configWrapper .fixed .panelSettings {
  top: 64px;
}
.openfactura .configWrapper .tableGrid {
  width: 152px;
  margin: 0 auto;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_left .mat-mdc-button + .mat-mdc-button {
  margin-top: 16px;
  margin-left: 0;
}
.openfactura .configWrapper .tableGrid .mat-mdc-button {
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.12),
    0 0 2px rgba(0, 0, 0, 0.14);
}
.openfactura .configWrapper .tableGrid .mat-mdc-button.active {
  border: 1px solid #1984f6;
  box-shadow:
    0 3px 5px rgba(0, 0, 0, 0.2),
    0 1px 18px rgba(0, 0, 0, 0.12),
    0 6px 10px rgba(0, 0, 0, 0.14);
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right {
  position: relative;
  width: 112px;
  height: 112px;
  margin-left: 16px;
  margin-bottom: 16px;
  background: url(/assets/images/personalization/window_grid.svg) no-repeat center;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span {
  position: absolute;
  background: #757575;
  opacity: 0;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span.border-top {
  left: 5px;
  right: 5px;
  top: 5px;
  height: 1px;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span.border-center-horizontal {
  top: 50%;
  left: 5px;
  right: 5px;
  height: 1px;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span.border-bottom {
  bottom: 5px;
  left: 5px;
  right: 5px;
  height: 1px;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span.border-left {
  left: 5px;
  top: 5px;
  bottom: 5px;
  width: 1px;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span.border-center-vertical {
  left: 50%;
  top: 5px;
  bottom: 5px;
  width: 1px;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span.border-right {
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 1px;
}
.openfactura .configWrapper .tableGrid .tableGrid__item_right span.active {
  opacity: 1;
}
.openfactura .configWrapper .tableGrid .tableGrid__bottom .mat-mdc-button + .mat-mdc-button {
  margin-left: 16px;
}
.openfactura .configWrapper .panelTemplates .wrap_img {
  width: 124px;
  height: 126px;
  background: #fff;
}
.openfactura .configWrapper .panelTemplates__top {
  background: var(--filter-tag-bg);
  padding: 15px 24px 0;
  overflow: hidden;
}
.openfactura .configWrapper .panelTemplates__top .wrap_img {
  display: inline-block;
  margin: 0 auto;
}
.openfactura .configWrapper .panelTemplates__top .wrap_img img {
  max-width: 100%;
  box-shadow:
    0 4px 5px rgba(0, 0, 0, 0.2),
    0 3px 14px 3px rgba(0, 0, 0, 0.12),
    0 8px 10px 1px rgba(0, 0, 0, 0.14);
}
.openfactura .configWrapper .panelTemplates__top_ttl {
  color: var(--color-text-medium);
  margin-bottom: 5px;
}
.openfactura .configWrapper .panelTemplates__top_ttl span {
  color: #1984f6;
}
.openfactura .configWrapper .panelTemplates__bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
.openfactura .configWrapper .panelTemplates__item {
  text-align: center;
  margin-bottom: 20px;
}
.openfactura .configWrapper .panelTemplates__item > span.panelTemplates__ttl {
  display: block;
  transition: 0.3s;
  color: var(--color-text-medium);
}
.openfactura .configWrapper .panelTemplates__item .wrap_img {
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
  border: 2px solid transparent;
}
.openfactura .configWrapper .panelTemplates__item .wrap_img::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: var(--color-delimiter-light);
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.openfactura .configWrapper .panelTemplates__item .wrap_img .checkedStatusIcon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 40;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.openfactura .configWrapper .panelTemplates__item .wrap_img img {
  transition: 0.3s;
}
.openfactura .configWrapper .panelTemplates__item .wrap_img .mat-mdc-icon-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-primary);
  background: #ffffff;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.openfactura .configWrapper .panelTemplates__item .wrap_img .mat-mdc-icon-button:hover + img {
  filter: blur(2px);
}
.openfactura .configWrapper .panelTemplates__item .wrap_img .mat-mdc-icon-button:hover:before {
  opacity: 0;
}
.openfactura .configWrapper .panelTemplates__item:nth-child(2n) {
  margin-left: 24px;
}
.openfactura .configWrapper .panelTemplates__item.active .wrap_img {
  border: 2px solid var(--color-primary);
}
.openfactura .configWrapper .panelTemplates__item.active .wrap_img .checkedStatusIcon {
  opacity: 1;
}
.openfactura .configWrapper .panelTemplates__item.active > span.panelTemplates__ttl {
  color: var(--color-primary);
}
.openfactura .configWrapper .panelTemplates__item:hover .wrap_img {
  border: 2px solid var(--color-primary);
}
.openfactura .configWrapper .panelTemplates__item:hover .wrap_img:before,
.openfactura .configWrapper .panelTemplates__item:hover .wrap_img .mat-mdc-icon-button {
  opacity: 1;
  visibility: visible;
}
.openfactura .configWrapper .panelSettings__footer {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 52px;
  padding: 0 8px;
  background: var(--color-sharp);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.12),
    0 0 2px rgba(0, 0, 0, 0.14);
}
.openfactura .configWrapper .mat-radio-mdc-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--color-primary);
}
.openfactura .configWrapper .mat-radio-mdc-button.mat-accent .mat-radio-inner-circle,
.openfactura .configWrapper .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background: var(--color-primary);
}
.openfactura .configWrapper .mat-radio-mdc-button.mat-accent,
.openfactura .configWrapper .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-ripple .mat-ripple-element,
.openfactura .configWrapper .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background: rgba(61, 127, 242, 0.26);
}
.openfactura .configWrapper .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--color-primary);
}
@media (max-width: 992px) {
  .openfactura .configWrapper .panelSettings {
    margin: 24px 0 0 0;
    width: 100%;
  }
  .openfactura .configWrapper .panelTemplates__item {
    margin: 0 8px 20px;
  }
  .openfactura .configWrapper .panelTemplates__item:nth-child(2n) {
    margin-left: 8px;
  }
  .openfactura .configWrapper .panelTemplates__bottom {
    justify-content: center;
  }
  .openfactura app-panel-settings {
    flex: 1;
    padding: 0 16px;
  }
}
.openfactura .personalizationContainer {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.openfactura .personalizationContainer .personalization_inner {
  position: relative;
  width: 100%;
  padding: 40px 32px;
  transition: all 0.2s;
  overflow-y: auto;
  background-color: var(--color-opacity-background-4);
  border-radius: 8px;
}
.openfactura .personalizationContainer .personalization_inner app-table-factura-config {
  height: 100%;
}
.openfactura .personalizationContainer .personalization_inner.showToast {
  padding-bottom: 170px;
}
.openfactura .personalizationContainer .personalization_inner.showToast .blockScale {
  bottom: 85px;
}
.openfactura .personalizationContainer .blockScale {
  position: sticky;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 176px;
  height: 40px;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 24px;
  background-color: #424242;
  box-shadow:
    0 4px 5px rgba(0, 0, 0, 0.2),
    0 3px 14px 3px rgba(0, 0, 0, 0.12),
    0 8px 10px 1px rgba(0, 0, 0, 0.14);
}
.openfactura .personalizationContainer .blockScale > button {
  margin-right: 7px;
}
.openfactura .personalizationContainer .blockScale button {
  width: 25px;
  min-width: 0;
  height: 25px;
  color: #ffffff;
  line-height: 25px;
  padding: 0;
}
.openfactura .personalizationContainer .blockScale button mat-icon {
  color: #ffffff;
  margin: auto;
}
.openfactura .personalizationContainer .blockScale.showTooltip .blockScale__tooltip {
  opacity: 1;
  visibility: visible;
}
.openfactura .personalizationContainer .blockScale__scale {
  flex: 1;
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.openfactura .personalizationContainer .bodyTable {
  transform-origin: center top;
  transition: all 0.2s;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 8px;
}
.openfactura .personalizationContainer .scale-2 {
  padding-bottom: 39.9px;
}
.openfactura .personalizationContainer .scale-2 .bodyTable {
  zoom: 1.2;
}
.openfactura .personalizationContainer .scale-3 {
  padding-bottom: 40.1px;
}
.openfactura .personalizationContainer .scale-3 .bodyTable {
  zoom: 0.75;
}
.openfactura .personalizationContainer .blockScale__tooltip {
  position: absolute;
  top: 100%;
  left: -34px;
  margin-top: -10px;
  font-size: 12px;
  color: var(--color-text-high-inverted);
  background-color: var(--color-on-background);
  border-radius: 5px;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.openfactura .personalizationContainer .toast {
  position: fixed;
  right: 17px;
  bottom: 20px;
  z-index: 100;
  width: 360px;
  height: 56px;
  padding: 10px 16px 10px 24px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  background-color: #323232;
  transform: translateX(120%);
  opacity: 0;
  transition: all 0.2s;
}
.openfactura .personalizationContainer .toast .mat-mdc-icon-button {
  color: var(--color-surface);
}
.openfactura .personalizationContainer .toast.show {
  transform: translateX(0);
  opacity: 1;
}
.openfactura .personalizationContainer .toast__txt {
  color: var(--color-surface);
  margin-top: 7px;
}
.openfactura .personalizationContainer .openPersonalization .container-flex {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .openfactura .personalizationContainer {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .openfactura .personalizationContainer .personalization_inner {
    padding: 16px 0;
  }
  .openfactura .personalizationContainer .bodyTable {
    min-width: 640px;
    padding: 16px 24px;
  }
  .openfactura .personalizationContainer .blockScale {
    position: absolute;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .openfactura .personalizationContainer .bodyTable {
    min-width: 300px;
  }
}
.openfactura .module__subHeader {
  margin: 40px 0 32px;
  font: 400 24px/32px "Circular Book", sans-serif;
  color: var(--color-text-high);
}
.openfactura .nowrap-link {
  color: var(--color-primary);
  white-space: nowrap;
  text-decoration: none;
  font-family: circular-medium, sans-serif;
}
.openfactura .configInfo {
  margin: 0;
  padding: 18px 24px;
  font: 13px/20px "Roboto", sans-serif;
  color: var(--color-text-medium);
  border-radius: 8px;
  letter-spacing: 0.09px;
  background-color: var(--color-background-announce);
}
.openfactura .configuration-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.openfactura .configuration-page__navigation {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  align-items: flex-end;
  padding-bottom: 20px;
}
.openfactura .configuration-page__navigation h2 {
  margin: 0;
  color: var(--color-text-high);
  font: 700 30px/36px "Lato-Bold", sans-serif;
}
.openfactura .mat-mdc-button.configuration-page__back {
  margin-left: -16px;
  font-size: 14px;
  color: var(--color-text-medium);
}
.openfactura .mat-mdc-button.configuration-page__back .mat-icon {
  font-size: 18px;
  height: 18px;
  width: 16px;
  vertical-align: middle;
}
.openfactura .configuration-page__block_title {
  margin: 0;
  padding: 0 16px;
  line-height: 48px;
  font-size: 10px;
  color: var(--color-text-medium);
  font-family: "Lato-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.07px;
}
.openfactura .configuration-block {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--color-surface);
}
.openfactura .configuration-block_line {
  min-height: 48px;
}
.openfactura .configuration-block_line > div {
  flex: 1 1 0;
}
.openfactura .configuration-block_line .max-30 {
  max-width: 30%;
}
.openfactura .configuration-block_line .configuration-block_line__title {
  font: 400 15px/24px "Roboto", sans-serif;
  letter-spacing: 0.47px;
  color: var(--color-text-medium);
}
.openfactura .configuration-block_line .configuration-block_line__value {
  font: 700 14px/20px "Lato-Bold", sans-serif;
  color: var(--color-text-medium);
}
.openfactura .configuration-block_line + .configuration-block_line {
  position: relative;
}
.openfactura .configuration-block_line + .configuration-block_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--color-delimiter);
}
.openfactura .configuration-block_line__actions {
  padding-top: 8px;
  padding-bottom: 8px;
}
.openfactura .image-uploader {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.openfactura .image-uploader > img {
  cursor: pointer;
}
.openfactura .image-uploader.docUploader {
  display: block;
}
.openfactura .image-uploader.docUploader .image-uploader__content {
  padding: 0;
  display: block;
}
.openfactura .image-uploader.docUploader .image-uploader__upload-area {
  width: 100%;
  margin: 0;
}
.openfactura .image-uploader__content {
  display: inline-block;
  vertical-align: top;
  padding: 16px 8px;
  border-radius: 8px;
  flex-shrink: 0;
  background-color: var(--color-surface);
}
.openfactura .image-uploader__content .image-uploader__button {
  float: right;
  margin-top: 18px;
  line-height: 36px;
  padding-left: 8px;
  padding-right: 8px;
}
.openfactura .image-uploader__content .image-uploader__button .mat-icon {
  color: var(--color-icon-80);
}
.openfactura .image-uploader__spinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
  width: 616px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.openfactura .image-uploader__upload-area {
  position: relative;
  height: 264px;
  width: 584px;
  margin: 0 8px;
  border: 1px dashed var(--color-delimiter-light);
  border-radius: 8px;
}
.openfactura .image-uploader__upload-area label {
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.openfactura .image-uploader__upload-area input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.openfactura .image-uploader__upload-area span:not(.blue) {
  font: 15px/24px "Roboto", sans-serif;
  text-align: center;
  color: var(--color-icon-60);
}
.openfactura .image-uploader__upload-area span.blue {
  display: block;
  margin: 21px 0 10px;
  font: 20px "Roboto", sans-serif;
  color: var(--color-primary);
  text-align: center;
}
.openfactura .image-uploader__upload-area:hover {
  border-color: var(--color-org-identity);
}
.openfactura .image-uploader__helper {
  position: relative;
  display: inline-block;
  max-width: 232px;
  margin-left: 8px;
  padding-left: 8px;
  vertical-align: top;
  overflow: hidden;
}
.openfactura .image-uploader__helper::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 3px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.2), -3px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #1984F6;
}
.openfactura .image-uploader__helper_content {
  color: white;
  border-radius: 8px;
  font: 13px/20px "Roboto", sans-serif;
  padding: 6px 16px 6px 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #1984F6;
}
.openfactura .image-uploader__upload-area.disabled,
.openfactura .image-uploader__button.disabled {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.openfactura .configuration-list {
  padding: 8px 0;
  border-radius: 8px;
  background-color: var(--color-surface);
}
.openfactura .configuration-list__item {
  position: relative;
  margin-left: 16px;
  padding: 16px 8px 16px 0;
  font: 15px/24px "Roboto", sans-serif;
  letter-spacing: 0.47px;
  border-bottom: 1px solid var(--color-delimiter-light);
  color: var(--color-text-high);
}
.openfactura .configuration-list__item h3 {
  margin: 0 0 8px;
  font: 10px/16px "Lato-Bold", sans-serif;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  color: var(--color-text-medium);
}
.openfactura .configuration-list .configuration-list__action {
  position: absolute;
  top: 24px;
  right: 8px;
  z-index: 1;
}
.openfactura .configuration-list .configuration-list__action_center {
  top: 50%;
  transform: translateY(-50%);
}
.openfactura .configuration-list__actions {
  display: flex;
  padding: 18px 0 10px;
  justify-content: flex-end;
}
.openfactura .configuration-list__actions .mat-mdc-button-base {
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .openfactura app-edit-organization .image-uploader {
    margin: 0 -16px;
  }
  .openfactura .image-uploader__content {
    width: 100%;
  }
  .openfactura .image-uploader__upload-area {
    width: calc(100% - 16px);
  }
}
.openfactura app-header {
  position: relative;
  z-index: 6;
}
.openfactura app-header .mat-sidenav-container {
  overflow: visible;
}
.openfactura app-header .mat-drawer-content {
  overflow: visible;
}
.openfactura app-header .mat-drawer,
.openfactura app-header .mat-drawer-backdrop {
  position: fixed;
}
.openfactura app-header .mat-drawer {
  margin-left: -64px;
}
.openfactura app-header .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.32) !important;
}
.openfactura app-header > .mat-drawer-container {
  background-color: transparent;
}
.openfactura .panel.collapsible label {
  overflow: visible !important;
}
.openfactura .panel.collapsible label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1px;
  padding-right: 1px;
}
.openfactura .navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 56px;
  border-bottom: 1px solid rgba(53, 63, 71, 0.25);
  z-index: 5;
  background-color: #fff;
}
.openfactura .navbar-prefixed {
  padding-left: 72px !important;
}
.openfactura .navbar-prefixed .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.openfactura .navbar-prefixed .mat-mdc-icon-button {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.openfactura .s-collapsible .s-collapsible_head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 24px;
}
.openfactura .s-collapsible .s-collapsible_head > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.openfactura .s-collapsible .s-collapsible_head .mat-icon {
  color: var(--color-text-medium);
}
.openfactura .s-collapsible .s-collapsible_content {
  display: none;
}
.openfactura .s-collapsible.expanded .s-collapsible_state {
  transform: rotate(180deg);
}
.openfactura .s-collapsible.expanded .s-collapsible_content {
  display: block;
}
.openfactura .upbar1.upbarActive .upbar,
.openfactura .upbar2.upbarActive .upbar {
  display: flex;
  flex-direction: column;
}
.openfactura .upbar1 .sDialog_organization-wizard .organizationNotifier {
  top: 65px;
}
.openfactura .upbar1 .masterMenu {
  top: 120px;
}
.openfactura .upbar1 .organizationsList {
  top: 120px;
}
.openfactura .upbar2 .sDialog_organization-wizard .organizationNotifier {
  top: 121px;
}
.openfactura .upbar2 .masterMenu {
  top: 176px;
}
.openfactura .upbar2 .organizationsList {
  top: 176px;
}
.openfactura .upbar {
  height: 56px;
}
.openfactura .upbar .process__info a {
  color: #1984f6;
}
.openfactura app-downbar {
  bottom: 0;
  height: 88px;
  overflow-x: hidden;
}
.openfactura app-downbar.active ~ app-sidebar {
  bottom: 88px;
  padding-bottom: 24px;
}
.openfactura app-downbar .process__info a {
  color: #6200ff;
}
.openfactura app-downbar .bar__info {
  position: absolute !important;
  bottom: 100%;
  left: 0;
  font: 700 10px/20px var(--second-font);
  text-transform: uppercase;
  opacity: 1 !important;
}
.openfactura app-downbar.isDisabled .bar__content > * {
  opacity: 0.38;
}
.openfactura app-upbar .bar__content {
  height: 56px;
}
.openfactura app-downbar {
  position: relative;
}
.openfactura app-downbar .bar__content {
  height: 100%;
}
.openfactura app-downbar:not(.active) {
  display: none;
}
.openfactura app-downbar,
.openfactura app-upbar {
  z-index: 5;
}
.openfactura app-downbar .bar__content,
.openfactura app-upbar .bar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
}
.openfactura app-downbar .bar__content > *,
.openfactura app-upbar .bar__content > * {
  position: relative;
  padding: 0 24px;
  z-index: 1;
}
.openfactura app-downbar .bar__content .loading,
.openfactura app-upbar .bar__content .loading {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: var(--color-text-high);
}
.openfactura app-downbar .bar__content.loading:before,
.openfactura app-upbar .bar__content.loading:before {
  opacity: 1;
}
.openfactura app-downbar .bar__content.taxFree,
.openfactura app-upbar .bar__content.taxFree {
  background-color: #fee140;
}
.openfactura app-downbar .bar__content.taxFree:not(.loading),
.openfactura app-upbar .bar__content.taxFree:not(.loading) {
  background:
    linear-gradient(
      to right,
      #fa709a 0,
      #fee140 100%);
}
.openfactura app-downbar .bar__content.taxFree:before,
.openfactura app-upbar .bar__content.taxFree:before {
  background:
    linear-gradient(
      to right,
      #fee140 0,
      #fa709a 40%,
      #fa709a 60%,
      #fee140 100%);
  animation: infiniteGradientMove 2s ease infinite;
}
.openfactura app-downbar .bar__content.taxFree .bar__info,
.openfactura app-upbar .bar__content.taxFree .bar__info {
  color: rgba(115, 57, 66, 0.8);
}
.openfactura app-downbar .bar__content.onTax,
.openfactura app-upbar .bar__content.onTax {
  background-color: #92fe9d;
}
.openfactura app-downbar .bar__content.onTax:not(.loading),
.openfactura app-upbar .bar__content.onTax:not(.loading) {
  background:
    linear-gradient(
      to right,
      #00c9ff 0,
      #92fe9d 100%);
}
.openfactura app-downbar .bar__content.onTax:before,
.openfactura app-upbar .bar__content.onTax:before {
  background:
    linear-gradient(
      to right,
      #92fe9d 0,
      #00c9ff 40%,
      #00c9ff 60%,
      #92fe9d 100%);
  animation: infiniteGradientMove 2s ease infinite;
}
.openfactura app-downbar .bar__content.onTax .bar__info,
.openfactura app-upbar .bar__content.onTax .bar__info {
  color: rgba(8, 96, 111, 0.8);
}
.openfactura app-downbar .bar__content.taxFree:not(.loading):before,
.openfactura app-downbar .bar__content.onTax:not(.loading):before,
.openfactura app-upbar .bar__content.taxFree:not(.loading):before,
.openfactura app-upbar .bar__content.onTax:not(.loading):before {
  opacity: 0;
  transform: scale(0.1);
}
.openfactura app-downbar .bar__content.warning,
.openfactura app-upbar .bar__content.warning {
  background-color: var(--state-warning-2);
}
.openfactura app-downbar .bar__content.error,
.openfactura app-upbar .bar__content.error {
  background-color: var(--reject-bg);
}
.openfactura app-downbar .bar__content.demo,
.openfactura app-upbar .bar__content.demo {
  background-color: var(--filter-tag-bg);
}
.openfactura app-downbar .bar__content_main,
.openfactura app-upbar .bar__content_main {
  width: 224px;
  flex-shrink: 0;
  height: 48px;
  line-height: 20px;
  border-right: 1px solid var(--color-border);
}
.openfactura app-downbar .process_title,
.openfactura app-upbar .process_title {
  font-family: var(--second-font);
  font-weight: 700;
  color: var(--color-text-medium);
  text-transform: uppercase;
  font-size: 10px;
}
.openfactura app-downbar .process_step,
.openfactura app-upbar .process_step {
  font-family: var(--second-font);
  color: var(--color-surface);
  font-size: 15px;
}
.openfactura app-downbar .bar__content_secondary,
.openfactura app-upbar .bar__content_secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.openfactura app-downbar .process__info,
.openfactura app-upbar .process__info {
  flex-grow: 1;
  font-size: 13px;
  color: var(--color-text-high);
}
.openfactura app-downbar .process__info strong,
.openfactura app-upbar .process__info strong {
  font-family: var(--second-font);
  font-weight: bold;
}
.openfactura app-downbar .process__info a,
.openfactura app-upbar .process__info a {
  font-family: var(--second-font);
  white-space: nowrap;
  text-decoration: none;
}
.openfactura app-downbar .process__info a:hover,
.openfactura app-upbar .process__info a:hover {
  text-decoration: underline;
}
.openfactura app-downbar .process_actions,
.openfactura app-upbar .process_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 224px;
  white-space: nowrap;
  flex-shrink: 0;
  padding-left: 24px;
}
.openfactura app-downbar .process_actions button,
.openfactura app-upbar .process_actions button {
  text-transform: uppercase;
}
.openfactura app-downbar .process_actions button + button,
.openfactura app-upbar .process_actions button + button {
  margin-left: 8px;
}
.openfactura app-downbar .bar__content:before {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.openfactura .upbar .bar__content {
  width: 100%;
  flex-shrink: 0;
}
@keyframes infiniteGradientMove {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.openfactura .serviceAlert {
  flex-shrink: 0;
  border-bottom: 1px solid var(--color-border);
}
.openfactura .serviceAlert__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 8px;
  padding: 8px;
  border-radius: 8px;
  color: var(--color-primary);
  background-color: var(--filter-tag-bg);
}
.openfactura .serviceAlert__item-danger {
  color: var(--color-error);
  background-color: var(--reject-bg);
}
.openfactura .serviceAlert__item-success {
  color: var(--state-success);
  background-color: var(--success-bg);
}
.openfactura .serviceAlert__item-warning {
  color: var(--state-warning);
  background-color: var(--state-warning-2);
}
.openfactura .serviceAlert__info {
  display: flex;
  align-items: flex-start;
}
.openfactura .serviceAlert__info .mat-icon {
  margin: 6px 24px 6px 16px;
}
.openfactura .serviceAlert__info .serviceAlert__text {
  margin: 8px 0;
  font-size: 14px;
  line-height: 20px;
}
.openfactura .serviceAlert__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 10%;
}
.openfactura .serviceAlert__actions button {
  font-family: var(--second-font);
  text-transform: uppercase;
  -webkit-font-smoothing: initial;
}
.openfactura .serviceAlert__actions button + button {
  margin-left: 8px;
}
.openfactura .navbar__search {
  position: relative;
  width: 100%;
  margin: auto auto auto 0;
  flex-shrink: 1;
  white-space: nowrap;
}
.openfactura .navbar__search > * {
  white-space: normal;
}
.openfactura .navbar__search .mat-mdc-icon-button {
  position: absolute;
  top: 4px;
  color: var(--color-text-medium);
}
.openfactura .navbar__search .mat-mdc-icon-button.search {
  left: 2px;
}
.openfactura .navbar__search .mat-mdc-icon-button.close {
  display: none;
  right: 80px;
}
.openfactura .navbar__search input::placeholder {
  font:
    400 15px/24px Roboto,
    "Circular Book",
    sans-serif !important;
}
.openfactura .navbar__search .filter__input {
  width: 100%;
  height: 48px;
  padding: 12px 40px;
  font-size: 15px;
  border: 0;
  vertical-align: middle;
  outline: none;
  color: var(--color-text-high) !important;
  -webkit-appearance: none;
  font:
    400 15px/48px Roboto,
    "Circular Book",
    sans-serif;
  border-radius: 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: var(--color-input-bg);
}
.openfactura .navbar__search .filter__input::-webkit-search-decoration,
.openfactura .navbar__search .filter__input::-webkit-search-cancel-button,
.openfactura .navbar__search .filter__input::-webkit-search-results-button,
.openfactura .navbar__search .filter__input::-webkit-search-results-decoration {
  display: none;
}
.openfactura .navbar__search .filter__input:focus {
  border-bottom: 1px solid var(--color-border);
  border-radius: 8px 8px 0 0;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 2px 1px -1px rgba(0, 0, 0, 0.12),
    0 1px 1px rgba(0, 0, 0, 0.14);
}
.openfactura .navbar__search .filter__input:focus + .close {
  display: block;
}
.openfactura .navbar__search:hover input + .close {
  display: block;
}
.openfactura .navbar__search-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 65vh;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
  background-color: var(--color-input-bg);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 2px 1px -1px rgba(0, 0, 0, 0.12),
    0 1px 1px rgba(0, 0, 0, 0.14);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: transform 0.3s;
  z-index: 2;
}
.openfactura .navbar__search-box h3 {
  height: 48px;
  margin: 0;
  padding: 0 24px;
  line-height: 48px;
  font-family: "Circular Book", sans-serif;
  font-size: 15px;
  color: var(--color-text-high);
}
.openfactura .navbar__search-box h3.ttl {
  font-size: 16px;
  color: var(--color-text-medium);
}
.openfactura .navbar__search-box h3.ttl span {
  color: var(--color-text-high);
}
.openfactura .navbar__search-box ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--color-text-medium);
  height: 40px;
  line-height: 30px;
  padding: 4px 24px;
  cursor: pointer;
}
.openfactura .navbar__search-box ul li span {
  display: inline-block;
  margin-left: 4px;
}
.openfactura .navbar__search-box ul li .mat-icon {
  color: var(--color-text-medium);
  margin-right: 24px;
}
.openfactura .navbar__search-box ul li:hover {
  background-color: var(--hover-bg);
}
.openfactura .navbar__search-box ul + .ttl {
  border-top: 1px solid var(--color-border);
}
.openfactura .navbar__search-box .list_result li {
  color: var(--color-text-high);
}
.openfactura .navbar__search-box .docV2 {
  height: 100%;
  padding-left: 0;
}
.openfactura .navbar__search-box .docV2 li {
  position: relative;
  font-size: 14px;
  color: var(--color-text-high);
  padding-left: 72px;
}
.openfactura .navbar__search-box .docV2 .docCheckV2 {
  top: 14px;
  left: 20px;
}
.openfactura .navbar__search-box .docV2 .circle {
  width: 32px;
  height: 32px;
}
.openfactura .navbar__search-box .docV2-minimized {
  flex: 1;
  padding: 0 !important;
}
.openfactura .wrap__selectedItem {
  position: absolute;
  top: 8px;
  left: 40px;
  display: flex;
  max-width: 560px;
  overflow-x: auto;
}
.openfactura .selectedItem {
  position: relative;
  display: flex;
  height: 32px;
  font-size: 14px;
  padding: 0 34px 0 12px;
  line-height: 32px;
  border-radius: 16px;
  background-color: #e0e0e0;
  cursor: default;
}
.openfactura .selectedItem span {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.openfactura .selectedItem .mat-mdc-icon-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.openfactura .selectedItem .mat-mdc-icon-button .mat-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: var(--color-text-40);
  transition: 0.3s ease color;
  margin-top: -2px;
}
.openfactura .selectedItem .mat-mdc-icon-button:hover .mat-icon {
  color: var(--color-icon-60);
}
.openfactura .selectedItem + .selectedItem {
  margin-left: 8px;
}
.openfactura .has-focus .navbar__search-box {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.openfactura .nonActive {
  background: #1984f6;
}
.openfactura .nonActive .nonActive__wrapper {
  height: 100%;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
}
.openfactura .nonActive .nonActive__content {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 432px;
  font-size: 14px;
}
.openfactura .nonActive .nonActive__content .logo-suspended {
  margin-bottom: 8px;
  opacity: 0.7;
}
.openfactura .nonActive .blockNotification {
  margin: 24px 0 16px;
  border-radius: 8px;
}
.openfactura .nonActive .blockNotification p {
  line-height: 20px;
}
.openfactura .nonActive .actions button {
  min-width: 205px;
  text-transform: uppercase;
}
.openfactura .nonActive .actions .mat-raised-button {
  height: 48px;
  line-height: 48px;
  color: var(--color-primary);
  margin-bottom: 8px;
}
.openfactura .nonActive .actions .mat-mdc-button {
  height: 36px;
  line-height: 36px;
  color: var(--color-surface);
}
.openfactura .noElements {
  height: 100%;
}
.openfactura .noElements h1 {
  margin: 0;
}
.openfactura .noElements p {
  font-family: var(--second-font);
  margin: 8px 0;
  font-size: 13px;
  line-height: 20px;
  color: var(--color-text-medium);
}
.openfactura .noElements button {
  margin-top: 8px;
}
.openfactura .noElements .noElements__inner {
  position: relative;
  min-height: 120px;
  text-align: center;
}
.openfactura .noElements .noElements__inner:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: no-repeat center center;
  z-index: -1;
}
.openfactura .noElements__error .noElements__inner {
  width: 432px;
  max-width: 100%;
  padding-left: 136px;
  text-align: left;
}
.openfactura .noElements__error .noElements__inner h1 {
  font-family: var(--second-font);
  font-size: 26px;
  line-height: 1.25;
  color: var(--color-text-high);
}
.openfactura .noElements__error .noElements__inner p {
  color: var(--color-text-medium);
  font-size: 14px;
  line-height: 2;
}
.openfactura .noElements__error .noElements__inner:after {
  left: 0;
  top: 0;
  height: 112px;
  width: 112px;
  line-height: 112px;
  text-align: center;
  font-family: "Material Icons";
  font-size: 64px;
  color: var(--color-text-medium);
  border-radius: 50%;
  background-color: var(--color-background);
  transform: none;
}
.openfactura .noElements__error .noElements__inner:after {
  content: "error_outline";
}
.openfactura .noElements__error .mat-mdc-button.btn,
.openfactura .noElements__error .mat-raised-button.btn {
  max-width: 100%;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  border: none;
}
.openfactura .blockNotification {
  flex-shrink: 0;
  font-size: 14px;
  padding: 6px 24px;
  margin: 8px;
  border-radius: 4px;
}
.openfactura .blockNotification p {
  margin: 0;
  padding: 6px 0;
}
.openfactura .blockNotification a {
  text-decoration: underline;
}
.openfactura .blockNotification h4 {
  margin: 5px 0 0;
  font-weight: 700;
  font-family: var(--second-font);
  font-size: 16px;
}
.openfactura .blockNotification .mat-mdc-button {
  flex-shrink: 0;
}
.openfactura .blockNotification .mat-icon {
  margin-right: 16px;
  margin-top: 6px;
}
.openfactura .blockNotification.error {
  color: var(--color-error);
  background-color: #ffebee;
}
.openfactura .blockNotification.error a {
  font-family: var(--second-font);
  color: var(--color-error);
}
.openfactura .blockNotification.error h4 {
  line-height: 25.6px;
}
.openfactura .blockNotification.error h4,
.openfactura .blockNotification.error p {
  color: var(--color-error);
}
.openfactura .blockNotification.non-active {
  border-radius: 8px;
  color: #1984f6;
  background-color: rgba(255, 255, 255, 0.7);
}
.openfactura .blockNotification.non-active h4 {
  line-height: 25.6px;
}
.openfactura .blockNotification.non-active h4,
.openfactura .blockNotification.non-active p {
  color: #1984f6;
}
.openfactura .creditTransfer {
  position: absolute;
  left: 0;
  top: 56px;
  right: 0;
  bottom: 0;
  background-color: var(--color-sharp);
  z-index: 5;
}
.openfactura .creditTransfer .mat-drawer-container {
  overflow: visible !important;
  background-color: transparent;
  height: calc(100% - 52px - 64px) !important;
}
.openfactura .creditTransfer .mat-drawer-container section {
  overflow: hidden;
}
.openfactura .creditTransfer > header {
  position: relative;
}
.openfactura .creditTransfer > header .mat-mdc-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.openfactura .creditTransfer > footer {
  box-shadow: inset 0 1px 1px var(--color-text-medium);
}
.openfactura .creditTransfer > footer .mat-mdc-icon-button {
  height: 20px;
  width: 20px;
  line-height: 16px;
  color: var(--color-text-medium);
}
.openfactura .creditTransfer > footer .mat-mdc-icon-button .mat-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
}
.openfactura .toasts {
  position: absolute;
  right: 0;
  text-align: center;
  background-color: rgba(238, 82, 87, 0.7);
  z-index: 10002;
}
.openfactura .toasts p {
  margin: 4px 0;
  padding: 8px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.openfactura .toasts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1120;
}
.openfactura .toasts-wrapper .toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 360px;
  max-width: 568px;
  min-height: 56px;
  margin: 4px 0;
  padding: 8px 24px;
  font-size: 14px;
  border-radius: 2px;
  color: #fff;
  cursor: default;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
}
.openfactura .toasts-wrapper .toast > * {
  display: inline-flex;
}
.openfactura .toasts-wrapper .toast a {
  cursor: pointer;
}
.openfactura .toasts-wrapper .toast .toast-actions {
  display: inline-flex;
  align-items: center;
}
.openfactura .toasts-wrapper .toast .action {
  padding: 0 24px;
}
.openfactura .toasts-wrapper .toast .close {
  transition: background-color 0.4s ease;
}
.openfactura .toasts-wrapper .toast .close:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.2s ease;
}
.openfactura .toasts-wrapper .toast.success {
  background-color: #4caf50;
}
.openfactura .toasts-wrapper .toast.error {
  background-color: #f44336;
}
.openfactura .toasts-wrapper .toast.info {
  background-color: #2196f3;
}
.openfactura .toasts-wrapper .toast.alert {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffc107;
}
.openfactura .toasts-wrapper .toast.default {
  color: #fff;
  background-color: #323232;
}
@media (max-width: 1040px) {
  .openfactura .toasts-wrapper {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .openfactura .toasts-wrapper {
    bottom: 100px;
    width: 100%;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pageComponent {
  display: flex;
  height: 100%;
}
.pageComponent > * {
  height: 100%;
  overflow-y: auto;
}

/* angular:styles/global:styles */
